keplar-api 0.0.9 → 0.0.11
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/.openapi-generator/FILES +43 -23
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +413 -251
- package/dist/apis/DefaultApi.js +1749 -799
- package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.d.ts +51 -0
- package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.js +64 -0
- package/dist/models/AttributeStatsSchemaInnerValuesInner.d.ts +6 -0
- package/dist/models/AttributeStatsSchemaInnerValuesInner.js +4 -0
- package/dist/models/CallSummary.d.ts +46 -0
- package/dist/models/CallSummary.js +61 -0
- package/dist/models/CodeInvite.d.ts +10 -3
- package/dist/models/CodeInvite.js +8 -3
- package/dist/models/CodeInviteConfig.d.ts +30 -0
- package/dist/models/CodeInviteConfig.js +59 -0
- package/dist/models/CodeInviteConfigContacts.d.ts +75 -0
- package/dist/models/CodeInviteConfigContacts.js +72 -0
- package/dist/models/CodeInviteConfigKeplarPanel.d.ts +82 -0
- package/dist/models/CodeInviteConfigKeplarPanel.js +77 -0
- package/dist/models/CreateCodeInviteResponseRequest.d.ts +40 -0
- package/dist/models/CreateCodeInviteResponseRequest.js +53 -0
- package/dist/models/CreateEmailShareRequest.d.ts +38 -0
- package/dist/models/CreateEmailShareRequest.js +53 -0
- package/dist/models/CreateProjectShareRequest.d.ts +38 -0
- package/dist/models/CreateProjectShareRequest.js +51 -0
- package/dist/models/CreateProjectShareResponse.d.ts +45 -0
- package/dist/models/CreateProjectShareResponse.js +60 -0
- package/dist/models/DeleteEmailShare200Response.d.ts +32 -0
- package/dist/models/DeleteEmailShare200Response.js +51 -0
- package/dist/models/EmailShare.d.ts +75 -0
- package/dist/models/EmailShare.js +77 -0
- package/dist/models/GetCodeInvite200Response.d.ts +83 -0
- package/dist/models/{ApiInviteCodeCodeGet200Response.js → GetCodeInvite200Response.js} +21 -16
- package/dist/models/GetCodeInviteResponseRedirect200Response.d.ts +32 -0
- package/dist/models/GetCodeInviteResponseRedirect200Response.js +51 -0
- package/dist/models/GetShareEntities200Response.d.ts +39 -0
- package/dist/models/GetShareEntities200Response.js +56 -0
- package/dist/models/GetSharedInviteResponses200Response.d.ts +51 -0
- package/dist/models/GetSharedInviteResponses200Response.js +64 -0
- package/dist/models/GetSharedInviteResponsesStatusesParameterInner.d.ts +26 -0
- package/dist/models/GetSharedInviteResponsesStatusesParameterInner.js +39 -0
- package/dist/models/InviteConfig.d.ts +12 -70
- package/dist/models/InviteConfig.js +23 -37
- package/dist/models/InviteConfigContacts.d.ts +75 -0
- package/dist/models/InviteConfigContacts.js +72 -0
- package/dist/models/InviteConfigKeplarPanel.d.ts +95 -0
- package/dist/models/InviteConfigKeplarPanel.js +82 -0
- package/dist/models/InviteConfigPublic.d.ts +81 -0
- package/dist/models/InviteConfigPublic.js +74 -0
- package/dist/models/InviteResponseData.d.ts +3 -3
- package/dist/models/InviteResponseData.js +3 -3
- package/dist/models/InviteResponseShareConfig.d.ts +39 -0
- package/dist/models/InviteResponseShareConfig.js +58 -0
- package/dist/models/InviteResponseWithCallSummary.d.ts +118 -0
- package/dist/models/InviteResponseWithCallSummary.js +97 -0
- package/dist/models/JoinCodeInvite302Response.d.ts +83 -0
- package/dist/models/{ApiInviteCodeCodeStartGet302Response.js → JoinCodeInvite302Response.js} +21 -16
- package/dist/models/JoinCodeInvite302ResponseSettings.d.ts +46 -0
- package/dist/models/JoinCodeInvite302ResponseSettings.js +57 -0
- package/dist/models/PanelQualification.d.ts +38 -0
- package/dist/models/{ProjectPanelQualification.js → PanelQualification.js} +13 -13
- package/dist/models/PanelRespondentAttribute.d.ts +45 -0
- package/dist/models/PanelRespondentAttribute.js +60 -0
- package/dist/models/PanelSettings.d.ts +63 -0
- package/dist/models/{ProjectPanelSettings.js → PanelSettings.js} +16 -16
- package/dist/models/ProjectAudience.d.ts +3 -3
- package/dist/models/ProjectAudience.js +3 -3
- package/dist/models/ProjectConfig.d.ts +3 -3
- package/dist/models/ProjectConfig.js +3 -3
- package/dist/models/ProjectShareConfig.d.ts +39 -0
- package/dist/models/ProjectShareConfig.js +58 -0
- package/dist/models/RequestShareAccess200Response.d.ts +38 -0
- package/dist/models/RequestShareAccess200Response.js +55 -0
- package/dist/models/RequestShareAccessRequest.d.ts +32 -0
- package/dist/models/RequestShareAccessRequest.js +51 -0
- package/dist/models/ResponseSubmitScreenerEvent.d.ts +3 -3
- package/dist/models/ResponseSubmitScreenerEvent.js +3 -3
- package/dist/models/ScreenerQuestionChooseOne.d.ts +57 -0
- package/dist/models/{ProjectScreenerQuestionChooseOne.js → ScreenerQuestionChooseOne.js} +15 -15
- package/dist/models/ScreenerQuestionChooseOnePublic.d.ts +51 -0
- package/dist/models/ScreenerQuestionChooseOnePublic.js +66 -0
- package/dist/models/ScreenerQuestionResponse.d.ts +44 -0
- package/dist/models/{ProjectScreenerQuestionResponse.js → ScreenerQuestionResponse.js} +13 -13
- package/dist/models/ShareEntity.d.ts +102 -0
- package/dist/models/ShareEntity.js +92 -0
- package/dist/models/ShareEntityConfig.d.ts +27 -0
- package/dist/models/ShareEntityConfig.js +54 -0
- package/dist/models/ShareEntityCreatedByKind.d.ts +26 -0
- package/dist/models/ShareEntityCreatedByKind.js +52 -0
- package/dist/models/ShareEntityKind.d.ts +25 -0
- package/dist/models/ShareEntityKind.js +51 -0
- package/dist/models/StartPhoneCallForCodeInviteResponseRequest.d.ts +32 -0
- package/dist/models/StartPhoneCallForCodeInviteResponseRequest.js +51 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequest.d.ts +39 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequest.js +56 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequestCall.d.ts +39 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequestCall.js +56 -0
- package/dist/models/UpdateCodeInviteResponse404Response.d.ts +32 -0
- package/dist/models/UpdateCodeInviteResponse404Response.js +51 -0
- package/dist/models/UpdateShareEntityRequest.d.ts +38 -0
- package/dist/models/UpdateShareEntityRequest.js +52 -0
- package/dist/models/VerifyEmailAccessForShare200Response.d.ts +38 -0
- package/dist/models/VerifyEmailAccessForShare200Response.js +55 -0
- package/dist/models/VerifyEmailAccessForShareRequest.d.ts +32 -0
- package/dist/models/VerifyEmailAccessForShareRequest.js +51 -0
- package/dist/models/index.d.ts +43 -23
- package/dist/models/index.js +43 -23
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1991 -1038
- package/src/models/ApiInvitesIdParticipantInvitesGet200Response.ts +101 -0
- package/src/models/AttributeStatsSchemaInnerValuesInner.ts +9 -0
- package/src/models/CallSummary.ts +101 -0
- package/src/models/CodeInvite.ts +27 -11
- package/src/models/CodeInviteConfig.ts +83 -0
- package/src/models/CodeInviteConfigContacts.ts +125 -0
- package/src/models/CodeInviteConfigKeplarPanel.ts +142 -0
- package/src/models/CreateCodeInviteResponseRequest.ts +90 -0
- package/src/models/CreateEmailShareRequest.ts +74 -0
- package/src/models/CreateProjectShareRequest.ts +73 -0
- package/src/models/CreateProjectShareResponse.ts +92 -0
- package/src/models/DeleteEmailShare200Response.ts +66 -0
- package/src/models/EmailShare.ts +135 -0
- package/src/models/{ApiInviteCodeCodeGet200Response.ts → GetCodeInvite200Response.ts} +45 -29
- package/src/models/GetCodeInviteResponseRedirect200Response.ts +66 -0
- package/src/models/GetShareEntities200Response.ts +83 -0
- package/src/models/GetSharedInviteResponses200Response.ts +101 -0
- package/src/models/GetSharedInviteResponsesStatusesParameterInner.ts +46 -0
- package/src/models/InviteConfig.ts +42 -113
- package/src/models/InviteConfigContacts.ts +125 -0
- package/src/models/InviteConfigKeplarPanel.ts +165 -0
- package/src/models/InviteConfigPublic.ts +133 -0
- package/src/models/InviteResponseData.ts +10 -10
- package/src/models/InviteResponseShareConfig.ts +76 -0
- package/src/models/InviteResponseWithCallSummary.ts +235 -0
- package/src/models/{ApiInviteCodeCodeStartGet302Response.ts → JoinCodeInvite302Response.ts} +45 -29
- package/src/models/JoinCodeInvite302ResponseSettings.ts +97 -0
- package/src/models/{ProjectPanelQualification.ts → PanelQualification.ts} +12 -12
- package/src/models/PanelRespondentAttribute.ts +92 -0
- package/src/models/{ProjectPanelSettings.ts → PanelSettings.ts} +26 -26
- package/src/models/ProjectAudience.ts +10 -10
- package/src/models/ProjectConfig.ts +11 -11
- package/src/models/ProjectShareConfig.ts +76 -0
- package/src/models/RequestShareAccess200Response.ts +75 -0
- package/src/models/RequestShareAccessRequest.ts +66 -0
- package/src/models/ResponseSubmitScreenerEvent.ts +10 -10
- package/src/models/{ProjectScreenerQuestionChooseOne.ts → ScreenerQuestionChooseOne.ts} +17 -17
- package/src/models/ScreenerQuestionChooseOnePublic.ts +94 -0
- package/src/models/{ProjectScreenerQuestionResponse.ts → ScreenerQuestionResponse.ts} +13 -13
- package/src/models/ShareEntity.ts +192 -0
- package/src/models/ShareEntityConfig.ts +72 -0
- package/src/models/ShareEntityCreatedByKind.ts +54 -0
- package/src/models/ShareEntityKind.ts +53 -0
- package/src/models/StartPhoneCallForCodeInviteResponseRequest.ts +66 -0
- package/src/models/UpdateCallForCodeInviteResponseRequest.ts +83 -0
- package/src/models/UpdateCallForCodeInviteResponseRequestCall.ts +85 -0
- package/src/models/UpdateCodeInviteResponse404Response.ts +66 -0
- package/src/models/UpdateShareEntityRequest.ts +73 -0
- package/src/models/VerifyEmailAccessForShare200Response.ts +75 -0
- package/src/models/VerifyEmailAccessForShareRequest.ts +66 -0
- package/src/models/index.ts +43 -23
- package/dist/models/ApiInviteCodeCodeGet200Response.d.ts +0 -76
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.d.ts +0 -39
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.js +0 -56
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.d.ts +0 -39
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.js +0 -56
- package/dist/models/ApiInviteCodeCodeStartGet302Response.d.ts +0 -76
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.d.ts +0 -64
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.js +0 -63
- package/dist/models/ApiInvitesIdResponsesGet200Response.d.ts +0 -51
- package/dist/models/ApiInvitesIdResponsesGet200Response.js +0 -64
- package/dist/models/GetParticipantInvitesResponse.d.ts +0 -39
- package/dist/models/GetParticipantInvitesResponse.js +0 -56
- package/dist/models/ProjectPanelQualification.d.ts +0 -38
- package/dist/models/ProjectPanelRespondentAttribute.d.ts +0 -45
- package/dist/models/ProjectPanelRespondentAttribute.js +0 -60
- package/dist/models/ProjectPanelSettings.d.ts +0 -63
- package/dist/models/ProjectScreenerQuestionChooseOne.d.ts +0 -57
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.d.ts +0 -51
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.js +0 -66
- package/dist/models/ProjectScreenerQuestionResponse.d.ts +0 -44
- package/dist/models/RepDataConfigLegacy.d.ts +0 -59
- package/dist/models/RepDataConfigLegacy.js +0 -62
- package/dist/models/RepDataProjectLegacy.d.ts +0 -32
- package/dist/models/RepDataProjectLegacy.js +0 -51
- package/dist/models/RepDataStudyLegacy.d.ts +0 -93
- package/dist/models/RepDataStudyLegacy.js +0 -92
- package/dist/models/RepDataStudyLegacyQualificationsInner.d.ts +0 -38
- package/dist/models/RepDataStudyLegacyQualificationsInner.js +0 -55
- package/dist/models/RepDataSurveyLegacy.d.ts +0 -46
- package/dist/models/RepDataSurveyLegacy.js +0 -59
- package/dist/models/RepDataSurveyLegacyProject.d.ts +0 -32
- package/dist/models/RepDataSurveyLegacyProject.js +0 -51
- package/dist/models/RepDataSurveyStatusLegacy.d.ts +0 -26
- package/dist/models/RepDataSurveyStatusLegacy.js +0 -52
- package/src/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.ts +0 -83
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.ts +0 -85
- package/src/models/ApiInviteCodeCodeStartGet302ResponseSettings.ts +0 -121
- package/src/models/ApiInvitesIdResponsesGet200Response.ts +0 -101
- package/src/models/GetParticipantInvitesResponse.ts +0 -83
- package/src/models/ProjectPanelRespondentAttribute.ts +0 -92
- package/src/models/ProjectScreenerQuestionChooseOnePublic.ts +0 -94
- package/src/models/RepDataConfigLegacy.ts +0 -120
- package/src/models/RepDataProjectLegacy.ts +0 -66
- package/src/models/RepDataStudyLegacy.ts +0 -164
- package/src/models/RepDataStudyLegacyQualificationsInner.ts +0 -75
- package/src/models/RepDataSurveyLegacy.ts +0 -100
- package/src/models/RepDataSurveyLegacyProject.ts +0 -66
- package/src/models/RepDataSurveyStatusLegacy.ts +0 -54
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 ProjectPanelQualification
|
|
16
|
-
*/
|
|
17
|
-
export interface ProjectPanelQualification {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<any>}
|
|
21
|
-
* @memberof ProjectPanelQualification
|
|
22
|
-
*/
|
|
23
|
-
allowed_option_ids: Array<any>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ProjectPanelQualification
|
|
28
|
-
*/
|
|
29
|
-
question_id: number;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the ProjectPanelQualification interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfProjectPanelQualification(value: object): value is ProjectPanelQualification;
|
|
35
|
-
export declare function ProjectPanelQualificationFromJSON(json: any): ProjectPanelQualification;
|
|
36
|
-
export declare function ProjectPanelQualificationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectPanelQualification;
|
|
37
|
-
export declare function ProjectPanelQualificationToJSON(json: any): ProjectPanelQualification;
|
|
38
|
-
export declare function ProjectPanelQualificationToJSONTyped(value?: ProjectPanelQualification | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 { ProjectPanelQualification } from './ProjectPanelQualification';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ProjectPanelRespondentAttribute
|
|
17
|
-
*/
|
|
18
|
-
export interface ProjectPanelRespondentAttribute {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ProjectPanelQualification>}
|
|
22
|
-
* @memberof ProjectPanelRespondentAttribute
|
|
23
|
-
*/
|
|
24
|
-
qualifications: Array<ProjectPanelQualification>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ProjectPanelRespondentAttribute
|
|
29
|
-
*/
|
|
30
|
-
quota: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ProjectPanelRespondentAttribute
|
|
35
|
-
*/
|
|
36
|
-
quota_name: string;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the ProjectPanelRespondentAttribute interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfProjectPanelRespondentAttribute(value: object): value is ProjectPanelRespondentAttribute;
|
|
42
|
-
export declare function ProjectPanelRespondentAttributeFromJSON(json: any): ProjectPanelRespondentAttribute;
|
|
43
|
-
export declare function ProjectPanelRespondentAttributeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectPanelRespondentAttribute;
|
|
44
|
-
export declare function ProjectPanelRespondentAttributeToJSON(json: any): ProjectPanelRespondentAttribute;
|
|
45
|
-
export declare function ProjectPanelRespondentAttributeToJSONTyped(value?: ProjectPanelRespondentAttribute | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Fastify Template API
|
|
6
|
-
* API documentation using Swagger
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
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.instanceOfProjectPanelRespondentAttribute = instanceOfProjectPanelRespondentAttribute;
|
|
17
|
-
exports.ProjectPanelRespondentAttributeFromJSON = ProjectPanelRespondentAttributeFromJSON;
|
|
18
|
-
exports.ProjectPanelRespondentAttributeFromJSONTyped = ProjectPanelRespondentAttributeFromJSONTyped;
|
|
19
|
-
exports.ProjectPanelRespondentAttributeToJSON = ProjectPanelRespondentAttributeToJSON;
|
|
20
|
-
exports.ProjectPanelRespondentAttributeToJSONTyped = ProjectPanelRespondentAttributeToJSONTyped;
|
|
21
|
-
var ProjectPanelQualification_1 = require("./ProjectPanelQualification");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the ProjectPanelRespondentAttribute interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfProjectPanelRespondentAttribute(value) {
|
|
26
|
-
if (!('qualifications' in value) || value['qualifications'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
if (!('quota' in value) || value['quota'] === undefined)
|
|
29
|
-
return false;
|
|
30
|
-
if (!('quota_name' in value) || value['quota_name'] === undefined)
|
|
31
|
-
return false;
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
function ProjectPanelRespondentAttributeFromJSON(json) {
|
|
35
|
-
return ProjectPanelRespondentAttributeFromJSONTyped(json, false);
|
|
36
|
-
}
|
|
37
|
-
function ProjectPanelRespondentAttributeFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
-
if (json == null) {
|
|
39
|
-
return json;
|
|
40
|
-
}
|
|
41
|
-
return {
|
|
42
|
-
'qualifications': (json['qualifications'].map(ProjectPanelQualification_1.ProjectPanelQualificationFromJSON)),
|
|
43
|
-
'quota': json['quota'],
|
|
44
|
-
'quota_name': json['quota_name'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
function ProjectPanelRespondentAttributeToJSON(json) {
|
|
48
|
-
return ProjectPanelRespondentAttributeToJSONTyped(json, false);
|
|
49
|
-
}
|
|
50
|
-
function ProjectPanelRespondentAttributeToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
-
if (value == null) {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'qualifications': (value['qualifications'].map(ProjectPanelQualification_1.ProjectPanelQualificationToJSON)),
|
|
57
|
-
'quota': value['quota'],
|
|
58
|
-
'quota_name': value['quota_name'],
|
|
59
|
-
};
|
|
60
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 { ProjectPanelRespondentAttribute } from './ProjectPanelRespondentAttribute';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ProjectPanelSettings
|
|
17
|
-
*/
|
|
18
|
-
export interface ProjectPanelSettings {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ProjectPanelRespondentAttribute>}
|
|
22
|
-
* @memberof ProjectPanelSettings
|
|
23
|
-
*/
|
|
24
|
-
respondent_attributes: Array<ProjectPanelRespondentAttribute>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ProjectPanelSettings
|
|
29
|
-
*/
|
|
30
|
-
country_code?: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ProjectPanelSettings
|
|
35
|
-
*/
|
|
36
|
-
language_code?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ProjectPanelSettings
|
|
41
|
-
*/
|
|
42
|
-
length_of_interview?: number;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof ProjectPanelSettings
|
|
47
|
-
*/
|
|
48
|
-
incidence_rate?: number;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {number}
|
|
52
|
-
* @memberof ProjectPanelSettings
|
|
53
|
-
*/
|
|
54
|
-
compensation?: number;
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Check if a given object implements the ProjectPanelSettings interface.
|
|
58
|
-
*/
|
|
59
|
-
export declare function instanceOfProjectPanelSettings(value: object): value is ProjectPanelSettings;
|
|
60
|
-
export declare function ProjectPanelSettingsFromJSON(json: any): ProjectPanelSettings;
|
|
61
|
-
export declare function ProjectPanelSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectPanelSettings;
|
|
62
|
-
export declare function ProjectPanelSettingsToJSON(json: any): ProjectPanelSettings;
|
|
63
|
-
export declare function ProjectPanelSettingsToJSONTyped(value?: ProjectPanelSettings | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 ProjectScreenerQuestionChooseOne
|
|
16
|
-
*/
|
|
17
|
-
export interface ProjectScreenerQuestionChooseOne {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProjectScreenerQuestionChooseOne
|
|
22
|
-
*/
|
|
23
|
-
type: ProjectScreenerQuestionChooseOneTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProjectScreenerQuestionChooseOne
|
|
28
|
-
*/
|
|
29
|
-
question: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof ProjectScreenerQuestionChooseOne
|
|
34
|
-
*/
|
|
35
|
-
options: Array<string>;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof ProjectScreenerQuestionChooseOne
|
|
40
|
-
*/
|
|
41
|
-
passingOptions: Array<string>;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* @export
|
|
45
|
-
*/
|
|
46
|
-
export declare const ProjectScreenerQuestionChooseOneTypeEnum: {
|
|
47
|
-
readonly ChooseOne: "chooseOne";
|
|
48
|
-
};
|
|
49
|
-
export type ProjectScreenerQuestionChooseOneTypeEnum = typeof ProjectScreenerQuestionChooseOneTypeEnum[keyof typeof ProjectScreenerQuestionChooseOneTypeEnum];
|
|
50
|
-
/**
|
|
51
|
-
* Check if a given object implements the ProjectScreenerQuestionChooseOne interface.
|
|
52
|
-
*/
|
|
53
|
-
export declare function instanceOfProjectScreenerQuestionChooseOne(value: object): value is ProjectScreenerQuestionChooseOne;
|
|
54
|
-
export declare function ProjectScreenerQuestionChooseOneFromJSON(json: any): ProjectScreenerQuestionChooseOne;
|
|
55
|
-
export declare function ProjectScreenerQuestionChooseOneFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectScreenerQuestionChooseOne;
|
|
56
|
-
export declare function ProjectScreenerQuestionChooseOneToJSON(json: any): ProjectScreenerQuestionChooseOne;
|
|
57
|
-
export declare function ProjectScreenerQuestionChooseOneToJSONTyped(value?: ProjectScreenerQuestionChooseOne | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 ProjectScreenerQuestionChooseOnePublic
|
|
16
|
-
*/
|
|
17
|
-
export interface ProjectScreenerQuestionChooseOnePublic {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProjectScreenerQuestionChooseOnePublic
|
|
22
|
-
*/
|
|
23
|
-
type: ProjectScreenerQuestionChooseOnePublicTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProjectScreenerQuestionChooseOnePublic
|
|
28
|
-
*/
|
|
29
|
-
question: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof ProjectScreenerQuestionChooseOnePublic
|
|
34
|
-
*/
|
|
35
|
-
options: Array<string>;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
*/
|
|
40
|
-
export declare const ProjectScreenerQuestionChooseOnePublicTypeEnum: {
|
|
41
|
-
readonly ChooseOne: "chooseOne";
|
|
42
|
-
};
|
|
43
|
-
export type ProjectScreenerQuestionChooseOnePublicTypeEnum = typeof ProjectScreenerQuestionChooseOnePublicTypeEnum[keyof typeof ProjectScreenerQuestionChooseOnePublicTypeEnum];
|
|
44
|
-
/**
|
|
45
|
-
* Check if a given object implements the ProjectScreenerQuestionChooseOnePublic interface.
|
|
46
|
-
*/
|
|
47
|
-
export declare function instanceOfProjectScreenerQuestionChooseOnePublic(value: object): value is ProjectScreenerQuestionChooseOnePublic;
|
|
48
|
-
export declare function ProjectScreenerQuestionChooseOnePublicFromJSON(json: any): ProjectScreenerQuestionChooseOnePublic;
|
|
49
|
-
export declare function ProjectScreenerQuestionChooseOnePublicFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectScreenerQuestionChooseOnePublic;
|
|
50
|
-
export declare function ProjectScreenerQuestionChooseOnePublicToJSON(json: any): ProjectScreenerQuestionChooseOnePublic;
|
|
51
|
-
export declare function ProjectScreenerQuestionChooseOnePublicToJSONTyped(value?: ProjectScreenerQuestionChooseOnePublic | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Fastify Template API
|
|
6
|
-
* API documentation using Swagger
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
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.ProjectScreenerQuestionChooseOnePublicTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfProjectScreenerQuestionChooseOnePublic = instanceOfProjectScreenerQuestionChooseOnePublic;
|
|
18
|
-
exports.ProjectScreenerQuestionChooseOnePublicFromJSON = ProjectScreenerQuestionChooseOnePublicFromJSON;
|
|
19
|
-
exports.ProjectScreenerQuestionChooseOnePublicFromJSONTyped = ProjectScreenerQuestionChooseOnePublicFromJSONTyped;
|
|
20
|
-
exports.ProjectScreenerQuestionChooseOnePublicToJSON = ProjectScreenerQuestionChooseOnePublicToJSON;
|
|
21
|
-
exports.ProjectScreenerQuestionChooseOnePublicToJSONTyped = ProjectScreenerQuestionChooseOnePublicToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.ProjectScreenerQuestionChooseOnePublicTypeEnum = {
|
|
26
|
-
ChooseOne: 'chooseOne'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the ProjectScreenerQuestionChooseOnePublic interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfProjectScreenerQuestionChooseOnePublic(value) {
|
|
32
|
-
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('question' in value) || value['question'] === undefined)
|
|
35
|
-
return false;
|
|
36
|
-
if (!('options' in value) || value['options'] === undefined)
|
|
37
|
-
return false;
|
|
38
|
-
return true;
|
|
39
|
-
}
|
|
40
|
-
function ProjectScreenerQuestionChooseOnePublicFromJSON(json) {
|
|
41
|
-
return ProjectScreenerQuestionChooseOnePublicFromJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function ProjectScreenerQuestionChooseOnePublicFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
-
if (json == null) {
|
|
45
|
-
return json;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'type': json['type'],
|
|
49
|
-
'question': json['question'],
|
|
50
|
-
'options': json['options'],
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
function ProjectScreenerQuestionChooseOnePublicToJSON(json) {
|
|
54
|
-
return ProjectScreenerQuestionChooseOnePublicToJSONTyped(json, false);
|
|
55
|
-
}
|
|
56
|
-
function ProjectScreenerQuestionChooseOnePublicToJSONTyped(value, ignoreDiscriminator) {
|
|
57
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
58
|
-
if (value == null) {
|
|
59
|
-
return value;
|
|
60
|
-
}
|
|
61
|
-
return {
|
|
62
|
-
'type': value['type'],
|
|
63
|
-
'question': value['question'],
|
|
64
|
-
'options': value['options'],
|
|
65
|
-
};
|
|
66
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 ProjectScreenerQuestionResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface ProjectScreenerQuestionResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ProjectScreenerQuestionResponse
|
|
22
|
-
*/
|
|
23
|
-
question: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProjectScreenerQuestionResponse
|
|
28
|
-
*/
|
|
29
|
-
response: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof ProjectScreenerQuestionResponse
|
|
34
|
-
*/
|
|
35
|
-
passing: boolean;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the ProjectScreenerQuestionResponse interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfProjectScreenerQuestionResponse(value: object): value is ProjectScreenerQuestionResponse;
|
|
41
|
-
export declare function ProjectScreenerQuestionResponseFromJSON(json: any): ProjectScreenerQuestionResponse;
|
|
42
|
-
export declare function ProjectScreenerQuestionResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectScreenerQuestionResponse;
|
|
43
|
-
export declare function ProjectScreenerQuestionResponseToJSON(json: any): ProjectScreenerQuestionResponse;
|
|
44
|
-
export declare function ProjectScreenerQuestionResponseToJSONTyped(value?: ProjectScreenerQuestionResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 { RepDataStudyLegacy } from './RepDataStudyLegacy';
|
|
13
|
-
import type { RepDataProjectLegacy } from './RepDataProjectLegacy';
|
|
14
|
-
import type { RepDataSurveyLegacy } from './RepDataSurveyLegacy';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface RepDataConfigLegacy
|
|
19
|
-
*/
|
|
20
|
-
export interface RepDataConfigLegacy {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {boolean}
|
|
24
|
-
* @memberof RepDataConfigLegacy
|
|
25
|
-
*/
|
|
26
|
-
enabled: boolean;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {object}
|
|
30
|
-
* @memberof RepDataConfigLegacy
|
|
31
|
-
*/
|
|
32
|
-
config?: object;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {RepDataStudyLegacy}
|
|
36
|
-
* @memberof RepDataConfigLegacy
|
|
37
|
-
*/
|
|
38
|
-
study?: RepDataStudyLegacy;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {RepDataSurveyLegacy}
|
|
42
|
-
* @memberof RepDataConfigLegacy
|
|
43
|
-
*/
|
|
44
|
-
survey?: RepDataSurveyLegacy | null;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {RepDataProjectLegacy}
|
|
48
|
-
* @memberof RepDataConfigLegacy
|
|
49
|
-
*/
|
|
50
|
-
project?: RepDataProjectLegacy;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Check if a given object implements the RepDataConfigLegacy interface.
|
|
54
|
-
*/
|
|
55
|
-
export declare function instanceOfRepDataConfigLegacy(value: object): value is RepDataConfigLegacy;
|
|
56
|
-
export declare function RepDataConfigLegacyFromJSON(json: any): RepDataConfigLegacy;
|
|
57
|
-
export declare function RepDataConfigLegacyFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataConfigLegacy;
|
|
58
|
-
export declare function RepDataConfigLegacyToJSON(json: any): RepDataConfigLegacy;
|
|
59
|
-
export declare function RepDataConfigLegacyToJSONTyped(value?: RepDataConfigLegacy | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Fastify Template API
|
|
6
|
-
* API documentation using Swagger
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
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.instanceOfRepDataConfigLegacy = instanceOfRepDataConfigLegacy;
|
|
17
|
-
exports.RepDataConfigLegacyFromJSON = RepDataConfigLegacyFromJSON;
|
|
18
|
-
exports.RepDataConfigLegacyFromJSONTyped = RepDataConfigLegacyFromJSONTyped;
|
|
19
|
-
exports.RepDataConfigLegacyToJSON = RepDataConfigLegacyToJSON;
|
|
20
|
-
exports.RepDataConfigLegacyToJSONTyped = RepDataConfigLegacyToJSONTyped;
|
|
21
|
-
var RepDataStudyLegacy_1 = require("./RepDataStudyLegacy");
|
|
22
|
-
var RepDataProjectLegacy_1 = require("./RepDataProjectLegacy");
|
|
23
|
-
var RepDataSurveyLegacy_1 = require("./RepDataSurveyLegacy");
|
|
24
|
-
/**
|
|
25
|
-
* Check if a given object implements the RepDataConfigLegacy interface.
|
|
26
|
-
*/
|
|
27
|
-
function instanceOfRepDataConfigLegacy(value) {
|
|
28
|
-
if (!('enabled' in value) || value['enabled'] === undefined)
|
|
29
|
-
return false;
|
|
30
|
-
return true;
|
|
31
|
-
}
|
|
32
|
-
function RepDataConfigLegacyFromJSON(json) {
|
|
33
|
-
return RepDataConfigLegacyFromJSONTyped(json, false);
|
|
34
|
-
}
|
|
35
|
-
function RepDataConfigLegacyFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
-
if (json == null) {
|
|
37
|
-
return json;
|
|
38
|
-
}
|
|
39
|
-
return {
|
|
40
|
-
'enabled': json['enabled'],
|
|
41
|
-
'config': json['config'] == null ? undefined : json['config'],
|
|
42
|
-
'study': json['study'] == null ? undefined : (0, RepDataStudyLegacy_1.RepDataStudyLegacyFromJSON)(json['study']),
|
|
43
|
-
'survey': json['survey'] == null ? undefined : (0, RepDataSurveyLegacy_1.RepDataSurveyLegacyFromJSON)(json['survey']),
|
|
44
|
-
'project': json['project'] == null ? undefined : (0, RepDataProjectLegacy_1.RepDataProjectLegacyFromJSON)(json['project']),
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
function RepDataConfigLegacyToJSON(json) {
|
|
48
|
-
return RepDataConfigLegacyToJSONTyped(json, false);
|
|
49
|
-
}
|
|
50
|
-
function RepDataConfigLegacyToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
-
if (value == null) {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'enabled': value['enabled'],
|
|
57
|
-
'config': value['config'],
|
|
58
|
-
'study': (0, RepDataStudyLegacy_1.RepDataStudyLegacyToJSON)(value['study']),
|
|
59
|
-
'survey': (0, RepDataSurveyLegacy_1.RepDataSurveyLegacyToJSON)(value['survey']),
|
|
60
|
-
'project': (0, RepDataProjectLegacy_1.RepDataProjectLegacyToJSON)(value['project']),
|
|
61
|
-
};
|
|
62
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fastify Template API
|
|
3
|
-
* API documentation using Swagger
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
*
|
|
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 RepDataProjectLegacy
|
|
16
|
-
*/
|
|
17
|
-
export interface RepDataProjectLegacy {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RepDataProjectLegacy
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the RepDataProjectLegacy interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfRepDataProjectLegacy(value: object): value is RepDataProjectLegacy;
|
|
29
|
-
export declare function RepDataProjectLegacyFromJSON(json: any): RepDataProjectLegacy;
|
|
30
|
-
export declare function RepDataProjectLegacyFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataProjectLegacy;
|
|
31
|
-
export declare function RepDataProjectLegacyToJSON(json: any): RepDataProjectLegacy;
|
|
32
|
-
export declare function RepDataProjectLegacyToJSONTyped(value?: RepDataProjectLegacy | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Fastify Template API
|
|
6
|
-
* API documentation using Swagger
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
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.instanceOfRepDataProjectLegacy = instanceOfRepDataProjectLegacy;
|
|
17
|
-
exports.RepDataProjectLegacyFromJSON = RepDataProjectLegacyFromJSON;
|
|
18
|
-
exports.RepDataProjectLegacyFromJSONTyped = RepDataProjectLegacyFromJSONTyped;
|
|
19
|
-
exports.RepDataProjectLegacyToJSON = RepDataProjectLegacyToJSON;
|
|
20
|
-
exports.RepDataProjectLegacyToJSONTyped = RepDataProjectLegacyToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the RepDataProjectLegacy interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfRepDataProjectLegacy(value) {
|
|
25
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function RepDataProjectLegacyFromJSON(json) {
|
|
30
|
-
return RepDataProjectLegacyFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function RepDataProjectLegacyFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'id': json['id'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function RepDataProjectLegacyToJSON(json) {
|
|
41
|
-
return RepDataProjectLegacyToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function RepDataProjectLegacyToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
-
if (value == null) {
|
|
46
|
-
return value;
|
|
47
|
-
}
|
|
48
|
-
return {
|
|
49
|
-
'id': value['id'],
|
|
50
|
-
};
|
|
51
|
-
}
|