@smartytalent/api-client 0.1.33-dev.7 → 0.1.33-dev.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/AggregatesApi.d.ts +134 -0
- package/dist/apis/AggregatesApi.d.ts.map +1 -0
- package/dist/apis/AggregatesApi.js +294 -0
- package/dist/apis/AggregatesApi.js.map +1 -0
- package/dist/apis/AssessmentsApi.d.ts +28 -2
- package/dist/apis/AssessmentsApi.d.ts.map +1 -1
- package/dist/apis/AssessmentsApi.js +41 -3
- package/dist/apis/AssessmentsApi.js.map +1 -1
- package/dist/apis/AttemptsApi.d.ts +320 -0
- package/dist/apis/AttemptsApi.d.ts.map +1 -0
- package/dist/apis/AttemptsApi.js +723 -0
- package/dist/apis/AttemptsApi.js.map +1 -0
- package/dist/apis/CORSApi.d.ts +111 -0
- package/dist/apis/CORSApi.d.ts.map +1 -0
- package/dist/apis/CORSApi.js +291 -0
- package/dist/apis/CORSApi.js.map +1 -0
- package/dist/apis/CalendarsApi.d.ts +130 -0
- package/dist/apis/CalendarsApi.d.ts.map +1 -0
- package/dist/apis/CalendarsApi.js +315 -0
- package/dist/apis/CalendarsApi.js.map +1 -0
- package/dist/apis/CallsApi.d.ts +51 -0
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +66 -1
- package/dist/apis/CallsApi.js.map +1 -1
- package/dist/apis/CandidatesApi.d.ts +4 -2
- package/dist/apis/CandidatesApi.d.ts.map +1 -1
- package/dist/apis/CandidatesApi.js +8 -2
- package/dist/apis/CandidatesApi.js.map +1 -1
- package/dist/apis/ChatsApi.d.ts +2 -0
- package/dist/apis/ChatsApi.d.ts.map +1 -1
- package/dist/apis/ChatsApi.js +6 -0
- package/dist/apis/ChatsApi.js.map +1 -1
- package/dist/apis/CommentsApi.d.ts +152 -0
- package/dist/apis/CommentsApi.d.ts.map +1 -0
- package/dist/apis/CommentsApi.js +346 -0
- package/dist/apis/CommentsApi.js.map +1 -0
- package/dist/apis/EmailsApi.d.ts +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/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- 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/CalendarAttributesSchema.d.ts +102 -0
- package/dist/models/CalendarAttributesSchema.d.ts.map +1 -0
- package/dist/models/CalendarAttributesSchema.js +81 -0
- package/dist/models/CalendarAttributesSchema.js.map +1 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.d.ts +34 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.d.ts.map +1 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.js +50 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.js.map +1 -0
- package/dist/models/CalendarRelationshipsSchema.d.ts +34 -0
- package/dist/models/CalendarRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CalendarRelationshipsSchema.js +50 -0
- package/dist/models/CalendarRelationshipsSchema.js.map +1 -0
- package/dist/models/CalendarResourceSchema.d.ts +75 -0
- package/dist/models/CalendarResourceSchema.d.ts.map +1 -0
- package/dist/models/CalendarResourceSchema.js +75 -0
- package/dist/models/CalendarResourceSchema.js.map +1 -0
- package/dist/models/CalendarResponseDocument.d.ts +34 -0
- package/dist/models/CalendarResponseDocument.d.ts.map +1 -0
- package/dist/models/CalendarResponseDocument.js +50 -0
- package/dist/models/CalendarResponseDocument.js.map +1 -0
- package/dist/models/CalendarWorkingHoursSchema.d.ts +64 -0
- package/dist/models/CalendarWorkingHoursSchema.d.ts.map +1 -0
- package/dist/models/CalendarWorkingHoursSchema.js +68 -0
- package/dist/models/CalendarWorkingHoursSchema.js.map +1 -0
- package/dist/models/CalendarsResponseDocument.d.ts +46 -0
- package/dist/models/CalendarsResponseDocument.d.ts.map +1 -0
- package/dist/models/CalendarsResponseDocument.js +54 -0
- package/dist/models/CalendarsResponseDocument.js.map +1 -0
- package/dist/models/CallAttributesSchema.d.ts +227 -63
- package/dist/models/CallAttributesSchema.d.ts.map +1 -1
- package/dist/models/CallAttributesSchema.js +108 -44
- package/dist/models/CallAttributesSchema.js.map +1 -1
- package/dist/models/CallAttributesSchemaRecording.d.ts +65 -0
- package/dist/models/CallAttributesSchemaRecording.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaRecording.js +65 -0
- package/dist/models/CallAttributesSchemaRecording.js.map +1 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts +53 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.js +61 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.js.map +1 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts +65 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js +65 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js.map +1 -0
- package/dist/models/CallMetaSchema.d.ts +98 -0
- package/dist/models/CallMetaSchema.d.ts.map +1 -0
- package/dist/models/CallMetaSchema.js +81 -0
- package/dist/models/CallMetaSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.js +51 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/CallRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBriefDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsBriefDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBriefDataSchema.js +51 -0
- package/dist/models/CallRelationshipsBriefDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBriefSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsBriefSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBriefSchema.js +50 -0
- package/dist/models/CallRelationshipsBriefSchema.js.map +1 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsCandidateSchema.js +50 -0
- package/dist/models/CallRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/CallRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/{CallRelationshipsTranslationsDataSchema.d.ts.map → CallRelationshipsConversationDataSchema.d.ts.map} +1 -1
- package/dist/models/CallRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/{ChatRelationshipsTranslationsDataSchema.js.map → CallRelationshipsConversationDataSchema.js.map} +1 -1
- package/dist/models/CallRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsConversationSchema.js +50 -0
- package/dist/models/CallRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/CallRelationshipsJobDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsJobDataSchema.js +51 -0
- package/dist/models/CallRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsJobSchema.js +50 -0
- package/dist/models/CallRelationshipsJobSchema.js.map +1 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsScheduleSchema.js +50 -0
- package/dist/models/CallRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/CallRelationshipsSchema.d.ts +61 -4
- package/dist/models/CallRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/CallRelationshipsSchema.js +24 -3
- package/dist/models/CallRelationshipsSchema.js.map +1 -1
- package/dist/models/CallRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/CallRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsTalentSchema.js +50 -0
- package/dist/models/CallRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/CallRelationshipsUserDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsUserDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsUserDataSchema.js +51 -0
- package/dist/models/CallRelationshipsUserDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsUserSchema.js +50 -0
- package/dist/models/CallRelationshipsUserSchema.js.map +1 -0
- package/dist/models/CallResourceSchema.d.ts +3 -4
- package/dist/models/CallResourceSchema.d.ts.map +1 -1
- package/dist/models/CallResourceSchema.js +3 -2
- package/dist/models/CallResourceSchema.js.map +1 -1
- package/dist/models/CandidateAttributesSchema.d.ts +39 -24
- package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
- package/dist/models/CandidateAttributesSchema.js +6 -4
- package/dist/models/CandidateAttributesSchema.js.map +1 -1
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts +25 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts +24 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js.map +1 -0
- package/dist/models/ChatAttributesSchema.d.ts +108 -20
- package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
- package/dist/models/ChatAttributesSchema.js +60 -15
- package/dist/models/ChatAttributesSchema.js.map +1 -1
- package/dist/models/ChatMetaSchema.d.ts +51 -0
- package/dist/models/ChatMetaSchema.d.ts.map +1 -0
- package/dist/models/ChatMetaSchema.js +53 -0
- package/dist/models/ChatMetaSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
- package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/{CallRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
- package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
- package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
- package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js +50 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsSchema.d.ts +45 -4
- package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/ChatRelationshipsSchema.js +18 -3
- package/dist/models/ChatRelationshipsSchema.js.map +1 -1
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
- package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
- package/dist/models/ChatResourceSchema.d.ts +3 -4
- package/dist/models/ChatResourceSchema.d.ts.map +1 -1
- package/dist/models/ChatResourceSchema.js +3 -2
- package/dist/models/ChatResourceSchema.js.map +1 -1
- package/dist/models/CommentAttributesSchema.d.ts +109 -0
- package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
- package/dist/models/CommentAttributesSchema.js +87 -0
- package/dist/models/CommentAttributesSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
- package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
- package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsSchema.js +50 -0
- package/dist/models/CommentRelationshipsSchema.js.map +1 -0
- package/dist/models/CommentResourceSchema.d.ts +75 -0
- package/dist/models/CommentResourceSchema.d.ts.map +1 -0
- package/dist/models/CommentResourceSchema.js +75 -0
- package/dist/models/CommentResourceSchema.js.map +1 -0
- package/dist/models/CommentResponseDocument.d.ts +40 -0
- package/dist/models/CommentResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentResponseDocument.js +52 -0
- package/dist/models/CommentResponseDocument.js.map +1 -0
- package/dist/models/CommentsResponseDocument.d.ts +52 -0
- package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentsResponseDocument.js +56 -0
- package/dist/models/CommentsResponseDocument.js.map +1 -0
- package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
- package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBody.js +52 -0
- package/dist/models/CreateAttemptRequestBody.js.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.js +66 -0
- package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.js +50 -0
- package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
- package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +71 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
- package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchema.js +50 -0
- package/dist/models/CreateCommentRequestSchema.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.js +63 -0
- package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateEventRequestSchema.d.ts +34 -0
- package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchema.js +50 -0
- package/dist/models/CreateEventRequestSchema.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.js +63 -0
- package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
- package/dist/models/EmailAttributesSchema.d.ts +25 -8
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +10 -5
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
- package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/EmailRelationshipsSchema.js +3 -0
- package/dist/models/EmailRelationshipsSchema.js.map +1 -1
- package/dist/models/EventAttributesSchema.d.ts +172 -0
- package/dist/models/EventAttributesSchema.d.ts.map +1 -0
- package/dist/models/EventAttributesSchema.js +114 -0
- package/dist/models/EventAttributesSchema.js.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
- package/dist/models/EventRelationshipsSchema.d.ts +41 -0
- package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchema.js +53 -0
- package/dist/models/EventRelationshipsSchema.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.js +50 -0
- package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
- package/dist/models/EventResourceSchema.d.ts +75 -0
- package/dist/models/EventResourceSchema.d.ts.map +1 -0
- package/dist/models/EventResourceSchema.js +75 -0
- package/dist/models/EventResourceSchema.js.map +1 -0
- package/dist/models/EventResponseDocument.d.ts +34 -0
- package/dist/models/EventResponseDocument.d.ts.map +1 -0
- package/dist/models/EventResponseDocument.js +50 -0
- package/dist/models/EventResponseDocument.js.map +1 -0
- package/dist/models/EventsResponseDocument.d.ts +46 -0
- package/dist/models/EventsResponseDocument.d.ts.map +1 -0
- package/dist/models/EventsResponseDocument.js +54 -0
- package/dist/models/EventsResponseDocument.js.map +1 -0
- package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
- package/dist/models/FileAttributesSchema.d.ts +73 -0
- package/dist/models/FileAttributesSchema.d.ts.map +1 -1
- package/dist/models/FileAttributesSchema.js +25 -0
- package/dist/models/FileAttributesSchema.js.map +1 -1
- package/dist/models/FileAttributesSchemaPagesInner.d.ts +45 -0
- package/dist/models/FileAttributesSchemaPagesInner.d.ts.map +1 -0
- package/dist/models/FileAttributesSchemaPagesInner.js +53 -0
- package/dist/models/FileAttributesSchemaPagesInner.js.map +1 -0
- package/dist/models/FilePreviewMetaSchema.d.ts +119 -0
- package/dist/models/FilePreviewMetaSchema.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchema.js +72 -0
- package/dist/models/FilePreviewMetaSchema.js.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts +63 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js +57 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +2 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryEmailsSchema.js +2 -0
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -1
- package/dist/models/FormAttributesSchema.d.ts +26 -0
- package/dist/models/FormAttributesSchema.d.ts.map +1 -1
- package/dist/models/FormAttributesSchema.js +12 -0
- package/dist/models/FormAttributesSchema.js.map +1 -1
- package/dist/models/GuestAttemptSchema.d.ts +51 -0
- package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
- package/dist/models/GuestAttemptSchema.js +56 -0
- package/dist/models/GuestAttemptSchema.js.map +1 -0
- package/dist/models/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/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 +144 -7
- package/dist/models/MeetingAttendeeAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttendeeAttributesSchema.js +68 -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 +326 -4
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +132 -3
- package/dist/models/MeetingAttributesSchema.js.map +1 -1
- 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 +171 -11
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +171 -11
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/CallRelationshipsTranslationsDataSchema.d.ts +0 -39
- package/dist/models/CallRelationshipsTranslationsDataSchema.js +0 -51
- package/dist/models/CallRelationshipsTranslationsSchema.d.ts +0 -34
- package/dist/models/CallRelationshipsTranslationsSchema.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/EmailAttributesSchemaSubject.d.ts +0 -24
- package/dist/models/EmailAttributesSchemaSubject.d.ts.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.js +0 -44
- package/dist/models/EmailAttributesSchemaSubject.js.map +0 -1
- 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
|
@@ -11,17 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { MeetingAiSessionAttributesSchemaRealtimeSession } from './MeetingAiSessionAttributesSchemaRealtimeSession';
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Per-user browser-side AI session (NOT the server-side Boe bot).
|
|
15
|
+
* Boe joins meetings with mic on, camera off; FE flips runtime
|
|
16
|
+
* state via Chime DataMessages on the 'boe-control' topic.
|
|
15
17
|
* @export
|
|
16
18
|
* @interface MeetingAiSessionAttributesSchema
|
|
17
19
|
*/
|
|
18
20
|
export interface MeetingAiSessionAttributesSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {MeetingAiSessionAttributesSchemaModeEnum}
|
|
22
|
-
* @memberof MeetingAiSessionAttributesSchema
|
|
23
|
-
*/
|
|
24
|
-
mode?: MeetingAiSessionAttributesSchemaModeEnum;
|
|
25
21
|
/**
|
|
26
22
|
*
|
|
27
23
|
* @type {string}
|
|
@@ -41,11 +37,19 @@ export interface MeetingAiSessionAttributesSchema {
|
|
|
41
37
|
*/
|
|
42
38
|
joinToken?: string;
|
|
43
39
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
40
|
+
* Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Includes MeetingFeatures.Audio.EchoReduction when enabled server-side.
|
|
41
|
+
* @type {{ [key: string]: any; }}
|
|
42
|
+
* @memberof MeetingAiSessionAttributesSchema
|
|
43
|
+
*/
|
|
44
|
+
chimeMeetingData?: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Echoes back the mode the session was minted with.
|
|
49
|
+
* @type {MeetingAiSessionAttributesSchemaModeEnum}
|
|
46
50
|
* @memberof MeetingAiSessionAttributesSchema
|
|
47
51
|
*/
|
|
48
|
-
|
|
52
|
+
mode?: MeetingAiSessionAttributesSchemaModeEnum;
|
|
49
53
|
/**
|
|
50
54
|
*
|
|
51
55
|
* @type {MeetingAiSessionAttributesSchemaRealtimeSession}
|
|
@@ -57,8 +61,10 @@ export interface MeetingAiSessionAttributesSchema {
|
|
|
57
61
|
* @export
|
|
58
62
|
*/
|
|
59
63
|
export declare const MeetingAiSessionAttributesSchemaModeEnum: {
|
|
60
|
-
readonly Translator: "translator";
|
|
61
64
|
readonly Assistant: "assistant";
|
|
65
|
+
readonly AssistantOpenai: "assistant-openai";
|
|
66
|
+
readonly Transcription: "transcription";
|
|
67
|
+
readonly TranslatorOpenai: "translator-openai";
|
|
62
68
|
};
|
|
63
69
|
export type MeetingAiSessionAttributesSchemaModeEnum = typeof MeetingAiSessionAttributesSchemaModeEnum[keyof typeof MeetingAiSessionAttributesSchemaModeEnum];
|
|
64
70
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,mDAAmD,CAAC;AAQzH
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,mDAAmD,CAAC;AAQzH;;;;;;GAMG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;IAChD;;;;OAIG;IACH,eAAe,CAAC,EAAE,+CAA+C,CAAC;CACrE;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;;CAK3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J;;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,CAavI;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,CActJ"}
|
|
@@ -24,8 +24,10 @@ const MeetingAiSessionAttributesSchemaRealtimeSession_1 = require("./MeetingAiSe
|
|
|
24
24
|
* @export
|
|
25
25
|
*/
|
|
26
26
|
exports.MeetingAiSessionAttributesSchemaModeEnum = {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
Assistant: 'assistant',
|
|
28
|
+
AssistantOpenai: 'assistant-openai',
|
|
29
|
+
Transcription: 'transcription',
|
|
30
|
+
TranslatorOpenai: 'translator-openai'
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* Check if a given object implements the MeetingAiSessionAttributesSchema interface.
|
|
@@ -41,11 +43,11 @@ function MeetingAiSessionAttributesSchemaFromJSONTyped(json, ignoreDiscriminator
|
|
|
41
43
|
return json;
|
|
42
44
|
}
|
|
43
45
|
return {
|
|
44
|
-
'mode': json['mode'] == null ? undefined : json['mode'],
|
|
45
46
|
'chimeAttendeeId': json['chimeAttendeeId'] == null ? undefined : json['chimeAttendeeId'],
|
|
46
47
|
'externalUserId': json['externalUserId'] == null ? undefined : json['externalUserId'],
|
|
47
48
|
'joinToken': json['joinToken'] == null ? undefined : json['joinToken'],
|
|
48
49
|
'chimeMeetingData': json['chimeMeetingData'] == null ? undefined : json['chimeMeetingData'],
|
|
50
|
+
'mode': json['mode'] == null ? undefined : json['mode'],
|
|
49
51
|
'realtimeSession': json['realtimeSession'] == null ? undefined : (0, MeetingAiSessionAttributesSchemaRealtimeSession_1.MeetingAiSessionAttributesSchemaRealtimeSessionFromJSON)(json['realtimeSession']),
|
|
50
52
|
};
|
|
51
53
|
}
|
|
@@ -57,11 +59,11 @@ function MeetingAiSessionAttributesSchemaToJSONTyped(value, ignoreDiscriminator
|
|
|
57
59
|
return value;
|
|
58
60
|
}
|
|
59
61
|
return {
|
|
60
|
-
'mode': value['mode'],
|
|
61
62
|
'chimeAttendeeId': value['chimeAttendeeId'],
|
|
62
63
|
'externalUserId': value['externalUserId'],
|
|
63
64
|
'joinToken': value['joinToken'],
|
|
64
65
|
'chimeMeetingData': value['chimeMeetingData'],
|
|
66
|
+
'mode': value['mode'],
|
|
65
67
|
'realtimeSession': (0, MeetingAiSessionAttributesSchemaRealtimeSession_1.MeetingAiSessionAttributesSchemaRealtimeSessionToJSON)(value['realtimeSession']),
|
|
66
68
|
};
|
|
67
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionAttributesSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionAttributesSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAyEH,gGAEC;AAED,4FAEC;AAED,sGAaC;AAED,wFAEC;AAED,kGAcC;AA9GD,uHAK2D;AAiD3D;;GAEG;AACU,QAAA,wCAAwC,GAAG;IACpD,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAIX;;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,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yGAAuD,EAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACpJ,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,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,CAAC;QAC7C,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,iBAAiB,EAAE,IAAA,uGAAqD,EAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;KACrG,CAAC;AACN,CAAC"}
|
|
@@ -22,18 +22,39 @@ export interface MeetingAiSessionAttributesSchemaRealtimeSession {
|
|
|
22
22
|
*/
|
|
23
23
|
token?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Bare host of the realtime provider. Kept for back-compat with FE code that builds its own URL. Prefer webrtcUrl.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof MeetingAiSessionAttributesSchemaRealtimeSession
|
|
28
28
|
*/
|
|
29
29
|
endpoint?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Fully-constructed SDP exchange URL. FE POSTs the WebRTC offer here. Azure paths include `/openai/v1/realtime/calls`; OpenAI direct uses `/v1/realtime/calls` - this field absorbs the difference.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof MeetingAiSessionAttributesSchemaRealtimeSession
|
|
34
|
+
*/
|
|
35
|
+
webrtcUrl?: string;
|
|
30
36
|
/**
|
|
31
37
|
*
|
|
32
38
|
* @type {string}
|
|
33
39
|
* @memberof MeetingAiSessionAttributesSchemaRealtimeSession
|
|
34
40
|
*/
|
|
35
41
|
deployment?: string;
|
|
42
|
+
/**
|
|
43
|
+
* session.type baked into the ephemeral token at mint time. The browser cannot reclassify a minted session - to switch, call createMeetingAiSession again with a different mode.
|
|
44
|
+
* @type {MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum}
|
|
45
|
+
* @memberof MeetingAiSessionAttributesSchemaRealtimeSession
|
|
46
|
+
*/
|
|
47
|
+
sessionType?: MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum;
|
|
36
48
|
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum: {
|
|
53
|
+
readonly Realtime: "realtime";
|
|
54
|
+
readonly Transcription: "transcription";
|
|
55
|
+
readonly Translation: "translation";
|
|
56
|
+
};
|
|
57
|
+
export type MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum = typeof MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum[keyof typeof MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum];
|
|
37
58
|
/**
|
|
38
59
|
* Check if a given object implements the MeetingAiSessionAttributesSchemaRealtimeSession interface.
|
|
39
60
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionAttributesSchemaRealtimeSession.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchemaRealtimeSession.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionAttributesSchemaRealtimeSession.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchemaRealtimeSession.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,8DAA8D,CAAC;CAChF;AAGD;;GAEG;AACH,eAAO,MAAM,8DAA8D;;;;CAIjE,CAAC;AACX,MAAM,MAAM,8DAA8D,GAAG,OAAO,8DAA8D,CAAC,MAAM,OAAO,8DAA8D,CAAC,CAAC;AAGhO;;GAEG;AACH,wBAAgB,yDAAyD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+CAA+C,CAEjJ;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,GAAG,+CAA+C,CAElI;AAED,wBAAgB,4DAA4D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+CAA+C,CAYrK;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,GAAG,+CAA+C,CAEhI;AAED,wBAAgB,0DAA0D,CAAC,KAAK,CAAC,EAAE,+CAA+C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAapL"}
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum = void 0;
|
|
16
17
|
exports.instanceOfMeetingAiSessionAttributesSchemaRealtimeSession = instanceOfMeetingAiSessionAttributesSchemaRealtimeSession;
|
|
17
18
|
exports.MeetingAiSessionAttributesSchemaRealtimeSessionFromJSON = MeetingAiSessionAttributesSchemaRealtimeSessionFromJSON;
|
|
18
19
|
exports.MeetingAiSessionAttributesSchemaRealtimeSessionFromJSONTyped = MeetingAiSessionAttributesSchemaRealtimeSessionFromJSONTyped;
|
|
19
20
|
exports.MeetingAiSessionAttributesSchemaRealtimeSessionToJSON = MeetingAiSessionAttributesSchemaRealtimeSessionToJSON;
|
|
20
21
|
exports.MeetingAiSessionAttributesSchemaRealtimeSessionToJSONTyped = MeetingAiSessionAttributesSchemaRealtimeSessionToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.MeetingAiSessionAttributesSchemaRealtimeSessionSessionTypeEnum = {
|
|
26
|
+
Realtime: 'realtime',
|
|
27
|
+
Transcription: 'transcription',
|
|
28
|
+
Translation: 'translation'
|
|
29
|
+
};
|
|
21
30
|
/**
|
|
22
31
|
* Check if a given object implements the MeetingAiSessionAttributesSchemaRealtimeSession interface.
|
|
23
32
|
*/
|
|
@@ -34,7 +43,9 @@ function MeetingAiSessionAttributesSchemaRealtimeSessionFromJSONTyped(json, igno
|
|
|
34
43
|
return {
|
|
35
44
|
'token': json['token'] == null ? undefined : json['token'],
|
|
36
45
|
'endpoint': json['endpoint'] == null ? undefined : json['endpoint'],
|
|
46
|
+
'webrtcUrl': json['webrtcUrl'] == null ? undefined : json['webrtcUrl'],
|
|
37
47
|
'deployment': json['deployment'] == null ? undefined : json['deployment'],
|
|
48
|
+
'sessionType': json['sessionType'] == null ? undefined : json['sessionType'],
|
|
38
49
|
};
|
|
39
50
|
}
|
|
40
51
|
function MeetingAiSessionAttributesSchemaRealtimeSessionToJSON(json) {
|
|
@@ -47,7 +58,9 @@ function MeetingAiSessionAttributesSchemaRealtimeSessionToJSONTyped(value, ignor
|
|
|
47
58
|
return {
|
|
48
59
|
'token': value['token'],
|
|
49
60
|
'endpoint': value['endpoint'],
|
|
61
|
+
'webrtcUrl': value['webrtcUrl'],
|
|
50
62
|
'deployment': value['deployment'],
|
|
63
|
+
'sessionType': value['sessionType'],
|
|
51
64
|
};
|
|
52
65
|
}
|
|
53
66
|
//# sourceMappingURL=MeetingAiSessionAttributesSchemaRealtimeSession.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionAttributesSchemaRealtimeSession.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchemaRealtimeSession.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionAttributesSchemaRealtimeSession.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionAttributesSchemaRealtimeSession.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAwDH,8HAEC;AAED,0HAEC;AAED,oIAYC;AAED,sHAEC;AAED,gIAaC;AArDD;;GAEG;AACU,QAAA,8DAA8D,GAAG;IAC1E,QAAQ,EAAE,UAAU;IACpB,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;CACpB,CAAC;AAIX;;GAEG;AACH,SAAgB,yDAAyD,CAAC,KAAa;IACnF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS;IAC7E,OAAO,4DAA4D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrF,CAAC;AAED,SAAgB,4DAA4D,CAAC,IAAS,EAAE,mBAA4B;IAChH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;KAC/E,CAAC;AACN,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS;IAC3E,OAAO,0DAA0D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnF,CAAC;AAED,SAAgB,0DAA0D,CAAC,KAA8D,EAAE,sBAA+B,KAAK;IAC3K,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;KACtC,CAAC;AACN,CAAC"}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { MeetingAiSessionAttributesSchema } from './MeetingAiSessionAttributesSchema';
|
|
13
13
|
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
-
import type {
|
|
14
|
+
import type { MeetingAiSessionResourceSchemaAllOfRelationships } from './MeetingAiSessionResourceSchemaAllOfRelationships';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -38,10 +38,10 @@ export interface MeetingAiSessionResourceSchema {
|
|
|
38
38
|
attributes: MeetingAiSessionAttributesSchema;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
|
-
* @type {
|
|
41
|
+
* @type {MeetingAiSessionResourceSchemaAllOfRelationships}
|
|
42
42
|
* @memberof MeetingAiSessionResourceSchema
|
|
43
43
|
*/
|
|
44
|
-
relationships?:
|
|
44
|
+
relationships?: MeetingAiSessionResourceSchemaAllOfRelationships;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {ResourceLinksSchema}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,gDAAgD,EAAE,MAAM,oDAAoD,CAAC;AAQ3H;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,EAAE,sCAAsC,CAAC;IAC7C;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,gCAAgC,CAAC;IAC7C;;;;OAIG;IACH,aAAa,CAAC,EAAE,gDAAgD,CAAC;IACjE;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;CAEzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAGxJ;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAK/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAanI;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,CAclJ"}
|
|
@@ -21,7 +21,7 @@ exports.MeetingAiSessionResourceSchemaToJSON = MeetingAiSessionResourceSchemaToJ
|
|
|
21
21
|
exports.MeetingAiSessionResourceSchemaToJSONTyped = MeetingAiSessionResourceSchemaToJSONTyped;
|
|
22
22
|
const MeetingAiSessionAttributesSchema_1 = require("./MeetingAiSessionAttributesSchema");
|
|
23
23
|
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
24
|
-
const
|
|
24
|
+
const MeetingAiSessionResourceSchemaAllOfRelationships_1 = require("./MeetingAiSessionResourceSchemaAllOfRelationships");
|
|
25
25
|
/**
|
|
26
26
|
* @export
|
|
27
27
|
*/
|
|
@@ -51,7 +51,7 @@ function MeetingAiSessionResourceSchemaFromJSONTyped(json, ignoreDiscriminator)
|
|
|
51
51
|
'type': json['type'],
|
|
52
52
|
'id': json['id'],
|
|
53
53
|
'attributes': (0, MeetingAiSessionAttributesSchema_1.MeetingAiSessionAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
-
'relationships': json['relationships'] == null ? undefined : (0,
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, MeetingAiSessionResourceSchemaAllOfRelationships_1.MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON)(json['relationships']),
|
|
55
55
|
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
56
56
|
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
57
57
|
};
|
|
@@ -67,7 +67,7 @@ function MeetingAiSessionResourceSchemaToJSONTyped(value, ignoreDiscriminator =
|
|
|
67
67
|
'type': value['type'],
|
|
68
68
|
'id': value['id'],
|
|
69
69
|
'attributes': (0, MeetingAiSessionAttributesSchema_1.MeetingAiSessionAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
-
'relationships': (0,
|
|
70
|
+
'relationships': (0, MeetingAiSessionResourceSchemaAllOfRelationships_1.MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON)(value['relationships']),
|
|
71
71
|
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
72
|
'meta': value['meta'],
|
|
73
73
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionResourceSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4FAKC;AAED,wFAEC;AAED,kGAaC;AAED,oFAEC;AAED,8FAcC;AA1HD,yFAK4C;AAE5C,+DAK+B;AAE/B,
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionResourceSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4FAKC;AAED,wFAEC;AAED,kGAaC;AAED,oFAEC;AAED,8FAcC;AA1HD,yFAK4C;AAE5C,+DAK+B;AAE/B,yHAK4D;AA+C5D;;GAEG;AACU,QAAA,sCAAsC,GAAG;IAClD,UAAU,EAAE,aAAa;CACnB,CAAC;AAIX;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,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;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,2EAAwC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC1E,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2GAAwD,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC5I,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,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,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACzE,eAAe,EAAE,IAAA,yGAAsD,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC/F,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,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 { MeetingAttendeeRelationshipsSchemaMeeting } from './MeetingAttendeeRelationshipsSchemaMeeting';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MeetingAiSessionResourceSchemaAllOfRelationships
|
|
17
|
+
*/
|
|
18
|
+
export interface MeetingAiSessionResourceSchemaAllOfRelationships {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {MeetingAttendeeRelationshipsSchemaMeeting}
|
|
22
|
+
* @memberof MeetingAiSessionResourceSchemaAllOfRelationships
|
|
23
|
+
*/
|
|
24
|
+
meeting?: MeetingAttendeeRelationshipsSchemaMeeting;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the MeetingAiSessionResourceSchemaAllOfRelationships interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfMeetingAiSessionResourceSchemaAllOfRelationships(value: object): value is MeetingAiSessionResourceSchemaAllOfRelationships;
|
|
30
|
+
export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationships;
|
|
31
|
+
export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingAiSessionResourceSchemaAllOfRelationships;
|
|
32
|
+
export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationships;
|
|
33
|
+
export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped(value?: MeetingAiSessionResourceSchemaAllOfRelationships | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=MeetingAiSessionResourceSchemaAllOfRelationships.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionResourceSchemaAllOfRelationships.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchemaAllOfRelationships.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AAQ7G;;;;GAIG;AACH,MAAM,WAAW,gDAAgD;IAC7D;;;;OAIG;IACH,OAAO,CAAC,EAAE,yCAAyC,CAAC;CACvD;AAED;;GAEG;AACH,wBAAgB,0DAA0D,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gDAAgD,CAEnJ;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,GAAG,gDAAgD,CAEpI;AAED,wBAAgB,6DAA6D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gDAAgD,CAQvK;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,GAAG,gDAAgD,CAElI;AAED,wBAAgB,2DAA2D,CAAC,KAAK,CAAC,EAAE,gDAAgD,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStL"}
|
|
@@ -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.instanceOfMeetingAiSessionResourceSchemaAllOfRelationships = instanceOfMeetingAiSessionResourceSchemaAllOfRelationships;
|
|
17
|
+
exports.MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON = MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON;
|
|
18
|
+
exports.MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped = MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped;
|
|
19
|
+
exports.MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON = MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON;
|
|
20
|
+
exports.MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped = MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped;
|
|
21
|
+
const MeetingAttendeeRelationshipsSchemaMeeting_1 = require("./MeetingAttendeeRelationshipsSchemaMeeting");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the MeetingAiSessionResourceSchemaAllOfRelationships interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfMeetingAiSessionResourceSchemaAllOfRelationships(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON(json) {
|
|
29
|
+
return MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'meeting': json['meeting'] == null ? undefined : (0, MeetingAttendeeRelationshipsSchemaMeeting_1.MeetingAttendeeRelationshipsSchemaMeetingFromJSON)(json['meeting']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON(json) {
|
|
40
|
+
return MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'meeting': (0, MeetingAttendeeRelationshipsSchemaMeeting_1.MeetingAttendeeRelationshipsSchemaMeetingToJSON)(value['meeting']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=MeetingAiSessionResourceSchemaAllOfRelationships.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionResourceSchemaAllOfRelationships.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionResourceSchemaAllOfRelationships.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gIAEC;AAED,4HAEC;AAED,sIAQC;AAED,wHAEC;AAED,kIASC;AAvDD,2GAKqD;AAgBrD;;GAEG;AACH,SAAgB,0DAA0D,CAAC,KAAa;IACpF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS;IAC9E,OAAO,6DAA6D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtF,CAAC;AAED,SAAgB,6DAA6D,CAAC,IAAS,EAAE,mBAA4B;IACjH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6FAAiD,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACtH,CAAC;AACN,CAAC;AAED,SAAgB,sDAAsD,CAAC,IAAS;IAC5E,OAAO,2DAA2D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpF,CAAC;AAED,SAAgB,2DAA2D,CAAC,KAA+D,EAAE,sBAA+B,KAAK;IAC7K,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,IAAA,2FAA+C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KAC/E,CAAC;AACN,CAAC"}
|
|
@@ -16,36 +16,46 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MeetingAiSessionSettingsSchema {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Picks the provider + session.type baked into the ephemeral
|
|
20
|
+
* token.
|
|
21
|
+
* 'assistant' = Azure eu00, sm-gpt-realtime-2,
|
|
22
|
+
* session.type=realtime (browser-side Boe).
|
|
23
|
+
* 'assistant-openai' = OpenAI direct, gpt-realtime-2,
|
|
24
|
+
* session.type=realtime. Redundant with 'assistant' now that
|
|
25
|
+
* Azure eu00 hosts realtime-2 too; kept as a one-release
|
|
26
|
+
* safety valve while the Azure preview deployment soaks.
|
|
27
|
+
* 'transcription' = Azure eu01, sm-gpt-realtime-whisper,
|
|
28
|
+
* session.type=transcription (live captions, audio-in /
|
|
29
|
+
* text-out only).
|
|
30
|
+
* 'translator-openai' = OpenAI direct, gpt-realtime-translate,
|
|
31
|
+
* session.type=translation (audio-in, translated audio +
|
|
32
|
+
* source-language transcript fanned out on data channel).
|
|
33
|
+
* Requires targetLanguage.
|
|
20
34
|
* @type {MeetingAiSessionSettingsSchemaModeEnum}
|
|
21
35
|
* @memberof MeetingAiSessionSettingsSchema
|
|
22
36
|
*/
|
|
23
37
|
mode?: MeetingAiSessionSettingsSchemaModeEnum;
|
|
24
38
|
/**
|
|
25
|
-
*
|
|
39
|
+
* Reply language for Boe's assistant behaviour (e.g. English). Only applies when mode=assistant.
|
|
26
40
|
* @type {string}
|
|
27
41
|
* @memberof MeetingAiSessionSettingsSchema
|
|
28
42
|
*/
|
|
29
|
-
|
|
43
|
+
language?: string;
|
|
30
44
|
/**
|
|
31
|
-
*
|
|
45
|
+
* BCP-47 code for the language the translator should produce (e.g. 'pl', 'es', 'en'). Required when mode=translator-openai; ignored otherwise. Defaults to 'en' if omitted.
|
|
32
46
|
* @type {string}
|
|
33
47
|
* @memberof MeetingAiSessionSettingsSchema
|
|
34
48
|
*/
|
|
35
49
|
targetLanguage?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Language for assistant mode (e.g. English)
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof MeetingAiSessionSettingsSchema
|
|
40
|
-
*/
|
|
41
|
-
language?: string;
|
|
42
50
|
}
|
|
43
51
|
/**
|
|
44
52
|
* @export
|
|
45
53
|
*/
|
|
46
54
|
export declare const MeetingAiSessionSettingsSchemaModeEnum: {
|
|
47
|
-
readonly Translator: "translator";
|
|
48
55
|
readonly Assistant: "assistant";
|
|
56
|
+
readonly AssistantOpenai: "assistant-openai";
|
|
57
|
+
readonly Transcription: "transcription";
|
|
58
|
+
readonly TranslatorOpenai: "translator-openai";
|
|
49
59
|
};
|
|
50
60
|
export type MeetingAiSessionSettingsSchemaModeEnum = typeof MeetingAiSessionSettingsSchemaModeEnum[keyof typeof MeetingAiSessionSettingsSchemaModeEnum];
|
|
51
61
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionSettingsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionSettingsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionSettingsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingAiSessionSettingsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,CAAC,EAAE,sCAAsC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;;;CAKzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAGxJ;;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,CAUnI;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,CAWlJ"}
|
|
@@ -23,8 +23,10 @@ exports.MeetingAiSessionSettingsSchemaToJSONTyped = MeetingAiSessionSettingsSche
|
|
|
23
23
|
* @export
|
|
24
24
|
*/
|
|
25
25
|
exports.MeetingAiSessionSettingsSchemaModeEnum = {
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
Assistant: 'assistant',
|
|
27
|
+
AssistantOpenai: 'assistant-openai',
|
|
28
|
+
Transcription: 'transcription',
|
|
29
|
+
TranslatorOpenai: 'translator-openai'
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Check if a given object implements the MeetingAiSessionSettingsSchema interface.
|
|
@@ -41,9 +43,8 @@ function MeetingAiSessionSettingsSchemaFromJSONTyped(json, ignoreDiscriminator)
|
|
|
41
43
|
}
|
|
42
44
|
return {
|
|
43
45
|
'mode': json['mode'] == null ? undefined : json['mode'],
|
|
44
|
-
'sourceLanguage': json['sourceLanguage'] == null ? undefined : json['sourceLanguage'],
|
|
45
|
-
'targetLanguage': json['targetLanguage'] == null ? undefined : json['targetLanguage'],
|
|
46
46
|
'language': json['language'] == null ? undefined : json['language'],
|
|
47
|
+
'targetLanguage': json['targetLanguage'] == null ? undefined : json['targetLanguage'],
|
|
47
48
|
};
|
|
48
49
|
}
|
|
49
50
|
function MeetingAiSessionSettingsSchemaToJSON(json) {
|
|
@@ -55,9 +56,8 @@ function MeetingAiSessionSettingsSchemaToJSONTyped(value, ignoreDiscriminator =
|
|
|
55
56
|
}
|
|
56
57
|
return {
|
|
57
58
|
'mode': value['mode'],
|
|
58
|
-
'sourceLanguage': value['sourceLanguage'],
|
|
59
|
-
'targetLanguage': value['targetLanguage'],
|
|
60
59
|
'language': value['language'],
|
|
60
|
+
'targetLanguage': value['targetLanguage'],
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
//# sourceMappingURL=MeetingAiSessionSettingsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingAiSessionSettingsSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionSettingsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"MeetingAiSessionSettingsSchema.js","sourceRoot":"","sources":["../../src/models/MeetingAiSessionSettingsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA2DH,4FAEC;AAED,wFAEC;AAED,kGAUC;AAED,oFAEC;AAED,8FAWC;AAlDD;;GAEG;AACU,QAAA,sCAAsC,GAAG;IAClD,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAIX;;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,IAAI,CAAC,MAAM,CAAC;QACvD,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;KACxF,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,KAAK,CAAC,MAAM,CAAC;QACrB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;KAC5C,CAAC;AACN,CAAC"}
|