keplar-api 0.0.12 → 0.0.13
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 +31 -4
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +112 -8
- package/dist/apis/DefaultApi.js +503 -2
- 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/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/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/NumberFilterSchema.d.ts +1 -1
- package/dist/models/NumberFilterSchema.js +3 -3
- package/dist/models/Org.d.ts +7 -0
- package/dist/models/Org.js +3 -0
- package/dist/models/ParticipantAttribute.d.ts +1 -14
- package/dist/models/ParticipantAttribute.js +3 -12
- package/dist/models/Project.d.ts +19 -5
- package/dist/models/Project.js +11 -5
- package/dist/models/ProjectWithAnalytics.d.ts +19 -5
- package/dist/models/ProjectWithAnalytics.js +11 -5
- 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/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/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 +14 -0
- package/dist/models/User.js +6 -0
- package/dist/models/index.d.ts +31 -4
- package/dist/models/index.js +31 -4
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +527 -15
- 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/DeleteArtifact200Response.ts +66 -0
- package/src/models/Evidence.ts +81 -0
- 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/NumberFilterSchema.ts +4 -4
- package/src/models/Org.ts +15 -0
- package/src/models/ParticipantAttribute.ts +4 -31
- package/src/models/Project.ts +64 -34
- package/src/models/ProjectWithAnalytics.ts +65 -35
- 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/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/Transcript.ts +9 -0
- package/src/models/UpdateArtifactRequest.ts +88 -0
- package/src/models/User.ts +30 -0
- package/src/models/index.ts +31 -4
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +0 -74
- 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
|
@@ -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 { Org } from './Org';
|
|
14
|
+
import type { ProjectFile } from './ProjectFile';
|
|
15
|
+
import type { Artifact } from './Artifact';
|
|
16
|
+
import type { ChatSession } from './ChatSession';
|
|
17
|
+
import type { Thread } from './Thread';
|
|
12
18
|
import type { ProjectConfig } from './ProjectConfig';
|
|
13
19
|
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
14
20
|
import type { Moderator } from './Moderator';
|
|
15
21
|
import type { ProjectStatus } from './ProjectStatus';
|
|
16
|
-
import type { User } from './User';
|
|
17
22
|
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
18
|
-
import type {
|
|
19
|
-
import type { ProjectFile } from './ProjectFile';
|
|
20
|
-
import type { ChatSession } from './ChatSession';
|
|
23
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
21
24
|
import type { Invite } from './Invite';
|
|
22
|
-
import type { Thread } from './Thread';
|
|
23
25
|
/**
|
|
24
26
|
*
|
|
25
27
|
* @export
|
|
@@ -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 Org_1 = require("./Org");
|
|
23
|
+
var ProjectFile_1 = require("./ProjectFile");
|
|
24
|
+
var Artifact_1 = require("./Artifact");
|
|
25
|
+
var ChatSession_1 = require("./ChatSession");
|
|
26
|
+
var Thread_1 = require("./Thread");
|
|
21
27
|
var ProjectConfig_1 = require("./ProjectConfig");
|
|
22
28
|
var ProjectConversationConfig_1 = require("./ProjectConversationConfig");
|
|
23
29
|
var Moderator_1 = require("./Moderator");
|
|
24
30
|
var ProjectStatus_1 = require("./ProjectStatus");
|
|
25
|
-
var User_1 = require("./User");
|
|
26
31
|
var ProjectAnalysis_1 = require("./ProjectAnalysis");
|
|
27
|
-
var
|
|
28
|
-
var ProjectFile_1 = require("./ProjectFile");
|
|
29
|
-
var ChatSession_1 = require("./ChatSession");
|
|
32
|
+
var AttributeKindGroup_1 = require("./AttributeKindGroup");
|
|
30
33
|
var Invite_1 = require("./Invite");
|
|
31
|
-
var Thread_1 = require("./Thread");
|
|
32
34
|
/**
|
|
33
35
|
* Check if a given object implements the Project interface.
|
|
34
36
|
*/
|
|
@@ -82,6 +84,8 @@ function ProjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
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) {
|
|
@@ -112,5 +116,7 @@ function ProjectToJSONTyped(value, ignoreDiscriminator) {
|
|
|
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
|
}
|
|
@@ -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
14
|
import type { Org } from './Org';
|
|
20
15
|
import type { ProjectFile } from './ProjectFile';
|
|
16
|
+
import type { Artifact } from './Artifact';
|
|
21
17
|
import type { ChatSession } from './ChatSession';
|
|
22
18
|
import type { Thread } from './Thread';
|
|
19
|
+
import type { ProjectConfig } from './ProjectConfig';
|
|
20
|
+
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
21
|
+
import type { Moderator } from './Moderator';
|
|
22
|
+
import type { ProjectStatus } from './ProjectStatus';
|
|
23
|
+
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
24
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
23
25
|
/**
|
|
24
26
|
*
|
|
25
27
|
* @export
|
|
@@ -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.
|
|
@@ -18,17 +18,19 @@ exports.ProjectWithAnalyticsFromJSON = ProjectWithAnalyticsFromJSON;
|
|
|
18
18
|
exports.ProjectWithAnalyticsFromJSONTyped = ProjectWithAnalyticsFromJSONTyped;
|
|
19
19
|
exports.ProjectWithAnalyticsToJSON = ProjectWithAnalyticsToJSON;
|
|
20
20
|
exports.ProjectWithAnalyticsToJSONTyped = ProjectWithAnalyticsToJSONTyped;
|
|
21
|
-
var ProjectConfig_1 = require("./ProjectConfig");
|
|
22
|
-
var ProjectConversationConfig_1 = require("./ProjectConversationConfig");
|
|
23
|
-
var Moderator_1 = require("./Moderator");
|
|
24
21
|
var InviteWithAnalytics_1 = require("./InviteWithAnalytics");
|
|
25
|
-
var ProjectStatus_1 = require("./ProjectStatus");
|
|
26
22
|
var User_1 = require("./User");
|
|
27
|
-
var ProjectAnalysis_1 = require("./ProjectAnalysis");
|
|
28
23
|
var Org_1 = require("./Org");
|
|
29
24
|
var ProjectFile_1 = require("./ProjectFile");
|
|
25
|
+
var Artifact_1 = require("./Artifact");
|
|
30
26
|
var ChatSession_1 = require("./ChatSession");
|
|
31
27
|
var Thread_1 = require("./Thread");
|
|
28
|
+
var ProjectConfig_1 = require("./ProjectConfig");
|
|
29
|
+
var ProjectConversationConfig_1 = require("./ProjectConversationConfig");
|
|
30
|
+
var Moderator_1 = require("./Moderator");
|
|
31
|
+
var ProjectStatus_1 = require("./ProjectStatus");
|
|
32
|
+
var ProjectAnalysis_1 = require("./ProjectAnalysis");
|
|
33
|
+
var AttributeKindGroup_1 = require("./AttributeKindGroup");
|
|
32
34
|
/**
|
|
33
35
|
* Check if a given object implements the ProjectWithAnalytics interface.
|
|
34
36
|
*/
|
|
@@ -84,6 +86,8 @@ function ProjectWithAnalyticsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
84
86
|
'chatSessions': json['chatSessions'] == null ? undefined : (json['chatSessions'].map(ChatSession_1.ChatSessionFromJSON)),
|
|
85
87
|
'projectFiles': json['projectFiles'] == null ? undefined : (json['projectFiles'].map(ProjectFile_1.ProjectFileFromJSON)),
|
|
86
88
|
'threads': json['threads'] == null ? undefined : (json['threads'].map(Thread_1.ThreadFromJSON)),
|
|
89
|
+
'AttributeKindGroup': json['AttributeKindGroup'] == null ? undefined : (json['AttributeKindGroup'].map(AttributeKindGroup_1.AttributeKindGroupFromJSON)),
|
|
90
|
+
'artifacts': json['artifacts'] == null ? undefined : (json['artifacts'].map(Artifact_1.ArtifactFromJSON)),
|
|
87
91
|
};
|
|
88
92
|
}
|
|
89
93
|
function ProjectWithAnalyticsToJSON(json) {
|
|
@@ -114,5 +118,7 @@ function ProjectWithAnalyticsToJSONTyped(value, ignoreDiscriminator) {
|
|
|
114
118
|
'chatSessions': value['chatSessions'] == null ? undefined : (value['chatSessions'].map(ChatSession_1.ChatSessionToJSON)),
|
|
115
119
|
'projectFiles': value['projectFiles'] == null ? undefined : (value['projectFiles'].map(ProjectFile_1.ProjectFileToJSON)),
|
|
116
120
|
'threads': value['threads'] == null ? undefined : (value['threads'].map(Thread_1.ThreadToJSON)),
|
|
121
|
+
'AttributeKindGroup': value['AttributeKindGroup'] == null ? undefined : (value['AttributeKindGroup'].map(AttributeKindGroup_1.AttributeKindGroupToJSON)),
|
|
122
|
+
'artifacts': value['artifacts'] == null ? undefined : (value['artifacts'].map(Artifact_1.ArtifactToJSON)),
|
|
117
123
|
};
|
|
118
124
|
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 SearchResponseMessages200ResponseInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SearchResponseMessages200ResponseInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
22
|
+
*/
|
|
23
|
+
callId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
28
|
+
*/
|
|
29
|
+
index: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
34
|
+
*/
|
|
35
|
+
time: Date;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
40
|
+
*/
|
|
41
|
+
duration: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
46
|
+
*/
|
|
47
|
+
secondsFromStart: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
52
|
+
*/
|
|
53
|
+
message: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
58
|
+
*/
|
|
59
|
+
role: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
64
|
+
*/
|
|
65
|
+
recordingUrl?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the SearchResponseMessages200ResponseInner interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfSearchResponseMessages200ResponseInner(value: object): value is SearchResponseMessages200ResponseInner;
|
|
71
|
+
export declare function SearchResponseMessages200ResponseInnerFromJSON(json: any): SearchResponseMessages200ResponseInner;
|
|
72
|
+
export declare function SearchResponseMessages200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessages200ResponseInner;
|
|
73
|
+
export declare function SearchResponseMessages200ResponseInnerToJSON(json: any): SearchResponseMessages200ResponseInner;
|
|
74
|
+
export declare function SearchResponseMessages200ResponseInnerToJSONTyped(value?: SearchResponseMessages200ResponseInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
16
|
+
exports.instanceOfSearchResponseMessages200ResponseInner = instanceOfSearchResponseMessages200ResponseInner;
|
|
17
|
+
exports.SearchResponseMessages200ResponseInnerFromJSON = SearchResponseMessages200ResponseInnerFromJSON;
|
|
18
|
+
exports.SearchResponseMessages200ResponseInnerFromJSONTyped = SearchResponseMessages200ResponseInnerFromJSONTyped;
|
|
19
|
+
exports.SearchResponseMessages200ResponseInnerToJSON = SearchResponseMessages200ResponseInnerToJSON;
|
|
20
|
+
exports.SearchResponseMessages200ResponseInnerToJSONTyped = SearchResponseMessages200ResponseInnerToJSONTyped;
|
|
21
21
|
/**
|
|
22
|
-
* Check if a given object implements the
|
|
22
|
+
* Check if a given object implements the SearchResponseMessages200ResponseInner interface.
|
|
23
23
|
*/
|
|
24
|
-
function
|
|
24
|
+
function instanceOfSearchResponseMessages200ResponseInner(value) {
|
|
25
25
|
if (!('callId' in value) || value['callId'] === undefined)
|
|
26
26
|
return false;
|
|
27
27
|
if (!('index' in value) || value['index'] === undefined)
|
|
@@ -38,10 +38,10 @@ function instanceOfApiCallMessagesSearchPost200ResponseInner(value) {
|
|
|
38
38
|
return false;
|
|
39
39
|
return true;
|
|
40
40
|
}
|
|
41
|
-
function
|
|
42
|
-
return
|
|
41
|
+
function SearchResponseMessages200ResponseInnerFromJSON(json) {
|
|
42
|
+
return SearchResponseMessages200ResponseInnerFromJSONTyped(json, false);
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function SearchResponseMessages200ResponseInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
45
|
if (json == null) {
|
|
46
46
|
return json;
|
|
47
47
|
}
|
|
@@ -56,10 +56,10 @@ function ApiCallMessagesSearchPost200ResponseInnerFromJSONTyped(json, ignoreDisc
|
|
|
56
56
|
'recordingUrl': json['recordingUrl'] == null ? undefined : json['recordingUrl'],
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
function
|
|
60
|
-
return
|
|
59
|
+
function SearchResponseMessages200ResponseInnerToJSON(json) {
|
|
60
|
+
return SearchResponseMessages200ResponseInnerToJSONTyped(json, false);
|
|
61
61
|
}
|
|
62
|
-
function
|
|
62
|
+
function SearchResponseMessages200ResponseInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
63
63
|
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
64
64
|
if (value == null) {
|
|
65
65
|
return value;
|
|
@@ -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 { SearchResponseMessagesRequestInviteResponseMessagesInner } from './SearchResponseMessagesRequestInviteResponseMessagesInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SearchResponseMessagesRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchResponseMessagesRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SearchResponseMessagesRequestInviteResponseMessagesInner>}
|
|
22
|
+
* @memberof SearchResponseMessagesRequest
|
|
23
|
+
*/
|
|
24
|
+
inviteResponseMessages: Array<SearchResponseMessagesRequestInviteResponseMessagesInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SearchResponseMessagesRequest interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSearchResponseMessagesRequest(value: object): value is SearchResponseMessagesRequest;
|
|
30
|
+
export declare function SearchResponseMessagesRequestFromJSON(json: any): SearchResponseMessagesRequest;
|
|
31
|
+
export declare function SearchResponseMessagesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessagesRequest;
|
|
32
|
+
export declare function SearchResponseMessagesRequestToJSON(json: any): SearchResponseMessagesRequest;
|
|
33
|
+
export declare function SearchResponseMessagesRequestToJSONTyped(value?: SearchResponseMessagesRequest | 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.instanceOfSearchResponseMessagesRequest = instanceOfSearchResponseMessagesRequest;
|
|
17
|
+
exports.SearchResponseMessagesRequestFromJSON = SearchResponseMessagesRequestFromJSON;
|
|
18
|
+
exports.SearchResponseMessagesRequestFromJSONTyped = SearchResponseMessagesRequestFromJSONTyped;
|
|
19
|
+
exports.SearchResponseMessagesRequestToJSON = SearchResponseMessagesRequestToJSON;
|
|
20
|
+
exports.SearchResponseMessagesRequestToJSONTyped = SearchResponseMessagesRequestToJSONTyped;
|
|
21
|
+
var SearchResponseMessagesRequestInviteResponseMessagesInner_1 = require("./SearchResponseMessagesRequestInviteResponseMessagesInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SearchResponseMessagesRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSearchResponseMessagesRequest(value) {
|
|
26
|
+
if (!('inviteResponseMessages' in value) || value['inviteResponseMessages'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function SearchResponseMessagesRequestFromJSON(json) {
|
|
31
|
+
return SearchResponseMessagesRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function SearchResponseMessagesRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'inviteResponseMessages': (json['inviteResponseMessages'].map(SearchResponseMessagesRequestInviteResponseMessagesInner_1.SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function SearchResponseMessagesRequestToJSON(json) {
|
|
42
|
+
return SearchResponseMessagesRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function SearchResponseMessagesRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'inviteResponseMessages': (value['inviteResponseMessages'].map(SearchResponseMessagesRequestInviteResponseMessagesInner_1.SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
22
|
+
*/
|
|
23
|
+
responseId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
28
|
+
*/
|
|
29
|
+
messageIndex: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SearchResponseMessagesRequestInviteResponseMessagesInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSearchResponseMessagesRequestInviteResponseMessagesInner(value: object): value is SearchResponseMessagesRequestInviteResponseMessagesInner;
|
|
35
|
+
export declare function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON(json: any): SearchResponseMessagesRequestInviteResponseMessagesInner;
|
|
36
|
+
export declare function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessagesRequestInviteResponseMessagesInner;
|
|
37
|
+
export declare function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON(json: any): SearchResponseMessagesRequestInviteResponseMessagesInner;
|
|
38
|
+
export declare function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped(value?: SearchResponseMessagesRequestInviteResponseMessagesInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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.instanceOfSearchResponseMessagesRequestInviteResponseMessagesInner = instanceOfSearchResponseMessagesRequestInviteResponseMessagesInner;
|
|
17
|
+
exports.SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON = SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON;
|
|
18
|
+
exports.SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped = SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped;
|
|
19
|
+
exports.SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON = SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON;
|
|
20
|
+
exports.SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped = SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SearchResponseMessagesRequestInviteResponseMessagesInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSearchResponseMessagesRequestInviteResponseMessagesInner(value) {
|
|
25
|
+
if (!('responseId' in value) || value['responseId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('messageIndex' in value) || value['messageIndex'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON(json) {
|
|
32
|
+
return SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'responseId': json['responseId'],
|
|
40
|
+
'messageIndex': json['messageIndex'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON(json) {
|
|
44
|
+
return SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
47
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'responseId': value['responseId'],
|
|
53
|
+
'messageIndex': value['messageIndex'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -25,7 +25,7 @@ var SelectFilterSchemaKind_1 = require("./SelectFilterSchemaKind");
|
|
|
25
25
|
function instanceOfSelectFilterSchema(value) {
|
|
26
26
|
if (!('kind' in value) || value['kind'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('
|
|
28
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
29
29
|
return false;
|
|
30
30
|
if (!('values' in value) || value['values'] === undefined)
|
|
31
31
|
return false;
|
|
@@ -40,7 +40,7 @@ function SelectFilterSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
}
|
|
41
41
|
return {
|
|
42
42
|
'kind': (0, SelectFilterSchemaKind_1.SelectFilterSchemaKindFromJSON)(json['kind']),
|
|
43
|
-
'
|
|
43
|
+
'id': json['id'],
|
|
44
44
|
'values': json['values'],
|
|
45
45
|
};
|
|
46
46
|
}
|
|
@@ -54,7 +54,7 @@ function SelectFilterSchemaToJSONTyped(value, ignoreDiscriminator) {
|
|
|
54
54
|
}
|
|
55
55
|
return {
|
|
56
56
|
'kind': (0, SelectFilterSchemaKind_1.SelectFilterSchemaKindToJSON)(value['kind']),
|
|
57
|
-
'
|
|
57
|
+
'id': value['id'],
|
|
58
58
|
'values': value['values'],
|
|
59
59
|
};
|
|
60
60
|
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { ThematicAnalysisArtifactCreateDataThemesInner } from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
13
|
+
import type { ThematicAnalysisResponseCode } from './ThematicAnalysisResponseCode';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ThematicAnalysisArtifactCreateData
|
|
18
|
+
*/
|
|
19
|
+
export interface ThematicAnalysisArtifactCreateData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
24
|
+
*/
|
|
25
|
+
query?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
30
|
+
*/
|
|
31
|
+
summary?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<ThematicAnalysisArtifactCreateDataThemesInner>}
|
|
35
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
36
|
+
*/
|
|
37
|
+
themes: Array<ThematicAnalysisArtifactCreateDataThemesInner>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<ThematicAnalysisResponseCode>}
|
|
41
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
42
|
+
*/
|
|
43
|
+
codedResponses: Array<ThematicAnalysisResponseCode>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the ThematicAnalysisArtifactCreateData interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfThematicAnalysisArtifactCreateData(value: object): value is ThematicAnalysisArtifactCreateData;
|
|
49
|
+
export declare function ThematicAnalysisArtifactCreateDataFromJSON(json: any): ThematicAnalysisArtifactCreateData;
|
|
50
|
+
export declare function ThematicAnalysisArtifactCreateDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisArtifactCreateData;
|
|
51
|
+
export declare function ThematicAnalysisArtifactCreateDataToJSON(json: any): ThematicAnalysisArtifactCreateData;
|
|
52
|
+
export declare function ThematicAnalysisArtifactCreateDataToJSONTyped(value?: ThematicAnalysisArtifactCreateData | null, ignoreDiscriminator?: boolean): any;
|