keplar-api 0.0.3 → 0.0.5
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 +6 -7
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +25 -10
- package/dist/apis/DefaultApi.js +80 -15
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +1 -1
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.js +2 -2
- package/dist/models/ApiFilesFileIdSignedUrlPost200Response.d.ts +1 -1
- package/dist/models/ApiFilesFileIdSignedUrlPost200Response.js +2 -2
- package/dist/models/ApiInviteCodeCodeGet200Response.d.ts +3 -35
- package/dist/models/ApiInviteCodeCodeGet200Response.js +4 -24
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.d.ts +32 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.js +51 -0
- package/dist/models/ApiInviteCodeCodeStartGet302Response.d.ts +3 -35
- package/dist/models/ApiInviteCodeCodeStartGet302Response.js +4 -24
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.d.ts +64 -0
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.js +63 -0
- package/dist/models/ApiInvitesPostRequest.d.ts +1 -1
- package/dist/models/ApiInvitesPostRequest.js +1 -2
- package/dist/models/ApiThreadsThreadIdProjectBriefVersionsGet200Response.d.ts +33 -0
- package/dist/models/ApiThreadsThreadIdProjectBriefVersionsGet200Response.js +52 -0
- package/dist/models/CodeInvite.d.ts +3 -35
- package/dist/models/CodeInvite.js +4 -24
- package/dist/models/CodeInviteResponse.d.ts +0 -7
- package/dist/models/CodeInviteResponse.js +0 -3
- package/dist/models/InviteResponse.d.ts +7 -0
- package/dist/models/InviteResponse.js +3 -0
- package/dist/models/InviteResponseData.d.ts +5 -13
- package/dist/models/InviteResponseData.js +2 -4
- package/dist/models/InviteResponseMetadata.d.ts +34 -0
- package/dist/models/InviteResponseMetadata.js +49 -0
- package/dist/models/InviteResponseUpdateEvent.d.ts +21 -1
- package/dist/models/InviteResponseUpdateEvent.js +46 -66
- package/dist/models/ProjectBrief.d.ts +68 -0
- package/dist/models/ProjectBrief.js +71 -0
- package/dist/models/ProjectConfig.d.ts +18 -5
- package/dist/models/ProjectConfig.js +8 -3
- package/dist/models/ProjectKind.d.ts +26 -0
- package/dist/models/ProjectKind.js +52 -0
- package/dist/models/RepdataQualificationAllowedOptionIdsInner.d.ts +8 -3
- package/dist/models/RepdataQualificationAllowedOptionIdsInner.js +9 -8
- package/dist/models/ThreadMetadata.d.ts +3 -3
- package/dist/models/ThreadMetadata.js +3 -3
- package/dist/models/TranscriptMessage.d.ts +1 -1
- package/dist/models/TranscriptMessage.js +2 -2
- package/dist/models/index.d.ts +6 -7
- package/dist/models/index.js +6 -7
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +92 -24
- package/src/models/ApiCallMessagesSearchPost200ResponseInner.ts +3 -3
- package/src/models/ApiFilesFileIdSignedUrlPost200Response.ts +3 -3
- package/src/models/ApiInviteCodeCodeGet200Response.ts +11 -69
- package/src/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.ts +66 -0
- package/src/models/ApiInviteCodeCodeStartGet302Response.ts +11 -69
- package/src/models/ApiInviteCodeCodeStartGet302ResponseSettings.ts +121 -0
- package/src/models/ApiInvitesPostRequest.ts +2 -2
- package/src/models/ApiThreadsThreadIdProjectBriefVersionsGet200Response.ts +74 -0
- package/src/models/CodeInvite.ts +11 -69
- package/src/models/CodeInviteResponse.ts +0 -15
- package/src/models/InviteResponse.ts +15 -0
- package/src/models/InviteResponseData.ts +7 -15
- package/src/models/InviteResponseMetadata.ts +65 -0
- package/src/models/InviteResponseUpdateEvent.ts +47 -69
- package/src/models/ProjectBrief.ts +118 -0
- package/src/models/ProjectConfig.ts +37 -12
- package/src/models/ProjectKind.ts +54 -0
- package/src/models/RepdataQualificationAllowedOptionIdsInner.ts +14 -13
- package/src/models/ThreadMetadata.ts +10 -10
- package/src/models/TranscriptMessage.ts +3 -3
- package/src/models/index.ts +6 -7
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.d.ts +0 -45
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.js +0 -56
- package/dist/models/ApiThreadsThreadIdProjectDraftVersionsGet200Response.d.ts +0 -33
- package/dist/models/ApiThreadsThreadIdProjectDraftVersionsGet200Response.js +0 -52
- package/dist/models/ProjectDraftVersion.d.ts +0 -68
- package/dist/models/ProjectDraftVersion.js +0 -63
- package/dist/models/ProjectTemplateSettings.d.ts +0 -24
- package/dist/models/ProjectTemplateSettings.js +0 -65
- package/dist/models/TemplateConceptTest.d.ts +0 -45
- package/dist/models/TemplateConceptTest.js +0 -62
- package/dist/models/TemplateCustom.d.ts +0 -45
- package/dist/models/TemplateCustom.js +0 -62
- package/dist/models/TemplateInterview.d.ts +0 -51
- package/dist/models/TemplateInterview.js +0 -66
- package/src/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.ts +0 -90
- package/src/models/ApiThreadsThreadIdProjectDraftVersionsGet200Response.ts +0 -74
- package/src/models/ProjectDraftVersion.ts +0 -114
- package/src/models/ProjectTemplateSettings.ts +0 -91
- package/src/models/TemplateConceptTest.ts +0 -85
- package/src/models/TemplateCustom.ts +0 -85
- package/src/models/TemplateInterview.ts +0 -94
package/src/models/index.ts
CHANGED
|
@@ -7,11 +7,12 @@ export * from './ApiFilesFileIdSignedUrlPostRequest';
|
|
|
7
7
|
export * from './ApiFilesFileIdSignedUrlPostRequestAction';
|
|
8
8
|
export * from './ApiInviteCodeCodeGet200Response';
|
|
9
9
|
export * from './ApiInviteCodeCodeResponsesResponseIdPut404Response';
|
|
10
|
+
export * from './ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response';
|
|
10
11
|
export * from './ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest';
|
|
11
12
|
export * from './ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest';
|
|
12
13
|
export * from './ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall';
|
|
13
14
|
export * from './ApiInviteCodeCodeStartGet302Response';
|
|
14
|
-
export * from './
|
|
15
|
+
export * from './ApiInviteCodeCodeStartGet302ResponseSettings';
|
|
15
16
|
export * from './ApiInvitesIdParticipantInvitesParticipantIdPutRequest';
|
|
16
17
|
export * from './ApiInvitesIdParticipantInvitesPostRequest';
|
|
17
18
|
export * from './ApiInvitesIdParticipantInvitesPostRequestParticipant';
|
|
@@ -31,7 +32,7 @@ export * from './ApiProjectsProjectIdSearchTranscriptsPostRequest';
|
|
|
31
32
|
export * from './ApiThreadsGet200Response';
|
|
32
33
|
export * from './ApiThreadsThreadIdFilesGet200Response';
|
|
33
34
|
export * from './ApiThreadsThreadIdPostRequest';
|
|
34
|
-
export * from './
|
|
35
|
+
export * from './ApiThreadsThreadIdProjectBriefVersionsGet200Response';
|
|
35
36
|
export * from './BadRequestErrorResponse';
|
|
36
37
|
export * from './Call';
|
|
37
38
|
export * from './CallEvent';
|
|
@@ -60,6 +61,7 @@ export * from './InviteConfig';
|
|
|
60
61
|
export * from './InviteResponse';
|
|
61
62
|
export * from './InviteResponseData';
|
|
62
63
|
export * from './InviteResponseKind';
|
|
64
|
+
export * from './InviteResponseMetadata';
|
|
63
65
|
export * from './InviteResponseStatus';
|
|
64
66
|
export * from './InviteResponseUpdateEvent';
|
|
65
67
|
export * from './InviteStatus';
|
|
@@ -80,14 +82,15 @@ export * from './PhoneCallStartResponse';
|
|
|
80
82
|
export * from './Project';
|
|
81
83
|
export * from './ProjectAnalysis';
|
|
82
84
|
export * from './ProjectAudience';
|
|
85
|
+
export * from './ProjectBrief';
|
|
83
86
|
export * from './ProjectConfig';
|
|
84
87
|
export * from './ProjectConversationConfig';
|
|
85
|
-
export * from './ProjectDraftVersion';
|
|
86
88
|
export * from './ProjectFile';
|
|
87
89
|
export * from './ProjectFileCategory';
|
|
88
90
|
export * from './ProjectFileMetadata';
|
|
89
91
|
export * from './ProjectFilePublic';
|
|
90
92
|
export * from './ProjectFilePublicFile';
|
|
93
|
+
export * from './ProjectKind';
|
|
91
94
|
export * from './ProjectPanelQualification';
|
|
92
95
|
export * from './ProjectPanelRespondentAttribute';
|
|
93
96
|
export * from './ProjectPanelSettings';
|
|
@@ -96,7 +99,6 @@ export * from './ProjectScreenerQuestionChooseOnePublic';
|
|
|
96
99
|
export * from './ProjectScreenerQuestionResponse';
|
|
97
100
|
export * from './ProjectStatus';
|
|
98
101
|
export * from './ProjectSummaryWithAnalytics';
|
|
99
|
-
export * from './ProjectTemplateSettings';
|
|
100
102
|
export * from './ProjectWithAnalytics';
|
|
101
103
|
export * from './RemainingResponsesResponse';
|
|
102
104
|
export * from './RepDataConfigLegacy';
|
|
@@ -123,9 +125,6 @@ export * from './ResponseStartCallEvent';
|
|
|
123
125
|
export * from './ResponseSubmitEmailEvent';
|
|
124
126
|
export * from './ResponseSubmitScreenerEvent';
|
|
125
127
|
export * from './SearchProjectTranscriptsResponse';
|
|
126
|
-
export * from './TemplateConceptTest';
|
|
127
|
-
export * from './TemplateCustom';
|
|
128
|
-
export * from './TemplateInterview';
|
|
129
128
|
export * from './Thread';
|
|
130
129
|
export * from './ThreadCreateProjectStatus';
|
|
131
130
|
export * from './ThreadFile';
|
|
@@ -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 { ProjectScreenerQuestionChooseOnePublic } from './ProjectScreenerQuestionChooseOnePublic';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiInviteCodeCodeStartGet302ResponseProjectConfig
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiInviteCodeCodeStartGet302ResponseProjectConfig {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof ApiInviteCodeCodeStartGet302ResponseProjectConfig
|
|
23
|
-
*/
|
|
24
|
-
maxDurationSeconds: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof ApiInviteCodeCodeStartGet302ResponseProjectConfig
|
|
29
|
-
*/
|
|
30
|
-
collectEmail?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Array<ProjectScreenerQuestionChooseOnePublic>}
|
|
34
|
-
* @memberof ApiInviteCodeCodeStartGet302ResponseProjectConfig
|
|
35
|
-
*/
|
|
36
|
-
screenerQuestions?: Array<ProjectScreenerQuestionChooseOnePublic>;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the ApiInviteCodeCodeStartGet302ResponseProjectConfig interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfApiInviteCodeCodeStartGet302ResponseProjectConfig(value: object): value is ApiInviteCodeCodeStartGet302ResponseProjectConfig;
|
|
42
|
-
export declare function ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON(json: any): ApiInviteCodeCodeStartGet302ResponseProjectConfig;
|
|
43
|
-
export declare function ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiInviteCodeCodeStartGet302ResponseProjectConfig;
|
|
44
|
-
export declare function ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON(json: any): ApiInviteCodeCodeStartGet302ResponseProjectConfig;
|
|
45
|
-
export declare function ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSONTyped(value?: ApiInviteCodeCodeStartGet302ResponseProjectConfig | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,56 +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.instanceOfApiInviteCodeCodeStartGet302ResponseProjectConfig = instanceOfApiInviteCodeCodeStartGet302ResponseProjectConfig;
|
|
17
|
-
exports.ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON = ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON;
|
|
18
|
-
exports.ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSONTyped = ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSONTyped;
|
|
19
|
-
exports.ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON = ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON;
|
|
20
|
-
exports.ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSONTyped = ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSONTyped;
|
|
21
|
-
var ProjectScreenerQuestionChooseOnePublic_1 = require("./ProjectScreenerQuestionChooseOnePublic");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the ApiInviteCodeCodeStartGet302ResponseProjectConfig interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfApiInviteCodeCodeStartGet302ResponseProjectConfig(value) {
|
|
26
|
-
if (!('maxDurationSeconds' in value) || value['maxDurationSeconds'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON(json) {
|
|
31
|
-
return ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'maxDurationSeconds': json['maxDurationSeconds'],
|
|
39
|
-
'collectEmail': json['collectEmail'] == null ? undefined : json['collectEmail'],
|
|
40
|
-
'screenerQuestions': json['screenerQuestions'] == null ? undefined : (json['screenerQuestions'].map(ProjectScreenerQuestionChooseOnePublic_1.ProjectScreenerQuestionChooseOnePublicFromJSON)),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
function ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON(json) {
|
|
44
|
-
return ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSONTyped(json, false);
|
|
45
|
-
}
|
|
46
|
-
function ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSONTyped(value, ignoreDiscriminator) {
|
|
47
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
48
|
-
if (value == null) {
|
|
49
|
-
return value;
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
'maxDurationSeconds': value['maxDurationSeconds'],
|
|
53
|
-
'collectEmail': value['collectEmail'],
|
|
54
|
-
'screenerQuestions': value['screenerQuestions'] == null ? undefined : (value['screenerQuestions'].map(ProjectScreenerQuestionChooseOnePublic_1.ProjectScreenerQuestionChooseOnePublicToJSON)),
|
|
55
|
-
};
|
|
56
|
-
}
|
|
@@ -1,33 +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 { ProjectDraftVersion } from './ProjectDraftVersion';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiThreadsThreadIdProjectDraftVersionsGet200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiThreadsThreadIdProjectDraftVersionsGet200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ProjectDraftVersion>}
|
|
22
|
-
* @memberof ApiThreadsThreadIdProjectDraftVersionsGet200Response
|
|
23
|
-
*/
|
|
24
|
-
versions: Array<ProjectDraftVersion>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the ApiThreadsThreadIdProjectDraftVersionsGet200Response interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfApiThreadsThreadIdProjectDraftVersionsGet200Response(value: object): value is ApiThreadsThreadIdProjectDraftVersionsGet200Response;
|
|
30
|
-
export declare function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSON(json: any): ApiThreadsThreadIdProjectDraftVersionsGet200Response;
|
|
31
|
-
export declare function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiThreadsThreadIdProjectDraftVersionsGet200Response;
|
|
32
|
-
export declare function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSON(json: any): ApiThreadsThreadIdProjectDraftVersionsGet200Response;
|
|
33
|
-
export declare function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSONTyped(value?: ApiThreadsThreadIdProjectDraftVersionsGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,52 +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.instanceOfApiThreadsThreadIdProjectDraftVersionsGet200Response = instanceOfApiThreadsThreadIdProjectDraftVersionsGet200Response;
|
|
17
|
-
exports.ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSON = ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSON;
|
|
18
|
-
exports.ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSONTyped = ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSONTyped;
|
|
19
|
-
exports.ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSON = ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSON;
|
|
20
|
-
exports.ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSONTyped = ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSONTyped;
|
|
21
|
-
var ProjectDraftVersion_1 = require("./ProjectDraftVersion");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the ApiThreadsThreadIdProjectDraftVersionsGet200Response interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfApiThreadsThreadIdProjectDraftVersionsGet200Response(value) {
|
|
26
|
-
if (!('versions' in value) || value['versions'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSON(json) {
|
|
31
|
-
return ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'versions': (json['versions'].map(ProjectDraftVersion_1.ProjectDraftVersionFromJSON)),
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSON(json) {
|
|
42
|
-
return ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSONTyped(json, false);
|
|
43
|
-
}
|
|
44
|
-
function ApiThreadsThreadIdProjectDraftVersionsGet200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
-
if (value == null) {
|
|
47
|
-
return value;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'versions': (value['versions'].map(ProjectDraftVersion_1.ProjectDraftVersionToJSON)),
|
|
51
|
-
};
|
|
52
|
-
}
|
|
@@ -1,68 +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 ProjectDraftVersion
|
|
16
|
-
*/
|
|
17
|
-
export interface ProjectDraftVersion {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ProjectDraftVersion
|
|
22
|
-
*/
|
|
23
|
-
version: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProjectDraftVersion
|
|
28
|
-
*/
|
|
29
|
-
business_context?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ProjectDraftVersion
|
|
34
|
-
*/
|
|
35
|
-
learning_goals?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ProjectDraftVersion
|
|
40
|
-
*/
|
|
41
|
-
interview_questions?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {Array<any>}
|
|
45
|
-
* @memberof ProjectDraftVersion
|
|
46
|
-
*/
|
|
47
|
-
assets?: Array<any>;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof ProjectDraftVersion
|
|
52
|
-
*/
|
|
53
|
-
name?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof ProjectDraftVersion
|
|
58
|
-
*/
|
|
59
|
-
description?: string;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* Check if a given object implements the ProjectDraftVersion interface.
|
|
63
|
-
*/
|
|
64
|
-
export declare function instanceOfProjectDraftVersion(value: object): value is ProjectDraftVersion;
|
|
65
|
-
export declare function ProjectDraftVersionFromJSON(json: any): ProjectDraftVersion;
|
|
66
|
-
export declare function ProjectDraftVersionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectDraftVersion;
|
|
67
|
-
export declare function ProjectDraftVersionToJSON(json: any): ProjectDraftVersion;
|
|
68
|
-
export declare function ProjectDraftVersionToJSONTyped(value?: ProjectDraftVersion | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,63 +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.instanceOfProjectDraftVersion = instanceOfProjectDraftVersion;
|
|
17
|
-
exports.ProjectDraftVersionFromJSON = ProjectDraftVersionFromJSON;
|
|
18
|
-
exports.ProjectDraftVersionFromJSONTyped = ProjectDraftVersionFromJSONTyped;
|
|
19
|
-
exports.ProjectDraftVersionToJSON = ProjectDraftVersionToJSON;
|
|
20
|
-
exports.ProjectDraftVersionToJSONTyped = ProjectDraftVersionToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the ProjectDraftVersion interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfProjectDraftVersion(value) {
|
|
25
|
-
if (!('version' in value) || value['version'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function ProjectDraftVersionFromJSON(json) {
|
|
30
|
-
return ProjectDraftVersionFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function ProjectDraftVersionFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'version': json['version'],
|
|
38
|
-
'business_context': json['business_context'] == null ? undefined : json['business_context'],
|
|
39
|
-
'learning_goals': json['learning_goals'] == null ? undefined : json['learning_goals'],
|
|
40
|
-
'interview_questions': json['interview_questions'] == null ? undefined : json['interview_questions'],
|
|
41
|
-
'assets': json['assets'] == null ? undefined : json['assets'],
|
|
42
|
-
'name': json['name'] == null ? undefined : json['name'],
|
|
43
|
-
'description': json['description'] == null ? undefined : json['description'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function ProjectDraftVersionToJSON(json) {
|
|
47
|
-
return ProjectDraftVersionToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function ProjectDraftVersionToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
51
|
-
if (value == null) {
|
|
52
|
-
return value;
|
|
53
|
-
}
|
|
54
|
-
return {
|
|
55
|
-
'version': value['version'],
|
|
56
|
-
'business_context': value['business_context'],
|
|
57
|
-
'learning_goals': value['learning_goals'],
|
|
58
|
-
'interview_questions': value['interview_questions'],
|
|
59
|
-
'assets': value['assets'],
|
|
60
|
-
'name': value['name'],
|
|
61
|
-
'description': value['description'],
|
|
62
|
-
};
|
|
63
|
-
}
|
|
@@ -1,24 +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 { TemplateConceptTest } from './TemplateConceptTest';
|
|
13
|
-
import type { TemplateCustom } from './TemplateCustom';
|
|
14
|
-
import type { TemplateInterview } from './TemplateInterview';
|
|
15
|
-
/**
|
|
16
|
-
* @type ProjectTemplateSettings
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
|
-
export type ProjectTemplateSettings = TemplateConceptTest | TemplateCustom | TemplateInterview;
|
|
21
|
-
export declare function ProjectTemplateSettingsFromJSON(json: any): ProjectTemplateSettings;
|
|
22
|
-
export declare function ProjectTemplateSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectTemplateSettings;
|
|
23
|
-
export declare function ProjectTemplateSettingsToJSON(json: any): any;
|
|
24
|
-
export declare function ProjectTemplateSettingsToJSONTyped(value?: ProjectTemplateSettings | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,65 +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.ProjectTemplateSettingsFromJSON = ProjectTemplateSettingsFromJSON;
|
|
17
|
-
exports.ProjectTemplateSettingsFromJSONTyped = ProjectTemplateSettingsFromJSONTyped;
|
|
18
|
-
exports.ProjectTemplateSettingsToJSON = ProjectTemplateSettingsToJSON;
|
|
19
|
-
exports.ProjectTemplateSettingsToJSONTyped = ProjectTemplateSettingsToJSONTyped;
|
|
20
|
-
var TemplateConceptTest_1 = require("./TemplateConceptTest");
|
|
21
|
-
var TemplateCustom_1 = require("./TemplateCustom");
|
|
22
|
-
var TemplateInterview_1 = require("./TemplateInterview");
|
|
23
|
-
function ProjectTemplateSettingsFromJSON(json) {
|
|
24
|
-
return ProjectTemplateSettingsFromJSONTyped(json, false);
|
|
25
|
-
}
|
|
26
|
-
function ProjectTemplateSettingsFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
-
if (json == null) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
if (typeof json !== 'object') {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
if ((0, TemplateConceptTest_1.instanceOfTemplateConceptTest)(json)) {
|
|
34
|
-
return (0, TemplateConceptTest_1.TemplateConceptTestFromJSONTyped)(json, true);
|
|
35
|
-
}
|
|
36
|
-
if ((0, TemplateCustom_1.instanceOfTemplateCustom)(json)) {
|
|
37
|
-
return (0, TemplateCustom_1.TemplateCustomFromJSONTyped)(json, true);
|
|
38
|
-
}
|
|
39
|
-
if ((0, TemplateInterview_1.instanceOfTemplateInterview)(json)) {
|
|
40
|
-
return (0, TemplateInterview_1.TemplateInterviewFromJSONTyped)(json, true);
|
|
41
|
-
}
|
|
42
|
-
return {};
|
|
43
|
-
}
|
|
44
|
-
function ProjectTemplateSettingsToJSON(json) {
|
|
45
|
-
return ProjectTemplateSettingsToJSONTyped(json, false);
|
|
46
|
-
}
|
|
47
|
-
function ProjectTemplateSettingsToJSONTyped(value, ignoreDiscriminator) {
|
|
48
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
49
|
-
if (value == null) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
52
|
-
if (typeof value !== 'object') {
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
if ((0, TemplateConceptTest_1.instanceOfTemplateConceptTest)(value)) {
|
|
56
|
-
return (0, TemplateConceptTest_1.TemplateConceptTestToJSON)(value);
|
|
57
|
-
}
|
|
58
|
-
if ((0, TemplateCustom_1.instanceOfTemplateCustom)(value)) {
|
|
59
|
-
return (0, TemplateCustom_1.TemplateCustomToJSON)(value);
|
|
60
|
-
}
|
|
61
|
-
if ((0, TemplateInterview_1.instanceOfTemplateInterview)(value)) {
|
|
62
|
-
return (0, TemplateInterview_1.TemplateInterviewToJSON)(value);
|
|
63
|
-
}
|
|
64
|
-
return {};
|
|
65
|
-
}
|
|
@@ -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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface TemplateConceptTest
|
|
16
|
-
*/
|
|
17
|
-
export interface TemplateConceptTest {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TemplateConceptTest
|
|
22
|
-
*/
|
|
23
|
-
description: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof TemplateConceptTest
|
|
28
|
-
*/
|
|
29
|
-
kind: TemplateConceptTestKindEnum;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const TemplateConceptTestKindEnum: {
|
|
35
|
-
readonly ConceptTest: "concept_test";
|
|
36
|
-
};
|
|
37
|
-
export type TemplateConceptTestKindEnum = typeof TemplateConceptTestKindEnum[keyof typeof TemplateConceptTestKindEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the TemplateConceptTest interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfTemplateConceptTest(value: object): value is TemplateConceptTest;
|
|
42
|
-
export declare function TemplateConceptTestFromJSON(json: any): TemplateConceptTest;
|
|
43
|
-
export declare function TemplateConceptTestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateConceptTest;
|
|
44
|
-
export declare function TemplateConceptTestToJSON(json: any): TemplateConceptTest;
|
|
45
|
-
export declare function TemplateConceptTestToJSONTyped(value?: TemplateConceptTest | 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.TemplateConceptTestKindEnum = void 0;
|
|
17
|
-
exports.instanceOfTemplateConceptTest = instanceOfTemplateConceptTest;
|
|
18
|
-
exports.TemplateConceptTestFromJSON = TemplateConceptTestFromJSON;
|
|
19
|
-
exports.TemplateConceptTestFromJSONTyped = TemplateConceptTestFromJSONTyped;
|
|
20
|
-
exports.TemplateConceptTestToJSON = TemplateConceptTestToJSON;
|
|
21
|
-
exports.TemplateConceptTestToJSONTyped = TemplateConceptTestToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.TemplateConceptTestKindEnum = {
|
|
26
|
-
ConceptTest: 'concept_test'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the TemplateConceptTest interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfTemplateConceptTest(value) {
|
|
32
|
-
if (!('description' in value) || value['description'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('kind' in value) || value['kind'] === undefined)
|
|
35
|
-
return false;
|
|
36
|
-
return true;
|
|
37
|
-
}
|
|
38
|
-
function TemplateConceptTestFromJSON(json) {
|
|
39
|
-
return TemplateConceptTestFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
function TemplateConceptTestFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'description': json['description'],
|
|
47
|
-
'kind': json['kind'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
function TemplateConceptTestToJSON(json) {
|
|
51
|
-
return TemplateConceptTestToJSONTyped(json, false);
|
|
52
|
-
}
|
|
53
|
-
function TemplateConceptTestToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
-
if (value == null) {
|
|
56
|
-
return value;
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
'description': value['description'],
|
|
60
|
-
'kind': value['kind'],
|
|
61
|
-
};
|
|
62
|
-
}
|
|
@@ -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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface TemplateCustom
|
|
16
|
-
*/
|
|
17
|
-
export interface TemplateCustom {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TemplateCustom
|
|
22
|
-
*/
|
|
23
|
-
description: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof TemplateCustom
|
|
28
|
-
*/
|
|
29
|
-
kind: TemplateCustomKindEnum;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const TemplateCustomKindEnum: {
|
|
35
|
-
readonly Custom: "custom";
|
|
36
|
-
};
|
|
37
|
-
export type TemplateCustomKindEnum = typeof TemplateCustomKindEnum[keyof typeof TemplateCustomKindEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the TemplateCustom interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfTemplateCustom(value: object): value is TemplateCustom;
|
|
42
|
-
export declare function TemplateCustomFromJSON(json: any): TemplateCustom;
|
|
43
|
-
export declare function TemplateCustomFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateCustom;
|
|
44
|
-
export declare function TemplateCustomToJSON(json: any): TemplateCustom;
|
|
45
|
-
export declare function TemplateCustomToJSONTyped(value?: TemplateCustom | null, ignoreDiscriminator?: boolean): any;
|