@smartytalent/api-client 0.1.33-dev.36 → 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 (124) 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 +17 -17
  6. package/dist/apis/AttemptsApi.d.ts.map +1 -1
  7. package/dist/apis/AttemptsApi.js +24 -16
  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/GuestAttemptSchema.d.ts +51 -0
  94. package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
  95. package/dist/models/GuestAttemptSchema.js +56 -0
  96. package/dist/models/GuestAttemptSchema.js.map +1 -0
  97. package/dist/models/GuestMetaSchema.d.ts +43 -0
  98. package/dist/models/GuestMetaSchema.d.ts.map +1 -0
  99. package/dist/models/{StartGuestAttemptRequestMeta.js → GuestMetaSchema.js} +14 -14
  100. package/dist/models/GuestMetaSchema.js.map +1 -0
  101. package/dist/models/QuestionSchema.d.ts +190 -0
  102. package/dist/models/QuestionSchema.d.ts.map +1 -0
  103. package/dist/models/QuestionSchema.js +112 -0
  104. package/dist/models/QuestionSchema.js.map +1 -0
  105. package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
  106. package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
  107. package/dist/models/QuestionSchemaOptionsInner.js +53 -0
  108. package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
  109. package/dist/models/StartGuestAttemptRequest.d.ts +3 -3
  110. package/dist/models/StartGuestAttemptRequest.d.ts.map +1 -1
  111. package/dist/models/StartGuestAttemptRequest.js +3 -3
  112. package/dist/models/StartGuestAttemptRequest.js.map +1 -1
  113. package/dist/models/UpdateGuestAttemptRequest.d.ts +3 -3
  114. package/dist/models/UpdateGuestAttemptRequest.d.ts.map +1 -1
  115. package/dist/models/UpdateGuestAttemptRequest.js +3 -3
  116. package/dist/models/UpdateGuestAttemptRequest.js.map +1 -1
  117. package/dist/models/index.d.ts +24 -1
  118. package/dist/models/index.d.ts.map +1 -1
  119. package/dist/models/index.js +24 -1
  120. package/dist/models/index.js.map +1 -1
  121. package/package.json +1 -1
  122. package/dist/models/StartGuestAttemptRequestMeta.d.ts +0 -39
  123. package/dist/models/StartGuestAttemptRequestMeta.d.ts.map +0 -1
  124. package/dist/models/StartGuestAttemptRequestMeta.js.map +0 -1
@@ -1,39 +0,0 @@
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 StartGuestAttemptRequestMeta
16
- */
17
- export interface StartGuestAttemptRequestMeta {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof StartGuestAttemptRequestMeta
22
- */
23
- tenantId: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof StartGuestAttemptRequestMeta
28
- */
29
- accessToken: string;
30
- }
31
- /**
32
- * Check if a given object implements the StartGuestAttemptRequestMeta interface.
33
- */
34
- export declare function instanceOfStartGuestAttemptRequestMeta(value: object): value is StartGuestAttemptRequestMeta;
35
- export declare function StartGuestAttemptRequestMetaFromJSON(json: any): StartGuestAttemptRequestMeta;
36
- export declare function StartGuestAttemptRequestMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartGuestAttemptRequestMeta;
37
- export declare function StartGuestAttemptRequestMetaToJSON(json: any): StartGuestAttemptRequestMeta;
38
- export declare function StartGuestAttemptRequestMetaToJSONTyped(value?: StartGuestAttemptRequestMeta | null, ignoreDiscriminator?: boolean): any;
39
- //# sourceMappingURL=StartGuestAttemptRequestMeta.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StartGuestAttemptRequestMeta.d.ts","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequestMeta.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAI3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAS/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9I"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StartGuestAttemptRequestMeta.js","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequestMeta.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,wFAIC;AAED,oFAEC;AAED,8FASC;AAED,gFAEC;AAED,0FAUC;AAtCD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,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,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,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,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,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"}