@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptEvaluationSchemaPerQuestionInner.d.ts","sourceRoot":"","sources":["../../src/models/AttemptEvaluationSchemaPerQuestionInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAIjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CAYrJ;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,CAapK"}
@@ -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.instanceOfAttemptEvaluationSchemaPerQuestionInner = instanceOfAttemptEvaluationSchemaPerQuestionInner;
17
+ exports.AttemptEvaluationSchemaPerQuestionInnerFromJSON = AttemptEvaluationSchemaPerQuestionInnerFromJSON;
18
+ exports.AttemptEvaluationSchemaPerQuestionInnerFromJSONTyped = AttemptEvaluationSchemaPerQuestionInnerFromJSONTyped;
19
+ exports.AttemptEvaluationSchemaPerQuestionInnerToJSON = AttemptEvaluationSchemaPerQuestionInnerToJSON;
20
+ exports.AttemptEvaluationSchemaPerQuestionInnerToJSONTyped = AttemptEvaluationSchemaPerQuestionInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AttemptEvaluationSchemaPerQuestionInner interface.
23
+ */
24
+ function instanceOfAttemptEvaluationSchemaPerQuestionInner(value) {
25
+ if (!('questionId' in value) || value['questionId'] === undefined)
26
+ return false;
27
+ if (!('score' in value) || value['score'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function AttemptEvaluationSchemaPerQuestionInnerFromJSON(json) {
32
+ return AttemptEvaluationSchemaPerQuestionInnerFromJSONTyped(json, false);
33
+ }
34
+ function AttemptEvaluationSchemaPerQuestionInnerFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'questionId': json['questionId'],
40
+ 'score': json['score'],
41
+ 'maxScore': json['maxScore'] == null ? undefined : json['maxScore'],
42
+ 'feedback': json['feedback'] == null ? undefined : json['feedback'],
43
+ 'rubricMatched': json['rubricMatched'] == null ? undefined : json['rubricMatched'],
44
+ };
45
+ }
46
+ function AttemptEvaluationSchemaPerQuestionInnerToJSON(json) {
47
+ return AttemptEvaluationSchemaPerQuestionInnerToJSONTyped(json, false);
48
+ }
49
+ function AttemptEvaluationSchemaPerQuestionInnerToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'questionId': value['questionId'],
55
+ 'score': value['score'],
56
+ 'maxScore': value['maxScore'],
57
+ 'feedback': value['feedback'],
58
+ 'rubricMatched': value['rubricMatched'],
59
+ };
60
+ }
61
+ //# sourceMappingURL=AttemptEvaluationSchemaPerQuestionInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptEvaluationSchemaPerQuestionInner.js","sourceRoot":"","sources":["../../src/models/AttemptEvaluationSchemaPerQuestionInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4CH,8GAIC;AAED,0GAEC;AAED,oHAYC;AAED,sGAEC;AAED,gHAaC;AA5CD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,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,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,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,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,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;KAC1C,CAAC;AACN,CAAC"}
@@ -0,0 +1,51 @@
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
+ * Anti-cheat telemetry collected by the candidate UI. Not used to block, only to inform recruiters.
14
+ * @export
15
+ * @interface AttemptProctoringSchema
16
+ */
17
+ export interface AttemptProctoringSchema {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof AttemptProctoringSchema
22
+ */
23
+ tabSwitches?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof AttemptProctoringSchema
28
+ */
29
+ pasteEvents?: number;
30
+ /**
31
+ * Total milliseconds the window was unfocused.
32
+ * @type {number}
33
+ * @memberof AttemptProctoringSchema
34
+ */
35
+ focusLost?: number;
36
+ /**
37
+ *
38
+ * @type {Array<string>}
39
+ * @memberof AttemptProctoringSchema
40
+ */
41
+ suspiciousFlags?: Array<string>;
42
+ }
43
+ /**
44
+ * Check if a given object implements the AttemptProctoringSchema interface.
45
+ */
46
+ export declare function instanceOfAttemptProctoringSchema(value: object): value is AttemptProctoringSchema;
47
+ export declare function AttemptProctoringSchemaFromJSON(json: any): AttemptProctoringSchema;
48
+ export declare function AttemptProctoringSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptProctoringSchema;
49
+ export declare function AttemptProctoringSchemaToJSON(json: any): AttemptProctoringSchema;
50
+ export declare function AttemptProctoringSchemaToJSONTyped(value?: AttemptProctoringSchema | null, ignoreDiscriminator?: boolean): any;
51
+ //# sourceMappingURL=AttemptProctoringSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptProctoringSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptProctoringSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACnC;AAED;;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,CAWrH;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,CAYpI"}
@@ -0,0 +1,55 @@
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.instanceOfAttemptProctoringSchema = instanceOfAttemptProctoringSchema;
17
+ exports.AttemptProctoringSchemaFromJSON = AttemptProctoringSchemaFromJSON;
18
+ exports.AttemptProctoringSchemaFromJSONTyped = AttemptProctoringSchemaFromJSONTyped;
19
+ exports.AttemptProctoringSchemaToJSON = AttemptProctoringSchemaToJSON;
20
+ exports.AttemptProctoringSchemaToJSONTyped = AttemptProctoringSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AttemptProctoringSchema interface.
23
+ */
24
+ function instanceOfAttemptProctoringSchema(value) {
25
+ return true;
26
+ }
27
+ function AttemptProctoringSchemaFromJSON(json) {
28
+ return AttemptProctoringSchemaFromJSONTyped(json, false);
29
+ }
30
+ function AttemptProctoringSchemaFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'tabSwitches': json['tabSwitches'] == null ? undefined : json['tabSwitches'],
36
+ 'pasteEvents': json['pasteEvents'] == null ? undefined : json['pasteEvents'],
37
+ 'focusLost': json['focusLost'] == null ? undefined : json['focusLost'],
38
+ 'suspiciousFlags': json['suspiciousFlags'] == null ? undefined : json['suspiciousFlags'],
39
+ };
40
+ }
41
+ function AttemptProctoringSchemaToJSON(json) {
42
+ return AttemptProctoringSchemaToJSONTyped(json, false);
43
+ }
44
+ function AttemptProctoringSchemaToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'tabSwitches': value['tabSwitches'],
50
+ 'pasteEvents': value['pasteEvents'],
51
+ 'focusLost': value['focusLost'],
52
+ 'suspiciousFlags': value['suspiciousFlags'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=AttemptProctoringSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptProctoringSchema.js","sourceRoot":"","sources":["../../src/models/AttemptProctoringSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,8EAEC;AAED,0EAEC;AAED,oFAWC;AAED,sEAEC;AAED,gFAYC;AAxCD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,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,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;KAC3F,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,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;KAC9C,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
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 AttemptRelationshipsAssessmentDataSchema
16
+ */
17
+ export interface AttemptRelationshipsAssessmentDataSchema {
18
+ /**
19
+ *
20
+ * @type {AttemptRelationshipsAssessmentDataSchemaTypeEnum}
21
+ * @memberof AttemptRelationshipsAssessmentDataSchema
22
+ */
23
+ type?: AttemptRelationshipsAssessmentDataSchemaTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AttemptRelationshipsAssessmentDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const AttemptRelationshipsAssessmentDataSchemaTypeEnum: {
35
+ readonly Assessments: "assessments";
36
+ };
37
+ export type AttemptRelationshipsAssessmentDataSchemaTypeEnum = typeof AttemptRelationshipsAssessmentDataSchemaTypeEnum[keyof typeof AttemptRelationshipsAssessmentDataSchemaTypeEnum];
38
+ /**
39
+ * Check if a given object implements the AttemptRelationshipsAssessmentDataSchema interface.
40
+ */
41
+ export declare function instanceOfAttemptRelationshipsAssessmentDataSchema(value: object): value is AttemptRelationshipsAssessmentDataSchema;
42
+ export declare function AttemptRelationshipsAssessmentDataSchemaFromJSON(json: any): AttemptRelationshipsAssessmentDataSchema;
43
+ export declare function AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsAssessmentDataSchema;
44
+ export declare function AttemptRelationshipsAssessmentDataSchemaToJSON(json: any): AttemptRelationshipsAssessmentDataSchema;
45
+ export declare function AttemptRelationshipsAssessmentDataSchemaToJSONTyped(value?: AttemptRelationshipsAssessmentDataSchema | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=AttemptRelationshipsAssessmentDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsAssessmentDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,gDAAgD,CAAC;IACxD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,gDAAgD;;CAEnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAGtL;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -0,0 +1,58 @@
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.AttemptRelationshipsAssessmentDataSchemaTypeEnum = void 0;
17
+ exports.instanceOfAttemptRelationshipsAssessmentDataSchema = instanceOfAttemptRelationshipsAssessmentDataSchema;
18
+ exports.AttemptRelationshipsAssessmentDataSchemaFromJSON = AttemptRelationshipsAssessmentDataSchemaFromJSON;
19
+ exports.AttemptRelationshipsAssessmentDataSchemaFromJSONTyped = AttemptRelationshipsAssessmentDataSchemaFromJSONTyped;
20
+ exports.AttemptRelationshipsAssessmentDataSchemaToJSON = AttemptRelationshipsAssessmentDataSchemaToJSON;
21
+ exports.AttemptRelationshipsAssessmentDataSchemaToJSONTyped = AttemptRelationshipsAssessmentDataSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.AttemptRelationshipsAssessmentDataSchemaTypeEnum = {
26
+ Assessments: 'assessments'
27
+ };
28
+ /**
29
+ * Check if a given object implements the AttemptRelationshipsAssessmentDataSchema interface.
30
+ */
31
+ function instanceOfAttemptRelationshipsAssessmentDataSchema(value) {
32
+ return true;
33
+ }
34
+ function AttemptRelationshipsAssessmentDataSchemaFromJSON(json) {
35
+ return AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json, false);
36
+ }
37
+ function AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'type': json['type'] == null ? undefined : json['type'],
43
+ 'id': json['id'] == null ? undefined : json['id'],
44
+ };
45
+ }
46
+ function AttemptRelationshipsAssessmentDataSchemaToJSON(json) {
47
+ return AttemptRelationshipsAssessmentDataSchemaToJSONTyped(json, false);
48
+ }
49
+ function AttemptRelationshipsAssessmentDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'type': value['type'],
55
+ 'id': value['id'],
56
+ };
57
+ }
58
+ //# sourceMappingURL=AttemptRelationshipsAssessmentDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsAssessmentDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AA7CD;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,WAAW,EAAE,aAAa;CACpB,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,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;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AttemptRelationshipsAssessmentDataSchema } from './AttemptRelationshipsAssessmentDataSchema';
13
+ /**
14
+ * FK to the template this attempt is a run of.
15
+ * @export
16
+ * @interface AttemptRelationshipsAssessmentSchema
17
+ */
18
+ export interface AttemptRelationshipsAssessmentSchema {
19
+ /**
20
+ *
21
+ * @type {AttemptRelationshipsAssessmentDataSchema}
22
+ * @memberof AttemptRelationshipsAssessmentSchema
23
+ */
24
+ data?: AttemptRelationshipsAssessmentDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the AttemptRelationshipsAssessmentSchema interface.
28
+ */
29
+ export declare function instanceOfAttemptRelationshipsAssessmentSchema(value: object): value is AttemptRelationshipsAssessmentSchema;
30
+ export declare function AttemptRelationshipsAssessmentSchemaFromJSON(json: any): AttemptRelationshipsAssessmentSchema;
31
+ export declare function AttemptRelationshipsAssessmentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsAssessmentSchema;
32
+ export declare function AttemptRelationshipsAssessmentSchemaToJSON(json: any): AttemptRelationshipsAssessmentSchema;
33
+ export declare function AttemptRelationshipsAssessmentSchemaToJSONTyped(value?: AttemptRelationshipsAssessmentSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=AttemptRelationshipsAssessmentSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsAssessmentSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -0,0 +1,50 @@
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.instanceOfAttemptRelationshipsAssessmentSchema = instanceOfAttemptRelationshipsAssessmentSchema;
17
+ exports.AttemptRelationshipsAssessmentSchemaFromJSON = AttemptRelationshipsAssessmentSchemaFromJSON;
18
+ exports.AttemptRelationshipsAssessmentSchemaFromJSONTyped = AttemptRelationshipsAssessmentSchemaFromJSONTyped;
19
+ exports.AttemptRelationshipsAssessmentSchemaToJSON = AttemptRelationshipsAssessmentSchemaToJSON;
20
+ exports.AttemptRelationshipsAssessmentSchemaToJSONTyped = AttemptRelationshipsAssessmentSchemaToJSONTyped;
21
+ const AttemptRelationshipsAssessmentDataSchema_1 = require("./AttemptRelationshipsAssessmentDataSchema");
22
+ /**
23
+ * Check if a given object implements the AttemptRelationshipsAssessmentSchema interface.
24
+ */
25
+ function instanceOfAttemptRelationshipsAssessmentSchema(value) {
26
+ return true;
27
+ }
28
+ function AttemptRelationshipsAssessmentSchemaFromJSON(json) {
29
+ return AttemptRelationshipsAssessmentSchemaFromJSONTyped(json, false);
30
+ }
31
+ function AttemptRelationshipsAssessmentSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, AttemptRelationshipsAssessmentDataSchema_1.AttemptRelationshipsAssessmentDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function AttemptRelationshipsAssessmentSchemaToJSON(json) {
40
+ return AttemptRelationshipsAssessmentSchemaToJSONTyped(json, false);
41
+ }
42
+ function AttemptRelationshipsAssessmentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, AttemptRelationshipsAssessmentDataSchema_1.AttemptRelationshipsAssessmentDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=AttemptRelationshipsAssessmentSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsAssessmentSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2FAAgD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5G,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
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 AttemptRelationshipsCandidateDataSchema
16
+ */
17
+ export interface AttemptRelationshipsCandidateDataSchema {
18
+ /**
19
+ *
20
+ * @type {AttemptRelationshipsCandidateDataSchemaTypeEnum}
21
+ * @memberof AttemptRelationshipsCandidateDataSchema
22
+ */
23
+ type?: AttemptRelationshipsCandidateDataSchemaTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AttemptRelationshipsCandidateDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const AttemptRelationshipsCandidateDataSchemaTypeEnum: {
35
+ readonly Candidates: "candidates";
36
+ };
37
+ export type AttemptRelationshipsCandidateDataSchemaTypeEnum = typeof AttemptRelationshipsCandidateDataSchemaTypeEnum[keyof typeof AttemptRelationshipsCandidateDataSchemaTypeEnum];
38
+ /**
39
+ * Check if a given object implements the AttemptRelationshipsCandidateDataSchema interface.
40
+ */
41
+ export declare function instanceOfAttemptRelationshipsCandidateDataSchema(value: object): value is AttemptRelationshipsCandidateDataSchema;
42
+ export declare function AttemptRelationshipsCandidateDataSchemaFromJSON(json: any): AttemptRelationshipsCandidateDataSchema;
43
+ export declare function AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsCandidateDataSchema;
44
+ export declare function AttemptRelationshipsCandidateDataSchemaToJSON(json: any): AttemptRelationshipsCandidateDataSchema;
45
+ export declare function AttemptRelationshipsCandidateDataSchemaToJSONTyped(value?: AttemptRelationshipsCandidateDataSchema | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=AttemptRelationshipsCandidateDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsCandidateDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,+CAA+C,CAAC;IACvD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,+CAA+C;;CAElD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;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,CASrJ;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,CAUpK"}
@@ -0,0 +1,58 @@
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.AttemptRelationshipsCandidateDataSchemaTypeEnum = void 0;
17
+ exports.instanceOfAttemptRelationshipsCandidateDataSchema = instanceOfAttemptRelationshipsCandidateDataSchema;
18
+ exports.AttemptRelationshipsCandidateDataSchemaFromJSON = AttemptRelationshipsCandidateDataSchemaFromJSON;
19
+ exports.AttemptRelationshipsCandidateDataSchemaFromJSONTyped = AttemptRelationshipsCandidateDataSchemaFromJSONTyped;
20
+ exports.AttemptRelationshipsCandidateDataSchemaToJSON = AttemptRelationshipsCandidateDataSchemaToJSON;
21
+ exports.AttemptRelationshipsCandidateDataSchemaToJSONTyped = AttemptRelationshipsCandidateDataSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.AttemptRelationshipsCandidateDataSchemaTypeEnum = {
26
+ Candidates: 'candidates'
27
+ };
28
+ /**
29
+ * Check if a given object implements the AttemptRelationshipsCandidateDataSchema interface.
30
+ */
31
+ function instanceOfAttemptRelationshipsCandidateDataSchema(value) {
32
+ return true;
33
+ }
34
+ function AttemptRelationshipsCandidateDataSchemaFromJSON(json) {
35
+ return AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json, false);
36
+ }
37
+ function AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'type': json['type'] == null ? undefined : json['type'],
43
+ 'id': json['id'] == null ? undefined : json['id'],
44
+ };
45
+ }
46
+ function AttemptRelationshipsCandidateDataSchemaToJSON(json) {
47
+ return AttemptRelationshipsCandidateDataSchemaToJSONTyped(json, false);
48
+ }
49
+ function AttemptRelationshipsCandidateDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'type': value['type'],
55
+ 'id': value['id'],
56
+ };
57
+ }
58
+ //# sourceMappingURL=AttemptRelationshipsCandidateDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsCandidateDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AA7CD;;GAEG;AACU,QAAA,+CAA+C,GAAG;IAC3D,UAAU,EAAE,YAAY;CAClB,CAAC;AAIX;;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,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;KACpD,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { AttemptRelationshipsCandidateDataSchema } from './AttemptRelationshipsCandidateDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AttemptRelationshipsCandidateSchema
17
+ */
18
+ export interface AttemptRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {AttemptRelationshipsCandidateDataSchema}
22
+ * @memberof AttemptRelationshipsCandidateSchema
23
+ */
24
+ data?: AttemptRelationshipsCandidateDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the AttemptRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfAttemptRelationshipsCandidateSchema(value: object): value is AttemptRelationshipsCandidateSchema;
30
+ export declare function AttemptRelationshipsCandidateSchemaFromJSON(json: any): AttemptRelationshipsCandidateSchema;
31
+ export declare function AttemptRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsCandidateSchema;
32
+ export declare function AttemptRelationshipsCandidateSchemaToJSON(json: any): AttemptRelationshipsCandidateSchema;
33
+ export declare function AttemptRelationshipsCandidateSchemaToJSONTyped(value?: AttemptRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=AttemptRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,GAAG,IAAI,CAAC;CACzD;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,CAQ7I;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,CAS5J"}
@@ -0,0 +1,50 @@
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.instanceOfAttemptRelationshipsCandidateSchema = instanceOfAttemptRelationshipsCandidateSchema;
17
+ exports.AttemptRelationshipsCandidateSchemaFromJSON = AttemptRelationshipsCandidateSchemaFromJSON;
18
+ exports.AttemptRelationshipsCandidateSchemaFromJSONTyped = AttemptRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.AttemptRelationshipsCandidateSchemaToJSON = AttemptRelationshipsCandidateSchemaToJSON;
20
+ exports.AttemptRelationshipsCandidateSchemaToJSONTyped = AttemptRelationshipsCandidateSchemaToJSONTyped;
21
+ const AttemptRelationshipsCandidateDataSchema_1 = require("./AttemptRelationshipsCandidateDataSchema");
22
+ /**
23
+ * Check if a given object implements the AttemptRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfAttemptRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function AttemptRelationshipsCandidateSchemaFromJSON(json) {
29
+ return AttemptRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function AttemptRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, AttemptRelationshipsCandidateDataSchema_1.AttemptRelationshipsCandidateDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function AttemptRelationshipsCandidateSchemaToJSON(json) {
40
+ return AttemptRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function AttemptRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, AttemptRelationshipsCandidateDataSchema_1.AttemptRelationshipsCandidateDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=AttemptRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AAvDD,uGAKmD;AAgBnD;;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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3G,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,MAAM,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACvE,CAAC;AACN,CAAC"}