@smartytalent/api-client 0.8.1 → 0.8.3

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 (298) hide show
  1. package/dist/apis/DocumentsApi.d.ts +221 -0
  2. package/dist/apis/DocumentsApi.d.ts.map +1 -0
  3. package/dist/apis/DocumentsApi.js +506 -0
  4. package/dist/apis/DocumentsApi.js.map +1 -0
  5. package/dist/apis/PersonasApi.d.ts +1 -0
  6. package/dist/apis/PersonasApi.d.ts.map +1 -1
  7. package/dist/apis/PersonasApi.js +3 -0
  8. package/dist/apis/PersonasApi.js.map +1 -1
  9. package/dist/apis/ResponsesApi.d.ts +157 -0
  10. package/dist/apis/ResponsesApi.d.ts.map +1 -0
  11. package/dist/apis/ResponsesApi.js +364 -0
  12. package/dist/apis/ResponsesApi.js.map +1 -0
  13. package/dist/apis/SurveysApi.d.ts +69 -54
  14. package/dist/apis/SurveysApi.d.ts.map +1 -1
  15. package/dist/apis/SurveysApi.js +137 -110
  16. package/dist/apis/SurveysApi.js.map +1 -1
  17. package/dist/apis/index.d.ts +2 -0
  18. package/dist/apis/index.d.ts.map +1 -1
  19. package/dist/apis/index.js +2 -0
  20. package/dist/apis/index.js.map +1 -1
  21. package/dist/models/CreateDocumentRequestBody.d.ts +34 -0
  22. package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
  23. package/dist/models/CreateDocumentRequestBody.js +52 -0
  24. package/dist/models/CreateDocumentRequestBody.js.map +1 -0
  25. package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
  26. package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
  27. package/dist/models/CreateDocumentRequestBodyData.js +66 -0
  28. package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
  29. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
  30. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  31. package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
  32. package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
  33. package/dist/models/CreateSurveyRequestBody.d.ts +34 -0
  34. package/dist/models/CreateSurveyRequestBody.d.ts.map +1 -0
  35. package/dist/models/CreateSurveyRequestBody.js +52 -0
  36. package/dist/models/CreateSurveyRequestBody.js.map +1 -0
  37. package/dist/models/CreateSurveyRequestBodyData.d.ts +47 -0
  38. package/dist/models/CreateSurveyRequestBodyData.d.ts.map +1 -0
  39. package/dist/models/CreateSurveyRequestBodyData.js +63 -0
  40. package/dist/models/CreateSurveyRequestBodyData.js.map +1 -0
  41. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts +54 -0
  42. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  43. package/dist/models/CreateSurveyRequestBodyDataAttributes.js +64 -0
  44. package/dist/models/CreateSurveyRequestBodyDataAttributes.js.map +1 -0
  45. package/dist/models/DocumentAttributesSchema.d.ts +190 -0
  46. package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
  47. package/dist/models/DocumentAttributesSchema.js +113 -0
  48. package/dist/models/DocumentAttributesSchema.js.map +1 -0
  49. package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
  50. package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
  51. package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
  52. package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
  53. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
  54. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
  55. package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
  56. package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
  57. package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
  58. package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
  59. package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
  60. package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
  61. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
  62. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
  63. package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
  64. package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
  65. package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
  66. package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
  67. package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
  68. package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
  69. package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
  70. package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
  71. package/dist/models/DocumentRelationshipsSchema.js +56 -0
  72. package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
  73. package/dist/models/DocumentResourceSchema.d.ts +75 -0
  74. package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
  75. package/dist/models/DocumentResourceSchema.js +75 -0
  76. package/dist/models/DocumentResourceSchema.js.map +1 -0
  77. package/dist/models/DocumentSchema.d.ts +49 -0
  78. package/dist/models/DocumentSchema.d.ts.map +1 -0
  79. package/dist/models/DocumentSchema.js +55 -0
  80. package/dist/models/DocumentSchema.js.map +1 -0
  81. package/dist/models/DocumentsSchema.d.ts +48 -0
  82. package/dist/models/DocumentsSchema.d.ts.map +1 -0
  83. package/dist/models/DocumentsSchema.js +56 -0
  84. package/dist/models/DocumentsSchema.js.map +1 -0
  85. package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
  86. package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
  87. package/dist/models/GuestDocumentActionSchema.js +73 -0
  88. package/dist/models/GuestDocumentActionSchema.js.map +1 -0
  89. package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
  90. package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
  91. package/dist/models/GuestDocumentAttributesSchema.js +110 -0
  92. package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
  93. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
  94. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
  95. package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
  96. package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
  97. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
  98. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
  99. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
  100. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
  101. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
  102. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
  103. package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
  104. package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
  105. package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
  106. package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
  107. package/dist/models/{GuestSurveyMetaSchema.js → GuestDocumentMetaSchema.js} +14 -14
  108. package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
  109. package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
  110. package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
  111. package/dist/models/GuestDocumentResourceSchema.js +61 -0
  112. package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
  113. package/dist/models/GuestDocumentSchema.d.ts +39 -0
  114. package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
  115. package/dist/models/GuestDocumentSchema.js +50 -0
  116. package/dist/models/GuestDocumentSchema.js.map +1 -0
  117. package/dist/models/GuestResponseAttributesSchema.d.ts +102 -0
  118. package/dist/models/GuestResponseAttributesSchema.d.ts.map +1 -0
  119. package/dist/models/{GuestSurveyAttributesSchema.js → GuestResponseAttributesSchema.js} +23 -22
  120. package/dist/models/GuestResponseAttributesSchema.js.map +1 -0
  121. package/dist/models/GuestResponseMetaSchema.d.ts +45 -0
  122. package/dist/models/GuestResponseMetaSchema.d.ts.map +1 -0
  123. package/dist/models/GuestResponseMetaSchema.js +55 -0
  124. package/dist/models/GuestResponseMetaSchema.js.map +1 -0
  125. package/dist/models/GuestResponseResourceSchema.d.ts +53 -0
  126. package/dist/models/GuestResponseResourceSchema.d.ts.map +1 -0
  127. package/dist/models/GuestResponseResourceSchema.js +61 -0
  128. package/dist/models/GuestResponseResourceSchema.js.map +1 -0
  129. package/dist/models/GuestResponseSchema.d.ts +39 -0
  130. package/dist/models/GuestResponseSchema.d.ts.map +1 -0
  131. package/dist/models/GuestResponseSchema.js +50 -0
  132. package/dist/models/GuestResponseSchema.js.map +1 -0
  133. package/dist/models/PersonaAttributesSchema.d.ts +298 -4
  134. package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
  135. package/dist/models/PersonaAttributesSchema.js +86 -4
  136. package/dist/models/PersonaAttributesSchema.js.map +1 -1
  137. package/dist/models/PersonaResourceSchema.d.ts +1 -1
  138. package/dist/models/PersonaResourceSchema.js +1 -1
  139. package/dist/models/PersonaResourceSchema.js.map +1 -1
  140. package/dist/models/ResponseAttributesSchema.d.ts +184 -0
  141. package/dist/models/ResponseAttributesSchema.d.ts.map +1 -0
  142. package/dist/models/ResponseAttributesSchema.js +100 -0
  143. package/dist/models/ResponseAttributesSchema.js.map +1 -0
  144. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts +34 -0
  145. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts.map +1 -0
  146. package/dist/models/ResponseRelationshipsCandidateSchema.js +50 -0
  147. package/dist/models/ResponseRelationshipsCandidateSchema.js.map +1 -0
  148. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts +39 -0
  149. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts.map +1 -0
  150. package/dist/models/ResponseRelationshipsCandidateSchemaData.js +51 -0
  151. package/dist/models/ResponseRelationshipsCandidateSchemaData.js.map +1 -0
  152. package/dist/models/ResponseRelationshipsJobSchema.d.ts +34 -0
  153. package/dist/models/ResponseRelationshipsJobSchema.d.ts.map +1 -0
  154. package/dist/models/ResponseRelationshipsJobSchema.js +50 -0
  155. package/dist/models/ResponseRelationshipsJobSchema.js.map +1 -0
  156. package/dist/models/ResponseRelationshipsSchema.d.ts +48 -0
  157. package/dist/models/ResponseRelationshipsSchema.d.ts.map +1 -0
  158. package/dist/models/ResponseRelationshipsSchema.js +56 -0
  159. package/dist/models/ResponseRelationshipsSchema.js.map +1 -0
  160. package/dist/models/ResponseRelationshipsSurveySchema.d.ts +34 -0
  161. package/dist/models/ResponseRelationshipsSurveySchema.d.ts.map +1 -0
  162. package/dist/models/ResponseRelationshipsSurveySchema.js +50 -0
  163. package/dist/models/ResponseRelationshipsSurveySchema.js.map +1 -0
  164. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts +39 -0
  165. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts.map +1 -0
  166. package/dist/models/ResponseRelationshipsSurveySchemaData.js +51 -0
  167. package/dist/models/ResponseRelationshipsSurveySchemaData.js.map +1 -0
  168. package/dist/models/ResponseResourceSchema.d.ts +75 -0
  169. package/dist/models/ResponseResourceSchema.d.ts.map +1 -0
  170. package/dist/models/ResponseResourceSchema.js +75 -0
  171. package/dist/models/ResponseResourceSchema.js.map +1 -0
  172. package/dist/models/ResponseSchema.d.ts +49 -0
  173. package/dist/models/ResponseSchema.d.ts.map +1 -0
  174. package/dist/models/ResponseSchema.js +55 -0
  175. package/dist/models/ResponseSchema.js.map +1 -0
  176. package/dist/models/ResponsesSchema.d.ts +48 -0
  177. package/dist/models/ResponsesSchema.d.ts.map +1 -0
  178. package/dist/models/ResponsesSchema.js +56 -0
  179. package/dist/models/ResponsesSchema.js.map +1 -0
  180. package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
  181. package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
  182. package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
  183. package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
  184. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
  185. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
  186. package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
  187. package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
  188. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
  189. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  190. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
  191. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
  192. package/dist/models/SubmitGuestResponseRequestBody.d.ts +41 -0
  193. package/dist/models/SubmitGuestResponseRequestBody.d.ts.map +1 -0
  194. package/dist/models/SubmitGuestResponseRequestBody.js +57 -0
  195. package/dist/models/SubmitGuestResponseRequestBody.js.map +1 -0
  196. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts +53 -0
  197. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts.map +1 -0
  198. package/dist/models/SubmitGuestResponseRequestBodyData.js +65 -0
  199. package/dist/models/SubmitGuestResponseRequestBodyData.js.map +1 -0
  200. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts +33 -0
  201. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts.map +1 -0
  202. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js +51 -0
  203. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js.map +1 -0
  204. package/dist/models/SurveyAttributesSchema.d.ts +42 -91
  205. package/dist/models/SurveyAttributesSchema.d.ts.map +1 -1
  206. package/dist/models/SurveyAttributesSchema.js +18 -32
  207. package/dist/models/SurveyAttributesSchema.js.map +1 -1
  208. package/dist/models/SurveyContentSchema.d.ts +42 -0
  209. package/dist/models/SurveyContentSchema.d.ts.map +1 -0
  210. package/dist/models/SurveyContentSchema.js +52 -0
  211. package/dist/models/SurveyContentSchema.js.map +1 -0
  212. package/dist/models/SurveyQuestionOptionSchema.d.ts +41 -0
  213. package/dist/models/SurveyQuestionOptionSchema.d.ts.map +1 -0
  214. package/dist/models/SurveyQuestionOptionSchema.js +51 -0
  215. package/dist/models/SurveyQuestionOptionSchema.js.map +1 -0
  216. package/dist/models/SurveyQuestionSchema.d.ts +119 -0
  217. package/dist/models/SurveyQuestionSchema.d.ts.map +1 -0
  218. package/dist/models/SurveyQuestionSchema.js +85 -0
  219. package/dist/models/SurveyQuestionSchema.js.map +1 -0
  220. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts +43 -0
  221. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts.map +1 -0
  222. package/dist/models/SurveyQuestionSchemaScaleLabels.js +51 -0
  223. package/dist/models/SurveyQuestionSchemaScaleLabels.js.map +1 -0
  224. package/dist/models/SurveyResourceSchema.d.ts +2 -3
  225. package/dist/models/SurveyResourceSchema.d.ts.map +1 -1
  226. package/dist/models/SurveyResourceSchema.js +2 -3
  227. package/dist/models/SurveyResourceSchema.js.map +1 -1
  228. package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
  229. package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
  230. package/dist/models/UpdateDocumentRequestBody.js +52 -0
  231. package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
  232. package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
  233. package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
  234. package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
  235. package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
  236. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
  237. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  238. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
  239. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
  240. package/dist/models/UpdateSurveyRequestBody.d.ts +34 -0
  241. package/dist/models/UpdateSurveyRequestBody.d.ts.map +1 -0
  242. package/dist/models/UpdateSurveyRequestBody.js +52 -0
  243. package/dist/models/UpdateSurveyRequestBody.js.map +1 -0
  244. package/dist/models/UpdateSurveyRequestBodyData.d.ts +53 -0
  245. package/dist/models/UpdateSurveyRequestBodyData.d.ts.map +1 -0
  246. package/dist/models/UpdateSurveyRequestBodyData.js +63 -0
  247. package/dist/models/UpdateSurveyRequestBodyData.js.map +1 -0
  248. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts +55 -0
  249. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  250. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js +63 -0
  251. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js.map +1 -0
  252. package/dist/models/index.d.ts +54 -11
  253. package/dist/models/index.d.ts.map +1 -1
  254. package/dist/models/index.js +54 -11
  255. package/dist/models/index.js.map +1 -1
  256. package/package.json +1 -1
  257. package/dist/models/GuestSurveyAttributesSchema.d.ts +0 -98
  258. package/dist/models/GuestSurveyAttributesSchema.d.ts.map +0 -1
  259. package/dist/models/GuestSurveyAttributesSchema.js.map +0 -1
  260. package/dist/models/GuestSurveyMetaSchema.d.ts +0 -45
  261. package/dist/models/GuestSurveyMetaSchema.d.ts.map +0 -1
  262. package/dist/models/GuestSurveyMetaSchema.js.map +0 -1
  263. package/dist/models/GuestSurveyResourceSchema.d.ts +0 -53
  264. package/dist/models/GuestSurveyResourceSchema.d.ts.map +0 -1
  265. package/dist/models/GuestSurveyResourceSchema.js +0 -61
  266. package/dist/models/GuestSurveyResourceSchema.js.map +0 -1
  267. package/dist/models/GuestSurveySchema.d.ts +0 -38
  268. package/dist/models/GuestSurveySchema.d.ts.map +0 -1
  269. package/dist/models/GuestSurveySchema.js +0 -50
  270. package/dist/models/GuestSurveySchema.js.map +0 -1
  271. package/dist/models/SubmitGuestSurveyRequestBody.d.ts +0 -41
  272. package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +0 -1
  273. package/dist/models/SubmitGuestSurveyRequestBody.js +0 -57
  274. package/dist/models/SubmitGuestSurveyRequestBody.js.map +0 -1
  275. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +0 -53
  276. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +0 -1
  277. package/dist/models/SubmitGuestSurveyRequestBodyData.js +0 -65
  278. package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +0 -1
  279. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +0 -39
  280. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +0 -1
  281. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +0 -53
  282. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +0 -1
  283. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +0 -34
  284. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +0 -1
  285. package/dist/models/SurveyRelationshipsCandidateSchema.js +0 -50
  286. package/dist/models/SurveyRelationshipsCandidateSchema.js.map +0 -1
  287. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +0 -39
  288. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +0 -1
  289. package/dist/models/SurveyRelationshipsCandidateSchemaData.js +0 -51
  290. package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +0 -1
  291. package/dist/models/SurveyRelationshipsJobSchema.d.ts +0 -34
  292. package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +0 -1
  293. package/dist/models/SurveyRelationshipsJobSchema.js +0 -50
  294. package/dist/models/SurveyRelationshipsJobSchema.js.map +0 -1
  295. package/dist/models/SurveyRelationshipsSchema.d.ts +0 -41
  296. package/dist/models/SurveyRelationshipsSchema.d.ts.map +0 -1
  297. package/dist/models/SurveyRelationshipsSchema.js +0 -53
  298. package/dist/models/SurveyRelationshipsSchema.js.map +0 -1
