@smartytalent/api-client 0.1.33-dev.35 → 0.1.33-dev.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/AssessmentsApi.d.ts +28 -2
- package/dist/apis/AssessmentsApi.d.ts.map +1 -1
- package/dist/apis/AssessmentsApi.js +41 -3
- package/dist/apis/AssessmentsApi.js.map +1 -1
- package/dist/apis/AttemptsApi.d.ts +287 -0
- package/dist/apis/AttemptsApi.d.ts.map +1 -0
- package/dist/apis/AttemptsApi.js +651 -0
- package/dist/apis/AttemptsApi.js.map +1 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/AnswerFileSchema.d.ts +51 -0
- package/dist/models/AnswerFileSchema.d.ts.map +1 -0
- package/dist/models/AnswerFileSchema.js +55 -0
- package/dist/models/AnswerFileSchema.js.map +1 -0
- package/dist/models/AnswerSchema.d.ts +76 -0
- package/dist/models/AnswerSchema.d.ts.map +1 -0
- package/dist/models/AnswerSchema.js +73 -0
- package/dist/models/AnswerSchema.js.map +1 -0
- package/dist/models/AnswerSchemaValue.d.ts +31 -0
- package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
- package/dist/models/AnswerSchemaValue.js +73 -0
- package/dist/models/AnswerSchemaValue.js.map +1 -0
- package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
- package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
- package/dist/models/AnswerSchemaValueOneOf.js +51 -0
- package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
- package/dist/models/AssessmentAttributesSchema.d.ts +34 -19
- package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
- package/dist/models/AssessmentAttributesSchema.js +12 -10
- package/dist/models/AssessmentAttributesSchema.js.map +1 -1
- package/dist/models/AttemptAttributesSchema.d.ts +128 -0
- package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
- package/dist/models/AttemptAttributesSchema.js +92 -0
- package/dist/models/AttemptAttributesSchema.js.map +1 -0
- package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
- package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
- package/dist/models/AttemptEvaluationSchema.js +76 -0
- package/dist/models/AttemptEvaluationSchema.js.map +1 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
- package/dist/models/AttemptProctoringSchema.d.ts +51 -0
- package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
- package/dist/models/AttemptProctoringSchema.js +55 -0
- package/dist/models/AttemptProctoringSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
- package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
- package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsSchema.d.ts +55 -0
- package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsSchema.js +59 -0
- package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
- package/dist/models/AttemptResourceSchema.d.ts +75 -0
- package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
- package/dist/models/AttemptResourceSchema.js +75 -0
- package/dist/models/AttemptResourceSchema.js.map +1 -0
- package/dist/models/AttemptSchema.d.ts +49 -0
- package/dist/models/AttemptSchema.d.ts.map +1 -0
- package/dist/models/AttemptSchema.js +55 -0
- package/dist/models/AttemptSchema.js.map +1 -0
- package/dist/models/AttemptsSchema.d.ts +48 -0
- package/dist/models/AttemptsSchema.d.ts.map +1 -0
- package/dist/models/AttemptsSchema.js +56 -0
- package/dist/models/AttemptsSchema.js.map +1 -0
- package/dist/models/CreateAttemptRequest.d.ts +34 -0
- package/dist/models/CreateAttemptRequest.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequest.js +52 -0
- package/dist/models/CreateAttemptRequest.js.map +1 -0
- package/dist/models/CreateAttemptRequestData.d.ts +54 -0
- package/dist/models/CreateAttemptRequestData.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestData.js +66 -0
- package/dist/models/CreateAttemptRequestData.js.map +1 -0
- package/dist/models/CreateAttemptRequestDataAttributes.d.ts +45 -0
- package/dist/models/CreateAttemptRequestDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestDataAttributes.js +53 -0
- package/dist/models/CreateAttemptRequestDataAttributes.js.map +1 -0
- package/dist/models/CreateAttemptRequestDataRelationships.d.ts +45 -0
- package/dist/models/CreateAttemptRequestDataRelationships.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestDataRelationships.js +57 -0
- package/dist/models/CreateAttemptRequestDataRelationships.js.map +1 -0
- package/dist/models/GuestAttemptSchema.d.ts +51 -0
- package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
- package/dist/models/GuestAttemptSchema.js +56 -0
- package/dist/models/GuestAttemptSchema.js.map +1 -0
- package/dist/models/GuestMetaSchema.d.ts +43 -0
- package/dist/models/GuestMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestMetaSchema.js +55 -0
- package/dist/models/GuestMetaSchema.js.map +1 -0
- package/dist/models/QuestionSchema.d.ts +190 -0
- package/dist/models/QuestionSchema.d.ts.map +1 -0
- package/dist/models/QuestionSchema.js +112 -0
- package/dist/models/QuestionSchema.js.map +1 -0
- package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
- package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
- package/dist/models/QuestionSchemaOptionsInner.js +53 -0
- package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
- package/dist/models/StartGuestAttemptRequest.d.ts +41 -0
- package/dist/models/StartGuestAttemptRequest.d.ts.map +1 -0
- package/dist/models/StartGuestAttemptRequest.js +57 -0
- package/dist/models/StartGuestAttemptRequest.js.map +1 -0
- package/dist/models/StartGuestAttemptRequestData.d.ts +46 -0
- package/dist/models/StartGuestAttemptRequestData.d.ts.map +1 -0
- package/dist/models/StartGuestAttemptRequestData.js +62 -0
- package/dist/models/StartGuestAttemptRequestData.js.map +1 -0
- package/dist/models/UpdateAttemptRequest.d.ts +34 -0
- package/dist/models/UpdateAttemptRequest.d.ts.map +1 -0
- package/dist/models/UpdateAttemptRequest.js +52 -0
- package/dist/models/UpdateAttemptRequest.js.map +1 -0
- package/dist/models/UpdateAttemptRequestData.d.ts +58 -0
- package/dist/models/UpdateAttemptRequestData.d.ts.map +1 -0
- package/dist/models/UpdateAttemptRequestData.js +66 -0
- package/dist/models/UpdateAttemptRequestData.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequest.d.ts +41 -0
- package/dist/models/UpdateGuestAttemptRequest.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequest.js +57 -0
- package/dist/models/UpdateGuestAttemptRequest.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestData.d.ts +53 -0
- package/dist/models/UpdateGuestAttemptRequestData.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestData.js +65 -0
- package/dist/models/UpdateGuestAttemptRequestData.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributes.d.ts +53 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributes.js +61 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributes.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.d.ts +46 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.js +54 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInner.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.d.ts +51 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.js +55 -0
- package/dist/models/UpdateGuestAttemptRequestDataAttributesAnswersInnerFilesInner.js.map +1 -0
- package/dist/models/index.d.ts +37 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +37 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,47 @@
|
|
|
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 QuestionSchemaOptionsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface QuestionSchemaOptionsInner {
|
|
18
|
+
/**
|
|
19
|
+
* Stable option id - candidates' answers reference this.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof QuestionSchemaOptionsInner
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {{ [key: string]: string; }}
|
|
27
|
+
* @memberof QuestionSchemaOptionsInner
|
|
28
|
+
*/
|
|
29
|
+
text?: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Recruiter-only. Stripped server-side from guest responses.
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @memberof QuestionSchemaOptionsInner
|
|
36
|
+
*/
|
|
37
|
+
isCorrect?: boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the QuestionSchemaOptionsInner interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfQuestionSchemaOptionsInner(value: object): value is QuestionSchemaOptionsInner;
|
|
43
|
+
export declare function QuestionSchemaOptionsInnerFromJSON(json: any): QuestionSchemaOptionsInner;
|
|
44
|
+
export declare function QuestionSchemaOptionsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): QuestionSchemaOptionsInner;
|
|
45
|
+
export declare function QuestionSchemaOptionsInnerToJSON(json: any): QuestionSchemaOptionsInner;
|
|
46
|
+
export declare function QuestionSchemaOptionsInnerToJSONTyped(value?: QuestionSchemaOptionsInner | null, ignoreDiscriminator?: boolean): any;
|
|
47
|
+
//# sourceMappingURL=QuestionSchemaOptionsInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionSchemaOptionsInner.d.ts","sourceRoot":"","sources":["../../src/models/QuestionSchemaOptionsInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;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,CAU3H;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,CAW1I"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.instanceOfQuestionSchemaOptionsInner = instanceOfQuestionSchemaOptionsInner;
|
|
17
|
+
exports.QuestionSchemaOptionsInnerFromJSON = QuestionSchemaOptionsInnerFromJSON;
|
|
18
|
+
exports.QuestionSchemaOptionsInnerFromJSONTyped = QuestionSchemaOptionsInnerFromJSONTyped;
|
|
19
|
+
exports.QuestionSchemaOptionsInnerToJSON = QuestionSchemaOptionsInnerToJSON;
|
|
20
|
+
exports.QuestionSchemaOptionsInnerToJSONTyped = QuestionSchemaOptionsInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the QuestionSchemaOptionsInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfQuestionSchemaOptionsInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function QuestionSchemaOptionsInnerFromJSON(json) {
|
|
28
|
+
return QuestionSchemaOptionsInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function QuestionSchemaOptionsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
36
|
+
'text': json['text'] == null ? undefined : json['text'],
|
|
37
|
+
'isCorrect': json['isCorrect'] == null ? undefined : json['isCorrect'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function QuestionSchemaOptionsInnerToJSON(json) {
|
|
41
|
+
return QuestionSchemaOptionsInnerToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function QuestionSchemaOptionsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
'text': value['text'],
|
|
50
|
+
'isCorrect': value['isCorrect'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=QuestionSchemaOptionsInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionSchemaOptionsInner.js","sourceRoot":"","sources":["../../src/models/QuestionSchemaOptionsInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,oFAEC;AAED,gFAEC;AAED,0FAUC;AAED,4EAEC;AAED,sFAWC;AAtCD;;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,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACzE,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,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { GuestMetaSchema } from './GuestMetaSchema';
|
|
13
|
+
import type { StartGuestAttemptRequestData } from './StartGuestAttemptRequestData';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface StartGuestAttemptRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface StartGuestAttemptRequest {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {StartGuestAttemptRequestData}
|
|
23
|
+
* @memberof StartGuestAttemptRequest
|
|
24
|
+
*/
|
|
25
|
+
data: StartGuestAttemptRequestData;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GuestMetaSchema}
|
|
29
|
+
* @memberof StartGuestAttemptRequest
|
|
30
|
+
*/
|
|
31
|
+
meta: GuestMetaSchema;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the StartGuestAttemptRequest interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfStartGuestAttemptRequest(value: object): value is StartGuestAttemptRequest;
|
|
37
|
+
export declare function StartGuestAttemptRequestFromJSON(json: any): StartGuestAttemptRequest;
|
|
38
|
+
export declare function StartGuestAttemptRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartGuestAttemptRequest;
|
|
39
|
+
export declare function StartGuestAttemptRequestToJSON(json: any): StartGuestAttemptRequest;
|
|
40
|
+
export declare function StartGuestAttemptRequestToJSONTyped(value?: StartGuestAttemptRequest | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=StartGuestAttemptRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartGuestAttemptRequest.d.ts","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAOzD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,EAAE,4BAA4B,CAAC;IACnC;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAInG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CASvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtI"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.instanceOfStartGuestAttemptRequest = instanceOfStartGuestAttemptRequest;
|
|
17
|
+
exports.StartGuestAttemptRequestFromJSON = StartGuestAttemptRequestFromJSON;
|
|
18
|
+
exports.StartGuestAttemptRequestFromJSONTyped = StartGuestAttemptRequestFromJSONTyped;
|
|
19
|
+
exports.StartGuestAttemptRequestToJSON = StartGuestAttemptRequestToJSON;
|
|
20
|
+
exports.StartGuestAttemptRequestToJSONTyped = StartGuestAttemptRequestToJSONTyped;
|
|
21
|
+
const GuestMetaSchema_1 = require("./GuestMetaSchema");
|
|
22
|
+
const StartGuestAttemptRequestData_1 = require("./StartGuestAttemptRequestData");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the StartGuestAttemptRequest interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfStartGuestAttemptRequest(value) {
|
|
27
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('meta' in value) || value['meta'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function StartGuestAttemptRequestFromJSON(json) {
|
|
34
|
+
return StartGuestAttemptRequestFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function StartGuestAttemptRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'data': (0, StartGuestAttemptRequestData_1.StartGuestAttemptRequestDataFromJSON)(json['data']),
|
|
42
|
+
'meta': (0, GuestMetaSchema_1.GuestMetaSchemaFromJSON)(json['meta']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function StartGuestAttemptRequestToJSON(json) {
|
|
46
|
+
return StartGuestAttemptRequestToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function StartGuestAttemptRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'data': (0, StartGuestAttemptRequestData_1.StartGuestAttemptRequestDataToJSON)(value['data']),
|
|
54
|
+
'meta': (0, GuestMetaSchema_1.GuestMetaSchemaToJSON)(value['meta']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=StartGuestAttemptRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartGuestAttemptRequest.js","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,gFAIC;AAED,4EAEC;AAED,sFASC;AAED,wEAEC;AAED,kFAUC;AAxED,uDAK2B;AAE3B,iFAKwC;AAsBxC;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAA,mEAAoC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC1D,MAAM,EAAE,IAAA,yCAAuB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAChD,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACzD,MAAM,EAAE,IAAA,uCAAqB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC/C,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 StartGuestAttemptRequestData
|
|
16
|
+
*/
|
|
17
|
+
export interface StartGuestAttemptRequestData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {StartGuestAttemptRequestDataTypeEnum}
|
|
21
|
+
* @memberof StartGuestAttemptRequestData
|
|
22
|
+
*/
|
|
23
|
+
type: StartGuestAttemptRequestDataTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StartGuestAttemptRequestData
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const StartGuestAttemptRequestDataTypeEnum: {
|
|
35
|
+
readonly Attempts: "attempts";
|
|
36
|
+
};
|
|
37
|
+
export type StartGuestAttemptRequestDataTypeEnum = typeof StartGuestAttemptRequestDataTypeEnum[keyof typeof StartGuestAttemptRequestDataTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the StartGuestAttemptRequestData interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfStartGuestAttemptRequestData(value: object): value is StartGuestAttemptRequestData;
|
|
42
|
+
export declare function StartGuestAttemptRequestDataFromJSON(json: any): StartGuestAttemptRequestData;
|
|
43
|
+
export declare function StartGuestAttemptRequestDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartGuestAttemptRequestData;
|
|
44
|
+
export declare function StartGuestAttemptRequestDataToJSON(json: any): StartGuestAttemptRequestData;
|
|
45
|
+
export declare function StartGuestAttemptRequestDataToJSONTyped(value?: StartGuestAttemptRequestData | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=StartGuestAttemptRequestData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartGuestAttemptRequestData.d.ts","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequestData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,EAAE,oCAAoC,CAAC;IAC3C;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;CAEvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ;;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"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.StartGuestAttemptRequestDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfStartGuestAttemptRequestData = instanceOfStartGuestAttemptRequestData;
|
|
18
|
+
exports.StartGuestAttemptRequestDataFromJSON = StartGuestAttemptRequestDataFromJSON;
|
|
19
|
+
exports.StartGuestAttemptRequestDataFromJSONTyped = StartGuestAttemptRequestDataFromJSONTyped;
|
|
20
|
+
exports.StartGuestAttemptRequestDataToJSON = StartGuestAttemptRequestDataToJSON;
|
|
21
|
+
exports.StartGuestAttemptRequestDataToJSONTyped = StartGuestAttemptRequestDataToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.StartGuestAttemptRequestDataTypeEnum = {
|
|
26
|
+
Attempts: 'attempts'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the StartGuestAttemptRequestData interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfStartGuestAttemptRequestData(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function StartGuestAttemptRequestDataFromJSON(json) {
|
|
39
|
+
return StartGuestAttemptRequestDataFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function StartGuestAttemptRequestDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'id': json['id'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function StartGuestAttemptRequestDataToJSON(json) {
|
|
51
|
+
return StartGuestAttemptRequestDataToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function StartGuestAttemptRequestDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'type': value['type'],
|
|
59
|
+
'id': value['id'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=StartGuestAttemptRequestData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartGuestAttemptRequestData.js","sourceRoot":"","sources":["../../src/models/StartGuestAttemptRequestData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,wFAIC;AAED,oFAEC;AAED,8FASC;AAED,gFAEC;AAED,0FAUC;AA/CD;;GAEG;AACU,QAAA,oCAAoC,GAAG;IAChD,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KACnB,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,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 { UpdateAttemptRequestData } from './UpdateAttemptRequestData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateAttemptRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAttemptRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateAttemptRequestData}
|
|
22
|
+
* @memberof UpdateAttemptRequest
|
|
23
|
+
*/
|
|
24
|
+
data: UpdateAttemptRequestData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the UpdateAttemptRequest interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfUpdateAttemptRequest(value: object): value is UpdateAttemptRequest;
|
|
30
|
+
export declare function UpdateAttemptRequestFromJSON(json: any): UpdateAttemptRequest;
|
|
31
|
+
export declare function UpdateAttemptRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateAttemptRequest;
|
|
32
|
+
export declare function UpdateAttemptRequestToJSON(json: any): UpdateAttemptRequest;
|
|
33
|
+
export declare function UpdateAttemptRequestToJSONTyped(value?: UpdateAttemptRequest | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=UpdateAttemptRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttemptRequest.d.ts","sourceRoot":"","sources":["../../src/models/UpdateAttemptRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,wBAAwB,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAG3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAQ/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9H"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfUpdateAttemptRequest = instanceOfUpdateAttemptRequest;
|
|
17
|
+
exports.UpdateAttemptRequestFromJSON = UpdateAttemptRequestFromJSON;
|
|
18
|
+
exports.UpdateAttemptRequestFromJSONTyped = UpdateAttemptRequestFromJSONTyped;
|
|
19
|
+
exports.UpdateAttemptRequestToJSON = UpdateAttemptRequestToJSON;
|
|
20
|
+
exports.UpdateAttemptRequestToJSONTyped = UpdateAttemptRequestToJSONTyped;
|
|
21
|
+
const UpdateAttemptRequestData_1 = require("./UpdateAttemptRequestData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateAttemptRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateAttemptRequest(value) {
|
|
26
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function UpdateAttemptRequestFromJSON(json) {
|
|
31
|
+
return UpdateAttemptRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function UpdateAttemptRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': (0, UpdateAttemptRequestData_1.UpdateAttemptRequestDataFromJSON)(json['data']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function UpdateAttemptRequestToJSON(json) {
|
|
42
|
+
return UpdateAttemptRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateAttemptRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'data': (0, UpdateAttemptRequestData_1.UpdateAttemptRequestDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=UpdateAttemptRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttemptRequest.js","sourceRoot":"","sources":["../../src/models/UpdateAttemptRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wEAGC;AAED,oEAEC;AAED,8EAQC;AAED,gEAEC;AAED,0EASC;AAxDD,yEAKoC;AAgBpC;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAA,2DAAgC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACzD,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 UpdateAttemptRequestData
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateAttemptRequestData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {UpdateAttemptRequestDataTypeEnum}
|
|
21
|
+
* @memberof UpdateAttemptRequestData
|
|
22
|
+
*/
|
|
23
|
+
type: UpdateAttemptRequestDataTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateAttemptRequestData
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {object}
|
|
33
|
+
* @memberof UpdateAttemptRequestData
|
|
34
|
+
*/
|
|
35
|
+
attributes?: object;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {object}
|
|
39
|
+
* @memberof UpdateAttemptRequestData
|
|
40
|
+
*/
|
|
41
|
+
relationships?: object;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export declare const UpdateAttemptRequestDataTypeEnum: {
|
|
47
|
+
readonly Attempts: "attempts";
|
|
48
|
+
};
|
|
49
|
+
export type UpdateAttemptRequestDataTypeEnum = typeof UpdateAttemptRequestDataTypeEnum[keyof typeof UpdateAttemptRequestDataTypeEnum];
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the UpdateAttemptRequestData interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfUpdateAttemptRequestData(value: object): value is UpdateAttemptRequestData;
|
|
54
|
+
export declare function UpdateAttemptRequestDataFromJSON(json: any): UpdateAttemptRequestData;
|
|
55
|
+
export declare function UpdateAttemptRequestDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateAttemptRequestData;
|
|
56
|
+
export declare function UpdateAttemptRequestDataToJSON(json: any): UpdateAttemptRequestData;
|
|
57
|
+
export declare function UpdateAttemptRequestDataToJSONTyped(value?: UpdateAttemptRequestData | null, ignoreDiscriminator?: boolean): any;
|
|
58
|
+
//# sourceMappingURL=UpdateAttemptRequestData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttemptRequestData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateAttemptRequestData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,EAAE,gCAAgC,CAAC;IACvC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;CAEnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAInG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAWvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYtI"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.UpdateAttemptRequestDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateAttemptRequestData = instanceOfUpdateAttemptRequestData;
|
|
18
|
+
exports.UpdateAttemptRequestDataFromJSON = UpdateAttemptRequestDataFromJSON;
|
|
19
|
+
exports.UpdateAttemptRequestDataFromJSONTyped = UpdateAttemptRequestDataFromJSONTyped;
|
|
20
|
+
exports.UpdateAttemptRequestDataToJSON = UpdateAttemptRequestDataToJSON;
|
|
21
|
+
exports.UpdateAttemptRequestDataToJSONTyped = UpdateAttemptRequestDataToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.UpdateAttemptRequestDataTypeEnum = {
|
|
26
|
+
Attempts: 'attempts'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the UpdateAttemptRequestData interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfUpdateAttemptRequestData(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function UpdateAttemptRequestDataFromJSON(json) {
|
|
39
|
+
return UpdateAttemptRequestDataFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function UpdateAttemptRequestDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'id': json['id'],
|
|
48
|
+
'attributes': json['attributes'] == null ? undefined : json['attributes'],
|
|
49
|
+
'relationships': json['relationships'] == null ? undefined : json['relationships'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function UpdateAttemptRequestDataToJSON(json) {
|
|
53
|
+
return UpdateAttemptRequestDataToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function UpdateAttemptRequestDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'type': value['type'],
|
|
61
|
+
'id': value['id'],
|
|
62
|
+
'attributes': value['attributes'],
|
|
63
|
+
'relationships': value['relationships'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=UpdateAttemptRequestData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttemptRequestData.js","sourceRoot":"","sources":["../../src/models/UpdateAttemptRequestData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAgDH,gFAIC;AAED,4EAEC;AAED,sFAWC;AAED,wEAEC;AAED,kFAYC;AAnDD;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;KACrF,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;KAC1C,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { UpdateGuestAttemptRequestData } from './UpdateGuestAttemptRequestData';
|
|
13
|
+
import type { GuestMetaSchema } from './GuestMetaSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface UpdateGuestAttemptRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateGuestAttemptRequest {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {UpdateGuestAttemptRequestData}
|
|
23
|
+
* @memberof UpdateGuestAttemptRequest
|
|
24
|
+
*/
|
|
25
|
+
data: UpdateGuestAttemptRequestData;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GuestMetaSchema}
|
|
29
|
+
* @memberof UpdateGuestAttemptRequest
|
|
30
|
+
*/
|
|
31
|
+
meta: GuestMetaSchema;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the UpdateGuestAttemptRequest interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfUpdateGuestAttemptRequest(value: object): value is UpdateGuestAttemptRequest;
|
|
37
|
+
export declare function UpdateGuestAttemptRequestFromJSON(json: any): UpdateGuestAttemptRequest;
|
|
38
|
+
export declare function UpdateGuestAttemptRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateGuestAttemptRequest;
|
|
39
|
+
export declare function UpdateGuestAttemptRequestToJSON(json: any): UpdateGuestAttemptRequest;
|
|
40
|
+
export declare function UpdateGuestAttemptRequestToJSONTyped(value?: UpdateGuestAttemptRequest | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=UpdateGuestAttemptRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateGuestAttemptRequest.d.ts","sourceRoot":"","sources":["../../src/models/UpdateGuestAttemptRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAQzD;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,EAAE,6BAA6B,CAAC;IACpC;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAIrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxI"}
|