@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
|
@@ -11,59 +11,111 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Cross-protocol chat message attributes. One row per direction:
|
|
15
|
+
* inbound and outbound replies on the same conversation are separate
|
|
16
|
+
* rows, joined by relationships.conversation. `protocol` is the wire
|
|
17
|
+
* format (sms/whatsapp/teams/googlechat/webapp). `fromIdentifier`
|
|
18
|
+
* and `toIdentifier` are protocol-native handles (E.164 phone for
|
|
19
|
+
* SMS/WhatsApp, Teams AAD object id, Google Chat user id, etc.) so
|
|
20
|
+
* the row carries the literal sender/receiver without joins. The
|
|
21
|
+
* resolved principals (candidate / talent / user) live in
|
|
22
|
+
* relationships - direction tells you which side of the
|
|
23
|
+
* conversation each principal is on (inbound: from-side is the
|
|
24
|
+
* external party; outbound: to-side is the external party, plus an
|
|
25
|
+
* optional user relationship for the boe agent that signed it).
|
|
26
|
+
* `body` is a multilingual dict {locale: text} mirroring the email
|
|
27
|
+
* pattern - the chat AI step function translates user-facing
|
|
28
|
+
* content into the tenant's active locales for admin display.
|
|
15
29
|
* @export
|
|
16
30
|
* @interface ChatAttributesSchema
|
|
17
31
|
*/
|
|
18
32
|
export interface ChatAttributesSchema {
|
|
19
33
|
/**
|
|
20
|
-
* Message direction
|
|
34
|
+
* Message direction relative to boe (inbound from external, outbound to external).
|
|
21
35
|
* @type {ChatAttributesSchemaDirectionEnum}
|
|
22
36
|
* @memberof ChatAttributesSchema
|
|
23
37
|
*/
|
|
24
38
|
direction?: ChatAttributesSchemaDirectionEnum;
|
|
25
39
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
40
|
+
* Wire protocol. Adapter Lambdas set this on write so downstream code can branch on rendering / status callback handling.
|
|
41
|
+
* @type {ChatAttributesSchemaProtocolEnum}
|
|
28
42
|
* @memberof ChatAttributesSchema
|
|
29
43
|
*/
|
|
30
|
-
|
|
44
|
+
protocol?: ChatAttributesSchemaProtocolEnum;
|
|
31
45
|
/**
|
|
32
|
-
*
|
|
46
|
+
* Sender's protocol-native handle (E.164 phone for SMS/WhatsApp, AAD object id for Teams, etc.).
|
|
33
47
|
* @type {string}
|
|
34
48
|
* @memberof ChatAttributesSchema
|
|
35
49
|
*/
|
|
36
|
-
|
|
50
|
+
fromIdentifier?: string;
|
|
37
51
|
/**
|
|
38
|
-
*
|
|
52
|
+
* Display name of the sender at write time. Denormalised from the resolved principal.
|
|
39
53
|
* @type {string}
|
|
40
54
|
* @memberof ChatAttributesSchema
|
|
41
55
|
*/
|
|
42
|
-
|
|
56
|
+
fromName?: string;
|
|
43
57
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
58
|
+
* Principal type of the sender. Maps the platform's principal tables. `guest` for unknown senders (typically rejected by the inbound gate).
|
|
59
|
+
* @type {ChatAttributesSchemaFromTypeEnum}
|
|
46
60
|
* @memberof ChatAttributesSchema
|
|
47
61
|
*/
|
|
48
|
-
|
|
62
|
+
fromType?: ChatAttributesSchemaFromTypeEnum;
|
|
49
63
|
/**
|
|
50
|
-
*
|
|
64
|
+
* Recipient's protocol-native handle.
|
|
51
65
|
* @type {string}
|
|
52
66
|
* @memberof ChatAttributesSchema
|
|
53
67
|
*/
|
|
54
|
-
|
|
68
|
+
toIdentifier?: string;
|
|
55
69
|
/**
|
|
56
|
-
*
|
|
70
|
+
* Display name of the recipient at write time.
|
|
57
71
|
* @type {string}
|
|
58
72
|
* @memberof ChatAttributesSchema
|
|
59
73
|
*/
|
|
60
|
-
|
|
74
|
+
toName?: string;
|
|
61
75
|
/**
|
|
62
|
-
*
|
|
76
|
+
* Principal type of the recipient.
|
|
77
|
+
* @type {ChatAttributesSchemaToTypeEnum}
|
|
78
|
+
* @memberof ChatAttributesSchema
|
|
79
|
+
*/
|
|
80
|
+
toType?: ChatAttributesSchemaToTypeEnum;
|
|
81
|
+
/**
|
|
82
|
+
* Multilingual message body keyed by BCP 47 locale (e.g. {`en-US`: `Hi`, `pl-PL`: `Cześć`}). Inbound writers stamp a single locale; the chat AI step function fills the rest.
|
|
83
|
+
* @type {{ [key: string]: string; }}
|
|
84
|
+
* @memberof ChatAttributesSchema
|
|
85
|
+
*/
|
|
86
|
+
body?: {
|
|
87
|
+
[key: string]: string;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Lifecycle state. Inbound rows go straight to `received`. 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 -> sent -> delivered (or failed). `cancelled` is the terminal state when an operator hard-killed a draft / scheduled row before fire. `archived` is a terminal soft-delete for both directions.
|
|
63
91
|
* @type {ChatAttributesSchemaStatusEnum}
|
|
64
92
|
* @memberof ChatAttributesSchema
|
|
65
93
|
*/
|
|
66
94
|
status?: ChatAttributesSchemaStatusEnum;
|
|
95
|
+
/**
|
|
96
|
+
* ISO 8601 timestamp at which the Schedule row armed for this chat will fire. Set on direction=outbound rows that go through a review window or explicit scheduling. Operators can PATCH this to reschedule; the eventbus PATCHes the underlying Schedule row in lockstep. Mirror of email.attributes.scheduledFireAt.
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ChatAttributesSchema
|
|
99
|
+
*/
|
|
100
|
+
scheduledFireAt?: string;
|
|
101
|
+
/**
|
|
102
|
+
* FK denormalisation of relationships.schedule for cheap read paths. Populated by the chat eventbus after it arms a Schedule row in response to chat:created with scheduledFireAt set. Mirror of email.attributes.scheduleId.
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ChatAttributesSchema
|
|
105
|
+
*/
|
|
106
|
+
scheduleId?: string;
|
|
107
|
+
/**
|
|
108
|
+
* BCP 47 locale of the original message (the locale key initially populated in `body`). Detected at the inbound gate, set by the writer on outbound.
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ChatAttributesSchema
|
|
111
|
+
*/
|
|
112
|
+
languageCode?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Unique short identifier (provider/lookup correlation).
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof ChatAttributesSchema
|
|
117
|
+
*/
|
|
118
|
+
shortCode?: string;
|
|
67
119
|
/**
|
|
68
120
|
*
|
|
69
121
|
* @type {ResourceTimestampsSchema}
|
|
@@ -79,14 +131,50 @@ export declare const ChatAttributesSchemaDirectionEnum: {
|
|
|
79
131
|
readonly Outbound: "outbound";
|
|
80
132
|
};
|
|
81
133
|
export type ChatAttributesSchemaDirectionEnum = typeof ChatAttributesSchemaDirectionEnum[keyof typeof ChatAttributesSchemaDirectionEnum];
|
|
134
|
+
/**
|
|
135
|
+
* @export
|
|
136
|
+
*/
|
|
137
|
+
export declare const ChatAttributesSchemaProtocolEnum: {
|
|
138
|
+
readonly Sms: "sms";
|
|
139
|
+
readonly Whatsapp: "whatsapp";
|
|
140
|
+
readonly Teams: "teams";
|
|
141
|
+
readonly Googlechat: "googlechat";
|
|
142
|
+
readonly Webapp: "webapp";
|
|
143
|
+
};
|
|
144
|
+
export type ChatAttributesSchemaProtocolEnum = typeof ChatAttributesSchemaProtocolEnum[keyof typeof ChatAttributesSchemaProtocolEnum];
|
|
145
|
+
/**
|
|
146
|
+
* @export
|
|
147
|
+
*/
|
|
148
|
+
export declare const ChatAttributesSchemaFromTypeEnum: {
|
|
149
|
+
readonly User: "user";
|
|
150
|
+
readonly Candidate: "candidate";
|
|
151
|
+
readonly Talent: "talent";
|
|
152
|
+
readonly Guest: "guest";
|
|
153
|
+
};
|
|
154
|
+
export type ChatAttributesSchemaFromTypeEnum = typeof ChatAttributesSchemaFromTypeEnum[keyof typeof ChatAttributesSchemaFromTypeEnum];
|
|
155
|
+
/**
|
|
156
|
+
* @export
|
|
157
|
+
*/
|
|
158
|
+
export declare const ChatAttributesSchemaToTypeEnum: {
|
|
159
|
+
readonly User: "user";
|
|
160
|
+
readonly Candidate: "candidate";
|
|
161
|
+
readonly Talent: "talent";
|
|
162
|
+
readonly Guest: "guest";
|
|
163
|
+
};
|
|
164
|
+
export type ChatAttributesSchemaToTypeEnum = typeof ChatAttributesSchemaToTypeEnum[keyof typeof ChatAttributesSchemaToTypeEnum];
|
|
82
165
|
/**
|
|
83
166
|
* @export
|
|
84
167
|
*/
|
|
85
168
|
export declare const ChatAttributesSchemaStatusEnum: {
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
88
|
-
readonly
|
|
169
|
+
readonly Received: "received";
|
|
170
|
+
readonly Draft: "draft";
|
|
171
|
+
readonly Scheduled: "scheduled";
|
|
172
|
+
readonly Cancelled: "cancelled";
|
|
173
|
+
readonly Queued: "queued";
|
|
174
|
+
readonly Sent: "sent";
|
|
175
|
+
readonly Delivered: "delivered";
|
|
89
176
|
readonly Failed: "failed";
|
|
177
|
+
readonly Archived: "archived";
|
|
90
178
|
};
|
|
91
179
|
export type ChatAttributesSchemaStatusEnum = typeof ChatAttributesSchemaStatusEnum[keyof typeof ChatAttributesSchemaStatusEnum];
|
|
92
180
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E
|
|
1
|
+
{"version":3,"file":"ChatAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,iCAAiC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAEzI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;;CAMnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;CAKnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;CAUjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAsB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAuB9H"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ChatAttributesSchemaStatusEnum = exports.ChatAttributesSchemaDirectionEnum = void 0;
|
|
16
|
+
exports.ChatAttributesSchemaStatusEnum = exports.ChatAttributesSchemaToTypeEnum = exports.ChatAttributesSchemaFromTypeEnum = exports.ChatAttributesSchemaProtocolEnum = exports.ChatAttributesSchemaDirectionEnum = void 0;
|
|
17
17
|
exports.instanceOfChatAttributesSchema = instanceOfChatAttributesSchema;
|
|
18
18
|
exports.ChatAttributesSchemaFromJSON = ChatAttributesSchemaFromJSON;
|
|
19
19
|
exports.ChatAttributesSchemaFromJSONTyped = ChatAttributesSchemaFromJSONTyped;
|
|
@@ -27,14 +27,47 @@ exports.ChatAttributesSchemaDirectionEnum = {
|
|
|
27
27
|
Inbound: 'inbound',
|
|
28
28
|
Outbound: 'outbound'
|
|
29
29
|
};
|
|
30
|
+
/**
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
exports.ChatAttributesSchemaProtocolEnum = {
|
|
34
|
+
Sms: 'sms',
|
|
35
|
+
Whatsapp: 'whatsapp',
|
|
36
|
+
Teams: 'teams',
|
|
37
|
+
Googlechat: 'googlechat',
|
|
38
|
+
Webapp: 'webapp'
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
*/
|
|
43
|
+
exports.ChatAttributesSchemaFromTypeEnum = {
|
|
44
|
+
User: 'user',
|
|
45
|
+
Candidate: 'candidate',
|
|
46
|
+
Talent: 'talent',
|
|
47
|
+
Guest: 'guest'
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
exports.ChatAttributesSchemaToTypeEnum = {
|
|
53
|
+
User: 'user',
|
|
54
|
+
Candidate: 'candidate',
|
|
55
|
+
Talent: 'talent',
|
|
56
|
+
Guest: 'guest'
|
|
57
|
+
};
|
|
30
58
|
/**
|
|
31
59
|
* @export
|
|
32
60
|
*/
|
|
33
61
|
exports.ChatAttributesSchemaStatusEnum = {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
62
|
+
Received: 'received',
|
|
63
|
+
Draft: 'draft',
|
|
64
|
+
Scheduled: 'scheduled',
|
|
65
|
+
Cancelled: 'cancelled',
|
|
66
|
+
Queued: 'queued',
|
|
67
|
+
Sent: 'sent',
|
|
68
|
+
Delivered: 'delivered',
|
|
69
|
+
Failed: 'failed',
|
|
70
|
+
Archived: 'archived'
|
|
38
71
|
};
|
|
39
72
|
/**
|
|
40
73
|
* Check if a given object implements the ChatAttributesSchema interface.
|
|
@@ -51,13 +84,19 @@ function ChatAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
84
|
}
|
|
52
85
|
return {
|
|
53
86
|
'direction': json['direction'] == null ? undefined : json['direction'],
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
87
|
+
'protocol': json['protocol'] == null ? undefined : json['protocol'],
|
|
88
|
+
'fromIdentifier': json['fromIdentifier'] == null ? undefined : json['fromIdentifier'],
|
|
89
|
+
'fromName': json['fromName'] == null ? undefined : json['fromName'],
|
|
90
|
+
'fromType': json['fromType'] == null ? undefined : json['fromType'],
|
|
91
|
+
'toIdentifier': json['toIdentifier'] == null ? undefined : json['toIdentifier'],
|
|
92
|
+
'toName': json['toName'] == null ? undefined : json['toName'],
|
|
93
|
+
'toType': json['toType'] == null ? undefined : json['toType'],
|
|
57
94
|
'body': json['body'] == null ? undefined : json['body'],
|
|
58
|
-
'aiResponse': json['aiResponse'] == null ? undefined : json['aiResponse'],
|
|
59
|
-
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
60
95
|
'status': json['status'] == null ? undefined : json['status'],
|
|
96
|
+
'scheduledFireAt': json['scheduledFireAt'] == null ? undefined : json['scheduledFireAt'],
|
|
97
|
+
'scheduleId': json['scheduleId'] == null ? undefined : json['scheduleId'],
|
|
98
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
99
|
+
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
61
100
|
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
62
101
|
};
|
|
63
102
|
}
|
|
@@ -70,13 +109,19 @@ function ChatAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
70
109
|
}
|
|
71
110
|
return {
|
|
72
111
|
'direction': value['direction'],
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
112
|
+
'protocol': value['protocol'],
|
|
113
|
+
'fromIdentifier': value['fromIdentifier'],
|
|
114
|
+
'fromName': value['fromName'],
|
|
115
|
+
'fromType': value['fromType'],
|
|
116
|
+
'toIdentifier': value['toIdentifier'],
|
|
117
|
+
'toName': value['toName'],
|
|
118
|
+
'toType': value['toType'],
|
|
76
119
|
'body': value['body'],
|
|
77
|
-
'aiResponse': value['aiResponse'],
|
|
78
|
-
'shortCode': value['shortCode'],
|
|
79
120
|
'status': value['status'],
|
|
121
|
+
'scheduledFireAt': value['scheduledFireAt'],
|
|
122
|
+
'scheduleId': value['scheduleId'],
|
|
123
|
+
'languageCode': value['languageCode'],
|
|
124
|
+
'shortCode': value['shortCode'],
|
|
80
125
|
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
81
126
|
};
|
|
82
127
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatAttributesSchema.js","sourceRoot":"","sources":["../../src/models/ChatAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"ChatAttributesSchema.js","sourceRoot":"","sources":["../../src/models/ChatAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Resource-level meta for chat rows. Stamped at write time by inbound /
|
|
14
|
+
* outbound transport adapters and downstream actions:
|
|
15
|
+
* - `providerMessageId` carries the underlying provider id (Twilio
|
|
16
|
+
* MessageSid for SMS, Bot Framework activity id for Teams, etc.)
|
|
17
|
+
* so admin views can correlate to provider logs
|
|
18
|
+
* - `isReply` indicates this row is a reply within an existing
|
|
19
|
+
* conversation (inbound Lambda's clarify_reply path or outbound
|
|
20
|
+
* Lambda invoked from a workflow's wait_for_reply step)
|
|
21
|
+
* `conversationId` and `languageCode` are first-class attributes on
|
|
22
|
+
* the chat resource; they are not duplicated in meta.
|
|
23
|
+
* Frontend should treat unknown keys gracefully - meta is forward-
|
|
24
|
+
* compatible (`additionalProperties: true`).
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ChatMetaSchema
|
|
27
|
+
*/
|
|
28
|
+
export interface ChatMetaSchema {
|
|
29
|
+
[key: string]: any | any;
|
|
30
|
+
/**
|
|
31
|
+
* Provider-side message id (Twilio MessageSid for SMS, etc.).
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ChatMetaSchema
|
|
34
|
+
*/
|
|
35
|
+
providerMessageId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* True when this chat row is a reply within an open thread.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ChatMetaSchema
|
|
40
|
+
*/
|
|
41
|
+
isReply?: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ChatMetaSchema interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfChatMetaSchema(value: object): value is ChatMetaSchema;
|
|
47
|
+
export declare function ChatMetaSchemaFromJSON(json: any): ChatMetaSchema;
|
|
48
|
+
export declare function ChatMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatMetaSchema;
|
|
49
|
+
export declare function ChatMetaSchemaToJSON(json: any): ChatMetaSchema;
|
|
50
|
+
export declare function ChatMetaSchemaToJSONTyped(value?: ChatMetaSchema | null, ignoreDiscriminator?: boolean): any;
|
|
51
|
+
//# sourceMappingURL=ChatMetaSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG,GAAG,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAUnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlH"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.instanceOfChatMetaSchema = instanceOfChatMetaSchema;
|
|
17
|
+
exports.ChatMetaSchemaFromJSON = ChatMetaSchemaFromJSON;
|
|
18
|
+
exports.ChatMetaSchemaFromJSONTyped = ChatMetaSchemaFromJSONTyped;
|
|
19
|
+
exports.ChatMetaSchemaToJSON = ChatMetaSchemaToJSON;
|
|
20
|
+
exports.ChatMetaSchemaToJSONTyped = ChatMetaSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ChatMetaSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfChatMetaSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ChatMetaSchemaFromJSON(json) {
|
|
28
|
+
return ChatMetaSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ChatMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
...json,
|
|
36
|
+
'providerMessageId': json['providerMessageId'] == null ? undefined : json['providerMessageId'],
|
|
37
|
+
'isReply': json['isReply'] == null ? undefined : json['isReply'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ChatMetaSchemaToJSON(json) {
|
|
41
|
+
return ChatMetaSchemaToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ChatMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
...value,
|
|
49
|
+
'providerMessageId': value['providerMessageId'],
|
|
50
|
+
'isReply': value['isReply'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=ChatMetaSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMetaSchema.js","sourceRoot":"","sources":["../../src/models/ChatMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,4DAEC;AAED,wDAEC;AAED,kEAUC;AAED,oDAEC;AAED,8DAWC;AAtCD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEC,GAAG,IAAI;QACX,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;QAC9F,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEC,GAAG,KAAK;QACZ,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChatRelationshipsBoeUserDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface ChatRelationshipsBoeUserDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChatRelationshipsBoeUserDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ChatRelationshipsBoeUserDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ChatRelationshipsBoeUserDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfChatRelationshipsBoeUserDataSchema(value: object): value is ChatRelationshipsBoeUserDataSchema;
|
|
35
|
+
export declare function ChatRelationshipsBoeUserDataSchemaFromJSON(json: any): ChatRelationshipsBoeUserDataSchema;
|
|
36
|
+
export declare function ChatRelationshipsBoeUserDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsBoeUserDataSchema;
|
|
37
|
+
export declare function ChatRelationshipsBoeUserDataSchemaToJSON(json: any): ChatRelationshipsBoeUserDataSchema;
|
|
38
|
+
export declare function ChatRelationshipsBoeUserDataSchemaToJSONTyped(value?: ChatRelationshipsBoeUserDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ChatRelationshipsBoeUserDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatRelationshipsBoeUserDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsBoeUserDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfChatRelationshipsBoeUserDataSchema = instanceOfChatRelationshipsBoeUserDataSchema;
|
|
17
|
+
exports.ChatRelationshipsBoeUserDataSchemaFromJSON = ChatRelationshipsBoeUserDataSchemaFromJSON;
|
|
18
|
+
exports.ChatRelationshipsBoeUserDataSchemaFromJSONTyped = ChatRelationshipsBoeUserDataSchemaFromJSONTyped;
|
|
19
|
+
exports.ChatRelationshipsBoeUserDataSchemaToJSON = ChatRelationshipsBoeUserDataSchemaToJSON;
|
|
20
|
+
exports.ChatRelationshipsBoeUserDataSchemaToJSONTyped = ChatRelationshipsBoeUserDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ChatRelationshipsBoeUserDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfChatRelationshipsBoeUserDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ChatRelationshipsBoeUserDataSchemaFromJSON(json) {
|
|
28
|
+
return ChatRelationshipsBoeUserDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ChatRelationshipsBoeUserDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ChatRelationshipsBoeUserDataSchemaToJSON(json) {
|
|
40
|
+
return ChatRelationshipsBoeUserDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ChatRelationshipsBoeUserDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=ChatRelationshipsBoeUserDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatRelationshipsBoeUserDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsBoeUserDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AApCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ChatRelationshipsBoeUserDataSchema } from './ChatRelationshipsBoeUserDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Boe AI agent involved in this message. Mirror of tenant.relationships.boeUser - always populated when boe is on either side of the conversation (today: every row). Splitting this from the generic `user` slot keeps the semantics clean: `user` is for human counterparties, `boeUser` is the AI agent.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChatRelationshipsBoeUserSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface ChatRelationshipsBoeUserSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ChatRelationshipsBoeUserDataSchema}
|
|
22
|
+
* @memberof ChatRelationshipsBoeUserSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: ChatRelationshipsBoeUserDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ChatRelationshipsBoeUserSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfChatRelationshipsBoeUserSchema(value: object): value is ChatRelationshipsBoeUserSchema;
|
|
30
|
+
export declare function ChatRelationshipsBoeUserSchemaFromJSON(json: any): ChatRelationshipsBoeUserSchema;
|
|
31
|
+
export declare function ChatRelationshipsBoeUserSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsBoeUserSchema;
|
|
32
|
+
export declare function ChatRelationshipsBoeUserSchemaToJSON(json: any): ChatRelationshipsBoeUserSchema;
|
|
33
|
+
export declare function ChatRelationshipsBoeUserSchemaToJSONTyped(value?: ChatRelationshipsBoeUserSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=ChatRelationshipsBoeUserSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatRelationshipsBoeUserSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsBoeUserSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,GAAG,IAAI,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfChatRelationshipsBoeUserSchema = instanceOfChatRelationshipsBoeUserSchema;
|
|
17
|
+
exports.ChatRelationshipsBoeUserSchemaFromJSON = ChatRelationshipsBoeUserSchemaFromJSON;
|
|
18
|
+
exports.ChatRelationshipsBoeUserSchemaFromJSONTyped = ChatRelationshipsBoeUserSchemaFromJSONTyped;
|
|
19
|
+
exports.ChatRelationshipsBoeUserSchemaToJSON = ChatRelationshipsBoeUserSchemaToJSON;
|
|
20
|
+
exports.ChatRelationshipsBoeUserSchemaToJSONTyped = ChatRelationshipsBoeUserSchemaToJSONTyped;
|
|
21
|
+
const ChatRelationshipsBoeUserDataSchema_1 = require("./ChatRelationshipsBoeUserDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ChatRelationshipsBoeUserSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfChatRelationshipsBoeUserSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ChatRelationshipsBoeUserSchemaFromJSON(json) {
|
|
29
|
+
return ChatRelationshipsBoeUserSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ChatRelationshipsBoeUserSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, ChatRelationshipsBoeUserDataSchema_1.ChatRelationshipsBoeUserDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ChatRelationshipsBoeUserSchemaToJSON(json) {
|
|
40
|
+
return ChatRelationshipsBoeUserSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ChatRelationshipsBoeUserSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, ChatRelationshipsBoeUserDataSchema_1.ChatRelationshipsBoeUserDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=ChatRelationshipsBoeUserSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatRelationshipsBoeUserSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsBoeUserSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,6FAK8C;AAgB9C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACtG,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAClE,CAAC;AACN,CAAC"}
|