@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
@@ -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.instanceOfAttemptRelationshipsJobSchema = instanceOfAttemptRelationshipsJobSchema;
17
+ exports.AttemptRelationshipsJobSchemaFromJSON = AttemptRelationshipsJobSchemaFromJSON;
18
+ exports.AttemptRelationshipsJobSchemaFromJSONTyped = AttemptRelationshipsJobSchemaFromJSONTyped;
19
+ exports.AttemptRelationshipsJobSchemaToJSON = AttemptRelationshipsJobSchemaToJSON;
20
+ exports.AttemptRelationshipsJobSchemaToJSONTyped = AttemptRelationshipsJobSchemaToJSONTyped;
21
+ const AttemptRelationshipsJobDataSchema_1 = require("./AttemptRelationshipsJobDataSchema");
22
+ /**
23
+ * Check if a given object implements the AttemptRelationshipsJobSchema interface.
24
+ */
25
+ function instanceOfAttemptRelationshipsJobSchema(value) {
26
+ return true;
27
+ }
28
+ function AttemptRelationshipsJobSchemaFromJSON(json) {
29
+ return AttemptRelationshipsJobSchemaFromJSONTyped(json, false);
30
+ }
31
+ function AttemptRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, AttemptRelationshipsJobDataSchema_1.AttemptRelationshipsJobDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function AttemptRelationshipsJobSchemaToJSON(json) {
40
+ return AttemptRelationshipsJobSchemaToJSONTyped(json, false);
41
+ }
42
+ function AttemptRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, AttemptRelationshipsJobDataSchema_1.AttemptRelationshipsJobDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=AttemptRelationshipsJobSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,0FAEC;AAED,sFAEC;AAED,gGAQC;AAED,kFAEC;AAED,4FASC;AAvDD,2FAK6C;AAgB7C;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,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,6EAAyC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACrG,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACjE,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 AttemptRelationshipsReportDataSchema
16
+ */
17
+ export interface AttemptRelationshipsReportDataSchema {
18
+ /**
19
+ *
20
+ * @type {AttemptRelationshipsReportDataSchemaTypeEnum}
21
+ * @memberof AttemptRelationshipsReportDataSchema
22
+ */
23
+ type?: AttemptRelationshipsReportDataSchemaTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AttemptRelationshipsReportDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const AttemptRelationshipsReportDataSchemaTypeEnum: {
35
+ readonly Files: "files";
36
+ };
37
+ export type AttemptRelationshipsReportDataSchemaTypeEnum = typeof AttemptRelationshipsReportDataSchemaTypeEnum[keyof typeof AttemptRelationshipsReportDataSchemaTypeEnum];
38
+ /**
39
+ * Check if a given object implements the AttemptRelationshipsReportDataSchema interface.
40
+ */
41
+ export declare function instanceOfAttemptRelationshipsReportDataSchema(value: object): value is AttemptRelationshipsReportDataSchema;
42
+ export declare function AttemptRelationshipsReportDataSchemaFromJSON(json: any): AttemptRelationshipsReportDataSchema;
43
+ export declare function AttemptRelationshipsReportDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsReportDataSchema;
44
+ export declare function AttemptRelationshipsReportDataSchemaToJSON(json: any): AttemptRelationshipsReportDataSchema;
45
+ export declare function AttemptRelationshipsReportDataSchemaToJSONTyped(value?: AttemptRelationshipsReportDataSchema | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=AttemptRelationshipsReportDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsReportDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsReportDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,4CAA4C,CAAC;IACpD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,4CAA4C;;CAE/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAG1K;;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,CAS/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,CAU9J"}
@@ -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.AttemptRelationshipsReportDataSchemaTypeEnum = void 0;
17
+ exports.instanceOfAttemptRelationshipsReportDataSchema = instanceOfAttemptRelationshipsReportDataSchema;
18
+ exports.AttemptRelationshipsReportDataSchemaFromJSON = AttemptRelationshipsReportDataSchemaFromJSON;
19
+ exports.AttemptRelationshipsReportDataSchemaFromJSONTyped = AttemptRelationshipsReportDataSchemaFromJSONTyped;
20
+ exports.AttemptRelationshipsReportDataSchemaToJSON = AttemptRelationshipsReportDataSchemaToJSON;
21
+ exports.AttemptRelationshipsReportDataSchemaToJSONTyped = AttemptRelationshipsReportDataSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.AttemptRelationshipsReportDataSchemaTypeEnum = {
26
+ Files: 'files'
27
+ };
28
+ /**
29
+ * Check if a given object implements the AttemptRelationshipsReportDataSchema interface.
30
+ */
31
+ function instanceOfAttemptRelationshipsReportDataSchema(value) {
32
+ return true;
33
+ }
34
+ function AttemptRelationshipsReportDataSchemaFromJSON(json) {
35
+ return AttemptRelationshipsReportDataSchemaFromJSONTyped(json, false);
36
+ }
37
+ function AttemptRelationshipsReportDataSchemaFromJSONTyped(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 AttemptRelationshipsReportDataSchemaToJSON(json) {
47
+ return AttemptRelationshipsReportDataSchemaToJSONTyped(json, false);
48
+ }
49
+ function AttemptRelationshipsReportDataSchemaToJSONTyped(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=AttemptRelationshipsReportDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsReportDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsReportDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AA7CD;;GAEG;AACU,QAAA,4CAA4C,GAAG;IACxD,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;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,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,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,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 { AttemptRelationshipsReportDataSchema } from './AttemptRelationshipsReportDataSchema';
13
+ /**
14
+ * Generated PDF report for this attempt's evaluation. Populated post-evaluation.
15
+ * @export
16
+ * @interface AttemptRelationshipsReportSchema
17
+ */
18
+ export interface AttemptRelationshipsReportSchema {
19
+ /**
20
+ *
21
+ * @type {AttemptRelationshipsReportDataSchema}
22
+ * @memberof AttemptRelationshipsReportSchema
23
+ */
24
+ data?: AttemptRelationshipsReportDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the AttemptRelationshipsReportSchema interface.
28
+ */
29
+ export declare function instanceOfAttemptRelationshipsReportSchema(value: object): value is AttemptRelationshipsReportSchema;
30
+ export declare function AttemptRelationshipsReportSchemaFromJSON(json: any): AttemptRelationshipsReportSchema;
31
+ export declare function AttemptRelationshipsReportSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsReportSchema;
32
+ export declare function AttemptRelationshipsReportSchemaToJSON(json: any): AttemptRelationshipsReportSchema;
33
+ export declare function AttemptRelationshipsReportSchemaToJSONTyped(value?: AttemptRelationshipsReportSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=AttemptRelationshipsReportSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsReportSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsReportSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStJ"}
@@ -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.instanceOfAttemptRelationshipsReportSchema = instanceOfAttemptRelationshipsReportSchema;
17
+ exports.AttemptRelationshipsReportSchemaFromJSON = AttemptRelationshipsReportSchemaFromJSON;
18
+ exports.AttemptRelationshipsReportSchemaFromJSONTyped = AttemptRelationshipsReportSchemaFromJSONTyped;
19
+ exports.AttemptRelationshipsReportSchemaToJSON = AttemptRelationshipsReportSchemaToJSON;
20
+ exports.AttemptRelationshipsReportSchemaToJSONTyped = AttemptRelationshipsReportSchemaToJSONTyped;
21
+ const AttemptRelationshipsReportDataSchema_1 = require("./AttemptRelationshipsReportDataSchema");
22
+ /**
23
+ * Check if a given object implements the AttemptRelationshipsReportSchema interface.
24
+ */
25
+ function instanceOfAttemptRelationshipsReportSchema(value) {
26
+ return true;
27
+ }
28
+ function AttemptRelationshipsReportSchemaFromJSON(json) {
29
+ return AttemptRelationshipsReportSchemaFromJSONTyped(json, false);
30
+ }
31
+ function AttemptRelationshipsReportSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, AttemptRelationshipsReportDataSchema_1.AttemptRelationshipsReportDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function AttemptRelationshipsReportSchemaToJSON(json) {
40
+ return AttemptRelationshipsReportSchemaToJSONTyped(json, false);
41
+ }
42
+ function AttemptRelationshipsReportSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, AttemptRelationshipsReportDataSchema_1.AttemptRelationshipsReportDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=AttemptRelationshipsReportSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsReportSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsReportSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,iGAKgD;AAgBhD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,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,mFAA4C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxG,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,55 @@
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 { AttemptRelationshipsCandidateSchema } from './AttemptRelationshipsCandidateSchema';
13
+ import type { AttemptRelationshipsJobSchema } from './AttemptRelationshipsJobSchema';
14
+ import type { AttemptRelationshipsReportSchema } from './AttemptRelationshipsReportSchema';
15
+ import type { AttemptRelationshipsAssessmentSchema } from './AttemptRelationshipsAssessmentSchema';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface AttemptRelationshipsSchema
20
+ */
21
+ export interface AttemptRelationshipsSchema {
22
+ /**
23
+ *
24
+ * @type {AttemptRelationshipsAssessmentSchema}
25
+ * @memberof AttemptRelationshipsSchema
26
+ */
27
+ assessment?: AttemptRelationshipsAssessmentSchema;
28
+ /**
29
+ *
30
+ * @type {AttemptRelationshipsCandidateSchema}
31
+ * @memberof AttemptRelationshipsSchema
32
+ */
33
+ candidate?: AttemptRelationshipsCandidateSchema;
34
+ /**
35
+ *
36
+ * @type {AttemptRelationshipsJobSchema}
37
+ * @memberof AttemptRelationshipsSchema
38
+ */
39
+ job?: AttemptRelationshipsJobSchema;
40
+ /**
41
+ *
42
+ * @type {AttemptRelationshipsReportSchema}
43
+ * @memberof AttemptRelationshipsSchema
44
+ */
45
+ report?: AttemptRelationshipsReportSchema;
46
+ }
47
+ /**
48
+ * Check if a given object implements the AttemptRelationshipsSchema interface.
49
+ */
50
+ export declare function instanceOfAttemptRelationshipsSchema(value: object): value is AttemptRelationshipsSchema;
51
+ export declare function AttemptRelationshipsSchemaFromJSON(json: any): AttemptRelationshipsSchema;
52
+ export declare function AttemptRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsSchema;
53
+ export declare function AttemptRelationshipsSchemaToJSON(json: any): AttemptRelationshipsSchema;
54
+ export declare function AttemptRelationshipsSchemaToJSONTyped(value?: AttemptRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
55
+ //# sourceMappingURL=AttemptRelationshipsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD;;;;OAIG;IACH,SAAS,CAAC,EAAE,mCAAmC,CAAC;IAChD;;;;OAIG;IACH,GAAG,CAAC,EAAE,6BAA6B,CAAC;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC7C;AAED;;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,CAW3H;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,CAY1I"}
@@ -0,0 +1,59 @@
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.instanceOfAttemptRelationshipsSchema = instanceOfAttemptRelationshipsSchema;
17
+ exports.AttemptRelationshipsSchemaFromJSON = AttemptRelationshipsSchemaFromJSON;
18
+ exports.AttemptRelationshipsSchemaFromJSONTyped = AttemptRelationshipsSchemaFromJSONTyped;
19
+ exports.AttemptRelationshipsSchemaToJSON = AttemptRelationshipsSchemaToJSON;
20
+ exports.AttemptRelationshipsSchemaToJSONTyped = AttemptRelationshipsSchemaToJSONTyped;
21
+ const AttemptRelationshipsCandidateSchema_1 = require("./AttemptRelationshipsCandidateSchema");
22
+ const AttemptRelationshipsJobSchema_1 = require("./AttemptRelationshipsJobSchema");
23
+ const AttemptRelationshipsReportSchema_1 = require("./AttemptRelationshipsReportSchema");
24
+ const AttemptRelationshipsAssessmentSchema_1 = require("./AttemptRelationshipsAssessmentSchema");
25
+ /**
26
+ * Check if a given object implements the AttemptRelationshipsSchema interface.
27
+ */
28
+ function instanceOfAttemptRelationshipsSchema(value) {
29
+ return true;
30
+ }
31
+ function AttemptRelationshipsSchemaFromJSON(json) {
32
+ return AttemptRelationshipsSchemaFromJSONTyped(json, false);
33
+ }
34
+ function AttemptRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'assessment': json['assessment'] == null ? undefined : (0, AttemptRelationshipsAssessmentSchema_1.AttemptRelationshipsAssessmentSchemaFromJSON)(json['assessment']),
40
+ 'candidate': json['candidate'] == null ? undefined : (0, AttemptRelationshipsCandidateSchema_1.AttemptRelationshipsCandidateSchemaFromJSON)(json['candidate']),
41
+ 'job': json['job'] == null ? undefined : (0, AttemptRelationshipsJobSchema_1.AttemptRelationshipsJobSchemaFromJSON)(json['job']),
42
+ 'report': json['report'] == null ? undefined : (0, AttemptRelationshipsReportSchema_1.AttemptRelationshipsReportSchemaFromJSON)(json['report']),
43
+ };
44
+ }
45
+ function AttemptRelationshipsSchemaToJSON(json) {
46
+ return AttemptRelationshipsSchemaToJSONTyped(json, false);
47
+ }
48
+ function AttemptRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
49
+ if (value == null) {
50
+ return value;
51
+ }
52
+ return {
53
+ 'assessment': (0, AttemptRelationshipsAssessmentSchema_1.AttemptRelationshipsAssessmentSchemaToJSON)(value['assessment']),
54
+ 'candidate': (0, AttemptRelationshipsCandidateSchema_1.AttemptRelationshipsCandidateSchemaToJSON)(value['candidate']),
55
+ 'job': (0, AttemptRelationshipsJobSchema_1.AttemptRelationshipsJobSchemaToJSON)(value['job']),
56
+ 'report': (0, AttemptRelationshipsReportSchema_1.AttemptRelationshipsReportSchemaToJSON)(value['report']),
57
+ };
58
+ }
59
+ //# sourceMappingURL=AttemptRelationshipsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAmEH,oFAEC;AAED,gFAEC;AAED,0FAWC;AAED,4EAEC;AAED,sFAYC;AApGD,+FAK+C;AAE/C,mFAKyC;AAEzC,yFAK4C;AAE5C,iGAKgD;AAkChD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACvH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC3F,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC7E,WAAW,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC1E,KAAK,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACxD,QAAQ,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,75 @@
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 { AttemptRelationshipsSchema } from './AttemptRelationshipsSchema';
13
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
+ import type { AttemptAttributesSchema } from './AttemptAttributesSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface AttemptResourceSchema
19
+ */
20
+ export interface AttemptResourceSchema {
21
+ /**
22
+ *
23
+ * @type {AttemptResourceSchemaTypeEnum}
24
+ * @memberof AttemptResourceSchema
25
+ */
26
+ type: AttemptResourceSchemaTypeEnum;
27
+ /**
28
+ * Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
29
+ * @type {string}
30
+ * @memberof AttemptResourceSchema
31
+ */
32
+ id: string;
33
+ /**
34
+ *
35
+ * @type {AttemptAttributesSchema}
36
+ * @memberof AttemptResourceSchema
37
+ */
38
+ attributes: AttemptAttributesSchema;
39
+ /**
40
+ *
41
+ * @type {AttemptRelationshipsSchema}
42
+ * @memberof AttemptResourceSchema
43
+ */
44
+ relationships?: AttemptRelationshipsSchema;
45
+ /**
46
+ *
47
+ * @type {ResourceLinksSchema}
48
+ * @memberof AttemptResourceSchema
49
+ */
50
+ links?: ResourceLinksSchema;
51
+ /**
52
+ *
53
+ * @type {{ [key: string]: any; }}
54
+ * @memberof AttemptResourceSchema
55
+ */
56
+ meta?: {
57
+ [key: string]: any;
58
+ };
59
+ }
60
+ /**
61
+ * @export
62
+ */
63
+ export declare const AttemptResourceSchemaTypeEnum: {
64
+ readonly Attempts: "attempts";
65
+ };
66
+ export type AttemptResourceSchemaTypeEnum = typeof AttemptResourceSchemaTypeEnum[keyof typeof AttemptResourceSchemaTypeEnum];
67
+ /**
68
+ * Check if a given object implements the AttemptResourceSchema interface.
69
+ */
70
+ export declare function instanceOfAttemptResourceSchema(value: object): value is AttemptResourceSchema;
71
+ export declare function AttemptResourceSchemaFromJSON(json: any): AttemptResourceSchema;
72
+ export declare function AttemptResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptResourceSchema;
73
+ export declare function AttemptResourceSchemaToJSON(json: any): AttemptResourceSchema;
74
+ export declare function AttemptResourceSchemaToJSONTyped(value?: AttemptResourceSchema | null, ignoreDiscriminator?: boolean): any;
75
+ //# sourceMappingURL=AttemptResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAQzE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,EAAE,6BAA6B,CAAC;IACpC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,uBAAuB,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,6BAA6B;;CAEhC,CAAC;AACX,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,CAAC,CAAC;AAG7H;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAK7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAajH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAchI"}
@@ -0,0 +1,75 @@
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.AttemptResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfAttemptResourceSchema = instanceOfAttemptResourceSchema;
18
+ exports.AttemptResourceSchemaFromJSON = AttemptResourceSchemaFromJSON;
19
+ exports.AttemptResourceSchemaFromJSONTyped = AttemptResourceSchemaFromJSONTyped;
20
+ exports.AttemptResourceSchemaToJSON = AttemptResourceSchemaToJSON;
21
+ exports.AttemptResourceSchemaToJSONTyped = AttemptResourceSchemaToJSONTyped;
22
+ const AttemptRelationshipsSchema_1 = require("./AttemptRelationshipsSchema");
23
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
24
+ const AttemptAttributesSchema_1 = require("./AttemptAttributesSchema");
25
+ /**
26
+ * @export
27
+ */
28
+ exports.AttemptResourceSchemaTypeEnum = {
29
+ Attempts: 'attempts'
30
+ };
31
+ /**
32
+ * Check if a given object implements the AttemptResourceSchema interface.
33
+ */
34
+ function instanceOfAttemptResourceSchema(value) {
35
+ if (!('type' in value) || value['type'] === undefined)
36
+ return false;
37
+ if (!('id' in value) || value['id'] === undefined)
38
+ return false;
39
+ if (!('attributes' in value) || value['attributes'] === undefined)
40
+ return false;
41
+ return true;
42
+ }
43
+ function AttemptResourceSchemaFromJSON(json) {
44
+ return AttemptResourceSchemaFromJSONTyped(json, false);
45
+ }
46
+ function AttemptResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'type': json['type'],
52
+ 'id': json['id'],
53
+ 'attributes': (0, AttemptAttributesSchema_1.AttemptAttributesSchemaFromJSON)(json['attributes']),
54
+ 'relationships': json['relationships'] == null ? undefined : (0, AttemptRelationshipsSchema_1.AttemptRelationshipsSchemaFromJSON)(json['relationships']),
55
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
56
+ 'meta': json['meta'] == null ? undefined : json['meta'],
57
+ };
58
+ }
59
+ function AttemptResourceSchemaToJSON(json) {
60
+ return AttemptResourceSchemaToJSONTyped(json, false);
61
+ }
62
+ function AttemptResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'type': value['type'],
68
+ 'id': value['id'],
69
+ 'attributes': (0, AttemptAttributesSchema_1.AttemptAttributesSchemaToJSON)(value['attributes']),
70
+ 'relationships': (0, AttemptRelationshipsSchema_1.AttemptRelationshipsSchemaToJSON)(value['relationships']),
71
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
72
+ 'meta': value['meta'],
73
+ };
74
+ }
75
+ //# sourceMappingURL=AttemptResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptResourceSchema.js","sourceRoot":"","sources":["../../src/models/AttemptResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,0EAKC;AAED,sEAEC;AAED,gFAaC;AAED,kEAEC;AAED,4EAcC;AA1HD,6EAKsC;AAEtC,+DAK+B;AAE/B,uEAKmC;AA+CnC;;GAEG;AACU,QAAA,6BAA6B,GAAG;IACzC,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,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,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,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,IAAA,yDAA+B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACtH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,uDAA6B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAChE,eAAe,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACzE,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,49 @@
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 { ResourceLinksSchema } from './ResourceLinksSchema';
13
+ import type { AttemptResourceSchema } from './AttemptResourceSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface AttemptSchema
18
+ */
19
+ export interface AttemptSchema {
20
+ /**
21
+ *
22
+ * @type {AttemptResourceSchema}
23
+ * @memberof AttemptSchema
24
+ */
25
+ data?: AttemptResourceSchema;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof AttemptSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {{ [key: string]: any; }}
35
+ * @memberof AttemptSchema
36
+ */
37
+ meta?: {
38
+ [key: string]: any;
39
+ };
40
+ }
41
+ /**
42
+ * Check if a given object implements the AttemptSchema interface.
43
+ */
44
+ export declare function instanceOfAttemptSchema(value: object): value is AttemptSchema;
45
+ export declare function AttemptSchemaFromJSON(json: any): AttemptSchema;
46
+ export declare function AttemptSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptSchema;
47
+ export declare function AttemptSchemaToJSON(json: any): AttemptSchema;
48
+ export declare function AttemptSchemaToJSONTyped(value?: AttemptSchema | null, ignoreDiscriminator?: boolean): any;
49
+ //# sourceMappingURL=AttemptSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttemptSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAE7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAUjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhH"}