@smartytalent/api-client 0.1.33-dev.10 → 0.1.33-dev.101

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 (1198) 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/ConversationsApi.d.ts +3 -0
  38. package/dist/apis/ConversationsApi.d.ts.map +1 -1
  39. package/dist/apis/ConversationsApi.js +9 -0
  40. package/dist/apis/ConversationsApi.js.map +1 -1
  41. package/dist/apis/EmailsApi.d.ts +12 -2
  42. package/dist/apis/EmailsApi.d.ts.map +1 -1
  43. package/dist/apis/EmailsApi.js +14 -3
  44. package/dist/apis/EmailsApi.js.map +1 -1
  45. package/dist/apis/EventsApi.d.ts +143 -0
  46. package/dist/apis/EventsApi.d.ts.map +1 -0
  47. package/dist/apis/EventsApi.js +327 -0
  48. package/dist/apis/EventsApi.js.map +1 -0
  49. package/dist/apis/FindersApi.d.ts +1 -0
  50. package/dist/apis/FindersApi.d.ts.map +1 -1
  51. package/dist/apis/FindersApi.js +2 -1
  52. package/dist/apis/FindersApi.js.map +1 -1
  53. package/dist/apis/JobsApi.d.ts +2 -2
  54. package/dist/apis/JobsApi.js +2 -2
  55. package/dist/apis/LinksApi.d.ts +17 -18
  56. package/dist/apis/LinksApi.d.ts.map +1 -1
  57. package/dist/apis/LinksApi.js +24 -29
  58. package/dist/apis/LinksApi.js.map +1 -1
  59. package/dist/apis/MeetingsApi.d.ts +201 -7
  60. package/dist/apis/MeetingsApi.d.ts.map +1 -1
  61. package/dist/apis/MeetingsApi.js +451 -7
  62. package/dist/apis/MeetingsApi.js.map +1 -1
  63. package/dist/apis/SignalsApi.d.ts +141 -0
  64. package/dist/apis/SignalsApi.d.ts.map +1 -0
  65. package/dist/apis/SignalsApi.js +274 -0
  66. package/dist/apis/SignalsApi.js.map +1 -0
  67. package/dist/apis/StatesApi.d.ts +3 -0
  68. package/dist/apis/StatesApi.d.ts.map +1 -1
  69. package/dist/apis/StatesApi.js +3 -0
  70. package/dist/apis/StatesApi.js.map +1 -1
  71. package/dist/apis/SubmissionsApi.d.ts +4 -4
  72. package/dist/apis/SubmissionsApi.js +4 -4
  73. package/dist/apis/TalentsApi.d.ts +1 -0
  74. package/dist/apis/TalentsApi.d.ts.map +1 -1
  75. package/dist/apis/TalentsApi.js +3 -0
  76. package/dist/apis/TalentsApi.js.map +1 -1
  77. package/dist/apis/WebhooksApi.d.ts +38 -1
  78. package/dist/apis/WebhooksApi.d.ts.map +1 -1
  79. package/dist/apis/WebhooksApi.js +82 -0
  80. package/dist/apis/WebhooksApi.js.map +1 -1
  81. package/dist/apis/index.d.ts +7 -0
  82. package/dist/apis/index.d.ts.map +1 -1
  83. package/dist/apis/index.js +7 -0
  84. package/dist/apis/index.js.map +1 -1
  85. package/dist/models/AdAttributesSchema.d.ts +8 -4
  86. package/dist/models/AdAttributesSchema.d.ts.map +1 -1
  87. package/dist/models/AdAttributesSchema.js +3 -3
  88. package/dist/models/AdAttributesSchema.js.map +1 -1
  89. package/dist/models/AdAttributesSchemaFilesInner.d.ts +96 -0
  90. package/dist/models/AdAttributesSchemaFilesInner.d.ts.map +1 -0
  91. package/dist/models/AdAttributesSchemaFilesInner.js +76 -0
  92. package/dist/models/AdAttributesSchemaFilesInner.js.map +1 -0
  93. package/dist/models/AggregateAttributesSchema.d.ts +73 -0
  94. package/dist/models/AggregateAttributesSchema.d.ts.map +1 -0
  95. package/dist/models/AggregateAttributesSchema.js +69 -0
  96. package/dist/models/AggregateAttributesSchema.js.map +1 -0
  97. package/dist/models/AggregateCountsBucketSchema.d.ts +49 -0
  98. package/dist/models/AggregateCountsBucketSchema.d.ts.map +1 -0
  99. package/dist/models/AggregateCountsBucketSchema.js +53 -0
  100. package/dist/models/AggregateCountsBucketSchema.js.map +1 -0
  101. package/dist/models/AggregateResourceSchema.d.ts +74 -0
  102. package/dist/models/AggregateResourceSchema.d.ts.map +1 -0
  103. package/dist/models/AggregateResourceSchema.js +74 -0
  104. package/dist/models/AggregateResourceSchema.js.map +1 -0
  105. package/dist/models/AggregateSchema.d.ts +49 -0
  106. package/dist/models/AggregateSchema.d.ts.map +1 -0
  107. package/dist/models/AggregateSchema.js +55 -0
  108. package/dist/models/AggregateSchema.js.map +1 -0
  109. package/dist/models/AggregatesMetaSchema.d.ts +64 -0
  110. package/dist/models/AggregatesMetaSchema.d.ts.map +1 -0
  111. package/dist/models/AggregatesMetaSchema.js +56 -0
  112. package/dist/models/AggregatesMetaSchema.js.map +1 -0
  113. package/dist/models/AggregatesSchema.d.ts +48 -0
  114. package/dist/models/AggregatesSchema.d.ts.map +1 -0
  115. package/dist/models/AggregatesSchema.js +56 -0
  116. package/dist/models/AggregatesSchema.js.map +1 -0
  117. package/dist/models/AnswerFileSchema.d.ts +59 -0
  118. package/dist/models/AnswerFileSchema.d.ts.map +1 -0
  119. package/dist/models/AnswerFileSchema.js +55 -0
  120. package/dist/models/AnswerFileSchema.js.map +1 -0
  121. package/dist/models/AnswerSchema.d.ts +76 -0
  122. package/dist/models/AnswerSchema.d.ts.map +1 -0
  123. package/dist/models/AnswerSchema.js +73 -0
  124. package/dist/models/AnswerSchema.js.map +1 -0
  125. package/dist/models/AnswerSchemaValue.d.ts +31 -0
  126. package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
  127. package/dist/models/AnswerSchemaValue.js +73 -0
  128. package/dist/models/AnswerSchemaValue.js.map +1 -0
  129. package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
  130. package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
  131. package/dist/models/AnswerSchemaValueOneOf.js +55 -0
  132. package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
  133. package/dist/models/AssessmentAttributesSchema.d.ts +37 -19
  134. package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
  135. package/dist/models/AssessmentAttributesSchema.js +13 -10
  136. package/dist/models/AssessmentAttributesSchema.js.map +1 -1
  137. package/dist/models/AttemptAttributesSchema.d.ts +186 -0
  138. package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
  139. package/dist/models/AttemptAttributesSchema.js +102 -0
  140. package/dist/models/AttemptAttributesSchema.js.map +1 -0
  141. package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
  142. package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
  143. package/dist/models/AttemptEvaluationSchema.js +76 -0
  144. package/dist/models/AttemptEvaluationSchema.js.map +1 -0
  145. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
  146. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
  147. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
  148. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
  149. package/dist/models/AttemptProctoringSchema.d.ts +51 -0
  150. package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
  151. package/dist/models/AttemptProctoringSchema.js +55 -0
  152. package/dist/models/AttemptProctoringSchema.js.map +1 -0
  153. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
  154. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
  155. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
  156. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
  157. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
  158. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
  159. package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
  160. package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
  161. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
  162. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
  163. package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
  164. package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
  165. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
  166. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
  167. package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
  168. package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
  169. package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts +39 -0
  170. package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts.map +1 -0
  171. package/dist/models/AttemptRelationshipsFilesDataSchema.js +51 -0
  172. package/dist/models/AttemptRelationshipsFilesDataSchema.js.map +1 -0
  173. package/dist/models/AttemptRelationshipsFilesSchema.d.ts +43 -0
  174. package/dist/models/AttemptRelationshipsFilesSchema.d.ts.map +1 -0
  175. package/dist/models/AttemptRelationshipsFilesSchema.js +50 -0
  176. package/dist/models/AttemptRelationshipsFilesSchema.js.map +1 -0
  177. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
  178. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
  179. package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
  180. package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
  181. package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
  182. package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
  183. package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
  184. package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
  185. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
  186. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
  187. package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
  188. package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
  189. package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
  190. package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
  191. package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
  192. package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
  193. package/dist/models/AttemptRelationshipsSchema.d.ts +62 -0
  194. package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
  195. package/dist/models/AttemptRelationshipsSchema.js +62 -0
  196. package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
  197. package/dist/models/AttemptResourceSchema.d.ts +75 -0
  198. package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
  199. package/dist/models/AttemptResourceSchema.js +75 -0
  200. package/dist/models/AttemptResourceSchema.js.map +1 -0
  201. package/dist/models/AttemptSchema.d.ts +49 -0
  202. package/dist/models/AttemptSchema.d.ts.map +1 -0
  203. package/dist/models/AttemptSchema.js +55 -0
  204. package/dist/models/AttemptSchema.js.map +1 -0
  205. package/dist/models/AttemptsSchema.d.ts +48 -0
  206. package/dist/models/AttemptsSchema.d.ts.map +1 -0
  207. package/dist/models/AttemptsSchema.js +56 -0
  208. package/dist/models/AttemptsSchema.js.map +1 -0
  209. package/dist/models/BriefAttributesSchema.d.ts +83 -7
  210. package/dist/models/BriefAttributesSchema.d.ts.map +1 -1
  211. package/dist/models/BriefAttributesSchema.js +29 -1
  212. package/dist/models/BriefAttributesSchema.js.map +1 -1
  213. package/dist/models/BriefAttributesSchemaIntakeContext.d.ts +72 -0
  214. package/dist/models/BriefAttributesSchemaIntakeContext.d.ts.map +1 -0
  215. package/dist/models/BriefAttributesSchemaIntakeContext.js +61 -0
  216. package/dist/models/BriefAttributesSchemaIntakeContext.js.map +1 -0
  217. package/dist/models/BriefAttributesSchemaIntakeContextProcessInner.d.ts +39 -0
  218. package/dist/models/BriefAttributesSchemaIntakeContextProcessInner.d.ts.map +1 -0
  219. package/dist/models/BriefAttributesSchemaIntakeContextProcessInner.js +51 -0
  220. package/dist/models/BriefAttributesSchemaIntakeContextProcessInner.js.map +1 -0
  221. package/dist/models/BriefAttributesSchemaIntakeContextTeam.d.ts +68 -0
  222. package/dist/models/BriefAttributesSchemaIntakeContextTeam.d.ts.map +1 -0
  223. package/dist/models/BriefAttributesSchemaIntakeContextTeam.js +61 -0
  224. package/dist/models/BriefAttributesSchemaIntakeContextTeam.js.map +1 -0
  225. package/dist/models/BriefCriterionSchema.d.ts +51 -0
  226. package/dist/models/BriefCriterionSchema.d.ts.map +1 -0
  227. package/dist/models/BriefCriterionSchema.js +61 -0
  228. package/dist/models/BriefCriterionSchema.js.map +1 -0
  229. package/dist/models/BriefRelationshipsSchema.d.ts +0 -7
  230. package/dist/models/BriefRelationshipsSchema.d.ts.map +1 -1
  231. package/dist/models/BriefRelationshipsSchema.js +0 -3
  232. package/dist/models/BriefRelationshipsSchema.js.map +1 -1
  233. package/dist/models/CalendarAttributesSchema.d.ts +102 -0
  234. package/dist/models/CalendarAttributesSchema.d.ts.map +1 -0
  235. package/dist/models/CalendarAttributesSchema.js +81 -0
  236. package/dist/models/CalendarAttributesSchema.js.map +1 -0
  237. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts +34 -0
  238. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts.map +1 -0
  239. package/dist/models/CalendarRelationshipsOwnerSchema.js +50 -0
  240. package/dist/models/CalendarRelationshipsOwnerSchema.js.map +1 -0
  241. package/dist/models/CalendarRelationshipsSchema.d.ts +34 -0
  242. package/dist/models/CalendarRelationshipsSchema.d.ts.map +1 -0
  243. package/dist/models/CalendarRelationshipsSchema.js +50 -0
  244. package/dist/models/CalendarRelationshipsSchema.js.map +1 -0
  245. package/dist/models/CalendarResourceSchema.d.ts +75 -0
  246. package/dist/models/CalendarResourceSchema.d.ts.map +1 -0
  247. package/dist/models/CalendarResourceSchema.js +75 -0
  248. package/dist/models/CalendarResourceSchema.js.map +1 -0
  249. package/dist/models/CalendarResponseDocument.d.ts +34 -0
  250. package/dist/models/CalendarResponseDocument.d.ts.map +1 -0
  251. package/dist/models/CalendarResponseDocument.js +50 -0
  252. package/dist/models/CalendarResponseDocument.js.map +1 -0
  253. package/dist/models/CalendarWorkingHoursSchema.d.ts +64 -0
  254. package/dist/models/CalendarWorkingHoursSchema.d.ts.map +1 -0
  255. package/dist/models/CalendarWorkingHoursSchema.js +68 -0
  256. package/dist/models/CalendarWorkingHoursSchema.js.map +1 -0
  257. package/dist/models/CalendarsResponseDocument.d.ts +46 -0
  258. package/dist/models/CalendarsResponseDocument.d.ts.map +1 -0
  259. package/dist/models/CalendarsResponseDocument.js +54 -0
  260. package/dist/models/CalendarsResponseDocument.js.map +1 -0
  261. package/dist/models/CallAttributesSchema.d.ts +262 -62
  262. package/dist/models/CallAttributesSchema.d.ts.map +1 -1
  263. package/dist/models/CallAttributesSchema.js +122 -44
  264. package/dist/models/CallAttributesSchema.js.map +1 -1
  265. package/dist/models/CallAttributesSchemaDelivery.d.ts +89 -0
  266. package/dist/models/CallAttributesSchemaDelivery.d.ts.map +1 -0
  267. package/dist/models/CallAttributesSchemaDelivery.js +88 -0
  268. package/dist/models/CallAttributesSchemaDelivery.js.map +1 -0
  269. package/dist/models/CallAttributesSchemaRecording.d.ts +65 -0
  270. package/dist/models/CallAttributesSchemaRecording.d.ts.map +1 -0
  271. package/dist/models/CallAttributesSchemaRecording.js +65 -0
  272. package/dist/models/CallAttributesSchemaRecording.js.map +1 -0
  273. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts +53 -0
  274. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts.map +1 -0
  275. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js +61 -0
  276. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js.map +1 -0
  277. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts +65 -0
  278. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts.map +1 -0
  279. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js +65 -0
  280. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js.map +1 -0
  281. package/dist/models/CallMetaSchema.d.ts +98 -0
  282. package/dist/models/CallMetaSchema.d.ts.map +1 -0
  283. package/dist/models/CallMetaSchema.js +81 -0
  284. package/dist/models/CallMetaSchema.js.map +1 -0
  285. package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts +39 -0
  286. package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts.map +1 -0
  287. package/dist/models/CallRelationshipsBoeUserDataSchema.js +51 -0
  288. package/dist/models/CallRelationshipsBoeUserDataSchema.js.map +1 -0
  289. package/dist/models/CallRelationshipsBoeUserSchema.d.ts +34 -0
  290. package/dist/models/CallRelationshipsBoeUserSchema.d.ts.map +1 -0
  291. package/dist/models/CallRelationshipsBoeUserSchema.js +50 -0
  292. package/dist/models/CallRelationshipsBoeUserSchema.js.map +1 -0
  293. package/dist/models/CallRelationshipsBriefDataSchema.d.ts +39 -0
  294. package/dist/models/CallRelationshipsBriefDataSchema.d.ts.map +1 -0
  295. package/dist/models/CallRelationshipsBriefDataSchema.js +51 -0
  296. package/dist/models/CallRelationshipsBriefDataSchema.js.map +1 -0
  297. package/dist/models/CallRelationshipsBriefSchema.d.ts +34 -0
  298. package/dist/models/CallRelationshipsBriefSchema.d.ts.map +1 -0
  299. package/dist/models/CallRelationshipsBriefSchema.js +50 -0
  300. package/dist/models/CallRelationshipsBriefSchema.js.map +1 -0
  301. package/dist/models/CallRelationshipsCandidateDataSchema.d.ts +39 -0
  302. package/dist/models/CallRelationshipsCandidateDataSchema.d.ts.map +1 -0
  303. package/dist/models/CallRelationshipsCandidateDataSchema.js +51 -0
  304. package/dist/models/CallRelationshipsCandidateDataSchema.js.map +1 -0
  305. package/dist/models/CallRelationshipsCandidateSchema.d.ts +34 -0
  306. package/dist/models/CallRelationshipsCandidateSchema.d.ts.map +1 -0
  307. package/dist/models/CallRelationshipsCandidateSchema.js +50 -0
  308. package/dist/models/CallRelationshipsCandidateSchema.js.map +1 -0
  309. package/dist/models/CallRelationshipsConversationDataSchema.d.ts +39 -0
  310. package/dist/models/{CallRelationshipsTranslationsDataSchema.d.ts.map → CallRelationshipsConversationDataSchema.d.ts.map} +1 -1
  311. package/dist/models/CallRelationshipsConversationDataSchema.js +51 -0
  312. package/dist/models/{CallRelationshipsTranslationsDataSchema.js.map → CallRelationshipsConversationDataSchema.js.map} +1 -1
  313. package/dist/models/CallRelationshipsConversationSchema.d.ts +34 -0
  314. package/dist/models/CallRelationshipsConversationSchema.d.ts.map +1 -0
  315. package/dist/models/CallRelationshipsConversationSchema.js +50 -0
  316. package/dist/models/CallRelationshipsConversationSchema.js.map +1 -0
  317. package/dist/models/CallRelationshipsFilesDataSchema.d.ts +39 -0
  318. package/dist/models/CallRelationshipsFilesDataSchema.d.ts.map +1 -0
  319. package/dist/models/CallRelationshipsFilesDataSchema.js +51 -0
  320. package/dist/models/CallRelationshipsFilesDataSchema.js.map +1 -0
  321. package/dist/models/CallRelationshipsFilesSchema.d.ts +34 -0
  322. package/dist/models/CallRelationshipsFilesSchema.d.ts.map +1 -0
  323. package/dist/models/CallRelationshipsFilesSchema.js +50 -0
  324. package/dist/models/CallRelationshipsFilesSchema.js.map +1 -0
  325. package/dist/models/CallRelationshipsJobDataSchema.d.ts +39 -0
  326. package/dist/models/CallRelationshipsJobDataSchema.d.ts.map +1 -0
  327. package/dist/models/CallRelationshipsJobDataSchema.js +51 -0
  328. package/dist/models/CallRelationshipsJobDataSchema.js.map +1 -0
  329. package/dist/models/CallRelationshipsJobSchema.d.ts +34 -0
  330. package/dist/models/CallRelationshipsJobSchema.d.ts.map +1 -0
  331. package/dist/models/CallRelationshipsJobSchema.js +50 -0
  332. package/dist/models/CallRelationshipsJobSchema.js.map +1 -0
  333. package/dist/models/CallRelationshipsLinksDataSchema.d.ts +39 -0
  334. package/dist/models/CallRelationshipsLinksDataSchema.d.ts.map +1 -0
  335. package/dist/models/CallRelationshipsLinksDataSchema.js +51 -0
  336. package/dist/models/CallRelationshipsLinksDataSchema.js.map +1 -0
  337. package/dist/models/CallRelationshipsLinksSchema.d.ts +34 -0
  338. package/dist/models/CallRelationshipsLinksSchema.d.ts.map +1 -0
  339. package/dist/models/CallRelationshipsLinksSchema.js +50 -0
  340. package/dist/models/CallRelationshipsLinksSchema.js.map +1 -0
  341. package/dist/models/CallRelationshipsScheduleDataSchema.d.ts +39 -0
  342. package/dist/models/CallRelationshipsScheduleDataSchema.d.ts.map +1 -0
  343. package/dist/models/CallRelationshipsScheduleDataSchema.js +51 -0
  344. package/dist/models/CallRelationshipsScheduleDataSchema.js.map +1 -0
  345. package/dist/models/CallRelationshipsScheduleSchema.d.ts +34 -0
  346. package/dist/models/CallRelationshipsScheduleSchema.d.ts.map +1 -0
  347. package/dist/models/CallRelationshipsScheduleSchema.js +50 -0
  348. package/dist/models/CallRelationshipsScheduleSchema.js.map +1 -0
  349. package/dist/models/CallRelationshipsSchema.d.ts +76 -4
  350. package/dist/models/CallRelationshipsSchema.d.ts.map +1 -1
  351. package/dist/models/CallRelationshipsSchema.js +30 -3
  352. package/dist/models/CallRelationshipsSchema.js.map +1 -1
  353. package/dist/models/CallRelationshipsTalentDataSchema.d.ts +39 -0
  354. package/dist/models/CallRelationshipsTalentDataSchema.d.ts.map +1 -0
  355. package/dist/models/CallRelationshipsTalentDataSchema.js +51 -0
  356. package/dist/models/CallRelationshipsTalentDataSchema.js.map +1 -0
  357. package/dist/models/CallRelationshipsTalentSchema.d.ts +34 -0
  358. package/dist/models/CallRelationshipsTalentSchema.d.ts.map +1 -0
  359. package/dist/models/CallRelationshipsTalentSchema.js +50 -0
  360. package/dist/models/CallRelationshipsTalentSchema.js.map +1 -0
  361. package/dist/models/CallRelationshipsUserDataSchema.d.ts +39 -0
  362. package/dist/models/{FileRelationshipsLinkDataSchema.d.ts.map → CallRelationshipsUserDataSchema.d.ts.map} +1 -1
  363. package/dist/models/CallRelationshipsUserDataSchema.js +51 -0
  364. package/dist/models/{FileRelationshipsLinkDataSchema.js.map → CallRelationshipsUserDataSchema.js.map} +1 -1
  365. package/dist/models/CallRelationshipsUserSchema.d.ts +34 -0
  366. package/dist/models/{FileRelationshipsLinkSchema.d.ts.map → CallRelationshipsUserSchema.d.ts.map} +1 -1
  367. package/dist/models/CallRelationshipsUserSchema.js +50 -0
  368. package/dist/models/{FileRelationshipsLinkSchema.js.map → CallRelationshipsUserSchema.js.map} +1 -1
  369. package/dist/models/CallResourceSchema.d.ts +3 -4
  370. package/dist/models/CallResourceSchema.d.ts.map +1 -1
  371. package/dist/models/CallResourceSchema.js +3 -2
  372. package/dist/models/CallResourceSchema.js.map +1 -1
  373. package/dist/models/CandidateAttributesSchema.d.ts +39 -24
  374. package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
  375. package/dist/models/CandidateAttributesSchema.js +6 -4
  376. package/dist/models/CandidateAttributesSchema.js.map +1 -1
  377. package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts +25 -0
  378. package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts.map +1 -0
  379. package/dist/models/CandidateAttributesSchemaOverallMatchRating.js +50 -0
  380. package/dist/models/CandidateAttributesSchemaOverallMatchRating.js.map +1 -0
  381. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts +24 -0
  382. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map +1 -0
  383. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js +50 -0
  384. package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js.map +1 -0
  385. package/dist/models/ChatAttributesSchema.d.ts +108 -20
  386. package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
  387. package/dist/models/ChatAttributesSchema.js +60 -15
  388. package/dist/models/ChatAttributesSchema.js.map +1 -1
  389. package/dist/models/ChatMetaSchema.d.ts +51 -0
  390. package/dist/models/ChatMetaSchema.d.ts.map +1 -0
  391. package/dist/models/ChatMetaSchema.js +53 -0
  392. package/dist/models/ChatMetaSchema.js.map +1 -0
  393. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
  394. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
  395. package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
  396. package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
  397. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
  398. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
  399. package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
  400. package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
  401. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
  402. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
  403. package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
  404. package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
  405. package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
  406. package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
  407. package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
  408. package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
  409. package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
  410. package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
  411. package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
  412. package/dist/models/{ChatRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
  413. package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
  414. package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
  415. package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
  416. package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
  417. package/dist/models/ChatRelationshipsFilesDataSchema.d.ts +39 -0
  418. package/dist/models/ChatRelationshipsFilesDataSchema.d.ts.map +1 -0
  419. package/dist/models/ChatRelationshipsFilesDataSchema.js +51 -0
  420. package/dist/models/ChatRelationshipsFilesDataSchema.js.map +1 -0
  421. package/dist/models/ChatRelationshipsFilesSchema.d.ts +34 -0
  422. package/dist/models/ChatRelationshipsFilesSchema.d.ts.map +1 -0
  423. package/dist/models/ChatRelationshipsFilesSchema.js +50 -0
  424. package/dist/models/ChatRelationshipsFilesSchema.js.map +1 -0
  425. package/dist/models/ChatRelationshipsLinksDataSchema.d.ts +39 -0
  426. package/dist/models/ChatRelationshipsLinksDataSchema.d.ts.map +1 -0
  427. package/dist/models/ChatRelationshipsLinksDataSchema.js +51 -0
  428. package/dist/models/ChatRelationshipsLinksDataSchema.js.map +1 -0
  429. package/dist/models/ChatRelationshipsLinksSchema.d.ts +34 -0
  430. package/dist/models/ChatRelationshipsLinksSchema.d.ts.map +1 -0
  431. package/dist/models/ChatRelationshipsLinksSchema.js +50 -0
  432. package/dist/models/ChatRelationshipsLinksSchema.js.map +1 -0
  433. package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts +39 -0
  434. package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts.map +1 -0
  435. package/dist/models/ChatRelationshipsScheduleDataSchema.js +51 -0
  436. package/dist/models/ChatRelationshipsScheduleDataSchema.js.map +1 -0
  437. package/dist/models/ChatRelationshipsScheduleSchema.d.ts +34 -0
  438. package/dist/models/ChatRelationshipsScheduleSchema.d.ts.map +1 -0
  439. package/dist/models/ChatRelationshipsScheduleSchema.js +50 -0
  440. package/dist/models/ChatRelationshipsScheduleSchema.js.map +1 -0
  441. package/dist/models/ChatRelationshipsSchema.d.ts +60 -4
  442. package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
  443. package/dist/models/ChatRelationshipsSchema.js +24 -3
  444. package/dist/models/ChatRelationshipsSchema.js.map +1 -1
  445. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
  446. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
  447. package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
  448. package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
  449. package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
  450. package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
  451. package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
  452. package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
  453. package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
  454. package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
  455. package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
  456. package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
  457. package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
  458. package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
  459. package/dist/models/ChatRelationshipsUserSchema.js +50 -0
  460. package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
  461. package/dist/models/ChatResourceSchema.d.ts +3 -4
  462. package/dist/models/ChatResourceSchema.d.ts.map +1 -1
  463. package/dist/models/ChatResourceSchema.js +3 -2
  464. package/dist/models/ChatResourceSchema.js.map +1 -1
  465. package/dist/models/CommentAttributesSchema.d.ts +109 -0
  466. package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
  467. package/dist/models/CommentAttributesSchema.js +87 -0
  468. package/dist/models/CommentAttributesSchema.js.map +1 -0
  469. package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
  470. package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
  471. package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
  472. package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
  473. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
  474. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
  475. package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
  476. package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
  477. package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
  478. package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
  479. package/dist/models/CommentRelationshipsSchema.js +50 -0
  480. package/dist/models/CommentRelationshipsSchema.js.map +1 -0
  481. package/dist/models/CommentResourceSchema.d.ts +75 -0
  482. package/dist/models/CommentResourceSchema.d.ts.map +1 -0
  483. package/dist/models/CommentResourceSchema.js +75 -0
  484. package/dist/models/CommentResourceSchema.js.map +1 -0
  485. package/dist/models/CommentResponseDocument.d.ts +40 -0
  486. package/dist/models/CommentResponseDocument.d.ts.map +1 -0
  487. package/dist/models/CommentResponseDocument.js +52 -0
  488. package/dist/models/CommentResponseDocument.js.map +1 -0
  489. package/dist/models/CommentsResponseDocument.d.ts +52 -0
  490. package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
  491. package/dist/models/CommentsResponseDocument.js +56 -0
  492. package/dist/models/CommentsResponseDocument.js.map +1 -0
  493. package/dist/models/ConversationRelationshipsCallsDataSchema.d.ts +39 -0
  494. package/dist/models/ConversationRelationshipsCallsDataSchema.d.ts.map +1 -0
  495. package/dist/models/ConversationRelationshipsCallsDataSchema.js +51 -0
  496. package/dist/models/ConversationRelationshipsCallsDataSchema.js.map +1 -0
  497. package/dist/models/ConversationRelationshipsCallsSchema.d.ts +34 -0
  498. package/dist/models/ConversationRelationshipsCallsSchema.d.ts.map +1 -0
  499. package/dist/models/ConversationRelationshipsCallsSchema.js +50 -0
  500. package/dist/models/ConversationRelationshipsCallsSchema.js.map +1 -0
  501. package/dist/models/ConversationRelationshipsChatsDataSchema.d.ts +39 -0
  502. package/dist/models/ConversationRelationshipsChatsDataSchema.d.ts.map +1 -0
  503. package/dist/models/ConversationRelationshipsChatsDataSchema.js +51 -0
  504. package/dist/models/ConversationRelationshipsChatsDataSchema.js.map +1 -0
  505. package/dist/models/ConversationRelationshipsChatsSchema.d.ts +34 -0
  506. package/dist/models/ConversationRelationshipsChatsSchema.d.ts.map +1 -0
  507. package/dist/models/ConversationRelationshipsChatsSchema.js +50 -0
  508. package/dist/models/ConversationRelationshipsChatsSchema.js.map +1 -0
  509. package/dist/models/ConversationRelationshipsEmailsDataSchema.d.ts +39 -0
  510. package/dist/models/ConversationRelationshipsEmailsDataSchema.d.ts.map +1 -0
  511. package/dist/models/ConversationRelationshipsEmailsDataSchema.js +51 -0
  512. package/dist/models/ConversationRelationshipsEmailsDataSchema.js.map +1 -0
  513. package/dist/models/ConversationRelationshipsEmailsSchema.d.ts +34 -0
  514. package/dist/models/ConversationRelationshipsEmailsSchema.d.ts.map +1 -0
  515. package/dist/models/ConversationRelationshipsEmailsSchema.js +50 -0
  516. package/dist/models/ConversationRelationshipsEmailsSchema.js.map +1 -0
  517. package/dist/models/ConversationRelationshipsJobDataSchema.d.ts +39 -0
  518. package/dist/models/ConversationRelationshipsJobDataSchema.d.ts.map +1 -0
  519. package/dist/models/ConversationRelationshipsJobDataSchema.js +51 -0
  520. package/dist/models/ConversationRelationshipsJobDataSchema.js.map +1 -0
  521. package/dist/models/ConversationRelationshipsJobSchema.d.ts +34 -0
  522. package/dist/models/ConversationRelationshipsJobSchema.d.ts.map +1 -0
  523. package/dist/models/ConversationRelationshipsJobSchema.js +50 -0
  524. package/dist/models/ConversationRelationshipsJobSchema.js.map +1 -0
  525. package/dist/models/ConversationRelationshipsMeetingsDataSchema.d.ts +39 -0
  526. package/dist/models/ConversationRelationshipsMeetingsDataSchema.d.ts.map +1 -0
  527. package/dist/models/ConversationRelationshipsMeetingsDataSchema.js +51 -0
  528. package/dist/models/ConversationRelationshipsMeetingsDataSchema.js.map +1 -0
  529. package/dist/models/ConversationRelationshipsMeetingsSchema.d.ts +34 -0
  530. package/dist/models/ConversationRelationshipsMeetingsSchema.d.ts.map +1 -0
  531. package/dist/models/ConversationRelationshipsMeetingsSchema.js +50 -0
  532. package/dist/models/ConversationRelationshipsMeetingsSchema.js.map +1 -0
  533. package/dist/models/ConversationRelationshipsSchema.d.ts +42 -0
  534. package/dist/models/ConversationRelationshipsSchema.d.ts.map +1 -1
  535. package/dist/models/ConversationRelationshipsSchema.js +18 -0
  536. package/dist/models/ConversationRelationshipsSchema.js.map +1 -1
  537. package/dist/models/ConversationRelationshipsTalentDataSchema.d.ts +39 -0
  538. package/dist/models/ConversationRelationshipsTalentDataSchema.d.ts.map +1 -0
  539. package/dist/models/ConversationRelationshipsTalentDataSchema.js +51 -0
  540. package/dist/models/ConversationRelationshipsTalentDataSchema.js.map +1 -0
  541. package/dist/models/ConversationRelationshipsTalentSchema.d.ts +34 -0
  542. package/dist/models/ConversationRelationshipsTalentSchema.d.ts.map +1 -0
  543. package/dist/models/ConversationRelationshipsTalentSchema.js +50 -0
  544. package/dist/models/ConversationRelationshipsTalentSchema.js.map +1 -0
  545. package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
  546. package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
  547. package/dist/models/CreateAttemptRequestBody.js +52 -0
  548. package/dist/models/CreateAttemptRequestBody.js.map +1 -0
  549. package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
  550. package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
  551. package/dist/models/CreateAttemptRequestBodyData.js +66 -0
  552. package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
  553. package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
  554. package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
  555. package/dist/models/CreateCalendarRequestSchema.js +50 -0
  556. package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
  557. package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
  558. package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
  559. package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
  560. package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
  561. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +77 -0
  562. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  563. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +71 -0
  564. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
  565. package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
  566. package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
  567. package/dist/models/CreateCommentRequestSchema.js +50 -0
  568. package/dist/models/CreateCommentRequestSchema.js.map +1 -0
  569. package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
  570. package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
  571. package/dist/models/CreateCommentRequestSchemaData.js +63 -0
  572. package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
  573. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
  574. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  575. package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
  576. package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
  577. package/dist/models/CreateEventRequestSchema.d.ts +34 -0
  578. package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
  579. package/dist/models/CreateEventRequestSchema.js +50 -0
  580. package/dist/models/CreateEventRequestSchema.js.map +1 -0
  581. package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
  582. package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
  583. package/dist/models/CreateEventRequestSchemaData.js +63 -0
  584. package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
  585. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
  586. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  587. package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
  588. package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
  589. package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
  590. package/dist/models/CreateLinkRequestBodyData.d.ts +3 -10
  591. package/dist/models/CreateLinkRequestBodyData.d.ts.map +1 -1
  592. package/dist/models/CreateLinkRequestBodyData.js +3 -6
  593. package/dist/models/CreateLinkRequestBodyData.js.map +1 -1
  594. package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts +33 -0
  595. package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts.map +1 -0
  596. package/dist/models/CreateLinkRequestBodyDataAttributes.js +51 -0
  597. package/dist/models/CreateLinkRequestBodyDataAttributes.js.map +1 -0
  598. package/dist/models/DialCall202Response.d.ts +34 -0
  599. package/dist/models/DialCall202Response.d.ts.map +1 -0
  600. package/dist/models/DialCall202Response.js +50 -0
  601. package/dist/models/DialCall202Response.js.map +1 -0
  602. package/dist/models/DialCall202ResponseData.d.ts +46 -0
  603. package/dist/models/DialCall202ResponseData.d.ts.map +1 -0
  604. package/dist/models/DialCall202ResponseData.js +54 -0
  605. package/dist/models/DialCall202ResponseData.js.map +1 -0
  606. package/dist/models/DialCall202ResponseDataAttributes.d.ts +45 -0
  607. package/dist/models/DialCall202ResponseDataAttributes.d.ts.map +1 -0
  608. package/dist/models/DialCall202ResponseDataAttributes.js +53 -0
  609. package/dist/models/DialCall202ResponseDataAttributes.js.map +1 -0
  610. package/dist/models/EmailAttributesSchema.d.ts +3 -1
  611. package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
  612. package/dist/models/EmailAttributesSchema.js +2 -0
  613. package/dist/models/EmailAttributesSchema.js.map +1 -1
  614. package/dist/models/EmailRelationshipsFilesDataSchema.d.ts +39 -0
  615. package/dist/models/EmailRelationshipsFilesDataSchema.d.ts.map +1 -0
  616. package/dist/models/EmailRelationshipsFilesDataSchema.js +51 -0
  617. package/dist/models/EmailRelationshipsFilesDataSchema.js.map +1 -0
  618. package/dist/models/EmailRelationshipsFilesSchema.d.ts +34 -0
  619. package/dist/models/EmailRelationshipsFilesSchema.d.ts.map +1 -0
  620. package/dist/models/EmailRelationshipsFilesSchema.js +50 -0
  621. package/dist/models/{BriefRelationshipsFormsSchema.js.map → EmailRelationshipsFilesSchema.js.map} +1 -1
  622. package/dist/models/EmailRelationshipsLinksDataSchema.d.ts +39 -0
  623. package/dist/models/EmailRelationshipsLinksDataSchema.d.ts.map +1 -0
  624. package/dist/models/EmailRelationshipsLinksDataSchema.js +51 -0
  625. package/dist/models/EmailRelationshipsLinksDataSchema.js.map +1 -0
  626. package/dist/models/EmailRelationshipsLinksSchema.d.ts +34 -0
  627. package/dist/models/EmailRelationshipsLinksSchema.d.ts.map +1 -0
  628. package/dist/models/EmailRelationshipsLinksSchema.js +50 -0
  629. package/dist/models/EmailRelationshipsLinksSchema.js.map +1 -0
  630. package/dist/models/EmailRelationshipsSchema.d.ts +14 -0
  631. package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
  632. package/dist/models/EmailRelationshipsSchema.js +6 -0
  633. package/dist/models/EmailRelationshipsSchema.js.map +1 -1
  634. package/dist/models/EventAttributesSchema.d.ts +172 -0
  635. package/dist/models/EventAttributesSchema.d.ts.map +1 -0
  636. package/dist/models/EventAttributesSchema.js +114 -0
  637. package/dist/models/EventAttributesSchema.js.map +1 -0
  638. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
  639. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
  640. package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
  641. package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
  642. package/dist/models/EventRelationshipsSchema.d.ts +41 -0
  643. package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
  644. package/dist/models/EventRelationshipsSchema.js +53 -0
  645. package/dist/models/EventRelationshipsSchema.js.map +1 -0
  646. package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
  647. package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
  648. package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
  649. package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
  650. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
  651. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
  652. package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
  653. package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
  654. package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
  655. package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
  656. package/dist/models/EventRelationshipsSchemaSource.js +50 -0
  657. package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
  658. package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
  659. package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
  660. package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
  661. package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
  662. package/dist/models/EventResourceSchema.d.ts +75 -0
  663. package/dist/models/EventResourceSchema.d.ts.map +1 -0
  664. package/dist/models/EventResourceSchema.js +75 -0
  665. package/dist/models/EventResourceSchema.js.map +1 -0
  666. package/dist/models/EventResponseDocument.d.ts +34 -0
  667. package/dist/models/EventResponseDocument.d.ts.map +1 -0
  668. package/dist/models/EventResponseDocument.js +50 -0
  669. package/dist/models/EventResponseDocument.js.map +1 -0
  670. package/dist/models/EventsResponseDocument.d.ts +46 -0
  671. package/dist/models/EventsResponseDocument.d.ts.map +1 -0
  672. package/dist/models/EventsResponseDocument.js +54 -0
  673. package/dist/models/EventsResponseDocument.js.map +1 -0
  674. package/dist/models/FeedbackAttributesSchema.d.ts +1 -0
  675. package/dist/models/FeedbackAttributesSchema.d.ts.map +1 -1
  676. package/dist/models/FeedbackAttributesSchema.js +1 -0
  677. package/dist/models/FeedbackAttributesSchema.js.map +1 -1
  678. package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
  679. package/dist/models/FileAttributesSchema.d.ts +73 -0
  680. package/dist/models/FileAttributesSchema.d.ts.map +1 -1
  681. package/dist/models/FileAttributesSchema.js +27 -2
  682. package/dist/models/FileAttributesSchema.js.map +1 -1
  683. package/dist/models/FileAttributesSchemaPagesInner.d.ts +45 -0
  684. package/dist/models/FileAttributesSchemaPagesInner.d.ts.map +1 -0
  685. package/dist/models/FileAttributesSchemaPagesInner.js +53 -0
  686. package/dist/models/FileAttributesSchemaPagesInner.js.map +1 -0
  687. package/dist/models/FilePreviewMetaSchema.d.ts +119 -0
  688. package/dist/models/FilePreviewMetaSchema.d.ts.map +1 -0
  689. package/dist/models/FilePreviewMetaSchema.js +72 -0
  690. package/dist/models/FilePreviewMetaSchema.js.map +1 -0
  691. package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts +63 -0
  692. package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts.map +1 -0
  693. package/dist/models/FilePreviewMetaSchemaPreviewUrls.js +57 -0
  694. package/dist/models/FilePreviewMetaSchemaPreviewUrls.js.map +1 -0
  695. package/dist/models/FileRelationshipsLinksDataSchema.d.ts +39 -0
  696. package/dist/models/FileRelationshipsLinksDataSchema.d.ts.map +1 -0
  697. package/dist/models/FileRelationshipsLinksDataSchema.js +51 -0
  698. package/dist/models/FileRelationshipsLinksDataSchema.js.map +1 -0
  699. package/dist/models/FileRelationshipsLinksSchema.d.ts +34 -0
  700. package/dist/models/FileRelationshipsLinksSchema.d.ts.map +1 -0
  701. package/dist/models/FileRelationshipsLinksSchema.js +50 -0
  702. package/dist/models/FileRelationshipsLinksSchema.js.map +1 -0
  703. package/dist/models/FileRelationshipsSchema.d.ts +3 -3
  704. package/dist/models/FileRelationshipsSchema.d.ts.map +1 -1
  705. package/dist/models/FileRelationshipsSchema.js +3 -3
  706. package/dist/models/FileRelationshipsSchema.js.map +1 -1
  707. package/dist/models/FinderAttributesSchema.d.ts +6 -4
  708. package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
  709. package/dist/models/FinderAttributesSchema.js +4 -4
  710. package/dist/models/FinderAttributesSchema.js.map +1 -1
  711. package/dist/models/FinderQueryEmailsSchema.d.ts +2 -0
  712. package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -1
  713. package/dist/models/FinderQueryEmailsSchema.js +2 -0
  714. package/dist/models/FinderQueryEmailsSchema.js.map +1 -1
  715. package/dist/models/FinderQueryTalentsSchema.d.ts +36 -0
  716. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
  717. package/dist/models/FinderQueryTalentsSchema.js +12 -0
  718. package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
  719. package/dist/models/FormAttributesSchema.d.ts +26 -0
  720. package/dist/models/FormAttributesSchema.d.ts.map +1 -1
  721. package/dist/models/FormAttributesSchema.js +14 -2
  722. package/dist/models/FormAttributesSchema.js.map +1 -1
  723. package/dist/models/FormResourceSchema.d.ts +1 -1
  724. package/dist/models/FormResourceSchema.js +1 -1
  725. package/dist/models/FormResourceSchema.js.map +1 -1
  726. package/dist/models/GuestAttemptSchema.d.ts +51 -0
  727. package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
  728. package/dist/models/GuestAttemptSchema.js +56 -0
  729. package/dist/models/GuestAttemptSchema.js.map +1 -0
  730. package/dist/models/GuestMeetingAttendeeAttributesSchema.d.ts +95 -0
  731. package/dist/models/GuestMeetingAttendeeAttributesSchema.d.ts.map +1 -0
  732. package/dist/models/GuestMeetingAttendeeAttributesSchema.js +92 -0
  733. package/dist/models/GuestMeetingAttendeeAttributesSchema.js.map +1 -0
  734. package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts +74 -0
  735. package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts.map +1 -0
  736. package/dist/models/GuestMeetingAttendeeResourceSchema.js +74 -0
  737. package/dist/models/GuestMeetingAttendeeResourceSchema.js.map +1 -0
  738. package/dist/models/GuestMeetingAttendeesSchema.d.ts +38 -0
  739. package/dist/models/GuestMeetingAttendeesSchema.d.ts.map +1 -0
  740. package/dist/models/GuestMeetingAttendeesSchema.js +50 -0
  741. package/dist/models/GuestMeetingAttendeesSchema.js.map +1 -0
  742. package/dist/models/GuestMetaSchema.d.ts +43 -0
  743. package/dist/models/GuestMetaSchema.d.ts.map +1 -0
  744. package/dist/models/GuestMetaSchema.js +55 -0
  745. package/dist/models/GuestMetaSchema.js.map +1 -0
  746. package/dist/models/JobRelationshipsAdsDataSchema.d.ts +39 -0
  747. package/dist/models/JobRelationshipsAdsDataSchema.d.ts.map +1 -0
  748. package/dist/models/JobRelationshipsAdsDataSchema.js +51 -0
  749. package/dist/models/JobRelationshipsAdsDataSchema.js.map +1 -0
  750. package/dist/models/JobRelationshipsAdsSchema.d.ts +34 -0
  751. package/dist/models/JobRelationshipsAdsSchema.d.ts.map +1 -0
  752. package/dist/models/JobRelationshipsAdsSchema.js +50 -0
  753. package/dist/models/JobRelationshipsAdsSchema.js.map +1 -0
  754. package/dist/models/JobRelationshipsAssessmentsDataSchema.d.ts +39 -0
  755. package/dist/models/JobRelationshipsAssessmentsDataSchema.d.ts.map +1 -0
  756. package/dist/models/JobRelationshipsAssessmentsDataSchema.js +51 -0
  757. package/dist/models/JobRelationshipsAssessmentsDataSchema.js.map +1 -0
  758. package/dist/models/JobRelationshipsAssessmentsSchema.d.ts +34 -0
  759. package/dist/models/JobRelationshipsAssessmentsSchema.d.ts.map +1 -0
  760. package/dist/models/JobRelationshipsAssessmentsSchema.js +50 -0
  761. package/dist/models/JobRelationshipsAssessmentsSchema.js.map +1 -0
  762. package/dist/models/JobRelationshipsBriefsDataSchema.d.ts +39 -0
  763. package/dist/models/JobRelationshipsBriefsDataSchema.d.ts.map +1 -0
  764. package/dist/models/JobRelationshipsBriefsDataSchema.js +51 -0
  765. package/dist/models/JobRelationshipsBriefsDataSchema.js.map +1 -0
  766. package/dist/models/JobRelationshipsBriefsSchema.d.ts +34 -0
  767. package/dist/models/JobRelationshipsBriefsSchema.d.ts.map +1 -0
  768. package/dist/models/JobRelationshipsBriefsSchema.js +50 -0
  769. package/dist/models/JobRelationshipsBriefsSchema.js.map +1 -0
  770. package/dist/models/JobRelationshipsFeedbacksDataSchema.d.ts +39 -0
  771. package/dist/models/JobRelationshipsFeedbacksDataSchema.d.ts.map +1 -0
  772. package/dist/models/JobRelationshipsFeedbacksDataSchema.js +51 -0
  773. package/dist/models/JobRelationshipsFeedbacksDataSchema.js.map +1 -0
  774. package/dist/models/JobRelationshipsFeedbacksSchema.d.ts +34 -0
  775. package/dist/models/JobRelationshipsFeedbacksSchema.d.ts.map +1 -0
  776. package/dist/models/JobRelationshipsFeedbacksSchema.js +50 -0
  777. package/dist/models/JobRelationshipsFeedbacksSchema.js.map +1 -0
  778. package/dist/models/JobRelationshipsFormsDataSchema.d.ts +39 -0
  779. package/dist/models/JobRelationshipsFormsDataSchema.d.ts.map +1 -0
  780. package/dist/models/JobRelationshipsFormsDataSchema.js +51 -0
  781. package/dist/models/JobRelationshipsFormsDataSchema.js.map +1 -0
  782. package/dist/models/JobRelationshipsFormsSchema.d.ts +34 -0
  783. package/dist/models/JobRelationshipsFormsSchema.d.ts.map +1 -0
  784. package/dist/models/JobRelationshipsFormsSchema.js +50 -0
  785. package/dist/models/JobRelationshipsFormsSchema.js.map +1 -0
  786. package/dist/models/JobRelationshipsSchema.d.ts +35 -0
  787. package/dist/models/JobRelationshipsSchema.d.ts.map +1 -1
  788. package/dist/models/JobRelationshipsSchema.js +15 -0
  789. package/dist/models/JobRelationshipsSchema.js.map +1 -1
  790. package/dist/models/LinkAttributesSchema.d.ts +62 -2
  791. package/dist/models/LinkAttributesSchema.d.ts.map +1 -1
  792. package/dist/models/LinkAttributesSchema.js +30 -4
  793. package/dist/models/LinkAttributesSchema.js.map +1 -1
  794. package/dist/models/LinkResourceSchema.d.ts +2 -3
  795. package/dist/models/LinkResourceSchema.d.ts.map +1 -1
  796. package/dist/models/LinkResourceSchema.js +2 -3
  797. package/dist/models/LinkResourceSchema.js.map +1 -1
  798. package/dist/models/MeetingAiSessionAttributesSchema.d.ts +17 -11
  799. package/dist/models/MeetingAiSessionAttributesSchema.d.ts.map +1 -1
  800. package/dist/models/MeetingAiSessionAttributesSchema.js +6 -4
  801. package/dist/models/MeetingAiSessionAttributesSchema.js.map +1 -1
  802. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts +22 -1
  803. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts.map +1 -1
  804. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js +13 -0
  805. package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js.map +1 -1
  806. package/dist/models/MeetingAiSessionResourceSchema.d.ts +3 -3
  807. package/dist/models/MeetingAiSessionResourceSchema.d.ts.map +1 -1
  808. package/dist/models/MeetingAiSessionResourceSchema.js +3 -3
  809. package/dist/models/MeetingAiSessionResourceSchema.js.map +1 -1
  810. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts +34 -0
  811. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts.map +1 -0
  812. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js +50 -0
  813. package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js.map +1 -0
  814. package/dist/models/MeetingAiSessionSettingsSchema.d.ts +21 -11
  815. package/dist/models/MeetingAiSessionSettingsSchema.d.ts.map +1 -1
  816. package/dist/models/MeetingAiSessionSettingsSchema.js +6 -6
  817. package/dist/models/MeetingAiSessionSettingsSchema.js.map +1 -1
  818. package/dist/models/MeetingAttendeeAttributesSchema.d.ts +150 -7
  819. package/dist/models/MeetingAttendeeAttributesSchema.d.ts.map +1 -1
  820. package/dist/models/MeetingAttendeeAttributesSchema.js +70 -4
  821. package/dist/models/MeetingAttendeeAttributesSchema.js.map +1 -1
  822. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts +44 -0
  823. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts.map +1 -0
  824. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js +51 -0
  825. package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js.map +1 -0
  826. package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts +55 -0
  827. package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts.map +1 -0
  828. package/dist/models/MeetingAttendeeRelationshipsSchema.js +59 -0
  829. package/dist/models/MeetingAttendeeRelationshipsSchema.js.map +1 -0
  830. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts +34 -0
  831. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts.map +1 -0
  832. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js +50 -0
  833. package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js.map +1 -0
  834. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts +34 -0
  835. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts.map +1 -0
  836. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js +50 -0
  837. package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js.map +1 -0
  838. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts +39 -0
  839. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts.map +1 -0
  840. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js +51 -0
  841. package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js.map +1 -0
  842. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts +34 -0
  843. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts.map +1 -0
  844. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js +50 -0
  845. package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js.map +1 -0
  846. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts +34 -0
  847. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts.map +1 -0
  848. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js +50 -0
  849. package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js.map +1 -0
  850. package/dist/models/MeetingAttendeeResourceSchema.d.ts +6 -6
  851. package/dist/models/MeetingAttendeeResourceSchema.d.ts.map +1 -1
  852. package/dist/models/MeetingAttendeeResourceSchema.js +6 -6
  853. package/dist/models/MeetingAttendeeResourceSchema.js.map +1 -1
  854. package/dist/models/MeetingAttendeesSchema.d.ts +34 -0
  855. package/dist/models/MeetingAttendeesSchema.d.ts.map +1 -0
  856. package/dist/models/MeetingAttendeesSchema.js +50 -0
  857. package/dist/models/MeetingAttendeesSchema.js.map +1 -0
  858. package/dist/models/MeetingAttributesSchema.d.ts +371 -4
  859. package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
  860. package/dist/models/MeetingAttributesSchema.js +151 -3
  861. package/dist/models/MeetingAttributesSchema.js.map +1 -1
  862. package/dist/models/MeetingAttributesSchemaDelivery.d.ts +90 -0
  863. package/dist/models/MeetingAttributesSchemaDelivery.d.ts.map +1 -0
  864. package/dist/models/MeetingAttributesSchemaDelivery.js +88 -0
  865. package/dist/models/MeetingAttributesSchemaDelivery.js.map +1 -0
  866. package/dist/models/MeetingLobbyAttributesSchema.d.ts +9 -0
  867. package/dist/models/MeetingLobbyAttributesSchema.d.ts.map +1 -1
  868. package/dist/models/MeetingLobbyAttributesSchema.js +2 -0
  869. package/dist/models/MeetingLobbyAttributesSchema.js.map +1 -1
  870. package/dist/models/MeetingRecallSchema.d.ts +77 -0
  871. package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
  872. package/dist/models/MeetingRecallSchema.js +71 -0
  873. package/dist/models/MeetingRecallSchema.js.map +1 -0
  874. package/dist/models/MeetingRelationshipsAttendeesDataSchema.d.ts +39 -0
  875. package/dist/models/MeetingRelationshipsAttendeesDataSchema.d.ts.map +1 -0
  876. package/dist/models/MeetingRelationshipsAttendeesDataSchema.js +51 -0
  877. package/dist/models/MeetingRelationshipsAttendeesDataSchema.js.map +1 -0
  878. package/dist/models/MeetingRelationshipsAttendeesSchema.d.ts +34 -0
  879. package/dist/models/{CallRelationshipsTranslationsSchema.d.ts.map → MeetingRelationshipsAttendeesSchema.d.ts.map} +1 -1
  880. package/dist/models/MeetingRelationshipsAttendeesSchema.js +50 -0
  881. package/dist/models/{CallRelationshipsTranslationsSchema.js.map → MeetingRelationshipsAttendeesSchema.js.map} +1 -1
  882. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
  883. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
  884. package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
  885. package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
  886. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
  887. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
  888. package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
  889. package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
  890. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
  891. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
  892. package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
  893. package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
  894. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
  895. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
  896. package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
  897. package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
  898. package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
  899. package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
  900. package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
  901. package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
  902. package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
  903. package/dist/models/{MeetingRelationshipsParticipantsDataSchema.d.ts.map → MeetingRelationshipsConversationSchemaData.d.ts.map} +1 -1
  904. package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
  905. package/dist/models/{MeetingRelationshipsParticipantsDataSchema.js.map → MeetingRelationshipsConversationSchemaData.js.map} +1 -1
  906. package/dist/models/MeetingRelationshipsFilesDataSchema.d.ts +39 -0
  907. package/dist/models/MeetingRelationshipsFilesDataSchema.d.ts.map +1 -0
  908. package/dist/models/MeetingRelationshipsFilesDataSchema.js +51 -0
  909. package/dist/models/MeetingRelationshipsFilesDataSchema.js.map +1 -0
  910. package/dist/models/MeetingRelationshipsFilesSchema.d.ts +34 -0
  911. package/dist/models/MeetingRelationshipsFilesSchema.d.ts.map +1 -0
  912. package/dist/models/MeetingRelationshipsFilesSchema.js +50 -0
  913. package/dist/models/MeetingRelationshipsFilesSchema.js.map +1 -0
  914. package/dist/models/MeetingRelationshipsHostSchema.d.ts +34 -0
  915. package/dist/models/MeetingRelationshipsHostSchema.d.ts.map +1 -0
  916. package/dist/models/MeetingRelationshipsHostSchema.js +50 -0
  917. package/dist/models/MeetingRelationshipsHostSchema.js.map +1 -0
  918. package/dist/models/MeetingRelationshipsJobSchema.d.ts +34 -0
  919. package/dist/models/MeetingRelationshipsJobSchema.d.ts.map +1 -0
  920. package/dist/models/MeetingRelationshipsJobSchema.js +50 -0
  921. package/dist/models/MeetingRelationshipsJobSchema.js.map +1 -0
  922. package/dist/models/MeetingRelationshipsJobSchemaData.d.ts +39 -0
  923. package/dist/models/MeetingRelationshipsJobSchemaData.d.ts.map +1 -0
  924. package/dist/models/MeetingRelationshipsJobSchemaData.js +51 -0
  925. package/dist/models/MeetingRelationshipsJobSchemaData.js.map +1 -0
  926. package/dist/models/MeetingRelationshipsLinksDataSchema.d.ts +39 -0
  927. package/dist/models/MeetingRelationshipsLinksDataSchema.d.ts.map +1 -0
  928. package/dist/models/MeetingRelationshipsLinksDataSchema.js +51 -0
  929. package/dist/models/MeetingRelationshipsLinksDataSchema.js.map +1 -0
  930. package/dist/models/MeetingRelationshipsLinksSchema.d.ts +34 -0
  931. package/dist/models/MeetingRelationshipsLinksSchema.d.ts.map +1 -0
  932. package/dist/models/MeetingRelationshipsLinksSchema.js +50 -0
  933. package/dist/models/MeetingRelationshipsLinksSchema.js.map +1 -0
  934. package/dist/models/MeetingRelationshipsSchema.d.ts +66 -3
  935. package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
  936. package/dist/models/MeetingRelationshipsSchema.js +30 -3
  937. package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
  938. package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
  939. package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
  940. package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
  941. package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
  942. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
  943. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
  944. package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
  945. package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
  946. package/dist/models/MeetingRelationshipsTeamDataSchema.d.ts +39 -0
  947. package/dist/models/MeetingRelationshipsTeamDataSchema.d.ts.map +1 -0
  948. package/dist/models/MeetingRelationshipsTeamDataSchema.js +51 -0
  949. package/dist/models/MeetingRelationshipsTeamDataSchema.js.map +1 -0
  950. package/dist/models/MeetingRelationshipsTeamSchema.d.ts +34 -0
  951. package/dist/models/MeetingRelationshipsTeamSchema.d.ts.map +1 -0
  952. package/dist/models/MeetingRelationshipsTeamSchema.js +50 -0
  953. package/dist/models/MeetingRelationshipsTeamSchema.js.map +1 -0
  954. package/dist/models/MeetingSpeakerStatSchema.d.ts +59 -0
  955. package/dist/models/MeetingSpeakerStatSchema.d.ts.map +1 -0
  956. package/dist/models/MeetingSpeakerStatSchema.js +63 -0
  957. package/dist/models/MeetingSpeakerStatSchema.js.map +1 -0
  958. package/dist/models/MeetingTranscriptSegmentSchema.d.ts +71 -0
  959. package/dist/models/MeetingTranscriptSegmentSchema.d.ts.map +1 -0
  960. package/dist/models/MeetingTranscriptSegmentSchema.js +67 -0
  961. package/dist/models/MeetingTranscriptSegmentSchema.js.map +1 -0
  962. package/dist/models/QuestionSchema.d.ts +200 -0
  963. package/dist/models/QuestionSchema.d.ts.map +1 -0
  964. package/dist/models/QuestionSchema.js +112 -0
  965. package/dist/models/QuestionSchema.js.map +1 -0
  966. package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
  967. package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
  968. package/dist/models/QuestionSchemaOptionsInner.js +53 -0
  969. package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
  970. package/dist/models/RecallWebhookRequest.d.ts +39 -0
  971. package/dist/models/RecallWebhookRequest.d.ts.map +1 -0
  972. package/dist/models/RecallWebhookRequest.js +51 -0
  973. package/dist/models/RecallWebhookRequest.js.map +1 -0
  974. package/dist/models/ResourcesMetaPageSchema.d.ts +20 -2
  975. package/dist/models/ResourcesMetaPageSchema.d.ts.map +1 -1
  976. package/dist/models/ResourcesMetaPageSchema.js +6 -0
  977. package/dist/models/ResourcesMetaPageSchema.js.map +1 -1
  978. package/dist/models/RunAttributesSchema.d.ts +13 -0
  979. package/dist/models/RunAttributesSchema.d.ts.map +1 -1
  980. package/dist/models/RunAttributesSchema.js +5 -0
  981. package/dist/models/RunAttributesSchema.js.map +1 -1
  982. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts +39 -0
  983. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts.map +1 -0
  984. package/dist/models/RunAttributesSchemaPausedAtStep.js +51 -0
  985. package/dist/models/RunAttributesSchemaPausedAtStep.js.map +1 -0
  986. package/dist/models/ScheduleAttributesSchema.d.ts +4 -3
  987. package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -1
  988. package/dist/models/ScheduleAttributesSchema.js +5 -8
  989. package/dist/models/ScheduleAttributesSchema.js.map +1 -1
  990. package/dist/models/ScheduleTargetSchema.d.ts +1 -1
  991. package/dist/models/SignalAttributesSchema.d.ts +180 -0
  992. package/dist/models/SignalAttributesSchema.d.ts.map +1 -0
  993. package/dist/models/SignalAttributesSchema.js +139 -0
  994. package/dist/models/SignalAttributesSchema.js.map +1 -0
  995. package/dist/models/SignalResourceSchema.d.ts +74 -0
  996. package/dist/models/SignalResourceSchema.d.ts.map +1 -0
  997. package/dist/models/SignalResourceSchema.js +74 -0
  998. package/dist/models/SignalResourceSchema.js.map +1 -0
  999. package/dist/models/SignalSchema.d.ts +49 -0
  1000. package/dist/models/SignalSchema.d.ts.map +1 -0
  1001. package/dist/models/SignalSchema.js +55 -0
  1002. package/dist/models/SignalSchema.js.map +1 -0
  1003. package/dist/models/SignalsSchema.d.ts +48 -0
  1004. package/dist/models/SignalsSchema.d.ts.map +1 -0
  1005. package/dist/models/SignalsSchema.js +56 -0
  1006. package/dist/models/SignalsSchema.js.map +1 -0
  1007. package/dist/models/StartGuestAttemptRequestBody.d.ts +41 -0
  1008. package/dist/models/StartGuestAttemptRequestBody.d.ts.map +1 -0
  1009. package/dist/models/StartGuestAttemptRequestBody.js +57 -0
  1010. package/dist/models/StartGuestAttemptRequestBody.js.map +1 -0
  1011. package/dist/models/StartGuestAttemptRequestBodyData.d.ts +46 -0
  1012. package/dist/models/StartGuestAttemptRequestBodyData.d.ts.map +1 -0
  1013. package/dist/models/StartGuestAttemptRequestBodyData.js +62 -0
  1014. package/dist/models/StartGuestAttemptRequestBodyData.js.map +1 -0
  1015. package/dist/models/StateAttributesSchema.d.ts +1 -0
  1016. package/dist/models/StateAttributesSchema.d.ts.map +1 -1
  1017. package/dist/models/StateAttributesSchema.js +1 -0
  1018. package/dist/models/StateAttributesSchema.js.map +1 -1
  1019. package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
  1020. package/dist/models/TalentAttributesSchema.d.ts +7 -0
  1021. package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
  1022. package/dist/models/TalentAttributesSchema.js +3 -0
  1023. package/dist/models/TalentAttributesSchema.js.map +1 -1
  1024. package/dist/models/TalentConsentSchema.d.ts +51 -0
  1025. package/dist/models/TalentConsentSchema.d.ts.map +1 -0
  1026. package/dist/models/TalentConsentSchema.js +55 -0
  1027. package/dist/models/TalentConsentSchema.js.map +1 -0
  1028. package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts +34 -0
  1029. package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts.map +1 -0
  1030. package/dist/models/TenantRelationshipsBoeCalendarSchema.js +50 -0
  1031. package/dist/models/TenantRelationshipsBoeCalendarSchema.js.map +1 -0
  1032. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts +39 -0
  1033. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts.map +1 -0
  1034. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js +51 -0
  1035. package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js.map +1 -0
  1036. package/dist/models/TenantRelationshipsFormsDataSchema.d.ts +39 -0
  1037. package/dist/models/TenantRelationshipsFormsDataSchema.d.ts.map +1 -0
  1038. package/dist/models/TenantRelationshipsFormsDataSchema.js +51 -0
  1039. package/dist/models/TenantRelationshipsFormsDataSchema.js.map +1 -0
  1040. package/dist/models/TenantRelationshipsFormsSchema.d.ts +34 -0
  1041. package/dist/models/TenantRelationshipsFormsSchema.d.ts.map +1 -0
  1042. package/dist/models/TenantRelationshipsFormsSchema.js +50 -0
  1043. package/dist/models/TenantRelationshipsFormsSchema.js.map +1 -0
  1044. package/dist/models/TenantRelationshipsSchema.d.ts +14 -0
  1045. package/dist/models/TenantRelationshipsSchema.d.ts.map +1 -1
  1046. package/dist/models/TenantRelationshipsSchema.js +6 -0
  1047. package/dist/models/TenantRelationshipsSchema.js.map +1 -1
  1048. package/dist/models/TenantsMetaPageSchema.d.ts +20 -2
  1049. package/dist/models/TenantsMetaPageSchema.d.ts.map +1 -1
  1050. package/dist/models/TenantsMetaPageSchema.js +6 -0
  1051. package/dist/models/TenantsMetaPageSchema.js.map +1 -1
  1052. package/dist/models/UpdateAggregateRequestBody.d.ts +34 -0
  1053. package/dist/models/UpdateAggregateRequestBody.d.ts.map +1 -0
  1054. package/dist/models/UpdateAggregateRequestBody.js +52 -0
  1055. package/dist/models/UpdateAggregateRequestBody.js.map +1 -0
  1056. package/dist/models/UpdateAggregateRequestBodyData.d.ts +53 -0
  1057. package/dist/models/UpdateAggregateRequestBodyData.d.ts.map +1 -0
  1058. package/dist/models/UpdateAggregateRequestBodyData.js +67 -0
  1059. package/dist/models/UpdateAggregateRequestBodyData.js.map +1 -0
  1060. package/dist/models/UpdateAttemptRequestBody.d.ts +34 -0
  1061. package/dist/models/UpdateAttemptRequestBody.d.ts.map +1 -0
  1062. package/dist/models/UpdateAttemptRequestBody.js +52 -0
  1063. package/dist/models/UpdateAttemptRequestBody.js.map +1 -0
  1064. package/dist/models/UpdateAttemptRequestBodyData.d.ts +71 -0
  1065. package/dist/models/UpdateAttemptRequestBodyData.d.ts.map +1 -0
  1066. package/dist/models/UpdateAttemptRequestBodyData.js +70 -0
  1067. package/dist/models/UpdateAttemptRequestBodyData.js.map +1 -0
  1068. package/dist/models/UpdateCalendarRequestSchema.d.ts +34 -0
  1069. package/dist/models/UpdateCalendarRequestSchema.d.ts.map +1 -0
  1070. package/dist/models/UpdateCalendarRequestSchema.js +50 -0
  1071. package/dist/models/UpdateCalendarRequestSchema.js.map +1 -0
  1072. package/dist/models/UpdateCalendarRequestSchemaData.d.ts +53 -0
  1073. package/dist/models/UpdateCalendarRequestSchemaData.d.ts.map +1 -0
  1074. package/dist/models/UpdateCalendarRequestSchemaData.js +65 -0
  1075. package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -0
  1076. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +72 -0
  1077. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  1078. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +68 -0
  1079. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js.map +1 -0
  1080. package/dist/models/UpdateCommentRequestSchema.d.ts +34 -0
  1081. package/dist/models/UpdateCommentRequestSchema.d.ts.map +1 -0
  1082. package/dist/models/UpdateCommentRequestSchema.js +50 -0
  1083. package/dist/models/UpdateCommentRequestSchema.js.map +1 -0
  1084. package/dist/models/UpdateCommentRequestSchemaData.d.ts +53 -0
  1085. package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -0
  1086. package/dist/models/UpdateCommentRequestSchemaData.js +65 -0
  1087. package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -0
  1088. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts +45 -0
  1089. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  1090. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js +53 -0
  1091. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js.map +1 -0
  1092. package/dist/models/UpdateEventRequestSchema.d.ts +34 -0
  1093. package/dist/models/UpdateEventRequestSchema.d.ts.map +1 -0
  1094. package/dist/models/UpdateEventRequestSchema.js +50 -0
  1095. package/dist/models/UpdateEventRequestSchema.js.map +1 -0
  1096. package/dist/models/UpdateEventRequestSchemaData.d.ts +53 -0
  1097. package/dist/models/UpdateEventRequestSchemaData.d.ts.map +1 -0
  1098. package/dist/models/UpdateEventRequestSchemaData.js +65 -0
  1099. package/dist/models/UpdateEventRequestSchemaData.js.map +1 -0
  1100. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts +111 -0
  1101. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  1102. package/dist/models/UpdateEventRequestSchemaDataAttributes.js +83 -0
  1103. package/dist/models/UpdateEventRequestSchemaDataAttributes.js.map +1 -0
  1104. package/dist/models/UpdateFormRequestBodyData.d.ts +1 -1
  1105. package/dist/models/UpdateFormRequestBodyData.js +1 -1
  1106. package/dist/models/UpdateFormRequestBodyData.js.map +1 -1
  1107. package/dist/models/UpdateGuestAttemptRequestBody.d.ts +41 -0
  1108. package/dist/models/UpdateGuestAttemptRequestBody.d.ts.map +1 -0
  1109. package/dist/models/UpdateGuestAttemptRequestBody.js +57 -0
  1110. package/dist/models/UpdateGuestAttemptRequestBody.js.map +1 -0
  1111. package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts +53 -0
  1112. package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts.map +1 -0
  1113. package/dist/models/UpdateGuestAttemptRequestBodyData.js +65 -0
  1114. package/dist/models/UpdateGuestAttemptRequestBodyData.js.map +1 -0
  1115. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts +59 -0
  1116. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts.map +1 -0
  1117. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js +62 -0
  1118. package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js.map +1 -0
  1119. package/dist/models/UploadGuestAttemptFileRequestBody.d.ts +78 -0
  1120. package/dist/models/UploadGuestAttemptFileRequestBody.d.ts.map +1 -0
  1121. package/dist/models/UploadGuestAttemptFileRequestBody.js +71 -0
  1122. package/dist/models/UploadGuestAttemptFileRequestBody.js.map +1 -0
  1123. package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts +38 -0
  1124. package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts.map +1 -0
  1125. package/dist/models/UploadGuestAttemptFileResponseSchema.js +50 -0
  1126. package/dist/models/UploadGuestAttemptFileResponseSchema.js.map +1 -0
  1127. package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts +47 -0
  1128. package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts.map +1 -0
  1129. package/dist/models/UploadGuestAttemptFileResponseSchemaData.js +59 -0
  1130. package/dist/models/UploadGuestAttemptFileResponseSchemaData.js.map +1 -0
  1131. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts +63 -0
  1132. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts.map +1 -0
  1133. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js +59 -0
  1134. package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js.map +1 -0
  1135. package/dist/models/UserAttributesSchema.d.ts +24 -1
  1136. package/dist/models/UserAttributesSchema.d.ts.map +1 -1
  1137. package/dist/models/UserAttributesSchema.js +10 -0
  1138. package/dist/models/UserAttributesSchema.js.map +1 -1
  1139. package/dist/models/index.d.ts +219 -17
  1140. package/dist/models/index.d.ts.map +1 -1
  1141. package/dist/models/index.js +219 -17
  1142. package/dist/models/index.js.map +1 -1
  1143. package/package.json +1 -1
  1144. package/dist/models/AdAttributesSchemaImagesInner.d.ts +0 -45
  1145. package/dist/models/AdAttributesSchemaImagesInner.d.ts.map +0 -1
  1146. package/dist/models/AdAttributesSchemaImagesInner.js +0 -53
  1147. package/dist/models/AdAttributesSchemaImagesInner.js.map +0 -1
  1148. package/dist/models/BriefRelationshipsFormsSchema.d.ts +0 -34
  1149. package/dist/models/BriefRelationshipsFormsSchema.d.ts.map +0 -1
  1150. package/dist/models/BriefRelationshipsFormsSchema.js +0 -50
  1151. package/dist/models/CallRelationshipsTranslationsDataSchema.d.ts +0 -39
  1152. package/dist/models/CallRelationshipsTranslationsDataSchema.js +0 -51
  1153. package/dist/models/CallRelationshipsTranslationsSchema.d.ts +0 -34
  1154. package/dist/models/CallRelationshipsTranslationsSchema.js +0 -50
  1155. package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +0 -39
  1156. package/dist/models/ChatRelationshipsTranslationsDataSchema.js +0 -51
  1157. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +0 -34
  1158. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +0 -1
  1159. package/dist/models/ChatRelationshipsTranslationsSchema.js +0 -50
  1160. package/dist/models/ChatRelationshipsTranslationsSchema.js.map +0 -1
  1161. package/dist/models/FileRelationshipsLinkDataSchema.d.ts +0 -39
  1162. package/dist/models/FileRelationshipsLinkDataSchema.js +0 -51
  1163. package/dist/models/FileRelationshipsLinkSchema.d.ts +0 -34
  1164. package/dist/models/FileRelationshipsLinkSchema.js +0 -50
  1165. package/dist/models/FinderAttributesSchemaQuery.d.ts +0 -26
  1166. package/dist/models/FinderAttributesSchemaQuery.d.ts.map +0 -1
  1167. package/dist/models/FinderAttributesSchemaQuery.js +0 -72
  1168. package/dist/models/FinderAttributesSchemaQuery.js.map +0 -1
  1169. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts +0 -34
  1170. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts.map +0 -1
  1171. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js +0 -50
  1172. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js.map +0 -1
  1173. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts +0 -34
  1174. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts.map +0 -1
  1175. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js +0 -50
  1176. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js.map +0 -1
  1177. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts +0 -39
  1178. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts.map +0 -1
  1179. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js +0 -51
  1180. package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js.map +0 -1
  1181. package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts +0 -69
  1182. package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts.map +0 -1
  1183. package/dist/models/MeetingAttendeeResponseAttributesSchema.js +0 -61
  1184. package/dist/models/MeetingAttendeeResponseAttributesSchema.js.map +0 -1
  1185. package/dist/models/MeetingRelationshipsParticipantsDataSchema.d.ts +0 -39
  1186. package/dist/models/MeetingRelationshipsParticipantsDataSchema.js +0 -51
  1187. package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts +0 -34
  1188. package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts.map +0 -1
  1189. package/dist/models/MeetingRelationshipsParticipantsSchema.js +0 -50
  1190. package/dist/models/MeetingRelationshipsParticipantsSchema.js.map +0 -1
  1191. package/dist/models/UpdateLinkRequestBody.d.ts +0 -34
  1192. package/dist/models/UpdateLinkRequestBody.d.ts.map +0 -1
  1193. package/dist/models/UpdateLinkRequestBody.js +0 -52
  1194. package/dist/models/UpdateLinkRequestBody.js.map +0 -1
  1195. package/dist/models/UpdateLinkRequestBodyData.d.ts +0 -53
  1196. package/dist/models/UpdateLinkRequestBodyData.d.ts.map +0 -1
  1197. package/dist/models/UpdateLinkRequestBodyData.js +0 -67
  1198. package/dist/models/UpdateLinkRequestBodyData.js.map +0 -1
@@ -0,0 +1,59 @@
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.instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes = instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes;
17
+ exports.UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON = UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON;
18
+ exports.UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped = UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped;
19
+ exports.UploadGuestAttemptFileResponseSchemaDataAttributesToJSON = UploadGuestAttemptFileResponseSchemaDataAttributesToJSON;
20
+ exports.UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped = UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the UploadGuestAttemptFileResponseSchemaDataAttributes interface.
23
+ */
24
+ function instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes(value) {
25
+ return true;
26
+ }
27
+ function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON(json) {
28
+ return UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped(json, false);
29
+ }
30
+ function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'uploadUrl': json['uploadUrl'] == null ? undefined : json['uploadUrl'],
36
+ 'fileKey': json['fileKey'] == null ? undefined : json['fileKey'],
37
+ 'fileName': json['fileName'] == null ? undefined : json['fileName'],
38
+ 'contentType': json['contentType'] == null ? undefined : json['contentType'],
39
+ 'extension': json['extension'] == null ? undefined : json['extension'],
40
+ 'questionId': json['questionId'] == null ? undefined : json['questionId'],
41
+ };
42
+ }
43
+ function UploadGuestAttemptFileResponseSchemaDataAttributesToJSON(json) {
44
+ return UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped(json, false);
45
+ }
46
+ function UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'uploadUrl': value['uploadUrl'],
52
+ 'fileKey': value['fileKey'],
53
+ 'fileName': value['fileName'],
54
+ 'contentType': value['contentType'],
55
+ 'extension': value['extension'],
56
+ 'questionId': value['questionId'],
57
+ };
58
+ }
59
+ //# sourceMappingURL=UploadGuestAttemptFileResponseSchemaDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UploadGuestAttemptFileResponseSchemaDataAttributes.js","sourceRoot":"","sources":["../../src/models/UploadGuestAttemptFileResponseSchemaDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkDH,oIAEC;AAED,gIAEC;AAED,0IAaC;AAED,4HAEC;AAED,sIAcC;AA5CD;;GAEG;AACH,SAAgB,4DAA4D,CAAC,KAAa;IACtF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0DAA0D,CAAC,IAAS;IAChF,OAAO,+DAA+D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxF,CAAC;AAED,SAAgB,+DAA+D,CAAC,IAAS,EAAE,mBAA4B;IACnH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC5E,CAAC;AACN,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS;IAC9E,OAAO,6DAA6D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtF,CAAC;AAED,SAAgB,6DAA6D,CAAC,KAAiE,EAAE,sBAA+B,KAAK;IACjL,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
@@ -48,11 +48,26 @@ export interface UserAttributesSchema {
48
48
  */
49
49
  phone?: string;
50
50
  /**
51
- *
51
+ * Marks tenant-internal system users (admins, integrations, the Boe bot). Distinct from `type` - `isSystem=true` only means 'not a regular end-user'; the human-vs-bot split lives in `type`.
52
52
  * @type {boolean}
53
53
  * @memberof UserAttributesSchema
54
54
  */
55
55
  isSystem?: boolean;
56
+ /**
57
+ * Discriminator for human-vs-bot users.
58
+ * 'ai' - Boe bot user. tenant.relationships.boeUser points at one
59
+ * of these per tenant. Drives the createMeetingAttendee
60
+ * AI-dispatch decision: principalType=user + user.type='ai'
61
+ * makes the meeting service spawn a Fargate bot instead of
62
+ * returning Chime join credentials.
63
+ * 'human' - regular user (recruiter, observer, candidate-with-account).
64
+ * null - legacy rows without the field; treated as 'human' by the
65
+ * server (safer default - we'd rather miss a bot dispatch
66
+ * than accidentally dispatch a Fargate task for a real human).
67
+ * @type {UserAttributesSchemaTypeEnum}
68
+ * @memberof UserAttributesSchema
69
+ */
70
+ type?: UserAttributesSchemaTypeEnum | null;
56
71
  /**
57
72
  *
58
73
  * @type {{ [key: string]: any; }}
@@ -102,6 +117,14 @@ export interface UserAttributesSchema {
102
117
  */
103
118
  timestamps?: ResourceTimestampsSchema;
104
119
  }
