@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 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchema.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
+ *
14
+ * @export
15
+ * @interface GuestDocumentAttributesSchemaOrganization
16
+ */
17
+ export interface GuestDocumentAttributesSchemaOrganization {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GuestDocumentAttributesSchemaOrganization
22
+ */
23
+ name?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the GuestDocumentAttributesSchemaOrganization interface.
27
+ */
28
+ export declare function instanceOfGuestDocumentAttributesSchemaOrganization(value: object): value is GuestDocumentAttributesSchemaOrganization;
29
+ export declare function GuestDocumentAttributesSchemaOrganizationFromJSON(json: any): GuestDocumentAttributesSchemaOrganization;
30
+ export declare function GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaOrganization;
31
+ export declare function GuestDocumentAttributesSchemaOrganizationToJSON(json: any): GuestDocumentAttributesSchemaOrganization;
32
+ export declare function GuestDocumentAttributesSchemaOrganizationToJSONTyped(value?: GuestDocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any;
33
+ //# sourceMappingURL=GuestDocumentAttributesSchemaOrganization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaOrganization.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,mDAAmD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yCAAyC,CAErI;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEtH;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yCAAyC,CAQzJ;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEpH;AAED,wBAAgB,oDAAoD,CAAC,KAAK,CAAC,EAAE,yCAAyC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxK"}
@@ -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.instanceOfGuestDocumentAttributesSchemaOrganization = instanceOfGuestDocumentAttributesSchemaOrganization;
17
+ exports.GuestDocumentAttributesSchemaOrganizationFromJSON = GuestDocumentAttributesSchemaOrganizationFromJSON;
18
+ exports.GuestDocumentAttributesSchemaOrganizationFromJSONTyped = GuestDocumentAttributesSchemaOrganizationFromJSONTyped;
19
+ exports.GuestDocumentAttributesSchemaOrganizationToJSON = GuestDocumentAttributesSchemaOrganizationToJSON;
20
+ exports.GuestDocumentAttributesSchemaOrganizationToJSONTyped = GuestDocumentAttributesSchemaOrganizationToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the GuestDocumentAttributesSchemaOrganization interface.
23
+ */
24
+ function instanceOfGuestDocumentAttributesSchemaOrganization(value) {
25
+ return true;
26
+ }
27
+ function GuestDocumentAttributesSchemaOrganizationFromJSON(json) {
28
+ return GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json, false);
29
+ }
30
+ function GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ };
37
+ }
38
+ function GuestDocumentAttributesSchemaOrganizationToJSON(json) {
39
+ return GuestDocumentAttributesSchemaOrganizationToJSONTyped(json, false);
40
+ }
41
+ function GuestDocumentAttributesSchemaOrganizationToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'name': value['name'],
47
+ };
48
+ }
49
+ //# sourceMappingURL=GuestDocumentAttributesSchemaOrganization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaOrganization.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,kHAEC;AAED,8GAEC;AAED,wHAQC;AAED,0GAEC;AAED,oHASC;AAlCD;;GAEG;AACH,SAAgB,mDAAmD,CAAC,KAAa;IAC7E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,IAAS,EAAE,mBAA4B;IAC1G,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,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,KAAwD,EAAE,sBAA+B,KAAK;IAC/J,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,45 @@
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
+ * {created, modified, expires?} - ISO strings.
14
+ * @export
15
+ * @interface GuestDocumentAttributesSchemaTimestamps
16
+ */
17
+ export interface GuestDocumentAttributesSchemaTimestamps {
18
+ /**
19
+ *
20
+ * @type {Date}
21
+ * @memberof GuestDocumentAttributesSchemaTimestamps
22
+ */
23
+ created?: Date;
24
+ /**
25
+ *
26
+ * @type {Date}
27
+ * @memberof GuestDocumentAttributesSchemaTimestamps
28
+ */
29
+ modified?: Date;
30
+ /**
31
+ *
32
+ * @type {Date}
33
+ * @memberof GuestDocumentAttributesSchemaTimestamps
34
+ */
35
+ expires?: Date;
36
+ }
37
+ /**
38
+ * Check if a given object implements the GuestDocumentAttributesSchemaTimestamps interface.
39
+ */
40
+ export declare function instanceOfGuestDocumentAttributesSchemaTimestamps(value: object): value is GuestDocumentAttributesSchemaTimestamps;
41
+ export declare function GuestDocumentAttributesSchemaTimestampsFromJSON(json: any): GuestDocumentAttributesSchemaTimestamps;
42
+ export declare function GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaTimestamps;
43
+ export declare function GuestDocumentAttributesSchemaTimestampsToJSON(json: any): GuestDocumentAttributesSchemaTimestamps;
44
+ export declare function GuestDocumentAttributesSchemaTimestampsToJSONTyped(value?: GuestDocumentAttributesSchemaTimestamps | null, ignoreDiscriminator?: boolean): any;
45
+ //# sourceMappingURL=GuestDocumentAttributesSchemaTimestamps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaTimestamps.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaTimestamps.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;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,CAUrJ;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,CAWpK"}
@@ -0,0 +1,53 @@
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.instanceOfGuestDocumentAttributesSchemaTimestamps = instanceOfGuestDocumentAttributesSchemaTimestamps;
17
+ exports.GuestDocumentAttributesSchemaTimestampsFromJSON = GuestDocumentAttributesSchemaTimestampsFromJSON;
18
+ exports.GuestDocumentAttributesSchemaTimestampsFromJSONTyped = GuestDocumentAttributesSchemaTimestampsFromJSONTyped;
19
+ exports.GuestDocumentAttributesSchemaTimestampsToJSON = GuestDocumentAttributesSchemaTimestampsToJSON;
20
+ exports.GuestDocumentAttributesSchemaTimestampsToJSONTyped = GuestDocumentAttributesSchemaTimestampsToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the GuestDocumentAttributesSchemaTimestamps interface.
23
+ */
24
+ function instanceOfGuestDocumentAttributesSchemaTimestamps(value) {
25
+ return true;
26
+ }
27
+ function GuestDocumentAttributesSchemaTimestampsFromJSON(json) {
28
+ return GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json, false);
29
+ }
30
+ function GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'created': json['created'] == null ? undefined : (new Date(json['created'])),
36
+ 'modified': json['modified'] == null ? undefined : (new Date(json['modified'])),
37
+ 'expires': json['expires'] == null ? undefined : (new Date(json['expires'])),
38
+ };
39
+ }
40
+ function GuestDocumentAttributesSchemaTimestampsToJSON(json) {
41
+ return GuestDocumentAttributesSchemaTimestampsToJSONTyped(json, false);
42
+ }
43
+ function GuestDocumentAttributesSchemaTimestampsToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'created': value['created'] == null ? value['created'] : value['created'].toISOString(),
49
+ 'modified': value['modified'] == null ? value['modified'] : value['modified'].toISOString(),
50
+ 'expires': value['expires'] == null ? value['expires'] : value['expires'].toISOString(),
51
+ };
52
+ }
53
+ //# sourceMappingURL=GuestDocumentAttributesSchemaTimestamps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaTimestamps.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaTimestamps.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,8GAEC;AAED,0GAEC;AAED,oHAUC;AAED,sGAEC;AAED,gHAWC;AAtCD;;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,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;KAC/E,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,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACvF,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE;QAC3F,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;KAC1F,CAAC;AACN,CAAC"}
@@ -0,0 +1,57 @@
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
+ * WHO this link resolves to - computed server-side, never inferred client-side.
14
+ * @export
15
+ * @interface GuestDocumentAttributesSchemaViewer
16
+ */
17
+ export interface GuestDocumentAttributesSchemaViewer {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GuestDocumentAttributesSchemaViewer
22
+ */
23
+ participantId?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GuestDocumentAttributesSchemaViewer
28
+ */
29
+ displayName?: string;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof GuestDocumentAttributesSchemaViewer
34
+ */
35
+ hasActed?: boolean;
36
+ /**
37
+ *
38
+ * @type {boolean}
39
+ * @memberof GuestDocumentAttributesSchemaViewer
40
+ */
41
+ canComment?: boolean;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof GuestDocumentAttributesSchemaViewer
46
+ */
47
+ canEditFields?: boolean;
48
+ }
49
+ /**
50
+ * Check if a given object implements the GuestDocumentAttributesSchemaViewer interface.
51
+ */
52
+ export declare function instanceOfGuestDocumentAttributesSchemaViewer(value: object): value is GuestDocumentAttributesSchemaViewer;
53
+ export declare function GuestDocumentAttributesSchemaViewerFromJSON(json: any): GuestDocumentAttributesSchemaViewer;
54
+ export declare function GuestDocumentAttributesSchemaViewerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaViewer;
55
+ export declare function GuestDocumentAttributesSchemaViewerToJSON(json: any): GuestDocumentAttributesSchemaViewer;
56
+ export declare function GuestDocumentAttributesSchemaViewerToJSONTyped(value?: GuestDocumentAttributesSchemaViewer | null, ignoreDiscriminator?: boolean): any;
57
+ //# sourceMappingURL=GuestDocumentAttributesSchemaViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaViewer.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaViewer.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAY7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa5J"}
@@ -0,0 +1,57 @@
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.instanceOfGuestDocumentAttributesSchemaViewer = instanceOfGuestDocumentAttributesSchemaViewer;
17
+ exports.GuestDocumentAttributesSchemaViewerFromJSON = GuestDocumentAttributesSchemaViewerFromJSON;
18
+ exports.GuestDocumentAttributesSchemaViewerFromJSONTyped = GuestDocumentAttributesSchemaViewerFromJSONTyped;
19
+ exports.GuestDocumentAttributesSchemaViewerToJSON = GuestDocumentAttributesSchemaViewerToJSON;
20
+ exports.GuestDocumentAttributesSchemaViewerToJSONTyped = GuestDocumentAttributesSchemaViewerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the GuestDocumentAttributesSchemaViewer interface.
23
+ */
24
+ function instanceOfGuestDocumentAttributesSchemaViewer(value) {
25
+ return true;
26
+ }
27
+ function GuestDocumentAttributesSchemaViewerFromJSON(json) {
28
+ return GuestDocumentAttributesSchemaViewerFromJSONTyped(json, false);
29
+ }
30
+ function GuestDocumentAttributesSchemaViewerFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'participantId': json['participantId'] == null ? undefined : json['participantId'],
36
+ 'displayName': json['displayName'] == null ? undefined : json['displayName'],
37
+ 'hasActed': json['hasActed'] == null ? undefined : json['hasActed'],
38
+ 'canComment': json['canComment'] == null ? undefined : json['canComment'],
39
+ 'canEditFields': json['canEditFields'] == null ? undefined : json['canEditFields'],
40
+ };
41
+ }
42
+ function GuestDocumentAttributesSchemaViewerToJSON(json) {
43
+ return GuestDocumentAttributesSchemaViewerToJSONTyped(json, false);
44
+ }
45
+ function GuestDocumentAttributesSchemaViewerToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'participantId': value['participantId'],
51
+ 'displayName': value['displayName'],
52
+ 'hasActed': value['hasActed'],
53
+ 'canComment': value['canComment'],
54
+ 'canEditFields': value['canEditFields'],
55
+ };
56
+ }
57
+ //# sourceMappingURL=GuestDocumentAttributesSchemaViewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentAttributesSchemaViewer.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaViewer.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4CH,sGAEC;AAED,kGAEC;AAED,4GAYC;AAED,8FAEC;AAED,wGAaC;AA1CD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;KACrF,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;KAC1C,CAAC;AACN,CAAC"}
@@ -0,0 +1,44 @@
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
+ * Auth context for the unauthenticated PATCH
14
+ * /v1/guest/documents/{id}. Both values come from the emailed link,
15
+ * never from a session. tenantId is the BASE tenant id; accessToken
16
+ * is the per-participant token minted at send and compared with
17
+ * hmac.compare_digest. Any mismatch returns 404, intentionally
18
+ * indistinguishable from "document not found".
19
+ * @export
20
+ * @interface GuestDocumentMetaSchema
21
+ */
22
+ export interface GuestDocumentMetaSchema {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof GuestDocumentMetaSchema
27
+ */
28
+ tenantId: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof GuestDocumentMetaSchema
33
+ */
34
+ accessToken: string;
35
+ }
36
+ /**
37
+ * Check if a given object implements the GuestDocumentMetaSchema interface.
38
+ */
39
+ export declare function instanceOfGuestDocumentMetaSchema(value: object): value is GuestDocumentMetaSchema;
40
+ export declare function GuestDocumentMetaSchemaFromJSON(json: any): GuestDocumentMetaSchema;
41
+ export declare function GuestDocumentMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentMetaSchema;
42
+ export declare function GuestDocumentMetaSchemaToJSON(json: any): GuestDocumentMetaSchema;
43
+ export declare function GuestDocumentMetaSchemaToJSONTyped(value?: GuestDocumentMetaSchema | null, ignoreDiscriminator?: boolean): any;
44
+ //# sourceMappingURL=GuestDocumentMetaSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;;GASG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAIjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpI"}
@@ -13,25 +13,25 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfGuestSurveyMetaSchema = instanceOfGuestSurveyMetaSchema;
17
- exports.GuestSurveyMetaSchemaFromJSON = GuestSurveyMetaSchemaFromJSON;
18
- exports.GuestSurveyMetaSchemaFromJSONTyped = GuestSurveyMetaSchemaFromJSONTyped;
19
- exports.GuestSurveyMetaSchemaToJSON = GuestSurveyMetaSchemaToJSON;
20
- exports.GuestSurveyMetaSchemaToJSONTyped = GuestSurveyMetaSchemaToJSONTyped;
16
+ exports.instanceOfGuestDocumentMetaSchema = instanceOfGuestDocumentMetaSchema;
17
+ exports.GuestDocumentMetaSchemaFromJSON = GuestDocumentMetaSchemaFromJSON;
18
+ exports.GuestDocumentMetaSchemaFromJSONTyped = GuestDocumentMetaSchemaFromJSONTyped;
19
+ exports.GuestDocumentMetaSchemaToJSON = GuestDocumentMetaSchemaToJSON;
20
+ exports.GuestDocumentMetaSchemaToJSONTyped = GuestDocumentMetaSchemaToJSONTyped;
21
21
  /**
22
- * Check if a given object implements the GuestSurveyMetaSchema interface.
22
+ * Check if a given object implements the GuestDocumentMetaSchema interface.
23
23
  */
