@smartytalent/api-client 0.1.33-dev.99 → 0.2.1-rc.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
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsReportDataSchema.js","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsReportDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,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,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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"}
@@ -1,34 +0,0 @@
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 { TranslationRelationshipsReportDataSchema } from './TranslationRelationshipsReportDataSchema';
13
- /**
14
- *
15
- * @export
16
- * @interface TranslationRelationshipsReportSchema
17
- */
18
- export interface TranslationRelationshipsReportSchema {
19
- /**
20
- *
21
- * @type {TranslationRelationshipsReportDataSchema}
22
- * @memberof TranslationRelationshipsReportSchema
23
- */
24
- data?: TranslationRelationshipsReportDataSchema | null;
25
- }
26
- /**
27
- * Check if a given object implements the TranslationRelationshipsReportSchema interface.
28
- */
29
- export declare function instanceOfTranslationRelationshipsReportSchema(value: object): value is TranslationRelationshipsReportSchema;
30
- export declare function TranslationRelationshipsReportSchemaFromJSON(json: any): TranslationRelationshipsReportSchema;
31
- export declare function TranslationRelationshipsReportSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationRelationshipsReportSchema;
32
- export declare function TranslationRelationshipsReportSchemaToJSON(json: any): TranslationRelationshipsReportSchema;
33
- export declare function TranslationRelationshipsReportSchemaToJSONTyped(value?: TranslationRelationshipsReportSchema | null, ignoreDiscriminator?: boolean): any;
34
- //# sourceMappingURL=TranslationRelationshipsReportSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsReportSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsReportSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -1,50 +0,0 @@
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.instanceOfTranslationRelationshipsReportSchema = instanceOfTranslationRelationshipsReportSchema;
17
- exports.TranslationRelationshipsReportSchemaFromJSON = TranslationRelationshipsReportSchemaFromJSON;
18
- exports.TranslationRelationshipsReportSchemaFromJSONTyped = TranslationRelationshipsReportSchemaFromJSONTyped;
19
- exports.TranslationRelationshipsReportSchemaToJSON = TranslationRelationshipsReportSchemaToJSON;
20
- exports.TranslationRelationshipsReportSchemaToJSONTyped = TranslationRelationshipsReportSchemaToJSONTyped;
21
- const TranslationRelationshipsReportDataSchema_1 = require("./TranslationRelationshipsReportDataSchema");
22
- /**
23
- * Check if a given object implements the TranslationRelationshipsReportSchema interface.
24
- */
25
- function instanceOfTranslationRelationshipsReportSchema(value) {
26
- return true;
27
- }
28
- function TranslationRelationshipsReportSchemaFromJSON(json) {
29
- return TranslationRelationshipsReportSchemaFromJSONTyped(json, false);
30
- }
31
- function TranslationRelationshipsReportSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
- if (json == null) {
33
- return json;
34
- }
35
- return {
36
- 'data': json['data'] == null ? undefined : (0, TranslationRelationshipsReportDataSchema_1.TranslationRelationshipsReportDataSchemaFromJSON)(json['data']),
37
- };
38
- }
39
- function TranslationRelationshipsReportSchemaToJSON(json) {
40
- return TranslationRelationshipsReportSchemaToJSONTyped(json, false);
41
- }
42
- function TranslationRelationshipsReportSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'data': (0, TranslationRelationshipsReportDataSchema_1.TranslationRelationshipsReportDataSchemaToJSON)(value['data']),
48
- };
49
- }
50
- //# sourceMappingURL=TranslationRelationshipsReportSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsReportSchema.js","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsReportSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2FAAgD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5G,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,CAAC;AACN,CAAC"}
@@ -1,55 +0,0 @@
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 { TranslationRelationshipsJobSchema } from './TranslationRelationshipsJobSchema';
13
- import type { TranslationRelationshipsTalentSchema } from './TranslationRelationshipsTalentSchema';
14
- import type { TranslationRelationshipsReportSchema } from './TranslationRelationshipsReportSchema';
15
- import type { TranslationRelationshipsCandidateSchema } from './TranslationRelationshipsCandidateSchema';
16
- /**
17
- *
18
- * @export
19
- * @interface TranslationRelationshipsSchema
20
- */
21
- export interface TranslationRelationshipsSchema {
22
- /**
23
- *
24
- * @type {TranslationRelationshipsTalentSchema}
25
- * @memberof TranslationRelationshipsSchema
26
- */
27
- talent?: TranslationRelationshipsTalentSchema;
28
- /**
29
- *
30
- * @type {TranslationRelationshipsJobSchema}
31
- * @memberof TranslationRelationshipsSchema
32
- */
33
- job?: TranslationRelationshipsJobSchema;
34
- /**
35
- *
36
- * @type {TranslationRelationshipsCandidateSchema}
37
- * @memberof TranslationRelationshipsSchema
38
- */
39
- candidate?: TranslationRelationshipsCandidateSchema;
40
- /**
41
- *
42
- * @type {TranslationRelationshipsReportSchema}
43
- * @memberof TranslationRelationshipsSchema
44
- */
45
- report?: TranslationRelationshipsReportSchema;
46
- }
47
- /**
48
- * Check if a given object implements the TranslationRelationshipsSchema interface.
49
- */
50
- export declare function instanceOfTranslationRelationshipsSchema(value: object): value is TranslationRelationshipsSchema;
51
- export declare function TranslationRelationshipsSchemaFromJSON(json: any): TranslationRelationshipsSchema;
52
- export declare function TranslationRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationRelationshipsSchema;
53
- export declare function TranslationRelationshipsSchemaToJSON(json: any): TranslationRelationshipsSchema;
54
- export declare function TranslationRelationshipsSchemaToJSONTyped(value?: TranslationRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
55
- //# sourceMappingURL=TranslationRelationshipsSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,GAAG,CAAC,EAAE,iCAAiC,CAAC;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE,uCAAuC,CAAC;IACpD;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAWnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYlJ"}
@@ -1,59 +0,0 @@
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.instanceOfTranslationRelationshipsSchema = instanceOfTranslationRelationshipsSchema;
17
- exports.TranslationRelationshipsSchemaFromJSON = TranslationRelationshipsSchemaFromJSON;
18
- exports.TranslationRelationshipsSchemaFromJSONTyped = TranslationRelationshipsSchemaFromJSONTyped;
19
- exports.TranslationRelationshipsSchemaToJSON = TranslationRelationshipsSchemaToJSON;
20
- exports.TranslationRelationshipsSchemaToJSONTyped = TranslationRelationshipsSchemaToJSONTyped;
21
- const TranslationRelationshipsJobSchema_1 = require("./TranslationRelationshipsJobSchema");
22
- const TranslationRelationshipsTalentSchema_1 = require("./TranslationRelationshipsTalentSchema");
23
- const TranslationRelationshipsReportSchema_1 = require("./TranslationRelationshipsReportSchema");
24
- const TranslationRelationshipsCandidateSchema_1 = require("./TranslationRelationshipsCandidateSchema");
25
- /**
26
- * Check if a given object implements the TranslationRelationshipsSchema interface.
27
- */
28
- function instanceOfTranslationRelationshipsSchema(value) {
29
- return true;
30
- }
31
- function TranslationRelationshipsSchemaFromJSON(json) {
32
- return TranslationRelationshipsSchemaFromJSONTyped(json, false);
33
- }
34
- function TranslationRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'talent': json['talent'] == null ? undefined : (0, TranslationRelationshipsTalentSchema_1.TranslationRelationshipsTalentSchemaFromJSON)(json['talent']),
40
- 'job': json['job'] == null ? undefined : (0, TranslationRelationshipsJobSchema_1.TranslationRelationshipsJobSchemaFromJSON)(json['job']),
41
- 'candidate': json['candidate'] == null ? undefined : (0, TranslationRelationshipsCandidateSchema_1.TranslationRelationshipsCandidateSchemaFromJSON)(json['candidate']),
42
- 'report': json['report'] == null ? undefined : (0, TranslationRelationshipsReportSchema_1.TranslationRelationshipsReportSchemaFromJSON)(json['report']),
43
- };
44
- }
45
- function TranslationRelationshipsSchemaToJSON(json) {
46
- return TranslationRelationshipsSchemaToJSONTyped(json, false);
47
- }
48
- function TranslationRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
49
- if (value == null) {
50
- return value;
51
- }
52
- return {
53
- 'talent': (0, TranslationRelationshipsTalentSchema_1.TranslationRelationshipsTalentSchemaToJSON)(value['talent']),
54
- 'job': (0, TranslationRelationshipsJobSchema_1.TranslationRelationshipsJobSchemaToJSON)(value['job']),
55
- 'candidate': (0, TranslationRelationshipsCandidateSchema_1.TranslationRelationshipsCandidateSchemaToJSON)(value['candidate']),
56
- 'report': (0, TranslationRelationshipsReportSchema_1.TranslationRelationshipsReportSchemaToJSON)(value['report']),
57
- };
58
- }
59
- //# sourceMappingURL=TranslationRelationshipsSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAmEH,4FAEC;AAED,wFAEC;AAED,kGAWC;AAED,oFAEC;AAED,8FAYC;AApGD,2FAK6C;AAE7C,iGAKgD;AAEhD,iGAKgD;AAEhD,uGAKmD;AAkCnD;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3G,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC/F,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACvH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QACrE,KAAK,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC5D,WAAW,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC9E,QAAQ,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KACxE,CAAC;AACN,CAAC"}
@@ -1,39 +0,0 @@
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 TranslationRelationshipsTalentDataSchema
16
- */
17
- export interface TranslationRelationshipsTalentDataSchema {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof TranslationRelationshipsTalentDataSchema
22
- */
23
- type?: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof TranslationRelationshipsTalentDataSchema
28
- */
29
- id?: string;
30
- }
31
- /**
32
- * Check if a given object implements the TranslationRelationshipsTalentDataSchema interface.
33
- */
34
- export declare function instanceOfTranslationRelationshipsTalentDataSchema(value: object): value is TranslationRelationshipsTalentDataSchema;
35
- export declare function TranslationRelationshipsTalentDataSchemaFromJSON(json: any): TranslationRelationshipsTalentDataSchema;
36
- export declare function TranslationRelationshipsTalentDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationRelationshipsTalentDataSchema;
37
- export declare function TranslationRelationshipsTalentDataSchemaToJSON(json: any): TranslationRelationshipsTalentDataSchema;
38
- export declare function TranslationRelationshipsTalentDataSchemaToJSONTyped(value?: TranslationRelationshipsTalentDataSchema | null, ignoreDiscriminator?: boolean): any;
39
- //# sourceMappingURL=TranslationRelationshipsTalentDataSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsTalentDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsTalentDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -1,51 +0,0 @@
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.instanceOfTranslationRelationshipsTalentDataSchema = instanceOfTranslationRelationshipsTalentDataSchema;
17
- exports.TranslationRelationshipsTalentDataSchemaFromJSON = TranslationRelationshipsTalentDataSchemaFromJSON;
18
- exports.TranslationRelationshipsTalentDataSchemaFromJSONTyped = TranslationRelationshipsTalentDataSchemaFromJSONTyped;
19
- exports.TranslationRelationshipsTalentDataSchemaToJSON = TranslationRelationshipsTalentDataSchemaToJSON;
20
- exports.TranslationRelationshipsTalentDataSchemaToJSONTyped = TranslationRelationshipsTalentDataSchemaToJSONTyped;
21
- /**
22
- * Check if a given object implements the TranslationRelationshipsTalentDataSchema interface.
23
- */
24
- function instanceOfTranslationRelationshipsTalentDataSchema(value) {
25
- return true;
26
- }
27
- function TranslationRelationshipsTalentDataSchemaFromJSON(json) {
28
- return TranslationRelationshipsTalentDataSchemaFromJSONTyped(json, false);
29
- }
30
- function TranslationRelationshipsTalentDataSchemaFromJSONTyped(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 TranslationRelationshipsTalentDataSchemaToJSON(json) {
40
- return TranslationRelationshipsTalentDataSchemaToJSONTyped(json, false);
41
- }
42
- function TranslationRelationshipsTalentDataSchemaToJSONTyped(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=TranslationRelationshipsTalentDataSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsTalentDataSchema.js","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsTalentDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,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,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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"}
@@ -1,34 +0,0 @@
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 { TranslationRelationshipsTalentDataSchema } from './TranslationRelationshipsTalentDataSchema';
13
- /**
14
- *
15
- * @export
16
- * @interface TranslationRelationshipsTalentSchema
17
- */
18
- export interface TranslationRelationshipsTalentSchema {
19
- /**
20
- *
21
- * @type {TranslationRelationshipsTalentDataSchema}
22
- * @memberof TranslationRelationshipsTalentSchema
23
- */
24
- data?: TranslationRelationshipsTalentDataSchema | null;
25
- }
26
- /**
27
- * Check if a given object implements the TranslationRelationshipsTalentSchema interface.
28
- */
29
- export declare function instanceOfTranslationRelationshipsTalentSchema(value: object): value is TranslationRelationshipsTalentSchema;
30
- export declare function TranslationRelationshipsTalentSchemaFromJSON(json: any): TranslationRelationshipsTalentSchema;
31
- export declare function TranslationRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationRelationshipsTalentSchema;
32
- export declare function TranslationRelationshipsTalentSchemaToJSON(json: any): TranslationRelationshipsTalentSchema;
33
- export declare function TranslationRelationshipsTalentSchemaToJSONTyped(value?: TranslationRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any;
34
- //# sourceMappingURL=TranslationRelationshipsTalentSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsTalentSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsTalentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -1,50 +0,0 @@
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.instanceOfTranslationRelationshipsTalentSchema = instanceOfTranslationRelationshipsTalentSchema;
17
- exports.TranslationRelationshipsTalentSchemaFromJSON = TranslationRelationshipsTalentSchemaFromJSON;
18
- exports.TranslationRelationshipsTalentSchemaFromJSONTyped = TranslationRelationshipsTalentSchemaFromJSONTyped;
19
- exports.TranslationRelationshipsTalentSchemaToJSON = TranslationRelationshipsTalentSchemaToJSON;
20
- exports.TranslationRelationshipsTalentSchemaToJSONTyped = TranslationRelationshipsTalentSchemaToJSONTyped;
21
- const TranslationRelationshipsTalentDataSchema_1 = require("./TranslationRelationshipsTalentDataSchema");
22
- /**
23
- * Check if a given object implements the TranslationRelationshipsTalentSchema interface.
24
- */
25
- function instanceOfTranslationRelationshipsTalentSchema(value) {
26
- return true;
27
- }
28
- function TranslationRelationshipsTalentSchemaFromJSON(json) {
29
- return TranslationRelationshipsTalentSchemaFromJSONTyped(json, false);
30
- }
31
- function TranslationRelationshipsTalentSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
- if (json == null) {
33
- return json;
34
- }
35
- return {
36
- 'data': json['data'] == null ? undefined : (0, TranslationRelationshipsTalentDataSchema_1.TranslationRelationshipsTalentDataSchemaFromJSON)(json['data']),
37
- };
38
- }
39
- function TranslationRelationshipsTalentSchemaToJSON(json) {
40
- return TranslationRelationshipsTalentSchemaToJSONTyped(json, false);
41
- }
42
- function TranslationRelationshipsTalentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'data': (0, TranslationRelationshipsTalentDataSchema_1.TranslationRelationshipsTalentDataSchemaToJSON)(value['data']),
48
- };
49
- }
50
- //# sourceMappingURL=TranslationRelationshipsTalentSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationRelationshipsTalentSchema.js","sourceRoot":"","sources":["../../src/models/TranslationRelationshipsTalentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2FAAgD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5G,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,CAAC;AACN,CAAC"}
@@ -1,75 +0,0 @@
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 { TranslationAttributesSchema } from './TranslationAttributesSchema';
13
- import type { TranslationRelationshipsSchema } from './TranslationRelationshipsSchema';
14
- import type { ResourceLinksSchema } from './ResourceLinksSchema';
15
- /**
16
- *
17
- * @export
18
- * @interface TranslationResourceSchema
19
- */
20
- export interface TranslationResourceSchema {
21
- /**
22
- *
23
- * @type {TranslationResourceSchemaTypeEnum}
24
- * @memberof TranslationResourceSchema
25
- */
26
- type: TranslationResourceSchemaTypeEnum;
27
- /**
28
- * Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
29
- * @type {string}
30
- * @memberof TranslationResourceSchema
31
- */
32
- id: string;
33
- /**
34
- *
35
- * @type {TranslationAttributesSchema}
36
- * @memberof TranslationResourceSchema
37
- */
38
- attributes: TranslationAttributesSchema;
39
- /**
40
- *
41
- * @type {TranslationRelationshipsSchema}
42
- * @memberof TranslationResourceSchema
43
- */
44
- relationships?: TranslationRelationshipsSchema;
45
- /**
46
- *
47
- * @type {ResourceLinksSchema}
48
- * @memberof TranslationResourceSchema
49
- */
50
- links?: ResourceLinksSchema;
51
- /**
52
- *
53
- * @type {{ [key: string]: any; }}
54
- * @memberof TranslationResourceSchema
55
- */
56
- meta?: {
57
- [key: string]: any;
58
- };
59
- }
60
- /**
61
- * @export
62
- */
63
- export declare const TranslationResourceSchemaTypeEnum: {
64
- readonly Translations: "translations";
65
- };
66
- export type TranslationResourceSchemaTypeEnum = typeof TranslationResourceSchemaTypeEnum[keyof typeof TranslationResourceSchemaTypeEnum];
67
- /**
68
- * Check if a given object implements the TranslationResourceSchema interface.
69
- */
70
- export declare function instanceOfTranslationResourceSchema(value: object): value is TranslationResourceSchema;
71
- export declare function TranslationResourceSchemaFromJSON(json: any): TranslationResourceSchema;
72
- export declare function TranslationResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationResourceSchema;
73
- export declare function TranslationResourceSchemaToJSON(json: any): TranslationResourceSchema;
74
- export declare function TranslationResourceSchemaToJSONTyped(value?: TranslationResourceSchema | null, ignoreDiscriminator?: boolean): any;
75
- //# sourceMappingURL=TranslationResourceSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,EAAE,iCAAiC,CAAC;IACxC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,2BAA2B,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAC/C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;CAEpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAGzI;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAKrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAazH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAcxI"}
@@ -1,75 +0,0 @@
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.TranslationResourceSchemaTypeEnum = void 0;
17
- exports.instanceOfTranslationResourceSchema = instanceOfTranslationResourceSchema;
18
- exports.TranslationResourceSchemaFromJSON = TranslationResourceSchemaFromJSON;
19
- exports.TranslationResourceSchemaFromJSONTyped = TranslationResourceSchemaFromJSONTyped;
20
- exports.TranslationResourceSchemaToJSON = TranslationResourceSchemaToJSON;
21
- exports.TranslationResourceSchemaToJSONTyped = TranslationResourceSchemaToJSONTyped;
22
- const TranslationAttributesSchema_1 = require("./TranslationAttributesSchema");
23
- const TranslationRelationshipsSchema_1 = require("./TranslationRelationshipsSchema");
24
- const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
25
- /**
26
- * @export
27
- */
28
- exports.TranslationResourceSchemaTypeEnum = {
29
- Translations: 'translations'
30
- };
31
- /**
32
- * Check if a given object implements the TranslationResourceSchema interface.
33
- */
34
- function instanceOfTranslationResourceSchema(value) {
35
- if (!('type' in value) || value['type'] === undefined)
36
- return false;
37
- if (!('id' in value) || value['id'] === undefined)
38
- return false;
39
- if (!('attributes' in value) || value['attributes'] === undefined)
40
- return false;
41
- return true;
42
- }
43
- function TranslationResourceSchemaFromJSON(json) {
44
- return TranslationResourceSchemaFromJSONTyped(json, false);
45
- }
46
- function TranslationResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
- if (json == null) {
48
- return json;
49
- }
50
- return {
51
- 'type': json['type'],
52
- 'id': json['id'],
53
- 'attributes': (0, TranslationAttributesSchema_1.TranslationAttributesSchemaFromJSON)(json['attributes']),
54
- 'relationships': json['relationships'] == null ? undefined : (0, TranslationRelationshipsSchema_1.TranslationRelationshipsSchemaFromJSON)(json['relationships']),
55
- 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
56
- 'meta': json['meta'] == null ? undefined : json['meta'],
57
- };
58
- }
59
- function TranslationResourceSchemaToJSON(json) {
60
- return TranslationResourceSchemaToJSONTyped(json, false);
61
- }
62
- function TranslationResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
63
- if (value == null) {
64
- return value;
65
- }
66
- return {
67
- 'type': value['type'],
68
- 'id': value['id'],
69
- 'attributes': (0, TranslationAttributesSchema_1.TranslationAttributesSchemaToJSON)(value['attributes']),
70
- 'relationships': (0, TranslationRelationshipsSchema_1.TranslationRelationshipsSchemaToJSON)(value['relationships']),
71
- 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
72
- 'meta': value['meta'],
73
- };
74
- }
75
- //# sourceMappingURL=TranslationResourceSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationResourceSchema.js","sourceRoot":"","sources":["../../src/models/TranslationResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,kFAKC;AAED,8EAEC;AAED,wFAaC;AAED,0EAEC;AAED,oFAcC;AA1HD,+EAKuC;AAEvC,qFAK0C;AAE1C,+DAK+B;AA+C/B;;GAEG;AACU,QAAA,iCAAiC,GAAG;IAC7C,YAAY,EAAE,cAAc;CACtB,CAAC;AAIX;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,iEAAmC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACrE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC1H,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACpE,eAAe,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC7E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -1,49 +0,0 @@
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 { TranslationResourceSchema } from './TranslationResourceSchema';
13
- import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
- /**
15
- *
16
- * @export
17
- * @interface TranslationSchema
18
- */
19
- export interface TranslationSchema {
20
- /**
21
- *
22
- * @type {TranslationResourceSchema}
23
- * @memberof TranslationSchema
24
- */
25
- data?: TranslationResourceSchema;
26
- /**
27
- *
28
- * @type {ResourceLinksSchema}
29
- * @memberof TranslationSchema
30
- */
31
- links?: ResourceLinksSchema;
32
- /**
33
- *
34
- * @type {{ [key: string]: any; }}
35
- * @memberof TranslationSchema
36
- */
37
- meta?: {
38
- [key: string]: any;
39
- };
40
- }
41
- /**
42
- * Check if a given object implements the TranslationSchema interface.
43
- */
44
- export declare function instanceOfTranslationSchema(value: object): value is TranslationSchema;
45
- export declare function TranslationSchemaFromJSON(json: any): TranslationSchema;
46
- export declare function TranslationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationSchema;
47
- export declare function TranslationSchemaToJSON(json: any): TranslationSchema;
48
- export declare function TranslationSchemaToJSONTyped(value?: TranslationSchema | null, ignoreDiscriminator?: boolean): any;
49
- //# sourceMappingURL=TranslationSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TranslationSchema.d.ts","sourceRoot":"","sources":["../../src/models/TranslationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAO7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,yBAAyB,CAAC;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAUzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxH"}