@smartytalent/api-client 0.8.1 → 0.8.3
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/DocumentsApi.d.ts +221 -0
- package/dist/apis/DocumentsApi.d.ts.map +1 -0
- package/dist/apis/DocumentsApi.js +506 -0
- package/dist/apis/DocumentsApi.js.map +1 -0
- package/dist/apis/PersonasApi.d.ts +1 -0
- package/dist/apis/PersonasApi.d.ts.map +1 -1
- package/dist/apis/PersonasApi.js +3 -0
- package/dist/apis/PersonasApi.js.map +1 -1
- package/dist/apis/ResponsesApi.d.ts +157 -0
- package/dist/apis/ResponsesApi.d.ts.map +1 -0
- package/dist/apis/ResponsesApi.js +364 -0
- package/dist/apis/ResponsesApi.js.map +1 -0
- package/dist/apis/SurveysApi.d.ts +69 -54
- package/dist/apis/SurveysApi.d.ts.map +1 -1
- package/dist/apis/SurveysApi.js +137 -110
- package/dist/apis/SurveysApi.js.map +1 -1
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +2 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/CreateDocumentRequestBody.d.ts +34 -0
- package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBody.js +52 -0
- package/dist/models/CreateDocumentRequestBody.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.js +66 -0
- package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/CreateSurveyRequestBody.d.ts +34 -0
- package/dist/models/CreateSurveyRequestBody.d.ts.map +1 -0
- package/dist/models/CreateSurveyRequestBody.js +52 -0
- package/dist/models/CreateSurveyRequestBody.js.map +1 -0
- package/dist/models/CreateSurveyRequestBodyData.d.ts +47 -0
- package/dist/models/CreateSurveyRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateSurveyRequestBodyData.js +63 -0
- package/dist/models/CreateSurveyRequestBodyData.js.map +1 -0
- package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts +54 -0
- package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateSurveyRequestBodyDataAttributes.js +64 -0
- package/dist/models/CreateSurveyRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/DocumentAttributesSchema.d.ts +190 -0
- package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchema.js +113 -0
- package/dist/models/DocumentAttributesSchema.js.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
- package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.js +56 -0
- package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
- package/dist/models/DocumentResourceSchema.d.ts +75 -0
- package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/DocumentResourceSchema.js +75 -0
- package/dist/models/DocumentResourceSchema.js.map +1 -0
- package/dist/models/DocumentSchema.d.ts +49 -0
- package/dist/models/DocumentSchema.d.ts.map +1 -0
- package/dist/models/DocumentSchema.js +55 -0
- package/dist/models/DocumentSchema.js.map +1 -0
- package/dist/models/DocumentsSchema.d.ts +48 -0
- package/dist/models/DocumentsSchema.d.ts.map +1 -0
- package/dist/models/DocumentsSchema.js +56 -0
- package/dist/models/DocumentsSchema.js.map +1 -0
- package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
- package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentActionSchema.js +73 -0
- package/dist/models/GuestDocumentActionSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.js +110 -0
- package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
- package/dist/models/{GuestSurveyMetaSchema.js → GuestDocumentMetaSchema.js} +14 -14
- package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.js +61 -0
- package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
- package/dist/models/GuestDocumentSchema.d.ts +39 -0
- package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentSchema.js +50 -0
- package/dist/models/GuestDocumentSchema.js.map +1 -0
- package/dist/models/GuestResponseAttributesSchema.d.ts +102 -0
- package/dist/models/GuestResponseAttributesSchema.d.ts.map +1 -0
- package/dist/models/{GuestSurveyAttributesSchema.js → GuestResponseAttributesSchema.js} +23 -22
- package/dist/models/GuestResponseAttributesSchema.js.map +1 -0
- package/dist/models/GuestResponseMetaSchema.d.ts +45 -0
- package/dist/models/GuestResponseMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestResponseMetaSchema.js +55 -0
- package/dist/models/GuestResponseMetaSchema.js.map +1 -0
- package/dist/models/GuestResponseResourceSchema.d.ts +53 -0
- package/dist/models/GuestResponseResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestResponseResourceSchema.js +61 -0
- package/dist/models/GuestResponseResourceSchema.js.map +1 -0
- package/dist/models/GuestResponseSchema.d.ts +39 -0
- package/dist/models/GuestResponseSchema.d.ts.map +1 -0
- package/dist/models/GuestResponseSchema.js +50 -0
- package/dist/models/GuestResponseSchema.js.map +1 -0
- package/dist/models/PersonaAttributesSchema.d.ts +298 -4
- package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
- package/dist/models/PersonaAttributesSchema.js +86 -4
- package/dist/models/PersonaAttributesSchema.js.map +1 -1
- package/dist/models/PersonaResourceSchema.d.ts +1 -1
- package/dist/models/PersonaResourceSchema.js +1 -1
- package/dist/models/PersonaResourceSchema.js.map +1 -1
- package/dist/models/ResponseAttributesSchema.d.ts +184 -0
- package/dist/models/ResponseAttributesSchema.d.ts.map +1 -0
- package/dist/models/ResponseAttributesSchema.js +100 -0
- package/dist/models/ResponseAttributesSchema.js.map +1 -0
- package/dist/models/ResponseRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ResponseRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ResponseRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/ResponseRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/ResponseRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/ResponseRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsJobSchema.js +50 -0
- package/dist/models/ResponseRelationshipsJobSchema.js.map +1 -0
- package/dist/models/ResponseRelationshipsSchema.d.ts +48 -0
- package/dist/models/ResponseRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsSchema.js +56 -0
- package/dist/models/ResponseRelationshipsSchema.js.map +1 -0
- package/dist/models/ResponseRelationshipsSurveySchema.d.ts +34 -0
- package/dist/models/ResponseRelationshipsSurveySchema.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsSurveySchema.js +50 -0
- package/dist/models/ResponseRelationshipsSurveySchema.js.map +1 -0
- package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts +39 -0
- package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts.map +1 -0
- package/dist/models/ResponseRelationshipsSurveySchemaData.js +51 -0
- package/dist/models/ResponseRelationshipsSurveySchemaData.js.map +1 -0
- package/dist/models/ResponseResourceSchema.d.ts +75 -0
- package/dist/models/ResponseResourceSchema.d.ts.map +1 -0
- package/dist/models/ResponseResourceSchema.js +75 -0
- package/dist/models/ResponseResourceSchema.js.map +1 -0
- package/dist/models/ResponseSchema.d.ts +49 -0
- package/dist/models/ResponseSchema.d.ts.map +1 -0
- package/dist/models/ResponseSchema.js +55 -0
- package/dist/models/ResponseSchema.js.map +1 -0
- package/dist/models/ResponsesSchema.d.ts +48 -0
- package/dist/models/ResponsesSchema.d.ts.map +1 -0
- package/dist/models/ResponsesSchema.js +56 -0
- package/dist/models/ResponsesSchema.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestResponseRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBody.js +57 -0
- package/dist/models/SubmitGuestResponseRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestResponseRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestResponseRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts +33 -0
- package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js +51 -0
- package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/SurveyAttributesSchema.d.ts +42 -91
- package/dist/models/SurveyAttributesSchema.d.ts.map +1 -1
- package/dist/models/SurveyAttributesSchema.js +18 -32
- package/dist/models/SurveyAttributesSchema.js.map +1 -1
- package/dist/models/SurveyContentSchema.d.ts +42 -0
- package/dist/models/SurveyContentSchema.d.ts.map +1 -0
- package/dist/models/SurveyContentSchema.js +52 -0
- package/dist/models/SurveyContentSchema.js.map +1 -0
- package/dist/models/SurveyQuestionOptionSchema.d.ts +41 -0
- package/dist/models/SurveyQuestionOptionSchema.d.ts.map +1 -0
- package/dist/models/SurveyQuestionOptionSchema.js +51 -0
- package/dist/models/SurveyQuestionOptionSchema.js.map +1 -0
- package/dist/models/SurveyQuestionSchema.d.ts +119 -0
- package/dist/models/SurveyQuestionSchema.d.ts.map +1 -0
- package/dist/models/SurveyQuestionSchema.js +85 -0
- package/dist/models/SurveyQuestionSchema.js.map +1 -0
- package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts +43 -0
- package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts.map +1 -0
- package/dist/models/SurveyQuestionSchemaScaleLabels.js +51 -0
- package/dist/models/SurveyQuestionSchemaScaleLabels.js.map +1 -0
- package/dist/models/SurveyResourceSchema.d.ts +2 -3
- package/dist/models/SurveyResourceSchema.d.ts.map +1 -1
- package/dist/models/SurveyResourceSchema.js +2 -3
- package/dist/models/SurveyResourceSchema.js.map +1 -1
- package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
- package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBody.js +52 -0
- package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
- package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/UpdateSurveyRequestBody.d.ts +34 -0
- package/dist/models/UpdateSurveyRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateSurveyRequestBody.js +52 -0
- package/dist/models/UpdateSurveyRequestBody.js.map +1 -0
- package/dist/models/UpdateSurveyRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateSurveyRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateSurveyRequestBodyData.js +63 -0
- package/dist/models/UpdateSurveyRequestBodyData.js.map +1 -0
- package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts +55 -0
- package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateSurveyRequestBodyDataAttributes.js +63 -0
- package/dist/models/UpdateSurveyRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/index.d.ts +54 -11
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +54 -11
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/GuestSurveyAttributesSchema.d.ts +0 -98
- package/dist/models/GuestSurveyAttributesSchema.d.ts.map +0 -1
- package/dist/models/GuestSurveyAttributesSchema.js.map +0 -1
- package/dist/models/GuestSurveyMetaSchema.d.ts +0 -45
- package/dist/models/GuestSurveyMetaSchema.d.ts.map +0 -1
- package/dist/models/GuestSurveyMetaSchema.js.map +0 -1
- package/dist/models/GuestSurveyResourceSchema.d.ts +0 -53
- package/dist/models/GuestSurveyResourceSchema.d.ts.map +0 -1
- package/dist/models/GuestSurveyResourceSchema.js +0 -61
- package/dist/models/GuestSurveyResourceSchema.js.map +0 -1
- package/dist/models/GuestSurveySchema.d.ts +0 -38
- package/dist/models/GuestSurveySchema.d.ts.map +0 -1
- package/dist/models/GuestSurveySchema.js +0 -50
- package/dist/models/GuestSurveySchema.js.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts +0 -41
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBody.js +0 -57
- package/dist/models/SubmitGuestSurveyRequestBody.js.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +0 -53
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBodyData.js +0 -65
- package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +0 -39
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +0 -1
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +0 -53
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +0 -1
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +0 -34
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +0 -1
- package/dist/models/SurveyRelationshipsCandidateSchema.js +0 -50
- package/dist/models/SurveyRelationshipsCandidateSchema.js.map +0 -1
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +0 -39
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +0 -1
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js +0 -51
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +0 -1
- package/dist/models/SurveyRelationshipsJobSchema.d.ts +0 -34
- package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +0 -1
- package/dist/models/SurveyRelationshipsJobSchema.js +0 -50
- package/dist/models/SurveyRelationshipsJobSchema.js.map +0 -1
- package/dist/models/SurveyRelationshipsSchema.d.ts +0 -41
- package/dist/models/SurveyRelationshipsSchema.d.ts.map +0 -1
- package/dist/models/SurveyRelationshipsSchema.js +0 -53
- package/dist/models/SurveyRelationshipsSchema.js.map +0 -1
|
@@ -1,50 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,53 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|