@@ -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.instanceOfDocumentRelationshipsCandidateSchema = instanceOfDocumentRelationshipsCandidateSchema;
17
+ exports.DocumentRelationshipsCandidateSchemaFromJSON = DocumentRelationshipsCandidateSchemaFromJSON;
18
+ exports.DocumentRelationshipsCandidateSchemaFromJSONTyped = DocumentRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsCandidateSchemaToJSON = DocumentRelationshipsCandidateSchemaToJSON;
20
+ exports.DocumentRelationshipsCandidateSchemaToJSONTyped = DocumentRelationshipsCandidateSchemaToJSONTyped;
21
+ const ResponseRelationshipsCandidateSchemaData_1 = require("./ResponseRelationshipsCandidateSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsCandidateSchemaFromJSON(json) {
29
+ return DocumentRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ResponseRelationshipsCandidateSchemaData_1.ResponseRelationshipsCandidateSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsCandidateSchemaToJSON(json) {
40
+ return DocumentRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ResponseRelationshipsCandidateSchemaData_1.ResponseRelationshipsCandidateSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsCandidateSchema.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"}
@@ -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 { DocumentRelationshipsConversationSchemaData } from './DocumentRelationshipsConversationSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsConversationSchema
17
+ */
18
+ export interface DocumentRelationshipsConversationSchema {
19
+ /**
20
+ *
21
+ * @type {DocumentRelationshipsConversationSchemaData}
22
+ * @memberof DocumentRelationshipsConversationSchema
23
+ */
24
+ data?: DocumentRelationshipsConversationSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsConversationSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsConversationSchema(value: object): value is DocumentRelationshipsConversationSchema;
30
+ export declare function DocumentRelationshipsConversationSchemaFromJSON(json: any): DocumentRelationshipsConversationSchema;
31
+ export declare function DocumentRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsConversationSchema;
32
+ export declare function DocumentRelationshipsConversationSchemaToJSON(json: any): DocumentRelationshipsConversationSchema;
33
+ export declare function DocumentRelationshipsConversationSchemaToJSONTyped(value?: DocumentRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsConversationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAQjH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,2CAA2C,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CAQrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpK"}
@@ -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.instanceOfDocumentRelationshipsConversationSchema = instanceOfDocumentRelationshipsConversationSchema;
17
+ exports.DocumentRelationshipsConversationSchemaFromJSON = DocumentRelationshipsConversationSchemaFromJSON;
18
+ exports.DocumentRelationshipsConversationSchemaFromJSONTyped = DocumentRelationshipsConversationSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsConversationSchemaToJSON = DocumentRelationshipsConversationSchemaToJSON;
20
+ exports.DocumentRelationshipsConversationSchemaToJSONTyped = DocumentRelationshipsConversationSchemaToJSONTyped;
21
+ const DocumentRelationshipsConversationSchemaData_1 = require("./DocumentRelationshipsConversationSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsConversationSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsConversationSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsConversationSchemaFromJSON(json) {
29
+ return DocumentRelationshipsConversationSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, DocumentRelationshipsConversationSchemaData_1.DocumentRelationshipsConversationSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsConversationSchemaToJSON(json) {
40
+ return DocumentRelationshipsConversationSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, DocumentRelationshipsConversationSchemaData_1.DocumentRelationshipsConversationSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsConversationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8GAEC;AAED,0GAEC;AAED,oHAQC;AAED,sGAEC;AAED,gHASC;AAvDD,+GAKuD;AAgBvD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,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,iGAAmD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+FAAiD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC3E,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 DocumentRelationshipsConversationSchemaData
16
+ */
17
+ export interface DocumentRelationshipsConversationSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DocumentRelationshipsConversationSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DocumentRelationshipsConversationSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the DocumentRelationshipsConversationSchemaData interface.
33
+ */
34
+ export declare function instanceOfDocumentRelationshipsConversationSchemaData(value: object): value is DocumentRelationshipsConversationSchemaData;
35
+ export declare function DocumentRelationshipsConversationSchemaDataFromJSON(json: any): DocumentRelationshipsConversationSchemaData;
36
+ export declare function DocumentRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsConversationSchemaData;
37
+ export declare function DocumentRelationshipsConversationSchemaDataToJSON(json: any): DocumentRelationshipsConversationSchemaData;
38
+ export declare function DocumentRelationshipsConversationSchemaDataToJSONTyped(value?: DocumentRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=DocumentRelationshipsConversationSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qDAAqD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2CAA2C,CAEzI;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAE1H;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2CAA2C,CAS7J;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAExH;AAED,wBAAgB,sDAAsD,CAAC,KAAK,CAAC,EAAE,2CAA2C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5K"}
@@ -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.instanceOfDocumentRelationshipsConversationSchemaData = instanceOfDocumentRelationshipsConversationSchemaData;
17
+ exports.DocumentRelationshipsConversationSchemaDataFromJSON = DocumentRelationshipsConversationSchemaDataFromJSON;
18
+ exports.DocumentRelationshipsConversationSchemaDataFromJSONTyped = DocumentRelationshipsConversationSchemaDataFromJSONTyped;
19
+ exports.DocumentRelationshipsConversationSchemaDataToJSON = DocumentRelationshipsConversationSchemaDataToJSON;
20
+ exports.DocumentRelationshipsConversationSchemaDataToJSONTyped = DocumentRelationshipsConversationSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentRelationshipsConversationSchemaData interface.
23
+ */
24
+ function instanceOfDocumentRelationshipsConversationSchemaData(value) {
25
+ return true;
26
+ }
27
+ function DocumentRelationshipsConversationSchemaDataFromJSON(json) {
28
+ return DocumentRelationshipsConversationSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function DocumentRelationshipsConversationSchemaDataFromJSONTyped(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 DocumentRelationshipsConversationSchemaDataToJSON(json) {
40
+ return DocumentRelationshipsConversationSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsConversationSchemaDataToJSONTyped(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=DocumentRelationshipsConversationSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchemaData.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sHAEC;AAED,kHAEC;AAED,4HASC;AAED,8GAEC;AAED,wHAUC;AApCD;;GAEG;AACH,SAAgB,qDAAqD,CAAC,KAAa;IAC/E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS,EAAE,mBAA4B;IAC5G,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,KAA0D,EAAE,sBAA+B,KAAK;IACnK,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 { FeedbackRelationshipsJobsSchemaData } from './FeedbackRelationshipsJobsSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsJobSchema
17
+ */
18
+ export interface DocumentRelationshipsJobSchema {
19
+ /**
20
+ *
21
+ * @type {FeedbackRelationshipsJobsSchemaData}
22
+ * @memberof DocumentRelationshipsJobSchema
23
+ */
24
+ data?: FeedbackRelationshipsJobsSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsJobSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsJobSchema(value: object): value is DocumentRelationshipsJobSchema;
30
+ export declare function DocumentRelationshipsJobSchemaFromJSON(json: any): DocumentRelationshipsJobSchema;
31
+ export declare function DocumentRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsJobSchema;
32
+ export declare function DocumentRelationshipsJobSchemaToJSON(json: any): DocumentRelationshipsJobSchema;
33
+ export declare function DocumentRelationshipsJobSchemaToJSONTyped(value?: DocumentRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsJobSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDocumentRelationshipsJobSchema = instanceOfDocumentRelationshipsJobSchema;
17
+ exports.DocumentRelationshipsJobSchemaFromJSON = DocumentRelationshipsJobSchemaFromJSON;
18
+ exports.DocumentRelationshipsJobSchemaFromJSONTyped = DocumentRelationshipsJobSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsJobSchemaToJSON = DocumentRelationshipsJobSchemaToJSON;
20
+ exports.DocumentRelationshipsJobSchemaToJSONTyped = DocumentRelationshipsJobSchemaToJSONTyped;
21
+ const FeedbackRelationshipsJobsSchemaData_1 = require("./FeedbackRelationshipsJobsSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsJobSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsJobSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsJobSchemaFromJSON(json) {
29
+ return DocumentRelationshipsJobSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsJobSchemaToJSON(json) {
40
+ return DocumentRelationshipsJobSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsJobSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,CAAC;AACN,CAAC"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DocumentRelationshipsConversationSchema } from './DocumentRelationshipsConversationSchema';
13
+ import type { DocumentRelationshipsJobSchema } from './DocumentRelationshipsJobSchema';
14
+ import type { DocumentRelationshipsCandidateSchema } from './DocumentRelationshipsCandidateSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface DocumentRelationshipsSchema
19
+ */
20
+ export interface DocumentRelationshipsSchema {
21
+ /**
22
+ *
23
+ * @type {DocumentRelationshipsCandidateSchema}
24
+ * @memberof DocumentRelationshipsSchema
25
+ */
26
+ candidate?: DocumentRelationshipsCandidateSchema;
27
+ /**
28
+ *
29
+ * @type {DocumentRelationshipsJobSchema}
30
+ * @memberof DocumentRelationshipsSchema
31
+ */
32
+ job?: DocumentRelationshipsJobSchema;
33
+ /**
34
+ *
35
+ * @type {DocumentRelationshipsConversationSchema}
36
+ * @memberof DocumentRelationshipsSchema
37
+ */
38
+ conversation?: DocumentRelationshipsConversationSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the DocumentRelationshipsSchema interface.
42
+ */
43
+ export declare function instanceOfDocumentRelationshipsSchema(value: object): value is DocumentRelationshipsSchema;
44
+ export declare function DocumentRelationshipsSchemaFromJSON(json: any): DocumentRelationshipsSchema;
45
+ export declare function DocumentRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsSchema;
46
+ export declare function DocumentRelationshipsSchemaToJSON(json: any): DocumentRelationshipsSchema;
47
+ export declare function DocumentRelationshipsSchemaToJSONTyped(value?: DocumentRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=DocumentRelationshipsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAOzG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE,oCAAoC,CAAC;IACjD;;;;OAIG;IACH,GAAG,CAAC,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,uCAAuC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAU7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5I"}
@@ -0,0 +1,56 @@
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.instanceOfDocumentRelationshipsSchema = instanceOfDocumentRelationshipsSchema;
17
+ exports.DocumentRelationshipsSchemaFromJSON = DocumentRelationshipsSchemaFromJSON;
18
+ exports.DocumentRelationshipsSchemaFromJSONTyped = DocumentRelationshipsSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsSchemaToJSON = DocumentRelationshipsSchemaToJSON;
20
+ exports.DocumentRelationshipsSchemaToJSONTyped = DocumentRelationshipsSchemaToJSONTyped;
21
+ const DocumentRelationshipsConversationSchema_1 = require("./DocumentRelationshipsConversationSchema");
22
+ const DocumentRelationshipsJobSchema_1 = require("./DocumentRelationshipsJobSchema");
23
+ const DocumentRelationshipsCandidateSchema_1 = require("./DocumentRelationshipsCandidateSchema");
24
+ /**
25
+ * Check if a given object implements the DocumentRelationshipsSchema interface.
26
+ */
27
+ function instanceOfDocumentRelationshipsSchema(value) {
28
+ return true;
29
+ }
30
+ function DocumentRelationshipsSchemaFromJSON(json) {
31
+ return DocumentRelationshipsSchemaFromJSONTyped(json, false);
32
+ }
33
+ function DocumentRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'candidate': json['candidate'] == null ? undefined : (0, DocumentRelationshipsCandidateSchema_1.DocumentRelationshipsCandidateSchemaFromJSON)(json['candidate']),
39
+ 'job': json['job'] == null ? undefined : (0, DocumentRelationshipsJobSchema_1.DocumentRelationshipsJobSchemaFromJSON)(json['job']),
40
+ 'conversation': json['conversation'] == null ? undefined : (0, DocumentRelationshipsConversationSchema_1.DocumentRelationshipsConversationSchemaFromJSON)(json['conversation']),
41
+ };
42
+ }
43
+ function DocumentRelationshipsSchemaToJSON(json) {
44
+ return DocumentRelationshipsSchemaToJSONTyped(json, false);
45
+ }
46
+ function DocumentRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'candidate': (0, DocumentRelationshipsCandidateSchema_1.DocumentRelationshipsCandidateSchemaToJSON)(value['candidate']),
52
+ 'job': (0, DocumentRelationshipsJobSchema_1.DocumentRelationshipsJobSchemaToJSON)(value['job']),
53
+ 'conversation': (0, DocumentRelationshipsConversationSchema_1.DocumentRelationshipsConversationSchemaToJSON)(value['conversation']),
54
+ };
55
+ }
56
+ //# sourceMappingURL=DocumentRelationshipsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,sFAEC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AArFD,uGAKmD;AAEnD,qFAK0C;AAE1C,iGAKgD;AA4BhD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACpH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC5F,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACnI,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC3E,KAAK,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACzD,cAAc,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;KACvF,CAAC;AACN,CAAC"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DocumentAttributesSchema } from './DocumentAttributesSchema';
13
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
+ import type { DocumentRelationshipsSchema } from './DocumentRelationshipsSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface DocumentResourceSchema
19
+ */
20
+ export interface DocumentResourceSchema {
21
+ /**
22
+ *
23
+ * @type {DocumentResourceSchemaTypeEnum}
24
+ * @memberof DocumentResourceSchema
25
+ */
26
+ type: DocumentResourceSchemaTypeEnum;
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 DocumentResourceSchema
31
+ */
32
+ id: string;
33
+ /**
34
+ *
35
+ * @type {DocumentAttributesSchema}
36
+ * @memberof DocumentResourceSchema
37
+ */
38
+ attributes: DocumentAttributesSchema;
39
+ /**
40
+ *
41
+ * @type {DocumentRelationshipsSchema}
42
+ * @memberof DocumentResourceSchema
43
+ */
44
+ relationships?: DocumentRelationshipsSchema;
45
+ /**
46
+ *
47
+ * @type {ResourceLinksSchema}
48
+ * @memberof DocumentResourceSchema
49
+ */
50
+ links?: ResourceLinksSchema;
51
+ /**
52
+ *
53
+ * @type {{ [key: string]: any; }}
54
+ * @memberof DocumentResourceSchema
55
+ */
56
+ meta?: {
57
+ [key: string]: any;
58
+ };
59
+ }
60
+ /**
61
+ * @export
62
+ */
63
+ export declare const DocumentResourceSchemaTypeEnum: {
64
+ readonly Documents: "documents";
65
+ };
66
+ export type DocumentResourceSchemaTypeEnum = typeof DocumentResourceSchemaTypeEnum[keyof typeof DocumentResourceSchemaTypeEnum];
67
+ /**
68
+ * Check if a given object implements the DocumentResourceSchema interface.
69
+ */
70
+ export declare function instanceOfDocumentResourceSchema(value: object): value is DocumentResourceSchema;
71
+ export declare function DocumentResourceSchemaFromJSON(json: any): DocumentResourceSchema;
72
+ export declare function DocumentResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentResourceSchema;
73
+ export declare function DocumentResourceSchemaToJSON(json: any): DocumentResourceSchema;
74
+ export declare function DocumentResourceSchemaToJSONTyped(value?: DocumentResourceSchema | null, ignoreDiscriminator?: boolean): any;
75
+ //# sourceMappingURL=DocumentResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,wBAAwB,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C;;;;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,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAK/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAanH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAclI"}
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.DocumentResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfDocumentResourceSchema = instanceOfDocumentResourceSchema;
18
+ exports.DocumentResourceSchemaFromJSON = DocumentResourceSchemaFromJSON;
19
+ exports.DocumentResourceSchemaFromJSONTyped = DocumentResourceSchemaFromJSONTyped;
20
+ exports.DocumentResourceSchemaToJSON = DocumentResourceSchemaToJSON;
21
+ exports.DocumentResourceSchemaToJSONTyped = DocumentResourceSchemaToJSONTyped;
22
+ const DocumentAttributesSchema_1 = require("./DocumentAttributesSchema");
23
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
24
+ const DocumentRelationshipsSchema_1 = require("./DocumentRelationshipsSchema");
25
+ /**
26
+ * @export
27
+ */
28
+ exports.DocumentResourceSchemaTypeEnum = {
29
+ Documents: 'documents'
30
+ };
31
+ /**
32
+ * Check if a given object implements the DocumentResourceSchema interface.
33
+ */
34
+ function instanceOfDocumentResourceSchema(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 DocumentResourceSchemaFromJSON(json) {
44
+ return DocumentResourceSchemaFromJSONTyped(json, false);
45
+ }
46
+ function DocumentResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'type': json['type'],
52
+ 'id': json['id'],
53
+ 'attributes': (0, DocumentAttributesSchema_1.DocumentAttributesSchemaFromJSON)(json['attributes']),
54
+ 'relationships': json['relationships'] == null ? undefined : (0, DocumentRelationshipsSchema_1.DocumentRelationshipsSchemaFromJSON)(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 DocumentResourceSchemaToJSON(json) {
60
+ return DocumentResourceSchemaToJSONTyped(json, false);
61
+ }
62
+ function DocumentResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'type': value['type'],
68
+ 'id': value['id'],
69
+ 'attributes': (0, DocumentAttributesSchema_1.DocumentAttributesSchemaToJSON)(value['attributes']),
70
+ 'relationships': (0, DocumentRelationshipsSchema_1.DocumentRelationshipsSchemaToJSON)(value['relationships']),
71
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
72
+ 'meta': value['meta'],
73
+ };
74
+ }
75
+ //# sourceMappingURL=DocumentResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentResourceSchema.js","sourceRoot":"","sources":["../../src/models/DocumentResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4EAKC;AAED,wEAEC;AAED,kFAaC;AAED,oEAEC;AAED,8EAcC;AA1HD,yEAKoC;AAEpC,+DAK+B;AAE/B,+EAKuC;AA+CvC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,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,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAClE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACvH,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,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC1E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}