@smartytalent/api-client 0.1.33-dev.8 → 0.1.33-dev.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (989) hide show
  1. package/dist/apis/AggregatesApi.d.ts +134 -0
  2. package/dist/apis/AggregatesApi.d.ts.map +1 -0
  3. package/dist/apis/AggregatesApi.js +294 -0
  4. package/dist/apis/AggregatesApi.js.map +1 -0
  5. package/dist/apis/AssessmentsApi.d.ts +28 -2
  6. package/dist/apis/AssessmentsApi.d.ts.map +1 -1
  7. package/dist/apis/AssessmentsApi.js +41 -3
  8. package/dist/apis/AssessmentsApi.js.map +1 -1
  9. package/dist/apis/AttemptsApi.d.ts +320 -0
  10. package/dist/apis/AttemptsApi.d.ts.map +1 -0
  11. package/dist/apis/AttemptsApi.js +723 -0
  12. package/dist/apis/AttemptsApi.js.map +1 -0
  13. package/dist/apis/CORSApi.d.ts +111 -0
  14. package/dist/apis/CORSApi.d.ts.map +1 -0
  15. package/dist/apis/CORSApi.js +291 -0
  16. package/dist/apis/CORSApi.js.map +1 -0
  17. package/dist/apis/CalendarsApi.d.ts +130 -0
  18. package/dist/apis/CalendarsApi.d.ts.map +1 -0
  19. package/dist/apis/CalendarsApi.js +315 -0
  20. package/dist/apis/CalendarsApi.js.map +1 -0
  21. package/dist/apis/CallsApi.d.ts +86 -1
  22. package/dist/apis/CallsApi.d.ts.map +1 -1
  23. package/dist/apis/CallsApi.js +142 -1
  24. package/dist/apis/CallsApi.js.map +1 -1
  25. package/dist/apis/CandidatesApi.d.ts +4 -2
  26. package/dist/apis/CandidatesApi.d.ts.map +1 -1
  27. package/dist/apis/CandidatesApi.js +8 -2
  28. package/dist/apis/CandidatesApi.js.map +1 -1
  29. package/dist/apis/ChatsApi.d.ts +2 -0
  30. package/dist/apis/ChatsApi.d.ts.map +1 -1
  31. package/dist/apis/ChatsApi.js +6 -0
  32. package/dist/apis/ChatsApi.js.map +1 -1
  33. package/dist/apis/CommentsApi.d.ts +152 -0
  34. package/dist/apis/CommentsApi.d.ts.map +1 -0
  35. package/dist/apis/CommentsApi.js +346 -0
  36. package/dist/apis/CommentsApi.js.map +1 -0
  37. package/dist/apis/EmailsApi.d.ts +12 -2
  38. package/dist/apis/EmailsApi.d.ts.map +1 -1
  39. package/dist/apis/EmailsApi.js +14 -3
  40. package/dist/apis/EmailsApi.js.map +1 -1
  41. package/dist/apis/EventsApi.d.ts +143 -0
  42. package/dist/apis/EventsApi.d.ts.map +1 -0
  43. package/dist/apis/EventsApi.js +327 -0
  44. package/dist/apis/EventsApi.js.map +1 -0
  45. package/dist/apis/FindersApi.d.ts +1 -0
  46. package/dist/apis/FindersApi.d.ts.map +1 -1
  47. package/dist/apis/FindersApi.js +2 -1
  48. package/dist/apis/FindersApi.js.map +1 -1
  49. package/dist/apis/JobsApi.d.ts +2 -2
  50. package/dist/apis/JobsApi.js +2 -2
  51. package/dist/apis/LinksApi.d.ts +17 -18
  52. package/dist/apis/LinksApi.d.ts.map +1 -1
  53. package/dist/apis/LinksApi.js +24 -29
  54. package/dist/apis/LinksApi.js.map +1 -1
  55. package/dist/apis/MeetingsApi.d.ts +201 -7
  56. package/dist/apis/MeetingsApi.d.ts.map +1 -1
  57. package/dist/apis/MeetingsApi.js +451 -7
  58. package/dist/apis/MeetingsApi.js.map +1 -1
  59. package/dist/apis/SignalsApi.d.ts +141 -0
  60. package/dist/apis/SignalsApi.d.ts.map +1 -0
  61. package/dist/apis/SignalsApi.js +274 -0
  62. package/dist/apis/SignalsApi.js.map +1 -0
  63. package/dist/apis/StatesApi.d.ts +3 -0
  64. package/dist/apis/StatesApi.d.ts.map +1 -1
  65. package/dist/apis/StatesApi.js +3 -0
  66. package/dist/apis/StatesApi.js.map +1 -1
  67. package/dist/apis/SubmissionsApi.d.ts +4 -4
  68. package/dist/apis/SubmissionsApi.js +4 -4
  69. package/dist/apis/TalentsApi.d.ts +1 -0
  70. package/dist/apis/TalentsApi.d.ts.map +1 -1
  71. package/dist/apis/TalentsApi.js +3 -0
  72. package/dist/apis/TalentsApi.js.map +1 -1
  73. package/dist/apis/WebhooksApi.d.ts +38 -1
  74. package/dist/apis/WebhooksApi.d.ts.map +1 -1
  75. package/dist/apis/WebhooksApi.js +82 -0
  76. package/dist/apis/WebhooksApi.js.map +1 -1
  77. package/dist/apis/index.d.ts +7 -0
  78. package/dist/apis/index.d.ts.map +1 -1
  79. package/dist/apis/index.js +7 -0
  80. package/dist/apis/index.js.map +1 -1
  81. package/dist/models/AggregateAttributesSchema.d.ts +73 -0
  82. package/dist/models/AggregateAttributesSchema.d.ts.map +1 -0
  83. package/dist/models/AggregateAttributesSchema.js +69 -0
  84. package/dist/models/AggregateAttributesSchema.js.map +1 -0
  85. package/dist/models/AggregateCountsBucketSchema.d.ts +49 -0
  86. package/dist/models/AggregateCountsBucketSchema.d.ts.map +1 -0
  87. package/dist/models/AggregateCountsBucketSchema.js +53 -0
  88. package/dist/models/AggregateCountsBucketSchema.js.map +1 -0
  89. package/dist/models/AggregateResourceSchema.d.ts +74 -0
  90. package/dist/models/AggregateResourceSchema.d.ts.map +1 -0
  91. package/dist/models/AggregateResourceSchema.js +74 -0
  92. package/dist/models/AggregateResourceSchema.js.map +1 -0
  93. package/dist/models/AggregateSchema.d.ts +49 -0
  94. package/dist/models/AggregateSchema.d.ts.map +1 -0
  95. package/dist/models/AggregateSchema.js +55 -0
  96. package/dist/models/AggregateSchema.js.map +1 -0
  97. package/dist/models/AggregatesMetaSchema.d.ts +64 -0
  98. package/dist/models/AggregatesMetaSchema.d.ts.map +1 -0
  99. package/dist/models/AggregatesMetaSchema.js +56 -0
  100. package/dist/models/AggregatesMetaSchema.js.map +1 -0
  101. package/dist/models/AggregatesSchema.d.ts +48 -0
  102. package/dist/models/AggregatesSchema.d.ts.map +1 -0
  103. package/dist/models/AggregatesSchema.js +56 -0
  104. package/dist/models/AggregatesSchema.js.map +1 -0
  105. package/dist/models/AnswerFileSchema.d.ts +59 -0
  106. package/dist/models/AnswerFileSchema.d.ts.map +1 -0
  107. package/dist/models/AnswerFileSchema.js +55 -0
  108. package/dist/models/AnswerFileSchema.js.map +1 -0
  109. package/dist/models/AnswerSchema.d.ts +76 -0
  110. package/dist/models/AnswerSchema.d.ts.map +1 -0
  111. package/dist/models/AnswerSchema.js +73 -0
  112. package/dist/models/AnswerSchema.js.map +1 -0
  113. package/dist/models/AnswerSchemaValue.d.ts +31 -0
  114. package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
  115. package/dist/models/AnswerSchemaValue.js +73 -0
  116. package/dist/models/AnswerSchemaValue.js.map +1 -0
  117. package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
  118. package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
  119. package/dist/models/AnswerSchemaValueOneOf.js +55 -0
  120. package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
  121. package/dist/models/AssessmentAttributesSchema.d.ts +34 -19
  122. package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
  123. package/dist/models/AssessmentAttributesSchema.js +12 -10
  124. package/dist/models/AssessmentAttributesSchema.js.map +1 -1
  125. package/dist/models/AttemptAttributesSchema.d.ts +186 -0
  126. package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
  127. package/dist/models/AttemptAttributesSchema.js +102 -0
  128. package/dist/models/AttemptAttributesSchema.js.map +1 -0
  129. package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
  130. package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
  131. package/dist/models/AttemptEvaluationSchema.js +76 -0
  132. package/dist/models/AttemptEvaluationSchema.js.map +1 -0
  133. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
  134. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
  135. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
  136. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
  137. package/dist/models/AttemptProctoringSchema.d.ts +51 -0
  138. package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
  139. package/dist/models/AttemptProctoringSchema.js +55 -0
  140. package/dist/models/AttemptProctoringSchema.js.map +1 -0
  141. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
  142. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
  143. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
  144. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
  145. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
  146. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
  147. package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
  148. package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
  149. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
  150. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
  151. package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
  152. package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
  153. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
  154. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
  155. package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
  156. package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
  157. package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts +39 -0
  158. package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts.map +1 -0
  159. package/dist/models/AttemptRelationshipsFilesDataSchema.js +51 -0
  160. package/dist/models/AttemptRelationshipsFilesDataSchema.js.map +1 -0
  161. package/dist/models/AttemptRelationshipsFilesSchema.d.ts +43 -0
  162. package/dist/models/AttemptRelationshipsFilesSchema.d.ts.map +1 -0
  163. package/dist/models/AttemptRelationshipsFilesSchema.js +50 -0
  164. package/dist/models/AttemptRelationshipsFilesSchema.js.map +1 -0
  165. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
  166. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
  167. package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
  168. package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
  169. package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
  170. package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
  171. package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
  172. package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
  173. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
  174. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
  175. package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
  176. package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
  177. package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
  178. package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
  179. package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
  180. package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
  181. package/dist/models/AttemptRelationshipsSchema.d.ts +62 -0
  182. package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
  183. package/dist/models/AttemptRelationshipsSchema.js +62 -0
  184. package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
  185. package/dist/models/AttemptResourceSchema.d.ts +75 -0
  186. package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
  187. package/dist/models/AttemptResourceSchema.js +75 -0
  188. package/dist/models/AttemptResourceSchema.js.map +1 -0
  189. package/dist/models/AttemptSchema.d.ts +49 -0
  190. package/dist/models/AttemptSchema.d.ts.map +1 -0
  191. package/dist/models/AttemptSchema.js +55 -0
  192. package/dist/models/AttemptSchema.js.map +1 -0
  193. package/dist/models/AttemptsSchema.d.ts +48 -0
  194. package/dist/models/AttemptsSchema.d.ts.map +1 -0
  195. package/dist/models/AttemptsSchema.js +56 -0
  196. package/dist/models/AttemptsSchema.js.map +1 -0
  197. package/dist/models/BriefAttributesSchema.d.ts +49 -7
  198. package/dist/models/BriefAttributesSchema.d.ts.map +1 -1
  199. package/dist/models/BriefAttributesSchema.js +12 -0
  200. package/dist/models/BriefAttributesSchema.js.map +1 -1
  201. package/dist/models/BriefRelationshipsSchema.d.ts +0 -7
  202. package/dist/models/BriefRelationshipsSchema.d.ts.map +1 -1
  203. package/dist/models/BriefRelationshipsSchema.js +0 -3
  204. package/dist/models/BriefRelationshipsSchema.js.map +1 -1
  205. package/dist/models/CalendarAttributesSchema.d.ts +102 -0
  206. package/dist/models/CalendarAttributesSchema.d.ts.map +1 -0
  207. package/dist/models/CalendarAttributesSchema.js +81 -0
  208. package/dist/models/CalendarAttributesSchema.js.map +1 -0
  209. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts +34 -0
  210. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts.map +1 -0
  211. package/dist/models/CalendarRelationshipsOwnerSchema.js +50 -0
  212. package/dist/models/CalendarRelationshipsOwnerSchema.js.map +1 -0
  213. package/dist/models/CalendarRelationshipsSchema.d.ts +34 -0
  214. package/dist/models/CalendarRelationshipsSchema.d.ts.map +1 -0
  215. package/dist/models/CalendarRelationshipsSchema.js +50 -0
  216. package/dist/models/CalendarRelationshipsSchema.js.map +1 -0
  217. package/dist/models/CalendarResourceSchema.d.ts +75 -0
  218. package/dist/models/CalendarResourceSchema.d.ts.map +1 -0
  219. package/dist/models/CalendarResourceSchema.js +75 -0
  220. package/dist/models/CalendarResourceSchema.js.map +1 -0
  221. package/dist/models/CalendarResponseDocument.d.ts +34 -0
  222. package/dist/models/CalendarResponseDocument.d.ts.map +1 -0
  223. package/dist/models/CalendarResponseDocument.js +50 -0
  224. package/dist/models/CalendarResponseDocument.js.map +1 -0
  225. package/dist/models/CalendarWorkingHoursSchema.d.ts +64 -0
  226. package/dist/models/CalendarWorkingHoursSchema.d.ts.map +1 -0
  227. package/dist/models/CalendarWorkingHoursSchema.js +68 -0
  228. package/dist/models/CalendarWorkingHoursSchema.js.map +1 -0
  229. package/dist/models/CalendarsResponseDocument.d.ts +46 -0
  230. package/dist/models/CalendarsResponseDocument.d.ts.map +1 -0
  231. package/dist/models/CalendarsResponseDocument.js +54 -0
  232. package/dist/models/CalendarsResponseDocument.js.map +1 -0
  233. package/dist/models/CallAttributesSchema.d.ts +262 -62
  234. package/dist/models/CallAttributesSchema.d.ts.map +1 -1
  235. package/dist/models/CallAttributesSchema.js +122 -44
  236. package/dist/models/CallAttributesSchema.js.map +1 -1
  237. package/dist/models/CallAttributesSchemaDelivery.d.ts +89 -0
  238. package/dist/models/CallAttributesSchemaDelivery.d.ts.map +1 -0
  239. package/dist/models/CallAttributesSchemaDelivery.js +88 -0
  240. package/dist/models/CallAttributesSchemaDelivery.js.map +1 -0
  241. package/dist/models/CallAttributesSchemaRecording.d.ts +65 -0
  242. package/dist/models/CallAttributesSchemaRecording.d.ts.map +1 -0
  243. package/dist/models/CallAttributesSchemaRecording.js +65 -0
  244. package/dist/models/CallAttributesSchemaRecording.js.map +1 -0
  245. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts +53 -0
  246. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts.map +1 -0
  247. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js +61 -0
  248. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js.map +1 -0
  249. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts +65 -0
  250. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts.map +1 -0
  251. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js +65 -0
  252. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js.map +1 -0
  253. package/dist/models/CallMetaSchema.d.ts +98 -0
  254. package/dist/models/CallMetaSchema.d.ts.map +1 -0
  255. package/dist/models/CallMetaSchema.js +81 -0
  256. package/dist/models/CallMetaSchema.js.map +1 -0
  257. package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts +39 -0
  258. package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts.map +1 -0
  259. package/dist/models/CallRelationshipsBoeUserDataSchema.js +51 -0
  260. package/dist/models/CallRelationshipsBoeUserDataSchema.js.map +1 -0
  261. package/dist/models/CallRelationshipsBoeUserSchema.d.ts +34 -0
  262. package/dist/models/CallRelationshipsBoeUserSchema.d.ts.map +1 -0
  263. package/dist/models/CallRelationshipsBoeUserSchema.js +50 -0
  264. package/dist/models/CallRelationshipsBoeUserSchema.js.map +1 -0
  265. package/dist/models/CallRelationshipsBriefDataSchema.d.ts +39 -0
  266. package/dist/models/CallRelationshipsBriefDataSchema.d.ts.map +1 -0
  267. package/dist/models/CallRelationshipsBriefDataSchema.js +51 -0
  268. package/dist/models/CallRelationshipsBriefDataSchema.js.map +1 -0
  269. package/dist/models/CallRelationshipsBriefSchema.d.ts +34 -0
  270. package/dist/models/CallRelationshipsBriefSchema.d.ts.map +1 -0
  271. package/dist/models/CallRelationshipsBriefSchema.js +50 -0
  272. package/dist/models/CallRelationshipsBriefSchema.js.map +1 -0
  273. package/dist/models/CallRelationshipsCandidateDataSchema.d.ts +39 -0
  274. package/dist/models/CallRelationshipsCandidateDataSchema.d.ts.map +1 -0
  275. package/dist/models/CallRelationshipsCandidateDataSchema.js +51 -0
  276. package/dist/models/CallRelationshipsCandidateDataSchema.js.map +1 -0
  277. package/dist/models/CallRelationshipsCandidateSchema.d.ts +34 -0
  278. package/dist/models/CallRelationshipsCandidateSchema.d.ts.map +1 -0
  279. package/dist/models/CallRelationshipsCandidateSchema.js +50 -0
  280. package/dist/models/CallRelationshipsCandidateSchema.js.map +1 -0
  281. package/dist/models/CallRelationshipsConversationDataSchema.d.ts +39 -0
  282. package/dist/models/{CallRelationshipsTranslationsDataSchema.d.ts.map → CallRelationshipsConversationDataSchema.d.ts.map} +1 -1
  283. package/dist/models/CallRelationshipsConversationDataSchema.js +51 -0
  284. package/dist/models/{CallRelationshipsTranslationsDataSchema.js.map → CallRelationshipsConversationDataSchema.js.map} +1 -1
  285. package/dist/models/CallRelationshipsConversationSchema.d.ts +34 -0
  286. package/dist/models/CallRelationshipsConversationSchema.d.ts.map +1 -0
  287. package/dist/models/CallRelationshipsConversationSchema.js +50 -0
  288. package/dist/models/CallRelationshipsConversationSchema.js.map +1 -0
  289. package/dist/models/CallRelationshipsJobDataSchema.d.ts +39 -0
  290. package/dist/models/CallRelationshipsJobDataSchema.d.ts.map +1 -0
  291. package/dist/models/CallRelationshipsJobDataSchema.js +51 -0
  292. package/dist/models/CallRelationshipsJobDataSchema.js.map +1 -0
  293. package/dist/models/CallRelationshipsJobSchema.d.ts +34 -0
  294. package/dist/models/CallRelationshipsJobSchema.d.ts.map +1 -0
  295. package/dist/models/CallRelationshipsJobSchema.js +50 -0
  296. package/dist/models/CallRelationshipsJobSchema.js.map +1 -0
  297. package/dist/models/CallRelationshipsScheduleDataSchema.d.ts +39 -0
  298. package/dist/models/CallRelationshipsScheduleDataSchema.d.ts.map +1 -0
  299. package/dist/models/CallRelationshipsScheduleDataSchema.js +51 -0
  300. package/dist/models/CallRelationshipsScheduleDataSchema.js.map +1 -0
  301. package/dist/models/CallRelationshipsScheduleSchema.d.ts +34 -0
  302. package/dist/models/CallRelationshipsScheduleSchema.d.ts.map +1 -0
  303. package/dist/models/CallRelationshipsScheduleSchema.js +50 -0
  304. package/dist/models/CallRelationshipsScheduleSchema.js.map +1 -0
  305. package/dist/models/CallRelationshipsSchema.d.ts +61 -4
  306. package/dist/models/CallRelationshipsSchema.d.ts.map +1 -1
  307. package/dist/models/CallRelationshipsSchema.js +24 -3
  308. package/dist/models/CallRelationshipsSchema.js.map +1 -1
  309. package/dist/models/CallRelationshipsTalentDataSchema.d.ts +39 -0
  310. package/dist/models/CallRelationshipsTalentDataSchema.d.ts.map +1 -0
  311. package/dist/models/CallRelationshipsTalentDataSchema.js +51 -0
  312. package/dist/models/CallRelationshipsTalentDataSchema.js.map +1 -0
  313. package/dist/models/CallRelationshipsTalentSchema.d.ts +34 -0
  314. package/dist/models/CallRelationshipsTalentSchema.d.ts.map +1 -0
  315. package/dist/models/CallRelationshipsTalentSchema.js +50 -0
  316. package/dist/models/CallRelationshipsTalentSchema.js.map +1 -0
  317. package/dist/models/CallRelationshipsUserDataSchema.d.ts +39 -0
  318. package/dist/models/CallRelationshipsUserDataSchema.d.ts.map +1 -0
  319. package/dist/models/CallRelationshipsUserDataSchema.js +51 -0
  320. package/dist/models/CallRelationshipsUserDataSchema.js.map +1 -0
  321. package/dist/models/CallRelationshipsUserSchema.d.ts +34 -0
  322. package/dist/models/CallRelationshipsUserSchema.d.ts.map +1 -0
  323. package/dist/models/CallRelationshipsUserSchema.js +50 -0
  324. package/dist/models/CallRelationshipsUserSchema.js.map +1 -0
  325. package/dist/models/CallResourceSchema.d.ts +3 -4
  326. package/dist/models/CallResourceSchema.d.ts.map +1 -1
  327. package/dist/models/CallResourceSchema.js +3 -2
  328. package/dist/models/CallResourceSchema.js.map +1 -1
  329. package/dist/models/CandidateAttributesSchema.d.ts +39 -24
  330. package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
  331. package/dist/models/CandidateAttributesSchema.js +6 -4
  332. package/dist/models/CandidateAttributesSchema.js.map +1 -1
  333. package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts +25 -0
  334. package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts.map +1 -0
  335. package/dist/models/CandidateAttributesSchemaOverallMatchRating.js +50 -0
  336. package/dist/models/CandidateAttributesSchemaOverallMatchRating.js.map +1 -0
  337. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts +24 -0
  338. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map +1 -0
  339. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js +50 -0
  340. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js.map +1 -0
  341. package/dist/models/ChatAttributesSchema.d.ts +108 -20
  342. package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
  343. package/dist/models/ChatAttributesSchema.js +60 -15
  344. package/dist/models/ChatAttributesSchema.js.map +1 -1
  345. package/dist/models/ChatMetaSchema.d.ts +51 -0
  346. package/dist/models/ChatMetaSchema.d.ts.map +1 -0
  347. package/dist/models/ChatMetaSchema.js +53 -0
  348. package/dist/models/ChatMetaSchema.js.map +1 -0
  349. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
  350. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
  351. package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
  352. package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
  353. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
  354. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
  355. package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
  356. package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
  357. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
  358. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
  359. package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
  360. package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
  361. package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
  362. package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
  363. package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
  364. package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
  365. package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
  366. package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
  367. package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
  368. package/dist/models/{ChatRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
  369. package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
  370. package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
  371. package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
  372. package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
  373. package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts +39 -0
  374. package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts.map +1 -0
  375. package/dist/models/ChatRelationshipsScheduleDataSchema.js +51 -0
  376. package/dist/models/ChatRelationshipsScheduleDataSchema.js.map +1 -0
  377. package/dist/models/ChatRelationshipsScheduleSchema.d.ts +34 -0
  378. package/dist/models/ChatRelationshipsScheduleSchema.d.ts.map +1 -0
  379. package/dist/models/ChatRelationshipsScheduleSchema.js +50 -0
  380. package/dist/models/ChatRelationshipsScheduleSchema.js.map +1 -0
  381. package/dist/models/ChatRelationshipsSchema.d.ts +45 -4
  382. package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
  383. package/dist/models/ChatRelationshipsSchema.js +18 -3
  384. package/dist/models/ChatRelationshipsSchema.js.map +1 -1
  385. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
  386. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
  387. package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
  388. package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
  389. package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
  390. package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
  391. package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
  392. package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
  393. package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
  394. package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
  395. package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
  396. package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
  397. package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
  398. package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
  399. package/dist/models/ChatRelationshipsUserSchema.js +50 -0
  400. package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
  401. package/dist/models/ChatResourceSchema.d.ts +3 -4
  402. package/dist/models/ChatResourceSchema.d.ts.map +1 -1
  403. package/dist/models/ChatResourceSchema.js +3 -2
  404. package/dist/models/ChatResourceSchema.js.map +1 -1
  405. package/dist/models/CommentAttributesSchema.d.ts +109 -0
  406. package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
  407. package/dist/models/CommentAttributesSchema.js +87 -0
  408. package/dist/models/CommentAttributesSchema.js.map +1 -0
  409. package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
  410. package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
  411. package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
  412. package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
  413. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
  414. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
  415. package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
  416. package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
  417. package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
  418. package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
  419. package/dist/models/CommentRelationshipsSchema.js +50 -0
  420. package/dist/models/CommentRelationshipsSchema.js.map +1 -0
  421. package/dist/models/CommentResourceSchema.d.ts +75 -0
  422. package/dist/models/CommentResourceSchema.d.ts.map +1 -0
  423. package/dist/models/CommentResourceSchema.js +75 -0
  424. package/dist/models/CommentResourceSchema.js.map +1 -0
  425. package/dist/models/CommentResponseDocument.d.ts +40 -0
  426. package/dist/models/CommentResponseDocument.d.ts.map +1 -0
  427. package/dist/models/CommentResponseDocument.js +52 -0
  428. package/dist/models/CommentResponseDocument.js.map +1 -0
  429. package/dist/models/CommentsResponseDocument.d.ts +52 -0
  430. package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
  431. package/dist/models/CommentsResponseDocument.js +56 -0
  432. package/dist/models/CommentsResponseDocument.js.map +1 -0
  433. package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
  434. package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
  435. package/dist/models/CreateAttemptRequestBody.js +52 -0
  436. package/dist/models/CreateAttemptRequestBody.js.map +1 -0
  437. package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
  438. package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
  439. package/dist/models/CreateAttemptRequestBodyData.js +66 -0
  440. package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
  441. package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
  442. package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
  443. package/dist/models/CreateCalendarRequestSchema.js +50 -0
  444. package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
  445. package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
  446. package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
  447. package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
  448. package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
  449. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +77 -0
  450. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  451. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +71 -0
  452. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
  453. package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
  454. package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
  455. package/dist/models/CreateCommentRequestSchema.js +50 -0
  456. package/dist/models/CreateCommentRequestSchema.js.map +1 -0
  457. package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
  458. package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
  459. package/dist/models/CreateCommentRequestSchemaData.js +63 -0
  460. package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
  461. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
  462. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  463. package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
  464. package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
  465. package/dist/models/CreateEventRequestSchema.d.ts +34 -0
  466. package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
  467. package/dist/models/CreateEventRequestSchema.js +50 -0
  468. package/dist/models/CreateEventRequestSchema.js.map +1 -0
  469. package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
  470. package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
  471. package/dist/models/CreateEventRequestSchemaData.js +63 -0
  472. package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
  473. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
  474. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  475. package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
  476. package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
  477. package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
  478. package/dist/models/CreateLinkRequestBodyData.d.ts +3 -10
  479. package/dist/models/CreateLinkRequestBodyData.d.ts.map +1 -1
  480. package/dist/models/CreateLinkRequestBodyData.js +3 -6
  481. package/dist/models/CreateLinkRequestBodyData.js.map +1 -1
  482. package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts +33 -0
  483. package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts.map +1 -0
  484. package/dist/models/CreateLinkRequestBodyDataAttributes.js +51 -0
  485. package/dist/models/CreateLinkRequestBodyDataAttributes.js.map +1 -0
  486. package/dist/models/DialCall202Response.d.ts +34 -0
  487. package/dist/models/DialCall202Response.d.ts.map +1 -0
  488. package/dist/models/DialCall202Response.js +50 -0
  489. package/dist/models/DialCall202Response.js.map +1 -0
  490. package/dist/models/DialCall202ResponseData.d.ts +46 -0
  491. package/dist/models/DialCall202ResponseData.d.ts.map +1 -0
  492. package/dist/models/DialCall202ResponseData.js +54 -0
  493. package/dist/models/DialCall202ResponseData.js.map +1 -0
  494. package/dist/models/DialCall202ResponseDataAttributes.d.ts +45 -0
  495. package/dist/models/DialCall202ResponseDataAttributes.d.ts.map +1 -0
  496. package/dist/models/DialCall202ResponseDataAttributes.js +53 -0
  497. package/dist/models/DialCall202ResponseDataAttributes.js.map +1 -0
  498. package/dist/models/EmailAttributesSchema.d.ts +15 -1
  499. package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
  500. package/dist/models/EmailAttributesSchema.js +6 -0
  501. package/dist/models/EmailAttributesSchema.js.map +1 -1
  502. package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
  503. package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
  504. package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
  505. package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
  506. package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
  507. package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
  508. package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
  509. package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
  510. package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
  511. package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
  512. package/dist/models/EmailRelationshipsSchema.js +3 -0
  513. package/dist/models/EmailRelationshipsSchema.js.map +1 -1
  514. package/dist/models/EventAttributesSchema.d.ts +172 -0
  515. package/dist/models/EventAttributesSchema.d.ts.map +1 -0
  516. package/dist/models/EventAttributesSchema.js +114 -0
  517. package/dist/models/EventAttributesSchema.js.map +1 -0
  518. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
  519. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
  520. package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
  521. package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
  522. package/dist/models/EventRelationshipsSchema.d.ts +41 -0
  523. package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
  524. package/dist/models/EventRelationshipsSchema.js +53 -0
  525. package/dist/models/EventRelationshipsSchema.js.map +1 -0
  526. package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
  527. package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
  528. package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
  529. package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
  530. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
  531. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
  532. package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
  533. package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
  534. package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
  535. package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
  536. package/dist/models/EventRelationshipsSchemaSource.js +50 -0
  537. package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
  538. package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
  539. package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
  540. package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
  541. package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
  542. package/dist/models/EventResourceSchema.d.ts +75 -0
  543. package/dist/models/EventResourceSchema.d.ts.map +1 -0
  544. package/dist/models/EventResourceSchema.js +75 -0
  545. package/dist/models/EventResourceSchema.js.map +1 -0
  546. package/dist/models/EventResponseDocument.d.ts +34 -0
  547. package/dist/models/EventResponseDocument.d.ts.map +1 -0
  548. package/dist/models/EventResponseDocument.js +50 -0
  549. package/dist/models/EventResponseDocument.js.map +1 -0
  550. package/dist/models/EventsResponseDocument.d.ts +46 -0
  551. package/dist/models/EventsResponseDocument.d.ts.map +1 -0
  552. package/dist/models/EventsResponseDocument.js +54 -0
  553. package/dist/models/EventsResponseDocument.js.map +1 -0
  554. package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
  555. package/dist/models/FileAttributesSchema.d.ts +73 -0
  556. package/dist/models/FileAttributesSchema.d.ts.map +1 -1
  557. package/dist/models/FileAttributesSchema.js +25 -0
  558. package/dist/models/FileAttributesSchema.js.map +1 -1
  559. package/dist/models/FileAttributesSchemaPagesInner.d.ts +45 -0
  560. package/dist/models/FileAttributesSchemaPagesInner.d.ts.map +1 -0
  561. package/dist/models/FileAttributesSchemaPagesInner.js +53 -0
  562. package/dist/models/FileAttributesSchemaPagesInner.js.map +1 -0
  563. package/dist/models/FilePreviewMetaSchema.d.ts +119 -0
  564. package/dist/models/FilePreviewMetaSchema.d.ts.map +1 -0
  565. package/dist/models/FilePreviewMetaSchema.js +72 -0
  566. package/dist/models/FilePreviewMetaSchema.js.map +1 -0
  567. package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts +63 -0
  568. package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts.map +1 -0
  569. package/dist/models/FilePreviewMetaSchemaPreviewUrls.js +57 -0
  570. package/dist/models/FilePreviewMetaSchemaPreviewUrls.js.map +1 -0
  571. package/dist/models/FinderAttributesSchema.d.ts +6 -4
  572. package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
  573. package/dist/models/FinderAttributesSchema.js +4 -4
  574. package/dist/models/FinderAttributesSchema.js.map +1 -1
  575. package/dist/models/FinderQueryEmailsSchema.d.ts +2 -0
  576. package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -1
  577. package/dist/models/FinderQueryEmailsSchema.js +2 -0
  578. package/dist/models/FinderQueryEmailsSchema.js.map +1 -1
  579. package/dist/models/FormAttributesSchema.d.ts +26 -0
  580. package/dist/models/FormAttributesSchema.d.ts.map +1 -1
  581. package/dist/models/FormAttributesSchema.js +12 -0
  582. package/dist/models/FormAttributesSchema.js.map +1 -1
  583. package/dist/models/GuestAttemptSchema.d.ts +51 -0
  584. package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
  585. package/dist/models/GuestAttemptSchema.js +56 -0
  586. package/dist/models/GuestAttemptSchema.js.map +1 -0
  587. package/dist/models/GuestMeetingAttendeeAttributesSchema.d.ts +95 -0
  588. package/dist/models/GuestMeetingAttendeeAttributesSchema.d.ts.map +1 -0
  589. package/dist/models/GuestMeetingAttendeeAttributesSchema.js +92 -0
  590. package/dist/models/GuestMeetingAttendeeAttributesSchema.js.map +1 -0
  591. package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts +74 -0
  592. package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts.map +1 -0
  593. package/dist/models/GuestMeetingAttendeeResourceSchema.js +74 -0
  594. package/dist/models/GuestMeetingAttendeeResourceSchema.js.map +1 -0
  595. package/dist/models/GuestMeetingAttendeesSchema.d.ts +38 -0
  596. package/dist/models/GuestMeetingAttendeesSchema.d.ts.map +1 -0
  597. package/dist/models/GuestMeetingAttendeesSchema.js +50 -0
  598. package/dist/models/GuestMeetingAttendeesSchema.js.map +1 -0
  599. package/dist/models/GuestMetaSchema.d.ts +43 -0
  600. package/dist/models/GuestMetaSchema.d.ts.map +1 -0
  601. package/dist/models/GuestMetaSchema.js +55 -0
  602. package/dist/models/GuestMetaSchema.js.map +1 -0
  603. package/dist/models/LinkAttributesSchema.d.ts +62 -2
  604. package/dist/models/LinkAttributesSchema.d.ts.map +1 -1
  605. package/dist/models/LinkAttributesSchema.js +30 -4
  606. package/dist/models/LinkAttributesSchema.js.map +1 -1
  607. package/dist/models/LinkResourceSchema.d.ts +2 -3
  608. package/dist/models/LinkResourceSchema.d.ts.map +1 -1
  609. package/dist/models/LinkResourceSchema.js +2 -3
  610. package/dist/models/LinkResourceSchema.js.map +1 -1
  611. package/dist/models/MeetingAiSessionAttributesSchema.d.ts +17 -11
  612. package/dist/models/MeetingAiSessionAttributesSchema.d.ts.map +1 -1
  613. package/dist/models/MeetingAiSessionAttributesSchema.js +6 -4
  614. package/dist/models/MeetingAiSessionAttributesSchema.js.map +1 -1
  615. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts +22 -1
  616. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts.map +1 -1
  617. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js +13 -0
  618. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js.map +1 -1
  619. package/dist/models/MeetingAiSessionResourceSchema.d.ts +3 -3
  620. package/dist/models/MeetingAiSessionResourceSchema.d.ts.map +1 -1
  621. package/dist/models/MeetingAiSessionResourceSchema.js +3 -3
  622. package/dist/models/MeetingAiSessionResourceSchema.js.map +1 -1
  623. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts +34 -0
  624. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts.map +1 -0
  625. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js +50 -0
  626. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js.map +1 -0
  627. package/dist/models/MeetingAiSessionSettingsSchema.d.ts +21 -11
  628. package/dist/models/MeetingAiSessionSettingsSchema.d.ts.map +1 -1
  629. package/dist/models/MeetingAiSessionSettingsSchema.js +6 -6
  630. package/dist/models/MeetingAiSessionSettingsSchema.js.map +1 -1
  631. package/dist/models/MeetingAttendeeAttributesSchema.d.ts +150 -7
  632. package/dist/models/MeetingAttendeeAttributesSchema.d.ts.map +1 -1
  633. package/dist/models/MeetingAttendeeAttributesSchema.js +70 -4
  634. package/dist/models/MeetingAttendeeAttributesSchema.js.map +1 -1
  635. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts +44 -0
  636. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts.map +1 -0
  637. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js +51 -0
  638. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js.map +1 -0
  639. package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts +55 -0
  640. package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts.map +1 -0
  641. package/dist/models/MeetingAttendeeRelationshipsSchema.js +59 -0
  642. package/dist/models/MeetingAttendeeRelationshipsSchema.js.map +1 -0
  643. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts +34 -0
  644. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts.map +1 -0
  645. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js +50 -0
  646. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js.map +1 -0
  647. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts +34 -0
  648. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts.map +1 -0
  649. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js +50 -0
  650. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js.map +1 -0
  651. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts +39 -0
  652. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts.map +1 -0
  653. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js +51 -0
  654. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js.map +1 -0
  655. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts +34 -0
  656. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts.map +1 -0
  657. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js +50 -0
  658. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js.map +1 -0
  659. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts +34 -0
  660. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts.map +1 -0
  661. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js +50 -0
  662. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js.map +1 -0
  663. package/dist/models/MeetingAttendeeResourceSchema.d.ts +6 -6
  664. package/dist/models/MeetingAttendeeResourceSchema.d.ts.map +1 -1
  665. package/dist/models/MeetingAttendeeResourceSchema.js +6 -6
  666. package/dist/models/MeetingAttendeeResourceSchema.js.map +1 -1
  667. package/dist/models/MeetingAttendeesSchema.d.ts +34 -0
  668. package/dist/models/MeetingAttendeesSchema.d.ts.map +1 -0
  669. package/dist/models/MeetingAttendeesSchema.js +50 -0
  670. package/dist/models/MeetingAttendeesSchema.js.map +1 -0
  671. package/dist/models/MeetingAttributesSchema.d.ts +371 -4
  672. package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
  673. package/dist/models/MeetingAttributesSchema.js +151 -3
  674. package/dist/models/MeetingAttributesSchema.js.map +1 -1
  675. package/dist/models/MeetingAttributesSchemaDelivery.d.ts +90 -0
  676. package/dist/models/MeetingAttributesSchemaDelivery.d.ts.map +1 -0
  677. package/dist/models/MeetingAttributesSchemaDelivery.js +88 -0
  678. package/dist/models/MeetingAttributesSchemaDelivery.js.map +1 -0
  679. package/dist/models/MeetingLobbyAttributesSchema.d.ts +9 -0
  680. package/dist/models/MeetingLobbyAttributesSchema.d.ts.map +1 -1
  681. package/dist/models/MeetingLobbyAttributesSchema.js +2 -0
  682. package/dist/models/MeetingLobbyAttributesSchema.js.map +1 -1
  683. package/dist/models/MeetingRecallSchema.d.ts +77 -0
  684. package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
  685. package/dist/models/MeetingRecallSchema.js +71 -0
  686. package/dist/models/MeetingRecallSchema.js.map +1 -0
  687. package/dist/models/MeetingRelationshipsAttendeesDataSchema.d.ts +39 -0
  688. package/dist/models/MeetingRelationshipsAttendeesDataSchema.d.ts.map +1 -0
  689. package/dist/models/MeetingRelationshipsAttendeesDataSchema.js +51 -0
  690. package/dist/models/MeetingRelationshipsAttendeesDataSchema.js.map +1 -0
  691. package/dist/models/MeetingRelationshipsAttendeesSchema.d.ts +34 -0
  692. package/dist/models/{CallRelationshipsTranslationsSchema.d.ts.map → MeetingRelationshipsAttendeesSchema.d.ts.map} +1 -1
  693. package/dist/models/MeetingRelationshipsAttendeesSchema.js +50 -0
  694. package/dist/models/{CallRelationshipsTranslationsSchema.js.map → MeetingRelationshipsAttendeesSchema.js.map} +1 -1
  695. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
  696. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
  697. package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
  698. package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
  699. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
  700. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
  701. package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
  702. package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
  703. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
  704. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
  705. package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
  706. package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
  707. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
  708. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
  709. package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
  710. package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
  711. package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
  712. package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
  713. package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
  714. package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
  715. package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
  716. package/dist/models/{MeetingRelationshipsParticipantsDataSchema.d.ts.map → MeetingRelationshipsConversationSchemaData.d.ts.map} +1 -1
  717. package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
  718. package/dist/models/{MeetingRelationshipsParticipantsDataSchema.js.map → MeetingRelationshipsConversationSchemaData.js.map} +1 -1
  719. package/dist/models/MeetingRelationshipsHostSchema.d.ts +34 -0
  720. package/dist/models/MeetingRelationshipsHostSchema.d.ts.map +1 -0
  721. package/dist/models/MeetingRelationshipsHostSchema.js +50 -0
  722. package/dist/models/MeetingRelationshipsHostSchema.js.map +1 -0
  723. package/dist/models/MeetingRelationshipsJobSchema.d.ts +34 -0
  724. package/dist/models/MeetingRelationshipsJobSchema.d.ts.map +1 -0
  725. package/dist/models/MeetingRelationshipsJobSchema.js +50 -0
  726. package/dist/models/MeetingRelationshipsJobSchema.js.map +1 -0
  727. package/dist/models/MeetingRelationshipsJobSchemaData.d.ts +39 -0
  728. package/dist/models/MeetingRelationshipsJobSchemaData.d.ts.map +1 -0
  729. package/dist/models/MeetingRelationshipsJobSchemaData.js +51 -0
  730. package/dist/models/MeetingRelationshipsJobSchemaData.js.map +1 -0
  731. package/dist/models/MeetingRelationshipsSchema.d.ts +52 -3
  732. package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
  733. package/dist/models/MeetingRelationshipsSchema.js +24 -3
  734. package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
  735. package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
  736. package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
  737. package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
  738. package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
  739. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
  740. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
  741. package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
  742. package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
  743. package/dist/models/MeetingRelationshipsTeamDataSchema.d.ts +39 -0
  744. package/dist/models/MeetingRelationshipsTeamDataSchema.d.ts.map +1 -0
  745. package/dist/models/MeetingRelationshipsTeamDataSchema.js +51 -0
  746. package/dist/models/MeetingRelationshipsTeamDataSchema.js.map +1 -0
  747. package/dist/models/MeetingRelationshipsTeamSchema.d.ts +34 -0
  748. package/dist/models/MeetingRelationshipsTeamSchema.d.ts.map +1 -0
  749. package/dist/models/MeetingRelationshipsTeamSchema.js +50 -0
  750. package/dist/models/MeetingRelationshipsTeamSchema.js.map +1 -0
  751. package/dist/models/MeetingSpeakerStatSchema.d.ts +59 -0
  752. package/dist/models/MeetingSpeakerStatSchema.d.ts.map +1 -0
  753. package/dist/models/MeetingSpeakerStatSchema.js +63 -0
  754. package/dist/models/MeetingSpeakerStatSchema.js.map +1 -0
  755. package/dist/models/MeetingTranscriptSegmentSchema.d.ts +71 -0
  756. package/dist/models/MeetingTranscriptSegmentSchema.d.ts.map +1 -0
  757. package/dist/models/MeetingTranscriptSegmentSchema.js +67 -0
  758. package/dist/models/MeetingTranscriptSegmentSchema.js.map +1 -0
  759. package/dist/models/QuestionSchema.d.ts +200 -0
  760. package/dist/models/QuestionSchema.d.ts.map +1 -0
  761. package/dist/models/QuestionSchema.js +112 -0
  762. package/dist/models/QuestionSchema.js.map +1 -0
  763. package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
  764. package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
  765. package/dist/models/QuestionSchemaOptionsInner.js +53 -0
  766. package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
  767. package/dist/models/RecallWebhookRequest.d.ts +39 -0
  768. package/dist/models/RecallWebhookRequest.d.ts.map +1 -0
  769. package/dist/models/RecallWebhookRequest.js +51 -0
  770. package/dist/models/RecallWebhookRequest.js.map +1 -0
  771. package/dist/models/ResourcesMetaPageSchema.d.ts +20 -2
  772. package/dist/models/ResourcesMetaPageSchema.d.ts.map +1 -1
  773. package/dist/models/ResourcesMetaPageSchema.js +6 -0
  774. package/dist/models/ResourcesMetaPageSchema.js.map +1 -1
  775. package/dist/models/RunAttributesSchema.d.ts +13 -0
  776. package/dist/models/RunAttributesSchema.d.ts.map +1 -1
  777. package/dist/models/RunAttributesSchema.js +5 -0
  778. package/dist/models/RunAttributesSchema.js.map +1 -1
  779. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts +39 -0
  780. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts.map +1 -0
  781. package/dist/models/RunAttributesSchemaPausedAtStep.js +51 -0
  782. package/dist/models/RunAttributesSchemaPausedAtStep.js.map +1 -0
  783. package/dist/models/ScheduleAttributesSchema.d.ts +4 -3
  784. package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -1
  785. package/dist/models/ScheduleAttributesSchema.js +5 -8
  786. package/dist/models/ScheduleAttributesSchema.js.map +1 -1
  787. package/dist/models/ScheduleRelationshipsEmailSchema.d.ts +34 -0
  788. package/dist/models/ScheduleRelationshipsEmailSchema.d.ts.map +1 -0
  789. package/dist/models/ScheduleRelationshipsEmailSchema.js +50 -0
  790. package/dist/models/ScheduleRelationshipsEmailSchema.js.map +1 -0
  791. package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts +39 -0
  792. package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts.map +1 -0
  793. package/dist/models/ScheduleRelationshipsEmailSchemaData.js +51 -0
  794. package/dist/models/ScheduleRelationshipsEmailSchemaData.js.map +1 -0
  795. package/dist/models/ScheduleRelationshipsSchema.d.ts +7 -0
  796. package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -1
  797. package/dist/models/ScheduleRelationshipsSchema.js +3 -0
  798. package/dist/models/ScheduleRelationshipsSchema.js.map +1 -1
  799. package/dist/models/ScheduleTargetSchema.d.ts +1 -1
  800. package/dist/models/SignalAttributesSchema.d.ts +180 -0
  801. package/dist/models/SignalAttributesSchema.d.ts.map +1 -0
  802. package/dist/models/SignalAttributesSchema.js +139 -0
  803. package/dist/models/SignalAttributesSchema.js.map +1 -0
  804. package/dist/models/SignalResourceSchema.d.ts +74 -0
  805. package/dist/models/SignalResourceSchema.d.ts.map +1 -0
  806. package/dist/models/SignalResourceSchema.js +74 -0
  807. package/dist/models/SignalResourceSchema.js.map +1 -0
  808. package/dist/models/SignalSchema.d.ts +49 -0
  809. package/dist/models/SignalSchema.d.ts.map +1 -0
  810. package/dist/models/SignalSchema.js +55 -0
  811. package/dist/models/SignalSchema.js.map +1 -0
  812. package/dist/models/SignalsSchema.d.ts +48 -0
  813. package/dist/models/SignalsSchema.d.ts.map +1 -0
  814. package/dist/models/SignalsSchema.js +56 -0
  815. package/dist/models/SignalsSchema.js.map +1 -0
  816. package/dist/models/StartGuestAttemptRequestBody.d.ts +41 -0
  817. package/dist/models/StartGuestAttemptRequestBody.d.ts.map +1 -0
  818. package/dist/models/StartGuestAttemptRequestBody.js +57 -0
  819. package/dist/models/StartGuestAttemptRequestBody.js.map +1 -0
  820. package/dist/models/StartGuestAttemptRequestBodyData.d.ts +46 -0
  821. package/dist/models/StartGuestAttemptRequestBodyData.d.ts.map +1 -0
  822. package/dist/models/StartGuestAttemptRequestBodyData.js +62 -0
  823. package/dist/models/StartGuestAttemptRequestBodyData.js.map +1 -0
  824. package/dist/models/StateAttributesSchema.d.ts +1 -0
  825. package/dist/models/StateAttributesSchema.d.ts.map +1 -1
  826. package/dist/models/StateAttributesSchema.js +1 -0
  827. package/dist/models/StateAttributesSchema.js.map +1 -1
  828. package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
  829. package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts +34 -0
  830. package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts.map +1 -0
  831. package/dist/models/TenantRelationshipsBoeCalendarSchema.js +50 -0
  832. package/dist/models/TenantRelationshipsBoeCalendarSchema.js.map +1 -0
  833. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts +39 -0
  834. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts.map +1 -0
  835. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js +51 -0
  836. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js.map +1 -0
  837. package/dist/models/TenantRelationshipsFormsDataSchema.d.ts +39 -0
  838. package/dist/models/TenantRelationshipsFormsDataSchema.d.ts.map +1 -0
  839. package/dist/models/TenantRelationshipsFormsDataSchema.js +51 -0
  840. package/dist/models/TenantRelationshipsFormsDataSchema.js.map +1 -0
  841. package/dist/models/TenantRelationshipsFormsSchema.d.ts +34 -0
  842. package/dist/models/TenantRelationshipsFormsSchema.d.ts.map +1 -0
  843. package/dist/models/TenantRelationshipsFormsSchema.js +50 -0
  844. package/dist/models/TenantRelationshipsFormsSchema.js.map +1 -0
  845. package/dist/models/TenantRelationshipsSchema.d.ts +14 -0
  846. package/dist/models/TenantRelationshipsSchema.d.ts.map +1 -1
  847. package/dist/models/TenantRelationshipsSchema.js +6 -0
  848. package/dist/models/TenantRelationshipsSchema.js.map +1 -1
  849. package/dist/models/TenantsMetaPageSchema.d.ts +20 -2
  850. package/dist/models/TenantsMetaPageSchema.d.ts.map +1 -1
  851. package/dist/models/TenantsMetaPageSchema.js +6 -0
  852. package/dist/models/TenantsMetaPageSchema.js.map +1 -1
  853. package/dist/models/UpdateAggregateRequestBody.d.ts +34 -0
  854. package/dist/models/UpdateAggregateRequestBody.d.ts.map +1 -0
  855. package/dist/models/UpdateAggregateRequestBody.js +52 -0
  856. package/dist/models/UpdateAggregateRequestBody.js.map +1 -0
  857. package/dist/models/UpdateAggregateRequestBodyData.d.ts +53 -0
  858. package/dist/models/UpdateAggregateRequestBodyData.d.ts.map +1 -0
  859. package/dist/models/UpdateAggregateRequestBodyData.js +67 -0
  860. package/dist/models/UpdateAggregateRequestBodyData.js.map +1 -0
  861. package/dist/models/UpdateAttemptRequestBody.d.ts +34 -0
  862. package/dist/models/UpdateAttemptRequestBody.d.ts.map +1 -0
  863. package/dist/models/UpdateAttemptRequestBody.js +52 -0
  864. package/dist/models/UpdateAttemptRequestBody.js.map +1 -0
  865. package/dist/models/UpdateAttemptRequestBodyData.d.ts +71 -0
  866. package/dist/models/UpdateAttemptRequestBodyData.d.ts.map +1 -0
  867. package/dist/models/UpdateAttemptRequestBodyData.js +70 -0
  868. package/dist/models/UpdateAttemptRequestBodyData.js.map +1 -0
  869. package/dist/models/UpdateCalendarRequestSchema.d.ts +34 -0
  870. package/dist/models/UpdateCalendarRequestSchema.d.ts.map +1 -0
  871. package/dist/models/UpdateCalendarRequestSchema.js +50 -0
  872. package/dist/models/UpdateCalendarRequestSchema.js.map +1 -0
  873. package/dist/models/UpdateCalendarRequestSchemaData.d.ts +53 -0
  874. package/dist/models/UpdateCalendarRequestSchemaData.d.ts.map +1 -0
  875. package/dist/models/UpdateCalendarRequestSchemaData.js +65 -0
  876. package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -0
  877. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +72 -0
  878. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  879. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +68 -0
  880. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js.map +1 -0
  881. package/dist/models/UpdateCommentRequestSchema.d.ts +34 -0
  882. package/dist/models/UpdateCommentRequestSchema.d.ts.map +1 -0
  883. package/dist/models/UpdateCommentRequestSchema.js +50 -0
  884. package/dist/models/UpdateCommentRequestSchema.js.map +1 -0
  885. package/dist/models/UpdateCommentRequestSchemaData.d.ts +53 -0
  886. package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -0
  887. package/dist/models/UpdateCommentRequestSchemaData.js +65 -0
  888. package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -0
  889. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts +45 -0
  890. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  891. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js +53 -0
  892. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js.map +1 -0
  893. package/dist/models/UpdateEventRequestSchema.d.ts +34 -0
  894. package/dist/models/UpdateEventRequestSchema.d.ts.map +1 -0
  895. package/dist/models/UpdateEventRequestSchema.js +50 -0
  896. package/dist/models/UpdateEventRequestSchema.js.map +1 -0
  897. package/dist/models/UpdateEventRequestSchemaData.d.ts +53 -0
  898. package/dist/models/UpdateEventRequestSchemaData.d.ts.map +1 -0
  899. package/dist/models/UpdateEventRequestSchemaData.js +65 -0
  900. package/dist/models/UpdateEventRequestSchemaData.js.map +1 -0
  901. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts +111 -0
  902. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  903. package/dist/models/UpdateEventRequestSchemaDataAttributes.js +83 -0
  904. package/dist/models/UpdateEventRequestSchemaDataAttributes.js.map +1 -0
  905. package/dist/models/UpdateGuestAttemptRequestBody.d.ts +41 -0
  906. package/dist/models/UpdateGuestAttemptRequestBody.d.ts.map +1 -0
  907. package/dist/models/UpdateGuestAttemptRequestBody.js +57 -0
  908. package/dist/models/UpdateGuestAttemptRequestBody.js.map +1 -0
  909. package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts +53 -0
  910. package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts.map +1 -0
  911. package/dist/models/UpdateGuestAttemptRequestBodyData.js +65 -0
  912. package/dist/models/UpdateGuestAttemptRequestBodyData.js.map +1 -0
  913. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts +59 -0
  914. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts.map +1 -0
  915. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js +62 -0
  916. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js.map +1 -0
  917. package/dist/models/UploadGuestAttemptFileRequestBody.d.ts +78 -0
  918. package/dist/models/UploadGuestAttemptFileRequestBody.d.ts.map +1 -0
  919. package/dist/models/UploadGuestAttemptFileRequestBody.js +71 -0
  920. package/dist/models/UploadGuestAttemptFileRequestBody.js.map +1 -0
  921. package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts +38 -0
  922. package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts.map +1 -0
  923. package/dist/models/UploadGuestAttemptFileResponseSchema.js +50 -0
  924. package/dist/models/UploadGuestAttemptFileResponseSchema.js.map +1 -0
  925. package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts +47 -0
  926. package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts.map +1 -0
  927. package/dist/models/UploadGuestAttemptFileResponseSchemaData.js +59 -0
  928. package/dist/models/UploadGuestAttemptFileResponseSchemaData.js.map +1 -0
  929. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts +63 -0
  930. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts.map +1 -0
  931. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js +59 -0
  932. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js.map +1 -0
  933. package/dist/models/UserAttributesSchema.d.ts +24 -1
  934. package/dist/models/UserAttributesSchema.d.ts.map +1 -1
  935. package/dist/models/UserAttributesSchema.js +10 -0
  936. package/dist/models/UserAttributesSchema.js.map +1 -1
  937. package/dist/models/index.d.ts +177 -14
  938. package/dist/models/index.d.ts.map +1 -1
  939. package/dist/models/index.js +177 -14
  940. package/dist/models/index.js.map +1 -1
  941. package/package.json +1 -1
  942. package/dist/models/BriefRelationshipsFormsSchema.d.ts +0 -34
  943. package/dist/models/BriefRelationshipsFormsSchema.d.ts.map +0 -1
  944. package/dist/models/BriefRelationshipsFormsSchema.js +0 -50
  945. package/dist/models/BriefRelationshipsFormsSchema.js.map +0 -1
  946. package/dist/models/CallRelationshipsTranslationsDataSchema.d.ts +0 -39
  947. package/dist/models/CallRelationshipsTranslationsDataSchema.js +0 -51
  948. package/dist/models/CallRelationshipsTranslationsSchema.d.ts +0 -34
  949. package/dist/models/CallRelationshipsTranslationsSchema.js +0 -50
  950. package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +0 -39
  951. package/dist/models/ChatRelationshipsTranslationsDataSchema.js +0 -51
  952. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +0 -34
  953. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +0 -1
  954. package/dist/models/ChatRelationshipsTranslationsSchema.js +0 -50
  955. package/dist/models/ChatRelationshipsTranslationsSchema.js.map +0 -1
  956. package/dist/models/FinderAttributesSchemaQuery.d.ts +0 -26
  957. package/dist/models/FinderAttributesSchemaQuery.d.ts.map +0 -1
  958. package/dist/models/FinderAttributesSchemaQuery.js +0 -72
  959. package/dist/models/FinderAttributesSchemaQuery.js.map +0 -1
  960. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts +0 -34
  961. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts.map +0 -1
  962. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js +0 -50
  963. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js.map +0 -1
  964. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts +0 -34
  965. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts.map +0 -1
  966. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js +0 -50
  967. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js.map +0 -1
  968. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts +0 -39
  969. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts.map +0 -1
  970. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js +0 -51
  971. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js.map +0 -1
  972. package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts +0 -69
  973. package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts.map +0 -1
  974. package/dist/models/MeetingAttendeeResponseAttributesSchema.js +0 -61
  975. package/dist/models/MeetingAttendeeResponseAttributesSchema.js.map +0 -1
  976. package/dist/models/MeetingRelationshipsParticipantsDataSchema.d.ts +0 -39
  977. package/dist/models/MeetingRelationshipsParticipantsDataSchema.js +0 -51
  978. package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts +0 -34
  979. package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts.map +0 -1
  980. package/dist/models/MeetingRelationshipsParticipantsSchema.js +0 -50
  981. package/dist/models/MeetingRelationshipsParticipantsSchema.js.map +0 -1
  982. package/dist/models/UpdateLinkRequestBody.d.ts +0 -34
  983. package/dist/models/UpdateLinkRequestBody.d.ts.map +0 -1
  984. package/dist/models/UpdateLinkRequestBody.js +0 -52
  985. package/dist/models/UpdateLinkRequestBody.js.map +0 -1
  986. package/dist/models/UpdateLinkRequestBodyData.d.ts +0 -53
  987. package/dist/models/UpdateLinkRequestBodyData.d.ts.map +0 -1
  988. package/dist/models/UpdateLinkRequestBodyData.js +0 -67
  989. package/dist/models/UpdateLinkRequestBodyData.js.map +0 -1
@@ -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.instanceOfEventRelationshipsSchema = instanceOfEventRelationshipsSchema;
17
+ exports.EventRelationshipsSchemaFromJSON = EventRelationshipsSchemaFromJSON;
18
+ exports.EventRelationshipsSchemaFromJSONTyped = EventRelationshipsSchemaFromJSONTyped;
19
+ exports.EventRelationshipsSchemaToJSON = EventRelationshipsSchemaToJSON;
20
+ exports.EventRelationshipsSchemaToJSONTyped = EventRelationshipsSchemaToJSONTyped;
21
+ const EventRelationshipsSchemaCalendar_1 = require("./EventRelationshipsSchemaCalendar");
22
+ const EventRelationshipsSchemaSource_1 = require("./EventRelationshipsSchemaSource");
23
+ /**
24
+ * Check if a given object implements the EventRelationshipsSchema interface.
25
+ */
26
+ function instanceOfEventRelationshipsSchema(value) {
27
+ return true;
28
+ }
29
+ function EventRelationshipsSchemaFromJSON(json) {
30
+ return EventRelationshipsSchemaFromJSONTyped(json, false);
31
+ }
32
+ function EventRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'calendar': json['calendar'] == null ? undefined : (0, EventRelationshipsSchemaCalendar_1.EventRelationshipsSchemaCalendarFromJSON)(json['calendar']),
38
+ 'source': json['source'] == null ? undefined : (0, EventRelationshipsSchemaSource_1.EventRelationshipsSchemaSourceFromJSON)(json['source']),
39
+ };
40
+ }
41
+ function EventRelationshipsSchemaToJSON(json) {
42
+ return EventRelationshipsSchemaToJSONTyped(json, false);
43
+ }
44
+ function EventRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'calendar': (0, EventRelationshipsSchemaCalendar_1.EventRelationshipsSchemaCalendarToJSON)(value['calendar']),
50
+ 'source': (0, EventRelationshipsSchemaSource_1.EventRelationshipsSchemaSourceToJSON)(value['source']),
51
+ };
52
+ }
53
+ //# sourceMappingURL=EventRelationshipsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,gFAEC;AAED,4EAEC;AAED,sFASC;AAED,wEAEC;AAED,kFAUC;AAtED,yFAK4C;AAE5C,qFAK0C;AAsB1C;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7G,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACxG,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACrE,QAAQ,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KAClE,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 { EventRelationshipsSchemaCalendarData } from './EventRelationshipsSchemaCalendarData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface EventRelationshipsSchemaCalendar
17
+ */
18
+ export interface EventRelationshipsSchemaCalendar {
19
+ /**
20
+ *
21
+ * @type {EventRelationshipsSchemaCalendarData}
22
+ * @memberof EventRelationshipsSchemaCalendar
23
+ */
24
+ data?: EventRelationshipsSchemaCalendarData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the EventRelationshipsSchemaCalendar interface.
28
+ */
29
+ export declare function instanceOfEventRelationshipsSchemaCalendar(value: object): value is EventRelationshipsSchemaCalendar;
30
+ export declare function EventRelationshipsSchemaCalendarFromJSON(json: any): EventRelationshipsSchemaCalendar;
31
+ export declare function EventRelationshipsSchemaCalendarFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaCalendar;
32
+ export declare function EventRelationshipsSchemaCalendarToJSON(json: any): EventRelationshipsSchemaCalendar;
33
+ export declare function EventRelationshipsSchemaCalendarToJSONTyped(value?: EventRelationshipsSchemaCalendar | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=EventRelationshipsSchemaCalendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaCalendar.d.ts","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaCalendar.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,CAAC;CAC/C;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStJ"}
@@ -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.instanceOfEventRelationshipsSchemaCalendar = instanceOfEventRelationshipsSchemaCalendar;
17
+ exports.EventRelationshipsSchemaCalendarFromJSON = EventRelationshipsSchemaCalendarFromJSON;
18
+ exports.EventRelationshipsSchemaCalendarFromJSONTyped = EventRelationshipsSchemaCalendarFromJSONTyped;
19
+ exports.EventRelationshipsSchemaCalendarToJSON = EventRelationshipsSchemaCalendarToJSON;
20
+ exports.EventRelationshipsSchemaCalendarToJSONTyped = EventRelationshipsSchemaCalendarToJSONTyped;
21
+ const EventRelationshipsSchemaCalendarData_1 = require("./EventRelationshipsSchemaCalendarData");
22
+ /**
23
+ * Check if a given object implements the EventRelationshipsSchemaCalendar interface.
24
+ */
25
+ function instanceOfEventRelationshipsSchemaCalendar(value) {
26
+ return true;
27
+ }
28
+ function EventRelationshipsSchemaCalendarFromJSON(json) {
29
+ return EventRelationshipsSchemaCalendarFromJSONTyped(json, false);
30
+ }
31
+ function EventRelationshipsSchemaCalendarFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, EventRelationshipsSchemaCalendarData_1.EventRelationshipsSchemaCalendarDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function EventRelationshipsSchemaCalendarToJSON(json) {
40
+ return EventRelationshipsSchemaCalendarToJSONTyped(json, false);
41
+ }
42
+ function EventRelationshipsSchemaCalendarToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, EventRelationshipsSchemaCalendarData_1.EventRelationshipsSchemaCalendarDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=EventRelationshipsSchemaCalendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaCalendar.js","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaCalendar.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,iGAKgD;AAgBhD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxG,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
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 EventRelationshipsSchemaCalendarData
16
+ */
17
+ export interface EventRelationshipsSchemaCalendarData {
18
+ /**
19
+ *
20
+ * @type {EventRelationshipsSchemaCalendarDataTypeEnum}
21
+ * @memberof EventRelationshipsSchemaCalendarData
22
+ */
23
+ type?: EventRelationshipsSchemaCalendarDataTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof EventRelationshipsSchemaCalendarData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const EventRelationshipsSchemaCalendarDataTypeEnum: {
35
+ readonly Calendars: "calendars";
36
+ };
37
+ export type EventRelationshipsSchemaCalendarDataTypeEnum = typeof EventRelationshipsSchemaCalendarDataTypeEnum[keyof typeof EventRelationshipsSchemaCalendarDataTypeEnum];
38
+ /**
39
+ * Check if a given object implements the EventRelationshipsSchemaCalendarData interface.
40
+ */
41
+ export declare function instanceOfEventRelationshipsSchemaCalendarData(value: object): value is EventRelationshipsSchemaCalendarData;
42
+ export declare function EventRelationshipsSchemaCalendarDataFromJSON(json: any): EventRelationshipsSchemaCalendarData;
43
+ export declare function EventRelationshipsSchemaCalendarDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaCalendarData;
44
+ export declare function EventRelationshipsSchemaCalendarDataToJSON(json: any): EventRelationshipsSchemaCalendarData;
45
+ export declare function EventRelationshipsSchemaCalendarDataToJSONTyped(value?: EventRelationshipsSchemaCalendarData | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=EventRelationshipsSchemaCalendarData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaCalendarData.d.ts","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaCalendarData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,4CAA4C,CAAC;IACpD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,4CAA4C;;CAE/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAG1K;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAS/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9J"}
@@ -0,0 +1,58 @@
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.EventRelationshipsSchemaCalendarDataTypeEnum = void 0;
17
+ exports.instanceOfEventRelationshipsSchemaCalendarData = instanceOfEventRelationshipsSchemaCalendarData;
18
+ exports.EventRelationshipsSchemaCalendarDataFromJSON = EventRelationshipsSchemaCalendarDataFromJSON;
19
+ exports.EventRelationshipsSchemaCalendarDataFromJSONTyped = EventRelationshipsSchemaCalendarDataFromJSONTyped;
20
+ exports.EventRelationshipsSchemaCalendarDataToJSON = EventRelationshipsSchemaCalendarDataToJSON;
21
+ exports.EventRelationshipsSchemaCalendarDataToJSONTyped = EventRelationshipsSchemaCalendarDataToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.EventRelationshipsSchemaCalendarDataTypeEnum = {
26
+ Calendars: 'calendars'
27
+ };
28
+ /**
29
+ * Check if a given object implements the EventRelationshipsSchemaCalendarData interface.
30
+ */
31
+ function instanceOfEventRelationshipsSchemaCalendarData(value) {
32
+ return true;
33
+ }
34
+ function EventRelationshipsSchemaCalendarDataFromJSON(json) {
35
+ return EventRelationshipsSchemaCalendarDataFromJSONTyped(json, false);
36
+ }
37
+ function EventRelationshipsSchemaCalendarDataFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'type': json['type'] == null ? undefined : json['type'],
43
+ 'id': json['id'] == null ? undefined : json['id'],
44
+ };
45
+ }
46
+ function EventRelationshipsSchemaCalendarDataToJSON(json) {
47
+ return EventRelationshipsSchemaCalendarDataToJSONTyped(json, false);
48
+ }
49
+ function EventRelationshipsSchemaCalendarDataToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'type': value['type'],
55
+ 'id': value['id'],
56
+ };
57
+ }
58
+ //# sourceMappingURL=EventRelationshipsSchemaCalendarData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaCalendarData.js","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaCalendarData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AA7CD;;GAEG;AACU,QAAA,4CAA4C,GAAG;IACxD,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,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,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,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 { EventRelationshipsSchemaSourceData } from './EventRelationshipsSchemaSourceData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface EventRelationshipsSchemaSource
17
+ */
18
+ export interface EventRelationshipsSchemaSource {
19
+ /**
20
+ *
21
+ * @type {EventRelationshipsSchemaSourceData}
22
+ * @memberof EventRelationshipsSchemaSource
23
+ */
24
+ data?: EventRelationshipsSchemaSourceData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the EventRelationshipsSchemaSource interface.
28
+ */
29
+ export declare function instanceOfEventRelationshipsSchemaSource(value: object): value is EventRelationshipsSchemaSource;
30
+ export declare function EventRelationshipsSchemaSourceFromJSON(json: any): EventRelationshipsSchemaSource;
31
+ export declare function EventRelationshipsSchemaSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaSource;
32
+ export declare function EventRelationshipsSchemaSourceToJSON(json: any): EventRelationshipsSchemaSource;
33
+ export declare function EventRelationshipsSchemaSourceToJSONTyped(value?: EventRelationshipsSchemaSource | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=EventRelationshipsSchemaSource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaSource.d.ts","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaSource.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,CAAC;CAC7C;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.instanceOfEventRelationshipsSchemaSource = instanceOfEventRelationshipsSchemaSource;
17
+ exports.EventRelationshipsSchemaSourceFromJSON = EventRelationshipsSchemaSourceFromJSON;
18
+ exports.EventRelationshipsSchemaSourceFromJSONTyped = EventRelationshipsSchemaSourceFromJSONTyped;
19
+ exports.EventRelationshipsSchemaSourceToJSON = EventRelationshipsSchemaSourceToJSON;
20
+ exports.EventRelationshipsSchemaSourceToJSONTyped = EventRelationshipsSchemaSourceToJSONTyped;
21
+ const EventRelationshipsSchemaSourceData_1 = require("./EventRelationshipsSchemaSourceData");
22
+ /**
23
+ * Check if a given object implements the EventRelationshipsSchemaSource interface.
24
+ */
25
+ function instanceOfEventRelationshipsSchemaSource(value) {
26
+ return true;
27
+ }
28
+ function EventRelationshipsSchemaSourceFromJSON(json) {
29
+ return EventRelationshipsSchemaSourceFromJSONTyped(json, false);
30
+ }
31
+ function EventRelationshipsSchemaSourceFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, EventRelationshipsSchemaSourceData_1.EventRelationshipsSchemaSourceDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function EventRelationshipsSchemaSourceToJSON(json) {
40
+ return EventRelationshipsSchemaSourceToJSONTyped(json, false);
41
+ }
42
+ function EventRelationshipsSchemaSourceToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, EventRelationshipsSchemaSourceData_1.EventRelationshipsSchemaSourceDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=EventRelationshipsSchemaSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaSource.js","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaSource.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,6FAK8C;AAgB9C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACtG,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAClE,CAAC;AACN,CAAC"}
@@ -0,0 +1,48 @@
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 EventRelationshipsSchemaSourceData
16
+ */
17
+ export interface EventRelationshipsSchemaSourceData {
18
+ /**
19
+ *
20
+ * @type {EventRelationshipsSchemaSourceDataTypeEnum}
21
+ * @memberof EventRelationshipsSchemaSourceData
22
+ */
23
+ type?: EventRelationshipsSchemaSourceDataTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof EventRelationshipsSchemaSourceData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const EventRelationshipsSchemaSourceDataTypeEnum: {
35
+ readonly Calls: "calls";
36
+ readonly Meetings: "meetings";
37
+ readonly Briefs: "briefs";
38
+ };
39
+ export type EventRelationshipsSchemaSourceDataTypeEnum = typeof EventRelationshipsSchemaSourceDataTypeEnum[keyof typeof EventRelationshipsSchemaSourceDataTypeEnum];
40
+ /**
41
+ * Check if a given object implements the EventRelationshipsSchemaSourceData interface.
42
+ */
43
+ export declare function instanceOfEventRelationshipsSchemaSourceData(value: object): value is EventRelationshipsSchemaSourceData;
44
+ export declare function EventRelationshipsSchemaSourceDataFromJSON(json: any): EventRelationshipsSchemaSourceData;
45
+ export declare function EventRelationshipsSchemaSourceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaSourceData;
46
+ export declare function EventRelationshipsSchemaSourceDataToJSON(json: any): EventRelationshipsSchemaSourceData;
47
+ export declare function EventRelationshipsSchemaSourceDataToJSONTyped(value?: EventRelationshipsSchemaSourceData | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=EventRelationshipsSchemaSourceData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaSourceData.d.ts","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaSourceData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,CAAC;IAClD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,0CAA0C;;;;CAI7C,CAAC;AACX,MAAM,MAAM,0CAA0C,GAAG,OAAO,0CAA0C,CAAC,MAAM,OAAO,0CAA0C,CAAC,CAAC;AAGpK;;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,60 @@
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.EventRelationshipsSchemaSourceDataTypeEnum = void 0;
17
+ exports.instanceOfEventRelationshipsSchemaSourceData = instanceOfEventRelationshipsSchemaSourceData;
18
+ exports.EventRelationshipsSchemaSourceDataFromJSON = EventRelationshipsSchemaSourceDataFromJSON;
19
+ exports.EventRelationshipsSchemaSourceDataFromJSONTyped = EventRelationshipsSchemaSourceDataFromJSONTyped;
20
+ exports.EventRelationshipsSchemaSourceDataToJSON = EventRelationshipsSchemaSourceDataToJSON;
21
+ exports.EventRelationshipsSchemaSourceDataToJSONTyped = EventRelationshipsSchemaSourceDataToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.EventRelationshipsSchemaSourceDataTypeEnum = {
26
+ Calls: 'calls',
27
+ Meetings: 'meetings',
28
+ Briefs: 'briefs'
29
+ };
30
+ /**
31
+ * Check if a given object implements the EventRelationshipsSchemaSourceData interface.
32
+ */
33
+ function instanceOfEventRelationshipsSchemaSourceData(value) {
34
+ return true;
35
+ }
36
+ function EventRelationshipsSchemaSourceDataFromJSON(json) {
37
+ return EventRelationshipsSchemaSourceDataFromJSONTyped(json, false);
38
+ }
39
+ function EventRelationshipsSchemaSourceDataFromJSONTyped(json, ignoreDiscriminator) {
40
+ if (json == null) {
41
+ return json;
42
+ }
43
+ return {
44
+ 'type': json['type'] == null ? undefined : json['type'],
45
+ 'id': json['id'] == null ? undefined : json['id'],
46
+ };
47
+ }
48
+ function EventRelationshipsSchemaSourceDataToJSON(json) {
49
+ return EventRelationshipsSchemaSourceDataToJSONTyped(json, false);
50
+ }
51
+ function EventRelationshipsSchemaSourceDataToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'type': value['type'],
57
+ 'id': value['id'],
58
+ };
59
+ }
60
+ //# sourceMappingURL=EventRelationshipsSchemaSourceData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventRelationshipsSchemaSourceData.js","sourceRoot":"","sources":["../../src/models/EventRelationshipsSchemaSourceData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAsCH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AA/CD;;GAEG;AACU,QAAA,0CAA0C,GAAG;IACtD,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;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,75 @@
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 { EventAttributesSchema } from './EventAttributesSchema';
13
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
+ import type { EventRelationshipsSchema } from './EventRelationshipsSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface EventResourceSchema
19
+ */
20
+ export interface EventResourceSchema {
21
+ /**
22
+ *
23
+ * @type {EventResourceSchemaTypeEnum}
24
+ * @memberof EventResourceSchema
25
+ */
26
+ type: EventResourceSchemaTypeEnum;
27
+ /**
28
+ * Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
29
+ * @type {string}
30
+ * @memberof EventResourceSchema
31
+ */
32
+ id: string;
33
+ /**
34
+ *
35
+ * @type {EventAttributesSchema}
36
+ * @memberof EventResourceSchema
37
+ */
38
+ attributes: EventAttributesSchema;
39
+ /**
40
+ *
41
+ * @type {EventRelationshipsSchema}
42
+ * @memberof EventResourceSchema
43
+ */
44
+ relationships?: EventRelationshipsSchema;
45
+ /**
46
+ *
47
+ * @type {ResourceLinksSchema}
48
+ * @memberof EventResourceSchema
49
+ */
50
+ links?: ResourceLinksSchema;
51
+ /**
52
+ *
53
+ * @type {{ [key: string]: any; }}
54
+ * @memberof EventResourceSchema
55
+ */
56
+ meta?: {
57
+ [key: string]: any;
58
+ };
59
+ }
60
+ /**
61
+ * @export
62
+ */
63
+ export declare const EventResourceSchemaTypeEnum: {
64
+ readonly Events: "events";
65
+ };
66
+ export type EventResourceSchemaTypeEnum = typeof EventResourceSchemaTypeEnum[keyof typeof EventResourceSchemaTypeEnum];
67
+ /**
68
+ * Check if a given object implements the EventResourceSchema interface.
69
+ */
70
+ export declare function instanceOfEventResourceSchema(value: object): value is EventResourceSchema;
71
+ export declare function EventResourceSchemaFromJSON(json: any): EventResourceSchema;
72
+ export declare function EventResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventResourceSchema;
73
+ export declare function EventResourceSchemaToJSON(json: any): EventResourceSchema;
74
+ export declare function EventResourceSchemaToJSONTyped(value?: EventResourceSchema | null, ignoreDiscriminator?: boolean): any;
75
+ //# sourceMappingURL=EventResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/EventResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,EAAE,2BAA2B,CAAC;IAClC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,wBAAwB,CAAC;IACzC;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,2BAA2B;;CAE9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGvH;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAKzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAa7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc5H"}
@@ -0,0 +1,75 @@
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.EventResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfEventResourceSchema = instanceOfEventResourceSchema;
18
+ exports.EventResourceSchemaFromJSON = EventResourceSchemaFromJSON;
19
+ exports.EventResourceSchemaFromJSONTyped = EventResourceSchemaFromJSONTyped;
20
+ exports.EventResourceSchemaToJSON = EventResourceSchemaToJSON;
21
+ exports.EventResourceSchemaToJSONTyped = EventResourceSchemaToJSONTyped;
22
+ const EventAttributesSchema_1 = require("./EventAttributesSchema");
23
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
24
+ const EventRelationshipsSchema_1 = require("./EventRelationshipsSchema");
25
+ /**
26
+ * @export
27
+ */
28
+ exports.EventResourceSchemaTypeEnum = {
29
+ Events: 'events'
30
+ };
31
+ /**
32
+ * Check if a given object implements the EventResourceSchema interface.
33
+ */
34
+ function instanceOfEventResourceSchema(value) {
35
+ if (!('type' in value) || value['type'] === undefined)
36
+ return false;
37
+ if (!('id' in value) || value['id'] === undefined)
38
+ return false;
39
+ if (!('attributes' in value) || value['attributes'] === undefined)
40
+ return false;
41
+ return true;
42
+ }
43
+ function EventResourceSchemaFromJSON(json) {
44
+ return EventResourceSchemaFromJSONTyped(json, false);
45
+ }
46
+ function EventResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'type': json['type'],
52
+ 'id': json['id'],
53
+ 'attributes': (0, EventAttributesSchema_1.EventAttributesSchemaFromJSON)(json['attributes']),
54
+ 'relationships': json['relationships'] == null ? undefined : (0, EventRelationshipsSchema_1.EventRelationshipsSchemaFromJSON)(json['relationships']),
55
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
56
+ 'meta': json['meta'] == null ? undefined : json['meta'],
57
+ };
58
+ }
59
+ function EventResourceSchemaToJSON(json) {
60
+ return EventResourceSchemaToJSONTyped(json, false);
61
+ }
62
+ function EventResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'type': value['type'],
68
+ 'id': value['id'],
69
+ 'attributes': (0, EventAttributesSchema_1.EventAttributesSchemaToJSON)(value['attributes']),
70
+ 'relationships': (0, EventRelationshipsSchema_1.EventRelationshipsSchemaToJSON)(value['relationships']),
71
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
72
+ 'meta': value['meta'],
73
+ };
74
+ }
75
+ //# sourceMappingURL=EventResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventResourceSchema.js","sourceRoot":"","sources":["../../src/models/EventResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,sEAKC;AAED,kEAEC;AAED,4EAaC;AAED,8DAEC;AAED,wEAcC;AA1HD,mEAKiC;AAEjC,+DAK+B;AAE/B,yEAKoC;AA+CpC;;GAEG;AACU,QAAA,2BAA2B,GAAG;IACvC,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,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,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,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;QAC/D,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACpH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,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;QAC9D,eAAe,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACvE,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}