@smartytalent/api-client 0.1.33-dev.3 → 0.1.33-dev.30
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/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 +72 -1
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +88 -2
- package/dist/apis/CallsApi.js.map +1 -1
- package/dist/apis/CandidatesApi.d.ts +4 -2
- package/dist/apis/CandidatesApi.d.ts.map +1 -1
- package/dist/apis/CandidatesApi.js +8 -2
- package/dist/apis/CandidatesApi.js.map +1 -1
- package/dist/apis/ChatsApi.d.ts +2 -0
- package/dist/apis/ChatsApi.d.ts.map +1 -1
- package/dist/apis/ChatsApi.js +6 -0
- package/dist/apis/ChatsApi.js.map +1 -1
- package/dist/apis/CommentsApi.d.ts +152 -0
- package/dist/apis/CommentsApi.d.ts.map +1 -0
- package/dist/apis/CommentsApi.js +346 -0
- package/dist/apis/CommentsApi.js.map +1 -0
- package/dist/apis/EmailsApi.d.ts +34 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +42 -3
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/EventsApi.d.ts +143 -0
- package/dist/apis/EventsApi.d.ts.map +1 -0
- package/dist/apis/EventsApi.js +327 -0
- package/dist/apis/EventsApi.js.map +1 -0
- package/dist/apis/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- package/dist/apis/LabelsApi.d.ts +141 -0
- package/dist/apis/LabelsApi.d.ts.map +1 -0
- package/dist/apis/LabelsApi.js +342 -0
- package/dist/apis/LabelsApi.js.map +1 -0
- package/dist/apis/MeetingsApi.d.ts +4 -4
- package/dist/apis/MeetingsApi.js +4 -4
- package/dist/apis/SignalsApi.d.ts +141 -0
- package/dist/apis/SignalsApi.d.ts.map +1 -0
- package/dist/apis/SignalsApi.js +274 -0
- package/dist/apis/SignalsApi.js.map +1 -0
- package/dist/apis/StatesApi.d.ts +158 -0
- package/dist/apis/StatesApi.d.ts.map +1 -0
- package/dist/apis/StatesApi.js +367 -0
- package/dist/apis/StatesApi.js.map +1 -0
- 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/index.d.ts +8 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +8 -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/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/CalendarAttributesSchemaWorkingHours.d.ts +64 -0
- package/dist/models/CalendarAttributesSchemaWorkingHours.d.ts.map +1 -0
- package/dist/models/CalendarAttributesSchemaWorkingHours.js +68 -0
- package/dist/models/CalendarAttributesSchemaWorkingHours.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/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 +236 -61
- package/dist/models/CallAttributesSchema.d.ts.map +1 -1
- package/dist/models/CallAttributesSchema.js +128 -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 +87 -0
- package/dist/models/CallMetaSchema.d.ts.map +1 -0
- package/dist/models/CallMetaSchema.js +79 -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/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/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 +76 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +70 -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/CreateLabelRequestBody.d.ts +34 -0
- package/dist/models/CreateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBody.js +52 -0
- package/dist/models/CreateLabelRequestBody.js.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts +47 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.js +63 -0
- package/dist/models/CreateLabelRequestBodyData.js.map +1 -0
- package/dist/models/CreateStateRequestBody.d.ts +34 -0
- package/dist/models/CreateStateRequestBody.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBody.js +52 -0
- package/dist/models/CreateStateRequestBody.js.map +1 -0
- package/dist/models/CreateStateRequestBodyData.d.ts +47 -0
- package/dist/models/CreateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBodyData.js +63 -0
- package/dist/models/CreateStateRequestBodyData.js.map +1 -0
- package/dist/models/EmailAttributesSchema.d.ts +31 -8
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +12 -5
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
- package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/EmailRelationshipsSchema.js +3 -0
- package/dist/models/EmailRelationshipsSchema.js.map +1 -1
- package/dist/models/EventAttributesSchema.d.ts +172 -0
- package/dist/models/EventAttributesSchema.d.ts.map +1 -0
- package/dist/models/EventAttributesSchema.js +114 -0
- package/dist/models/EventAttributesSchema.js.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
- package/dist/models/EventRelationshipsSchema.d.ts +41 -0
- package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchema.js +53 -0
- package/dist/models/EventRelationshipsSchema.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.js +50 -0
- package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
- package/dist/models/EventResourceSchema.d.ts +75 -0
- package/dist/models/EventResourceSchema.d.ts.map +1 -0
- package/dist/models/EventResourceSchema.js +75 -0
- package/dist/models/EventResourceSchema.js.map +1 -0
- package/dist/models/EventResponseDocument.d.ts +34 -0
- package/dist/models/EventResponseDocument.d.ts.map +1 -0
- package/dist/models/EventResponseDocument.js +50 -0
- package/dist/models/EventResponseDocument.js.map +1 -0
- package/dist/models/EventsResponseDocument.d.ts +46 -0
- package/dist/models/EventsResponseDocument.d.ts.map +1 -0
- package/dist/models/EventsResponseDocument.js +54 -0
- package/dist/models/EventsResponseDocument.js.map +1 -0
- package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
- package/dist/models/FinderAttributesSchema.d.ts +8 -6
- package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
- package/dist/models/FinderAttributesSchema.js +6 -4
- package/dist/models/FinderAttributesSchema.js.map +1 -1
- package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
- package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
- package/dist/models/FinderAttributesSchemaQuery.js +72 -0
- package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.js +111 -0
- package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +134 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.js +97 -0
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
- package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
- package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryJobsSchema.js +79 -0
- package/dist/models/FinderQueryJobsSchema.js.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.js +103 -0
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
- package/dist/models/FinderResultHitSchema.d.ts +64 -0
- package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
- package/dist/models/FinderResultHitSchema.js +61 -0
- package/dist/models/FinderResultHitSchema.js.map +1 -0
- package/dist/models/FinderResultsSchema.d.ts +40 -0
- package/dist/models/FinderResultsSchema.d.ts.map +1 -0
- package/dist/models/FinderResultsSchema.js +52 -0
- package/dist/models/FinderResultsSchema.js.map +1 -0
- package/dist/models/FormAttributesSchema.d.ts +26 -0
- package/dist/models/FormAttributesSchema.d.ts.map +1 -1
- package/dist/models/FormAttributesSchema.js +12 -0
- package/dist/models/FormAttributesSchema.js.map +1 -1
- package/dist/models/LabelAttributesSchema.d.ts +92 -0
- package/dist/models/LabelAttributesSchema.d.ts.map +1 -0
- package/dist/models/LabelAttributesSchema.js +79 -0
- package/dist/models/LabelAttributesSchema.js.map +1 -0
- package/dist/models/LabelResourceSchema.d.ts +74 -0
- package/dist/models/LabelResourceSchema.d.ts.map +1 -0
- package/dist/models/LabelResourceSchema.js +74 -0
- package/dist/models/LabelResourceSchema.js.map +1 -0
- package/dist/models/LabelSchema.d.ts +49 -0
- package/dist/models/LabelSchema.d.ts.map +1 -0
- package/dist/models/LabelSchema.js +55 -0
- package/dist/models/LabelSchema.js.map +1 -0
- package/dist/models/LabelsSchema.d.ts +48 -0
- package/dist/models/LabelsSchema.d.ts.map +1 -0
- package/dist/models/LabelsSchema.js +56 -0
- package/dist/models/LabelsSchema.js.map +1 -0
- package/dist/models/ListStatesFolderParameter.d.ts +22 -0
- package/dist/models/ListStatesFolderParameter.d.ts.map +1 -0
- package/dist/models/ListStatesFolderParameter.js +50 -0
- package/dist/models/ListStatesFolderParameter.js.map +1 -0
- package/dist/models/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/StateAttributesSchema.d.ts +117 -0
- package/dist/models/StateAttributesSchema.d.ts.map +1 -0
- package/dist/models/StateAttributesSchema.js +87 -0
- package/dist/models/StateAttributesSchema.js.map +1 -0
- package/dist/models/StateResourceSchema.d.ts +74 -0
- package/dist/models/StateResourceSchema.d.ts.map +1 -0
- package/dist/models/StateResourceSchema.js +74 -0
- package/dist/models/StateResourceSchema.js.map +1 -0
- package/dist/models/StateSchema.d.ts +49 -0
- package/dist/models/StateSchema.d.ts.map +1 -0
- package/dist/models/StateSchema.js +55 -0
- package/dist/models/StateSchema.js.map +1 -0
- package/dist/models/StatesSchema.d.ts +48 -0
- package/dist/models/StatesSchema.d.ts.map +1 -0
- package/dist/models/StatesSchema.js +56 -0
- package/dist/models/StatesSchema.js.map +1 -0
- package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
- 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 +7 -0
- package/dist/models/TenantRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/TenantRelationshipsSchema.js +3 -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/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 +63 -0
- package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +71 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +67 -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 +63 -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 +63 -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/UpdateLabelRequestBody.d.ts +34 -0
- package/dist/models/UpdateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBody.js +52 -0
- package/dist/models/UpdateLabelRequestBody.js.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.js +67 -0
- package/dist/models/UpdateLabelRequestBodyData.js.map +1 -0
- package/dist/models/UpdateStateRequestBody.d.ts +34 -0
- package/dist/models/UpdateStateRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBody.js +52 -0
- package/dist/models/UpdateStateRequestBody.js.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.js +67 -0
- package/dist/models/UpdateStateRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +118 -5
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +118 -5
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/CallRelationshipsTranslationsDataSchema.d.ts +0 -39
- package/dist/models/CallRelationshipsTranslationsDataSchema.js +0 -51
- package/dist/models/CallRelationshipsTranslationsSchema.d.ts +0 -34
- package/dist/models/CallRelationshipsTranslationsSchema.d.ts.map +0 -1
- package/dist/models/CallRelationshipsTranslationsSchema.js +0 -50
- package/dist/models/CallRelationshipsTranslationsSchema.js.map +0 -1
- package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +0 -39
- package/dist/models/ChatRelationshipsTranslationsDataSchema.js +0 -51
- package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +0 -34
- package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +0 -1
- package/dist/models/ChatRelationshipsTranslationsSchema.js +0 -50
- package/dist/models/ChatRelationshipsTranslationsSchema.js.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.d.ts +0 -24
- package/dist/models/EmailAttributesSchemaSubject.d.ts.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.js +0 -44
- package/dist/models/EmailAttributesSchemaSubject.js.map +0 -1
|
@@ -9,115 +9,243 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { CallAttributesSchemaRecording } from './CallAttributesSchemaRecording';
|
|
13
|
+
import type { CallAttributesSchemaSpeakerStatsInner } from './CallAttributesSchemaSpeakerStatsInner';
|
|
14
|
+
import type { CallAttributesSchemaTranscriptSegmentsInner } from './CallAttributesSchemaTranscriptSegmentsInner';
|
|
12
15
|
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
16
|
/**
|
|
14
|
-
*
|
|
17
|
+
* Cross-protocol call attributes. Mirror of chat with voice-
|
|
18
|
+
* specific extensions: lifecycle covers provider phases (queued
|
|
19
|
+
* -> ringing -> in-progress -> completed) plus the operator
|
|
20
|
+
* review window (draft -> scheduled -> queued). aiMode toggles
|
|
21
|
+
* whether the AI agent is the active speaker, a silent observer,
|
|
22
|
+
* or fully off. transcript + summary are multilingual dicts
|
|
23
|
+
* mirroring email/chat body shape; the call AI translate Step
|
|
24
|
+
* Function fans them across tenant locales.
|
|
15
25
|
* @export
|
|
16
26
|
* @interface CallAttributesSchema
|
|
17
27
|
*/
|
|
18
28
|
export interface CallAttributesSchema {
|
|
19
29
|
/**
|
|
20
|
-
* Call
|
|
30
|
+
* Call direction relative to boe (inbound = caller dialed boe; outbound = boe placed the call).
|
|
31
|
+
* @type {CallAttributesSchemaDirectionEnum}
|
|
32
|
+
* @memberof CallAttributesSchema
|
|
33
|
+
*/
|
|
34
|
+
direction?: CallAttributesSchemaDirectionEnum;
|
|
35
|
+
/**
|
|
36
|
+
* Wire protocol. Phone is PSTN via Twilio; WebRTC reserves the slot for the future recruiter Voice SDK in the admin web app.
|
|
37
|
+
* @type {CallAttributesSchemaProtocolEnum}
|
|
38
|
+
* @memberof CallAttributesSchema
|
|
39
|
+
*/
|
|
40
|
+
protocol?: CallAttributesSchemaProtocolEnum;
|
|
41
|
+
/**
|
|
42
|
+
* Lifecycle state. Outbound rows that go through an operator review window or explicit scheduling start at `draft` (editable) or `scheduled` (Schedule armed for fireAt); on Schedule fire they progress queued -> ringing -> in-progress -> completed (or failed / no-answer / busy / voicemail). `abandoned` covers inbound calls where the caller hung up before the AI answered. `cancelled` is operator hard-kill before dial. `archived` is a terminal soft-delete.
|
|
43
|
+
* @type {CallAttributesSchemaStatusEnum}
|
|
44
|
+
* @memberof CallAttributesSchema
|
|
45
|
+
*/
|
|
46
|
+
status?: CallAttributesSchemaStatusEnum;
|
|
47
|
+
/**
|
|
48
|
+
* Caller's protocol-native handle (E.164 phone for PSTN, AAD object id for WebRTC).
|
|
21
49
|
* @type {string}
|
|
22
50
|
* @memberof CallAttributesSchema
|
|
23
51
|
*/
|
|
24
|
-
|
|
52
|
+
fromIdentifier?: string;
|
|
25
53
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
54
|
+
* Display name of the caller at write time. Denormalised from the resolved principal.
|
|
55
|
+
* @type {string}
|
|
28
56
|
* @memberof CallAttributesSchema
|
|
29
57
|
*/
|
|
30
|
-
|
|
58
|
+
fromName?: string;
|
|
31
59
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {
|
|
60
|
+
* Principal type of the caller.
|
|
61
|
+
* @type {CallAttributesSchemaFromTypeEnum}
|
|
34
62
|
* @memberof CallAttributesSchema
|
|
35
63
|
*/
|
|
36
|
-
|
|
64
|
+
fromType?: CallAttributesSchemaFromTypeEnum;
|
|
37
65
|
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {
|
|
66
|
+
* Callee's protocol-native handle.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof CallAttributesSchema
|
|
69
|
+
*/
|
|
70
|
+
toIdentifier?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Display name of the callee at write time.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof CallAttributesSchema
|
|
75
|
+
*/
|
|
76
|
+
toName?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Principal type of the callee.
|
|
79
|
+
* @type {CallAttributesSchemaToTypeEnum}
|
|
80
|
+
* @memberof CallAttributesSchema
|
|
81
|
+
*/
|
|
82
|
+
toType?: CallAttributesSchemaToTypeEnum;
|
|
83
|
+
/**
|
|
84
|
+
* Multilingual transcript keyed by BCP 47 locale (e.g. {`en-US`: `Hi`, `pl-PL`: `Cześć`}). Source locale is captured first; the AI translate Step Function fills in the rest of the tenant's active locales.
|
|
85
|
+
* @type {{ [key: string]: string; }}
|
|
86
|
+
* @memberof CallAttributesSchema
|
|
87
|
+
*/
|
|
88
|
+
transcript?: {
|
|
89
|
+
[key: string]: string;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Multilingual post-call summary keyed by BCP 47 locale. LLM-generated after call ends.
|
|
93
|
+
* @type {{ [key: string]: string; }}
|
|
40
94
|
* @memberof CallAttributesSchema
|
|
41
95
|
*/
|
|
42
|
-
|
|
96
|
+
summary?: {
|
|
97
|
+
[key: string]: string;
|
|
98
|
+
};
|
|
43
99
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
100
|
+
* Per-criterion scoring extracted from the transcript when the call is tied to a job (relationships.job). Map of criterion key -> {score, evidence, confidence}.
|
|
101
|
+
* @type {object}
|
|
46
102
|
* @memberof CallAttributesSchema
|
|
47
103
|
*/
|
|
48
|
-
|
|
104
|
+
criteriaScoring?: object;
|
|
49
105
|
/**
|
|
50
|
-
*
|
|
106
|
+
* ISO 8601 timestamp when the call started (ringing began). Set on outbound dial or inbound webhook arrival.
|
|
51
107
|
* @type {string}
|
|
52
108
|
* @memberof CallAttributesSchema
|
|
53
109
|
*/
|
|
54
|
-
|
|
110
|
+
startedAt?: string;
|
|
55
111
|
/**
|
|
56
|
-
*
|
|
112
|
+
* ISO 8601 timestamp when the call connected (recipient picked up).
|
|
57
113
|
* @type {string}
|
|
58
114
|
* @memberof CallAttributesSchema
|
|
59
115
|
*/
|
|
60
|
-
|
|
116
|
+
answeredAt?: string;
|
|
61
117
|
/**
|
|
62
|
-
*
|
|
118
|
+
* ISO 8601 timestamp when the call ended (terminal status reached).
|
|
63
119
|
* @type {string}
|
|
64
120
|
* @memberof CallAttributesSchema
|
|
65
121
|
*/
|
|
66
|
-
|
|
122
|
+
endedAt?: string;
|
|
67
123
|
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {
|
|
124
|
+
* Call duration in seconds (endedAt - answeredAt).
|
|
125
|
+
* @type {number}
|
|
70
126
|
* @memberof CallAttributesSchema
|
|
71
127
|
*/
|
|
72
|
-
|
|
128
|
+
durationSec?: number;
|
|
73
129
|
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {
|
|
130
|
+
* ISO 8601 timestamp at which the Schedule armed for this call will fire and place the outbound dial. Operators can PATCH to reschedule; the eventbus PATCHes the underlying Schedule row in lockstep. Mirror of email/chat scheduledFireAt.
|
|
131
|
+
* @type {string}
|
|
76
132
|
* @memberof CallAttributesSchema
|
|
77
133
|
*/
|
|
78
|
-
|
|
134
|
+
scheduledFireAt?: string;
|
|
79
135
|
/**
|
|
80
|
-
*
|
|
136
|
+
* FK denormalisation of relationships.schedule for cheap read paths.
|
|
81
137
|
* @type {string}
|
|
82
138
|
* @memberof CallAttributesSchema
|
|
83
139
|
*/
|
|
84
|
-
|
|
140
|
+
scheduleId?: string;
|
|
85
141
|
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {
|
|
142
|
+
* Twilio conference id when the call is a multi-party (3-way) conference. Null for 1:1.
|
|
143
|
+
* @type {string}
|
|
88
144
|
* @memberof CallAttributesSchema
|
|
89
145
|
*/
|
|
90
|
-
|
|
146
|
+
conferenceSid?: string;
|
|
91
147
|
/**
|
|
92
|
-
*
|
|
148
|
+
* True when the call is a multi-party conference (recruiter joining via Voice SDK + candidate + boe AI). False for 1:1.
|
|
93
149
|
* @type {boolean}
|
|
94
150
|
* @memberof CallAttributesSchema
|
|
95
151
|
*/
|
|
96
|
-
|
|
152
|
+
isConference?: boolean;
|
|
97
153
|
/**
|
|
98
|
-
*
|
|
99
|
-
* @type {
|
|
154
|
+
* How the AI agent participates. `active` = AI speaks (default for boe ↔ candidate). `observer` = AI listens, transcribes, surfaces real-time suggestions to the recruiter UI but does not speak. `silent` = recording + post-call analysis only, no AI in the call.
|
|
155
|
+
* @type {CallAttributesSchemaAiModeEnum}
|
|
100
156
|
* @memberof CallAttributesSchema
|
|
101
157
|
*/
|
|
102
|
-
|
|
158
|
+
aiMode?: CallAttributesSchemaAiModeEnum;
|
|
103
159
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {
|
|
160
|
+
* List of topic keys the AI agent should cover during the call (e.g. ['salary', 'experience', 'languagesSpoken']). Operator-editable in the review window before fire.
|
|
161
|
+
* @type {Array<string>}
|
|
106
162
|
* @memberof CallAttributesSchema
|
|
107
163
|
*/
|
|
108
|
-
|
|
164
|
+
plannedTopics?: Array<string>;
|
|
109
165
|
/**
|
|
110
|
-
*
|
|
166
|
+
* Operator-editable agent instructions used as the OpenAI Realtime session's system prompt at fire time. Mirror of email body in the operator review window: edit before fire, the dialed call uses the latest version.
|
|
111
167
|
* @type {string}
|
|
112
168
|
* @memberof CallAttributesSchema
|
|
113
169
|
*/
|
|
114
|
-
|
|
170
|
+
systemPrompt?: string;
|
|
115
171
|
/**
|
|
116
172
|
*
|
|
117
|
-
* @type {
|
|
173
|
+
* @type {CallAttributesSchemaRecording}
|
|
118
174
|
* @memberof CallAttributesSchema
|
|
119
175
|
*/
|
|
120
|
-
|
|
176
|
+
recording?: CallAttributesSchemaRecording;
|
|
177
|
+
/**
|
|
178
|
+
* BCP 47 locale of the call (the locale key initially populated in transcript). Detected from the caller's settings or call audio.
|
|
179
|
+
* @type {string}
|
|
180
|
+
* @memberof CallAttributesSchema
|
|
181
|
+
*/
|
|
182
|
+
languageCode?: string;
|
|
183
|
+
/**
|
|
184
|
+
* Unique short identifier (provider/lookup correlation).
|
|
185
|
+
* @type {string}
|
|
186
|
+
* @memberof CallAttributesSchema
|
|
187
|
+
*/
|
|
188
|
+
shortCode?: string;
|
|
189
|
+
/**
|
|
190
|
+
* Structured transcript with timing. Each segment is one turn captured live by the Realtime API. Single shape (NOT translated); text is in `languageCode`. Drives the audio player's clickable speaker timeline.
|
|
191
|
+
* @type {Array<CallAttributesSchemaTranscriptSegmentsInner>}
|
|
192
|
+
* @memberof CallAttributesSchema
|
|
193
|
+
*/
|
|
194
|
+
transcriptSegments?: Array<CallAttributesSchemaTranscriptSegmentsInner>;
|
|
195
|
+
/**
|
|
196
|
+
* Per-speaker talk statistics computed once on call finalization. Used by the timeline UI to show talk-time bars.
|
|
197
|
+
* @type {Array<CallAttributesSchemaSpeakerStatsInner>}
|
|
198
|
+
* @memberof CallAttributesSchema
|
|
199
|
+
*/
|
|
200
|
+
speakerStats?: Array<CallAttributesSchemaSpeakerStatsInner>;
|
|
201
|
+
/**
|
|
202
|
+
* AI-generated bullet points distilled from the transcript. In `languageCode` (NOT multilingual - single shape; FE renders as-is).
|
|
203
|
+
* @type {Array<string>}
|
|
204
|
+
* @memberof CallAttributesSchema
|
|
205
|
+
*/
|
|
206
|
+
keyNotes?: Array<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Stable facet keys (e.g. `salary`, `experience`, `languagesSpoken`) covered in the call. FE renders via shared `callTopics` dictionary for human-readable labels.
|
|
209
|
+
* @type {Array<string>}
|
|
210
|
+
* @memberof CallAttributesSchema
|
|
211
|
+
*/
|
|
212
|
+
topicsDiscussed?: Array<string>;
|
|
213
|
+
/**
|
|
214
|
+
* AI-derived sentiment of the conversation as a whole.
|
|
215
|
+
* @type {CallAttributesSchemaSentimentEnum}
|
|
216
|
+
* @memberof CallAttributesSchema
|
|
217
|
+
*/
|
|
218
|
+
sentiment?: CallAttributesSchemaSentimentEnum;
|
|
219
|
+
/**
|
|
220
|
+
* ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes.
|
|
221
|
+
* @type {string}
|
|
222
|
+
* @memberof CallAttributesSchema
|
|
223
|
+
*/
|
|
224
|
+
summaryGeneratedAt?: string;
|
|
225
|
+
/**
|
|
226
|
+
* Server-derived bucket for the left-nav / filter chips, computed from (direction, status). Mirror of email/chat folder. UI uses this directly; do NOT compute on the client.
|
|
227
|
+
* @type {CallAttributesSchemaFolderEnum}
|
|
228
|
+
* @memberof CallAttributesSchema
|
|
229
|
+
*/
|
|
230
|
+
folder?: CallAttributesSchemaFolderEnum;
|
|
231
|
+
/**
|
|
232
|
+
* Server-derived: true when status is in {queued, ringing, in-progress}. Drives the live indicator + polling decision in the UI.
|
|
233
|
+
* @type {boolean}
|
|
234
|
+
* @memberof CallAttributesSchema
|
|
235
|
+
*/
|
|
236
|
+
isLive?: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* Server-derived: true when recording.mixedMp3Url is present. Lets the list page show a play icon without sending the heavy `recording` block.
|
|
239
|
+
* @type {boolean}
|
|
240
|
+
* @memberof CallAttributesSchema
|
|
241
|
+
*/
|
|
242
|
+
hasRecording?: boolean;
|
|
243
|
+
/**
|
|
244
|
+
* Server-derived: true when transcriptSegments has any entries OR transcript dict has any locale keys. Lets the list page show a transcript icon without sending the heavy `transcript`/`transcriptSegments` payload.
|
|
245
|
+
* @type {boolean}
|
|
246
|
+
* @memberof CallAttributesSchema
|
|
247
|
+
*/
|
|
248
|
+
hasTranscript?: boolean;
|
|
121
249
|
/**
|
|
122
250
|
*
|
|
123
251
|
* @type {ResourceTimestampsSchema}
|
|
@@ -131,41 +259,88 @@ export interface CallAttributesSchema {
|
|
|
131
259
|
export declare const CallAttributesSchemaDirectionEnum: {
|
|
132
260
|
readonly Inbound: "inbound";
|
|
133
261
|
readonly Outbound: "outbound";
|
|
134
|
-
readonly AiBot: "ai-bot";
|
|
135
262
|
};
|
|
136
263
|
export type CallAttributesSchemaDirectionEnum = typeof CallAttributesSchemaDirectionEnum[keyof typeof CallAttributesSchemaDirectionEnum];
|
|
137
264
|
/**
|
|
138
265
|
* @export
|
|
139
266
|
*/
|
|
140
|
-
export declare const
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly FollowUp: "follow-up";
|
|
144
|
-
readonly Screening: "screening";
|
|
145
|
-
readonly ReferenceCheck: "reference-check";
|
|
267
|
+
export declare const CallAttributesSchemaProtocolEnum: {
|
|
268
|
+
readonly Phone: "phone";
|
|
269
|
+
readonly Webrtc: "webrtc";
|
|
146
270
|
};
|
|
147
|
-
export type
|
|
271
|
+
export type CallAttributesSchemaProtocolEnum = typeof CallAttributesSchemaProtocolEnum[keyof typeof CallAttributesSchemaProtocolEnum];
|
|
148
272
|
/**
|
|
149
273
|
* @export
|
|
150
274
|
*/
|
|
151
|
-
export declare const
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
275
|
+
export declare const CallAttributesSchemaStatusEnum: {
|
|
276
|
+
readonly Draft: "draft";
|
|
277
|
+
readonly Scheduled: "scheduled";
|
|
278
|
+
readonly Cancelled: "cancelled";
|
|
279
|
+
readonly Queued: "queued";
|
|
280
|
+
readonly Ringing: "ringing";
|
|
281
|
+
readonly InProgress: "in-progress";
|
|
282
|
+
readonly Completed: "completed";
|
|
283
|
+
readonly Failed: "failed";
|
|
155
284
|
readonly NoAnswer: "no-answer";
|
|
156
285
|
readonly Busy: "busy";
|
|
286
|
+
readonly Voicemail: "voicemail";
|
|
287
|
+
readonly Abandoned: "abandoned";
|
|
288
|
+
readonly Archived: "archived";
|
|
157
289
|
};
|
|
158
|
-
export type
|
|
290
|
+
export type CallAttributesSchemaStatusEnum = typeof CallAttributesSchemaStatusEnum[keyof typeof CallAttributesSchemaStatusEnum];
|
|
159
291
|
/**
|
|
160
292
|
* @export
|
|
161
293
|
*/
|
|
162
|
-
export declare const
|
|
294
|
+
export declare const CallAttributesSchemaFromTypeEnum: {
|
|
295
|
+
readonly User: "user";
|
|
296
|
+
readonly Candidate: "candidate";
|
|
297
|
+
readonly Talent: "talent";
|
|
298
|
+
readonly Guest: "guest";
|
|
299
|
+
};
|
|
300
|
+
export type CallAttributesSchemaFromTypeEnum = typeof CallAttributesSchemaFromTypeEnum[keyof typeof CallAttributesSchemaFromTypeEnum];
|
|
301
|
+
/**
|
|
302
|
+
* @export
|
|
303
|
+
*/
|
|
304
|
+
export declare const CallAttributesSchemaToTypeEnum: {
|
|
305
|
+
readonly User: "user";
|
|
306
|
+
readonly Candidate: "candidate";
|
|
307
|
+
readonly Talent: "talent";
|
|
308
|
+
readonly Guest: "guest";
|
|
309
|
+
};
|
|
310
|
+
export type CallAttributesSchemaToTypeEnum = typeof CallAttributesSchemaToTypeEnum[keyof typeof CallAttributesSchemaToTypeEnum];
|
|
311
|
+
/**
|
|
312
|
+
* @export
|
|
313
|
+
*/
|
|
314
|
+
export declare const CallAttributesSchemaAiModeEnum: {
|
|
163
315
|
readonly Active: "active";
|
|
164
|
-
readonly
|
|
316
|
+
readonly Observer: "observer";
|
|
317
|
+
readonly Silent: "silent";
|
|
318
|
+
};
|
|
319
|
+
export type CallAttributesSchemaAiModeEnum = typeof CallAttributesSchemaAiModeEnum[keyof typeof CallAttributesSchemaAiModeEnum];
|
|
320
|
+
/**
|
|
321
|
+
* @export
|
|
322
|
+
*/
|
|
323
|
+
export declare const CallAttributesSchemaSentimentEnum: {
|
|
324
|
+
readonly Positive: "positive";
|
|
325
|
+
readonly Neutral: "neutral";
|
|
326
|
+
readonly Negative: "negative";
|
|
327
|
+
readonly Mixed: "mixed";
|
|
328
|
+
};
|
|
329
|
+
export type CallAttributesSchemaSentimentEnum = typeof CallAttributesSchemaSentimentEnum[keyof typeof CallAttributesSchemaSentimentEnum];
|
|
330
|
+
/**
|
|
331
|
+
* @export
|
|
332
|
+
*/
|
|
333
|
+
export declare const CallAttributesSchemaFolderEnum: {
|
|
334
|
+
readonly Drafts: "drafts";
|
|
335
|
+
readonly Scheduled: "scheduled";
|
|
336
|
+
readonly Active: "active";
|
|
337
|
+
readonly Incoming: "incoming";
|
|
338
|
+
readonly Outgoing: "outgoing";
|
|
339
|
+
readonly Missed: "missed";
|
|
340
|
+
readonly Cancelled: "cancelled";
|
|
165
341
|
readonly Archived: "archived";
|
|
166
|
-
readonly Failed: "failed";
|
|
167
342
|
};
|
|
168
|
-
export type
|
|
343
|
+
export type CallAttributesSchemaFolderEnum = typeof CallAttributesSchemaFolderEnum[keyof typeof CallAttributesSchemaFolderEnum];
|
|
169
344
|
/**
|
|
170
345
|
* Check if a given object implements the CallAttributesSchema interface.
|
|
171
346
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E
|
|
1
|
+
{"version":3,"file":"CallAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,49 +13,95 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.CallAttributesSchemaFolderEnum = exports.CallAttributesSchemaSentimentEnum = exports.CallAttributesSchemaAiModeEnum = exports.CallAttributesSchemaToTypeEnum = exports.CallAttributesSchemaFromTypeEnum = exports.CallAttributesSchemaStatusEnum = exports.CallAttributesSchemaProtocolEnum = exports.CallAttributesSchemaDirectionEnum = void 0;
|
|
17
17
|
exports.instanceOfCallAttributesSchema = instanceOfCallAttributesSchema;
|
|
18
18
|
exports.CallAttributesSchemaFromJSON = CallAttributesSchemaFromJSON;
|
|
19
19
|
exports.CallAttributesSchemaFromJSONTyped = CallAttributesSchemaFromJSONTyped;
|
|
20
20
|
exports.CallAttributesSchemaToJSON = CallAttributesSchemaToJSON;
|
|
21
21
|
exports.CallAttributesSchemaToJSONTyped = CallAttributesSchemaToJSONTyped;
|
|
22
|
+
const CallAttributesSchemaRecording_1 = require("./CallAttributesSchemaRecording");
|
|
23
|
+
const CallAttributesSchemaSpeakerStatsInner_1 = require("./CallAttributesSchemaSpeakerStatsInner");
|
|
24
|
+
const CallAttributesSchemaTranscriptSegmentsInner_1 = require("./CallAttributesSchemaTranscriptSegmentsInner");
|
|
22
25
|
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
26
|
/**
|
|
24
27
|
* @export
|
|
25
28
|
*/
|
|
26
29
|
exports.CallAttributesSchemaDirectionEnum = {
|
|
27
30
|
Inbound: 'inbound',
|
|
28
|
-
Outbound: 'outbound'
|
|
29
|
-
AiBot: 'ai-bot'
|
|
31
|
+
Outbound: 'outbound'
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
32
34
|
* @export
|
|
33
35
|
*/
|
|
34
|
-
exports.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
FollowUp: 'follow-up',
|
|
38
|
-
Screening: 'screening',
|
|
39
|
-
ReferenceCheck: 'reference-check'
|
|
36
|
+
exports.CallAttributesSchemaProtocolEnum = {
|
|
37
|
+
Phone: 'phone',
|
|
38
|
+
Webrtc: 'webrtc'
|
|
40
39
|
};
|
|
41
40
|
/**
|
|
42
41
|
* @export
|
|
43
42
|
*/
|
|
44
|
-
exports.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
43
|
+
exports.CallAttributesSchemaStatusEnum = {
|
|
44
|
+
Draft: 'draft',
|
|
45
|
+
Scheduled: 'scheduled',
|
|
46
|
+
Cancelled: 'cancelled',
|
|
47
|
+
Queued: 'queued',
|
|
48
|
+
Ringing: 'ringing',
|
|
49
|
+
InProgress: 'in-progress',
|
|
50
|
+
Completed: 'completed',
|
|
51
|
+
Failed: 'failed',
|
|
48
52
|
NoAnswer: 'no-answer',
|
|
49
|
-
Busy: 'busy'
|
|
53
|
+
Busy: 'busy',
|
|
54
|
+
Voicemail: 'voicemail',
|
|
55
|
+
Abandoned: 'abandoned',
|
|
56
|
+
Archived: 'archived'
|
|
50
57
|
};
|
|
51
58
|
/**
|
|
52
59
|
* @export
|
|
53
60
|
*/
|
|
54
|
-
exports.
|
|
61
|
+
exports.CallAttributesSchemaFromTypeEnum = {
|
|
62
|
+
User: 'user',
|
|
63
|
+
Candidate: 'candidate',
|
|
64
|
+
Talent: 'talent',
|
|
65
|
+
Guest: 'guest'
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* @export
|
|
69
|
+
*/
|
|
70
|
+
exports.CallAttributesSchemaToTypeEnum = {
|
|
71
|
+
User: 'user',
|
|
72
|
+
Candidate: 'candidate',
|
|
73
|
+
Talent: 'talent',
|
|
74
|
+
Guest: 'guest'
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @export
|
|
78
|
+
*/
|
|
79
|
+
exports.CallAttributesSchemaAiModeEnum = {
|
|
55
80
|
Active: 'active',
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
81
|
+
Observer: 'observer',
|
|
82
|
+
Silent: 'silent'
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* @export
|
|
86
|
+
*/
|
|
87
|
+
exports.CallAttributesSchemaSentimentEnum = {
|
|
88
|
+
Positive: 'positive',
|
|
89
|
+
Neutral: 'neutral',
|
|
90
|
+
Negative: 'negative',
|
|
91
|
+
Mixed: 'mixed'
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* @export
|
|
95
|
+
*/
|
|
96
|
+
exports.CallAttributesSchemaFolderEnum = {
|
|
97
|
+
Drafts: 'drafts',
|
|
98
|
+
Scheduled: 'scheduled',
|
|
99
|
+
Active: 'active',
|
|
100
|
+
Incoming: 'incoming',
|
|
101
|
+
Outgoing: 'outgoing',
|
|
102
|
+
Missed: 'missed',
|
|
103
|
+
Cancelled: 'cancelled',
|
|
104
|
+
Archived: 'archived'
|
|
59
105
|
};
|
|
60
106
|
/**
|
|
61
107
|
* Check if a given object implements the CallAttributesSchema interface.
|
|
@@ -71,23 +117,42 @@ function CallAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
71
117
|
return json;
|
|
72
118
|
}
|
|
73
119
|
return {
|
|
74
|
-
'name': json['name'] == null ? undefined : json['name'],
|
|
75
120
|
'direction': json['direction'] == null ? undefined : json['direction'],
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
121
|
+
'protocol': json['protocol'] == null ? undefined : json['protocol'],
|
|
122
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
123
|
+
'fromIdentifier': json['fromIdentifier'] == null ? undefined : json['fromIdentifier'],
|
|
124
|
+
'fromName': json['fromName'] == null ? undefined : json['fromName'],
|
|
125
|
+
'fromType': json['fromType'] == null ? undefined : json['fromType'],
|
|
126
|
+
'toIdentifier': json['toIdentifier'] == null ? undefined : json['toIdentifier'],
|
|
127
|
+
'toName': json['toName'] == null ? undefined : json['toName'],
|
|
128
|
+
'toType': json['toType'] == null ? undefined : json['toType'],
|
|
82
129
|
'transcript': json['transcript'] == null ? undefined : json['transcript'],
|
|
83
|
-
'
|
|
84
|
-
'
|
|
130
|
+
'summary': json['summary'] == null ? undefined : json['summary'],
|
|
131
|
+
'criteriaScoring': json['criteriaScoring'] == null ? undefined : json['criteriaScoring'],
|
|
132
|
+
'startedAt': json['startedAt'] == null ? undefined : json['startedAt'],
|
|
133
|
+
'answeredAt': json['answeredAt'] == null ? undefined : json['answeredAt'],
|
|
134
|
+
'endedAt': json['endedAt'] == null ? undefined : json['endedAt'],
|
|
135
|
+
'durationSec': json['durationSec'] == null ? undefined : json['durationSec'],
|
|
136
|
+
'scheduledFireAt': json['scheduledFireAt'] == null ? undefined : json['scheduledFireAt'],
|
|
137
|
+
'scheduleId': json['scheduleId'] == null ? undefined : json['scheduleId'],
|
|
138
|
+
'conferenceSid': json['conferenceSid'] == null ? undefined : json['conferenceSid'],
|
|
139
|
+
'isConference': json['isConference'] == null ? undefined : json['isConference'],
|
|
140
|
+
'aiMode': json['aiMode'] == null ? undefined : json['aiMode'],
|
|
141
|
+
'plannedTopics': json['plannedTopics'] == null ? undefined : json['plannedTopics'],
|
|
142
|
+
'systemPrompt': json['systemPrompt'] == null ? undefined : json['systemPrompt'],
|
|
143
|
+
'recording': json['recording'] == null ? undefined : (0, CallAttributesSchemaRecording_1.CallAttributesSchemaRecordingFromJSON)(json['recording']),
|
|
144
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
145
|
+
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
146
|
+
'transcriptSegments': json['transcriptSegments'] == null ? undefined : (json['transcriptSegments'].map(CallAttributesSchemaTranscriptSegmentsInner_1.CallAttributesSchemaTranscriptSegmentsInnerFromJSON)),
|
|
147
|
+
'speakerStats': json['speakerStats'] == null ? undefined : (json['speakerStats'].map(CallAttributesSchemaSpeakerStatsInner_1.CallAttributesSchemaSpeakerStatsInnerFromJSON)),
|
|
148
|
+
'keyNotes': json['keyNotes'] == null ? undefined : json['keyNotes'],
|
|
149
|
+
'topicsDiscussed': json['topicsDiscussed'] == null ? undefined : json['topicsDiscussed'],
|
|
150
|
+
'sentiment': json['sentiment'] == null ? undefined : json['sentiment'],
|
|
151
|
+
'summaryGeneratedAt': json['summaryGeneratedAt'] == null ? undefined : json['summaryGeneratedAt'],
|
|
152
|
+
'folder': json['folder'] == null ? undefined : json['folder'],
|
|
153
|
+
'isLive': json['isLive'] == null ? undefined : json['isLive'],
|
|
85
154
|
'hasRecording': json['hasRecording'] == null ? undefined : json['hasRecording'],
|
|
86
155
|
'hasTranscript': json['hasTranscript'] == null ? undefined : json['hasTranscript'],
|
|
87
|
-
'attendees': json['attendees'] == null ? undefined : json['attendees'],
|
|
88
|
-
'aiNotes': json['aiNotes'] == null ? undefined : json['aiNotes'],
|
|
89
|
-
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
90
|
-
'status': json['status'] == null ? undefined : json['status'],
|
|
91
156
|
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
92
157
|
};
|
|
93
158
|
}
|
|
@@ -99,23 +164,42 @@ function CallAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
99
164
|
return value;
|
|
100
165
|
}
|
|
101
166
|
return {
|
|
102
|
-
'name': value['name'],
|
|
103
167
|
'direction': value['direction'],
|
|
104
|
-
'
|
|
105
|
-
'
|
|
106
|
-
'
|
|
107
|
-
'
|
|
108
|
-
'
|
|
109
|
-
'
|
|
168
|
+
'protocol': value['protocol'],
|
|
169
|
+
'status': value['status'],
|
|
170
|
+
'fromIdentifier': value['fromIdentifier'],
|
|
171
|
+
'fromName': value['fromName'],
|
|
172
|
+
'fromType': value['fromType'],
|
|
173
|
+
'toIdentifier': value['toIdentifier'],
|
|
174
|
+
'toName': value['toName'],
|
|
175
|
+
'toType': value['toType'],
|
|
110
176
|
'transcript': value['transcript'],
|
|
111
|
-
'
|
|
112
|
-
'
|
|
177
|
+
'summary': value['summary'],
|
|
178
|
+
'criteriaScoring': value['criteriaScoring'],
|
|
179
|
+
'startedAt': value['startedAt'],
|
|
180
|
+
'answeredAt': value['answeredAt'],
|
|
181
|
+
'endedAt': value['endedAt'],
|
|
182
|
+
'durationSec': value['durationSec'],
|
|
183
|
+
'scheduledFireAt': value['scheduledFireAt'],
|
|
184
|
+
'scheduleId': value['scheduleId'],
|
|
185
|
+
'conferenceSid': value['conferenceSid'],
|
|
186
|
+
'isConference': value['isConference'],
|
|
187
|
+
'aiMode': value['aiMode'],
|
|
188
|
+
'plannedTopics': value['plannedTopics'],
|
|
189
|
+
'systemPrompt': value['systemPrompt'],
|
|
190
|
+
'recording': (0, CallAttributesSchemaRecording_1.CallAttributesSchemaRecordingToJSON)(value['recording']),
|
|
191
|
+
'languageCode': value['languageCode'],
|
|
192
|
+
'shortCode': value['shortCode'],
|
|
193
|
+
'transcriptSegments': value['transcriptSegments'] == null ? undefined : (value['transcriptSegments'].map(CallAttributesSchemaTranscriptSegmentsInner_1.CallAttributesSchemaTranscriptSegmentsInnerToJSON)),
|
|
194
|
+
'speakerStats': value['speakerStats'] == null ? undefined : (value['speakerStats'].map(CallAttributesSchemaSpeakerStatsInner_1.CallAttributesSchemaSpeakerStatsInnerToJSON)),
|
|
195
|
+
'keyNotes': value['keyNotes'],
|
|
196
|
+
'topicsDiscussed': value['topicsDiscussed'],
|
|
197
|
+
'sentiment': value['sentiment'],
|
|
198
|
+
'summaryGeneratedAt': value['summaryGeneratedAt'],
|
|
199
|
+
'folder': value['folder'],
|
|
200
|
+
'isLive': value['isLive'],
|
|
113
201
|
'hasRecording': value['hasRecording'],
|
|
114
202
|
'hasTranscript': value['hasTranscript'],
|
|
115
|
-
'attendees': value['attendees'],
|
|
116
|
-
'aiNotes': value['aiNotes'],
|
|
117
|
-
'shortCode': value['shortCode'],
|
|
118
|
-
'status': value['status'],
|
|
119
203
|
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
120
204
|
};
|
|
121
205
|
}
|