@smartytalent/api-client 0.7.12 → 0.8.0
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/SurveysApi.d.ts +156 -0
- package/dist/apis/SurveysApi.d.ts.map +1 -0
- package/dist/apis/SurveysApi.js +361 -0
- package/dist/apis/SurveysApi.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/GuestSurveyAttributesSchema.d.ts +98 -0
- package/dist/models/GuestSurveyAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyAttributesSchema.js +76 -0
- package/dist/models/GuestSurveyAttributesSchema.js.map +1 -0
- package/dist/models/GuestSurveyMetaSchema.d.ts +45 -0
- package/dist/models/GuestSurveyMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyMetaSchema.js +55 -0
- package/dist/models/GuestSurveyMetaSchema.js.map +1 -0
- package/dist/models/GuestSurveyResourceSchema.d.ts +53 -0
- package/dist/models/GuestSurveyResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyResourceSchema.js +61 -0
- package/dist/models/GuestSurveyResourceSchema.js.map +1 -0
- package/dist/models/GuestSurveySchema.d.ts +38 -0
- package/dist/models/GuestSurveySchema.d.ts.map +1 -0
- package/dist/models/GuestSurveySchema.js +50 -0
- package/dist/models/GuestSurveySchema.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBody.js +57 -0
- package/dist/models/SubmitGuestSurveyRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +39 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +53 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/SurveyAttributesSchema.d.ts +154 -0
- package/dist/models/SurveyAttributesSchema.d.ts.map +1 -0
- package/dist/models/SurveyAttributesSchema.js +92 -0
- package/dist/models/SurveyAttributesSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.js +50 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/SurveyRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsJobSchema.js +50 -0
- package/dist/models/SurveyRelationshipsJobSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsSchema.d.ts +41 -0
- package/dist/models/SurveyRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsSchema.js +53 -0
- package/dist/models/SurveyRelationshipsSchema.js.map +1 -0
- package/dist/models/SurveyResourceSchema.d.ts +75 -0
- package/dist/models/SurveyResourceSchema.d.ts.map +1 -0
- package/dist/models/SurveyResourceSchema.js +75 -0
- package/dist/models/SurveyResourceSchema.js.map +1 -0
- package/dist/models/SurveySchema.d.ts +49 -0
- package/dist/models/SurveySchema.d.ts.map +1 -0
- package/dist/models/SurveySchema.js +55 -0
- package/dist/models/SurveySchema.js.map +1 -0
- package/dist/models/SurveysSchema.d.ts +48 -0
- package/dist/models/SurveysSchema.d.ts.map +1 -0
- package/dist/models/SurveysSchema.js +56 -0
- package/dist/models/SurveysSchema.js.map +1 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +15 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfSurveyRelationshipsCandidateSchemaData = instanceOfSurveyRelationshipsCandidateSchemaData;
|
|
17
|
+
exports.SurveyRelationshipsCandidateSchemaDataFromJSON = SurveyRelationshipsCandidateSchemaDataFromJSON;
|
|
18
|
+
exports.SurveyRelationshipsCandidateSchemaDataFromJSONTyped = SurveyRelationshipsCandidateSchemaDataFromJSONTyped;
|
|
19
|
+
exports.SurveyRelationshipsCandidateSchemaDataToJSON = SurveyRelationshipsCandidateSchemaDataToJSON;
|
|
20
|
+
exports.SurveyRelationshipsCandidateSchemaDataToJSONTyped = SurveyRelationshipsCandidateSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SurveyRelationshipsCandidateSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSurveyRelationshipsCandidateSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SurveyRelationshipsCandidateSchemaDataFromJSON(json) {
|
|
28
|
+
return SurveyRelationshipsCandidateSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SurveyRelationshipsCandidateSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SurveyRelationshipsCandidateSchemaDataToJSON(json) {
|
|
40
|
+
return SurveyRelationshipsCandidateSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SurveyRelationshipsCandidateSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=SurveyRelationshipsCandidateSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyRelationshipsCandidateSchemaData.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsCandidateSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,4GAEC;AAED,wGAEC;AAED,kHASC;AAED,oGAEC;AAED,8GAUC;AApCD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,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,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,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 { FeedbackRelationshipsJobsSchemaData } from './FeedbackRelationshipsJobsSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SurveyRelationshipsJobSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface SurveyRelationshipsJobSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FeedbackRelationshipsJobsSchemaData}
|
|
22
|
+
* @memberof SurveyRelationshipsJobSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: FeedbackRelationshipsJobsSchemaData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SurveyRelationshipsJobSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSurveyRelationshipsJobSchema(value: object): value is SurveyRelationshipsJobSchema;
|
|
30
|
+
export declare function SurveyRelationshipsJobSchemaFromJSON(json: any): SurveyRelationshipsJobSchema;
|
|
31
|
+
export declare function SurveyRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsJobSchema;
|
|
32
|
+
export declare function SurveyRelationshipsJobSchemaToJSON(json: any): SurveyRelationshipsJobSchema;
|
|
33
|
+
export declare function SurveyRelationshipsJobSchemaToJSONTyped(value?: SurveyRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SurveyRelationshipsJobSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/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,CAS9I"}
|
|
@@ -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.instanceOfSurveyRelationshipsJobSchema = instanceOfSurveyRelationshipsJobSchema;
|
|
17
|
+
exports.SurveyRelationshipsJobSchemaFromJSON = SurveyRelationshipsJobSchemaFromJSON;
|
|
18
|
+
exports.SurveyRelationshipsJobSchemaFromJSONTyped = SurveyRelationshipsJobSchemaFromJSONTyped;
|
|
19
|
+
exports.SurveyRelationshipsJobSchemaToJSON = SurveyRelationshipsJobSchemaToJSON;
|
|
20
|
+
exports.SurveyRelationshipsJobSchemaToJSONTyped = SurveyRelationshipsJobSchemaToJSONTyped;
|
|
21
|
+
const FeedbackRelationshipsJobsSchemaData_1 = require("./FeedbackRelationshipsJobsSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SurveyRelationshipsJobSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSurveyRelationshipsJobSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SurveyRelationshipsJobSchemaFromJSON(json) {
|
|
29
|
+
return SurveyRelationshipsJobSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SurveyRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SurveyRelationshipsJobSchemaToJSON(json) {
|
|
40
|
+
return SurveyRelationshipsJobSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SurveyRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=SurveyRelationshipsJobSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,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,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,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 { SurveyRelationshipsJobSchema } from './SurveyRelationshipsJobSchema';
|
|
13
|
+
import type { SurveyRelationshipsCandidateSchema } from './SurveyRelationshipsCandidateSchema';
|
|
14
|
+
/**
|
|
15
|
+
* Recruiter-only. Never present on the guest surface.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SurveyRelationshipsSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface SurveyRelationshipsSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {SurveyRelationshipsCandidateSchema}
|
|
23
|
+
* @memberof SurveyRelationshipsSchema
|
|
24
|
+
*/
|
|
25
|
+
candidate?: SurveyRelationshipsCandidateSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SurveyRelationshipsJobSchema}
|
|
29
|
+
* @memberof SurveyRelationshipsSchema
|
|
30
|
+
*/
|
|
31
|
+
job?: SurveyRelationshipsJobSchema;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the SurveyRelationshipsSchema interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfSurveyRelationshipsSchema(value: object): value is SurveyRelationshipsSchema;
|
|
37
|
+
export declare function SurveyRelationshipsSchemaFromJSON(json: any): SurveyRelationshipsSchema;
|
|
38
|
+
export declare function SurveyRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsSchema;
|
|
39
|
+
export declare function SurveyRelationshipsSchemaToJSON(json: any): SurveyRelationshipsSchema;
|
|
40
|
+
export declare function SurveyRelationshipsSchemaToJSONTyped(value?: SurveyRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=SurveyRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;IAC/C;;;;OAIG;IACH,GAAG,CAAC,EAAE,4BAA4B,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;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"}
|
|
@@ -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.instanceOfSurveyRelationshipsSchema = instanceOfSurveyRelationshipsSchema;
|
|
17
|
+
exports.SurveyRelationshipsSchemaFromJSON = SurveyRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.SurveyRelationshipsSchemaFromJSONTyped = SurveyRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.SurveyRelationshipsSchemaToJSON = SurveyRelationshipsSchemaToJSON;
|
|
20
|
+
exports.SurveyRelationshipsSchemaToJSONTyped = SurveyRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const SurveyRelationshipsJobSchema_1 = require("./SurveyRelationshipsJobSchema");
|
|
22
|
+
const SurveyRelationshipsCandidateSchema_1 = require("./SurveyRelationshipsCandidateSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the SurveyRelationshipsSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfSurveyRelationshipsSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function SurveyRelationshipsSchemaFromJSON(json) {
|
|
30
|
+
return SurveyRelationshipsSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function SurveyRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'candidate': json['candidate'] == null ? undefined : (0, SurveyRelationshipsCandidateSchema_1.SurveyRelationshipsCandidateSchemaFromJSON)(json['candidate']),
|
|
38
|
+
'job': json['job'] == null ? undefined : (0, SurveyRelationshipsJobSchema_1.SurveyRelationshipsJobSchemaFromJSON)(json['job']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function SurveyRelationshipsSchemaToJSON(json) {
|
|
42
|
+
return SurveyRelationshipsSchemaToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function SurveyRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'candidate': (0, SurveyRelationshipsCandidateSchema_1.SurveyRelationshipsCandidateSchemaToJSON)(value['candidate']),
|
|
50
|
+
'job': (0, SurveyRelationshipsJobSchema_1.SurveyRelationshipsJobSchemaToJSON)(value['job']),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=SurveyRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,kFAEC;AAED,8EAEC;AAED,wFASC;AAED,0EAEC;AAED,oFAUC;AAtED,iFAKwC;AAExC,6FAK8C;AAsB9C;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAClH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mEAAoC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7F,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACzE,KAAK,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;KAC1D,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 { SurveyRelationshipsSchema } from './SurveyRelationshipsSchema';
|
|
13
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
+
import type { SurveyAttributesSchema } from './SurveyAttributesSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SurveyResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface SurveyResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {SurveyResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof SurveyResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: SurveyResourceSchemaTypeEnum;
|
|
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 SurveyResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {SurveyAttributesSchema}
|
|
36
|
+
* @memberof SurveyResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: SurveyAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {SurveyRelationshipsSchema}
|
|
42
|
+
* @memberof SurveyResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: SurveyRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof SurveyResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof SurveyResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const SurveyResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Surveys: "surveys";
|
|
65
|
+
};
|
|
66
|
+
export type SurveyResourceSchemaTypeEnum = typeof SurveyResourceSchemaTypeEnum[keyof typeof SurveyResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the SurveyResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfSurveyResourceSchema(value: object): value is SurveyResourceSchema;
|
|
71
|
+
export declare function SurveyResourceSchemaFromJSON(json: any): SurveyResourceSchema;
|
|
72
|
+
export declare function SurveyResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyResourceSchema;
|
|
73
|
+
export declare function SurveyResourceSchemaToJSON(json: any): SurveyResourceSchema;
|
|
74
|
+
export declare function SurveyResourceSchemaToJSONTyped(value?: SurveyResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=SurveyResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAO7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,4BAA4B,CAAC;IACnC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,sBAAsB,CAAC;IACnC;;;;OAIG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;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,4BAA4B;;CAE/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAG1H;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAK3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAa/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,CAc9H"}
|
|
@@ -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.SurveyResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfSurveyResourceSchema = instanceOfSurveyResourceSchema;
|
|
18
|
+
exports.SurveyResourceSchemaFromJSON = SurveyResourceSchemaFromJSON;
|
|
19
|
+
exports.SurveyResourceSchemaFromJSONTyped = SurveyResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.SurveyResourceSchemaToJSON = SurveyResourceSchemaToJSON;
|
|
21
|
+
exports.SurveyResourceSchemaToJSONTyped = SurveyResourceSchemaToJSONTyped;
|
|
22
|
+
const SurveyRelationshipsSchema_1 = require("./SurveyRelationshipsSchema");
|
|
23
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
24
|
+
const SurveyAttributesSchema_1 = require("./SurveyAttributesSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.SurveyResourceSchemaTypeEnum = {
|
|
29
|
+
Surveys: 'surveys'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SurveyResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfSurveyResourceSchema(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 SurveyResourceSchemaFromJSON(json) {
|
|
44
|
+
return SurveyResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function SurveyResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, SurveyAttributesSchema_1.SurveyAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, SurveyRelationshipsSchema_1.SurveyRelationshipsSchemaFromJSON)(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 SurveyResourceSchemaToJSON(json) {
|
|
60
|
+
return SurveyResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function SurveyResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, SurveyAttributesSchema_1.SurveyAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, SurveyRelationshipsSchema_1.SurveyRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=SurveyResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveyResourceSchema.js","sourceRoot":"","sources":["../../src/models/SurveyResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,wEAKC;AAED,oEAEC;AAED,8EAaC;AAED,gEAEC;AAED,0EAcC;AA1HD,2EAKqC;AAErC,+DAK+B;AAE/B,qEAKkC;AA+ClC;;GAEG;AACU,QAAA,4BAA4B,GAAG;IACxC,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;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,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,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,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,uDAA8B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAChE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6DAAiC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACrH,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,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,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC/D,eAAe,EAAE,IAAA,2DAA+B,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACxE,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 { SurveyResourceSchema } from './SurveyResourceSchema';
|
|
13
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SurveySchema
|
|
18
|
+
*/
|
|
19
|
+
export interface SurveySchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {SurveyResourceSchema}
|
|
23
|
+
* @memberof SurveySchema
|
|
24
|
+
*/
|
|
25
|
+
data?: SurveyResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof SurveySchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof SurveySchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the SurveySchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfSurveySchema(value: object): value is SurveySchema;
|
|
45
|
+
export declare function SurveySchemaFromJSON(json: any): SurveySchema;
|
|
46
|
+
export declare function SurveySchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveySchema;
|
|
47
|
+
export declare function SurveySchemaToJSON(json: any): SurveySchema;
|
|
48
|
+
export declare function SurveySchemaToJSONTyped(value?: SurveySchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=SurveySchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveySchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveySchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B;;;;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,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAU/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW9G"}
|
|
@@ -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.instanceOfSurveySchema = instanceOfSurveySchema;
|
|
17
|
+
exports.SurveySchemaFromJSON = SurveySchemaFromJSON;
|
|
18
|
+
exports.SurveySchemaFromJSONTyped = SurveySchemaFromJSONTyped;
|
|
19
|
+
exports.SurveySchemaToJSON = SurveySchemaToJSON;
|
|
20
|
+
exports.SurveySchemaToJSONTyped = SurveySchemaToJSONTyped;
|
|
21
|
+
const SurveyResourceSchema_1 = require("./SurveyResourceSchema");
|
|
22
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the SurveySchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfSurveySchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function SurveySchemaFromJSON(json) {
|
|
30
|
+
return SurveySchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function SurveySchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, SurveyResourceSchema_1.SurveyResourceSchemaFromJSON)(json['data']),
|
|
38
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
39
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function SurveySchemaToJSON(json) {
|
|
43
|
+
return SurveySchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function SurveySchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, SurveyResourceSchema_1.SurveyResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=SurveySchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveySchema.js","sourceRoot":"","sources":["../../src/models/SurveySchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,wDAEC;AAED,oDAEC;AAED,8DAUC;AAED,gDAEC;AAED,0DAWC;AA9ED,iEAKgC;AAEhC,+DAK+B;AA4B/B;;GAEG;AACH,SAAgB,sBAAsB,CAAC,KAAa;IAChD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,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,mDAA4B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACrF,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,kBAAkB,CAAC,IAAS;IACxC,OAAO,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC;AAED,SAAgB,uBAAuB,CAAC,KAA2B,EAAE,sBAA+B,KAAK;IACrG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACjD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { ResourcesMetaSchema } from './ResourcesMetaSchema';
|
|
13
|
+
import type { SurveyResourceSchema } from './SurveyResourceSchema';
|
|
14
|
+
import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SurveysSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface SurveysSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<SurveyResourceSchema>}
|
|
24
|
+
* @memberof SurveysSchema
|
|
25
|
+
*/
|
|
26
|
+
data?: Array<SurveyResourceSchema>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ResourcesLinksSchema}
|
|
30
|
+
* @memberof SurveysSchema
|
|
31
|
+
*/
|
|
32
|
+
links?: ResourcesLinksSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ResourcesMetaSchema}
|
|
36
|
+
* @memberof SurveysSchema
|
|
37
|
+
*/
|
|
38
|
+
meta?: ResourcesMetaSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the SurveysSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfSurveysSchema(value: object): value is SurveysSchema;
|
|
44
|
+
export declare function SurveysSchemaFromJSON(json: any): SurveysSchema;
|
|
45
|
+
export declare function SurveysSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveysSchema;
|
|
46
|
+
export declare function SurveysSchemaToJSON(json: any): SurveysSchema;
|
|
47
|
+
export declare function SurveysSchemaToJSONTyped(value?: SurveysSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=SurveysSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveysSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveysSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACnC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;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"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.instanceOfSurveysSchema = instanceOfSurveysSchema;
|
|
17
|
+
exports.SurveysSchemaFromJSON = SurveysSchemaFromJSON;
|
|
18
|
+
exports.SurveysSchemaFromJSONTyped = SurveysSchemaFromJSONTyped;
|
|
19
|
+
exports.SurveysSchemaToJSON = SurveysSchemaToJSON;
|
|
20
|
+
exports.SurveysSchemaToJSONTyped = SurveysSchemaToJSONTyped;
|
|
21
|
+
const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
|
|
22
|
+
const SurveyResourceSchema_1 = require("./SurveyResourceSchema");
|
|
23
|
+
const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the SurveysSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfSurveysSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function SurveysSchemaFromJSON(json) {
|
|
31
|
+
return SurveysSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function SurveysSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SurveyResourceSchema_1.SurveyResourceSchemaFromJSON)),
|
|
39
|
+
'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
|
|
40
|
+
'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function SurveysSchemaToJSON(json) {
|
|
44
|
+
return SurveysSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function SurveysSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SurveyResourceSchema_1.SurveyResourceSchemaToJSON)),
|
|
52
|
+
'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
|
|
53
|
+
'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=SurveysSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveysSchema.js","sourceRoot":"","sources":["../../src/models/SurveysSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,0DAEC;AAED,sDAEC;AAED,gEAUC;AAED,kDAEC;AAED,4DAWC;AArFD,+DAK+B;AAE/B,iEAKgC;AAEhC,iEAKgC;AA4BhC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,KAAa;IACjD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS,EAAE,mBAA4B;IAC9E,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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,mDAA4B,CAAC,CAAC;QAC3G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvF,CAAC;AACN,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,KAA4B,EAAE,sBAA+B,KAAK;IACvG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,iDAA0B,CAAC,CAAC;QAC3G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnD,CAAC;AACN,CAAC"}
|