@smartytalent/api-client 0.1.33-dev.99 → 0.2.1-dev.0

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 (339) hide show
  1. package/dist/apis/CandidatesApi.d.ts +2 -2
  2. package/dist/apis/CandidatesApi.js +2 -2
  3. package/dist/apis/JobsApi.d.ts +2 -2
  4. package/dist/apis/JobsApi.js +2 -2
  5. package/dist/apis/SubmissionsApi.d.ts +3 -2
  6. package/dist/apis/SubmissionsApi.d.ts.map +1 -1
  7. package/dist/apis/SubmissionsApi.js +4 -3
  8. package/dist/apis/SubmissionsApi.js.map +1 -1
  9. package/dist/apis/TalentsApi.d.ts +2 -2
  10. package/dist/apis/TalentsApi.js +2 -2
  11. package/dist/apis/index.d.ts +0 -1
  12. package/dist/apis/index.d.ts.map +1 -1
  13. package/dist/apis/index.js +0 -1
  14. package/dist/apis/index.js.map +1 -1
  15. package/dist/models/BriefAttributesSchema.d.ts +3 -3
  16. package/dist/models/BriefAttributesSchema.d.ts.map +1 -1
  17. package/dist/models/BriefAttributesSchema.js +3 -3
  18. package/dist/models/BriefAttributesSchema.js.map +1 -1
  19. package/dist/models/BriefAttributesSchemaFilesInner.d.ts +51 -0
  20. package/dist/models/BriefAttributesSchemaFilesInner.d.ts.map +1 -0
  21. package/dist/models/BriefAttributesSchemaFilesInner.js +55 -0
  22. package/dist/models/BriefAttributesSchemaFilesInner.js.map +1 -0
  23. package/dist/models/BrowserResourceSchema.d.ts +2 -3
  24. package/dist/models/BrowserResourceSchema.d.ts.map +1 -1
  25. package/dist/models/BrowserResourceSchema.js +2 -3
  26. package/dist/models/BrowserResourceSchema.js.map +1 -1
  27. package/dist/models/CallRelationshipsFilesDataSchema.d.ts +39 -0
  28. package/dist/models/CallRelationshipsFilesDataSchema.d.ts.map +1 -0
  29. package/dist/models/CallRelationshipsFilesDataSchema.js +51 -0
  30. package/dist/models/CallRelationshipsFilesDataSchema.js.map +1 -0
  31. package/dist/models/CallRelationshipsFilesSchema.d.ts +34 -0
  32. package/dist/models/CallRelationshipsFilesSchema.d.ts.map +1 -0
  33. package/dist/models/CallRelationshipsFilesSchema.js +50 -0
  34. package/dist/models/CallRelationshipsFilesSchema.js.map +1 -0
  35. package/dist/models/CallRelationshipsLinksDataSchema.d.ts +39 -0
  36. package/dist/models/CallRelationshipsLinksDataSchema.d.ts.map +1 -0
  37. package/dist/models/CallRelationshipsLinksDataSchema.js +51 -0
  38. package/dist/models/CallRelationshipsLinksDataSchema.js.map +1 -0
  39. package/dist/models/CallRelationshipsLinksSchema.d.ts +34 -0
  40. package/dist/models/CallRelationshipsLinksSchema.d.ts.map +1 -0
  41. package/dist/models/CallRelationshipsLinksSchema.js +50 -0
  42. package/dist/models/CallRelationshipsLinksSchema.js.map +1 -0
  43. package/dist/models/CallRelationshipsSchema.d.ts +16 -1
  44. package/dist/models/CallRelationshipsSchema.d.ts.map +1 -1
  45. package/dist/models/CallRelationshipsSchema.js +6 -0
  46. package/dist/models/CallRelationshipsSchema.js.map +1 -1
  47. package/dist/models/CandidateRelationshipsSchema.d.ts +0 -7
  48. package/dist/models/CandidateRelationshipsSchema.d.ts.map +1 -1
  49. package/dist/models/CandidateRelationshipsSchema.js +0 -3
  50. package/dist/models/CandidateRelationshipsSchema.js.map +1 -1
  51. package/dist/models/ChatRelationshipsFilesDataSchema.d.ts +39 -0
  52. package/dist/models/ChatRelationshipsFilesDataSchema.d.ts.map +1 -0
  53. package/dist/models/ChatRelationshipsFilesDataSchema.js +51 -0
  54. package/dist/models/ChatRelationshipsFilesDataSchema.js.map +1 -0
  55. package/dist/models/ChatRelationshipsFilesSchema.d.ts +34 -0
  56. package/dist/models/ChatRelationshipsFilesSchema.d.ts.map +1 -0
  57. package/dist/models/ChatRelationshipsFilesSchema.js +50 -0
  58. package/dist/models/ChatRelationshipsFilesSchema.js.map +1 -0
  59. package/dist/models/ChatRelationshipsLinksDataSchema.d.ts +39 -0
  60. package/dist/models/ChatRelationshipsLinksDataSchema.d.ts.map +1 -0
  61. package/dist/models/ChatRelationshipsLinksDataSchema.js +51 -0
  62. package/dist/models/ChatRelationshipsLinksDataSchema.js.map +1 -0
  63. package/dist/models/ChatRelationshipsLinksSchema.d.ts +34 -0
  64. package/dist/models/ChatRelationshipsLinksSchema.d.ts.map +1 -0
  65. package/dist/models/ChatRelationshipsLinksSchema.js +50 -0
  66. package/dist/models/ChatRelationshipsLinksSchema.js.map +1 -0
  67. package/dist/models/ChatRelationshipsSchema.d.ts +16 -1
  68. package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
  69. package/dist/models/ChatRelationshipsSchema.js +6 -0
  70. package/dist/models/ChatRelationshipsSchema.js.map +1 -1
  71. package/dist/models/CreateBrowserRequestBodyData.d.ts +2 -3
  72. package/dist/models/CreateBrowserRequestBodyData.d.ts.map +1 -1
  73. package/dist/models/CreateBrowserRequestBodyData.js +2 -3
  74. package/dist/models/CreateBrowserRequestBodyData.js.map +1 -1
  75. package/dist/models/CreateFormRequestBodyData.d.ts +2 -3
  76. package/dist/models/CreateFormRequestBodyData.d.ts.map +1 -1
  77. package/dist/models/CreateFormRequestBodyData.js +2 -3
  78. package/dist/models/CreateFormRequestBodyData.js.map +1 -1
  79. package/dist/models/EmailRelationshipsFilesDataSchema.d.ts +39 -0
  80. package/dist/models/EmailRelationshipsFilesDataSchema.d.ts.map +1 -0
  81. package/dist/models/EmailRelationshipsFilesDataSchema.js +51 -0
  82. package/dist/models/EmailRelationshipsFilesDataSchema.js.map +1 -0
  83. package/dist/models/EmailRelationshipsFilesSchema.d.ts +34 -0
  84. package/dist/models/EmailRelationshipsFilesSchema.d.ts.map +1 -0
  85. package/dist/models/EmailRelationshipsFilesSchema.js +50 -0
  86. package/dist/models/EmailRelationshipsFilesSchema.js.map +1 -0
  87. package/dist/models/EmailRelationshipsLinksDataSchema.d.ts +39 -0
  88. package/dist/models/EmailRelationshipsLinksDataSchema.d.ts.map +1 -0
  89. package/dist/models/EmailRelationshipsLinksDataSchema.js +51 -0
  90. package/dist/models/EmailRelationshipsLinksDataSchema.js.map +1 -0
  91. package/dist/models/EmailRelationshipsLinksSchema.d.ts +34 -0
  92. package/dist/models/EmailRelationshipsLinksSchema.d.ts.map +1 -0
  93. package/dist/models/EmailRelationshipsLinksSchema.js +50 -0
  94. package/dist/models/EmailRelationshipsLinksSchema.js.map +1 -0
  95. package/dist/models/EmailRelationshipsSchema.d.ts +14 -7
  96. package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
  97. package/dist/models/EmailRelationshipsSchema.js +6 -3
  98. package/dist/models/EmailRelationshipsSchema.js.map +1 -1
  99. package/dist/models/FileRelationshipsCandidatesDataSchema.d.ts +39 -0
  100. package/dist/models/{TranslationRelationshipsJobDataSchema.d.ts.map → FileRelationshipsCandidatesDataSchema.d.ts.map} +1 -1
  101. package/dist/models/FileRelationshipsCandidatesDataSchema.js +51 -0
  102. package/dist/models/{TranslationRelationshipsJobDataSchema.js.map → FileRelationshipsCandidatesDataSchema.js.map} +1 -1
  103. package/dist/models/FileRelationshipsCandidatesSchema.d.ts +34 -0
  104. package/dist/models/FileRelationshipsCandidatesSchema.d.ts.map +1 -0
  105. package/dist/models/FileRelationshipsCandidatesSchema.js +50 -0
  106. package/dist/models/FileRelationshipsCandidatesSchema.js.map +1 -0
  107. package/dist/models/FileRelationshipsLinksDataSchema.d.ts +39 -0
  108. package/dist/models/FileRelationshipsLinksDataSchema.d.ts.map +1 -0
  109. package/dist/models/FileRelationshipsLinksDataSchema.js +51 -0
  110. package/dist/models/FileRelationshipsLinksDataSchema.js.map +1 -0
  111. package/dist/models/FileRelationshipsLinksSchema.d.ts +34 -0
  112. package/dist/models/FileRelationshipsLinksSchema.d.ts.map +1 -0
  113. package/dist/models/FileRelationshipsLinksSchema.js +50 -0
  114. package/dist/models/FileRelationshipsLinksSchema.js.map +1 -0
  115. package/dist/models/FileRelationshipsSchema.d.ts +17 -3
  116. package/dist/models/FileRelationshipsSchema.d.ts.map +1 -1
  117. package/dist/models/FileRelationshipsSchema.js +9 -3
  118. package/dist/models/FileRelationshipsSchema.js.map +1 -1
  119. package/dist/models/FileRelationshipsTalentsDataSchema.d.ts +39 -0
  120. package/dist/models/FileRelationshipsTalentsDataSchema.d.ts.map +1 -0
  121. package/dist/models/FileRelationshipsTalentsDataSchema.js +51 -0
  122. package/dist/models/FileRelationshipsTalentsDataSchema.js.map +1 -0
  123. package/dist/models/FileRelationshipsTalentsSchema.d.ts +34 -0
  124. package/dist/models/FileRelationshipsTalentsSchema.d.ts.map +1 -0
  125. package/dist/models/FileRelationshipsTalentsSchema.js +50 -0
  126. package/dist/models/FileRelationshipsTalentsSchema.js.map +1 -0
  127. package/dist/models/FormResourceSchema.d.ts +2 -3
  128. package/dist/models/FormResourceSchema.d.ts.map +1 -1
  129. package/dist/models/FormResourceSchema.js +2 -3
  130. package/dist/models/FormResourceSchema.js.map +1 -1
  131. package/dist/models/JobAttributesSchema.d.ts +3 -3
  132. package/dist/models/JobAttributesSchema.d.ts.map +1 -1
  133. package/dist/models/JobRelationshipsSchema.d.ts +0 -7
  134. package/dist/models/JobRelationshipsSchema.d.ts.map +1 -1
  135. package/dist/models/JobRelationshipsSchema.js +0 -3
  136. package/dist/models/JobRelationshipsSchema.js.map +1 -1
  137. package/dist/models/MeetingRelationshipsFilesDataSchema.d.ts +39 -0
  138. package/dist/models/MeetingRelationshipsFilesDataSchema.d.ts.map +1 -0
  139. package/dist/models/MeetingRelationshipsFilesDataSchema.js +51 -0
  140. package/dist/models/MeetingRelationshipsFilesDataSchema.js.map +1 -0
  141. package/dist/models/MeetingRelationshipsFilesSchema.d.ts +34 -0
  142. package/dist/models/MeetingRelationshipsFilesSchema.d.ts.map +1 -0
  143. package/dist/models/MeetingRelationshipsFilesSchema.js +50 -0
  144. package/dist/models/MeetingRelationshipsFilesSchema.js.map +1 -0
  145. package/dist/models/MeetingRelationshipsLinksDataSchema.d.ts +39 -0
  146. package/dist/models/MeetingRelationshipsLinksDataSchema.d.ts.map +1 -0
  147. package/dist/models/MeetingRelationshipsLinksDataSchema.js +51 -0
  148. package/dist/models/MeetingRelationshipsLinksDataSchema.js.map +1 -0
  149. package/dist/models/MeetingRelationshipsLinksSchema.d.ts +34 -0
  150. package/dist/models/MeetingRelationshipsLinksSchema.d.ts.map +1 -0
  151. package/dist/models/MeetingRelationshipsLinksSchema.js +50 -0
  152. package/dist/models/MeetingRelationshipsLinksSchema.js.map +1 -0
  153. package/dist/models/MeetingRelationshipsSchema.d.ts +14 -0
  154. package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
  155. package/dist/models/MeetingRelationshipsSchema.js +6 -0
  156. package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
  157. package/dist/models/NoteRelationshipsSchema.d.ts +0 -7
  158. package/dist/models/NoteRelationshipsSchema.d.ts.map +1 -1
  159. package/dist/models/NoteRelationshipsSchema.js +0 -3
  160. package/dist/models/NoteRelationshipsSchema.js.map +1 -1
  161. package/dist/models/OperationAttributesSchema.d.ts +39 -3
  162. package/dist/models/OperationAttributesSchema.d.ts.map +1 -1
  163. package/dist/models/OperationAttributesSchema.js +21 -3
  164. package/dist/models/OperationAttributesSchema.js.map +1 -1
  165. package/dist/models/PersonaRelationshipsSchema.d.ts +0 -7
  166. package/dist/models/PersonaRelationshipsSchema.d.ts.map +1 -1
  167. package/dist/models/PersonaRelationshipsSchema.js +0 -3
  168. package/dist/models/PersonaRelationshipsSchema.js.map +1 -1
  169. package/dist/models/SubmissionAttributesSchema.d.ts +7 -0
  170. package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -1
  171. package/dist/models/SubmissionAttributesSchema.js +4 -1
  172. package/dist/models/SubmissionAttributesSchema.js.map +1 -1
  173. package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts +12 -0
  174. package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts.map +1 -1
  175. package/dist/models/SubmissionAttributesSchemaFilesInner.js +4 -0
  176. package/dist/models/SubmissionAttributesSchemaFilesInner.js.map +1 -1
  177. package/dist/models/TalentRelationshipsSchema.d.ts +0 -7
  178. package/dist/models/TalentRelationshipsSchema.d.ts.map +1 -1
  179. package/dist/models/TalentRelationshipsSchema.js +0 -3
  180. package/dist/models/TalentRelationshipsSchema.js.map +1 -1
  181. package/dist/models/TenantAttributesSettingsSchema.d.ts +6 -0
  182. package/dist/models/TenantAttributesSettingsSchema.d.ts.map +1 -1
  183. package/dist/models/TenantAttributesSettingsSchema.js +2 -0
  184. package/dist/models/TenantAttributesSettingsSchema.js.map +1 -1
  185. package/dist/models/index.d.ts +23 -37
  186. package/dist/models/index.d.ts.map +1 -1
  187. package/dist/models/index.js +23 -37
  188. package/dist/models/index.js.map +1 -1
  189. package/package.json +1 -1
  190. package/dist/apis/TranslationsApi.d.ts +0 -152
  191. package/dist/apis/TranslationsApi.d.ts.map +0 -1
  192. package/dist/apis/TranslationsApi.js +0 -367
  193. package/dist/apis/TranslationsApi.js.map +0 -1
  194. package/dist/models/BrowserRelationshipsSchema.d.ts +0 -34
  195. package/dist/models/BrowserRelationshipsSchema.d.ts.map +0 -1
  196. package/dist/models/BrowserRelationshipsSchema.js +0 -50
  197. package/dist/models/BrowserRelationshipsSchema.js.map +0 -1
  198. package/dist/models/BrowserRelationshipsTranslationsDataSchema.d.ts +0 -39
  199. package/dist/models/BrowserRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  200. package/dist/models/BrowserRelationshipsTranslationsDataSchema.js +0 -51
  201. package/dist/models/BrowserRelationshipsTranslationsDataSchema.js.map +0 -1
  202. package/dist/models/BrowserRelationshipsTranslationsSchema.d.ts +0 -34
  203. package/dist/models/BrowserRelationshipsTranslationsSchema.d.ts.map +0 -1
  204. package/dist/models/BrowserRelationshipsTranslationsSchema.js +0 -50
  205. package/dist/models/BrowserRelationshipsTranslationsSchema.js.map +0 -1
  206. package/dist/models/CandidateRelationshipsTranslationsDataSchema.d.ts +0 -39
  207. package/dist/models/CandidateRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  208. package/dist/models/CandidateRelationshipsTranslationsDataSchema.js +0 -51
  209. package/dist/models/CandidateRelationshipsTranslationsDataSchema.js.map +0 -1
  210. package/dist/models/CandidateRelationshipsTranslationsSchema.d.ts +0 -34
  211. package/dist/models/CandidateRelationshipsTranslationsSchema.d.ts.map +0 -1
  212. package/dist/models/CandidateRelationshipsTranslationsSchema.js +0 -50
  213. package/dist/models/CandidateRelationshipsTranslationsSchema.js.map +0 -1
  214. package/dist/models/CreateTranslationRequestBody.d.ts +0 -34
  215. package/dist/models/CreateTranslationRequestBody.d.ts.map +0 -1
  216. package/dist/models/CreateTranslationRequestBody.js +0 -52
  217. package/dist/models/CreateTranslationRequestBody.js.map +0 -1
  218. package/dist/models/CreateTranslationRequestBodyData.d.ts +0 -54
  219. package/dist/models/CreateTranslationRequestBodyData.d.ts.map +0 -1
  220. package/dist/models/CreateTranslationRequestBodyData.js +0 -66
  221. package/dist/models/CreateTranslationRequestBodyData.js.map +0 -1
  222. package/dist/models/EmailRelationshipsTranslationsDataSchema.d.ts +0 -39
  223. package/dist/models/EmailRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  224. package/dist/models/EmailRelationshipsTranslationsDataSchema.js +0 -51
  225. package/dist/models/EmailRelationshipsTranslationsDataSchema.js.map +0 -1
  226. package/dist/models/EmailRelationshipsTranslationsSchema.d.ts +0 -34
  227. package/dist/models/EmailRelationshipsTranslationsSchema.d.ts.map +0 -1
  228. package/dist/models/EmailRelationshipsTranslationsSchema.js +0 -50
  229. package/dist/models/EmailRelationshipsTranslationsSchema.js.map +0 -1
  230. package/dist/models/FileRelationshipsLinkDataSchema.d.ts +0 -39
  231. package/dist/models/FileRelationshipsLinkDataSchema.d.ts.map +0 -1
  232. package/dist/models/FileRelationshipsLinkDataSchema.js +0 -51
  233. package/dist/models/FileRelationshipsLinkDataSchema.js.map +0 -1
  234. package/dist/models/FileRelationshipsLinkSchema.d.ts +0 -34
  235. package/dist/models/FileRelationshipsLinkSchema.d.ts.map +0 -1
  236. package/dist/models/FileRelationshipsLinkSchema.js +0 -50
  237. package/dist/models/FileRelationshipsLinkSchema.js.map +0 -1
  238. package/dist/models/FormRelationshipsSchema.d.ts +0 -34
  239. package/dist/models/FormRelationshipsSchema.d.ts.map +0 -1
  240. package/dist/models/FormRelationshipsSchema.js +0 -50
  241. package/dist/models/FormRelationshipsSchema.js.map +0 -1
  242. package/dist/models/FormRelationshipsTranslationsDataSchema.d.ts +0 -39
  243. package/dist/models/FormRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  244. package/dist/models/FormRelationshipsTranslationsDataSchema.js +0 -51
  245. package/dist/models/FormRelationshipsTranslationsDataSchema.js.map +0 -1
  246. package/dist/models/FormRelationshipsTranslationsSchema.d.ts +0 -34
  247. package/dist/models/FormRelationshipsTranslationsSchema.d.ts.map +0 -1
  248. package/dist/models/FormRelationshipsTranslationsSchema.js +0 -50
  249. package/dist/models/FormRelationshipsTranslationsSchema.js.map +0 -1
  250. package/dist/models/JobRelationshipsTranslationsDataSchema.d.ts +0 -39
  251. package/dist/models/JobRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  252. package/dist/models/JobRelationshipsTranslationsDataSchema.js +0 -51
  253. package/dist/models/JobRelationshipsTranslationsDataSchema.js.map +0 -1
  254. package/dist/models/JobRelationshipsTranslationsSchema.d.ts +0 -34
  255. package/dist/models/JobRelationshipsTranslationsSchema.d.ts.map +0 -1
  256. package/dist/models/JobRelationshipsTranslationsSchema.js +0 -50
  257. package/dist/models/JobRelationshipsTranslationsSchema.js.map +0 -1
  258. package/dist/models/NoteRelationshipsTranslationsDataSchema.d.ts +0 -39
  259. package/dist/models/NoteRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  260. package/dist/models/NoteRelationshipsTranslationsDataSchema.js +0 -51
  261. package/dist/models/NoteRelationshipsTranslationsDataSchema.js.map +0 -1
  262. package/dist/models/NoteRelationshipsTranslationsSchema.d.ts +0 -34
  263. package/dist/models/NoteRelationshipsTranslationsSchema.d.ts.map +0 -1
  264. package/dist/models/NoteRelationshipsTranslationsSchema.js +0 -50
  265. package/dist/models/NoteRelationshipsTranslationsSchema.js.map +0 -1
  266. package/dist/models/PersonaRelationshipsTranslationsDataSchema.d.ts +0 -39
  267. package/dist/models/PersonaRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  268. package/dist/models/PersonaRelationshipsTranslationsDataSchema.js +0 -51
  269. package/dist/models/PersonaRelationshipsTranslationsDataSchema.js.map +0 -1
  270. package/dist/models/PersonaRelationshipsTranslationsSchema.d.ts +0 -34
  271. package/dist/models/PersonaRelationshipsTranslationsSchema.d.ts.map +0 -1
  272. package/dist/models/PersonaRelationshipsTranslationsSchema.js +0 -50
  273. package/dist/models/PersonaRelationshipsTranslationsSchema.js.map +0 -1
  274. package/dist/models/TalentRelationshipsTranslationsDataSchema.d.ts +0 -39
  275. package/dist/models/TalentRelationshipsTranslationsDataSchema.d.ts.map +0 -1
  276. package/dist/models/TalentRelationshipsTranslationsDataSchema.js +0 -51
  277. package/dist/models/TalentRelationshipsTranslationsDataSchema.js.map +0 -1
  278. package/dist/models/TalentRelationshipsTranslationsSchema.d.ts +0 -34
  279. package/dist/models/TalentRelationshipsTranslationsSchema.d.ts.map +0 -1
  280. package/dist/models/TalentRelationshipsTranslationsSchema.js +0 -50
  281. package/dist/models/TalentRelationshipsTranslationsSchema.js.map +0 -1
  282. package/dist/models/TranslationAttributesSchema.d.ts +0 -46
  283. package/dist/models/TranslationAttributesSchema.d.ts.map +0 -1
  284. package/dist/models/TranslationAttributesSchema.js +0 -56
  285. package/dist/models/TranslationAttributesSchema.js.map +0 -1
  286. package/dist/models/TranslationRelationshipsCandidateDataSchema.d.ts +0 -39
  287. package/dist/models/TranslationRelationshipsCandidateDataSchema.d.ts.map +0 -1
  288. package/dist/models/TranslationRelationshipsCandidateDataSchema.js +0 -51
  289. package/dist/models/TranslationRelationshipsCandidateDataSchema.js.map +0 -1
  290. package/dist/models/TranslationRelationshipsCandidateSchema.d.ts +0 -34
  291. package/dist/models/TranslationRelationshipsCandidateSchema.d.ts.map +0 -1
  292. package/dist/models/TranslationRelationshipsCandidateSchema.js +0 -50
  293. package/dist/models/TranslationRelationshipsCandidateSchema.js.map +0 -1
  294. package/dist/models/TranslationRelationshipsJobDataSchema.d.ts +0 -39
  295. package/dist/models/TranslationRelationshipsJobDataSchema.js +0 -51
  296. package/dist/models/TranslationRelationshipsJobSchema.d.ts +0 -34
  297. package/dist/models/TranslationRelationshipsJobSchema.d.ts.map +0 -1
  298. package/dist/models/TranslationRelationshipsJobSchema.js +0 -50
  299. package/dist/models/TranslationRelationshipsJobSchema.js.map +0 -1
  300. package/dist/models/TranslationRelationshipsReportDataSchema.d.ts +0 -39
  301. package/dist/models/TranslationRelationshipsReportDataSchema.d.ts.map +0 -1
  302. package/dist/models/TranslationRelationshipsReportDataSchema.js +0 -51
  303. package/dist/models/TranslationRelationshipsReportDataSchema.js.map +0 -1
  304. package/dist/models/TranslationRelationshipsReportSchema.d.ts +0 -34
  305. package/dist/models/TranslationRelationshipsReportSchema.d.ts.map +0 -1
  306. package/dist/models/TranslationRelationshipsReportSchema.js +0 -50
  307. package/dist/models/TranslationRelationshipsReportSchema.js.map +0 -1
  308. package/dist/models/TranslationRelationshipsSchema.d.ts +0 -55
  309. package/dist/models/TranslationRelationshipsSchema.d.ts.map +0 -1
  310. package/dist/models/TranslationRelationshipsSchema.js +0 -59
  311. package/dist/models/TranslationRelationshipsSchema.js.map +0 -1
  312. package/dist/models/TranslationRelationshipsTalentDataSchema.d.ts +0 -39
  313. package/dist/models/TranslationRelationshipsTalentDataSchema.d.ts.map +0 -1
  314. package/dist/models/TranslationRelationshipsTalentDataSchema.js +0 -51
  315. package/dist/models/TranslationRelationshipsTalentDataSchema.js.map +0 -1
  316. package/dist/models/TranslationRelationshipsTalentSchema.d.ts +0 -34
  317. package/dist/models/TranslationRelationshipsTalentSchema.d.ts.map +0 -1
  318. package/dist/models/TranslationRelationshipsTalentSchema.js +0 -50
  319. package/dist/models/TranslationRelationshipsTalentSchema.js.map +0 -1
  320. package/dist/models/TranslationResourceSchema.d.ts +0 -75
  321. package/dist/models/TranslationResourceSchema.d.ts.map +0 -1
  322. package/dist/models/TranslationResourceSchema.js +0 -75
  323. package/dist/models/TranslationResourceSchema.js.map +0 -1
  324. package/dist/models/TranslationSchema.d.ts +0 -49
  325. package/dist/models/TranslationSchema.d.ts.map +0 -1
  326. package/dist/models/TranslationSchema.js +0 -55
  327. package/dist/models/TranslationSchema.js.map +0 -1
  328. package/dist/models/TranslationsSchema.d.ts +0 -48
  329. package/dist/models/TranslationsSchema.d.ts.map +0 -1
  330. package/dist/models/TranslationsSchema.js +0 -56
  331. package/dist/models/TranslationsSchema.js.map +0 -1
  332. package/dist/models/UpdateTranslationRequestBody.d.ts +0 -34
  333. package/dist/models/UpdateTranslationRequestBody.d.ts.map +0 -1
  334. package/dist/models/UpdateTranslationRequestBody.js +0 -52
  335. package/dist/models/UpdateTranslationRequestBody.js.map +0 -1
  336. package/dist/models/UpdateTranslationRequestBodyData.d.ts +0 -53
  337. package/dist/models/UpdateTranslationRequestBodyData.d.ts.map +0 -1
  338. package/dist/models/UpdateTranslationRequestBodyData.js +0 -67
  339. package/dist/models/UpdateTranslationRequestBodyData.js.map +0 -1
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCallRelationshipsFilesDataSchema = instanceOfCallRelationshipsFilesDataSchema;
17
+ exports.CallRelationshipsFilesDataSchemaFromJSON = CallRelationshipsFilesDataSchemaFromJSON;
18
+ exports.CallRelationshipsFilesDataSchemaFromJSONTyped = CallRelationshipsFilesDataSchemaFromJSONTyped;
19
+ exports.CallRelationshipsFilesDataSchemaToJSON = CallRelationshipsFilesDataSchemaToJSON;
20
+ exports.CallRelationshipsFilesDataSchemaToJSONTyped = CallRelationshipsFilesDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CallRelationshipsFilesDataSchema interface.
23
+ */
24
+ function instanceOfCallRelationshipsFilesDataSchema(value) {
25
+ return true;
26
+ }
27
+ function CallRelationshipsFilesDataSchemaFromJSON(json) {
28
+ return CallRelationshipsFilesDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function CallRelationshipsFilesDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function CallRelationshipsFilesDataSchemaToJSON(json) {
40
+ return CallRelationshipsFilesDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function CallRelationshipsFilesDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=CallRelationshipsFilesDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsFilesDataSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsFilesDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AApCD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CallRelationshipsFilesDataSchema } from './CallRelationshipsFilesDataSchema';
13
+ /**
14
+ * File attachments shared on this call (File entities). To-many; container-owns-files.
15
+ * @export
16
+ * @interface CallRelationshipsFilesSchema
17
+ */
18
+ export interface CallRelationshipsFilesSchema {
19
+ /**
20
+ *
21
+ * @type {Array<CallRelationshipsFilesDataSchema>}
22
+ * @memberof CallRelationshipsFilesSchema
23
+ */
24
+ data?: Array<CallRelationshipsFilesDataSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the CallRelationshipsFilesSchema interface.
28
+ */
29
+ export declare function instanceOfCallRelationshipsFilesSchema(value: object): value is CallRelationshipsFilesSchema;
30
+ export declare function CallRelationshipsFilesSchemaFromJSON(json: any): CallRelationshipsFilesSchema;
31
+ export declare function CallRelationshipsFilesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsFilesSchema;
32
+ export declare function CallRelationshipsFilesSchemaToJSON(json: any): CallRelationshipsFilesSchema;
33
+ export declare function CallRelationshipsFilesSchemaToJSONTyped(value?: CallRelationshipsFilesSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=CallRelationshipsFilesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsFilesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsFilesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCallRelationshipsFilesSchema = instanceOfCallRelationshipsFilesSchema;
17
+ exports.CallRelationshipsFilesSchemaFromJSON = CallRelationshipsFilesSchemaFromJSON;
18
+ exports.CallRelationshipsFilesSchemaFromJSONTyped = CallRelationshipsFilesSchemaFromJSONTyped;
19
+ exports.CallRelationshipsFilesSchemaToJSON = CallRelationshipsFilesSchemaToJSON;
20
+ exports.CallRelationshipsFilesSchemaToJSONTyped = CallRelationshipsFilesSchemaToJSONTyped;
21
+ const CallRelationshipsFilesDataSchema_1 = require("./CallRelationshipsFilesDataSchema");
22
+ /**
23
+ * Check if a given object implements the CallRelationshipsFilesSchema interface.
24
+ */
25
+ function instanceOfCallRelationshipsFilesSchema(value) {
26
+ return true;
27
+ }
28
+ function CallRelationshipsFilesSchemaFromJSON(json) {
29
+ return CallRelationshipsFilesSchemaFromJSONTyped(json, false);
30
+ }
31
+ function CallRelationshipsFilesSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(CallRelationshipsFilesDataSchema_1.CallRelationshipsFilesDataSchemaFromJSON)),
37
+ };
38
+ }
39
+ function CallRelationshipsFilesSchemaToJSON(json) {
40
+ return CallRelationshipsFilesSchemaToJSONTyped(json, false);
41
+ }
42
+ function CallRelationshipsFilesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(CallRelationshipsFilesDataSchema_1.CallRelationshipsFilesDataSchemaToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=CallRelationshipsFilesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsFilesSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsFilesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2EAAwC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yEAAsC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CallRelationshipsLinksDataSchema
16
+ */
17
+ export interface CallRelationshipsLinksDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CallRelationshipsLinksDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CallRelationshipsLinksDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the CallRelationshipsLinksDataSchema interface.
33
+ */
34
+ export declare function instanceOfCallRelationshipsLinksDataSchema(value: object): value is CallRelationshipsLinksDataSchema;
35
+ export declare function CallRelationshipsLinksDataSchemaFromJSON(json: any): CallRelationshipsLinksDataSchema;
36
+ export declare function CallRelationshipsLinksDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsLinksDataSchema;
37
+ export declare function CallRelationshipsLinksDataSchemaToJSON(json: any): CallRelationshipsLinksDataSchema;
38
+ export declare function CallRelationshipsLinksDataSchemaToJSONTyped(value?: CallRelationshipsLinksDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=CallRelationshipsLinksDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsLinksDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsLinksDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCallRelationshipsLinksDataSchema = instanceOfCallRelationshipsLinksDataSchema;
17
+ exports.CallRelationshipsLinksDataSchemaFromJSON = CallRelationshipsLinksDataSchemaFromJSON;
18
+ exports.CallRelationshipsLinksDataSchemaFromJSONTyped = CallRelationshipsLinksDataSchemaFromJSONTyped;
19
+ exports.CallRelationshipsLinksDataSchemaToJSON = CallRelationshipsLinksDataSchemaToJSON;
20
+ exports.CallRelationshipsLinksDataSchemaToJSONTyped = CallRelationshipsLinksDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CallRelationshipsLinksDataSchema interface.
23
+ */
24
+ function instanceOfCallRelationshipsLinksDataSchema(value) {
25
+ return true;
26
+ }
27
+ function CallRelationshipsLinksDataSchemaFromJSON(json) {
28
+ return CallRelationshipsLinksDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function CallRelationshipsLinksDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function CallRelationshipsLinksDataSchemaToJSON(json) {
40
+ return CallRelationshipsLinksDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function CallRelationshipsLinksDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=CallRelationshipsLinksDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsLinksDataSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsLinksDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AApCD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CallRelationshipsLinksDataSchema } from './CallRelationshipsLinksDataSchema';
13
+ /**
14
+ * URLs shared during this call, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.
15
+ * @export
16
+ * @interface CallRelationshipsLinksSchema
17
+ */
18
+ export interface CallRelationshipsLinksSchema {
19
+ /**
20
+ *
21
+ * @type {Array<CallRelationshipsLinksDataSchema>}
22
+ * @memberof CallRelationshipsLinksSchema
23
+ */
24
+ data?: Array<CallRelationshipsLinksDataSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the CallRelationshipsLinksSchema interface.
28
+ */
29
+ export declare function instanceOfCallRelationshipsLinksSchema(value: object): value is CallRelationshipsLinksSchema;
30
+ export declare function CallRelationshipsLinksSchemaFromJSON(json: any): CallRelationshipsLinksSchema;
31
+ export declare function CallRelationshipsLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsLinksSchema;
32
+ export declare function CallRelationshipsLinksSchemaToJSON(json: any): CallRelationshipsLinksSchema;
33
+ export declare function CallRelationshipsLinksSchemaToJSONTyped(value?: CallRelationshipsLinksSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=CallRelationshipsLinksSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsLinksSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsLinksSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCallRelationshipsLinksSchema = instanceOfCallRelationshipsLinksSchema;
17
+ exports.CallRelationshipsLinksSchemaFromJSON = CallRelationshipsLinksSchemaFromJSON;
18
+ exports.CallRelationshipsLinksSchemaFromJSONTyped = CallRelationshipsLinksSchemaFromJSONTyped;
19
+ exports.CallRelationshipsLinksSchemaToJSON = CallRelationshipsLinksSchemaToJSON;
20
+ exports.CallRelationshipsLinksSchemaToJSONTyped = CallRelationshipsLinksSchemaToJSONTyped;
21
+ const CallRelationshipsLinksDataSchema_1 = require("./CallRelationshipsLinksDataSchema");
22
+ /**
23
+ * Check if a given object implements the CallRelationshipsLinksSchema interface.
24
+ */
25
+ function instanceOfCallRelationshipsLinksSchema(value) {
26
+ return true;
27
+ }
28
+ function CallRelationshipsLinksSchemaFromJSON(json) {
29
+ return CallRelationshipsLinksSchemaFromJSONTyped(json, false);
30
+ }
31
+ function CallRelationshipsLinksSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(CallRelationshipsLinksDataSchema_1.CallRelationshipsLinksDataSchemaFromJSON)),
37
+ };
38
+ }
39
+ function CallRelationshipsLinksSchemaToJSON(json) {
40
+ return CallRelationshipsLinksSchemaToJSONTyped(json, false);
41
+ }
42
+ function CallRelationshipsLinksSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(CallRelationshipsLinksDataSchema_1.CallRelationshipsLinksDataSchemaToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=CallRelationshipsLinksSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallRelationshipsLinksSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsLinksSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2EAAwC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yEAAsC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC"}
@@ -15,10 +15,13 @@ import type { CallRelationshipsCandidateSchema } from './CallRelationshipsCandid
15
15
  import type { CallRelationshipsConversationSchema } from './CallRelationshipsConversationSchema';
16
16
  import type { CallRelationshipsScheduleSchema } from './CallRelationshipsScheduleSchema';
17
17
  import type { CallRelationshipsJobSchema } from './CallRelationshipsJobSchema';
18
+ import type { CallRelationshipsLinksSchema } from './CallRelationshipsLinksSchema';
18
19
  import type { CallRelationshipsBoeUserSchema } from './CallRelationshipsBoeUserSchema';
19
20
  import type { CallRelationshipsUserSchema } from './CallRelationshipsUserSchema';
21
+ import type { CallRelationshipsFilesSchema } from './CallRelationshipsFilesSchema';
20
22
  /**
21
- * Relationship slots on the call resource. All to-one. Direction
23
+ * Relationship slots on the call resource. Principal slots are
24
+ * to-one (`links`, shared URLs, is to-many). Direction
22
25
  * + attributes.fromType / toType tell you which side of the
23
26
  * conversation each principal occupies. Mirror of chat's slot
24
27
  * set with two voice-specific additions: `job` (call about a
@@ -31,6 +34,18 @@ import type { CallRelationshipsUserSchema } from './CallRelationshipsUserSchema'
31
34
  * @interface CallRelationshipsSchema
32
35
  */
33
36
  export interface CallRelationshipsSchema {
37
+ /**
38
+ *
39
+ * @type {CallRelationshipsFilesSchema}
40
+ * @memberof CallRelationshipsSchema
41
+ */
42
+ files?: CallRelationshipsFilesSchema;
43
+ /**
44
+ *
45
+ * @type {CallRelationshipsLinksSchema}
46
+ * @memberof CallRelationshipsSchema
47
+ */
48
+ links?: CallRelationshipsLinksSchema;
34
49
  /**
35
50
  *
36
51
  * @type {CallRelationshipsConversationSchema}
@@ -1 +1 @@
1
- {"version":3,"file":"CallRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,mCAAmC,CAAC;IACnD;;;;OAIG;IACH,SAAS,CAAC,EAAE,gCAAgC,CAAC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,6BAA6B,CAAC;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,8BAA8B,CAAC;IACzC;;;;OAIG;IACH,GAAG,CAAC,EAAE,0BAA0B,CAAC;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,+BAA+B,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAerH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBpI"}
1
+ {"version":3,"file":"CallRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,KAAK,CAAC,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,mCAAmC,CAAC;IACnD;;;;OAIG;IACH,SAAS,CAAC,EAAE,gCAAgC,CAAC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,6BAA6B,CAAC;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,8BAA8B,CAAC;IACzC;;;;OAIG;IACH,GAAG,CAAC,EAAE,0BAA0B,CAAC;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,4BAA4B,CAAC;IACrC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,+BAA+B,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAiBrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBpI"}
@@ -24,8 +24,10 @@ const CallRelationshipsCandidateSchema_1 = require("./CallRelationshipsCandidate
24
24
  const CallRelationshipsConversationSchema_1 = require("./CallRelationshipsConversationSchema");
25
25
  const CallRelationshipsScheduleSchema_1 = require("./CallRelationshipsScheduleSchema");
26
26
  const CallRelationshipsJobSchema_1 = require("./CallRelationshipsJobSchema");
27
+ const CallRelationshipsLinksSchema_1 = require("./CallRelationshipsLinksSchema");
27
28
  const CallRelationshipsBoeUserSchema_1 = require("./CallRelationshipsBoeUserSchema");
28
29
  const CallRelationshipsUserSchema_1 = require("./CallRelationshipsUserSchema");
30
+ const CallRelationshipsFilesSchema_1 = require("./CallRelationshipsFilesSchema");
29
31
  /**
30
32
  * Check if a given object implements the CallRelationshipsSchema interface.
31
33
  */
@@ -40,6 +42,8 @@ function CallRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
40
42
  return json;
41
43
  }
42
44
  return {
45
+ 'files': json['files'] == null ? undefined : (0, CallRelationshipsFilesSchema_1.CallRelationshipsFilesSchemaFromJSON)(json['files']),
46
+ 'links': json['links'] == null ? undefined : (0, CallRelationshipsLinksSchema_1.CallRelationshipsLinksSchemaFromJSON)(json['links']),
43
47
  'conversation': json['conversation'] == null ? undefined : (0, CallRelationshipsConversationSchema_1.CallRelationshipsConversationSchemaFromJSON)(json['conversation']),
44
48
  'candidate': json['candidate'] == null ? undefined : (0, CallRelationshipsCandidateSchema_1.CallRelationshipsCandidateSchemaFromJSON)(json['candidate']),
45
49
  'talent': json['talent'] == null ? undefined : (0, CallRelationshipsTalentSchema_1.CallRelationshipsTalentSchemaFromJSON)(json['talent']),
@@ -58,6 +62,8 @@ function CallRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false)
58
62
  return value;
59
63
  }
60
64
  return {
65
+ 'files': (0, CallRelationshipsFilesSchema_1.CallRelationshipsFilesSchemaToJSON)(value['files']),
66
+ 'links': (0, CallRelationshipsLinksSchema_1.CallRelationshipsLinksSchemaToJSON)(value['links']),
61
67
  'conversation': (0, CallRelationshipsConversationSchema_1.CallRelationshipsConversationSchemaToJSON)(value['conversation']),
62
68
  'candidate': (0, CallRelationshipsCandidateSchema_1.CallRelationshipsCandidateSchemaToJSON)(value['candidate']),
63
69
  'talent': (0, CallRelationshipsTalentSchema_1.CallRelationshipsTalentSchemaToJSON)(value['talent']),
@@ -1 +1 @@
1
- {"version":3,"file":"CallRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CallRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsSchema.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,6 @@
11
11
  */
12
12
  import type { CandidateRelationshipsFormsSchema } from './CandidateRelationshipsFormsSchema';
13
13
  import type { CandidateRelationshipsJobSchema } from './CandidateRelationshipsJobSchema';
14
- import type { CandidateRelationshipsTranslationsSchema } from './CandidateRelationshipsTranslationsSchema';
15
14
  import type { CandidateRelationshipsTalentSchema } from './CandidateRelationshipsTalentSchema';
16
15
  import type { CandidateRelationshipsFilesSchema } from './CandidateRelationshipsFilesSchema';
17
16
  import type { CandidateRelationshipsOperationsSchema } from './CandidateRelationshipsOperationsSchema';
@@ -45,12 +44,6 @@ export interface CandidateRelationshipsSchema {
45
44
  * @memberof CandidateRelationshipsSchema
46
45
  */
47
46
  forms?: CandidateRelationshipsFormsSchema;
48
- /**
49
- *
50
- * @type {CandidateRelationshipsTranslationsSchema}
51
- * @memberof CandidateRelationshipsSchema
52
- */
53
- translations?: CandidateRelationshipsTranslationsSchema;
54
47
  /**
55
48
  *
56
49
  * @type {CandidateRelationshipsOperationsSchema}
@@ -1 +1 @@
1
- {"version":3,"file":"CandidateRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/CandidateRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAO3G,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,GAAG,CAAC,EAAE,+BAA+B,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iCAAiC,CAAC;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iCAAiC,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,wCAAwC,CAAC;IACxD;;;;OAIG;IACH,UAAU,CAAC,EAAE,sCAAsC,CAAC;CACvD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAa/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc9I"}
1
+ {"version":3,"file":"CandidateRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/CandidateRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,GAAG,CAAC,EAAE,+BAA+B,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iCAAiC,CAAC;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iCAAiC,CAAC;IAC1C;;;;OAIG;IACH,UAAU,CAAC,EAAE,sCAAsC,CAAC;CACvD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAY/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa9I"}
@@ -20,7 +20,6 @@ exports.CandidateRelationshipsSchemaToJSON = CandidateRelationshipsSchemaToJSON;
20
20
  exports.CandidateRelationshipsSchemaToJSONTyped = CandidateRelationshipsSchemaToJSONTyped;
21
21
  const CandidateRelationshipsFormsSchema_1 = require("./CandidateRelationshipsFormsSchema");
22
22
  const CandidateRelationshipsJobSchema_1 = require("./CandidateRelationshipsJobSchema");
23
- const CandidateRelationshipsTranslationsSchema_1 = require("./CandidateRelationshipsTranslationsSchema");
24
23
  const CandidateRelationshipsTalentSchema_1 = require("./CandidateRelationshipsTalentSchema");
25
24
  const CandidateRelationshipsFilesSchema_1 = require("./CandidateRelationshipsFilesSchema");
26
25
  const CandidateRelationshipsOperationsSchema_1 = require("./CandidateRelationshipsOperationsSchema");
@@ -42,7 +41,6 @@ function CandidateRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
42
41
  'talent': json['talent'] == null ? undefined : (0, CandidateRelationshipsTalentSchema_1.CandidateRelationshipsTalentSchemaFromJSON)(json['talent']),
43
42
  'files': json['files'] == null ? undefined : (0, CandidateRelationshipsFilesSchema_1.CandidateRelationshipsFilesSchemaFromJSON)(json['files']),
44
43
  'forms': json['forms'] == null ? undefined : (0, CandidateRelationshipsFormsSchema_1.CandidateRelationshipsFormsSchemaFromJSON)(json['forms']),
45
- 'translations': json['translations'] == null ? undefined : (0, CandidateRelationshipsTranslationsSchema_1.CandidateRelationshipsTranslationsSchemaFromJSON)(json['translations']),
46
44
  'operations': json['operations'] == null ? undefined : (0, CandidateRelationshipsOperationsSchema_1.CandidateRelationshipsOperationsSchemaFromJSON)(json['operations']),
47
45
  };
48
46
  }
@@ -58,7 +56,6 @@ function CandidateRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = fa
58
56
  'talent': (0, CandidateRelationshipsTalentSchema_1.CandidateRelationshipsTalentSchemaToJSON)(value['talent']),
59
57
  'files': (0, CandidateRelationshipsFilesSchema_1.CandidateRelationshipsFilesSchemaToJSON)(value['files']),
60
58
  'forms': (0, CandidateRelationshipsFormsSchema_1.CandidateRelationshipsFormsSchemaToJSON)(value['forms']),
61
- 'translations': (0, CandidateRelationshipsTranslationsSchema_1.CandidateRelationshipsTranslationsSchemaToJSON)(value['translations']),
62
59
  'operations': (0, CandidateRelationshipsOperationsSchema_1.CandidateRelationshipsOperationsSchemaToJSON)(value['operations']),
63
60
  };
64
61
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CandidateRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/CandidateRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA6FH,wFAEC;AAED,oFAEC;AAED,8FAaC;AAED,gFAEC;AAED,0FAcC;AAlID,2FAK6C;AAE7C,uFAK2C;AAE3C,yGAKoD;AAEpD,6FAK8C;AAE9C,2FAK6C;AAE7C,qGAKkD;AA8ClD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7F,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzG,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrG,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrG,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2FAAgD,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjI,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC1D,QAAQ,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QACnE,OAAO,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAChE,OAAO,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAChE,cAAc,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACrF,YAAY,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KAClF,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"CandidateRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/CandidateRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,wFAEC;AAED,oFAEC;AAED,8FAYC;AAED,gFAEC;AAED,0FAaC;AAnHD,2FAK6C;AAE7C,uFAK2C;AAE3C,6FAK8C;AAE9C,2FAK6C;AAE7C,qGAKkD;AAwClD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC7F,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzG,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrG,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrG,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC1D,QAAQ,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QACnE,OAAO,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAChE,OAAO,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAChE,YAAY,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KAClF,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ChatRelationshipsFilesDataSchema
16
+ */
17
+ export interface ChatRelationshipsFilesDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ChatRelationshipsFilesDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ChatRelationshipsFilesDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ChatRelationshipsFilesDataSchema interface.
33
+ */
34
+ export declare function instanceOfChatRelationshipsFilesDataSchema(value: object): value is ChatRelationshipsFilesDataSchema;
35
+ export declare function ChatRelationshipsFilesDataSchemaFromJSON(json: any): ChatRelationshipsFilesDataSchema;
36
+ export declare function ChatRelationshipsFilesDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsFilesDataSchema;
37
+ export declare function ChatRelationshipsFilesDataSchemaToJSON(json: any): ChatRelationshipsFilesDataSchema;
38
+ export declare function ChatRelationshipsFilesDataSchemaToJSONTyped(value?: ChatRelationshipsFilesDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ChatRelationshipsFilesDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsFilesDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsFilesDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfChatRelationshipsFilesDataSchema = instanceOfChatRelationshipsFilesDataSchema;
17
+ exports.ChatRelationshipsFilesDataSchemaFromJSON = ChatRelationshipsFilesDataSchemaFromJSON;
18
+ exports.ChatRelationshipsFilesDataSchemaFromJSONTyped = ChatRelationshipsFilesDataSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsFilesDataSchemaToJSON = ChatRelationshipsFilesDataSchemaToJSON;
20
+ exports.ChatRelationshipsFilesDataSchemaToJSONTyped = ChatRelationshipsFilesDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ChatRelationshipsFilesDataSchema interface.
23
+ */
24
+ function instanceOfChatRelationshipsFilesDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ChatRelationshipsFilesDataSchemaFromJSON(json) {
28
+ return ChatRelationshipsFilesDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ChatRelationshipsFilesDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function ChatRelationshipsFilesDataSchemaToJSON(json) {
40
+ return ChatRelationshipsFilesDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsFilesDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=ChatRelationshipsFilesDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsFilesDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsFilesDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AApCD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}