@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
|
@@ -0,0 +1,67 @@
|
|
|
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.UpdateLabelRequestBodyDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateLabelRequestBodyData = instanceOfUpdateLabelRequestBodyData;
|
|
18
|
+
exports.UpdateLabelRequestBodyDataFromJSON = UpdateLabelRequestBodyDataFromJSON;
|
|
19
|
+
exports.UpdateLabelRequestBodyDataFromJSONTyped = UpdateLabelRequestBodyDataFromJSONTyped;
|
|
20
|
+
exports.UpdateLabelRequestBodyDataToJSON = UpdateLabelRequestBodyDataToJSON;
|
|
21
|
+
exports.UpdateLabelRequestBodyDataToJSONTyped = UpdateLabelRequestBodyDataToJSONTyped;
|
|
22
|
+
const LabelAttributesSchema_1 = require("./LabelAttributesSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.UpdateLabelRequestBodyDataTypeEnum = {
|
|
27
|
+
Labels: 'labels'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the UpdateLabelRequestBodyData interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfUpdateLabelRequestBodyData(value) {
|
|
33
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
function UpdateLabelRequestBodyDataFromJSON(json) {
|
|
42
|
+
return UpdateLabelRequestBodyDataFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateLabelRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'type': json['type'],
|
|
50
|
+
'id': json['id'],
|
|
51
|
+
'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaFromJSON)(json['attributes']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function UpdateLabelRequestBodyDataToJSON(json) {
|
|
55
|
+
return UpdateLabelRequestBodyDataToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function UpdateLabelRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'type': value['type'],
|
|
63
|
+
'id': value['id'],
|
|
64
|
+
'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaToJSON)(value['attributes']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=UpdateLabelRequestBodyData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateLabelRequestBodyData.js","sourceRoot":"","sources":["../../src/models/UpdateLabelRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,oFAKC;AAED,gFAEC;AAED,0FAUC;AAED,4EAEC;AAED,sFAWC;AApFD,mEAKiC;AA6BjC;;GAEG;AACU,QAAA,kCAAkC,GAAG;IAC9C,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClE,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,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 { UpdateStateRequestBodyData } from './UpdateStateRequestBodyData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateStateRequestBody
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateStateRequestBody {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateStateRequestBodyData}
|
|
22
|
+
* @memberof UpdateStateRequestBody
|
|
23
|
+
*/
|
|
24
|
+
data: UpdateStateRequestBodyData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the UpdateStateRequestBody interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfUpdateStateRequestBody(value: object): value is UpdateStateRequestBody;
|
|
30
|
+
export declare function UpdateStateRequestBodyFromJSON(json: any): UpdateStateRequestBody;
|
|
31
|
+
export declare function UpdateStateRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateStateRequestBody;
|
|
32
|
+
export declare function UpdateStateRequestBodyToJSON(json: any): UpdateStateRequestBody;
|
|
33
|
+
export declare function UpdateStateRequestBodyToJSONTyped(value?: UpdateStateRequestBody | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=UpdateStateRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateStateRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/UpdateStateRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,0BAA0B,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAG/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAQnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfUpdateStateRequestBody = instanceOfUpdateStateRequestBody;
|
|
17
|
+
exports.UpdateStateRequestBodyFromJSON = UpdateStateRequestBodyFromJSON;
|
|
18
|
+
exports.UpdateStateRequestBodyFromJSONTyped = UpdateStateRequestBodyFromJSONTyped;
|
|
19
|
+
exports.UpdateStateRequestBodyToJSON = UpdateStateRequestBodyToJSON;
|
|
20
|
+
exports.UpdateStateRequestBodyToJSONTyped = UpdateStateRequestBodyToJSONTyped;
|
|
21
|
+
const UpdateStateRequestBodyData_1 = require("./UpdateStateRequestBodyData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateStateRequestBody interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateStateRequestBody(value) {
|
|
26
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function UpdateStateRequestBodyFromJSON(json) {
|
|
31
|
+
return UpdateStateRequestBodyFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function UpdateStateRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': (0, UpdateStateRequestBodyData_1.UpdateStateRequestBodyDataFromJSON)(json['data']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function UpdateStateRequestBodyToJSON(json) {
|
|
42
|
+
return UpdateStateRequestBodyToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateStateRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'data': (0, UpdateStateRequestBodyData_1.UpdateStateRequestBodyDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=UpdateStateRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateStateRequestBody.js","sourceRoot":"","sources":["../../src/models/UpdateStateRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4EAGC;AAED,wEAEC;AAED,kFAQC;AAED,oEAEC;AAED,8EASC;AAxDD,6EAKsC;AAgBtC;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3D,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { StateAttributesSchema } from './StateAttributesSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateStateRequestBodyData
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateStateRequestBodyData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateStateRequestBodyDataTypeEnum}
|
|
22
|
+
* @memberof UpdateStateRequestBodyData
|
|
23
|
+
*/
|
|
24
|
+
type: UpdateStateRequestBodyDataTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpdateStateRequestBodyData
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {StateAttributesSchema}
|
|
34
|
+
* @memberof UpdateStateRequestBodyData
|
|
35
|
+
*/
|
|
36
|
+
attributes: StateAttributesSchema;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const UpdateStateRequestBodyDataTypeEnum: {
|
|
42
|
+
readonly States: "states";
|
|
43
|
+
};
|
|
44
|
+
export type UpdateStateRequestBodyDataTypeEnum = typeof UpdateStateRequestBodyDataTypeEnum[keyof typeof UpdateStateRequestBodyDataTypeEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the UpdateStateRequestBodyData interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfUpdateStateRequestBodyData(value: object): value is UpdateStateRequestBodyData;
|
|
49
|
+
export declare function UpdateStateRequestBodyDataFromJSON(json: any): UpdateStateRequestBodyData;
|
|
50
|
+
export declare function UpdateStateRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateStateRequestBodyData;
|
|
51
|
+
export declare function UpdateStateRequestBodyDataToJSON(json: any): UpdateStateRequestBodyData;
|
|
52
|
+
export declare function UpdateStateRequestBodyDataToJSONTyped(value?: UpdateStateRequestBodyData | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=UpdateStateRequestBodyData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateStateRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateStateRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,EAAE,kCAAkC,CAAC;IACzC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;CAErC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAG5I;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAKvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAU3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1I"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.UpdateStateRequestBodyDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateStateRequestBodyData = instanceOfUpdateStateRequestBodyData;
|
|
18
|
+
exports.UpdateStateRequestBodyDataFromJSON = UpdateStateRequestBodyDataFromJSON;
|
|
19
|
+
exports.UpdateStateRequestBodyDataFromJSONTyped = UpdateStateRequestBodyDataFromJSONTyped;
|
|
20
|
+
exports.UpdateStateRequestBodyDataToJSON = UpdateStateRequestBodyDataToJSON;
|
|
21
|
+
exports.UpdateStateRequestBodyDataToJSONTyped = UpdateStateRequestBodyDataToJSONTyped;
|
|
22
|
+
const StateAttributesSchema_1 = require("./StateAttributesSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.UpdateStateRequestBodyDataTypeEnum = {
|
|
27
|
+
States: 'states'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the UpdateStateRequestBodyData interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfUpdateStateRequestBodyData(value) {
|
|
33
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
function UpdateStateRequestBodyDataFromJSON(json) {
|
|
42
|
+
return UpdateStateRequestBodyDataFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateStateRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'type': json['type'],
|
|
50
|
+
'id': json['id'],
|
|
51
|
+
'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaFromJSON)(json['attributes']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function UpdateStateRequestBodyDataToJSON(json) {
|
|
55
|
+
return UpdateStateRequestBodyDataToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function UpdateStateRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'type': value['type'],
|
|
63
|
+
'id': value['id'],
|
|
64
|
+
'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaToJSON)(value['attributes']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=UpdateStateRequestBodyData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateStateRequestBodyData.js","sourceRoot":"","sources":["../../src/models/UpdateStateRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,oFAKC;AAED,gFAEC;AAED,0FAUC;AAED,4EAEC;AAED,sFAWC;AApFD,mEAKiC;AA6BjC;;GAEG;AACU,QAAA,kCAAkC,GAAG;IAC9C,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClE,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,CAAC;AACN,CAAC"}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -6,6 +6,12 @@ export * from './AdRelationshipsSchema';
|
|
|
6
6
|
export * from './AdResourceSchema';
|
|
7
7
|
export * from './AdSchema';
|
|
8
8
|
export * from './AdsSchema';
|
|
9
|
+
export * from './AggregateAttributesSchema';
|
|
10
|
+
export * from './AggregateCountsBucketSchema';
|
|
11
|
+
export * from './AggregateResourceSchema';
|
|
12
|
+
export * from './AggregateSchema';
|
|
13
|
+
export * from './AggregatesMetaSchema';
|
|
14
|
+
export * from './AggregatesSchema';
|
|
9
15
|
export * from './ApikeyAttributesSchema';
|
|
10
16
|
export * from './ApikeyRelationshipsSchema';
|
|
11
17
|
export * from './ApikeyRelationshipsUserDataSchema';
|
|
@@ -38,10 +44,35 @@ export * from './BrowserRelationshipsTranslationsSchema';
|
|
|
38
44
|
export * from './BrowserResourceSchema';
|
|
39
45
|
export * from './BrowserSchema';
|
|
40
46
|
export * from './BrowsersSchema';
|
|
47
|
+
export * from './CalendarAttributesSchema';
|
|
48
|
+
export * from './CalendarAttributesSchemaWorkingHours';
|
|
49
|
+
export * from './CalendarRelationshipsOwnerSchema';
|
|
50
|
+
export * from './CalendarRelationshipsSchema';
|
|
51
|
+
export * from './CalendarResourceSchema';
|
|
52
|
+
export * from './CalendarResponseDocument';
|
|
53
|
+
export * from './CalendarsResponseDocument';
|
|
41
54
|
export * from './CallAttributesSchema';
|
|
55
|
+
export * from './CallAttributesSchemaRecording';
|
|
56
|
+
export * from './CallAttributesSchemaSpeakerStatsInner';
|
|
57
|
+
export * from './CallAttributesSchemaTranscriptSegmentsInner';
|
|
58
|
+
export * from './CallMetaSchema';
|
|
59
|
+
export * from './CallRelationshipsBoeUserDataSchema';
|
|
60
|
+
export * from './CallRelationshipsBoeUserSchema';
|
|
61
|
+
export * from './CallRelationshipsBriefDataSchema';
|
|
62
|
+
export * from './CallRelationshipsBriefSchema';
|
|
63
|
+
export * from './CallRelationshipsCandidateDataSchema';
|
|
64
|
+
export * from './CallRelationshipsCandidateSchema';
|
|
65
|
+
export * from './CallRelationshipsConversationDataSchema';
|
|
66
|
+
export * from './CallRelationshipsConversationSchema';
|
|
67
|
+
export * from './CallRelationshipsJobDataSchema';
|
|
68
|
+
export * from './CallRelationshipsJobSchema';
|
|
69
|
+
export * from './CallRelationshipsScheduleDataSchema';
|
|
70
|
+
export * from './CallRelationshipsScheduleSchema';
|
|
42
71
|
export * from './CallRelationshipsSchema';
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
72
|
+
export * from './CallRelationshipsTalentDataSchema';
|
|
73
|
+
export * from './CallRelationshipsTalentSchema';
|
|
74
|
+
export * from './CallRelationshipsUserDataSchema';
|
|
75
|
+
export * from './CallRelationshipsUserSchema';
|
|
45
76
|
export * from './CallResourceSchema';
|
|
46
77
|
export * from './CallSchema';
|
|
47
78
|
export * from './CallsSchema';
|
|
@@ -65,12 +96,30 @@ export * from './CandidateResourceSchema';
|
|
|
65
96
|
export * from './CandidateSchema';
|
|
66
97
|
export * from './CandidatesSchema';
|
|
67
98
|
export * from './ChatAttributesSchema';
|
|
99
|
+
export * from './ChatMetaSchema';
|
|
100
|
+
export * from './ChatRelationshipsBoeUserDataSchema';
|
|
101
|
+
export * from './ChatRelationshipsBoeUserSchema';
|
|
102
|
+
export * from './ChatRelationshipsCandidateDataSchema';
|
|
103
|
+
export * from './ChatRelationshipsCandidateSchema';
|
|
104
|
+
export * from './ChatRelationshipsConversationDataSchema';
|
|
105
|
+
export * from './ChatRelationshipsConversationSchema';
|
|
106
|
+
export * from './ChatRelationshipsScheduleDataSchema';
|
|
107
|
+
export * from './ChatRelationshipsScheduleSchema';
|
|
68
108
|
export * from './ChatRelationshipsSchema';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
109
|
+
export * from './ChatRelationshipsTalentDataSchema';
|
|
110
|
+
export * from './ChatRelationshipsTalentSchema';
|
|
111
|
+
export * from './ChatRelationshipsUserDataSchema';
|
|
112
|
+
export * from './ChatRelationshipsUserSchema';
|
|
71
113
|
export * from './ChatResourceSchema';
|
|
72
114
|
export * from './ChatSchema';
|
|
73
115
|
export * from './ChatsSchema';
|
|
116
|
+
export * from './CommentAttributesSchema';
|
|
117
|
+
export * from './CommentRelationshipsAuthorSchema';
|
|
118
|
+
export * from './CommentRelationshipsAuthorSchemaData';
|
|
119
|
+
export * from './CommentRelationshipsSchema';
|
|
120
|
+
export * from './CommentResourceSchema';
|
|
121
|
+
export * from './CommentResponseDocument';
|
|
122
|
+
export * from './CommentsResponseDocument';
|
|
74
123
|
export * from './ConversationAttributesSchema';
|
|
75
124
|
export * from './ConversationAttributesSchemaName';
|
|
76
125
|
export * from './ConversationRelationshipsCandidateDataSchema';
|
|
@@ -89,16 +138,25 @@ export * from './CreateBriefRequestBody';
|
|
|
89
138
|
export * from './CreateBriefRequestBodyData';
|
|
90
139
|
export * from './CreateBrowserRequestBody';
|
|
91
140
|
export * from './CreateBrowserRequestBodyData';
|
|
141
|
+
export * from './CreateCalendarRequestSchema';
|
|
142
|
+
export * from './CreateCalendarRequestSchemaData';
|
|
143
|
+
export * from './CreateCalendarRequestSchemaDataAttributes';
|
|
92
144
|
export * from './CreateCallRequestBody';
|
|
93
145
|
export * from './CreateCallRequestBodyData';
|
|
94
146
|
export * from './CreateCandidateRequestBody';
|
|
95
147
|
export * from './CreateCandidateRequestBodyData';
|
|
96
148
|
export * from './CreateChatRequestBody';
|
|
97
149
|
export * from './CreateChatRequestBodyData';
|
|
150
|
+
export * from './CreateCommentRequestSchema';
|
|
151
|
+
export * from './CreateCommentRequestSchemaData';
|
|
152
|
+
export * from './CreateCommentRequestSchemaDataAttributes';
|
|
98
153
|
export * from './CreateConversationRequestBody';
|
|
99
154
|
export * from './CreateConversationRequestBodyData';
|
|
100
155
|
export * from './CreateEmailRequestBody';
|
|
101
156
|
export * from './CreateEmailRequestBodyData';
|
|
157
|
+
export * from './CreateEventRequestSchema';
|
|
158
|
+
export * from './CreateEventRequestSchemaData';
|
|
159
|
+
export * from './CreateEventRequestSchemaDataAttributes';
|
|
102
160
|
export * from './CreateFeedbackRequestBody';
|
|
103
161
|
export * from './CreateFeedbackRequestBodyData';
|
|
104
162
|
export * from './CreateFileRequestBody';
|
|
@@ -112,6 +170,8 @@ export * from './CreateGuestSubmissionRequestFilesInner';
|
|
|
112
170
|
export * from './CreateGuestSubmissionRequestReferral';
|
|
113
171
|
export * from './CreateJobRequestBody';
|
|
114
172
|
export * from './CreateJobRequestBodyData';
|
|
173
|
+
export * from './CreateLabelRequestBody';
|
|
174
|
+
export * from './CreateLabelRequestBodyData';
|
|
115
175
|
export * from './CreateLinkRequestBody';
|
|
116
176
|
export * from './CreateLinkRequestBodyData';
|
|
117
177
|
export * from './CreateMeetingAiSessionRequestBody';
|
|
@@ -136,6 +196,8 @@ export * from './CreateRunRequestBody';
|
|
|
136
196
|
export * from './CreateRunRequestBodyData';
|
|
137
197
|
export * from './CreateScheduleRequestBody';
|
|
138
198
|
export * from './CreateScheduleRequestBodyData';
|
|
199
|
+
export * from './CreateStateRequestBody';
|
|
200
|
+
export * from './CreateStateRequestBodyData';
|
|
139
201
|
export * from './CreateSubmissionRequestBody';
|
|
140
202
|
export * from './CreateSubmissionRequestBodyData';
|
|
141
203
|
export * from './CreateTalentRequestBody';
|
|
@@ -156,7 +218,6 @@ export * from './CreateWebhookRequestBody';
|
|
|
156
218
|
export * from './CreateWebhookRequestBodyData';
|
|
157
219
|
export * from './EmailAttributesSchema';
|
|
158
220
|
export * from './EmailAttributesSchemaAttachmentsInner';
|
|
159
|
-
export * from './EmailAttributesSchemaSubject';
|
|
160
221
|
export * from './EmailRelationshipsCandidateDataSchema';
|
|
161
222
|
export * from './EmailRelationshipsCandidateSchema';
|
|
162
223
|
export * from './EmailRelationshipsConversationsDataSchema';
|
|
@@ -165,6 +226,8 @@ export * from './EmailRelationshipsOperationDataSchema';
|
|
|
165
226
|
export * from './EmailRelationshipsOperationSchema';
|
|
166
227
|
export * from './EmailRelationshipsReportDataSchema';
|
|
167
228
|
export * from './EmailRelationshipsReportSchema';
|
|
229
|
+
export * from './EmailRelationshipsScheduleDataSchema';
|
|
230
|
+
export * from './EmailRelationshipsScheduleSchema';
|
|
168
231
|
export * from './EmailRelationshipsSchema';
|
|
169
232
|
export * from './EmailRelationshipsTranslationsDataSchema';
|
|
170
233
|
export * from './EmailRelationshipsTranslationsSchema';
|
|
@@ -173,6 +236,16 @@ export * from './EmailSchema';
|
|
|
173
236
|
export * from './EmailsSchema';
|
|
174
237
|
export * from './ErrorObjectSchema';
|
|
175
238
|
export * from './ErrorSchema';
|
|
239
|
+
export * from './EventAttributesSchema';
|
|
240
|
+
export * from './EventAttributesSchemaAttendeesInner';
|
|
241
|
+
export * from './EventRelationshipsSchema';
|
|
242
|
+
export * from './EventRelationshipsSchemaCalendar';
|
|
243
|
+
export * from './EventRelationshipsSchemaCalendarData';
|
|
244
|
+
export * from './EventRelationshipsSchemaSource';
|
|
245
|
+
export * from './EventRelationshipsSchemaSourceData';
|
|
246
|
+
export * from './EventResourceSchema';
|
|
247
|
+
export * from './EventResponseDocument';
|
|
248
|
+
export * from './EventsResponseDocument';
|
|
176
249
|
export * from './FeedbackAttributesSchema';
|
|
177
250
|
export * from './FeedbackOutcomeRuleSchema';
|
|
178
251
|
export * from './FeedbackOutcomeRuleSchemaLinksInner';
|
|
@@ -192,6 +265,11 @@ export * from './FileResourceSchema';
|
|
|
192
265
|
export * from './FileSchema';
|
|
193
266
|
export * from './FilesSchema';
|
|
194
267
|
export * from './FinderAttributesSchema';
|
|
268
|
+
export * from './FinderAttributesSchemaQuery';
|
|
269
|
+
export * from './FinderQueryCandidatesSchema';
|
|
270
|
+
export * from './FinderQueryEmailsSchema';
|
|
271
|
+
export * from './FinderQueryJobsSchema';
|
|
272
|
+
export * from './FinderQueryTalentsSchema';
|
|
195
273
|
export * from './FinderRelationshipsCandidatesDataSchema';
|
|
196
274
|
export * from './FinderRelationshipsCandidatesSchema';
|
|
197
275
|
export * from './FinderRelationshipsJobsDataSchema';
|
|
@@ -202,6 +280,8 @@ export * from './FinderRelationshipsTalentsSchema';
|
|
|
202
280
|
export * from './FinderRelationshipsUsersDataSchema';
|
|
203
281
|
export * from './FinderRelationshipsUsersSchema';
|
|
204
282
|
export * from './FinderResourceSchema';
|
|
283
|
+
export * from './FinderResultHitSchema';
|
|
284
|
+
export * from './FinderResultsSchema';
|
|
205
285
|
export * from './FinderSchema';
|
|
206
286
|
export * from './FindersSchema';
|
|
207
287
|
export * from './FormAttributesSchema';
|
|
@@ -241,6 +321,10 @@ export * from './JobRelationshipsTranslationsSchema';
|
|
|
241
321
|
export * from './JobResourceSchema';
|
|
242
322
|
export * from './JobSchema';
|
|
243
323
|
export * from './JobsSchema';
|
|
324
|
+
export * from './LabelAttributesSchema';
|
|
325
|
+
export * from './LabelResourceSchema';
|
|
326
|
+
export * from './LabelSchema';
|
|
327
|
+
export * from './LabelsSchema';
|
|
244
328
|
export * from './LinkAttributesSchema';
|
|
245
329
|
export * from './LinkRelationshipsFileDataSchema';
|
|
246
330
|
export * from './LinkRelationshipsFileSchema';
|
|
@@ -252,6 +336,7 @@ export * from './ListCandidateJobsRelationship';
|
|
|
252
336
|
export * from './ListCandidateTalentsRelationship';
|
|
253
337
|
export * from './ListJobCandidatesRelationship';
|
|
254
338
|
export * from './ListRoleUsersRelationship';
|
|
339
|
+
export * from './ListStatesFolderParameter';
|
|
255
340
|
export * from './ListTalentCandidatesRelationship';
|
|
256
341
|
export * from './ListUserApikeysRelationship';
|
|
257
342
|
export * from './ListUserJobsRelationship';
|
|
@@ -356,6 +441,7 @@ export * from './RoleSchema';
|
|
|
356
441
|
export * from './RolesSchema';
|
|
357
442
|
export * from './RunAttributesSchema';
|
|
358
443
|
export * from './RunAttributesSchema1';
|
|
444
|
+
export * from './RunAttributesSchemaPausedAtStep';
|
|
359
445
|
export * from './RunAttributesSchemaTimestamps';
|
|
360
446
|
export * from './RunRelationshipsSchema';
|
|
361
447
|
export * from './RunRelationshipsSchema1';
|
|
@@ -373,6 +459,8 @@ export * from './ScheduleRelationshipsCandidateSchema';
|
|
|
373
459
|
export * from './ScheduleRelationshipsCandidateSchemaData';
|
|
374
460
|
export * from './ScheduleRelationshipsConversationSchema';
|
|
375
461
|
export * from './ScheduleRelationshipsConversationSchemaData';
|
|
462
|
+
export * from './ScheduleRelationshipsEmailSchema';
|
|
463
|
+
export * from './ScheduleRelationshipsEmailSchemaData';
|
|
376
464
|
export * from './ScheduleRelationshipsJobSchema';
|
|
377
465
|
export * from './ScheduleRelationshipsJobSchemaData';
|
|
378
466
|
export * from './ScheduleRelationshipsSchema';
|
|
@@ -384,6 +472,14 @@ export * from './ScheduleResourceSchema';
|
|
|
384
472
|
export * from './ScheduleSchema';
|
|
385
473
|
export * from './ScheduleTargetSchema';
|
|
386
474
|
export * from './SchedulesSchema';
|
|
475
|
+
export * from './SignalAttributesSchema';
|
|
476
|
+
export * from './SignalResourceSchema';
|
|
477
|
+
export * from './SignalSchema';
|
|
478
|
+
export * from './SignalsSchema';
|
|
479
|
+
export * from './StateAttributesSchema';
|
|
480
|
+
export * from './StateResourceSchema';
|
|
481
|
+
export * from './StateSchema';
|
|
482
|
+
export * from './StatesSchema';
|
|
387
483
|
export * from './SubmissionAttributesSchema';
|
|
388
484
|
export * from './SubmissionAttributesSchemaConsent';
|
|
389
485
|
export * from './SubmissionAttributesSchemaFilesInner';
|
|
@@ -432,6 +528,8 @@ export * from './TenantRelationshipsBoeUserSchema';
|
|
|
432
528
|
export * from './TenantRelationshipsBoeUserSchemaData';
|
|
433
529
|
export * from './TenantRelationshipsFeedbacksDataSchema';
|
|
434
530
|
export * from './TenantRelationshipsFeedbacksSchema';
|
|
531
|
+
export * from './TenantRelationshipsFormsDataSchema';
|
|
532
|
+
export * from './TenantRelationshipsFormsSchema';
|
|
435
533
|
export * from './TenantRelationshipsSchema';
|
|
436
534
|
export * from './TenantResourceSchema';
|
|
437
535
|
export * from './TenantSchema';
|
|
@@ -464,6 +562,8 @@ export * from './TranslationSchema';
|
|
|
464
562
|
export * from './TranslationsSchema';
|
|
465
563
|
export * from './UpdateAdRequestBody';
|
|
466
564
|
export * from './UpdateAdRequestBodyData';
|
|
565
|
+
export * from './UpdateAggregateRequestBody';
|
|
566
|
+
export * from './UpdateAggregateRequestBodyData';
|
|
467
567
|
export * from './UpdateApikeyRequestBody';
|
|
468
568
|
export * from './UpdateApikeyRequestBodyData';
|
|
469
569
|
export * from './UpdateAssessmentRequestBody';
|
|
@@ -472,16 +572,25 @@ export * from './UpdateBriefRequestBody';
|
|
|
472
572
|
export * from './UpdateBriefRequestBodyData';
|
|
473
573
|
export * from './UpdateBrowserRequestBody';
|
|
474
574
|
export * from './UpdateBrowserRequestBodyData';
|
|
575
|
+
export * from './UpdateCalendarRequestSchema';
|
|
576
|
+
export * from './UpdateCalendarRequestSchemaData';
|
|
577
|
+
export * from './UpdateCalendarRequestSchemaDataAttributes';
|
|
475
578
|
export * from './UpdateCallRequestBody';
|
|
476
579
|
export * from './UpdateCallRequestBodyData';
|
|
477
580
|
export * from './UpdateCandidateRequestBody';
|
|
478
581
|
export * from './UpdateCandidateRequestBodyData';
|
|
479
582
|
export * from './UpdateChatRequestBody';
|
|
480
583
|
export * from './UpdateChatRequestBodyData';
|
|
584
|
+
export * from './UpdateCommentRequestSchema';
|
|
585
|
+
export * from './UpdateCommentRequestSchemaData';
|
|
586
|
+
export * from './UpdateCommentRequestSchemaDataAttributes';
|
|
481
587
|
export * from './UpdateConversationRequestBody';
|
|
482
588
|
export * from './UpdateConversationRequestBodyData';
|
|
483
589
|
export * from './UpdateEmailRequestBody';
|
|
484
590
|
export * from './UpdateEmailRequestBodyData';
|
|
591
|
+
export * from './UpdateEventRequestSchema';
|
|
592
|
+
export * from './UpdateEventRequestSchemaData';
|
|
593
|
+
export * from './UpdateEventRequestSchemaDataAttributes';
|
|
485
594
|
export * from './UpdateFeedbackRequestBody';
|
|
486
595
|
export * from './UpdateFeedbackRequestBodyData';
|
|
487
596
|
export * from './UpdateFileRequestBody';
|
|
@@ -492,6 +601,8 @@ export * from './UpdateFormRequestBody';
|
|
|
492
601
|
export * from './UpdateFormRequestBodyData';
|
|
493
602
|
export * from './UpdateJobRequestBody';
|
|
494
603
|
export * from './UpdateJobRequestBodyData';
|
|
604
|
+
export * from './UpdateLabelRequestBody';
|
|
605
|
+
export * from './UpdateLabelRequestBodyData';
|
|
495
606
|
export * from './UpdateLinkRequestBody';
|
|
496
607
|
export * from './UpdateLinkRequestBodyData';
|
|
497
608
|
export * from './UpdateMeetingRequestBody';
|
|
@@ -514,6 +625,8 @@ export * from './UpdateRunRequestBody';
|
|
|
514
625
|
export * from './UpdateRunRequestBodyData';
|
|
515
626
|
export * from './UpdateScheduleRequestBody';
|
|
516
627
|
export * from './UpdateScheduleRequestBodyData';
|
|
628
|
+
export * from './UpdateStateRequestBody';
|
|
629
|
+
export * from './UpdateStateRequestBodyData';
|
|
517
630
|
export * from './UpdateSubmissionRequestBody';
|
|
518
631
|
export * from './UpdateSubmissionRequestBodyData';
|
|
519
632
|
export * from './UpdateTalentRequestBody';
|