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
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { InviteConfig } from './InviteConfig';
|
|
12
|
+
import type { ApiInviteCodeCodeStartGet302ResponseSettings } from './ApiInviteCodeCodeStartGet302ResponseSettings';
|
|
14
13
|
import type { InviteStatus } from './InviteStatus';
|
|
15
|
-
import type { ProjectFilePublic } from './ProjectFilePublic';
|
|
16
14
|
/**
|
|
17
15
|
*
|
|
18
16
|
* @export
|
|
@@ -31,18 +29,6 @@ export interface ApiInviteCodeCodeStartGet302Response {
|
|
|
31
29
|
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
32
30
|
*/
|
|
33
31
|
code: string | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {Date}
|
|
37
|
-
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
38
|
-
*/
|
|
39
|
-
createdAt: Date;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {Date}
|
|
43
|
-
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
44
|
-
*/
|
|
45
|
-
updatedAt: Date;
|
|
46
32
|
/**
|
|
47
33
|
*
|
|
48
34
|
* @type {string}
|
|
@@ -67,18 +53,6 @@ export interface ApiInviteCodeCodeStartGet302Response {
|
|
|
67
53
|
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
68
54
|
*/
|
|
69
55
|
expiresAt?: Date | null;
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* @type {InviteConfig}
|
|
73
|
-
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
74
|
-
*/
|
|
75
|
-
config: InviteConfig;
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
80
|
-
*/
|
|
81
|
-
createdById: string;
|
|
82
56
|
/**
|
|
83
57
|
*
|
|
84
58
|
* @type {string}
|
|
@@ -87,16 +61,10 @@ export interface ApiInviteCodeCodeStartGet302Response {
|
|
|
87
61
|
projectId: string;
|
|
88
62
|
/**
|
|
89
63
|
*
|
|
90
|
-
* @type {
|
|
91
|
-
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
92
|
-
*/
|
|
93
|
-
files?: Array<ProjectFilePublic>;
|
|
94
|
-
/**
|
|
95
|
-
*
|
|
96
|
-
* @type {ApiInviteCodeCodeStartGet302ResponseProjectConfig}
|
|
64
|
+
* @type {ApiInviteCodeCodeStartGet302ResponseSettings}
|
|
97
65
|
* @memberof ApiInviteCodeCodeStartGet302Response
|
|
98
66
|
*/
|
|
99
|
-
|
|
67
|
+
settings: ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
100
68
|
}
|
|
101
69
|
/**
|
|
102
70
|
* Check if a given object implements the ApiInviteCodeCodeStartGet302Response interface.
|
|
@@ -18,10 +18,8 @@ exports.ApiInviteCodeCodeStartGet302ResponseFromJSON = ApiInviteCodeCodeStartGet
|
|
|
18
18
|
exports.ApiInviteCodeCodeStartGet302ResponseFromJSONTyped = ApiInviteCodeCodeStartGet302ResponseFromJSONTyped;
|
|
19
19
|
exports.ApiInviteCodeCodeStartGet302ResponseToJSON = ApiInviteCodeCodeStartGet302ResponseToJSON;
|
|
20
20
|
exports.ApiInviteCodeCodeStartGet302ResponseToJSONTyped = ApiInviteCodeCodeStartGet302ResponseToJSONTyped;
|
|
21
|
-
var
|
|
22
|
-
var InviteConfig_1 = require("./InviteConfig");
|
|
21
|
+
var ApiInviteCodeCodeStartGet302ResponseSettings_1 = require("./ApiInviteCodeCodeStartGet302ResponseSettings");
|
|
23
22
|
var InviteStatus_1 = require("./InviteStatus");
|
|
24
|
-
var ProjectFilePublic_1 = require("./ProjectFilePublic");
|
|
25
23
|
/**
|
|
26
24
|
* Check if a given object implements the ApiInviteCodeCodeStartGet302Response interface.
|
|
27
25
|
*/
|
|
@@ -30,21 +28,13 @@ function instanceOfApiInviteCodeCodeStartGet302Response(value) {
|
|
|
30
28
|
return false;
|
|
31
29
|
if (!('code' in value) || value['code'] === undefined)
|
|
32
30
|
return false;
|
|
33
|
-
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
34
|
-
return false;
|
|
35
|
-
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
36
|
-
return false;
|
|
37
31
|
if (!('name' in value) || value['name'] === undefined)
|
|
38
32
|
return false;
|
|
39
33
|
if (!('status' in value) || value['status'] === undefined)
|
|
40
34
|
return false;
|
|
41
|
-
if (!('config' in value) || value['config'] === undefined)
|
|
42
|
-
return false;
|
|
43
|
-
if (!('createdById' in value) || value['createdById'] === undefined)
|
|
44
|
-
return false;
|
|
45
35
|
if (!('projectId' in value) || value['projectId'] === undefined)
|
|
46
36
|
return false;
|
|
47
|
-
if (!('
|
|
37
|
+
if (!('settings' in value) || value['settings'] === undefined)
|
|
48
38
|
return false;
|
|
49
39
|
return true;
|
|
50
40
|
}
|
|
@@ -58,17 +48,12 @@ function ApiInviteCodeCodeStartGet302ResponseFromJSONTyped(json, ignoreDiscrimin
|
|
|
58
48
|
return {
|
|
59
49
|
'id': json['id'],
|
|
60
50
|
'code': json['code'],
|
|
61
|
-
'createdAt': (new Date(json['createdAt'])),
|
|
62
|
-
'updatedAt': (new Date(json['updatedAt'])),
|
|
63
51
|
'name': json['name'],
|
|
64
52
|
'description': json['description'] == null ? undefined : json['description'],
|
|
65
53
|
'status': (0, InviteStatus_1.InviteStatusFromJSON)(json['status']),
|
|
66
54
|
'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
|
|
67
|
-
'config': (0, InviteConfig_1.InviteConfigFromJSON)(json['config']),
|
|
68
|
-
'createdById': json['createdById'],
|
|
69
55
|
'projectId': json['projectId'],
|
|
70
|
-
'
|
|
71
|
-
'projectConfig': (0, ApiInviteCodeCodeStartGet302ResponseProjectConfig_1.ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON)(json['projectConfig']),
|
|
56
|
+
'settings': (0, ApiInviteCodeCodeStartGet302ResponseSettings_1.ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON)(json['settings']),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
74
59
|
function ApiInviteCodeCodeStartGet302ResponseToJSON(json) {
|
|
@@ -83,16 +68,11 @@ function ApiInviteCodeCodeStartGet302ResponseToJSONTyped(value, ignoreDiscrimina
|
|
|
83
68
|
return {
|
|
84
69
|
'id': value['id'],
|
|
85
70
|
'code': value['code'],
|
|
86
|
-
'createdAt': ((value['createdAt']).toISOString()),
|
|
87
|
-
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
88
71
|
'name': value['name'],
|
|
89
72
|
'description': value['description'],
|
|
90
73
|
'status': (0, InviteStatus_1.InviteStatusToJSON)(value['status']),
|
|
91
74
|
'expiresAt': value['expiresAt'] === null ? null : ((_a = value['expiresAt']) === null || _a === void 0 ? void 0 : _a.toISOString()),
|
|
92
|
-
'config': (0, InviteConfig_1.InviteConfigToJSON)(value['config']),
|
|
93
|
-
'createdById': value['createdById'],
|
|
94
75
|
'projectId': value['projectId'],
|
|
95
|
-
'
|
|
96
|
-
'projectConfig': (0, ApiInviteCodeCodeStartGet302ResponseProjectConfig_1.ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON)(value['projectConfig']),
|
|
76
|
+
'settings': (0, ApiInviteCodeCodeStartGet302ResponseSettings_1.ApiInviteCodeCodeStartGet302ResponseSettingsToJSON)(value['settings']),
|
|
97
77
|
};
|
|
98
78
|
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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
|
+
import type { ProjectFilePublic } from './ProjectFilePublic';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiInviteCodeCodeStartGet302ResponseSettings
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiInviteCodeCodeStartGet302ResponseSettings {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
24
|
+
*/
|
|
25
|
+
maxResponsesPerParticipant?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
30
|
+
*/
|
|
31
|
+
maxDurationSeconds: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<ProjectScreenerQuestionChooseOnePublic>}
|
|
35
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
36
|
+
*/
|
|
37
|
+
screenerQuestions?: Array<ProjectScreenerQuestionChooseOnePublic>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<ProjectFilePublic>}
|
|
41
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
42
|
+
*/
|
|
43
|
+
files?: Array<ProjectFilePublic>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
48
|
+
*/
|
|
49
|
+
collectEmail?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ApiInviteCodeCodeStartGet302ResponseSettings
|
|
54
|
+
*/
|
|
55
|
+
privacyNotice?: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the ApiInviteCodeCodeStartGet302ResponseSettings interface.
|
|
59
|
+
*/
|
|
60
|
+
export declare function instanceOfApiInviteCodeCodeStartGet302ResponseSettings(value: object): value is ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
61
|
+
export declare function ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON(json: any): ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
62
|
+
export declare function ApiInviteCodeCodeStartGet302ResponseSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
63
|
+
export declare function ApiInviteCodeCodeStartGet302ResponseSettingsToJSON(json: any): ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
64
|
+
export declare function ApiInviteCodeCodeStartGet302ResponseSettingsToJSONTyped(value?: ApiInviteCodeCodeStartGet302ResponseSettings | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,63 @@
|
|
|
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.instanceOfApiInviteCodeCodeStartGet302ResponseSettings = instanceOfApiInviteCodeCodeStartGet302ResponseSettings;
|
|
17
|
+
exports.ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON = ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON;
|
|
18
|
+
exports.ApiInviteCodeCodeStartGet302ResponseSettingsFromJSONTyped = ApiInviteCodeCodeStartGet302ResponseSettingsFromJSONTyped;
|
|
19
|
+
exports.ApiInviteCodeCodeStartGet302ResponseSettingsToJSON = ApiInviteCodeCodeStartGet302ResponseSettingsToJSON;
|
|
20
|
+
exports.ApiInviteCodeCodeStartGet302ResponseSettingsToJSONTyped = ApiInviteCodeCodeStartGet302ResponseSettingsToJSONTyped;
|
|
21
|
+
var ProjectScreenerQuestionChooseOnePublic_1 = require("./ProjectScreenerQuestionChooseOnePublic");
|
|
22
|
+
var ProjectFilePublic_1 = require("./ProjectFilePublic");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the ApiInviteCodeCodeStartGet302ResponseSettings interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfApiInviteCodeCodeStartGet302ResponseSettings(value) {
|
|
27
|
+
if (!('maxDurationSeconds' in value) || value['maxDurationSeconds'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON(json) {
|
|
32
|
+
return ApiInviteCodeCodeStartGet302ResponseSettingsFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ApiInviteCodeCodeStartGet302ResponseSettingsFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'maxResponsesPerParticipant': json['maxResponsesPerParticipant'] == null ? undefined : json['maxResponsesPerParticipant'],
|
|
40
|
+
'maxDurationSeconds': json['maxDurationSeconds'],
|
|
41
|
+
'screenerQuestions': json['screenerQuestions'] == null ? undefined : (json['screenerQuestions'].map(ProjectScreenerQuestionChooseOnePublic_1.ProjectScreenerQuestionChooseOnePublicFromJSON)),
|
|
42
|
+
'files': json['files'] == null ? undefined : (json['files'].map(ProjectFilePublic_1.ProjectFilePublicFromJSON)),
|
|
43
|
+
'collectEmail': json['collectEmail'] == null ? undefined : json['collectEmail'],
|
|
44
|
+
'privacyNotice': json['privacyNotice'] == null ? undefined : json['privacyNotice'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function ApiInviteCodeCodeStartGet302ResponseSettingsToJSON(json) {
|
|
48
|
+
return ApiInviteCodeCodeStartGet302ResponseSettingsToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function ApiInviteCodeCodeStartGet302ResponseSettingsToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'maxResponsesPerParticipant': value['maxResponsesPerParticipant'],
|
|
57
|
+
'maxDurationSeconds': value['maxDurationSeconds'],
|
|
58
|
+
'screenerQuestions': value['screenerQuestions'] == null ? undefined : (value['screenerQuestions'].map(ProjectScreenerQuestionChooseOnePublic_1.ProjectScreenerQuestionChooseOnePublicToJSON)),
|
|
59
|
+
'files': value['files'] == null ? undefined : (value['files'].map(ProjectFilePublic_1.ProjectFilePublicToJSON)),
|
|
60
|
+
'collectEmail': value['collectEmail'],
|
|
61
|
+
'privacyNotice': value['privacyNotice'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -50,7 +50,6 @@ function ApiInvitesPostRequestToJSON(json) {
|
|
|
50
50
|
return ApiInvitesPostRequestToJSONTyped(json, false);
|
|
51
51
|
}
|
|
52
52
|
function ApiInvitesPostRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
53
|
-
var _a;
|
|
54
53
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
54
|
if (value == null) {
|
|
56
55
|
return value;
|
|
@@ -60,6 +59,6 @@ function ApiInvitesPostRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
60
59
|
'description': value['description'],
|
|
61
60
|
'config': (0, InviteConfig_1.InviteConfigToJSON)(value['config']),
|
|
62
61
|
'projectId': value['projectId'],
|
|
63
|
-
'expiresAt': value['expiresAt']
|
|
62
|
+
'expiresAt': value['expiresAt'] == null ? undefined : ((value['expiresAt']).toISOString()),
|
|
64
63
|
};
|
|
65
64
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { ProjectBrief } from './ProjectBrief';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiThreadsThreadIdProjectBriefVersionsGet200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiThreadsThreadIdProjectBriefVersionsGet200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ProjectBrief>}
|
|
22
|
+
* @memberof ApiThreadsThreadIdProjectBriefVersionsGet200Response
|
|
23
|
+
*/
|
|
24
|
+
versions: Array<ProjectBrief>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ApiThreadsThreadIdProjectBriefVersionsGet200Response interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfApiThreadsThreadIdProjectBriefVersionsGet200Response(value: object): value is ApiThreadsThreadIdProjectBriefVersionsGet200Response;
|
|
30
|
+
export declare function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSON(json: any): ApiThreadsThreadIdProjectBriefVersionsGet200Response;
|
|
31
|
+
export declare function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiThreadsThreadIdProjectBriefVersionsGet200Response;
|
|
32
|
+
export declare function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSON(json: any): ApiThreadsThreadIdProjectBriefVersionsGet200Response;
|
|
33
|
+
export declare function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSONTyped(value?: ApiThreadsThreadIdProjectBriefVersionsGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfApiThreadsThreadIdProjectBriefVersionsGet200Response = instanceOfApiThreadsThreadIdProjectBriefVersionsGet200Response;
|
|
17
|
+
exports.ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSON = ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSON;
|
|
18
|
+
exports.ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSONTyped = ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSON = ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSON;
|
|
20
|
+
exports.ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSONTyped = ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSONTyped;
|
|
21
|
+
var ProjectBrief_1 = require("./ProjectBrief");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiThreadsThreadIdProjectBriefVersionsGet200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiThreadsThreadIdProjectBriefVersionsGet200Response(value) {
|
|
26
|
+
if (!('versions' in value) || value['versions'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSON(json) {
|
|
31
|
+
return ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'versions': (json['versions'].map(ProjectBrief_1.ProjectBriefFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSON(json) {
|
|
42
|
+
return ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ApiThreadsThreadIdProjectBriefVersionsGet200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'versions': (value['versions'].map(ProjectBrief_1.ProjectBriefToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type { InviteConfig } from './InviteConfig';
|
|
12
|
+
import type { ApiInviteCodeCodeStartGet302ResponseSettings } from './ApiInviteCodeCodeStartGet302ResponseSettings';
|
|
14
13
|
import type { InviteStatus } from './InviteStatus';
|
|
15
|
-
import type { ProjectFilePublic } from './ProjectFilePublic';
|
|
16
14
|
/**
|
|
17
15
|
*
|
|
18
16
|
* @export
|
|
@@ -31,18 +29,6 @@ export interface CodeInvite {
|
|
|
31
29
|
* @memberof CodeInvite
|
|
32
30
|
*/
|
|
33
31
|
code: string;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {Date}
|
|
37
|
-
* @memberof CodeInvite
|
|
38
|
-
*/
|
|
39
|
-
createdAt: Date | null;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {Date}
|
|
43
|
-
* @memberof CodeInvite
|
|
44
|
-
*/
|
|
45
|
-
updatedAt: Date | null;
|
|
46
32
|
/**
|
|
47
33
|
*
|
|
48
34
|
* @type {string}
|
|
@@ -67,18 +53,6 @@ export interface CodeInvite {
|
|
|
67
53
|
* @memberof CodeInvite
|
|
68
54
|
*/
|
|
69
55
|
expiresAt?: Date | null;
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* @type {InviteConfig}
|
|
73
|
-
* @memberof CodeInvite
|
|
74
|
-
*/
|
|
75
|
-
config: InviteConfig;
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof CodeInvite
|
|
80
|
-
*/
|
|
81
|
-
createdById: string;
|
|
82
56
|
/**
|
|
83
57
|
*
|
|
84
58
|
* @type {string}
|
|
@@ -87,16 +61,10 @@ export interface CodeInvite {
|
|
|
87
61
|
projectId: string;
|
|
88
62
|
/**
|
|
89
63
|
*
|
|
90
|
-
* @type {
|
|
91
|
-
* @memberof CodeInvite
|
|
92
|
-
*/
|
|
93
|
-
files?: Array<ProjectFilePublic>;
|
|
94
|
-
/**
|
|
95
|
-
*
|
|
96
|
-
* @type {ApiInviteCodeCodeStartGet302ResponseProjectConfig}
|
|
64
|
+
* @type {ApiInviteCodeCodeStartGet302ResponseSettings}
|
|
97
65
|
* @memberof CodeInvite
|
|
98
66
|
*/
|
|
99
|
-
|
|
67
|
+
settings: ApiInviteCodeCodeStartGet302ResponseSettings;
|
|
100
68
|
}
|
|
101
69
|
/**
|
|
102
70
|
* Check if a given object implements the CodeInvite interface.
|
|
@@ -18,10 +18,8 @@ exports.CodeInviteFromJSON = CodeInviteFromJSON;
|
|
|
18
18
|
exports.CodeInviteFromJSONTyped = CodeInviteFromJSONTyped;
|
|
19
19
|
exports.CodeInviteToJSON = CodeInviteToJSON;
|
|
20
20
|
exports.CodeInviteToJSONTyped = CodeInviteToJSONTyped;
|
|
21
|
-
var
|
|
22
|
-
var InviteConfig_1 = require("./InviteConfig");
|
|
21
|
+
var ApiInviteCodeCodeStartGet302ResponseSettings_1 = require("./ApiInviteCodeCodeStartGet302ResponseSettings");
|
|
23
22
|
var InviteStatus_1 = require("./InviteStatus");
|
|
24
|
-
var ProjectFilePublic_1 = require("./ProjectFilePublic");
|
|
25
23
|
/**
|
|
26
24
|
* Check if a given object implements the CodeInvite interface.
|
|
27
25
|
*/
|
|
@@ -30,21 +28,13 @@ function instanceOfCodeInvite(value) {
|
|
|
30
28
|
return false;
|
|
31
29
|
if (!('code' in value) || value['code'] === undefined)
|
|
32
30
|
return false;
|
|
33
|
-
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
34
|
-
return false;
|
|
35
|
-
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
36
|
-
return false;
|
|
37
31
|
if (!('name' in value) || value['name'] === undefined)
|
|
38
32
|
return false;
|
|
39
33
|
if (!('status' in value) || value['status'] === undefined)
|
|
40
34
|
return false;
|
|
41
|
-
if (!('config' in value) || value['config'] === undefined)
|
|
42
|
-
return false;
|
|
43
|
-
if (!('createdById' in value) || value['createdById'] === undefined)
|
|
44
|
-
return false;
|
|
45
35
|
if (!('projectId' in value) || value['projectId'] === undefined)
|
|
46
36
|
return false;
|
|
47
|
-
if (!('
|
|
37
|
+
if (!('settings' in value) || value['settings'] === undefined)
|
|
48
38
|
return false;
|
|
49
39
|
return true;
|
|
50
40
|
}
|
|
@@ -58,17 +48,12 @@ function CodeInviteFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
48
|
return {
|
|
59
49
|
'id': json['id'],
|
|
60
50
|
'code': json['code'],
|
|
61
|
-
'createdAt': (json['createdAt'] == null ? null : new Date(json['createdAt'])),
|
|
62
|
-
'updatedAt': (json['updatedAt'] == null ? null : new Date(json['updatedAt'])),
|
|
63
51
|
'name': json['name'],
|
|
64
52
|
'description': json['description'] == null ? undefined : json['description'],
|
|
65
53
|
'status': (0, InviteStatus_1.InviteStatusFromJSON)(json['status']),
|
|
66
54
|
'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
|
|
67
|
-
'config': (0, InviteConfig_1.InviteConfigFromJSON)(json['config']),
|
|
68
|
-
'createdById': json['createdById'],
|
|
69
55
|
'projectId': json['projectId'],
|
|
70
|
-
'
|
|
71
|
-
'projectConfig': (0, ApiInviteCodeCodeStartGet302ResponseProjectConfig_1.ApiInviteCodeCodeStartGet302ResponseProjectConfigFromJSON)(json['projectConfig']),
|
|
56
|
+
'settings': (0, ApiInviteCodeCodeStartGet302ResponseSettings_1.ApiInviteCodeCodeStartGet302ResponseSettingsFromJSON)(json['settings']),
|
|
72
57
|
};
|
|
73
58
|
}
|
|
74
59
|
function CodeInviteToJSON(json) {
|
|
@@ -83,16 +68,11 @@ function CodeInviteToJSONTyped(value, ignoreDiscriminator) {
|
|
|
83
68
|
return {
|
|
84
69
|
'id': value['id'],
|
|
85
70
|
'code': value['code'],
|
|
86
|
-
'createdAt': (value['createdAt'].toISOString()),
|
|
87
|
-
'updatedAt': (value['updatedAt'].toISOString()),
|
|
88
71
|
'name': value['name'],
|
|
89
72
|
'description': value['description'],
|
|
90
73
|
'status': (0, InviteStatus_1.InviteStatusToJSON)(value['status']),
|
|
91
74
|
'expiresAt': value['expiresAt'] === null ? null : ((_a = value['expiresAt']) === null || _a === void 0 ? void 0 : _a.toISOString()),
|
|
92
|
-
'config': (0, InviteConfig_1.InviteConfigToJSON)(value['config']),
|
|
93
|
-
'createdById': value['createdById'],
|
|
94
75
|
'projectId': value['projectId'],
|
|
95
|
-
'
|
|
96
|
-
'projectConfig': (0, ApiInviteCodeCodeStartGet302ResponseProjectConfig_1.ApiInviteCodeCodeStartGet302ResponseProjectConfigToJSON)(value['projectConfig']),
|
|
76
|
+
'settings': (0, ApiInviteCodeCodeStartGet302ResponseSettings_1.ApiInviteCodeCodeStartGet302ResponseSettingsToJSON)(value['settings']),
|
|
97
77
|
};
|
|
98
78
|
}
|
|
@@ -13,7 +13,6 @@ import type { Participant } from './Participant';
|
|
|
13
13
|
import type { InviteResponseStatus } from './InviteResponseStatus';
|
|
14
14
|
import type { InviteResponseData } from './InviteResponseData';
|
|
15
15
|
import type { InviteResponseKind } from './InviteResponseKind';
|
|
16
|
-
import type { Invite } from './Invite';
|
|
17
16
|
/**
|
|
18
17
|
*
|
|
19
18
|
* @export
|
|
@@ -74,12 +73,6 @@ export interface CodeInviteResponse {
|
|
|
74
73
|
* @memberof CodeInviteResponse
|
|
75
74
|
*/
|
|
76
75
|
participant?: Participant | null;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {Invite}
|
|
80
|
-
* @memberof CodeInviteResponse
|
|
81
|
-
*/
|
|
82
|
-
invite?: Invite;
|
|
83
76
|
}
|
|
84
77
|
/**
|
|
85
78
|
* Check if a given object implements the CodeInviteResponse interface.
|
|
@@ -22,7 +22,6 @@ var Participant_1 = require("./Participant");
|
|
|
22
22
|
var InviteResponseStatus_1 = require("./InviteResponseStatus");
|
|
23
23
|
var InviteResponseData_1 = require("./InviteResponseData");
|
|
24
24
|
var InviteResponseKind_1 = require("./InviteResponseKind");
|
|
25
|
-
var Invite_1 = require("./Invite");
|
|
26
25
|
/**
|
|
27
26
|
* Check if a given object implements the CodeInviteResponse interface.
|
|
28
27
|
*/
|
|
@@ -58,7 +57,6 @@ function CodeInviteResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
57
|
'status': (0, InviteResponseStatus_1.InviteResponseStatusFromJSON)(json['status']),
|
|
59
58
|
'participantId': json['participantId'] == null ? undefined : json['participantId'],
|
|
60
59
|
'participant': json['participant'] == null ? undefined : (0, Participant_1.ParticipantFromJSON)(json['participant']),
|
|
61
|
-
'invite': json['invite'] == null ? undefined : (0, Invite_1.InviteFromJSON)(json['invite']),
|
|
62
60
|
};
|
|
63
61
|
}
|
|
64
62
|
function CodeInviteResponseToJSON(json) {
|
|
@@ -79,6 +77,5 @@ function CodeInviteResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
|
79
77
|
'status': (0, InviteResponseStatus_1.InviteResponseStatusToJSON)(value['status']),
|
|
80
78
|
'participantId': value['participantId'],
|
|
81
79
|
'participant': (0, Participant_1.ParticipantToJSON)(value['participant']),
|
|
82
|
-
'invite': (0, Invite_1.InviteToJSON)(value['invite']),
|
|
83
80
|
};
|
|
84
81
|
}
|
|
@@ -14,6 +14,7 @@ import type { Participant } from './Participant';
|
|
|
14
14
|
import type { InviteResponseStatus } from './InviteResponseStatus';
|
|
15
15
|
import type { InviteResponseData } from './InviteResponseData';
|
|
16
16
|
import type { InviteResponseKind } from './InviteResponseKind';
|
|
17
|
+
import type { InviteResponseMetadata } from './InviteResponseMetadata';
|
|
17
18
|
import type { Invite } from './Invite';
|
|
18
19
|
/**
|
|
19
20
|
*
|
|
@@ -45,6 +46,12 @@ export interface InviteResponse {
|
|
|
45
46
|
* @memberof InviteResponse
|
|
46
47
|
*/
|
|
47
48
|
data?: InviteResponseData | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {InviteResponseMetadata}
|
|
52
|
+
* @memberof InviteResponse
|
|
53
|
+
*/
|
|
54
|
+
metadata?: InviteResponseMetadata | null;
|
|
48
55
|
/**
|
|
49
56
|
*
|
|
50
57
|
* @type {Date}
|
|
@@ -23,6 +23,7 @@ var Participant_1 = require("./Participant");
|
|
|
23
23
|
var InviteResponseStatus_1 = require("./InviteResponseStatus");
|
|
24
24
|
var InviteResponseData_1 = require("./InviteResponseData");
|
|
25
25
|
var InviteResponseKind_1 = require("./InviteResponseKind");
|
|
26
|
+
var InviteResponseMetadata_1 = require("./InviteResponseMetadata");
|
|
26
27
|
var Invite_1 = require("./Invite");
|
|
27
28
|
/**
|
|
28
29
|
* Check if a given object implements the InviteResponse interface.
|
|
@@ -54,6 +55,7 @@ function InviteResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
55
|
'kind': (0, InviteResponseKind_1.InviteResponseKindFromJSON)(json['kind']),
|
|
55
56
|
'status': (0, InviteResponseStatus_1.InviteResponseStatusFromJSON)(json['status']),
|
|
56
57
|
'data': json['data'] == null ? undefined : (0, InviteResponseData_1.InviteResponseDataFromJSON)(json['data']),
|
|
58
|
+
'metadata': json['metadata'] == null ? undefined : (0, InviteResponseMetadata_1.InviteResponseMetadataFromJSON)(json['metadata']),
|
|
57
59
|
'createdAt': (new Date(json['createdAt'])),
|
|
58
60
|
'updatedAt': (new Date(json['updatedAt'])),
|
|
59
61
|
'inviteId': json['inviteId'],
|
|
@@ -77,6 +79,7 @@ function InviteResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
|
77
79
|
'kind': (0, InviteResponseKind_1.InviteResponseKindToJSON)(value['kind']),
|
|
78
80
|
'status': (0, InviteResponseStatus_1.InviteResponseStatusToJSON)(value['status']),
|
|
79
81
|
'data': (0, InviteResponseData_1.InviteResponseDataToJSON)(value['data']),
|
|
82
|
+
'metadata': (0, InviteResponseMetadata_1.InviteResponseMetadataToJSON)(value['metadata']),
|
|
80
83
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
81
84
|
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
82
85
|
'inviteId': value['inviteId'],
|
|
@@ -24,30 +24,22 @@ export interface InviteResponseData {
|
|
|
24
24
|
email?: string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
28
|
-
* @memberof InviteResponseData
|
|
29
|
-
*/
|
|
30
|
-
redirected?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {{ [key: string]: string; }}
|
|
27
|
+
* @type {Array<ProjectScreenerQuestionResponse>}
|
|
34
28
|
* @memberof InviteResponseData
|
|
35
29
|
*/
|
|
36
|
-
|
|
37
|
-
[key: string]: string;
|
|
38
|
-
} | null;
|
|
30
|
+
screenerQuestionsResponses?: Array<ProjectScreenerQuestionResponse>;
|
|
39
31
|
/**
|
|
40
32
|
*
|
|
41
|
-
* @type {
|
|
33
|
+
* @type {boolean}
|
|
42
34
|
* @memberof InviteResponseData
|
|
43
35
|
*/
|
|
44
|
-
|
|
36
|
+
consented?: boolean;
|
|
45
37
|
/**
|
|
46
38
|
*
|
|
47
39
|
* @type {boolean}
|
|
48
40
|
* @memberof InviteResponseData
|
|
49
41
|
*/
|
|
50
|
-
|
|
42
|
+
redirected?: boolean;
|
|
51
43
|
}
|
|
52
44
|
/**
|
|
53
45
|
* Check if a given object implements the InviteResponseData interface.
|