@smartytalent/api-client 0.1.33-dev.36 → 0.1.33-dev.38

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 (164) 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 +23 -23
  6. package/dist/apis/AttemptsApi.d.ts.map +1 -1
  7. package/dist/apis/AttemptsApi.js +30 -22
  8. package/dist/apis/AttemptsApi.js.map +1 -1
  9. package/dist/models/AnswerFileSchema.d.ts +51 -0
  10. package/dist/models/AnswerFileSchema.d.ts.map +1 -0
  11. package/dist/models/AnswerFileSchema.js +55 -0
  12. package/dist/models/AnswerFileSchema.js.map +1 -0
  13. package/dist/models/AnswerSchema.d.ts +76 -0
  14. package/dist/models/AnswerSchema.d.ts.map +1 -0
  15. package/dist/models/AnswerSchema.js +73 -0
  16. package/dist/models/AnswerSchema.js.map +1 -0
  17. package/dist/models/AnswerSchemaValue.d.ts +31 -0
  18. package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
  19. package/dist/models/AnswerSchemaValue.js +73 -0
  20. package/dist/models/AnswerSchemaValue.js.map +1 -0
  21. package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
  22. package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
  23. package/dist/models/AnswerSchemaValueOneOf.js +51 -0
  24. package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
  25. package/dist/models/AssessmentAttributesSchema.d.ts +34 -19
  26. package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
  27. package/dist/models/AssessmentAttributesSchema.js +12 -10
  28. package/dist/models/AssessmentAttributesSchema.js.map +1 -1
  29. package/dist/models/AttemptAttributesSchema.d.ts +128 -0
  30. package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
  31. package/dist/models/AttemptAttributesSchema.js +92 -0
  32. package/dist/models/AttemptAttributesSchema.js.map +1 -0
  33. package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
  34. package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
  35. package/dist/models/AttemptEvaluationSchema.js +76 -0
  36. package/dist/models/AttemptEvaluationSchema.js.map +1 -0
  37. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
  38. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
  39. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
  40. package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
  41. package/dist/models/AttemptProctoringSchema.d.ts +51 -0
  42. package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
  43. package/dist/models/AttemptProctoringSchema.js +55 -0
  44. package/dist/models/AttemptProctoringSchema.js.map +1 -0
  45. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
  46. package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
  47. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
  48. package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
  49. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
  50. package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
  51. package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
  52. package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
  53. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
  54. package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
  55. package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
  56. package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
  57. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
  58. package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
  59. package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
  60. package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
  61. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
  62. package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
  63. package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
  64. package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
  65. package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
  66. package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
  67. package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
  68. package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
  69. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
  70. package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
  71. package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
  72. package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
  73. package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
  74. package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
  75. package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
  76. package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
  77. package/dist/models/AttemptRelationshipsSchema.d.ts +55 -0
  78. package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
  79. package/dist/models/AttemptRelationshipsSchema.js +59 -0
  80. package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
  81. package/dist/models/AttemptResourceSchema.d.ts +75 -0
  82. package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
  83. package/dist/models/AttemptResourceSchema.js +75 -0
  84. package/dist/models/AttemptResourceSchema.js.map +1 -0
  85. package/dist/models/AttemptSchema.d.ts +49 -0
  86. package/dist/models/AttemptSchema.d.ts.map +1 -0
  87. package/dist/models/AttemptSchema.js +55 -0
  88. package/dist/models/AttemptSchema.js.map +1 -0
  89. package/dist/models/AttemptsSchema.d.ts +48 -0
  90. package/dist/models/AttemptsSchema.d.ts.map +1 -0
  91. package/dist/models/AttemptsSchema.js +56 -0
  92. package/dist/models/AttemptsSchema.js.map +1 -0
  93. package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
  94. package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
  95. package/dist/models/CreateAttemptRequestBody.js +52 -0
  96. package/dist/models/CreateAttemptRequestBody.js.map +1 -0
  97. package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
  98. package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
  99. package/dist/models/CreateAttemptRequestBodyData.js +66 -0
  100. package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
  101. package/dist/models/GuestAttemptSchema.d.ts +51 -0
  102. package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
  103. package/dist/models/GuestAttemptSchema.js +56 -0
  104. package/dist/models/GuestAttemptSchema.js.map +1 -0
  105. package/dist/models/GuestMetaSchema.d.ts +43 -0
  106. package/dist/models/GuestMetaSchema.d.ts.map +1 -0
  107. package/dist/models/{StartGuestAttemptRequestMeta.js → GuestMetaSchema.js} +14 -14
  108. package/dist/models/GuestMetaSchema.js.map +1 -0
  109. package/dist/models/QuestionSchema.d.ts +190 -0
  110. package/dist/models/QuestionSchema.d.ts.map +1 -0
  111. package/dist/models/QuestionSchema.js +112 -0
  112. package/dist/models/QuestionSchema.js.map +1 -0
  113. package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
  114. package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
  115. package/dist/models/QuestionSchemaOptionsInner.js +53 -0
  116. package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
  117. package/dist/models/StartGuestAttemptRequest.d.ts +3 -3
  118. package/dist/models/StartGuestAttemptRequest.d.ts.map +1 -1
  119. package/dist/models/StartGuestAttemptRequest.js +3 -3
  120. package/dist/models/StartGuestAttemptRequest.js.map +1 -1
  121. package/dist/models/UpdateAttemptRequestBody.d.ts +34 -0
  122. package/dist/models/UpdateAttemptRequestBody.d.ts.map +1 -0
  123. package/dist/models/UpdateAttemptRequestBody.js +52 -0
  124. package/dist/models/UpdateAttemptRequestBody.js.map +1 -0
  125. package/dist/models/UpdateAttemptRequestBodyData.d.ts +53 -0
  126. package/dist/models/UpdateAttemptRequestBodyData.d.ts.map +1 -0
  127. package/dist/models/UpdateAttemptRequestBodyData.js +65 -0
  128. package/dist/models/UpdateAttemptRequestBodyData.js.map +1 -0
  129. package/dist/models/UpdateGuestAttemptRequest.d.ts +3 -3
  130. package/dist/models/UpdateGuestAttemptRequest.d.ts.map +1 -1
  131. package/dist/models/UpdateGuestAttemptRequest.js +3 -3
  132. package/dist/models/UpdateGuestAttemptRequest.js.map +1 -1
  133. package/dist/models/index.d.ts +28 -7
  134. package/dist/models/index.d.ts.map +1 -1
  135. package/dist/models/index.js +28 -7
  136. package/dist/models/index.js.map +1 -1
  137. package/package.json +1 -1
  138. package/dist/models/CreateAttemptRequest.d.ts +0 -34
  139. package/dist/models/CreateAttemptRequest.d.ts.map +0 -1
  140. package/dist/models/CreateAttemptRequest.js +0 -52
  141. package/dist/models/CreateAttemptRequest.js.map +0 -1
  142. package/dist/models/CreateAttemptRequestData.d.ts +0 -54
  143. package/dist/models/CreateAttemptRequestData.d.ts.map +0 -1
  144. package/dist/models/CreateAttemptRequestData.js +0 -66
  145. package/dist/models/CreateAttemptRequestData.js.map +0 -1
  146. package/dist/models/CreateAttemptRequestDataAttributes.d.ts +0 -45
  147. package/dist/models/CreateAttemptRequestDataAttributes.d.ts.map +0 -1
  148. package/dist/models/CreateAttemptRequestDataAttributes.js +0 -53
  149. package/dist/models/CreateAttemptRequestDataAttributes.js.map +0 -1
  150. package/dist/models/CreateAttemptRequestDataRelationships.d.ts +0 -45
  151. package/dist/models/CreateAttemptRequestDataRelationships.d.ts.map +0 -1
  152. package/dist/models/CreateAttemptRequestDataRelationships.js +0 -57
  153. package/dist/models/CreateAttemptRequestDataRelationships.js.map +0 -1
  154. package/dist/models/StartGuestAttemptRequestMeta.d.ts +0 -39
  155. package/dist/models/StartGuestAttemptRequestMeta.d.ts.map +0 -1
  156. package/dist/models/StartGuestAttemptRequestMeta.js.map +0 -1
  157. package/dist/models/UpdateAttemptRequest.d.ts +0 -34
  158. package/dist/models/UpdateAttemptRequest.d.ts.map +0 -1
  159. package/dist/models/UpdateAttemptRequest.js +0 -52
  160. package/dist/models/UpdateAttemptRequest.js.map +0 -1
  161. package/dist/models/UpdateAttemptRequestData.d.ts +0 -58
  162. package/dist/models/UpdateAttemptRequestData.d.ts.map +0 -1
  163. package/dist/models/UpdateAttemptRequestData.js +0 -66
  164. package/dist/models/UpdateAttemptRequestData.js.map +0 -1