24
- function instanceOfGuestSurveyMetaSchema(value) {
24
+ function instanceOfGuestDocumentMetaSchema(value) {
25
25
  if (!('tenantId' in value) || value['tenantId'] === undefined)
26
26
  return false;
27
27
  if (!('accessToken' in value) || value['accessToken'] === undefined)
28
28
  return false;
29
29
  return true;
30
30
  }
31
- function GuestSurveyMetaSchemaFromJSON(json) {
32
- return GuestSurveyMetaSchemaFromJSONTyped(json, false);
31
+ function GuestDocumentMetaSchemaFromJSON(json) {
32
+ return GuestDocumentMetaSchemaFromJSONTyped(json, false);
33
33
  }
34
- function GuestSurveyMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ function GuestDocumentMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
35
35
  if (json == null) {
36
36
  return json;
37
37
  }
@@ -40,10 +40,10 @@ function GuestSurveyMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
40
40
  'accessToken': json['accessToken'],
41
41
  };
42
42
  }
43
- function GuestSurveyMetaSchemaToJSON(json) {
44
- return GuestSurveyMetaSchemaToJSONTyped(json, false);
43
+ function GuestDocumentMetaSchemaToJSON(json) {
44
+ return GuestDocumentMetaSchemaToJSONTyped(json, false);
45
45
  }
46
- function GuestSurveyMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ function GuestDocumentMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
47
  if (value == null) {
48
48
  return value;
49
49
  }
@@ -52,4 +52,4 @@ function GuestSurveyMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
52
52
  'accessToken': value['accessToken'],
53
53
  };
