@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,63 @@
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.CreateSurveyRequestBodyDataTypeEnum = void 0;
17
+ exports.instanceOfCreateSurveyRequestBodyData = instanceOfCreateSurveyRequestBodyData;
18
+ exports.CreateSurveyRequestBodyDataFromJSON = CreateSurveyRequestBodyDataFromJSON;
19
+ exports.CreateSurveyRequestBodyDataFromJSONTyped = CreateSurveyRequestBodyDataFromJSONTyped;
20
+ exports.CreateSurveyRequestBodyDataToJSON = CreateSurveyRequestBodyDataToJSON;
21
+ exports.CreateSurveyRequestBodyDataToJSONTyped = CreateSurveyRequestBodyDataToJSONTyped;
22
+ const CreateSurveyRequestBodyDataAttributes_1 = require("./CreateSurveyRequestBodyDataAttributes");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.CreateSurveyRequestBodyDataTypeEnum = {
27
+ Surveys: 'surveys'
28
+ };
29
+ /**
30
+ * Check if a given object implements the CreateSurveyRequestBodyData interface.
31
+ */
32
+ function instanceOfCreateSurveyRequestBodyData(value) {
33
+ if (!('type' in value) || value['type'] === undefined)
34
+ return false;
35
+ if (!('attributes' in value) || value['attributes'] === undefined)
36
+ return false;
37
+ return true;
38
+ }
39
+ function CreateSurveyRequestBodyDataFromJSON(json) {
40
+ return CreateSurveyRequestBodyDataFromJSONTyped(json, false);
41
+ }
42
+ function CreateSurveyRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+ 'type': json['type'],
48
+ 'attributes': (0, CreateSurveyRequestBodyDataAttributes_1.CreateSurveyRequestBodyDataAttributesFromJSON)(json['attributes']),
49
+ };
50
+ }
51
+ function CreateSurveyRequestBodyDataToJSON(json) {
52
+ return CreateSurveyRequestBodyDataToJSONTyped(json, false);
53
+ }
54
+ function CreateSurveyRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'type': value['type'],
60
+ 'attributes': (0, CreateSurveyRequestBodyDataAttributes_1.CreateSurveyRequestBodyDataAttributesToJSON)(value['attributes']),
61
+ };
62
+ }
63
+ //# sourceMappingURL=CreateSurveyRequestBodyData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSurveyRequestBodyData.js","sourceRoot":"","sources":["../../src/models/CreateSurveyRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,sFAIC;AAED,kFAEC;AAED,4FASC;AAED,8EAEC;AAED,wFAUC;AA3ED,mGAKiD;AAuBjD;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,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,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAA,qFAA6C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClF,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,mFAA2C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjF,CAAC;AACN,CAAC"}
@@ -0,0 +1,54 @@
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 { SurveyContentSchema } from './SurveyContentSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateSurveyRequestBodyDataAttributes
17
+ */
18
+ export interface CreateSurveyRequestBodyDataAttributes {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof CreateSurveyRequestBodyDataAttributes
23
+ */
24
+ name: string;
25
+ /**
26
+ *
27
+ * @type {CreateSurveyRequestBodyDataAttributesKindEnum}
28
+ * @memberof CreateSurveyRequestBodyDataAttributes
29
+ */
30
+ kind?: CreateSurveyRequestBodyDataAttributesKindEnum;
31
+ /**
32
+ *
33
+ * @type {SurveyContentSchema}
34
+ * @memberof CreateSurveyRequestBodyDataAttributes
35
+ */
36
+ content?: SurveyContentSchema;
37
+ }
38
+ /**
39
+ * @export
40
+ */
41
+ export declare const CreateSurveyRequestBodyDataAttributesKindEnum: {
42
+ readonly Cnps: "cnps";
43
+ readonly General: "general";
44
+ };
45
+ export type CreateSurveyRequestBodyDataAttributesKindEnum = typeof CreateSurveyRequestBodyDataAttributesKindEnum[keyof typeof CreateSurveyRequestBodyDataAttributesKindEnum];
46
+ /**
47
+ * Check if a given object implements the CreateSurveyRequestBodyDataAttributes interface.
48
+ */
49
+ export declare function instanceOfCreateSurveyRequestBodyDataAttributes(value: object): value is CreateSurveyRequestBodyDataAttributes;
50
+ export declare function CreateSurveyRequestBodyDataAttributesFromJSON(json: any): CreateSurveyRequestBodyDataAttributes;
51
+ export declare function CreateSurveyRequestBodyDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateSurveyRequestBodyDataAttributes;
52
+ export declare function CreateSurveyRequestBodyDataAttributesToJSON(json: any): CreateSurveyRequestBodyDataAttributes;
53
+ export declare function CreateSurveyRequestBodyDataAttributesToJSONTyped(value?: CreateSurveyRequestBodyDataAttributes | null, ignoreDiscriminator?: boolean): any;
54
+ //# sourceMappingURL=CreateSurveyRequestBodyDataAttributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSurveyRequestBodyDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/CreateSurveyRequestBodyDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,CAAC,EAAE,6CAA6C,CAAC;IACrD;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CACjC;AAGD;;GAEG;AACH,eAAO,MAAM,6CAA6C;;;CAGhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,OAAO,6CAA6C,CAAC,MAAM,OAAO,6CAA6C,CAAC,CAAC;AAG7K;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAG7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CAUjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhK"}
@@ -0,0 +1,64 @@
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.CreateSurveyRequestBodyDataAttributesKindEnum = void 0;
17
+ exports.instanceOfCreateSurveyRequestBodyDataAttributes = instanceOfCreateSurveyRequestBodyDataAttributes;
18
+ exports.CreateSurveyRequestBodyDataAttributesFromJSON = CreateSurveyRequestBodyDataAttributesFromJSON;
19
+ exports.CreateSurveyRequestBodyDataAttributesFromJSONTyped = CreateSurveyRequestBodyDataAttributesFromJSONTyped;
20
+ exports.CreateSurveyRequestBodyDataAttributesToJSON = CreateSurveyRequestBodyDataAttributesToJSON;
21
+ exports.CreateSurveyRequestBodyDataAttributesToJSONTyped = CreateSurveyRequestBodyDataAttributesToJSONTyped;
22
+ const SurveyContentSchema_1 = require("./SurveyContentSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.CreateSurveyRequestBodyDataAttributesKindEnum = {
27
+ Cnps: 'cnps',
28
+ General: 'general'
29
+ };
30
+ /**
31
+ * Check if a given object implements the CreateSurveyRequestBodyDataAttributes interface.
32
+ */
33
+ function instanceOfCreateSurveyRequestBodyDataAttributes(value) {
34
+ if (!('name' in value) || value['name'] === undefined)
35
+ return false;
36
+ return true;
37
+ }
38
+ function CreateSurveyRequestBodyDataAttributesFromJSON(json) {
39
+ return CreateSurveyRequestBodyDataAttributesFromJSONTyped(json, false);
40
+ }
41
+ function CreateSurveyRequestBodyDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
42
+ if (json == null) {
43
+ return json;
44
+ }
45
+ return {
46
+ 'name': json['name'],
47
+ 'kind': json['kind'] == null ? undefined : json['kind'],
48
+ 'content': json['content'] == null ? undefined : (0, SurveyContentSchema_1.SurveyContentSchemaFromJSON)(json['content']),
49
+ };
50
+ }
51
+ function CreateSurveyRequestBodyDataAttributesToJSON(json) {
52
+ return CreateSurveyRequestBodyDataAttributesToJSONTyped(json, false);
53
+ }
54
+ function CreateSurveyRequestBodyDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'name': value['name'],
60
+ 'kind': value['kind'],
61
+ 'content': (0, SurveyContentSchema_1.SurveyContentSchemaToJSON)(value['content']),
62
+ };
63
+ }
64
+ //# sourceMappingURL=CreateSurveyRequestBodyDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSurveyRequestBodyDataAttributes.js","sourceRoot":"","sources":["../../src/models/CreateSurveyRequestBodyDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmDH,0GAGC;AAED,sGAEC;AAED,gHAUC;AAED,kGAEC;AAED,4GAWC;AAnFD,+DAK+B;AA6B/B;;GAEG;AACU,QAAA,6CAA6C,GAAG;IACzD,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAChG,CAAC;AACN,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,SAAS,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KACzD,CAAC;AACN,CAAC"}
@@ -0,0 +1,190 @@
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 { DocumentAttributesSchemaOrganization } from './DocumentAttributesSchemaOrganization';
13
+ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
14
+ /**
15
+ * Recruiter view of a document instance. `reference`, `contentHash`,
16
+ * `sentAt`, participant states, activity and `status` past draft are
17
+ * server-managed. Content (title/body/fields/participants) is editable
18
+ * ONLY while status=draft - it LOCKS at send.
19
+ * @export
20
+ * @interface DocumentAttributesSchema
21
+ */
22
+ export interface DocumentAttributesSchema {
23
+ /**
24
+ * The guest link's path segment. Derived from documentType when absent at create.
25
+ * @type {DocumentAttributesSchemaProcessEnum}
26
+ * @memberof DocumentAttributesSchema
27
+ */
28
+ process?: DocumentAttributesSchemaProcessEnum;
29
+ /**
30
+ * Drives the backend's documentType -> availableActions matrix (v1: employment_offer = ACCEPT+DECLINE, policy = ACCEPT, consent = ACCEPT+DECLINE, others read-only).
31
+ * @type {DocumentAttributesSchemaDocumentTypeEnum}
32
+ * @memberof DocumentAttributesSchema
33
+ */
34
+ documentType?: DocumentAttributesSchemaDocumentTypeEnum;
35
+ /**
36
+ * draft -> pending is the SEND door; pending -> withdrawn the only
37
+ * later recruiter write. completed/declined come from the guest
38
+ * surface. expired is computed at read from expiresAt.
39
+ * in_progress is reserved for multi-signer (v2).
40
+ * @type {DocumentAttributesSchemaStatusEnum}
41
+ * @memberof DocumentAttributesSchema
42
+ */
43
+ status?: DocumentAttributesSchemaStatusEnum;
44
+ /**
45
+ * Partial locale map. Clients render preferred -> en-US -> first available.
46
+ * @type {{ [key: string]: string; }}
47
+ * @memberof DocumentAttributesSchema
48
+ */
49
+ title?: {
50
+ [key: string]: string;
51
+ };
52
+ /**
53
+ * Human reference assigned at send, e.g. OFF-2026-0142. A label - never parse it.
54
+ * @type {string}
55
+ * @memberof DocumentAttributesSchema
56
+ */
57
+ readonly reference?: string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof DocumentAttributesSchema
62
+ */
63
+ languageCode?: string;
64
+ /**
65
+ *
66
+ * @type {DocumentAttributesSchemaOrganization}
67
+ * @memberof DocumentAttributesSchema
68
+ */
69
+ organization?: DocumentAttributesSchemaOrganization;
70
+ /**
71
+ * The typed block tree (flat, stable ids): heading | paragraph |
72
+ * list | keyValue | divider | signatureSlots; inline runs are
73
+ * text | strong | em | {kind: field, fieldId}. Shape frozen in
74
+ * TASK_FE_SIGN_DOCUMENTS.md.
75
+ * @type {Array<object>}
76
+ * @memberof DocumentAttributesSchema
77
+ */
78
+ body?: Array<object>;
79
+ /**
80
+ * The field registry referenced by id from the body:
81
+ * {id, label (locale map), type: text|number|date|money, required,
82
+ * editableBy (none in v1), value, suffix?}.
83
+ * @type {Array<object>}
84
+ * @memberof DocumentAttributesSchema
85
+ */
86
+ fields?: Array<object>;
87
+ /**
88
+ * Ordered participants: {id, name, email (recruiter view only),
89
+ * role, party: owner|counterparty, organizationName?, state:
90
+ * pending|viewed|acted|declined, actedAt?, actedVia?, order?}.
91
+ * Access tokens NEVER appear - not even here.
92
+ * @type {Array<object>}
93
+ * @memberof DocumentAttributesSchema
94
+ */
95
+ participants?: Array<object>;
96
+ /**
97
+ * Evidence trail: {id, event, at, actorId?, meta?}. Events v1:
98
+ * created, sent, viewed, accepted, declined, completed, withdrawn,
99
+ * reminder_sent. The accepted/declined meta carries the ceremony
100
+ * evidence (contentHash, confirmations, ip, userAgent) - recruiter
101
+ * view only, stripped wholesale on the guest surface.
102
+ * @type {Array<object>}
103
+ * @memberof DocumentAttributesSchema
104
+ */
105
+ activity?: Array<object>;
106
+ /**
107
+ * SHA-256 of the canonical body+fields, stamped at send. The evidential anchor - repeated on the terminal activity entry and domain events.
108
+ * @type {string}
109
+ * @memberof DocumentAttributesSchema
110
+ */
111
+ readonly contentHash?: string;
112
+ /**
113
+ *
114
+ * @type {string}
115
+ * @memberof DocumentAttributesSchema
116
+ */
117
+ candidateId?: string;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof DocumentAttributesSchema
122
+ */
123
+ jobId?: string;
124
+ /**
125
+ * The candidate conversation the send-link email threads onto.
126
+ * @type {string}
127
+ * @memberof DocumentAttributesSchema
128
+ */
129
+ conversationId?: string;
130
+ /**
131
+ *
132
+ * @type {Date}
133
+ * @memberof DocumentAttributesSchema
134
+ */
135
+ readonly sentAt?: Date;
136
+ /**
137
+ *
138
+ * @type {Date}
139
+ * @memberof DocumentAttributesSchema
140
+ */
141
+ expiresAt?: Date;
142
+ /**
143
+ *
144
+ * @type {ResourceTimestampsSchema}
145
+ * @memberof DocumentAttributesSchema
146
+ */
147
+ timestamps?: ResourceTimestampsSchema;
148
+ }
149
+ /**
150
+ * @export
151
+ */
152
+ export declare const DocumentAttributesSchemaProcessEnum: {
153
+ readonly Offer: "offer";
154
+ readonly Contract: "contract";
155
+ readonly Document: "document";
156
+ };
157
+ export type DocumentAttributesSchemaProcessEnum = typeof DocumentAttributesSchemaProcessEnum[keyof typeof DocumentAttributesSchemaProcessEnum];
158
+ /**
159
+ * @export
160
+ */
161
+ export declare const DocumentAttributesSchemaDocumentTypeEnum: {
162
+ readonly EmploymentOffer: "employment_offer";
163
+ readonly EmploymentContract: "employment_contract";
164
+ readonly B2bContract: "b2b_contract";
165
+ readonly Nda: "nda";
166
+ readonly Policy: "policy";
167
+ readonly Consent: "consent";
168
+ };
169
+ export type DocumentAttributesSchemaDocumentTypeEnum = typeof DocumentAttributesSchemaDocumentTypeEnum[keyof typeof DocumentAttributesSchemaDocumentTypeEnum];
170
+ /**
171
+ * @export
172
+ */
173
+ export declare const DocumentAttributesSchemaStatusEnum: {
174
+ readonly Draft: "draft";
175
+ readonly Pending: "pending";
176
+ readonly Completed: "completed";
177
+ readonly Declined: "declined";
178
+ readonly Expired: "expired";
179
+ readonly Withdrawn: "withdrawn";
180
+ };
181
+ export type DocumentAttributesSchemaStatusEnum = typeof DocumentAttributesSchemaStatusEnum[keyof typeof DocumentAttributesSchemaStatusEnum];
182
+ /**
183
+ * Check if a given object implements the DocumentAttributesSchema interface.
184
+ */
185
+ export declare function instanceOfDocumentAttributesSchema(value: object): value is DocumentAttributesSchema;
186
+ export declare function DocumentAttributesSchemaFromJSON(json: any): DocumentAttributesSchema;
187
+ export declare function DocumentAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentAttributesSchema;
188
+ export declare function DocumentAttributesSchemaToJSON(json: any): DocumentAttributesSchema;
189
+ export declare function DocumentAttributesSchemaToJSONTyped(value?: Omit<DocumentAttributesSchema, 'reference' | 'contentHash' | 'sentAt'> | null, ignoreDiscriminator?: boolean): any;
190
+ //# sourceMappingURL=DocumentAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,OAAO,CAAC,EAAE,mCAAmC,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,wCAAwC,CAAC;IACxD;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,oCAAoC,CAAC;IACpD;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAE/I;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;;;;CAO3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAE9J;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;;;CAOrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAG5I;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAyBvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,wBAAwB,EAAE,WAAW,GAAC,aAAa,GAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAuBhL"}
@@ -0,0 +1,113 @@
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.DocumentAttributesSchemaStatusEnum = exports.DocumentAttributesSchemaDocumentTypeEnum = exports.DocumentAttributesSchemaProcessEnum = void 0;
17
+ exports.instanceOfDocumentAttributesSchema = instanceOfDocumentAttributesSchema;
18
+ exports.DocumentAttributesSchemaFromJSON = DocumentAttributesSchemaFromJSON;
19
+ exports.DocumentAttributesSchemaFromJSONTyped = DocumentAttributesSchemaFromJSONTyped;
20
+ exports.DocumentAttributesSchemaToJSON = DocumentAttributesSchemaToJSON;
21
+ exports.DocumentAttributesSchemaToJSONTyped = DocumentAttributesSchemaToJSONTyped;
22
+ const DocumentAttributesSchemaOrganization_1 = require("./DocumentAttributesSchemaOrganization");
23
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.DocumentAttributesSchemaProcessEnum = {
28
+ Offer: 'offer',
29
+ Contract: 'contract',
30
+ Document: 'document'
31
+ };
32
+ /**
33
+ * @export
34
+ */
35
+ exports.DocumentAttributesSchemaDocumentTypeEnum = {
36
+ EmploymentOffer: 'employment_offer',
37
+ EmploymentContract: 'employment_contract',
38
+ B2bContract: 'b2b_contract',
39
+ Nda: 'nda',
40
+ Policy: 'policy',
41
+ Consent: 'consent'
42
+ };
43
+ /**
44
+ * @export
45
+ */
46
+ exports.DocumentAttributesSchemaStatusEnum = {
47
+ Draft: 'draft',
48
+ Pending: 'pending',
49
+ Completed: 'completed',
50
+ Declined: 'declined',
51
+ Expired: 'expired',
52
+ Withdrawn: 'withdrawn'
53
+ };
54
+ /**
55
+ * Check if a given object implements the DocumentAttributesSchema interface.
56
+ */
57
+ function instanceOfDocumentAttributesSchema(value) {
58
+ return true;
59
+ }
60
+ function DocumentAttributesSchemaFromJSON(json) {
61
+ return DocumentAttributesSchemaFromJSONTyped(json, false);
62
+ }
63
+ function DocumentAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
64
+ if (json == null) {
65
+ return json;
66
+ }
67
+ return {
68
+ 'process': json['process'] == null ? undefined : json['process'],
69
+ 'documentType': json['documentType'] == null ? undefined : json['documentType'],
70
+ 'status': json['status'] == null ? undefined : json['status'],
71
+ 'title': json['title'] == null ? undefined : json['title'],
72
+ 'reference': json['reference'] == null ? undefined : json['reference'],
73
+ 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
74
+ 'organization': json['organization'] == null ? undefined : (0, DocumentAttributesSchemaOrganization_1.DocumentAttributesSchemaOrganizationFromJSON)(json['organization']),
75
+ 'body': json['body'] == null ? undefined : json['body'],
76
+ 'fields': json['fields'] == null ? undefined : json['fields'],
77
+ 'participants': json['participants'] == null ? undefined : json['participants'],
78
+ 'activity': json['activity'] == null ? undefined : json['activity'],
79
+ 'contentHash': json['contentHash'] == null ? undefined : json['contentHash'],
80
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
81
+ 'jobId': json['jobId'] == null ? undefined : json['jobId'],
82
+ 'conversationId': json['conversationId'] == null ? undefined : json['conversationId'],
83
+ 'sentAt': json['sentAt'] == null ? undefined : (new Date(json['sentAt'])),
84
+ 'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
85
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
86
+ };
87
+ }
88
+ function DocumentAttributesSchemaToJSON(json) {
89
+ return DocumentAttributesSchemaToJSONTyped(json, false);
90
+ }
91
+ function DocumentAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
92
+ if (value == null) {
93
+ return value;
94
+ }
95
+ return {
96
+ 'process': value['process'],
97
+ 'documentType': value['documentType'],
98
+ 'status': value['status'],
99
+ 'title': value['title'],
100
+ 'languageCode': value['languageCode'],
101
+ 'organization': (0, DocumentAttributesSchemaOrganization_1.DocumentAttributesSchemaOrganizationToJSON)(value['organization']),
102
+ 'body': value['body'],
103
+ 'fields': value['fields'],
104
+ 'participants': value['participants'],
105
+ 'activity': value['activity'],
106
+ 'candidateId': value['candidateId'],
107
+ 'jobId': value['jobId'],
108
+ 'conversationId': value['conversationId'],
109
+ 'expiresAt': value['expiresAt'] == null ? value['expiresAt'] : value['expiresAt'].toISOString(),
110
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
111
+ };
112
+ }
113
+ //# sourceMappingURL=DocumentAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,33 @@
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
+ * The sending side, for the header. logoUrl absent in v1.
14
+ * @export
15
+ * @interface DocumentAttributesSchemaOrganization
16
+ */
17
+ export interface DocumentAttributesSchemaOrganization {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DocumentAttributesSchemaOrganization
22
+ */
23
+ name?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the DocumentAttributesSchemaOrganization interface.
27
+ */
28
+ export declare function instanceOfDocumentAttributesSchemaOrganization(value: object): value is DocumentAttributesSchemaOrganization;
29
+ export declare function DocumentAttributesSchemaOrganizationFromJSON(json: any): DocumentAttributesSchemaOrganization;
30
+ export declare function DocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentAttributesSchemaOrganization;
31
+ export declare function DocumentAttributesSchemaOrganizationToJSON(json: any): DocumentAttributesSchemaOrganization;
32
+ export declare function DocumentAttributesSchemaOrganizationToJSONTyped(value?: DocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any;
33
+ //# sourceMappingURL=DocumentAttributesSchemaOrganization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchemaOrganization.d.ts","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;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"}
@@ -0,0 +1,49 @@
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.instanceOfDocumentAttributesSchemaOrganization = instanceOfDocumentAttributesSchemaOrganization;
17
+ exports.DocumentAttributesSchemaOrganizationFromJSON = DocumentAttributesSchemaOrganizationFromJSON;
18
+ exports.DocumentAttributesSchemaOrganizationFromJSONTyped = DocumentAttributesSchemaOrganizationFromJSONTyped;
19
+ exports.DocumentAttributesSchemaOrganizationToJSON = DocumentAttributesSchemaOrganizationToJSON;
20
+ exports.DocumentAttributesSchemaOrganizationToJSONTyped = DocumentAttributesSchemaOrganizationToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentAttributesSchemaOrganization interface.
23
+ */
24
+ function instanceOfDocumentAttributesSchemaOrganization(value) {
25
+ return true;
26
+ }
27
+ function DocumentAttributesSchemaOrganizationFromJSON(json) {
28
+ return DocumentAttributesSchemaOrganizationFromJSONTyped(json, false);
29
+ }
30
+ function DocumentAttributesSchemaOrganizationFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ };
37
+ }
38
+ function DocumentAttributesSchemaOrganizationToJSON(json) {
39
+ return DocumentAttributesSchemaOrganizationToJSONTyped(json, false);
40
+ }
41
+ function DocumentAttributesSchemaOrganizationToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'name': value['name'],
47
+ };
48
+ }
49
+ //# sourceMappingURL=DocumentAttributesSchemaOrganization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchemaOrganization.js","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAlCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,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 { ResponseRelationshipsCandidateSchemaData } from './ResponseRelationshipsCandidateSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsCandidateSchema
17
+ */
18
+ export interface DocumentRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {ResponseRelationshipsCandidateSchemaData}
22
+ * @memberof DocumentRelationshipsCandidateSchema
23
+ */
24
+ data?: ResponseRelationshipsCandidateSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsCandidateSchema(value: object): value is DocumentRelationshipsCandidateSchema;
30
+ export declare function DocumentRelationshipsCandidateSchemaFromJSON(json: any): DocumentRelationshipsCandidateSchema;
31
+ export declare function DocumentRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsCandidateSchema;
32
+ export declare function DocumentRelationshipsCandidateSchemaToJSON(json: any): DocumentRelationshipsCandidateSchema;
33
+ export declare function DocumentRelationshipsCandidateSchemaToJSONTyped(value?: DocumentRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsCandidateSchema.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,CAAC;CACnD;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"}