@@ -1,66 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * SmartyMeet Dev03 API REST
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
- *
8
- * The version of the OpenAPI document: 1.0.1
9
- * Contact: developer@smartymeet.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UpdateAttemptRequestDataTypeEnum = void 0;
17
- exports.instanceOfUpdateAttemptRequestData = instanceOfUpdateAttemptRequestData;
18
- exports.UpdateAttemptRequestDataFromJSON = UpdateAttemptRequestDataFromJSON;
19
- exports.UpdateAttemptRequestDataFromJSONTyped = UpdateAttemptRequestDataFromJSONTyped;
20
- exports.UpdateAttemptRequestDataToJSON = UpdateAttemptRequestDataToJSON;
21
- exports.UpdateAttemptRequestDataToJSONTyped = UpdateAttemptRequestDataToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.UpdateAttemptRequestDataTypeEnum = {
26
- Attempts: 'attempts'
27
- };
28
- /**
29
- * Check if a given object implements the UpdateAttemptRequestData interface.
30
- */
31
- function instanceOfUpdateAttemptRequestData(value) {
32
- if (!('type' in value) || value['type'] === undefined)
33
- return false;
34
- if (!('id' in value) || value['id'] === undefined)
35
- return false;
36
- return true;
37
- }
38
- function UpdateAttemptRequestDataFromJSON(json) {
39
- return UpdateAttemptRequestDataFromJSONTyped(json, false);
40
- }
41
- function UpdateAttemptRequestDataFromJSONTyped(json, ignoreDiscriminator) {
42
- if (json == null) {
43
- return json;
44
- }
45
- return {
46
- 'type': json['type'],
47
- 'id': json['id'],
48
- 'attributes': json['attributes'] == null ? undefined : json['attributes'],
49
- 'relationships': json['relationships'] == null ? undefined : json['relationships'],
50
- };
51
- }
52
- function UpdateAttemptRequestDataToJSON(json) {
53
- return UpdateAttemptRequestDataToJSONTyped(json, false);
54
- }
55
- function UpdateAttemptRequestDataToJSONTyped(value, ignoreDiscriminator = false) {
56
- if (value == null) {
57
- return value;
58
- }
59
- return {
60
- 'type': value['type'],
61
- 'id': value['id'],
62
- 'attributes': value['attributes'],
63
- 'relationships': value['relationships'],
64
- };
65
- }
66
- //# sourceMappingURL=UpdateAttemptRequestData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UpdateAttemptRequestData.js","sourceRoot":"","sources":["../../src/models/UpdateAttemptRequestData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAgDH,gFAIC;AAED,4EAEC;AAED,sFAWC;AAED,wEAEC;AAED,kFAYC;AAnDD;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,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,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,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,KAAK,CAAC,YAAY,CAAC;QACjC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;KAC1C,CAAC;AACN,CAAC"}