@smartytalent/api-client 0.1.33-dev.35 → 0.1.33-dev.37

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 (169) hide show
  1. package/dist/apis/AssessmentsApi.d.ts +28 -2
  2. package/dist/apis/AssessmentsApi.d.ts.map +1 -1
  3. package/dist/apis/AssessmentsApi.js +41 -3
  4. package/dist/apis/AssessmentsApi.js.map +1 -1
  5. package/dist/apis/AttemptsApi.d.ts +287 -0
  6. package/dist/apis/AttemptsApi.d.ts.map +1 -0
  7. package/dist/apis/AttemptsApi.js +651 -0
  8. package/dist/apis/AttemptsApi.js.map +1 -0
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/AnswerFileSchema.d.ts +51 -0
  14. package/dist/models/AnswerFileSchema.d.ts.map +1 -0
  15. package/dist/models/AnswerFileSchema.js +55 -0
  16. package/dist/models/AnswerFileSchema.js.map +1 -0
  17. package/dist/models/AnswerSchema.d.ts +76 -0
  18. package/dist/models/AnswerSchema.d.ts.map +1 -0
  19. package/dist/models/AnswerSchema.js +73 -0
  20. package/dist/models/AnswerSchema.js.map +1 -0
  21. package/dist/models/AnswerSchemaValue.d.ts +31 -0
  22. package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
  23. package/dist/models/AnswerSchemaValue.js +73 -0
  24. package/dist/models/AnswerSchemaValue.js.map +1 -0
  25. package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
  26. package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
  27. package/dist/models/AnswerSchemaValueOneOf.js +51 -0
  28. package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
  29. package/dist/models/AssessmentAttributesSchema.d.ts +34 -19
  30. package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
  31. package/dist/models/AssessmentAttributesSchema.js +12 -10
  32. package/dist/models/AssessmentAttributesSchema.js.map +1 -1
  33. package/dist/models/AttemptAttributesSchema.d.ts +128 -0
  34. package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
  35. package/dist/models/AttemptAttributesSchema.js +92 -0
  36. package/dist/models/AttemptAttributesSchema.js.map +1 -0
  37. package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
  38. package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
  39. package/dist/models/AttemptEvaluationSchema.js +76 -0
  40. package/dist/models/AttemptEvaluationSchema.js.map +1 -0
  41. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
  42. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
  43. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
  44. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
  45. package/dist/models/AttemptProctoringSchema.d.ts +51 -0
  46. package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
  47. package/dist/models/AttemptProctoringSchema.js +55 -0
  48. package/dist/models/AttemptProctoringSchema.js.map +1 -0
  49. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
  50. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
  51. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
  52. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
  53. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
  54. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
  55. package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
  56. package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
  57. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
  58. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
  59. package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
  60. package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
  61. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
  62. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
  63. package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
  64. package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
  65. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
  66. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
  67. package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
  68. package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
  69. package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
  70. package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
  71. package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
  72. package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
  73. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
  74. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
  75. package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
  76. package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
  77. package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
  78. package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
  79. package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
  80. package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
  81. package/dist/models/AttemptRelationshipsSchema.d.ts +55 -0
  82. package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
  83. package/dist/models/AttemptRelationshipsSchema.js +59 -0
  84. package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
  85. package/dist/models/AttemptResourceSchema.d.ts +75 -0
  86. package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
  87. package/dist/models/AttemptResourceSchema.js +75 -0
  88. package/dist/models/AttemptResourceSchema.js.map +1 -0
  89. package/dist/models/AttemptSchema.d.ts +49 -0
  90. package/dist/models/AttemptSchema.d.ts.map +1 -0
  91. package/dist/models/AttemptSchema.js +55 -0
  92. package/dist/models/AttemptSchema.js.map +1 -0
  93. package/dist/models/AttemptsSchema.d.ts +48 -0
  94. package/dist/models/AttemptsSchema.d.ts.map +1 -0
  95. package/dist/models/AttemptsSchema.js +56 -0
  96. package/dist/models/AttemptsSchema.js.map +1 -0
  97. package/dist/models/CreateAttemptRequest.d.ts +34 -0
  98. package/dist/models/CreateAttemptRequest.d.ts.map +1 -0
  99. package/dist/models/CreateAttemptRequest.js +52 -0
  100. package/dist/models/CreateAttemptRequest.js.map +1 -0
  101. package/dist/models/CreateAttemptRequestData.d.ts +54 -0
  102. package/dist/models/CreateAttemptRequestData.d.ts.map +1 -0
  103. package/dist/models/CreateAttemptRequestData.js +66 -0
  104. package/dist/models/CreateAttemptRequestData.js.map +1 -0
  105. package/dist/models/CreateAttemptRequestDataAttributes.d.ts +45 -0
  106. package/dist/models/CreateAttemptRequestDataAttributes.d.ts.map +1 -0
  107. package/dist/models/CreateAttemptRequestDataAttributes.js +53 -0
  108. package/dist/models/CreateAttemptRequestDataAttributes.js.map +1 -0
  109. package/dist/models/CreateAttemptRequestDataRelationships.d.ts +45 -0
  110. package/dist/models/CreateAttemptRequestDataRelationships.d.ts.map +1 -0
  111. package/dist/models/CreateAttemptRequestDataRelationships.js +57 -0
  112. package/dist/models/CreateAttemptRequestDataRelationships.js.map +1 -0
  113. package/dist/models/GuestAttemptSchema.d.ts +51 -0
  114. package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
  115. package/dist/models/GuestAttemptSchema.js +56 -0
  116. package/dist/models/GuestAttemptSchema.js.map +1 -0
  117. package/dist/models/GuestMetaSchema.d.ts +43 -0
  118. package/dist/models/GuestMetaSchema.d.ts.map +1 -0
  119. package/dist/models/GuestMetaSchema.js +55 -0
  120. package/dist/models/GuestMetaSchema.js.map +1 -0
  121. package/dist/models/QuestionSchema.d.ts +190 -0
  122. package/dist/models/QuestionSchema.d.ts.map +1 -0
  123. package/dist/models/QuestionSchema.js +112 -0
  124. package/dist/models/QuestionSchema.js.map +1 -0
  125. package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
  126. package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
  127. package/dist/models/QuestionSchemaOptionsInner.js +53 -0
  128. package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
  129. package/dist/models/StartGuestAttemptRequest.d.ts +41 -0
  130. package/dist/models/StartGuestAttemptRequest.d.ts.map +1 -0
  131. package/dist/models/StartGuestAttemptRequest.js +57 -0
  132. package/dist/models/StartGuestAttemptRequest.js.map +1 -0
  133. package/dist/models/StartGuestAttemptRequestData.d.ts +46 -0
  134. package/dist/models/StartGuestAttemptRequestData.d.ts.map +1 -0
  135. package/dist/models/StartGuestAttemptRequestData.js +62 -0
  136. package/dist/models/StartGuestAttemptRequestData.js.map +1 -0
  137. package/dist/models/UpdateAttemptRequest.d.ts +34 -0
  138. package/dist/models/UpdateAttemptRequest.d.ts.map +1 -0
  139. package/dist/models/UpdateAttemptRequest.js +52 -0
  140. package/dist/models/UpdateAttemptRequest.js.map +1 -0
  141. package/dist/models/UpdateAttemptRequestData.d.ts +58 -0
  142. package/dist/models/UpdateAttemptRequestData.d.ts.map +1 -0
  143. package/dist/models/UpdateAttemptRequestData.js +66 -0
  144. package/dist/models/UpdateAttemptRequestData.js.map +1 -0
  145. package/dist/models/UpdateGuestAttemptRequest.d.ts +41 -0
  146. package/dist/models/UpdateGuestAttemptRequest.d.ts.map +1 -0
  147. package/dist/models/UpdateGuestAttemptRequest.js +57 -0
  148. package/dist/models/UpdateGuestAttemptRequest.js.map +1 -0
  149. package/dist/models/UpdateGuestAttemptRequestData.d.ts +53 -0
  150. package/dist/models/UpdateGuestAttemptRequestData.d.ts.map +1 -0
  151. package/dist/models/UpdateGuestAttemptRequestData.js +65 -0
  152. package/dist/models/UpdateGuestAttemptRequestData.js.map +1 -0
  153. package/dist/models/UpdateGuestAttemptRequestDataAttributes.d.ts +53 -0
  154. package/dist/models/UpdateGuestAttemptRequestDataAttributes.d.ts.map +1 -0
  155. package/dist/models/UpdateGuestAttemptRequestDataAttributes.js +61 -0
  156. package/dist/models/UpdateGuestAttemptRequestDataAttributes.js.map +1 -0
  157. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.d.ts +46 -0
  158. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.d.ts.map +1 -0
  159. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.js +54 -0
  160. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.js.map +1 -0
  161. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.d.ts +51 -0
  162. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.d.ts.map +1 -0
  163. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.js +55 -0
  164. package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.js.map +1 -0
  165. package/dist/models/index.d.ts +37 -0
  166. package/dist/models/index.d.ts.map +1 -1
  167. package/dist/models/index.js +37 -0
  168. package/dist/models/index.js.map +1 -1
  169. package/package.json +1 -1