54
54
  }
55
- //# sourceMappingURL=GuestSurveyMetaSchema.js.map
55
+ //# sourceMappingURL=GuestDocumentMetaSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentMetaSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+BH,8EAIC;AAED,0EAEC;AAED,oFASC;AAED,sEAEC;AAED,gFAUC;AAtCD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;KACrC,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;KACtC,CAAC;AACN,CAAC"}
@@ -0,0 +1,53 @@
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 { GuestDocumentAttributesSchema } from './GuestDocumentAttributesSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GuestDocumentResourceSchema
17
+ */
18
+ export interface GuestDocumentResourceSchema {
19
+ /**
20
+ *
21
+ * @type {GuestDocumentResourceSchemaTypeEnum}
22
+ * @memberof GuestDocumentResourceSchema
23
+ */
24
+ type?: GuestDocumentResourceSchemaTypeEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof GuestDocumentResourceSchema
29
+ */
30
+ id?: string;
31
+ /**
32
+ *
33
+ * @type {GuestDocumentAttributesSchema}
34
+ * @memberof GuestDocumentResourceSchema
35
+ */
36
+ attributes?: GuestDocumentAttributesSchema;
37
+ }
38
+ /**
39
+ * @export
40
+ */
41
+ export declare const GuestDocumentResourceSchemaTypeEnum: {
42
+ readonly Documents: "documents";
43
+ };
44
+ export type GuestDocumentResourceSchemaTypeEnum = typeof GuestDocumentResourceSchemaTypeEnum[keyof typeof GuestDocumentResourceSchemaTypeEnum];
45
+ /**
46
+ * Check if a given object implements the GuestDocumentResourceSchema interface.
47
+ */
48
+ export declare function instanceOfGuestDocumentResourceSchema(value: object): value is GuestDocumentResourceSchema;
49
+ export declare function GuestDocumentResourceSchemaFromJSON(json: any): GuestDocumentResourceSchema;
50
+ export declare function GuestDocumentResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentResourceSchema;
51
+ export declare function GuestDocumentResourceSchemaToJSON(json: any): GuestDocumentResourceSchema;
52
+ export declare function GuestDocumentResourceSchemaToJSONTyped(value?: GuestDocumentResourceSchema | null, ignoreDiscriminator?: boolean): any;
53
+ //# sourceMappingURL=GuestDocumentResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAQrF;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,UAAU,CAAC,EAAE,6BAA6B,CAAC;CAC9C;AAGD;;GAEG;AACH,eAAO,MAAM,mCAAmC;;CAEtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;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,61 @@
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.GuestDocumentResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfGuestDocumentResourceSchema = instanceOfGuestDocumentResourceSchema;
18
+ exports.GuestDocumentResourceSchemaFromJSON = GuestDocumentResourceSchemaFromJSON;
19
+ exports.GuestDocumentResourceSchemaFromJSONTyped = GuestDocumentResourceSchemaFromJSONTyped;
20
+ exports.GuestDocumentResourceSchemaToJSON = GuestDocumentResourceSchemaToJSON;
21
+ exports.GuestDocumentResourceSchemaToJSONTyped = GuestDocumentResourceSchemaToJSONTyped;
22
+ const GuestDocumentAttributesSchema_1 = require("./GuestDocumentAttributesSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.GuestDocumentResourceSchemaTypeEnum = {
27
+ Documents: 'documents'
28
+ };
29
+ /**
30
+ * Check if a given object implements the GuestDocumentResourceSchema interface.
31
+ */
32
+ function instanceOfGuestDocumentResourceSchema(value) {
33
+ return true;
34
+ }
35
+ function GuestDocumentResourceSchemaFromJSON(json) {
36
+ return GuestDocumentResourceSchemaFromJSONTyped(json, false);
37
+ }
38
+ function GuestDocumentResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'type': json['type'] == null ? undefined : json['type'],
44
+ 'id': json['id'] == null ? undefined : json['id'],
45
+ 'attributes': json['attributes'] == null ? undefined : (0, GuestDocumentAttributesSchema_1.GuestDocumentAttributesSchemaFromJSON)(json['attributes']),
46
+ };
47
+ }
48
+ function GuestDocumentResourceSchemaToJSON(json) {
49
+ return GuestDocumentResourceSchemaToJSONTyped(json, false);
50
+ }
51
+ function GuestDocumentResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'type': value['type'],
57
+ 'id': value['id'],
58
+ 'attributes': (0, GuestDocumentAttributesSchema_1.GuestDocumentAttributesSchemaToJSON)(value['attributes']),
59
+ };
60
+ }
61
+ //# sourceMappingURL=GuestDocumentResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentResourceSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,sFAEC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AAjFD,mFAKyC;AA6BzC;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;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,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;QACjD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACnH,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,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACzE,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
+ import type { GuestDocumentResourceSchema } from './GuestDocumentResourceSchema';
13
+ /**
14
+ * Recipient-facing view - ONE resource carrying everything the screen
15
+ * needs (the page holds a credential and must not fan out). Built
16
+ * from an explicit allowlist plus computed viewer / availableActions
17
+ * and sanitized participants / activity: no meta (holds the access
18
+ * tokens), no candidateId / jobId, no contentHash, no participant
19
+ * emails, no activity evidence meta, no relationships.
20
+ * @export
21
+ * @interface GuestDocumentSchema
22
+ */
23
+ export interface GuestDocumentSchema {
24
+ /**
25
+ *
26
+ * @type {GuestDocumentResourceSchema}
27
+ * @memberof GuestDocumentSchema
28
+ */
29
+ data?: GuestDocumentResourceSchema;
30
+ }
31
+ /**
32
+ * Check if a given object implements the GuestDocumentSchema interface.
33
+ */
34
+ export declare function instanceOfGuestDocumentSchema(value: object): value is GuestDocumentSchema;
35
+ export declare function GuestDocumentSchemaFromJSON(json: any): GuestDocumentSchema;
36
+ export declare function GuestDocumentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentSchema;
37
+ export declare function GuestDocumentSchemaToJSON(json: any): GuestDocumentSchema;
38
+ export declare function GuestDocumentSchemaToJSONTyped(value?: GuestDocumentSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=GuestDocumentSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestDocumentSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;;;;;;GASG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAQ7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5H"}