120
+ /**
121
+ * @export
122
+ */
123
+ export declare const UserAttributesSchemaTypeEnum: {
124
+ readonly Human: "human";
125
+ readonly Ai: "ai";
126
+ };
127
+ export type UserAttributesSchemaTypeEnum = typeof UserAttributesSchemaTypeEnum[keyof typeof UserAttributesSchemaTypeEnum];
105
128
  /**
106
129
  * Check if a given object implements the UserAttributesSchema interface.
107
130
  */
@@ -1 +1 @@
1
- {"version":3,"file":"UserAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/UserAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAOvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAI3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAoB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAqB9H"}
1
+ {"version":3,"file":"UserAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/UserAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAOvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;;;;;;;;OAaG;IACH,IAAI,CAAC,EAAE,4BAA4B,GAAG,IAAI,CAAC;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;CAG/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAG1H;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAI3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAqB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsB9H"}
@@ -13,6 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UserAttributesSchemaTypeEnum = void 0;
16
17
  exports.instanceOfUserAttributesSchema = instanceOfUserAttributesSchema;
17
18
  exports.UserAttributesSchemaFromJSON = UserAttributesSchemaFromJSON;
18
19
  exports.UserAttributesSchemaFromJSONTyped = UserAttributesSchemaFromJSONTyped;
