keplar-api 0.0.18 → 0.0.20
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 +7 -7
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +49 -4
- package/dist/apis/DefaultApi.js +43 -1
- package/dist/models/ApiFilesFileIdSignedUrlPostRequest.d.ts +10 -3
- package/dist/models/ApiFilesFileIdSignedUrlPostRequest.js +10 -3
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.d.ts +10 -3
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.js +10 -3
- package/dist/models/ArtifactMetadata.d.ts +12 -3
- package/dist/models/ArtifactMetadata.js +12 -3
- package/dist/models/JoinCodeInvite302ResponseSettings.d.ts +3 -3
- package/dist/models/JoinCodeInvite302ResponseSettings.js +3 -3
- package/dist/models/Login400Response.d.ts +18 -3
- package/dist/models/Login400Response.js +18 -3
- package/dist/models/Login400ResponseAnyOf.d.ts +18 -3
- package/dist/models/Login400ResponseAnyOf.js +18 -3
- package/dist/models/OpenAiModelConfig.d.ts +10 -3
- package/dist/models/OpenAiModelConfig.js +10 -4
- package/dist/models/OptionKind.d.ts +26 -0
- package/dist/models/OptionKind.js +52 -0
- package/dist/models/ProjectConfig.d.ts +3 -3
- package/dist/models/ProjectConfig.js +3 -3
- package/dist/models/ScreenerQuestion.d.ts +27 -0
- package/dist/models/ScreenerQuestion.js +54 -0
- package/dist/models/ScreenerQuestionChooseMultiple.d.ts +78 -0
- package/dist/models/ScreenerQuestionChooseMultiple.js +82 -0
- package/dist/models/ScreenerQuestionChooseMultipleOptionsValue.d.ts +53 -0
- package/dist/models/ScreenerQuestionChooseMultipleOptionsValue.js +66 -0
- package/dist/models/ScreenerQuestionChooseMultiplePublic.d.ts +72 -0
- package/dist/models/ScreenerQuestionChooseMultiplePublic.js +78 -0
- package/dist/models/ScreenerQuestionOption.d.ts +53 -0
- package/dist/models/ScreenerQuestionOption.js +66 -0
- package/dist/models/ScreenerQuestionPublic.d.ts +23 -0
- package/dist/models/ScreenerQuestionPublic.js +58 -0
- package/dist/models/ScreenerQuestionResponse.d.ts +2 -8
- package/dist/models/ScreenerQuestionResponse.js +0 -4
- package/dist/models/SelectFilterSchema.d.ts +10 -3
- package/dist/models/SelectFilterSchema.js +10 -3
- package/dist/models/index.d.ts +7 -7
- package/dist/models/index.js +7 -7
- package/package.json +2 -2
- package/src/apis/DefaultApi.ts +49 -6
- package/src/models/ApiFilesFileIdSignedUrlPostRequest.ts +15 -12
- package/src/models/ApiProjectsProjectIdAnalysisPostRequest.ts +15 -12
- package/src/models/ArtifactMetadata.ts +17 -12
- package/src/models/JoinCodeInvite302ResponseSettings.ts +11 -11
- package/src/models/Login400Response.ts +23 -11
- package/src/models/Login400ResponseAnyOf.ts +23 -12
- package/src/models/OpenAiModelConfig.ts +13 -12
- package/src/models/OptionKind.ts +54 -0
- package/src/models/ProjectConfig.ts +11 -11
- package/src/models/ScreenerQuestion.ts +72 -0
- package/src/models/ScreenerQuestionChooseMultiple.ts +137 -0
- package/src/models/ScreenerQuestionChooseMultipleOptionsValue.ts +95 -0
- package/src/models/ScreenerQuestionChooseMultiplePublic.ts +128 -0
- package/src/models/ScreenerQuestionOption.ts +95 -0
- package/src/models/ScreenerQuestionPublic.ts +76 -0
- package/src/models/ScreenerQuestionResponse.ts +2 -11
- package/src/models/SelectFilterSchema.ts +15 -12
- package/src/models/index.ts +7 -7
- package/dist/models/ApiFilesFileIdSignedUrlPostRequestAction.d.ts +0 -26
- package/dist/models/ApiFilesFileIdSignedUrlPostRequestAction.js +0 -39
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.d.ts +0 -26
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.js +0 -39
- package/dist/models/ArtifactMetadataStatus.d.ts +0 -26
- package/dist/models/ArtifactMetadataStatus.js +0 -39
- package/dist/models/GetSharedInviteResponsesStatusesParameterInner.d.ts +0 -26
- package/dist/models/GetSharedInviteResponsesStatusesParameterInner.js +0 -39
- package/dist/models/Login400ResponseAnyOfError.d.ts +0 -26
- package/dist/models/Login400ResponseAnyOfError.js +0 -39
- package/dist/models/OpenAiModelConfigModel.d.ts +0 -26
- package/dist/models/OpenAiModelConfigModel.js +0 -39
- package/dist/models/SelectFilterSchemaKind.d.ts +0 -26
- package/dist/models/SelectFilterSchemaKind.js +0 -39
- package/src/models/ApiFilesFileIdSignedUrlPostRequestAction.ts +0 -46
- package/src/models/ApiProjectsProjectIdAnalysisPostRequestKind.ts +0 -46
- package/src/models/ArtifactMetadataStatus.ts +0 -46
- package/src/models/GetSharedInviteResponsesStatusesParameterInner.ts +0 -46
- package/src/models/Login400ResponseAnyOfError.ts +0 -46
- package/src/models/OpenAiModelConfigModel.ts +0 -46
- package/src/models/SelectFilterSchemaKind.ts +0 -46
|
@@ -0,0 +1,72 @@
|
|
|
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 { ScreenerQuestionChooseMultipleOptionsValue } from './ScreenerQuestionChooseMultipleOptionsValue';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScreenerQuestionChooseMultiplePublic
|
|
17
|
+
*/
|
|
18
|
+
export interface ScreenerQuestionChooseMultiplePublic {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
23
|
+
*/
|
|
24
|
+
type: ScreenerQuestionChooseMultiplePublicTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
29
|
+
*/
|
|
30
|
+
question: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {{ [key: string]: ScreenerQuestionChooseMultipleOptionsValue; }}
|
|
34
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
35
|
+
*/
|
|
36
|
+
options: {
|
|
37
|
+
[key: string]: ScreenerQuestionChooseMultipleOptionsValue;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {boolean}
|
|
42
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
43
|
+
*/
|
|
44
|
+
randomizeOrder?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
49
|
+
*/
|
|
50
|
+
showSelectAllOfAbove: boolean;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof ScreenerQuestionChooseMultiplePublic
|
|
55
|
+
*/
|
|
56
|
+
showSelectNoneOfAbove: boolean;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @export
|
|
60
|
+
*/
|
|
61
|
+
export declare const ScreenerQuestionChooseMultiplePublicTypeEnum: {
|
|
62
|
+
readonly ChooseMultiple: "chooseMultiple";
|
|
63
|
+
};
|
|
64
|
+
export type ScreenerQuestionChooseMultiplePublicTypeEnum = typeof ScreenerQuestionChooseMultiplePublicTypeEnum[keyof typeof ScreenerQuestionChooseMultiplePublicTypeEnum];
|
|
65
|
+
/**
|
|
66
|
+
* Check if a given object implements the ScreenerQuestionChooseMultiplePublic interface.
|
|
67
|
+
*/
|
|
68
|
+
export declare function instanceOfScreenerQuestionChooseMultiplePublic(value: object): value is ScreenerQuestionChooseMultiplePublic;
|
|
69
|
+
export declare function ScreenerQuestionChooseMultiplePublicFromJSON(json: any): ScreenerQuestionChooseMultiplePublic;
|
|
70
|
+
export declare function ScreenerQuestionChooseMultiplePublicFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScreenerQuestionChooseMultiplePublic;
|
|
71
|
+
export declare function ScreenerQuestionChooseMultiplePublicToJSON(json: any): ScreenerQuestionChooseMultiplePublic;
|
|
72
|
+
export declare function ScreenerQuestionChooseMultiplePublicToJSONTyped(value?: ScreenerQuestionChooseMultiplePublic | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,78 @@
|
|
|
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.ScreenerQuestionChooseMultiplePublicTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfScreenerQuestionChooseMultiplePublic = instanceOfScreenerQuestionChooseMultiplePublic;
|
|
18
|
+
exports.ScreenerQuestionChooseMultiplePublicFromJSON = ScreenerQuestionChooseMultiplePublicFromJSON;
|
|
19
|
+
exports.ScreenerQuestionChooseMultiplePublicFromJSONTyped = ScreenerQuestionChooseMultiplePublicFromJSONTyped;
|
|
20
|
+
exports.ScreenerQuestionChooseMultiplePublicToJSON = ScreenerQuestionChooseMultiplePublicToJSON;
|
|
21
|
+
exports.ScreenerQuestionChooseMultiplePublicToJSONTyped = ScreenerQuestionChooseMultiplePublicToJSONTyped;
|
|
22
|
+
var runtime_1 = require("../runtime");
|
|
23
|
+
var ScreenerQuestionChooseMultipleOptionsValue_1 = require("./ScreenerQuestionChooseMultipleOptionsValue");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.ScreenerQuestionChooseMultiplePublicTypeEnum = {
|
|
28
|
+
ChooseMultiple: 'chooseMultiple'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ScreenerQuestionChooseMultiplePublic interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfScreenerQuestionChooseMultiplePublic(value) {
|
|
34
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('question' in value) || value['question'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('options' in value) || value['options'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('showSelectAllOfAbove' in value) || value['showSelectAllOfAbove'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('showSelectNoneOfAbove' in value) || value['showSelectNoneOfAbove'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
function ScreenerQuestionChooseMultiplePublicFromJSON(json) {
|
|
47
|
+
return ScreenerQuestionChooseMultiplePublicFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function ScreenerQuestionChooseMultiplePublicFromJSONTyped(json, ignoreDiscriminator) {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': json['type'],
|
|
55
|
+
'question': json['question'],
|
|
56
|
+
'options': ((0, runtime_1.mapValues)(json['options'], ScreenerQuestionChooseMultipleOptionsValue_1.ScreenerQuestionChooseMultipleOptionsValueFromJSON)),
|
|
57
|
+
'randomizeOrder': json['randomizeOrder'] == null ? undefined : json['randomizeOrder'],
|
|
58
|
+
'showSelectAllOfAbove': json['showSelectAllOfAbove'],
|
|
59
|
+
'showSelectNoneOfAbove': json['showSelectNoneOfAbove'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
function ScreenerQuestionChooseMultiplePublicToJSON(json) {
|
|
63
|
+
return ScreenerQuestionChooseMultiplePublicToJSONTyped(json, false);
|
|
64
|
+
}
|
|
65
|
+
function ScreenerQuestionChooseMultiplePublicToJSONTyped(value, ignoreDiscriminator) {
|
|
66
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'type': value['type'],
|
|
72
|
+
'question': value['question'],
|
|
73
|
+
'options': ((0, runtime_1.mapValues)(value['options'], ScreenerQuestionChooseMultipleOptionsValue_1.ScreenerQuestionChooseMultipleOptionsValueToJSON)),
|
|
74
|
+
'randomizeOrder': value['randomizeOrder'],
|
|
75
|
+
'showSelectAllOfAbove': value['showSelectAllOfAbove'],
|
|
76
|
+
'showSelectNoneOfAbove': value['showSelectNoneOfAbove'],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 ScreenerQuestionOption
|
|
16
|
+
*/
|
|
17
|
+
export interface ScreenerQuestionOption {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScreenerQuestionOption
|
|
22
|
+
*/
|
|
23
|
+
optionText: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScreenerQuestionOption
|
|
28
|
+
*/
|
|
29
|
+
optionKind?: ScreenerQuestionOptionOptionKindEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ScreenerQuestionOption
|
|
34
|
+
*/
|
|
35
|
+
index: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const ScreenerQuestionOptionOptionKindEnum: {
|
|
41
|
+
readonly Neutral: "neutral";
|
|
42
|
+
readonly ScreenOutIfSelected: "screenOutIfSelected";
|
|
43
|
+
readonly PassingOption: "passingOption";
|
|
44
|
+
};
|
|
45
|
+
export type ScreenerQuestionOptionOptionKindEnum = typeof ScreenerQuestionOptionOptionKindEnum[keyof typeof ScreenerQuestionOptionOptionKindEnum];
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the ScreenerQuestionOption interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfScreenerQuestionOption(value: object): value is ScreenerQuestionOption;
|
|
50
|
+
export declare function ScreenerQuestionOptionFromJSON(json: any): ScreenerQuestionOption;
|
|
51
|
+
export declare function ScreenerQuestionOptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScreenerQuestionOption;
|
|
52
|
+
export declare function ScreenerQuestionOptionToJSON(json: any): ScreenerQuestionOption;
|
|
53
|
+
export declare function ScreenerQuestionOptionToJSONTyped(value?: ScreenerQuestionOption | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
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.ScreenerQuestionOptionOptionKindEnum = void 0;
|
|
17
|
+
exports.instanceOfScreenerQuestionOption = instanceOfScreenerQuestionOption;
|
|
18
|
+
exports.ScreenerQuestionOptionFromJSON = ScreenerQuestionOptionFromJSON;
|
|
19
|
+
exports.ScreenerQuestionOptionFromJSONTyped = ScreenerQuestionOptionFromJSONTyped;
|
|
20
|
+
exports.ScreenerQuestionOptionToJSON = ScreenerQuestionOptionToJSON;
|
|
21
|
+
exports.ScreenerQuestionOptionToJSONTyped = ScreenerQuestionOptionToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ScreenerQuestionOptionOptionKindEnum = {
|
|
26
|
+
Neutral: 'neutral',
|
|
27
|
+
ScreenOutIfSelected: 'screenOutIfSelected',
|
|
28
|
+
PassingOption: 'passingOption'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ScreenerQuestionOption interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfScreenerQuestionOption(value) {
|
|
34
|
+
if (!('optionText' in value) || value['optionText'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('index' in value) || value['index'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function ScreenerQuestionOptionFromJSON(json) {
|
|
41
|
+
return ScreenerQuestionOptionFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ScreenerQuestionOptionFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'optionText': json['optionText'],
|
|
49
|
+
'optionKind': json['optionKind'] == null ? undefined : json['optionKind'],
|
|
50
|
+
'index': json['index'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function ScreenerQuestionOptionToJSON(json) {
|
|
54
|
+
return ScreenerQuestionOptionToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function ScreenerQuestionOptionToJSONTyped(value, ignoreDiscriminator) {
|
|
57
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'optionText': value['optionText'],
|
|
63
|
+
'optionKind': value['optionKind'],
|
|
64
|
+
'index': value['index'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { ScreenerQuestionChooseMultiplePublic } from './ScreenerQuestionChooseMultiplePublic';
|
|
13
|
+
import type { ScreenerQuestionChooseOnePublic } from './ScreenerQuestionChooseOnePublic';
|
|
14
|
+
/**
|
|
15
|
+
* @type ScreenerQuestionPublic
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export type ScreenerQuestionPublic = ScreenerQuestionChooseMultiplePublic | ScreenerQuestionChooseOnePublic;
|
|
20
|
+
export declare function ScreenerQuestionPublicFromJSON(json: any): ScreenerQuestionPublic;
|
|
21
|
+
export declare function ScreenerQuestionPublicFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScreenerQuestionPublic;
|
|
22
|
+
export declare function ScreenerQuestionPublicToJSON(json: any): any;
|
|
23
|
+
export declare function ScreenerQuestionPublicToJSONTyped(value?: ScreenerQuestionPublic | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
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.ScreenerQuestionPublicFromJSON = ScreenerQuestionPublicFromJSON;
|
|
17
|
+
exports.ScreenerQuestionPublicFromJSONTyped = ScreenerQuestionPublicFromJSONTyped;
|
|
18
|
+
exports.ScreenerQuestionPublicToJSON = ScreenerQuestionPublicToJSON;
|
|
19
|
+
exports.ScreenerQuestionPublicToJSONTyped = ScreenerQuestionPublicToJSONTyped;
|
|
20
|
+
var ScreenerQuestionChooseMultiplePublic_1 = require("./ScreenerQuestionChooseMultiplePublic");
|
|
21
|
+
var ScreenerQuestionChooseOnePublic_1 = require("./ScreenerQuestionChooseOnePublic");
|
|
22
|
+
function ScreenerQuestionPublicFromJSON(json) {
|
|
23
|
+
return ScreenerQuestionPublicFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
function ScreenerQuestionPublicFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
if (typeof json !== 'object') {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
if ((0, ScreenerQuestionChooseMultiplePublic_1.instanceOfScreenerQuestionChooseMultiplePublic)(json)) {
|
|
33
|
+
return (0, ScreenerQuestionChooseMultiplePublic_1.ScreenerQuestionChooseMultiplePublicFromJSONTyped)(json, true);
|
|
34
|
+
}
|
|
35
|
+
if ((0, ScreenerQuestionChooseOnePublic_1.instanceOfScreenerQuestionChooseOnePublic)(json)) {
|
|
36
|
+
return (0, ScreenerQuestionChooseOnePublic_1.ScreenerQuestionChooseOnePublicFromJSONTyped)(json, true);
|
|
37
|
+
}
|
|
38
|
+
return {};
|
|
39
|
+
}
|
|
40
|
+
function ScreenerQuestionPublicToJSON(json) {
|
|
41
|
+
return ScreenerQuestionPublicToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ScreenerQuestionPublicToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
if (typeof value !== 'object') {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
if ((0, ScreenerQuestionChooseMultiplePublic_1.instanceOfScreenerQuestionChooseMultiplePublic)(value)) {
|
|
52
|
+
return (0, ScreenerQuestionChooseMultiplePublic_1.ScreenerQuestionChooseMultiplePublicToJSON)(value);
|
|
53
|
+
}
|
|
54
|
+
if ((0, ScreenerQuestionChooseOnePublic_1.instanceOfScreenerQuestionChooseOnePublic)(value)) {
|
|
55
|
+
return (0, ScreenerQuestionChooseOnePublic_1.ScreenerQuestionChooseOnePublicToJSON)(value);
|
|
56
|
+
}
|
|
57
|
+
return {};
|
|
58
|
+
}
|
|
@@ -23,16 +23,10 @@ export interface ScreenerQuestionResponse {
|
|
|
23
23
|
question: string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof ScreenerQuestionResponse
|
|
28
|
-
*/
|
|
29
|
-
response: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
26
|
+
* @type {any}
|
|
33
27
|
* @memberof ScreenerQuestionResponse
|
|
34
28
|
*/
|
|
35
|
-
|
|
29
|
+
response: any | null;
|
|
36
30
|
}
|
|
37
31
|
/**
|
|
38
32
|
* Check if a given object implements the ScreenerQuestionResponse interface.
|
|
@@ -26,8 +26,6 @@ function instanceOfScreenerQuestionResponse(value) {
|
|
|
26
26
|
return false;
|
|
27
27
|
if (!('response' in value) || value['response'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
-
if (!('passing' in value) || value['passing'] === undefined)
|
|
30
|
-
return false;
|
|
31
29
|
return true;
|
|
32
30
|
}
|
|
33
31
|
function ScreenerQuestionResponseFromJSON(json) {
|
|
@@ -40,7 +38,6 @@ function ScreenerQuestionResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
38
|
return {
|
|
41
39
|
'question': json['question'],
|
|
42
40
|
'response': json['response'],
|
|
43
|
-
'passing': json['passing'],
|
|
44
41
|
};
|
|
45
42
|
}
|
|
46
43
|
function ScreenerQuestionResponseToJSON(json) {
|
|
@@ -54,6 +51,5 @@ function ScreenerQuestionResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
|
54
51
|
return {
|
|
55
52
|
'question': value['question'],
|
|
56
53
|
'response': value['response'],
|
|
57
|
-
'passing': value['passing'],
|
|
58
54
|
};
|
|
59
55
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SelectFilterSchemaKind } from './SelectFilterSchemaKind';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
@@ -18,10 +17,10 @@ import type { SelectFilterSchemaKind } from './SelectFilterSchemaKind';
|
|
|
18
17
|
export interface SelectFilterSchema {
|
|
19
18
|
/**
|
|
20
19
|
*
|
|
21
|
-
* @type {
|
|
20
|
+
* @type {string}
|
|
22
21
|
* @memberof SelectFilterSchema
|
|
23
22
|
*/
|
|
24
|
-
kind:
|
|
23
|
+
kind: SelectFilterSchemaKindEnum;
|
|
25
24
|
/**
|
|
26
25
|
*
|
|
27
26
|
* @type {string}
|
|
@@ -35,6 +34,14 @@ export interface SelectFilterSchema {
|
|
|
35
34
|
*/
|
|
36
35
|
values: Array<string>;
|
|
37
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const SelectFilterSchemaKindEnum: {
|
|
41
|
+
readonly Single: "single";
|
|
42
|
+
readonly Multi: "multi";
|
|
43
|
+
};
|
|
44
|
+
export type SelectFilterSchemaKindEnum = typeof SelectFilterSchemaKindEnum[keyof typeof SelectFilterSchemaKindEnum];
|
|
38
45
|
/**
|
|
39
46
|
* Check if a given object implements the SelectFilterSchema interface.
|
|
40
47
|
*/
|
|
@@ -13,12 +13,19 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SelectFilterSchemaKindEnum = void 0;
|
|
16
17
|
exports.instanceOfSelectFilterSchema = instanceOfSelectFilterSchema;
|
|
17
18
|
exports.SelectFilterSchemaFromJSON = SelectFilterSchemaFromJSON;
|
|
18
19
|
exports.SelectFilterSchemaFromJSONTyped = SelectFilterSchemaFromJSONTyped;
|
|
19
20
|
exports.SelectFilterSchemaToJSON = SelectFilterSchemaToJSON;
|
|
20
21
|
exports.SelectFilterSchemaToJSONTyped = SelectFilterSchemaToJSONTyped;
|
|
21
|
-
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.SelectFilterSchemaKindEnum = {
|
|
26
|
+
Single: 'single',
|
|
27
|
+
Multi: 'multi'
|
|
28
|
+
};
|
|
22
29
|
/**
|
|
23
30
|
* Check if a given object implements the SelectFilterSchema interface.
|
|
24
31
|
*/
|
|
@@ -39,7 +46,7 @@ function SelectFilterSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
46
|
return json;
|
|
40
47
|
}
|
|
41
48
|
return {
|
|
42
|
-
'kind':
|
|
49
|
+
'kind': json['kind'],
|
|
43
50
|
'id': json['id'],
|
|
44
51
|
'values': json['values'],
|
|
45
52
|
};
|
|
@@ -53,7 +60,7 @@ function SelectFilterSchemaToJSONTyped(value, ignoreDiscriminator) {
|
|
|
53
60
|
return value;
|
|
54
61
|
}
|
|
55
62
|
return {
|
|
56
|
-
'kind':
|
|
63
|
+
'kind': value['kind'],
|
|
57
64
|
'id': value['id'],
|
|
58
65
|
'values': value['values'],
|
|
59
66
|
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './ApiDemosCreateDemoInvitePostRequest';
|
|
2
2
|
export * from './ApiFilesFileIdSignedUrlPost200Response';
|
|
3
3
|
export * from './ApiFilesFileIdSignedUrlPostRequest';
|
|
4
|
-
export * from './ApiFilesFileIdSignedUrlPostRequestAction';
|
|
5
4
|
export * from './ApiInvitesIdParticipantInvitesGet200Response';
|
|
6
5
|
export * from './ApiInvitesIdParticipantInvitesParticipantIdPutRequest';
|
|
7
6
|
export * from './ApiInvitesIdParticipantInvitesPostRequest';
|
|
@@ -14,7 +13,6 @@ export * from './ApiProjectsPostRequest';
|
|
|
14
13
|
export * from './ApiProjectsPostRequestThreadAssetsInner';
|
|
15
14
|
export * from './ApiProjectsProjectIdAnalysisPost200Response';
|
|
16
15
|
export * from './ApiProjectsProjectIdAnalysisPostRequest';
|
|
17
|
-
export * from './ApiProjectsProjectIdAnalysisPostRequestKind';
|
|
18
16
|
export * from './ApiProjectsProjectIdFilesFileIdPutRequest';
|
|
19
17
|
export * from './ApiProjectsProjectIdFilesGet200Response';
|
|
20
18
|
export * from './ApiProjectsProjectIdFilesPostRequest';
|
|
@@ -33,7 +31,6 @@ export * from './ArtifactDataThematicAnalysisData';
|
|
|
33
31
|
export * from './ArtifactDataThematicAnalysisDataThemesInner';
|
|
34
32
|
export * from './ArtifactKind';
|
|
35
33
|
export * from './ArtifactMetadata';
|
|
36
|
-
export * from './ArtifactMetadataStatus';
|
|
37
34
|
export * from './ArtifactVersionGroup';
|
|
38
35
|
export * from './Attribute';
|
|
39
36
|
export * from './AttributeFilterGroupSchemaInner';
|
|
@@ -88,7 +85,6 @@ export * from './GetProjectShares200Response';
|
|
|
88
85
|
export * from './GetProjects200Response';
|
|
89
86
|
export * from './GetSharedArtifactVersionGroups200Response';
|
|
90
87
|
export * from './GetSharedInviteResponses200Response';
|
|
91
|
-
export * from './GetSharedInviteResponsesStatusesParameterInner';
|
|
92
88
|
export * from './InboundCallResponse';
|
|
93
89
|
export * from './InternalServerErrorResponse';
|
|
94
90
|
export * from './Invite';
|
|
@@ -118,7 +114,6 @@ export * from './Login200Response';
|
|
|
118
114
|
export * from './Login200ResponseAnyOf';
|
|
119
115
|
export * from './Login400Response';
|
|
120
116
|
export * from './Login400ResponseAnyOf';
|
|
121
|
-
export * from './Login400ResponseAnyOfError';
|
|
122
117
|
export * from './LoginRequest';
|
|
123
118
|
export * from './ModelFile';
|
|
124
119
|
export * from './Moderator';
|
|
@@ -127,7 +122,7 @@ export * from './ModeratorVisibility';
|
|
|
127
122
|
export * from './NotFoundErrorResponse';
|
|
128
123
|
export * from './NumberFilterSchema';
|
|
129
124
|
export * from './OpenAiModelConfig';
|
|
130
|
-
export * from './
|
|
125
|
+
export * from './OptionKind';
|
|
131
126
|
export * from './Org';
|
|
132
127
|
export * from './OrgData';
|
|
133
128
|
export * from './PanelQualification';
|
|
@@ -178,15 +173,20 @@ export * from './ResponseRedirectEvent';
|
|
|
178
173
|
export * from './ResponseStartCallEvent';
|
|
179
174
|
export * from './ResponseSubmitEmailEvent';
|
|
180
175
|
export * from './ResponseSubmitScreenerEvent';
|
|
176
|
+
export * from './ScreenerQuestion';
|
|
177
|
+
export * from './ScreenerQuestionChooseMultiple';
|
|
178
|
+
export * from './ScreenerQuestionChooseMultipleOptionsValue';
|
|
179
|
+
export * from './ScreenerQuestionChooseMultiplePublic';
|
|
181
180
|
export * from './ScreenerQuestionChooseOne';
|
|
182
181
|
export * from './ScreenerQuestionChooseOnePublic';
|
|
182
|
+
export * from './ScreenerQuestionOption';
|
|
183
|
+
export * from './ScreenerQuestionPublic';
|
|
183
184
|
export * from './ScreenerQuestionResponse';
|
|
184
185
|
export * from './SearchProjectTranscriptsResponse';
|
|
185
186
|
export * from './SearchSharedResponseMessages200ResponseInner';
|
|
186
187
|
export * from './SearchSharedResponseMessagesRequest';
|
|
187
188
|
export * from './SearchSharedResponseMessagesRequestInviteResponseMessagesInner';
|
|
188
189
|
export * from './SelectFilterSchema';
|
|
189
|
-
export * from './SelectFilterSchemaKind';
|
|
190
190
|
export * from './ShareEntity';
|
|
191
191
|
export * from './ShareEntityConfig';
|
|
192
192
|
export * from './ShareEntityCreatedByKind';
|
package/dist/models/index.js
CHANGED
|
@@ -19,7 +19,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
__exportStar(require("./ApiDemosCreateDemoInvitePostRequest"), exports);
|
|
20
20
|
__exportStar(require("./ApiFilesFileIdSignedUrlPost200Response"), exports);
|
|
21
21
|
__exportStar(require("./ApiFilesFileIdSignedUrlPostRequest"), exports);
|
|
22
|
-
__exportStar(require("./ApiFilesFileIdSignedUrlPostRequestAction"), exports);
|
|
23
22
|
__exportStar(require("./ApiInvitesIdParticipantInvitesGet200Response"), exports);
|
|
24
23
|
__exportStar(require("./ApiInvitesIdParticipantInvitesParticipantIdPutRequest"), exports);
|
|
25
24
|
__exportStar(require("./ApiInvitesIdParticipantInvitesPostRequest"), exports);
|
|
@@ -32,7 +31,6 @@ __exportStar(require("./ApiProjectsPostRequest"), exports);
|
|
|
32
31
|
__exportStar(require("./ApiProjectsPostRequestThreadAssetsInner"), exports);
|
|
33
32
|
__exportStar(require("./ApiProjectsProjectIdAnalysisPost200Response"), exports);
|
|
34
33
|
__exportStar(require("./ApiProjectsProjectIdAnalysisPostRequest"), exports);
|
|
35
|
-
__exportStar(require("./ApiProjectsProjectIdAnalysisPostRequestKind"), exports);
|
|
36
34
|
__exportStar(require("./ApiProjectsProjectIdFilesFileIdPutRequest"), exports);
|
|
37
35
|
__exportStar(require("./ApiProjectsProjectIdFilesGet200Response"), exports);
|
|
38
36
|
__exportStar(require("./ApiProjectsProjectIdFilesPostRequest"), exports);
|
|
@@ -51,7 +49,6 @@ __exportStar(require("./ArtifactDataThematicAnalysisData"), exports);
|
|
|
51
49
|
__exportStar(require("./ArtifactDataThematicAnalysisDataThemesInner"), exports);
|
|
52
50
|
__exportStar(require("./ArtifactKind"), exports);
|
|
53
51
|
__exportStar(require("./ArtifactMetadata"), exports);
|
|
54
|
-
__exportStar(require("./ArtifactMetadataStatus"), exports);
|
|
55
52
|
__exportStar(require("./ArtifactVersionGroup"), exports);
|
|
56
53
|
__exportStar(require("./Attribute"), exports);
|
|
57
54
|
__exportStar(require("./AttributeFilterGroupSchemaInner"), exports);
|
|
@@ -106,7 +103,6 @@ __exportStar(require("./GetProjectShares200Response"), exports);
|
|
|
106
103
|
__exportStar(require("./GetProjects200Response"), exports);
|
|
107
104
|
__exportStar(require("./GetSharedArtifactVersionGroups200Response"), exports);
|
|
108
105
|
__exportStar(require("./GetSharedInviteResponses200Response"), exports);
|
|
109
|
-
__exportStar(require("./GetSharedInviteResponsesStatusesParameterInner"), exports);
|
|
110
106
|
__exportStar(require("./InboundCallResponse"), exports);
|
|
111
107
|
__exportStar(require("./InternalServerErrorResponse"), exports);
|
|
112
108
|
__exportStar(require("./Invite"), exports);
|
|
@@ -136,7 +132,6 @@ __exportStar(require("./Login200Response"), exports);
|
|
|
136
132
|
__exportStar(require("./Login200ResponseAnyOf"), exports);
|
|
137
133
|
__exportStar(require("./Login400Response"), exports);
|
|
138
134
|
__exportStar(require("./Login400ResponseAnyOf"), exports);
|
|
139
|
-
__exportStar(require("./Login400ResponseAnyOfError"), exports);
|
|
140
135
|
__exportStar(require("./LoginRequest"), exports);
|
|
141
136
|
__exportStar(require("./ModelFile"), exports);
|
|
142
137
|
__exportStar(require("./Moderator"), exports);
|
|
@@ -145,7 +140,7 @@ __exportStar(require("./ModeratorVisibility"), exports);
|
|
|
145
140
|
__exportStar(require("./NotFoundErrorResponse"), exports);
|
|
146
141
|
__exportStar(require("./NumberFilterSchema"), exports);
|
|
147
142
|
__exportStar(require("./OpenAiModelConfig"), exports);
|
|
148
|
-
__exportStar(require("./
|
|
143
|
+
__exportStar(require("./OptionKind"), exports);
|
|
149
144
|
__exportStar(require("./Org"), exports);
|
|
150
145
|
__exportStar(require("./OrgData"), exports);
|
|
151
146
|
__exportStar(require("./PanelQualification"), exports);
|
|
@@ -196,15 +191,20 @@ __exportStar(require("./ResponseRedirectEvent"), exports);
|
|
|
196
191
|
__exportStar(require("./ResponseStartCallEvent"), exports);
|
|
197
192
|
__exportStar(require("./ResponseSubmitEmailEvent"), exports);
|
|
198
193
|
__exportStar(require("./ResponseSubmitScreenerEvent"), exports);
|
|
194
|
+
__exportStar(require("./ScreenerQuestion"), exports);
|
|
195
|
+
__exportStar(require("./ScreenerQuestionChooseMultiple"), exports);
|
|
196
|
+
__exportStar(require("./ScreenerQuestionChooseMultipleOptionsValue"), exports);
|
|
197
|
+
__exportStar(require("./ScreenerQuestionChooseMultiplePublic"), exports);
|
|
199
198
|
__exportStar(require("./ScreenerQuestionChooseOne"), exports);
|
|
200
199
|
__exportStar(require("./ScreenerQuestionChooseOnePublic"), exports);
|
|
200
|
+
__exportStar(require("./ScreenerQuestionOption"), exports);
|
|
201
|
+
__exportStar(require("./ScreenerQuestionPublic"), exports);
|
|
201
202
|
__exportStar(require("./ScreenerQuestionResponse"), exports);
|
|
202
203
|
__exportStar(require("./SearchProjectTranscriptsResponse"), exports);
|
|
203
204
|
__exportStar(require("./SearchSharedResponseMessages200ResponseInner"), exports);
|
|
204
205
|
__exportStar(require("./SearchSharedResponseMessagesRequest"), exports);
|
|
205
206
|
__exportStar(require("./SearchSharedResponseMessagesRequestInviteResponseMessagesInner"), exports);
|
|
206
207
|
__exportStar(require("./SelectFilterSchema"), exports);
|
|
207
|
-
__exportStar(require("./SelectFilterSchemaKind"), exports);
|
|
208
208
|
__exportStar(require("./ShareEntity"), exports);
|
|
209
209
|
__exportStar(require("./ShareEntityConfig"), exports);
|
|
210
210
|
__exportStar(require("./ShareEntityCreatedByKind"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keplar-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "OpenAPI client for keplar-api",
|
|
5
5
|
"author": "OpenAPI-Generator",
|
|
6
6
|
"repository": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
|
9
9
|
},
|
|
10
10
|
"main": "./dist/index.js",
|
|
11
|
-
"
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
14
|
"prepare": "npm run build"
|