@@ -9,21 +9,27 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { QuestionSchema } from './QuestionSchema';
12
13
  import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
13
14
  /**
14
- *
15
+ * Template-only attributes for an assessment. The candidate's run of an
16
+ * assessment (answers, scores, evaluation, proctoring) lives on the
17
+ * Attempt resource - see AttemptAttributesSchema.
15
18
  * @export
16
19
  * @interface AssessmentAttributesSchema
17
20
  */
18
21
  export interface AssessmentAttributesSchema {
19
22
  /**
20
- *
23
+ * Template lifecycle. Candidate-side state (inProgress/submitted/
24
+ * evaluated/etc.) lives on attempts. `pending` is a transient state
25
+ * set when the AI Generate Step Function is in flight - the row
26
+ * flips to `active` once questions land.
21
27
  * @type {AssessmentAttributesSchemaStatusEnum}
22
28
  * @memberof AssessmentAttributesSchema
23
29
  */
24
30
  status?: AssessmentAttributesSchemaStatusEnum;
25
31
  /**
26
- *
32
+ * Time limit for the candidate to complete the assessment, in minutes. Defaults to 30.
27
33
  * @type {number}
28
34
  * @memberof AssessmentAttributesSchema
29
35
  */
@@ -35,29 +41,39 @@ export interface AssessmentAttributesSchema {
35
41
  */
36
42
  antiCheatingLevel?: AssessmentAttributesSchemaAntiCheatingLevelEnum;
37
43
  /**
38
- *
44
+ * Score threshold (0-100) for `evaluation.passed=true` on attempts of this template. Defaults to 60.
39
45
  * @type {number}
40
46
  * @memberof AssessmentAttributesSchema
41
47
  */
42
- totalScore?: number;
48
+ passingScore?: number;
43
49
  /**
44
- *
45
- * @type {number}
50
+ * Default language tag used when the candidate UI doesn't specify one (e.g. 'en-US', 'pl-PL').
51
+ * @type {string}
46
52
  * @memberof AssessmentAttributesSchema
47
53
  */
48
- passingScore?: number;
54
+ languageCode?: string;
49
55
  /**
50
- *
51
- * @type {boolean}
56
+ * Multilingual template name. Keys are locale tags, values are the localized title.
57
+ * @type {{ [key: string]: string; }}
52
58
  * @memberof AssessmentAttributesSchema
53
59
  */
54
- passed?: boolean;
60
+ name?: {
61
+ [key: string]: string;
62
+ };
55
63
  /**
56
- *
57
- * @type {string}
64
+ * Multilingual template description shown to the candidate before they start.
65
+ * @type {{ [key: string]: string; }}
58
66
  * @memberof AssessmentAttributesSchema
59
67
  */
60
- languageCode?: string;
68
+ description?: {
69
+ [key: string]: string;
70
+ };
71
+ /**
72
+ * Question bank. See QuestionSchema for per-type schemas.
73
+ * @type {Array<QuestionSchema>}
74
+ * @memberof AssessmentAttributesSchema
75
+ */
76
+ questions?: Array<QuestionSchema>;
61
77
  /**
62
78
  *
63
79
  * @type {ResourceTimestampsSchema}
@@ -69,12 +85,11 @@ export interface AssessmentAttributesSchema {
69
85
  * @export
70
86
  */
71
87
  export declare const AssessmentAttributesSchemaStatusEnum: {
72
- readonly Pending: "pending";
73
- readonly InProgress: "in_progress";
74
- readonly Completed: "completed";
75
- readonly Evaluated: "evaluated";
76
- readonly Expired: "expired";
88
+ readonly Draft: "draft";
89
+ readonly Active: "active";
90
+ readonly Archived: "archived";
77
91
  readonly Failed: "failed";
92
+ readonly Pending: "pending";
78
93
  };
79
94
  export type AssessmentAttributesSchemaStatusEnum = typeof AssessmentAttributesSchemaStatusEnum[keyof typeof AssessmentAttributesSchemaStatusEnum];
80
95
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"AssessmentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+CAA+C,CAAC;IACpE;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;CAOvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;CAIlD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAe3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgB1I"}
1
+ {"version":3,"file":"AssessmentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOvD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;GAMG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+CAA+C,CAAC;IACpE;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACzC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;CAMvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;CAIlD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAgB3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiB1I"}
@@ -19,17 +19,17 @@ exports.AssessmentAttributesSchemaFromJSON = AssessmentAttributesSchemaFromJSON;
19
19
  exports.AssessmentAttributesSchemaFromJSONTyped = AssessmentAttributesSchemaFromJSONTyped;
20
20
  exports.AssessmentAttributesSchemaToJSON = AssessmentAttributesSchemaToJSON;
21
21
  exports.AssessmentAttributesSchemaToJSONTyped = AssessmentAttributesSchemaToJSONTyped;
22
+ const QuestionSchema_1 = require("./QuestionSchema");
22
23
  const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
23
24
  /**
24
25
  * @export
25
26
  */
26
27
  exports.AssessmentAttributesSchemaStatusEnum = {
27
- Pending: 'pending',
28
- InProgress: 'in_progress',
29
- Completed: 'completed',
30
- Evaluated: 'evaluated',
31
- Expired: 'expired',
32
- Failed: 'failed'
28
+ Draft: 'draft',
29
+ Active: 'active',
30
+ Archived: 'archived',
31
+ Failed: 'failed',
32
+ Pending: 'pending'
33
33
  };
34
34
  /**
35
35
  * @export
@@ -56,10 +56,11 @@ function AssessmentAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
56
56
  'status': json['status'] == null ? undefined : json['status'],
57
57
  'duration': json['duration'] == null ? undefined : json['duration'],
58
58
  'antiCheatingLevel': json['antiCheatingLevel'] == null ? undefined : json['antiCheatingLevel'],
59
- 'totalScore': json['totalScore'] == null ? undefined : json['totalScore'],
60
59
  'passingScore': json['passingScore'] == null ? undefined : json['passingScore'],
61
- 'passed': json['passed'] == null ? undefined : json['passed'],
62
60
  'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
61
+ 'name': json['name'] == null ? undefined : json['name'],
62
+ 'description': json['description'] == null ? undefined : json['description'],
63
+ 'questions': json['questions'] == null ? undefined : (json['questions'].map(QuestionSchema_1.QuestionSchemaFromJSON)),
63
64
  'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
64
65
  };
65
66
  }
@@ -74,10 +75,11 @@ function AssessmentAttributesSchemaToJSONTyped(value, ignoreDiscriminator = fals
74
75
  'status': value['status'],
75
76
  'duration': value['duration'],
76
77
  'antiCheatingLevel': value['antiCheatingLevel'],
77
- 'totalScore': value['totalScore'],
78
78
  'passingScore': value['passingScore'],
79
- 'passed': value['passed'],
80
79
  'languageCode': value['languageCode'],
80
+ 'name': value['name'],
81
+ 'description': value['description'],
82
+ 'questions': value['questions'] == null ? undefined : (value['questions'].map(QuestionSchema_1.QuestionSchemaToJSON)),
81
83
  'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
82
84
  };
83
85
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AssessmentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AssessmentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,128 @@
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 { AttemptEvaluationSchema } from './AttemptEvaluationSchema';
13
+ import type { AttemptProctoringSchema } from './AttemptProctoringSchema';
14
+ import type { AnswerSchema } from './AnswerSchema';
15
+ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface AttemptAttributesSchema
20
+ */
21
+ export interface AttemptAttributesSchema {
22
+ /**
23
+ * Attempt lifecycle. Set server-side; only `submitted` is candidate-writable (via guest PATCH).
24
+ * @type {AttemptAttributesSchemaStatusEnum}
25
+ * @memberof AttemptAttributesSchema
26
+ */
27
+ status?: AttemptAttributesSchemaStatusEnum;
28
+ /**
29
+ * Locale the candidate is taking the assessment in (e.g. 'en-US').
30
+ * @type {string}
31
+ * @memberof AttemptAttributesSchema
32
+ */
33
+ languageCode?: string;
34
+ /**
35
+ * Candidate's answers, one per attempted question. See AnswerSchema.
36
+ * @type {Array<AnswerSchema>}
37
+ * @memberof AttemptAttributesSchema
38
+ */
39
+ answers?: Array<AnswerSchema>;
40
+ /**
41
+ *
42
+ * @type {AttemptEvaluationSchema}
43
+ * @memberof AttemptAttributesSchema
44
+ */
45
+ evaluation?: AttemptEvaluationSchema;
46
+ /**
47
+ *
48
+ * @type {AttemptProctoringSchema}
49
+ * @memberof AttemptAttributesSchema
50
+ */
51
+ proctoring?: AttemptProctoringSchema;
52
+ /**
53
+ * When the candidate first opened the attempt link (status pending->inProgress).
54
+ * @type {Date}
55
+ * @memberof AttemptAttributesSchema
56
+ */
57
+ startedAt?: Date;
58
+ /**
59
+ * When the candidate finalised their answers (status inProgress->submitted).
60
+ * @type {Date}
61
+ * @memberof AttemptAttributesSchema
62
+ */
63
+ submittedAt?: Date;
64
+ /**
65
+ * When the AI evaluator wrote the evaluation block (status submitted->evaluated).
66
+ * @type {Date}
67
+ * @memberof AttemptAttributesSchema
68
+ */
69
+ evaluatedAt?: Date;
70
+ /**
71
+ * Hard cutoff for the candidate to start. After this, /v1/guest/attempts rejects with 410-style errors.
72
+ * @type {Date}
73
+ * @memberof AttemptAttributesSchema
74
+ */
75
+ expiresAt?: Date;
76
+ /**
77
+ * Time limit for the candidate to complete the attempt. Inherited from the template by default.
78
+ * @type {number}
79
+ * @memberof AttemptAttributesSchema
80
+ */
81
+ durationMinutes?: number;
82
+ /**
83
+ * Identifier of the AI scorer that produced the evaluation (e.g. 'gpt-5-mini-v1'). Bumped on re-evaluate.
84
+ * @type {string}
85
+ * @memberof AttemptAttributesSchema
86
+ */
87
+ evaluatorVersion?: string;
88
+ /**
89
+ * FK to the assessment template - same id as relationships.assessment.data.id, exposed flat for filter convenience.
90
+ * @type {string}
91
+ * @memberof AttemptAttributesSchema
92
+ */
93
+ assessmentId?: string;
94
+ /**
95
+ * FK to the candidate - same id as relationships.candidate.data.id.
96
+ * @type {string}
97
+ * @memberof AttemptAttributesSchema
98
+ */
99
+ candidateId?: string;
100
+ /**
101
+ *
102
+ * @type {ResourceTimestampsSchema}
103
+ * @memberof AttemptAttributesSchema
104
+ */
105
+ timestamps?: ResourceTimestampsSchema;
106
+ }
107
+ /**
108
+ * @export
109
+ */
110
+ export declare const AttemptAttributesSchemaStatusEnum: {
111
+ readonly Pending: "pending";
112
+ readonly InProgress: "inProgress";
113
+ readonly Submitted: "submitted";
114
+ readonly Evaluated: "evaluated";
115
+ readonly Reviewed: "reviewed";
116
+ readonly Anonymized: "anonymized";
117
+ readonly Failed: "failed";
118
+ };
119
+ export type AttemptAttributesSchemaStatusEnum = typeof AttemptAttributesSchemaStatusEnum[keyof typeof AttemptAttributesSchemaStatusEnum];
120
+ /**
121
+ * Check if a given object implements the AttemptAttributesSchema interface.
122
+ */
123
+ export declare function instanceOfAttemptAttributesSchema(value: object): value is AttemptAttributesSchema;
124
+ export declare function AttemptAttributesSchemaFromJSON(json: any): AttemptAttributesSchema;
125
+ export declare function AttemptAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptAttributesSchema;
126
+ export declare function AttemptAttributesSchemaToJSON(json: any): AttemptAttributesSchema;
127
+ export declare function AttemptAttributesSchemaToJSONTyped(value?: AttemptAttributesSchema | null, ignoreDiscriminator?: boolean): any;
128
+ //# sourceMappingURL=AttemptAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAOzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAOzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAOnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;CAQpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAGzI;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAqBrH;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,CAsBpI"}
@@ -0,0 +1,92 @@
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.AttemptAttributesSchemaStatusEnum = void 0;
17
+ exports.instanceOfAttemptAttributesSchema = instanceOfAttemptAttributesSchema;
18
+ exports.AttemptAttributesSchemaFromJSON = AttemptAttributesSchemaFromJSON;
19
+ exports.AttemptAttributesSchemaFromJSONTyped = AttemptAttributesSchemaFromJSONTyped;
20
+ exports.AttemptAttributesSchemaToJSON = AttemptAttributesSchemaToJSON;
21
+ exports.AttemptAttributesSchemaToJSONTyped = AttemptAttributesSchemaToJSONTyped;
22
+ const AttemptEvaluationSchema_1 = require("./AttemptEvaluationSchema");
23
+ const AttemptProctoringSchema_1 = require("./AttemptProctoringSchema");
24
+ const AnswerSchema_1 = require("./AnswerSchema");
25
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
26
+ /**
27
+ * @export
28
+ */
29
+ exports.AttemptAttributesSchemaStatusEnum = {
30
+ Pending: 'pending',
31
+ InProgress: 'inProgress',
32
+ Submitted: 'submitted',
33
+ Evaluated: 'evaluated',
34
+ Reviewed: 'reviewed',
35
+ Anonymized: 'anonymized',
36
+ Failed: 'failed'
37
+ };
38
+ /**
39
+ * Check if a given object implements the AttemptAttributesSchema interface.
40
+ */
41
+ function instanceOfAttemptAttributesSchema(value) {
42
+ return true;
43
+ }
44
+ function AttemptAttributesSchemaFromJSON(json) {
45
+ return AttemptAttributesSchemaFromJSONTyped(json, false);
46
+ }
47
+ function AttemptAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
48
+ if (json == null) {
49
+ return json;
50
+ }
51
+ return {
52
+ 'status': json['status'] == null ? undefined : json['status'],
53
+ 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
54
+ 'answers': json['answers'] == null ? undefined : (json['answers'].map(AnswerSchema_1.AnswerSchemaFromJSON)),
55
+ 'evaluation': json['evaluation'] == null ? undefined : (0, AttemptEvaluationSchema_1.AttemptEvaluationSchemaFromJSON)(json['evaluation']),
56
+ 'proctoring': json['proctoring'] == null ? undefined : (0, AttemptProctoringSchema_1.AttemptProctoringSchemaFromJSON)(json['proctoring']),
57
+ 'startedAt': json['startedAt'] == null ? undefined : (new Date(json['startedAt'])),
58
+ 'submittedAt': json['submittedAt'] == null ? undefined : (new Date(json['submittedAt'])),
59
+ 'evaluatedAt': json['evaluatedAt'] == null ? undefined : (new Date(json['evaluatedAt'])),
60
+ 'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
61
+ 'durationMinutes': json['durationMinutes'] == null ? undefined : json['durationMinutes'],
62
+ 'evaluatorVersion': json['evaluatorVersion'] == null ? undefined : json['evaluatorVersion'],
63
+ 'assessmentId': json['assessmentId'] == null ? undefined : json['assessmentId'],
64
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
65
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
66
+ };
67
+ }
68
+ function AttemptAttributesSchemaToJSON(json) {
69
+ return AttemptAttributesSchemaToJSONTyped(json, false);
70
+ }
71
+ function AttemptAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
72
+ if (value == null) {
73
+ return value;
74
+ }
75
+ return {
76
+ 'status': value['status'],
77
+ 'languageCode': value['languageCode'],
78
+ 'answers': value['answers'] == null ? undefined : (value['answers'].map(AnswerSchema_1.AnswerSchemaToJSON)),
79
+ 'evaluation': (0, AttemptEvaluationSchema_1.AttemptEvaluationSchemaToJSON)(value['evaluation']),
80
+ 'proctoring': (0, AttemptProctoringSchema_1.AttemptProctoringSchemaToJSON)(value['proctoring']),
81
+ 'startedAt': value['startedAt'] == null ? value['startedAt'] : value['startedAt'].toISOString(),
82
+ 'submittedAt': value['submittedAt'] == null ? value['submittedAt'] : value['submittedAt'].toISOString(),
83
+ 'evaluatedAt': value['evaluatedAt'] == null ? value['evaluatedAt'] : value['evaluatedAt'].toISOString(),
84
+ 'expiresAt': value['expiresAt'] == null ? value['expiresAt'] : value['expiresAt'].toISOString(),
85
+ 'durationMinutes': value['durationMinutes'],
86
+ 'evaluatorVersion': value['evaluatorVersion'],
87
+ 'assessmentId': value['assessmentId'],
88
+ 'candidateId': value['candidateId'],
89
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
90
+ };
91
+ }
92
+ //# sourceMappingURL=AttemptAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptAttributesSchema.js","sourceRoot":"","sources":["../../src/models/AttemptAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,94 @@
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 { AttemptEvaluationSchemaPerQuestionInner } from './AttemptEvaluationSchemaPerQuestionInner';
13
+ /**
14
+ * AI scoring output. Populated by the evaluation Step Function
15
+ * after the candidate submits. Hidden from the candidate response
16
+ * while status is below `evaluated`.
17
+ * @export
18
+ * @interface AttemptEvaluationSchema
19
+ */
20
+ export interface AttemptEvaluationSchema {
21
+ /**
22
+ *
23
+ * @type {AttemptEvaluationSchemaStatusEnum}
24
+ * @memberof AttemptEvaluationSchema
25
+ */
26
+ status?: AttemptEvaluationSchemaStatusEnum;
27
+ /**
28
+ * Aggregate score 0-100.
29
+ * @type {number}
30
+ * @memberof AttemptEvaluationSchema
31
+ */
32
+ overallScore?: number;
33
+ /**
34
+ * Threshold copied from the template at evaluation time.
35
+ * @type {number}
36
+ * @memberof AttemptEvaluationSchema
37
+ */
38
+ passingScore?: number;
39
+ /**
40
+ *
41
+ * @type {boolean}
42
+ * @memberof AttemptEvaluationSchema
43
+ */
44
+ passed?: boolean;
45
+ /**
46
+ *
47
+ * @type {Array<AttemptEvaluationSchemaPerQuestionInner>}
48
+ * @memberof AttemptEvaluationSchema
49
+ */
50
+ perQuestion?: Array<AttemptEvaluationSchemaPerQuestionInner>;
51
+ /**
52
+ * AI-generated 2-3 paragraph plain-language summary of the candidate's performance.
53
+ * @type {string}
54
+ * @memberof AttemptEvaluationSchema
55
+ */
56
+ summary?: string;
57
+ /**
58
+ *
59
+ * @type {Date}
60
+ * @memberof AttemptEvaluationSchema
61
+ */
62
+ evaluatedAt?: Date;
63
+ /**
64
+ *
65
+ * @type {string}
66
+ * @memberof AttemptEvaluationSchema
67
+ */
68
+ evaluatorVersion?: string;
69
+ /**
70
+ * Set only when status=failed.
71
+ * @type {string}
72
+ * @memberof AttemptEvaluationSchema
73
+ */
74
+ error?: string;
75
+ }
76
+ /**
77
+ * @export
78
+ */
79
+ export declare const AttemptEvaluationSchemaStatusEnum: {
80
+ readonly Pending: "pending";
81
+ readonly Running: "running";
82
+ readonly Done: "done";
83
+ readonly Failed: "failed";
84
+ };
85
+ export type AttemptEvaluationSchemaStatusEnum = typeof AttemptEvaluationSchemaStatusEnum[keyof typeof AttemptEvaluationSchemaStatusEnum];
86
+ /**
87
+ * Check if a given object implements the AttemptEvaluationSchema interface.
88
+ */
89
+ export declare function instanceOfAttemptEvaluationSchema(value: object): value is AttemptEvaluationSchema;
90
+ export declare function AttemptEvaluationSchemaFromJSON(json: any): AttemptEvaluationSchema;
91
+ export declare function AttemptEvaluationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptEvaluationSchema;
92
+ export declare function AttemptEvaluationSchemaToJSON(json: any): AttemptEvaluationSchema;
93
+ export declare function AttemptEvaluationSchemaToJSONTyped(value?: AttemptEvaluationSchema | null, ignoreDiscriminator?: boolean): any;
94
+ //# sourceMappingURL=AttemptEvaluationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptEvaluationSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptEvaluationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;;;GAMG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;IAC7D;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAGzI;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAgBrH;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,CAiBpI"}
@@ -0,0 +1,76 @@
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.AttemptEvaluationSchemaStatusEnum = void 0;
17
+ exports.instanceOfAttemptEvaluationSchema = instanceOfAttemptEvaluationSchema;
18
+ exports.AttemptEvaluationSchemaFromJSON = AttemptEvaluationSchemaFromJSON;
19
+ exports.AttemptEvaluationSchemaFromJSONTyped = AttemptEvaluationSchemaFromJSONTyped;
20
+ exports.AttemptEvaluationSchemaToJSON = AttemptEvaluationSchemaToJSON;
21
+ exports.AttemptEvaluationSchemaToJSONTyped = AttemptEvaluationSchemaToJSONTyped;
22
+ const AttemptEvaluationSchemaPerQuestionInner_1 = require("./AttemptEvaluationSchemaPerQuestionInner");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.AttemptEvaluationSchemaStatusEnum = {
27
+ Pending: 'pending',
28
+ Running: 'running',
29
+ Done: 'done',
30
+ Failed: 'failed'
31
+ };
32
+ /**
33
+ * Check if a given object implements the AttemptEvaluationSchema interface.
34
+ */
35
+ function instanceOfAttemptEvaluationSchema(value) {
36
+ return true;
37
+ }
38
+ function AttemptEvaluationSchemaFromJSON(json) {
39
+ return AttemptEvaluationSchemaFromJSONTyped(json, false);
40
+ }
41
+ function AttemptEvaluationSchemaFromJSONTyped(json, ignoreDiscriminator) {
42
+ if (json == null) {
43
+ return json;
44
+ }
45
+ return {
46
+ 'status': json['status'] == null ? undefined : json['status'],
47
+ 'overallScore': json['overallScore'] == null ? undefined : json['overallScore'],
48
+ 'passingScore': json['passingScore'] == null ? undefined : json['passingScore'],
49
+ 'passed': json['passed'] == null ? undefined : json['passed'],
50
+ 'perQuestion': json['perQuestion'] == null ? undefined : (json['perQuestion'].map(AttemptEvaluationSchemaPerQuestionInner_1.AttemptEvaluationSchemaPerQuestionInnerFromJSON)),
51
+ 'summary': json['summary'] == null ? undefined : json['summary'],
52
+ 'evaluatedAt': json['evaluatedAt'] == null ? undefined : (new Date(json['evaluatedAt'])),
53
+ 'evaluatorVersion': json['evaluatorVersion'] == null ? undefined : json['evaluatorVersion'],
54
+ 'error': json['error'] == null ? undefined : json['error'],
55
+ };
56
+ }
57
+ function AttemptEvaluationSchemaToJSON(json) {
58
+ return AttemptEvaluationSchemaToJSONTyped(json, false);
59
+ }
60
+ function AttemptEvaluationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
61
+ if (value == null) {
62
+ return value;
63
+ }
64
+ return {
65
+ 'status': value['status'],
66
+ 'overallScore': value['overallScore'],
67
+ 'passingScore': value['passingScore'],
68
+ 'passed': value['passed'],
69
+ 'perQuestion': value['perQuestion'] == null ? undefined : (value['perQuestion'].map(AttemptEvaluationSchemaPerQuestionInner_1.AttemptEvaluationSchemaPerQuestionInnerToJSON)),
70
+ 'summary': value['summary'],
71
+ 'evaluatedAt': value['evaluatedAt'] == null ? value['evaluatedAt'] : value['evaluatedAt'].toISOString(),
72
+ 'evaluatorVersion': value['evaluatorVersion'],
73
+ 'error': value['error'],
74
+ };
75
+ }
76
+ //# sourceMappingURL=AttemptEvaluationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptEvaluationSchema.js","sourceRoot":"","sources":["../../src/models/AttemptEvaluationSchema.ts"],"names":[],"mappings":"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"}
@@ -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
+ *
14
+ * @export
15
+ * @interface AttemptEvaluationSchemaPerQuestionInner
16
+ */
17
+ export interface AttemptEvaluationSchemaPerQuestionInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AttemptEvaluationSchemaPerQuestionInner
22
+ */
23
+ questionId: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof AttemptEvaluationSchemaPerQuestionInner
28
+ */
29
+ score: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof AttemptEvaluationSchemaPerQuestionInner
34
+ */
35
+ maxScore?: number;
36
+ /**
37
+ * 1-2 sentence explanation in the candidate's language.
38
+ * @type {string}
39
+ * @memberof AttemptEvaluationSchemaPerQuestionInner
40
+ */
41
+ feedback?: string;
42
+ /**
43
+ * Recruiter-only. Stripped from guest responses.
44
+ * @type {Array<string>}
45
+ * @memberof AttemptEvaluationSchemaPerQuestionInner
46
+ */
47
+ rubricMatched?: Array<string>;
48
+ }
49
+ /**
50
+ * Check if a given object implements the AttemptEvaluationSchemaPerQuestionInner interface.
51
+ */
52
+ export declare function instanceOfAttemptEvaluationSchemaPerQuestionInner(value: object): value is AttemptEvaluationSchemaPerQuestionInner;
53
+ export declare function AttemptEvaluationSchemaPerQuestionInnerFromJSON(json: any): AttemptEvaluationSchemaPerQuestionInner;
54
+ export declare function AttemptEvaluationSchemaPerQuestionInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptEvaluationSchemaPerQuestionInner;
55
+ export declare function AttemptEvaluationSchemaPerQuestionInnerToJSON(json: any): AttemptEvaluationSchemaPerQuestionInner;
56
+ export declare function AttemptEvaluationSchemaPerQuestionInnerToJSONTyped(value?: AttemptEvaluationSchemaPerQuestionInner | null, ignoreDiscriminator?: boolean): any;
57
+ //# sourceMappingURL=AttemptEvaluationSchemaPerQuestionInner.d.ts.map