keplar-api 0.0.12 → 0.0.14
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 +48 -5
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +248 -34
- package/dist/apis/DefaultApi.js +1356 -283
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.d.ts +33 -0
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.js +52 -0
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.d.ts +26 -0
- package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.js +39 -0
- package/dist/models/Artifact.d.ts +104 -0
- package/dist/models/Artifact.js +91 -0
- package/dist/models/ArtifactDataThematicAnalysis.d.ts +46 -0
- package/dist/models/ArtifactDataThematicAnalysis.js +63 -0
- package/dist/models/ArtifactDataThematicAnalysisData.d.ts +45 -0
- package/dist/models/ArtifactDataThematicAnalysisData.js +58 -0
- package/dist/models/ArtifactDataThematicAnalysisDataThemesInner.d.ts +38 -0
- package/dist/models/ArtifactDataThematicAnalysisDataThemesInner.js +55 -0
- package/dist/models/ArtifactKind.d.ts +24 -0
- package/dist/models/ArtifactKind.js +50 -0
- package/dist/models/ArtifactMetadata.d.ts +45 -0
- package/dist/models/ArtifactMetadata.js +56 -0
- package/dist/models/ArtifactMetadataStatus.d.ts +26 -0
- package/dist/models/ArtifactMetadataStatus.js +39 -0
- package/dist/models/Attribute.d.ts +13 -1
- package/dist/models/Attribute.js +9 -3
- package/dist/models/AttributeKind.d.ts +20 -1
- package/dist/models/AttributeKind.js +9 -2
- package/dist/models/AttributeKindGroup.d.ts +123 -0
- package/dist/models/AttributeKindGroup.js +102 -0
- package/dist/models/AttributeKindGroupPurpose.d.ts +25 -0
- package/dist/models/AttributeKindGroupPurpose.js +51 -0
- package/dist/models/AttributeKindGroupScope.d.ts +26 -0
- package/dist/models/AttributeKindGroupScope.js +52 -0
- package/dist/models/AttributeStatsSchemaInner.d.ts +7 -0
- package/dist/models/AttributeStatsSchemaInner.js +3 -0
- package/dist/models/AttributeStatsSchemaInnerGroup.d.ts +39 -0
- package/dist/models/AttributeStatsSchemaInnerGroup.js +56 -0
- package/dist/models/AttributeStatsSchemaInnerKind.d.ts +1 -1
- package/dist/models/AttributeStatsSchemaInnerKind.js +3 -3
- package/dist/models/AttributeStatsSchemaInnerValuesInner.d.ts +6 -0
- package/dist/models/AttributeStatsSchemaInnerValuesInner.js +4 -0
- package/dist/models/CallAnalysis.d.ts +38 -0
- package/dist/models/CallAnalysis.js +51 -0
- package/dist/models/CallMetadata.d.ts +7 -0
- package/dist/models/CallMetadata.js +3 -0
- package/dist/models/CreateArtifactRequest.d.ts +39 -0
- package/dist/models/CreateArtifactRequest.js +56 -0
- package/dist/models/CreateProjectPreviewInvite201Response.d.ts +45 -0
- package/dist/models/CreateProjectPreviewInvite201Response.js +56 -0
- package/dist/models/CreateProjectPreviewInviteRequest.d.ts +44 -0
- package/dist/models/CreateProjectPreviewInviteRequest.js +53 -0
- package/dist/models/DeleteArtifact200Response.d.ts +32 -0
- package/dist/models/DeleteArtifact200Response.js +51 -0
- package/dist/models/Evidence.d.ts +44 -0
- package/dist/models/Evidence.js +53 -0
- package/dist/models/GetProjects200Response.d.ts +51 -0
- package/dist/models/{ApiProjectsGet200Response.js → GetProjects200Response.js} +13 -13
- package/dist/models/InviteResponseAttribute.d.ts +4 -10
- package/dist/models/InviteResponseAttribute.js +6 -12
- package/dist/models/InviteResponseAttributeData.d.ts +39 -0
- package/dist/models/InviteResponseAttributeData.js +52 -0
- package/dist/models/InviteResponseWithMetadata.d.ts +39 -0
- package/dist/models/InviteResponseWithMetadata.js +56 -0
- package/dist/models/InviteResponseWithMetadataAttributesInner.d.ts +51 -0
- package/dist/models/InviteResponseWithMetadataAttributesInner.js +62 -0
- package/dist/models/InviteResponseWithMetadataAttributesInnerEvidence.d.ts +44 -0
- package/dist/models/InviteResponseWithMetadataAttributesInnerEvidence.js +53 -0
- package/dist/models/InviteStatus.d.ts +1 -0
- package/dist/models/InviteStatus.js +1 -0
- package/dist/models/Login200Response.d.ts +239 -0
- package/dist/models/Login200Response.js +154 -0
- package/dist/models/Login200ResponseAnyOf.d.ts +44 -0
- package/dist/models/Login200ResponseAnyOf.js +59 -0
- package/dist/models/Login400Response.d.ts +45 -0
- package/dist/models/Login400Response.js +58 -0
- package/dist/models/Login400ResponseAnyOf.d.ts +45 -0
- package/dist/models/Login400ResponseAnyOf.js +58 -0
- package/dist/models/Login400ResponseAnyOfError.d.ts +26 -0
- package/dist/models/Login400ResponseAnyOfError.js +39 -0
- package/dist/models/LoginRequest.d.ts +38 -0
- package/dist/models/LoginRequest.js +55 -0
- package/dist/models/ModelFile.d.ts +4 -4
- package/dist/models/ModelFile.js +6 -6
- package/dist/models/Moderator.d.ts +4 -4
- package/dist/models/Moderator.js +6 -6
- package/dist/models/NumberFilterSchema.d.ts +1 -1
- package/dist/models/NumberFilterSchema.js +3 -3
- package/dist/models/Org.d.ts +3 -37
- package/dist/models/Org.js +3 -17
- package/dist/models/OrgData.d.ts +32 -0
- package/dist/models/OrgData.js +49 -0
- package/dist/models/Participant.d.ts +4 -4
- package/dist/models/Participant.js +6 -6
- package/dist/models/ParticipantAttribute.d.ts +1 -14
- package/dist/models/ParticipantAttribute.js +3 -12
- package/dist/models/Project.d.ts +22 -8
- package/dist/models/Project.js +16 -10
- package/dist/models/ProjectAudience.d.ts +18 -0
- package/dist/models/ProjectAudience.js +6 -0
- package/dist/models/ProjectWithAnalytics.d.ts +23 -9
- package/dist/models/ProjectWithAnalytics.js +17 -11
- package/dist/models/ResetPasswordRequest.d.ts +38 -0
- package/dist/models/ResetPasswordRequest.js +55 -0
- package/dist/models/SearchResponseMessages200ResponseInner.d.ts +74 -0
- package/dist/models/{ApiCallMessagesSearchPost200ResponseInner.js → SearchResponseMessages200ResponseInner.js} +13 -13
- package/dist/models/SearchResponseMessagesRequest.d.ts +33 -0
- package/dist/models/SearchResponseMessagesRequest.js +52 -0
- package/dist/models/SearchResponseMessagesRequestInviteResponseMessagesInner.d.ts +38 -0
- package/dist/models/SearchResponseMessagesRequestInviteResponseMessagesInner.js +55 -0
- package/dist/models/SelectFilterSchema.d.ts +1 -1
- package/dist/models/SelectFilterSchema.js +3 -3
- package/dist/models/SignupRequest.d.ts +44 -0
- package/dist/models/SignupRequest.js +59 -0
- package/dist/models/ThematicAnalysisArtifactCreateData.d.ts +52 -0
- package/dist/models/ThematicAnalysisArtifactCreateData.js +61 -0
- package/dist/models/ThematicAnalysisArtifactCreateDataThemesInner.d.ts +45 -0
- package/dist/models/ThematicAnalysisArtifactCreateDataThemesInner.js +60 -0
- package/dist/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.d.ts +38 -0
- package/dist/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.js +55 -0
- package/dist/models/ThematicAnalysisResponseCode.d.ts +39 -0
- package/dist/models/ThematicAnalysisResponseCode.js +56 -0
- package/dist/models/ThematicAnalysisResponseCodeCodesInner.d.ts +45 -0
- package/dist/models/ThematicAnalysisResponseCodeCodesInner.js +60 -0
- package/dist/models/ThematicAnalysisResponseCodeCodesInnerEvidence.d.ts +44 -0
- package/dist/models/ThematicAnalysisResponseCodeCodesInnerEvidence.js +59 -0
- package/dist/models/Thread.d.ts +4 -4
- package/dist/models/Thread.js +6 -6
- package/dist/models/TokenKind.d.ts +26 -0
- package/dist/models/TokenKind.js +52 -0
- package/dist/models/Transcript.d.ts +6 -0
- package/dist/models/Transcript.js +4 -0
- package/dist/models/UpdateArtifactRequest.d.ts +40 -0
- package/dist/models/UpdateArtifactRequest.js +53 -0
- package/dist/models/User.d.ts +71 -6
- package/dist/models/User.js +32 -6
- package/dist/models/VerifyEmailRequest.d.ts +32 -0
- package/dist/models/VerifyEmailRequest.js +51 -0
- package/dist/models/Workspace.d.ts +106 -0
- package/dist/models/Workspace.js +87 -0
- package/dist/models/WorkspaceMember.d.ts +77 -0
- package/dist/models/WorkspaceMember.js +78 -0
- package/dist/models/WorkspaceMemberRole.d.ts +26 -0
- package/dist/models/WorkspaceMemberRole.js +52 -0
- package/dist/models/index.d.ts +48 -5
- package/dist/models/index.js +48 -5
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1350 -306
- package/src/models/ApiProjectsProjectIdAnalysisPostRequest.ts +74 -0
- package/src/models/ApiProjectsProjectIdAnalysisPostRequestKind.ts +46 -0
- package/src/models/Artifact.ts +205 -0
- package/src/models/ArtifactDataThematicAnalysis.ts +93 -0
- package/src/models/ArtifactDataThematicAnalysisData.ts +91 -0
- package/src/models/ArtifactDataThematicAnalysisDataThemesInner.ts +75 -0
- package/src/models/ArtifactKind.ts +52 -0
- package/src/models/ArtifactMetadata.ts +90 -0
- package/src/models/ArtifactMetadataStatus.ts +46 -0
- package/src/models/Attribute.ts +21 -4
- package/src/models/AttributeKind.ts +34 -3
- package/src/models/AttributeKindGroup.ts +238 -0
- package/src/models/AttributeKindGroupPurpose.ts +53 -0
- package/src/models/AttributeKindGroupScope.ts +54 -0
- package/src/models/AttributeStatsSchemaInner.ts +15 -0
- package/src/models/AttributeStatsSchemaInnerGroup.ts +85 -0
- package/src/models/AttributeStatsSchemaInnerKind.ts +4 -4
- package/src/models/AttributeStatsSchemaInnerValuesInner.ts +9 -0
- package/src/models/CallAnalysis.ts +73 -0
- package/src/models/CallMetadata.ts +16 -0
- package/src/models/CreateArtifactRequest.ts +75 -0
- package/src/models/CreateProjectPreviewInvite201Response.ts +90 -0
- package/src/models/CreateProjectPreviewInviteRequest.ts +81 -0
- package/src/models/DeleteArtifact200Response.ts +66 -0
- package/src/models/Evidence.ts +81 -0
- package/src/models/{ApiProjectsGet200Response.ts → GetProjects200Response.ts} +14 -14
- package/src/models/InviteResponseAttribute.ts +15 -27
- package/src/models/InviteResponseAttributeData.ts +81 -0
- package/src/models/InviteResponseWithMetadata.ts +83 -0
- package/src/models/InviteResponseWithMetadataAttributesInner.ts +100 -0
- package/src/models/InviteResponseWithMetadataAttributesInnerEvidence.ts +81 -0
- package/src/models/InviteStatus.ts +1 -0
- package/src/models/Login200Response.ts +456 -0
- package/src/models/Login200ResponseAnyOf.ts +84 -0
- package/src/models/Login400Response.ts +105 -0
- package/src/models/Login400ResponseAnyOf.ts +91 -0
- package/src/models/Login400ResponseAnyOfError.ts +46 -0
- package/src/models/LoginRequest.ts +75 -0
- package/src/models/ModelFile.ts +15 -15
- package/src/models/Moderator.ts +15 -15
- package/src/models/NumberFilterSchema.ts +4 -4
- package/src/models/Org.ts +10 -78
- package/src/models/OrgData.ts +65 -0
- package/src/models/Participant.ts +15 -15
- package/src/models/ParticipantAttribute.ts +4 -31
- package/src/models/Project.ts +71 -41
- package/src/models/ProjectAudience.ts +24 -0
- package/src/models/ProjectWithAnalytics.ts +78 -48
- package/src/models/ResetPasswordRequest.ts +75 -0
- package/src/models/{ApiCallMessagesSearchPost200ResponseInner.ts → SearchResponseMessages200ResponseInner.ts} +18 -18
- package/src/models/SearchResponseMessagesRequest.ts +74 -0
- package/src/models/SearchResponseMessagesRequestInviteResponseMessagesInner.ts +75 -0
- package/src/models/SelectFilterSchema.ts +4 -4
- package/src/models/SignupRequest.ts +84 -0
- package/src/models/ThematicAnalysisArtifactCreateData.ts +106 -0
- package/src/models/ThematicAnalysisArtifactCreateDataThemesInner.ts +92 -0
- package/src/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.ts +75 -0
- package/src/models/ThematicAnalysisResponseCode.ts +83 -0
- package/src/models/ThematicAnalysisResponseCodeCodesInner.ts +92 -0
- package/src/models/ThematicAnalysisResponseCodeCodesInnerEvidence.ts +84 -0
- package/src/models/Thread.ts +15 -15
- package/src/models/TokenKind.ts +54 -0
- package/src/models/Transcript.ts +9 -0
- package/src/models/UpdateArtifactRequest.ts +88 -0
- package/src/models/User.ts +145 -30
- package/src/models/VerifyEmailRequest.ts +66 -0
- package/src/models/Workspace.ts +214 -0
- package/src/models/WorkspaceMember.ts +151 -0
- package/src/models/WorkspaceMemberRole.ts +54 -0
- package/src/models/index.ts +48 -5
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +0 -74
- package/dist/models/ApiProjectsGet200Response.d.ts +0 -51
- package/dist/models/AttributeSource.d.ts +0 -25
- package/dist/models/AttributeSource.js +0 -51
- package/dist/models/DeleteEmailShare200Response.d.ts +0 -32
- package/dist/models/DeleteEmailShare200Response.js +0 -51
- package/dist/models/GetProjectResponsesResponse.d.ts +0 -51
- package/dist/models/GetProjectResponsesResponse.js +0 -64
- package/src/models/AttributeSource.ts +0 -53
- package/src/models/DeleteEmailShare200Response.ts +0 -66
- package/src/models/GetProjectResponsesResponse.ts +0 -101
|
@@ -31,7 +31,7 @@ exports.NumberFilterSchemaKindEnum = {
|
|
|
31
31
|
function instanceOfNumberFilterSchema(value) {
|
|
32
32
|
if (!('kind' in value) || value['kind'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
-
if (!('
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
35
35
|
return false;
|
|
36
36
|
return true;
|
|
37
37
|
}
|
|
@@ -44,7 +44,7 @@ function NumberFilterSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
44
|
}
|
|
45
45
|
return {
|
|
46
46
|
'kind': json['kind'],
|
|
47
|
-
'
|
|
47
|
+
'id': json['id'],
|
|
48
48
|
'min': json['min'] == null ? undefined : json['min'],
|
|
49
49
|
'max': json['max'] == null ? undefined : json['max'],
|
|
50
50
|
};
|
|
@@ -59,7 +59,7 @@ function NumberFilterSchemaToJSONTyped(value, ignoreDiscriminator) {
|
|
|
59
59
|
}
|
|
60
60
|
return {
|
|
61
61
|
'kind': value['kind'],
|
|
62
|
-
'
|
|
62
|
+
'id': value['id'],
|
|
63
63
|
'min': value['min'],
|
|
64
64
|
'max': value['max'],
|
|
65
65
|
};
|
package/dist/models/Org.d.ts
CHANGED
|
@@ -9,12 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { Moderator } from './Moderator';
|
|
13
|
-
import type { Project } from './Project';
|
|
14
12
|
import type { User } from './User';
|
|
15
|
-
import type {
|
|
16
|
-
import type { ModelFile } from './ModelFile';
|
|
17
|
-
import type { Thread } from './Thread';
|
|
13
|
+
import type { OrgData } from './OrgData';
|
|
18
14
|
/**
|
|
19
15
|
*
|
|
20
16
|
* @export
|
|
@@ -53,46 +49,16 @@ export interface Org {
|
|
|
53
49
|
domain: string;
|
|
54
50
|
/**
|
|
55
51
|
*
|
|
56
|
-
* @type {
|
|
52
|
+
* @type {OrgData}
|
|
57
53
|
* @memberof Org
|
|
58
54
|
*/
|
|
59
|
-
data?:
|
|
55
|
+
data?: OrgData | null;
|
|
60
56
|
/**
|
|
61
57
|
*
|
|
62
58
|
* @type {Array<User>}
|
|
63
59
|
* @memberof Org
|
|
64
60
|
*/
|
|
65
61
|
users?: Array<User>;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {Array<Project>}
|
|
69
|
-
* @memberof Org
|
|
70
|
-
*/
|
|
71
|
-
projects?: Array<Project>;
|
|
72
|
-
/**
|
|
73
|
-
*
|
|
74
|
-
* @type {Array<Participant>}
|
|
75
|
-
* @memberof Org
|
|
76
|
-
*/
|
|
77
|
-
participants?: Array<Participant>;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @type {Array<Moderator>}
|
|
81
|
-
* @memberof Org
|
|
82
|
-
*/
|
|
83
|
-
moderators?: Array<Moderator>;
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {Array<ModelFile>}
|
|
87
|
-
* @memberof Org
|
|
88
|
-
*/
|
|
89
|
-
files?: Array<ModelFile>;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {Array<Thread>}
|
|
93
|
-
* @memberof Org
|
|
94
|
-
*/
|
|
95
|
-
threads?: Array<Thread>;
|
|
96
62
|
}
|
|
97
63
|
/**
|
|
98
64
|
* Check if a given object implements the Org interface.
|
package/dist/models/Org.js
CHANGED
|
@@ -18,12 +18,8 @@ exports.OrgFromJSON = OrgFromJSON;
|
|
|
18
18
|
exports.OrgFromJSONTyped = OrgFromJSONTyped;
|
|
19
19
|
exports.OrgToJSON = OrgToJSON;
|
|
20
20
|
exports.OrgToJSONTyped = OrgToJSONTyped;
|
|
21
|
-
var Moderator_1 = require("./Moderator");
|
|
22
|
-
var Project_1 = require("./Project");
|
|
23
21
|
var User_1 = require("./User");
|
|
24
|
-
var
|
|
25
|
-
var ModelFile_1 = require("./ModelFile");
|
|
26
|
-
var Thread_1 = require("./Thread");
|
|
22
|
+
var OrgData_1 = require("./OrgData");
|
|
27
23
|
/**
|
|
28
24
|
* Check if a given object implements the Org interface.
|
|
29
25
|
*/
|
|
@@ -53,13 +49,8 @@ function OrgFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
49
|
'updatedAt': (new Date(json['updatedAt'])),
|
|
54
50
|
'name': json['name'],
|
|
55
51
|
'domain': json['domain'],
|
|
56
|
-
'data': json['data'] == null ? undefined : json['data'],
|
|
52
|
+
'data': json['data'] == null ? undefined : (0, OrgData_1.OrgDataFromJSON)(json['data']),
|
|
57
53
|
'users': json['users'] == null ? undefined : (json['users'].map(User_1.UserFromJSON)),
|
|
58
|
-
'projects': json['projects'] == null ? undefined : (json['projects'].map(Project_1.ProjectFromJSON)),
|
|
59
|
-
'participants': json['participants'] == null ? undefined : (json['participants'].map(Participant_1.ParticipantFromJSON)),
|
|
60
|
-
'moderators': json['moderators'] == null ? undefined : (json['moderators'].map(Moderator_1.ModeratorFromJSON)),
|
|
61
|
-
'files': json['files'] == null ? undefined : (json['files'].map(ModelFile_1.ModelFileFromJSON)),
|
|
62
|
-
'threads': json['threads'] == null ? undefined : (json['threads'].map(Thread_1.ThreadFromJSON)),
|
|
63
54
|
};
|
|
64
55
|
}
|
|
65
56
|
function OrgToJSON(json) {
|
|
@@ -76,12 +67,7 @@ function OrgToJSONTyped(value, ignoreDiscriminator) {
|
|
|
76
67
|
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
77
68
|
'name': value['name'],
|
|
78
69
|
'domain': value['domain'],
|
|
79
|
-
'data': value['data'],
|
|
70
|
+
'data': (0, OrgData_1.OrgDataToJSON)(value['data']),
|
|
80
71
|
'users': value['users'] == null ? undefined : (value['users'].map(User_1.UserToJSON)),
|
|
81
|
-
'projects': value['projects'] == null ? undefined : (value['projects'].map(Project_1.ProjectToJSON)),
|
|
82
|
-
'participants': value['participants'] == null ? undefined : (value['participants'].map(Participant_1.ParticipantToJSON)),
|
|
83
|
-
'moderators': value['moderators'] == null ? undefined : (value['moderators'].map(Moderator_1.ModeratorToJSON)),
|
|
84
|
-
'files': value['files'] == null ? undefined : (value['files'].map(ModelFile_1.ModelFileToJSON)),
|
|
85
|
-
'threads': value['threads'] == null ? undefined : (value['threads'].map(Thread_1.ThreadToJSON)),
|
|
86
72
|
};
|
|
87
73
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 OrgData
|
|
16
|
+
*/
|
|
17
|
+
export interface OrgData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof OrgData
|
|
22
|
+
*/
|
|
23
|
+
is2FAEnabled?: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the OrgData interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfOrgData(value: object): value is OrgData;
|
|
29
|
+
export declare function OrgDataFromJSON(json: any): OrgData;
|
|
30
|
+
export declare function OrgDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrgData;
|
|
31
|
+
export declare function OrgDataToJSON(json: any): OrgData;
|
|
32
|
+
export declare function OrgDataToJSONTyped(value?: OrgData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
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.instanceOfOrgData = instanceOfOrgData;
|
|
17
|
+
exports.OrgDataFromJSON = OrgDataFromJSON;
|
|
18
|
+
exports.OrgDataFromJSONTyped = OrgDataFromJSONTyped;
|
|
19
|
+
exports.OrgDataToJSON = OrgDataToJSON;
|
|
20
|
+
exports.OrgDataToJSONTyped = OrgDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the OrgData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfOrgData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function OrgDataFromJSON(json) {
|
|
28
|
+
return OrgDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function OrgDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'is2FAEnabled': json['is2FAEnabled'] == null ? undefined : json['is2FAEnabled'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function OrgDataToJSON(json) {
|
|
39
|
+
return OrgDataToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function OrgDataToJSONTyped(value, ignoreDiscriminator) {
|
|
42
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'is2FAEnabled': value['is2FAEnabled'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Call } from './Call';
|
|
13
|
-
import type { Org } from './Org';
|
|
14
13
|
import type { ParticipantAttribute } from './ParticipantAttribute';
|
|
15
14
|
import type { InviteResponse } from './InviteResponse';
|
|
16
15
|
import type { ParticipantInvite } from './ParticipantInvite';
|
|
16
|
+
import type { Workspace } from './Workspace';
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
@@ -67,13 +67,13 @@ export interface Participant {
|
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof Participant
|
|
69
69
|
*/
|
|
70
|
-
|
|
70
|
+
workspaceId: string;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {Workspace}
|
|
74
74
|
* @memberof Participant
|
|
75
75
|
*/
|
|
76
|
-
|
|
76
|
+
workspace?: Workspace;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {Array<ParticipantInvite>}
|
|
@@ -19,10 +19,10 @@ exports.ParticipantFromJSONTyped = ParticipantFromJSONTyped;
|
|
|
19
19
|
exports.ParticipantToJSON = ParticipantToJSON;
|
|
20
20
|
exports.ParticipantToJSONTyped = ParticipantToJSONTyped;
|
|
21
21
|
var Call_1 = require("./Call");
|
|
22
|
-
var Org_1 = require("./Org");
|
|
23
22
|
var ParticipantAttribute_1 = require("./ParticipantAttribute");
|
|
24
23
|
var InviteResponse_1 = require("./InviteResponse");
|
|
25
24
|
var ParticipantInvite_1 = require("./ParticipantInvite");
|
|
25
|
+
var Workspace_1 = require("./Workspace");
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the Participant interface.
|
|
28
28
|
*/
|
|
@@ -33,7 +33,7 @@ function instanceOfParticipant(value) {
|
|
|
33
33
|
return false;
|
|
34
34
|
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
-
if (!('
|
|
36
|
+
if (!('workspaceId' in value) || value['workspaceId'] === undefined)
|
|
37
37
|
return false;
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
@@ -52,8 +52,8 @@ function ParticipantFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
52
|
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
53
53
|
'name': json['name'] == null ? undefined : json['name'],
|
|
54
54
|
'data': json['data'] == null ? undefined : json['data'],
|
|
55
|
-
'
|
|
56
|
-
'
|
|
55
|
+
'workspaceId': json['workspaceId'],
|
|
56
|
+
'workspace': json['workspace'] == null ? undefined : (0, Workspace_1.WorkspaceFromJSON)(json['workspace']),
|
|
57
57
|
'participantInvites': json['participantInvites'] == null ? undefined : (json['participantInvites'].map(ParticipantInvite_1.ParticipantInviteFromJSON)),
|
|
58
58
|
'inviteResponses': json['inviteResponses'] == null ? undefined : (json['inviteResponses'].map(InviteResponse_1.InviteResponseFromJSON)),
|
|
59
59
|
'calls': json['calls'] == null ? undefined : (json['calls'].map(Call_1.CallFromJSON)),
|
|
@@ -76,8 +76,8 @@ function ParticipantToJSONTyped(value, ignoreDiscriminator) {
|
|
|
76
76
|
'phoneNumber': value['phoneNumber'],
|
|
77
77
|
'name': value['name'],
|
|
78
78
|
'data': value['data'],
|
|
79
|
-
'
|
|
80
|
-
'
|
|
79
|
+
'workspaceId': value['workspaceId'],
|
|
80
|
+
'workspace': (0, Workspace_1.WorkspaceToJSON)(value['workspace']),
|
|
81
81
|
'participantInvites': value['participantInvites'] == null ? undefined : (value['participantInvites'].map(ParticipantInvite_1.ParticipantInviteToJSON)),
|
|
82
82
|
'inviteResponses': value['inviteResponses'] == null ? undefined : (value['inviteResponses'].map(InviteResponse_1.InviteResponseToJSON)),
|
|
83
83
|
'calls': value['calls'] == null ? undefined : (value['calls'].map(Call_1.CallToJSON)),
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { AttributeSource } from './AttributeSource';
|
|
13
12
|
import type { Participant } from './Participant';
|
|
14
13
|
import type { Attribute } from './Attribute';
|
|
15
14
|
/**
|
|
@@ -29,19 +28,7 @@ export interface ParticipantAttribute {
|
|
|
29
28
|
* @type {string}
|
|
30
29
|
* @memberof ParticipantAttribute
|
|
31
30
|
*/
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof ParticipantAttribute
|
|
37
|
-
*/
|
|
38
|
-
attributeValue: string;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {AttributeSource}
|
|
42
|
-
* @memberof ParticipantAttribute
|
|
43
|
-
*/
|
|
44
|
-
source: AttributeSource;
|
|
31
|
+
attributeId: string;
|
|
45
32
|
/**
|
|
46
33
|
*
|
|
47
34
|
* @type {Date}
|
|
@@ -18,7 +18,6 @@ exports.ParticipantAttributeFromJSON = ParticipantAttributeFromJSON;
|
|
|
18
18
|
exports.ParticipantAttributeFromJSONTyped = ParticipantAttributeFromJSONTyped;
|
|
19
19
|
exports.ParticipantAttributeToJSON = ParticipantAttributeToJSON;
|
|
20
20
|
exports.ParticipantAttributeToJSONTyped = ParticipantAttributeToJSONTyped;
|
|
21
|
-
var AttributeSource_1 = require("./AttributeSource");
|
|
22
21
|
var Participant_1 = require("./Participant");
|
|
23
22
|
var Attribute_1 = require("./Attribute");
|
|
24
23
|
/**
|
|
@@ -27,11 +26,7 @@ var Attribute_1 = require("./Attribute");
|
|
|
27
26
|
function instanceOfParticipantAttribute(value) {
|
|
28
27
|
if (!('participantId' in value) || value['participantId'] === undefined)
|
|
29
28
|
return false;
|
|
30
|
-
if (!('
|
|
31
|
-
return false;
|
|
32
|
-
if (!('attributeValue' in value) || value['attributeValue'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('source' in value) || value['source'] === undefined)
|
|
29
|
+
if (!('attributeId' in value) || value['attributeId'] === undefined)
|
|
35
30
|
return false;
|
|
36
31
|
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
37
32
|
return false;
|
|
@@ -48,9 +43,7 @@ function ParticipantAttributeFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
43
|
}
|
|
49
44
|
return {
|
|
50
45
|
'participantId': json['participantId'],
|
|
51
|
-
'
|
|
52
|
-
'attributeValue': json['attributeValue'],
|
|
53
|
-
'source': (0, AttributeSource_1.AttributeSourceFromJSON)(json['source']),
|
|
46
|
+
'attributeId': json['attributeId'],
|
|
54
47
|
'createdAt': (new Date(json['createdAt'])),
|
|
55
48
|
'updatedAt': (new Date(json['updatedAt'])),
|
|
56
49
|
'participant': json['participant'] == null ? undefined : (0, Participant_1.ParticipantFromJSON)(json['participant']),
|
|
@@ -67,9 +60,7 @@ function ParticipantAttributeToJSONTyped(value, ignoreDiscriminator) {
|
|
|
67
60
|
}
|
|
68
61
|
return {
|
|
69
62
|
'participantId': value['participantId'],
|
|
70
|
-
'
|
|
71
|
-
'attributeValue': value['attributeValue'],
|
|
72
|
-
'source': (0, AttributeSource_1.AttributeSourceToJSON)(value['source']),
|
|
63
|
+
'attributeId': value['attributeId'],
|
|
73
64
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
74
65
|
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
75
66
|
'participant': (0, Participant_1.ParticipantToJSON)(value['participant']),
|
package/dist/models/Project.d.ts
CHANGED
|
@@ -9,17 +9,19 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { User } from './User';
|
|
13
|
+
import type { ProjectFile } from './ProjectFile';
|
|
14
|
+
import type { Artifact } from './Artifact';
|
|
15
|
+
import type { ChatSession } from './ChatSession';
|
|
16
|
+
import type { Thread } from './Thread';
|
|
12
17
|
import type { ProjectConfig } from './ProjectConfig';
|
|
13
18
|
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
14
19
|
import type { Moderator } from './Moderator';
|
|
15
20
|
import type { ProjectStatus } from './ProjectStatus';
|
|
16
|
-
import type { User } from './User';
|
|
17
21
|
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
18
|
-
import type {
|
|
19
|
-
import type { ProjectFile } from './ProjectFile';
|
|
20
|
-
import type { ChatSession } from './ChatSession';
|
|
22
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
21
23
|
import type { Invite } from './Invite';
|
|
22
|
-
import type {
|
|
24
|
+
import type { Workspace } from './Workspace';
|
|
23
25
|
/**
|
|
24
26
|
*
|
|
25
27
|
* @export
|
|
@@ -73,7 +75,7 @@ export interface Project {
|
|
|
73
75
|
* @type {string}
|
|
74
76
|
* @memberof Project
|
|
75
77
|
*/
|
|
76
|
-
|
|
78
|
+
workspaceId: string;
|
|
77
79
|
/**
|
|
78
80
|
*
|
|
79
81
|
* @type {string}
|
|
@@ -106,10 +108,10 @@ export interface Project {
|
|
|
106
108
|
createdBy?: User;
|
|
107
109
|
/**
|
|
108
110
|
*
|
|
109
|
-
* @type {
|
|
111
|
+
* @type {Workspace}
|
|
110
112
|
* @memberof Project
|
|
111
113
|
*/
|
|
112
|
-
|
|
114
|
+
workspace?: Workspace;
|
|
113
115
|
/**
|
|
114
116
|
*
|
|
115
117
|
* @type {Moderator}
|
|
@@ -140,6 +142,18 @@ export interface Project {
|
|
|
140
142
|
* @memberof Project
|
|
141
143
|
*/
|
|
142
144
|
threads?: Array<Thread>;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {Array<AttributeKindGroup>}
|
|
148
|
+
* @memberof Project
|
|
149
|
+
*/
|
|
150
|
+
AttributeKindGroup?: Array<AttributeKindGroup>;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {Array<Artifact>}
|
|
154
|
+
* @memberof Project
|
|
155
|
+
*/
|
|
156
|
+
artifacts?: Array<Artifact>;
|
|
143
157
|
}
|
|
144
158
|
/**
|
|
145
159
|
* Check if a given object implements the Project interface.
|
package/dist/models/Project.js
CHANGED
|
@@ -18,17 +18,19 @@ exports.ProjectFromJSON = ProjectFromJSON;
|
|
|
18
18
|
exports.ProjectFromJSONTyped = ProjectFromJSONTyped;
|
|
19
19
|
exports.ProjectToJSON = ProjectToJSON;
|
|
20
20
|
exports.ProjectToJSONTyped = ProjectToJSONTyped;
|
|
21
|
+
var User_1 = require("./User");
|
|
22
|
+
var ProjectFile_1 = require("./ProjectFile");
|
|
23
|
+
var Artifact_1 = require("./Artifact");
|
|
24
|
+
var ChatSession_1 = require("./ChatSession");
|
|
25
|
+
var Thread_1 = require("./Thread");
|
|
21
26
|
var ProjectConfig_1 = require("./ProjectConfig");
|
|
22
27
|
var ProjectConversationConfig_1 = require("./ProjectConversationConfig");
|
|
23
28
|
var Moderator_1 = require("./Moderator");
|
|
24
29
|
var ProjectStatus_1 = require("./ProjectStatus");
|
|
25
|
-
var User_1 = require("./User");
|
|
26
30
|
var ProjectAnalysis_1 = require("./ProjectAnalysis");
|
|
27
|
-
var
|
|
28
|
-
var ProjectFile_1 = require("./ProjectFile");
|
|
29
|
-
var ChatSession_1 = require("./ChatSession");
|
|
31
|
+
var AttributeKindGroup_1 = require("./AttributeKindGroup");
|
|
30
32
|
var Invite_1 = require("./Invite");
|
|
31
|
-
var
|
|
33
|
+
var Workspace_1 = require("./Workspace");
|
|
32
34
|
/**
|
|
33
35
|
* Check if a given object implements the Project interface.
|
|
34
36
|
*/
|
|
@@ -45,7 +47,7 @@ function instanceOfProject(value) {
|
|
|
45
47
|
return false;
|
|
46
48
|
if (!('createdById' in value) || value['createdById'] === undefined)
|
|
47
49
|
return false;
|
|
48
|
-
if (!('
|
|
50
|
+
if (!('workspaceId' in value) || value['workspaceId'] === undefined)
|
|
49
51
|
return false;
|
|
50
52
|
if (!('moderatorId' in value) || value['moderatorId'] === undefined)
|
|
51
53
|
return false;
|
|
@@ -70,18 +72,20 @@ function ProjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
70
72
|
'description': json['description'] == null ? undefined : json['description'],
|
|
71
73
|
'status': (0, ProjectStatus_1.ProjectStatusFromJSON)(json['status']),
|
|
72
74
|
'createdById': json['createdById'],
|
|
73
|
-
'
|
|
75
|
+
'workspaceId': json['workspaceId'],
|
|
74
76
|
'moderatorId': json['moderatorId'],
|
|
75
77
|
'config': (0, ProjectConfig_1.ProjectConfigFromJSON)(json['config']),
|
|
76
78
|
'conversationConfig': (0, ProjectConversationConfig_1.ProjectConversationConfigFromJSON)(json['conversationConfig']),
|
|
77
79
|
'analysis': json['analysis'] == null ? undefined : (0, ProjectAnalysis_1.ProjectAnalysisFromJSON)(json['analysis']),
|
|
78
80
|
'createdBy': json['createdBy'] == null ? undefined : (0, User_1.UserFromJSON)(json['createdBy']),
|
|
79
|
-
'
|
|
81
|
+
'workspace': json['workspace'] == null ? undefined : (0, Workspace_1.WorkspaceFromJSON)(json['workspace']),
|
|
80
82
|
'moderator': json['moderator'] == null ? undefined : (0, Moderator_1.ModeratorFromJSON)(json['moderator']),
|
|
81
83
|
'invites': json['invites'] == null ? undefined : (json['invites'].map(Invite_1.InviteFromJSON)),
|
|
82
84
|
'chatSessions': json['chatSessions'] == null ? undefined : (json['chatSessions'].map(ChatSession_1.ChatSessionFromJSON)),
|
|
83
85
|
'projectFiles': json['projectFiles'] == null ? undefined : (json['projectFiles'].map(ProjectFile_1.ProjectFileFromJSON)),
|
|
84
86
|
'threads': json['threads'] == null ? undefined : (json['threads'].map(Thread_1.ThreadFromJSON)),
|
|
87
|
+
'AttributeKindGroup': json['AttributeKindGroup'] == null ? undefined : (json['AttributeKindGroup'].map(AttributeKindGroup_1.AttributeKindGroupFromJSON)),
|
|
88
|
+
'artifacts': json['artifacts'] == null ? undefined : (json['artifacts'].map(Artifact_1.ArtifactFromJSON)),
|
|
85
89
|
};
|
|
86
90
|
}
|
|
87
91
|
function ProjectToJSON(json) {
|
|
@@ -100,17 +104,19 @@ function ProjectToJSONTyped(value, ignoreDiscriminator) {
|
|
|
100
104
|
'description': value['description'],
|
|
101
105
|
'status': (0, ProjectStatus_1.ProjectStatusToJSON)(value['status']),
|
|
102
106
|
'createdById': value['createdById'],
|
|
103
|
-
'
|
|
107
|
+
'workspaceId': value['workspaceId'],
|
|
104
108
|
'moderatorId': value['moderatorId'],
|
|
105
109
|
'config': (0, ProjectConfig_1.ProjectConfigToJSON)(value['config']),
|
|
106
110
|
'conversationConfig': (0, ProjectConversationConfig_1.ProjectConversationConfigToJSON)(value['conversationConfig']),
|
|
107
111
|
'analysis': (0, ProjectAnalysis_1.ProjectAnalysisToJSON)(value['analysis']),
|
|
108
112
|
'createdBy': (0, User_1.UserToJSON)(value['createdBy']),
|
|
109
|
-
'
|
|
113
|
+
'workspace': (0, Workspace_1.WorkspaceToJSON)(value['workspace']),
|
|
110
114
|
'moderator': (0, Moderator_1.ModeratorToJSON)(value['moderator']),
|
|
111
115
|
'invites': value['invites'] == null ? undefined : (value['invites'].map(Invite_1.InviteToJSON)),
|
|
112
116
|
'chatSessions': value['chatSessions'] == null ? undefined : (value['chatSessions'].map(ChatSession_1.ChatSessionToJSON)),
|
|
113
117
|
'projectFiles': value['projectFiles'] == null ? undefined : (value['projectFiles'].map(ProjectFile_1.ProjectFileToJSON)),
|
|
114
118
|
'threads': value['threads'] == null ? undefined : (value['threads'].map(Thread_1.ThreadToJSON)),
|
|
119
|
+
'AttributeKindGroup': value['AttributeKindGroup'] == null ? undefined : (value['AttributeKindGroup'].map(AttributeKindGroup_1.AttributeKindGroupToJSON)),
|
|
120
|
+
'artifacts': value['artifacts'] == null ? undefined : (value['artifacts'].map(Artifact_1.ArtifactToJSON)),
|
|
115
121
|
};
|
|
116
122
|
}
|
|
@@ -23,6 +23,18 @@ export interface ProjectAudience {
|
|
|
23
23
|
* @memberof ProjectAudience
|
|
24
24
|
*/
|
|
25
25
|
sampleSize: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ProjectAudience
|
|
30
|
+
*/
|
|
31
|
+
inviteTitle?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ProjectAudience
|
|
36
|
+
*/
|
|
37
|
+
inviteDescription?: string;
|
|
26
38
|
/**
|
|
27
39
|
*
|
|
28
40
|
* @type {Array<ParticipantCreate>}
|
|
@@ -35,6 +47,12 @@ export interface ProjectAudience {
|
|
|
35
47
|
* @memberof ProjectAudience
|
|
36
48
|
*/
|
|
37
49
|
panelSettings?: PanelSettings | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof ProjectAudience
|
|
54
|
+
*/
|
|
55
|
+
usePublicLink?: boolean;
|
|
38
56
|
}
|
|
39
57
|
/**
|
|
40
58
|
* Check if a given object implements the ProjectAudience interface.
|
|
@@ -37,8 +37,11 @@ function ProjectAudienceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
39
|
'sampleSize': json['sampleSize'],
|
|
40
|
+
'inviteTitle': json['inviteTitle'] == null ? undefined : json['inviteTitle'],
|
|
41
|
+
'inviteDescription': json['inviteDescription'] == null ? undefined : json['inviteDescription'],
|
|
40
42
|
'participants': json['participants'] == null ? undefined : (json['participants'].map(ParticipantCreate_1.ParticipantCreateFromJSON)),
|
|
41
43
|
'panelSettings': json['panelSettings'] == null ? undefined : (0, PanelSettings_1.PanelSettingsFromJSON)(json['panelSettings']),
|
|
44
|
+
'usePublicLink': json['usePublicLink'] == null ? undefined : json['usePublicLink'],
|
|
42
45
|
};
|
|
43
46
|
}
|
|
44
47
|
function ProjectAudienceToJSON(json) {
|
|
@@ -51,7 +54,10 @@ function ProjectAudienceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
51
54
|
}
|
|
52
55
|
return {
|
|
53
56
|
'sampleSize': value['sampleSize'],
|
|
57
|
+
'inviteTitle': value['inviteTitle'],
|
|
58
|
+
'inviteDescription': value['inviteDescription'],
|
|
54
59
|
'participants': value['participants'] == null ? undefined : (value['participants'].map(ParticipantCreate_1.ParticipantCreateToJSON)),
|
|
55
60
|
'panelSettings': (0, PanelSettings_1.PanelSettingsToJSON)(value['panelSettings']),
|
|
61
|
+
'usePublicLink': value['usePublicLink'],
|
|
56
62
|
};
|
|
57
63
|
}
|
|
@@ -9,17 +9,19 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { ProjectConfig } from './ProjectConfig';
|
|
13
|
-
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
14
|
-
import type { Moderator } from './Moderator';
|
|
15
12
|
import type { InviteWithAnalytics } from './InviteWithAnalytics';
|
|
16
|
-
import type { ProjectStatus } from './ProjectStatus';
|
|
17
13
|
import type { User } from './User';
|
|
18
|
-
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
19
|
-
import type { Org } from './Org';
|
|
20
14
|
import type { ProjectFile } from './ProjectFile';
|
|
15
|
+
import type { Artifact } from './Artifact';
|
|
21
16
|
import type { ChatSession } from './ChatSession';
|
|
22
17
|
import type { Thread } from './Thread';
|
|
18
|
+
import type { ProjectConfig } from './ProjectConfig';
|
|
19
|
+
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
20
|
+
import type { Moderator } from './Moderator';
|
|
21
|
+
import type { ProjectStatus } from './ProjectStatus';
|
|
22
|
+
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
23
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
24
|
+
import type { Workspace } from './Workspace';
|
|
23
25
|
/**
|
|
24
26
|
*
|
|
25
27
|
* @export
|
|
@@ -73,7 +75,7 @@ export interface ProjectWithAnalytics {
|
|
|
73
75
|
* @type {string}
|
|
74
76
|
* @memberof ProjectWithAnalytics
|
|
75
77
|
*/
|
|
76
|
-
|
|
78
|
+
workspaceId: string;
|
|
77
79
|
/**
|
|
78
80
|
*
|
|
79
81
|
* @type {string}
|
|
@@ -106,10 +108,10 @@ export interface ProjectWithAnalytics {
|
|
|
106
108
|
createdBy?: User;
|
|
107
109
|
/**
|
|
108
110
|
*
|
|
109
|
-
* @type {
|
|
111
|
+
* @type {Workspace}
|
|
110
112
|
* @memberof ProjectWithAnalytics
|
|
111
113
|
*/
|
|
112
|
-
|
|
114
|
+
workspace?: Workspace;
|
|
113
115
|
/**
|
|
114
116
|
*
|
|
115
117
|
* @type {Moderator}
|
|
@@ -140,6 +142,18 @@ export interface ProjectWithAnalytics {
|
|
|
140
142
|
* @memberof ProjectWithAnalytics
|
|
141
143
|
*/
|
|
142
144
|
threads?: Array<Thread>;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {Array<AttributeKindGroup>}
|
|
148
|
+
* @memberof ProjectWithAnalytics
|
|
149
|
+
*/
|
|
150
|
+
AttributeKindGroup?: Array<AttributeKindGroup>;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {Array<Artifact>}
|
|
154
|
+
* @memberof ProjectWithAnalytics
|
|
155
|
+
*/
|
|
156
|
+
artifacts?: Array<Artifact>;
|
|
143
157
|
}
|
|
144
158
|
/**
|
|
145
159
|
* Check if a given object implements the ProjectWithAnalytics interface.
|