@@ -20,6 +21,13 @@ exports.UserAttributesSchemaToJSON = UserAttributesSchemaToJSON;
20
21
  exports.UserAttributesSchemaToJSONTyped = UserAttributesSchemaToJSONTyped;
21
22
  const UserHistoryEventSchema_1 = require("./UserHistoryEventSchema");
22
23
  const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.UserAttributesSchemaTypeEnum = {
28
+ Human: 'human',
29
+ Ai: 'ai'
30
+ };
23
31
  /**
24
32
  * Check if a given object implements the UserAttributesSchema interface.
25
33
  */
@@ -44,6 +52,7 @@ function UserAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
44
52
  'locale': json['locale'] == null ? undefined : json['locale'],
45
53
  'phone': json['phone'] == null ? undefined : json['phone'],
46
54
  'isSystem': json['isSystem'] == null ? undefined : json['isSystem'],
55
+ 'type': json['type'] == null ? undefined : json['type'],
47
56
  'address': json['address'] == null ? undefined : json['address'],
48
57
  'settings': json['settings'] == null ? undefined : json['settings'],
49
58
  'connections': json['connections'] == null ? undefined : json['connections'],
@@ -67,6 +76,7 @@ function UserAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
67
76
  'locale': value['locale'],
68
77
  'phone': value['phone'],
