keplar-api 0.0.3 → 0.0.6
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 +30 -12
- package/dist/apis/DefaultApi.js +88 -19
- 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/CallMetadata.d.ts +3 -3
- package/dist/models/CallMetadata.js +3 -3
- 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/TranscriptQuality.d.ts +3 -3
- package/dist/models/TranscriptQuality.js +3 -3
- 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 +103 -27
- 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/CallMetadata.ts +3 -3
- 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/TranscriptQuality.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
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ProjectBrief } from './ProjectBrief';
|
|
17
|
+
import {
|
|
18
|
+
ProjectBriefFromJSON,
|
|
19
|
+
ProjectBriefFromJSONTyped,
|
|
20
|
+
ProjectBriefToJSON,
|
|
21
|
+
ProjectBriefToJSONTyped,
|
|
22
|
+
} from './ProjectBrief';
|
|
16
23
|
import type { ProjectAudience } from './ProjectAudience';
|
|
17
24
|
import {
|
|
18
25
|
ProjectAudienceFromJSON,
|
|
@@ -27,13 +34,13 @@ import {
|
|
|
27
34
|
ProjectScreenerQuestionChooseOneToJSON,
|
|
28
35
|
ProjectScreenerQuestionChooseOneToJSONTyped,
|
|
29
36
|
} from './ProjectScreenerQuestionChooseOne';
|
|
30
|
-
import type {
|
|
37
|
+
import type { ProjectKind } from './ProjectKind';
|
|
31
38
|
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
} from './
|
|
39
|
+
ProjectKindFromJSON,
|
|
40
|
+
ProjectKindFromJSONTyped,
|
|
41
|
+
ProjectKindToJSON,
|
|
42
|
+
ProjectKindToJSONTyped,
|
|
43
|
+
} from './ProjectKind';
|
|
37
44
|
|
|
38
45
|
/**
|
|
39
46
|
*
|
|
@@ -41,6 +48,12 @@ import {
|
|
|
41
48
|
* @interface ProjectConfig
|
|
42
49
|
*/
|
|
43
50
|
export interface ProjectConfig {
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {ProjectKind}
|
|
54
|
+
* @memberof ProjectConfig
|
|
55
|
+
*/
|
|
56
|
+
projectKind?: ProjectKind;
|
|
44
57
|
/**
|
|
45
58
|
*
|
|
46
59
|
* @type {{ [key: string]: any; }}
|
|
@@ -55,16 +68,22 @@ export interface ProjectConfig {
|
|
|
55
68
|
learningPlan: string;
|
|
56
69
|
/**
|
|
57
70
|
*
|
|
58
|
-
* @type {
|
|
71
|
+
* @type {ProjectBrief}
|
|
59
72
|
* @memberof ProjectConfig
|
|
60
73
|
*/
|
|
61
|
-
|
|
74
|
+
brief?: ProjectBrief;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof ProjectConfig
|
|
79
|
+
*/
|
|
80
|
+
briefDocument?: string;
|
|
62
81
|
/**
|
|
63
82
|
*
|
|
64
|
-
* @type {
|
|
83
|
+
* @type {Array<ProjectScreenerQuestionChooseOne>}
|
|
65
84
|
* @memberof ProjectConfig
|
|
66
85
|
*/
|
|
67
|
-
|
|
86
|
+
screenerQuestions?: Array<ProjectScreenerQuestionChooseOne>;
|
|
68
87
|
/**
|
|
69
88
|
*
|
|
70
89
|
* @type {ProjectAudience}
|
|
@@ -73,6 +92,8 @@ export interface ProjectConfig {
|
|
|
73
92
|
audienceSettings?: ProjectAudience;
|
|
74
93
|
}
|
|
75
94
|
|
|
95
|
+
|
|
96
|
+
|
|
76
97
|
/**
|
|
77
98
|
* Check if a given object implements the ProjectConfig interface.
|
|
78
99
|
*/
|
|
@@ -92,10 +113,12 @@ export function ProjectConfigFromJSONTyped(json: any, ignoreDiscriminator: boole
|
|
|
92
113
|
}
|
|
93
114
|
return {
|
|
94
115
|
|
|
116
|
+
'projectKind': json['projectKind'] == null ? undefined : ProjectKindFromJSON(json['projectKind']),
|
|
95
117
|
'promptVariables': json['promptVariables'],
|
|
96
118
|
'learningPlan': json['learningPlan'],
|
|
119
|
+
'brief': json['brief'] == null ? undefined : ProjectBriefFromJSON(json['brief']),
|
|
120
|
+
'briefDocument': json['briefDocument'] == null ? undefined : json['briefDocument'],
|
|
97
121
|
'screenerQuestions': json['screenerQuestions'] == null ? undefined : ((json['screenerQuestions'] as Array<any>).map(ProjectScreenerQuestionChooseOneFromJSON)),
|
|
98
|
-
'templateSettings': json['templateSettings'] == null ? undefined : ProjectTemplateSettingsFromJSON(json['templateSettings']),
|
|
99
122
|
'audienceSettings': json['audienceSettings'] == null ? undefined : ProjectAudienceFromJSON(json['audienceSettings']),
|
|
100
123
|
};
|
|
101
124
|
}
|
|
@@ -111,10 +134,12 @@ export function ProjectConfigToJSONTyped(value?: ProjectConfig | null, ignoreDis
|
|
|
111
134
|
|
|
112
135
|
return {
|
|
113
136
|
|
|
137
|
+
'projectKind': ProjectKindToJSON(value['projectKind']),
|
|
114
138
|
'promptVariables': value['promptVariables'],
|
|
115
139
|
'learningPlan': value['learningPlan'],
|
|
140
|
+
'brief': ProjectBriefToJSON(value['brief']),
|
|
141
|
+
'briefDocument': value['briefDocument'],
|
|
116
142
|
'screenerQuestions': value['screenerQuestions'] == null ? undefined : ((value['screenerQuestions'] as Array<any>).map(ProjectScreenerQuestionChooseOneToJSON)),
|
|
117
|
-
'templateSettings': ProjectTemplateSettingsToJSON(value['templateSettings']),
|
|
118
143
|
'audienceSettings': ProjectAudienceToJSON(value['audienceSettings']),
|
|
119
144
|
};
|
|
120
145
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const ProjectKind = {
|
|
21
|
+
Custom: 'custom',
|
|
22
|
+
ConceptTest: 'concept_test',
|
|
23
|
+
Interview: 'interview'
|
|
24
|
+
} as const;
|
|
25
|
+
export type ProjectKind = typeof ProjectKind[keyof typeof ProjectKind];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export function instanceOfProjectKind(value: any): boolean {
|
|
29
|
+
for (const key in ProjectKind) {
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(ProjectKind, key)) {
|
|
31
|
+
if (ProjectKind[key as keyof typeof ProjectKind] === value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function ProjectKindFromJSON(json: any): ProjectKind {
|
|
40
|
+
return ProjectKindFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function ProjectKindFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectKind {
|
|
44
|
+
return json as ProjectKind;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function ProjectKindToJSON(value?: ProjectKind | null): any {
|
|
48
|
+
return value as any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function ProjectKindToJSONTyped(value: any, ignoreDiscriminator: boolean): ProjectKind {
|
|
52
|
+
return value as ProjectKind;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -12,34 +12,35 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
15
16
|
/**
|
|
16
|
-
* @type RepdataQualificationAllowedOptionIdsInner
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
19
|
+
* @interface RepdataQualificationAllowedOptionIdsInner
|
|
19
20
|
*/
|
|
20
|
-
export
|
|
21
|
+
export interface RepdataQualificationAllowedOptionIdsInner {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the RepdataQualificationAllowedOptionIdsInner interface.
|
|
26
|
+
*/
|
|
27
|
+
export function instanceOfRepdataQualificationAllowedOptionIdsInner(value: object): value is RepdataQualificationAllowedOptionIdsInner {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
21
30
|
|
|
22
31
|
export function RepdataQualificationAllowedOptionIdsInnerFromJSON(json: any): RepdataQualificationAllowedOptionIdsInner {
|
|
23
32
|
return RepdataQualificationAllowedOptionIdsInnerFromJSONTyped(json, false);
|
|
24
33
|
}
|
|
25
34
|
|
|
26
35
|
export function RepdataQualificationAllowedOptionIdsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepdataQualificationAllowedOptionIdsInner {
|
|
27
|
-
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
return {} as any;
|
|
36
|
+
return json;
|
|
32
37
|
}
|
|
33
38
|
|
|
34
|
-
export function RepdataQualificationAllowedOptionIdsInnerToJSON(json: any):
|
|
39
|
+
export function RepdataQualificationAllowedOptionIdsInnerToJSON(json: any): RepdataQualificationAllowedOptionIdsInner {
|
|
35
40
|
return RepdataQualificationAllowedOptionIdsInnerToJSONTyped(json, false);
|
|
36
41
|
}
|
|
37
42
|
|
|
38
43
|
export function RepdataQualificationAllowedOptionIdsInnerToJSONTyped(value?: RepdataQualificationAllowedOptionIdsInner | null, ignoreDiscriminator: boolean = false): any {
|
|
39
|
-
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
return {};
|
|
44
|
+
return value;
|
|
44
45
|
}
|
|
45
46
|
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type {
|
|
16
|
+
import type { ProjectBrief } from './ProjectBrief';
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
} from './
|
|
18
|
+
ProjectBriefFromJSON,
|
|
19
|
+
ProjectBriefFromJSONTyped,
|
|
20
|
+
ProjectBriefToJSON,
|
|
21
|
+
ProjectBriefToJSONTyped,
|
|
22
|
+
} from './ProjectBrief';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -35,10 +35,10 @@ export interface ThreadMetadata {
|
|
|
35
35
|
status?: ThreadMetadataStatusEnum;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @type {Array<
|
|
38
|
+
* @type {Array<ProjectBrief>}
|
|
39
39
|
* @memberof ThreadMetadata
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
projectBriefDrafts?: Array<ProjectBrief>;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|
|
@@ -70,7 +70,7 @@ export function ThreadMetadataFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
70
70
|
return {
|
|
71
71
|
|
|
72
72
|
'status': json['status'] == null ? undefined : json['status'],
|
|
73
|
-
'
|
|
73
|
+
'projectBriefDrafts': json['projectBriefDrafts'] == null ? undefined : ((json['projectBriefDrafts'] as Array<any>).map(ProjectBriefFromJSON)),
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
|
|
@@ -86,7 +86,7 @@ export function ThreadMetadataToJSONTyped(value?: ThreadMetadata | null, ignoreD
|
|
|
86
86
|
return {
|
|
87
87
|
|
|
88
88
|
'status': value['status'],
|
|
89
|
-
'
|
|
89
|
+
'projectBriefDrafts': value['projectBriefDrafts'] == null ? undefined : ((value['projectBriefDrafts'] as Array<any>).map(ProjectBriefToJSON)),
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
92
|
|
|
@@ -42,7 +42,7 @@ export interface TranscriptMessage {
|
|
|
42
42
|
* @type {Date}
|
|
43
43
|
* @memberof TranscriptMessage
|
|
44
44
|
*/
|
|
45
|
-
time: Date
|
|
45
|
+
time: Date;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @type {string}
|
|
@@ -76,7 +76,7 @@ export function TranscriptMessageFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
76
76
|
'callId': json['callId'],
|
|
77
77
|
'index': json['index'],
|
|
78
78
|
'role': json['role'],
|
|
79
|
-
'time': (
|
|
79
|
+
'time': (new Date(json['time'])),
|
|
80
80
|
'message': json['message'],
|
|
81
81
|
};
|
|
82
82
|
}
|
|
@@ -95,7 +95,7 @@ export function TranscriptMessageToJSONTyped(value?: TranscriptMessage | null, i
|
|
|
95
95
|
'callId': value['callId'],
|
|
96
96
|
'index': value['index'],
|
|
97
97
|
'role': value['role'],
|
|
98
|
-
'time': ((value['time']
|
|
98
|
+
'time': ((value['time']).toISOString()),
|
|
99
99
|
'message': value['message'],
|
|
100
100
|
};
|
|
101
101
|
}
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
* @export
|
|
19
19
|
*/
|
|
20
20
|
export const TranscriptQuality = {
|
|
21
|
-
High: '
|
|
22
|
-
Medium: '
|
|
23
|
-
Low: '
|
|
21
|
+
High: 'HIGH',
|
|
22
|
+
Medium: 'MEDIUM',
|
|
23
|
+
Low: 'LOW'
|
|
24
24
|
} as const;
|
|
25
25
|
export type TranscriptQuality = typeof TranscriptQuality[keyof typeof TranscriptQuality];
|
|
26
26
|
|
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;
|