69
78
  'isSystem': value['isSystem'],
79
+ 'type': value['type'],
70
80
  'address': value['address'],
71
81
  'settings': value['settings'],
72
82
  'connections': value['connections'],
@@ -1 +1 @@
1
- {"version":3,"file":"UserAttributesSchema.js","sourceRoot":"","sources":["../../src/models/UserAttributesSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserAttributesSchema.js","sourceRoot":"","sources":["../../src/models/UserAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,21 @@
1
1
  export * from './AdAttributesSchema';
2
- export * from './AdAttributesSchemaImagesInner';
2
+ export * from './AdAttributesSchemaFilesInner';
3
3
  export * from './AdRelationshipsJobDataSchema';
4
4
  export * from './AdRelationshipsJobSchema';
5
5
  export * from './AdRelationshipsSchema';
6
6
  export * from './AdResourceSchema';
7
7
  export * from './AdSchema';
8
8
  export * from './AdsSchema';
9
+ export * from './AggregateAttributesSchema';
10
+ export * from './AggregateCountsBucketSchema';
11
+ export * from './AggregateResourceSchema';
12
+ export * from './AggregateSchema';
13
+ export * from './AggregatesMetaSchema';
14
+ export * from './AggregatesSchema';
15
+ export * from './AnswerFileSchema';
16
+ export * from './AnswerSchema';
17
+ export * from './AnswerSchemaValue';
18
+ export * from './AnswerSchemaValueOneOf';
9
19
  export * from './ApikeyAttributesSchema';
10
20
  export * from './ApikeyRelationshipsSchema';
11
21
  export * from './ApikeyRelationshipsUserDataSchema';
@@ -22,8 +32,29 @@ export * from './AssessmentRelationshipsSchema';
22
32
  export * from './AssessmentResourceSchema';
23
33
  export * from './AssessmentSchema';
24
34
  export * from './AssessmentsSchema';
35
+ export * from './AttemptAttributesSchema';
36
+ export * from './AttemptEvaluationSchema';
37
+ export * from './AttemptEvaluationSchemaPerQuestionInner';
38
+ export * from './AttemptProctoringSchema';
39
+ export * from './AttemptRelationshipsAssessmentDataSchema';
40
+ export * from './AttemptRelationshipsAssessmentSchema';
41
+ export * from './AttemptRelationshipsCandidateDataSchema';
42
+ export * from './AttemptRelationshipsCandidateSchema';
43
+ export * from './AttemptRelationshipsFilesDataSchema';
44
+ export * from './AttemptRelationshipsFilesSchema';
45
+ export * from './AttemptRelationshipsJobDataSchema';
46
+ export * from './AttemptRelationshipsJobSchema';
47
+ export * from './AttemptRelationshipsReportDataSchema';
48
+ export * from './AttemptRelationshipsReportSchema';
49
+ export * from './AttemptRelationshipsSchema';
50
+ export * from './AttemptResourceSchema';
51
+ export * from './AttemptSchema';
52
+ export * from './AttemptsSchema';
25
53
  export * from './BriefAttributesSchema';
26
- export * from './BriefRelationshipsFormsSchema';
54
+ export * from './BriefAttributesSchemaIntakeContext';
55
+ export * from './BriefAttributesSchemaIntakeContextProcessInner';
56
+ export * from './BriefAttributesSchemaIntakeContextTeam';
57
+ export * from './BriefCriterionSchema';
27
58
  export * from './BriefRelationshipsJobsSchema';
28
59
  export * from './BriefRelationshipsSchema';
29
60
  export * from './BriefRelationshipsUsersSchema';
@@ -38,14 +69,46 @@ export * from './BrowserRelationshipsTranslationsSchema';
38
69
  export * from './BrowserResourceSchema';
39
70
  export * from './BrowserSchema';
40
71
  export * from './BrowsersSchema';
72
+ export * from './CalendarAttributesSchema';
73
+ export * from './CalendarRelationshipsOwnerSchema';
74
+ export * from './CalendarRelationshipsSchema';
75
+ export * from './CalendarResourceSchema';
76
+ export * from './CalendarResponseDocument';
77
+ export * from './CalendarWorkingHoursSchema';
78
+ export * from './CalendarsResponseDocument';
41
79
  export * from './CallAttributesSchema';
80
+ export * from './CallAttributesSchemaDelivery';
81
+ export * from './CallAttributesSchemaRecording';
82
+ export * from './CallAttributesSchemaSpeakerStatsInner';
83
+ export * from './CallAttributesSchemaTranscriptSegmentsInner';
84
+ export * from './CallMetaSchema';
85
+ export * from './CallRelationshipsBoeUserDataSchema';
86
+ export * from './CallRelationshipsBoeUserSchema';
87
+ export * from './CallRelationshipsBriefDataSchema';
88
+ export * from './CallRelationshipsBriefSchema';
89
+ export * from './CallRelationshipsCandidateDataSchema';
90
+ export * from './CallRelationshipsCandidateSchema';
91
+ export * from './CallRelationshipsConversationDataSchema';
92
+ export * from './CallRelationshipsConversationSchema';
93
+ export * from './CallRelationshipsFilesDataSchema';
94
+ export * from './CallRelationshipsFilesSchema';
95
+ export * from './CallRelationshipsJobDataSchema';
96
+ export * from './CallRelationshipsJobSchema';
97
+ export * from './CallRelationshipsLinksDataSchema';
98
+ export * from './CallRelationshipsLinksSchema';
99
+ export * from './CallRelationshipsScheduleDataSchema';
100
+ export * from './CallRelationshipsScheduleSchema';
42
101
  export * from './CallRelationshipsSchema';
43
- export * from './CallRelationshipsTranslationsDataSchema';
44
- export * from './CallRelationshipsTranslationsSchema';
102
+ export * from './CallRelationshipsTalentDataSchema';
103
+ export * from './CallRelationshipsTalentSchema';
104
+ export * from './CallRelationshipsUserDataSchema';
105
+ export * from './CallRelationshipsUserSchema';
45
106
  export * from './CallResourceSchema';
46
107
  export * from './CallSchema';
47
108
  export * from './CallsSchema';
48
109
  export * from './CandidateAttributesSchema';
110
+ export * from './CandidateAttributesSchemaOverallMatchRating';
111
+ export * from './CandidateAttributesSchemaPrevOverallMatchRating';
49
112
  export * from './CandidateAttributesSchemaRecommendationStatusCode';
50
113
  export * from './CandidateCriteriaSchema';
51
114
  export * from './CandidateRelationshipsFilesDataSchema';
@@ -65,17 +128,51 @@ export * from './CandidateResourceSchema';
65
128
  export * from './CandidateSchema';
66
129
  export * from './CandidatesSchema';
67
130
  export * from './ChatAttributesSchema';
131
+ export * from './ChatMetaSchema';
132
+ export * from './ChatRelationshipsBoeUserDataSchema';
133
+ export * from './ChatRelationshipsBoeUserSchema';
134
+ export * from './ChatRelationshipsCandidateDataSchema';
135
+ export * from './ChatRelationshipsCandidateSchema';
136
+ export * from './ChatRelationshipsConversationDataSchema';
137
+ export * from './ChatRelationshipsConversationSchema';
138
+ export * from './ChatRelationshipsFilesDataSchema';
139
+ export * from './ChatRelationshipsFilesSchema';
140
+ export * from './ChatRelationshipsLinksDataSchema';
141
+ export * from './ChatRelationshipsLinksSchema';
142
+ export * from './ChatRelationshipsScheduleDataSchema';
143
+ export * from './ChatRelationshipsScheduleSchema';
68
144
  export * from './ChatRelationshipsSchema';
69
- export * from './ChatRelationshipsTranslationsDataSchema';
70
- export * from './ChatRelationshipsTranslationsSchema';
145
+ export * from './ChatRelationshipsTalentDataSchema';
146
+ export * from './ChatRelationshipsTalentSchema';
147
+ export * from './ChatRelationshipsUserDataSchema';
148
+ export * from './ChatRelationshipsUserSchema';
71
149
  export * from './ChatResourceSchema';
72
150
  export * from './ChatSchema';
73
151
  export * from './ChatsSchema';
152
+ export * from './CommentAttributesSchema';
153
+ export * from './CommentRelationshipsAuthorSchema';
154
+ export * from './CommentRelationshipsAuthorSchemaData';
155
+ export * from './CommentRelationshipsSchema';
156
+ export * from './CommentResourceSchema';
157
+ export * from './CommentResponseDocument';
158
+ export * from './CommentsResponseDocument';
74
159
  export * from './ConversationAttributesSchema';
75
160
  export * from './ConversationAttributesSchemaName';
161
+ export * from './ConversationRelationshipsCallsDataSchema';
162
+ export * from './ConversationRelationshipsCallsSchema';
76
163
  export * from './ConversationRelationshipsCandidateDataSchema';
77
164
  export * from './ConversationRelationshipsCandidateSchema';
165
+ export * from './ConversationRelationshipsChatsDataSchema';
166
+ export * from './ConversationRelationshipsChatsSchema';
167
+ export * from './ConversationRelationshipsEmailsDataSchema';
168
+ export * from './ConversationRelationshipsEmailsSchema';
169
+ export * from './ConversationRelationshipsJobDataSchema';
170
+ export * from './ConversationRelationshipsJobSchema';
171
+ export * from './ConversationRelationshipsMeetingsDataSchema';
172
+ export * from './ConversationRelationshipsMeetingsSchema';
78
173
  export * from './ConversationRelationshipsSchema';
174
+ export * from './ConversationRelationshipsTalentDataSchema';
175
+ export * from './ConversationRelationshipsTalentSchema';
79
176
  export * from './ConversationResourceSchema';
80
177
  export * from './ConversationSchema';
81
178
  export * from './ConversationsSchema';
@@ -85,20 +182,31 @@ export * from './CreateApikeyRequestBody';
85
182
  export * from './CreateApikeyRequestBodyData';
86
183
  export * from './CreateAssessmentRequestBody';
87
184
  export * from './CreateAssessmentRequestBodyData';
185
+ export * from './CreateAttemptRequestBody';
186
+ export * from './CreateAttemptRequestBodyData';
88
187
  export * from './CreateBriefRequestBody';
89
188
  export * from './CreateBriefRequestBodyData';
90
189
  export * from './CreateBrowserRequestBody';
91
190
  export * from './CreateBrowserRequestBodyData';
191
+ export * from './CreateCalendarRequestSchema';
192
+ export * from './CreateCalendarRequestSchemaData';
193
+ export * from './CreateCalendarRequestSchemaDataAttributes';
92
194
  export * from './CreateCallRequestBody';
93
195
  export * from './CreateCallRequestBodyData';
94
196
  export * from './CreateCandidateRequestBody';
95
197
  export * from './CreateCandidateRequestBodyData';
96
198
  export * from './CreateChatRequestBody';
97
199
  export * from './CreateChatRequestBodyData';
200
+ export * from './CreateCommentRequestSchema';
201
+ export * from './CreateCommentRequestSchemaData';
202
+ export * from './CreateCommentRequestSchemaDataAttributes';
98
203
  export * from './CreateConversationRequestBody';
99
204
  export * from './CreateConversationRequestBodyData';
100
205
  export * from './CreateEmailRequestBody';
101
206
  export * from './CreateEmailRequestBodyData';
207
+ export * from './CreateEventRequestSchema';
208
+ export * from './CreateEventRequestSchemaData';
209
+ export * from './CreateEventRequestSchemaDataAttributes';
102
210
  export * from './CreateFeedbackRequestBody';
103
211
  export * from './CreateFeedbackRequestBodyData';
104
212
  export * from './CreateFileRequestBody';
@@ -116,6 +224,7 @@ export * from './CreateLabelRequestBody';
116
224
  export * from './CreateLabelRequestBodyData';
117
225
  export * from './CreateLinkRequestBody';
118
226
  export * from './CreateLinkRequestBodyData';
227
+ export * from './CreateLinkRequestBodyDataAttributes';
119
228
  export * from './CreateMeetingAiSessionRequestBody';
120
229
  export * from './CreateMeetingAiSessionRequestBodyData';
121
230
  export * from './CreateMeetingAttendeeRequestBody';
@@ -158,12 +267,19 @@ export * from './CreateUserUploadRequestBodyData';
158
267
  export * from './CreateUserUploadRequestBodyDataAttributes';
159
268
  export * from './CreateWebhookRequestBody';
160
269
  export * from './CreateWebhookRequestBodyData';
270
+ export * from './DialCall202Response';
271
+ export * from './DialCall202ResponseData';
272
+ export * from './DialCall202ResponseDataAttributes';
161
273
  export * from './EmailAttributesSchema';
162
274
  export * from './EmailAttributesSchemaAttachmentsInner';
163
275
  export * from './EmailRelationshipsCandidateDataSchema';
164
276
  export * from './EmailRelationshipsCandidateSchema';
165
277
  export * from './EmailRelationshipsConversationsDataSchema';
166
278
  export * from './EmailRelationshipsConversationsSchema';
279
+ export * from './EmailRelationshipsFilesDataSchema';
280
+ export * from './EmailRelationshipsFilesSchema';
281
+ export * from './EmailRelationshipsLinksDataSchema';
282
+ export * from './EmailRelationshipsLinksSchema';
167
283
  export * from './EmailRelationshipsOperationDataSchema';
168
284
  export * from './EmailRelationshipsOperationSchema';
169
285
  export * from './EmailRelationshipsReportDataSchema';
@@ -178,6 +294,16 @@ export * from './EmailSchema';
178
294
  export * from './EmailsSchema';
179
295
  export * from './ErrorObjectSchema';
180
296
  export * from './ErrorSchema';
297
+ export * from './EventAttributesSchema';
298
+ export * from './EventAttributesSchemaAttendeesInner';
299
+ export * from './EventRelationshipsSchema';
300
+ export * from './EventRelationshipsSchemaCalendar';
301
+ export * from './EventRelationshipsSchemaCalendarData';
302
+ export * from './EventRelationshipsSchemaSource';
303
+ export * from './EventRelationshipsSchemaSourceData';
304
+ export * from './EventResourceSchema';
305
+ export * from './EventResponseDocument';
306
+ export * from './EventsResponseDocument';
181
307
  export * from './FeedbackAttributesSchema';
182
308
  export * from './FeedbackOutcomeRuleSchema';
183
309
  export * from './FeedbackOutcomeRuleSchemaLinksInner';
@@ -190,14 +316,16 @@ export * from './FeedbackResourceSchema';
190
316
  export * from './FeedbackSchema';
191
317
  export * from './FeedbacksSchema';
192
318
  export * from './FileAttributesSchema';
193
- export * from './FileRelationshipsLinkDataSchema';
194
- export * from './FileRelationshipsLinkSchema';
319
+ export * from './FileAttributesSchemaPagesInner';
320
+ export * from './FilePreviewMetaSchema';
321
+ export * from './FilePreviewMetaSchemaPreviewUrls';
322
+ export * from './FileRelationshipsLinksDataSchema';
323
+ export * from './FileRelationshipsLinksSchema';
195
324
  export * from './FileRelationshipsSchema';
196
325
  export * from './FileResourceSchema';
197
326
  export * from './FileSchema';
198
327
  export * from './FilesSchema';
199
328
  export * from './FinderAttributesSchema';
200
- export * from './FinderAttributesSchemaQuery';
201
329
  export * from './FinderQueryCandidatesSchema';
202
330
  export * from './FinderQueryEmailsSchema';
203
331
  export * from './FinderQueryJobsSchema';
@@ -223,6 +351,11 @@ export * from './FormRelationshipsTranslationsSchema';
223
351
  export * from './FormResourceSchema';
224
352
  export * from './FormSchema';
225
353
  export * from './FormsSchema';
354
+ export * from './GuestAttemptSchema';
355
+ export * from './GuestMeetingAttendeeAttributesSchema';
356
+ export * from './GuestMeetingAttendeeResourceSchema';
357
+ export * from './GuestMeetingAttendeesSchema';
358
+ export * from './GuestMetaSchema';
226
359
  export * from './JobAttributesLocationItemSchema';
227
360
  export * from './JobAttributesOrganizationAddressSchema';
228
361
  export * from './JobAttributesOrganizationSchema';
@@ -239,10 +372,20 @@ export * from './JobAttributesSettingsPersonaSchema';
239
372
  export * from './JobAttributesSettingsSchema';
240
373
  export * from './JobAttributesSiteItemSchema';
241
374
  export * from './JobCriteriaSchema';
375
+ export * from './JobRelationshipsAdsDataSchema';
376
+ export * from './JobRelationshipsAdsSchema';
377
+ export * from './JobRelationshipsAssessmentsDataSchema';
378
+ export * from './JobRelationshipsAssessmentsSchema';
379
+ export * from './JobRelationshipsBriefsDataSchema';
380
+ export * from './JobRelationshipsBriefsSchema';
242
381
  export * from './JobRelationshipsCandidatesDataSchema';
243
382
  export * from './JobRelationshipsCandidatesSchema';
244
383
  export * from './JobRelationshipsConversationsDataSchema';
245
384
  export * from './JobRelationshipsConversationsSchema';
385
+ export * from './JobRelationshipsFeedbacksDataSchema';
386
+ export * from './JobRelationshipsFeedbacksSchema';
387
+ export * from './JobRelationshipsFormsDataSchema';
388
+ export * from './JobRelationshipsFormsSchema';
246
389
  export * from './JobRelationshipsOperationsDataSchema';
247
390
  export * from './JobRelationshipsOperationsSchema';
248
391
  export * from './JobRelationshipsPersonasDataSchema';
@@ -276,24 +419,50 @@ export * from './ListUserRolesRelationship';
276
419
  export * from './MeetingAiSessionAttributesSchema';
277
420
  export * from './MeetingAiSessionAttributesSchemaRealtimeSession';
278
421
  export * from './MeetingAiSessionResourceSchema';
422
+ export * from './MeetingAiSessionResourceSchemaAllOfRelationships';
279
423
  export * from './MeetingAiSessionSchema';
280
424
  export * from './MeetingAiSessionSettingsSchema';
281
425
  export * from './MeetingAttendeeAttributesSchema';
426
+ export * from './MeetingAttendeeAttributesSchemaExperienceRating';
427
+ export * from './MeetingAttendeeRelationshipsSchema';
428
+ export * from './MeetingAttendeeRelationshipsSchemaCandidate';
429
+ export * from './MeetingAttendeeRelationshipsSchemaMeeting';
430
+ export * from './MeetingAttendeeRelationshipsSchemaMeetingData';
431
+ export * from './MeetingAttendeeRelationshipsSchemaTalent';
432
+ export * from './MeetingAttendeeRelationshipsSchemaUser';
282
433
  export * from './MeetingAttendeeResourceSchema';
283
- export * from './MeetingAttendeeResourceSchemaAllOfRelationships';
284
- export * from './MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting';
285
- export * from './MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData';
286
- export * from './MeetingAttendeeResponseAttributesSchema';
287
434
  export * from './MeetingAttendeeSchema';
435
+ export * from './MeetingAttendeesSchema';
288
436
  export * from './MeetingAttributesSchema';
437
+ export * from './MeetingAttributesSchemaDelivery';
289
438
  export * from './MeetingLobbyAttributesSchema';
290
439
  export * from './MeetingLobbyResourceSchema';
291
440
  export * from './MeetingLobbySchema';
292
- export * from './MeetingRelationshipsParticipantsDataSchema';
293
- export * from './MeetingRelationshipsParticipantsSchema';
441
+ export * from './MeetingRecallSchema';
442
+ export * from './MeetingRelationshipsAttendeesDataSchema';
443
+ export * from './MeetingRelationshipsAttendeesSchema';
444
+ export * from './MeetingRelationshipsCalendarSchema';
445
+ export * from './MeetingRelationshipsCalendarSchemaData';
446
+ export * from './MeetingRelationshipsCandidateSchema';
447
+ export * from './MeetingRelationshipsCandidateSchemaData';
448
+ export * from './MeetingRelationshipsConversationSchema';
449
+ export * from './MeetingRelationshipsConversationSchemaData';
450
+ export * from './MeetingRelationshipsFilesDataSchema';
451
+ export * from './MeetingRelationshipsFilesSchema';
452
+ export * from './MeetingRelationshipsHostSchema';
453
+ export * from './MeetingRelationshipsJobSchema';
454
+ export * from './MeetingRelationshipsJobSchemaData';
455
+ export * from './MeetingRelationshipsLinksDataSchema';
456
+ export * from './MeetingRelationshipsLinksSchema';
294
457
  export * from './MeetingRelationshipsSchema';
458
+ export * from './MeetingRelationshipsTalentSchema';
459
+ export * from './MeetingRelationshipsTalentSchemaData';
460
+ export * from './MeetingRelationshipsTeamDataSchema';
461
+ export * from './MeetingRelationshipsTeamSchema';
295
462
  export * from './MeetingResourceSchema';
296
463
  export * from './MeetingSchema';
464
+ export * from './MeetingSpeakerStatSchema';
465
+ export * from './MeetingTranscriptSegmentSchema';
297
466
  export * from './MeetingTranscriptionAttributesSchema';
298
467
  export * from './MeetingTranscriptionRequestBody';
299
468
  export * from './MeetingTranscriptionRequestBodyData';
@@ -346,6 +515,9 @@ export * from './PersonasSchema';
346
515
  export * from './PurchaseTenantPhoneNumberRequest';
347
516
  export * from './PurchaseTenantPhoneNumberRequestData';
348
517
  export * from './PurchaseTenantPhoneNumberRequestDataAttributes';
518
+ export * from './QuestionSchema';
519
+ export * from './QuestionSchemaOptionsInner';
520
+ export * from './RecallWebhookRequest';
349
521
  export * from './ReportAttributesSchema';
350
522
  export * from './ReportRelationshipsSchema';
351
523
  export * from './ReportRelationshipsTenantsDataSchema';
@@ -373,6 +545,7 @@ export * from './RoleSchema';
373
545
  export * from './RolesSchema';
374
546
  export * from './RunAttributesSchema';
375
547
  export * from './RunAttributesSchema1';
548
+ export * from './RunAttributesSchemaPausedAtStep';
376
549
  export * from './RunAttributesSchemaTimestamps';
377
550
  export * from './RunRelationshipsSchema';
378
551
  export * from './RunRelationshipsSchema1';
@@ -403,6 +576,12 @@ export * from './ScheduleResourceSchema';
403
576
  export * from './ScheduleSchema';
404
577
  export * from './ScheduleTargetSchema';
405
578
  export * from './SchedulesSchema';
579
+ export * from './SignalAttributesSchema';
580
+ export * from './SignalResourceSchema';
581
+ export * from './SignalSchema';
582
+ export * from './SignalsSchema';
583
+ export * from './StartGuestAttemptRequestBody';
584
+ export * from './StartGuestAttemptRequestBodyData';
406
585
  export * from './StateAttributesSchema';
407
586
  export * from './StateResourceSchema';
408
587
  export * from './StateSchema';
@@ -430,6 +609,7 @@ export * from './TalentAttributesEmploymentTypeSchema';
430
609
  export * from './TalentAttributesSchema';
431
610
  export * from './TalentAttributesSocialLinkSchema';
432
611
  export * from './TalentAvailabilityReceivedCriteriaSchema';
612
+ export * from './TalentConsentSchema';
433
613
  export * from './TalentReceivedCriteriaSchema';
434
614
  export * from './TalentReferralSchema';
435
615
  export * from './TalentReferralSchemaReferrer';
@@ -451,10 +631,14 @@ export * from './TenantAttributesAddressSchema';
451
631
  export * from './TenantAttributesSchema';
452
632
  export * from './TenantAttributesSettingsSchema';
453
633
  export * from './TenantAttributesSettingsSchemaCalling';
634
+ export * from './TenantRelationshipsBoeCalendarSchema';
635
+ export * from './TenantRelationshipsBoeCalendarSchemaData';
454
636
  export * from './TenantRelationshipsBoeUserSchema';
455
637
  export * from './TenantRelationshipsBoeUserSchemaData';
456
638
  export * from './TenantRelationshipsFeedbacksDataSchema';
457
639
  export * from './TenantRelationshipsFeedbacksSchema';
640
+ export * from './TenantRelationshipsFormsDataSchema';
641
+ export * from './TenantRelationshipsFormsSchema';
458
642
  export * from './TenantRelationshipsSchema';
459
643
  export * from './TenantResourceSchema';
460
644
  export * from './TenantSchema';
@@ -487,24 +671,37 @@ export * from './TranslationSchema';
487
671
  export * from './TranslationsSchema';
488
672
  export * from './UpdateAdRequestBody';
489
673
  export * from './UpdateAdRequestBodyData';
674
+ export * from './UpdateAggregateRequestBody';
675
+ export * from './UpdateAggregateRequestBodyData';
490
676
  export * from './UpdateApikeyRequestBody';
491
677
  export * from './UpdateApikeyRequestBodyData';
492
678
  export * from './UpdateAssessmentRequestBody';
493
679
  export * from './UpdateAssessmentRequestBodyData';
680
+ export * from './UpdateAttemptRequestBody';
681
+ export * from './UpdateAttemptRequestBodyData';
494
682
  export * from './UpdateBriefRequestBody';
495
683
  export * from './UpdateBriefRequestBodyData';
496
684
  export * from './UpdateBrowserRequestBody';
497
685
  export * from './UpdateBrowserRequestBodyData';
686
+ export * from './UpdateCalendarRequestSchema';
687
+ export * from './UpdateCalendarRequestSchemaData';
688
+ export * from './UpdateCalendarRequestSchemaDataAttributes';
498
689
  export * from './UpdateCallRequestBody';
499
690
  export * from './UpdateCallRequestBodyData';
500
691
  export * from './UpdateCandidateRequestBody';
501
692
  export * from './UpdateCandidateRequestBodyData';
502
693
  export * from './UpdateChatRequestBody';
503
694
  export * from './UpdateChatRequestBodyData';
695
+ export * from './UpdateCommentRequestSchema';
696
+ export * from './UpdateCommentRequestSchemaData';
697
+ export * from './UpdateCommentRequestSchemaDataAttributes';
504
698
  export * from './UpdateConversationRequestBody';
505
699
  export * from './UpdateConversationRequestBodyData';
506
700
  export * from './UpdateEmailRequestBody';
507
701
  export * from './UpdateEmailRequestBodyData';
702
+ export * from './UpdateEventRequestSchema';
703
+ export * from './UpdateEventRequestSchemaData';
704
+ export * from './UpdateEventRequestSchemaDataAttributes';
508
705
  export * from './UpdateFeedbackRequestBody';
509
706
  export * from './UpdateFeedbackRequestBodyData';
510
707
  export * from './UpdateFileRequestBody';
@@ -513,12 +710,13 @@ export * from './UpdateFinderRequestBody';
513
710
  export * from './UpdateFinderRequestBodyData';
514
711
  export * from './UpdateFormRequestBody';
515
712
  export * from './UpdateFormRequestBodyData';
713
+ export * from './UpdateGuestAttemptRequestBody';
714
+ export * from './UpdateGuestAttemptRequestBodyData';
715
+ export * from './UpdateGuestAttemptRequestBodyDataAttributes';
516
716
  export * from './UpdateJobRequestBody';
517
717
  export * from './UpdateJobRequestBodyData';
518
718
  export * from './UpdateLabelRequestBody';
519
719
  export * from './UpdateLabelRequestBodyData';
520
- export * from './UpdateLinkRequestBody';
521
- export * from './UpdateLinkRequestBodyData';
522
720
  export * from './UpdateMeetingRequestBody';
523
721
  export * from './UpdateMeetingRequestBodyData';
524
722
  export * from './UpdateNoteRequestBody';
@@ -553,6 +751,10 @@ export * from './UpdateUserRequestBody';
553
751
  export * from './UpdateUserRequestBodyData';
554
752
  export * from './UpdateWebhookRequestBody';
555
753
  export * from './UpdateWebhookRequestBodyData';
754
+ export * from './UploadGuestAttemptFileRequestBody';
755
+ export * from './UploadGuestAttemptFileResponseSchema';
756
+ export * from './UploadGuestAttemptFileResponseSchemaData';
757
+ export * from './UploadGuestAttemptFileResponseSchemaDataAttributes';
556
758
  export * from './UploadGuestSubmissionFileRequest';
557
759
  export * from './UserAttributesSchema';
558
760
  export * from './UserHistoryEventSchema';