keplar-api 0.0.11 → 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 +32 -5
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +125 -10
- package/dist/apis/DefaultApi.js +560 -3
- 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/GetProjectShares200Response.d.ts +39 -0
- package/dist/models/{GetShareEntities200Response.js → GetProjectShares200Response.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/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 +32 -5
- package/dist/models/index.js +32 -5
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +582 -21
- 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/{GetShareEntities200Response.ts → GetProjectShares200Response.ts} +12 -12
- 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 +32 -5
- 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/dist/models/GetShareEntities200Response.d.ts +0 -39
- package/src/models/AttributeSource.ts +0 -53
- package/src/models/DeleteEmailShare200Response.ts +0 -66
- package/src/models/GetProjectResponsesResponse.ts +0 -101
|
@@ -13,27 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ProjectConfig } from './ProjectConfig';
|
|
17
|
-
import {
|
|
18
|
-
ProjectConfigFromJSON,
|
|
19
|
-
ProjectConfigFromJSONTyped,
|
|
20
|
-
ProjectConfigToJSON,
|
|
21
|
-
ProjectConfigToJSONTyped,
|
|
22
|
-
} from './ProjectConfig';
|
|
23
|
-
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
24
|
-
import {
|
|
25
|
-
ProjectConversationConfigFromJSON,
|
|
26
|
-
ProjectConversationConfigFromJSONTyped,
|
|
27
|
-
ProjectConversationConfigToJSON,
|
|
28
|
-
ProjectConversationConfigToJSONTyped,
|
|
29
|
-
} from './ProjectConversationConfig';
|
|
30
|
-
import type { Moderator } from './Moderator';
|
|
31
|
-
import {
|
|
32
|
-
ModeratorFromJSON,
|
|
33
|
-
ModeratorFromJSONTyped,
|
|
34
|
-
ModeratorToJSON,
|
|
35
|
-
ModeratorToJSONTyped,
|
|
36
|
-
} from './Moderator';
|
|
37
16
|
import type { InviteWithAnalytics } from './InviteWithAnalytics';
|
|
38
17
|
import {
|
|
39
18
|
InviteWithAnalyticsFromJSON,
|
|
@@ -41,13 +20,6 @@ import {
|
|
|
41
20
|
InviteWithAnalyticsToJSON,
|
|
42
21
|
InviteWithAnalyticsToJSONTyped,
|
|
43
22
|
} from './InviteWithAnalytics';
|
|
44
|
-
import type { ProjectStatus } from './ProjectStatus';
|
|
45
|
-
import {
|
|
46
|
-
ProjectStatusFromJSON,
|
|
47
|
-
ProjectStatusFromJSONTyped,
|
|
48
|
-
ProjectStatusToJSON,
|
|
49
|
-
ProjectStatusToJSONTyped,
|
|
50
|
-
} from './ProjectStatus';
|
|
51
23
|
import type { User } from './User';
|
|
52
24
|
import {
|
|
53
25
|
UserFromJSON,
|
|
@@ -55,13 +27,6 @@ import {
|
|
|
55
27
|
UserToJSON,
|
|
56
28
|
UserToJSONTyped,
|
|
57
29
|
} from './User';
|
|
58
|
-
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
59
|
-
import {
|
|
60
|
-
ProjectAnalysisFromJSON,
|
|
61
|
-
ProjectAnalysisFromJSONTyped,
|
|
62
|
-
ProjectAnalysisToJSON,
|
|
63
|
-
ProjectAnalysisToJSONTyped,
|
|
64
|
-
} from './ProjectAnalysis';
|
|
65
30
|
import type { Org } from './Org';
|
|
66
31
|
import {
|
|
67
32
|
OrgFromJSON,
|
|
@@ -76,6 +41,13 @@ import {
|
|
|
76
41
|
ProjectFileToJSON,
|
|
77
42
|
ProjectFileToJSONTyped,
|
|
78
43
|
} from './ProjectFile';
|
|
44
|
+
import type { Artifact } from './Artifact';
|
|
45
|
+
import {
|
|
46
|
+
ArtifactFromJSON,
|
|
47
|
+
ArtifactFromJSONTyped,
|
|
48
|
+
ArtifactToJSON,
|
|
49
|
+
ArtifactToJSONTyped,
|
|
50
|
+
} from './Artifact';
|
|
79
51
|
import type { ChatSession } from './ChatSession';
|
|
80
52
|
import {
|
|
81
53
|
ChatSessionFromJSON,
|
|
@@ -90,6 +62,48 @@ import {
|
|
|
90
62
|
ThreadToJSON,
|
|
91
63
|
ThreadToJSONTyped,
|
|
92
64
|
} from './Thread';
|
|
65
|
+
import type { ProjectConfig } from './ProjectConfig';
|
|
66
|
+
import {
|
|
67
|
+
ProjectConfigFromJSON,
|
|
68
|
+
ProjectConfigFromJSONTyped,
|
|
69
|
+
ProjectConfigToJSON,
|
|
70
|
+
ProjectConfigToJSONTyped,
|
|
71
|
+
} from './ProjectConfig';
|
|
72
|
+
import type { ProjectConversationConfig } from './ProjectConversationConfig';
|
|
73
|
+
import {
|
|
74
|
+
ProjectConversationConfigFromJSON,
|
|
75
|
+
ProjectConversationConfigFromJSONTyped,
|
|
76
|
+
ProjectConversationConfigToJSON,
|
|
77
|
+
ProjectConversationConfigToJSONTyped,
|
|
78
|
+
} from './ProjectConversationConfig';
|
|
79
|
+
import type { Moderator } from './Moderator';
|
|
80
|
+
import {
|
|
81
|
+
ModeratorFromJSON,
|
|
82
|
+
ModeratorFromJSONTyped,
|
|
83
|
+
ModeratorToJSON,
|
|
84
|
+
ModeratorToJSONTyped,
|
|
85
|
+
} from './Moderator';
|
|
86
|
+
import type { ProjectStatus } from './ProjectStatus';
|
|
87
|
+
import {
|
|
88
|
+
ProjectStatusFromJSON,
|
|
89
|
+
ProjectStatusFromJSONTyped,
|
|
90
|
+
ProjectStatusToJSON,
|
|
91
|
+
ProjectStatusToJSONTyped,
|
|
92
|
+
} from './ProjectStatus';
|
|
93
|
+
import type { ProjectAnalysis } from './ProjectAnalysis';
|
|
94
|
+
import {
|
|
95
|
+
ProjectAnalysisFromJSON,
|
|
96
|
+
ProjectAnalysisFromJSONTyped,
|
|
97
|
+
ProjectAnalysisToJSON,
|
|
98
|
+
ProjectAnalysisToJSONTyped,
|
|
99
|
+
} from './ProjectAnalysis';
|
|
100
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
101
|
+
import {
|
|
102
|
+
AttributeKindGroupFromJSON,
|
|
103
|
+
AttributeKindGroupFromJSONTyped,
|
|
104
|
+
AttributeKindGroupToJSON,
|
|
105
|
+
AttributeKindGroupToJSONTyped,
|
|
106
|
+
} from './AttributeKindGroup';
|
|
93
107
|
|
|
94
108
|
/**
|
|
95
109
|
*
|
|
@@ -211,6 +225,18 @@ export interface ProjectWithAnalytics {
|
|
|
211
225
|
* @memberof ProjectWithAnalytics
|
|
212
226
|
*/
|
|
213
227
|
threads?: Array<Thread>;
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @type {Array<AttributeKindGroup>}
|
|
231
|
+
* @memberof ProjectWithAnalytics
|
|
232
|
+
*/
|
|
233
|
+
AttributeKindGroup?: Array<AttributeKindGroup>;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* @type {Array<Artifact>}
|
|
237
|
+
* @memberof ProjectWithAnalytics
|
|
238
|
+
*/
|
|
239
|
+
artifacts?: Array<Artifact>;
|
|
214
240
|
}
|
|
215
241
|
|
|
216
242
|
|
|
@@ -262,6 +288,8 @@ export function ProjectWithAnalyticsFromJSONTyped(json: any, ignoreDiscriminator
|
|
|
262
288
|
'chatSessions': json['chatSessions'] == null ? undefined : ((json['chatSessions'] as Array<any>).map(ChatSessionFromJSON)),
|
|
263
289
|
'projectFiles': json['projectFiles'] == null ? undefined : ((json['projectFiles'] as Array<any>).map(ProjectFileFromJSON)),
|
|
264
290
|
'threads': json['threads'] == null ? undefined : ((json['threads'] as Array<any>).map(ThreadFromJSON)),
|
|
291
|
+
'AttributeKindGroup': json['AttributeKindGroup'] == null ? undefined : ((json['AttributeKindGroup'] as Array<any>).map(AttributeKindGroupFromJSON)),
|
|
292
|
+
'artifacts': json['artifacts'] == null ? undefined : ((json['artifacts'] as Array<any>).map(ArtifactFromJSON)),
|
|
265
293
|
};
|
|
266
294
|
}
|
|
267
295
|
|
|
@@ -295,6 +323,8 @@ export function ProjectWithAnalyticsToJSONTyped(value?: ProjectWithAnalytics | n
|
|
|
295
323
|
'chatSessions': value['chatSessions'] == null ? undefined : ((value['chatSessions'] as Array<any>).map(ChatSessionToJSON)),
|
|
296
324
|
'projectFiles': value['projectFiles'] == null ? undefined : ((value['projectFiles'] as Array<any>).map(ProjectFileToJSON)),
|
|
297
325
|
'threads': value['threads'] == null ? undefined : ((value['threads'] as Array<any>).map(ThreadToJSON)),
|
|
326
|
+
'AttributeKindGroup': value['AttributeKindGroup'] == null ? undefined : ((value['AttributeKindGroup'] as Array<any>).map(AttributeKindGroupToJSON)),
|
|
327
|
+
'artifacts': value['artifacts'] == null ? undefined : ((value['artifacts'] as Array<any>).map(ArtifactToJSON)),
|
|
298
328
|
};
|
|
299
329
|
}
|
|
300
330
|
|
|
@@ -16,63 +16,63 @@ import { mapValues } from '../runtime';
|
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
19
|
-
* @interface
|
|
19
|
+
* @interface SearchResponseMessages200ResponseInner
|
|
20
20
|
*/
|
|
21
|
-
export interface
|
|
21
|
+
export interface SearchResponseMessages200ResponseInner {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
24
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
25
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
26
26
|
*/
|
|
27
27
|
callId: string;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @type {number}
|
|
31
|
-
* @memberof
|
|
31
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
32
32
|
*/
|
|
33
33
|
index: number;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @type {Date}
|
|
37
|
-
* @memberof
|
|
37
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
38
38
|
*/
|
|
39
39
|
time: Date;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {number}
|
|
43
|
-
* @memberof
|
|
43
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
44
44
|
*/
|
|
45
45
|
duration: number;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @type {number}
|
|
49
|
-
* @memberof
|
|
49
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
50
50
|
*/
|
|
51
51
|
secondsFromStart: number;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @type {string}
|
|
55
|
-
* @memberof
|
|
55
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
56
56
|
*/
|
|
57
57
|
message: string;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* @type {string}
|
|
61
|
-
* @memberof
|
|
61
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
62
62
|
*/
|
|
63
63
|
role: string;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @type {string}
|
|
67
|
-
* @memberof
|
|
67
|
+
* @memberof SearchResponseMessages200ResponseInner
|
|
68
68
|
*/
|
|
69
69
|
recordingUrl?: string;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
|
-
* Check if a given object implements the
|
|
73
|
+
* Check if a given object implements the SearchResponseMessages200ResponseInner interface.
|
|
74
74
|
*/
|
|
75
|
-
export function
|
|
75
|
+
export function instanceOfSearchResponseMessages200ResponseInner(value: object): value is SearchResponseMessages200ResponseInner {
|
|
76
76
|
if (!('callId' in value) || value['callId'] === undefined) return false;
|
|
77
77
|
if (!('index' in value) || value['index'] === undefined) return false;
|
|
78
78
|
if (!('time' in value) || value['time'] === undefined) return false;
|
|
@@ -83,11 +83,11 @@ export function instanceOfApiCallMessagesSearchPost200ResponseInner(value: objec
|
|
|
83
83
|
return true;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
export function
|
|
87
|
-
return
|
|
86
|
+
export function SearchResponseMessages200ResponseInnerFromJSON(json: any): SearchResponseMessages200ResponseInner {
|
|
87
|
+
return SearchResponseMessages200ResponseInnerFromJSONTyped(json, false);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
export function
|
|
90
|
+
export function SearchResponseMessages200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessages200ResponseInner {
|
|
91
91
|
if (json == null) {
|
|
92
92
|
return json;
|
|
93
93
|
}
|
|
@@ -104,11 +104,11 @@ export function ApiCallMessagesSearchPost200ResponseInnerFromJSONTyped(json: any
|
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
export function
|
|
108
|
-
return
|
|
107
|
+
export function SearchResponseMessages200ResponseInnerToJSON(json: any): SearchResponseMessages200ResponseInner {
|
|
108
|
+
return SearchResponseMessages200ResponseInnerToJSONTyped(json, false);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
export function
|
|
111
|
+
export function SearchResponseMessages200ResponseInnerToJSONTyped(value?: SearchResponseMessages200ResponseInner | null, ignoreDiscriminator: boolean = false): any {
|
|
112
112
|
if (value == null) {
|
|
113
113
|
return value;
|
|
114
114
|
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { SearchResponseMessagesRequestInviteResponseMessagesInner } from './SearchResponseMessagesRequestInviteResponseMessagesInner';
|
|
17
|
+
import {
|
|
18
|
+
SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON,
|
|
19
|
+
SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped,
|
|
20
|
+
SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON,
|
|
21
|
+
SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped,
|
|
22
|
+
} from './SearchResponseMessagesRequestInviteResponseMessagesInner';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface SearchResponseMessagesRequest
|
|
28
|
+
*/
|
|
29
|
+
export interface SearchResponseMessagesRequest {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<SearchResponseMessagesRequestInviteResponseMessagesInner>}
|
|
33
|
+
* @memberof SearchResponseMessagesRequest
|
|
34
|
+
*/
|
|
35
|
+
inviteResponseMessages: Array<SearchResponseMessagesRequestInviteResponseMessagesInner>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the SearchResponseMessagesRequest interface.
|
|
40
|
+
*/
|
|
41
|
+
export function instanceOfSearchResponseMessagesRequest(value: object): value is SearchResponseMessagesRequest {
|
|
42
|
+
if (!('inviteResponseMessages' in value) || value['inviteResponseMessages'] === undefined) return false;
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export function SearchResponseMessagesRequestFromJSON(json: any): SearchResponseMessagesRequest {
|
|
47
|
+
return SearchResponseMessagesRequestFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function SearchResponseMessagesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessagesRequest {
|
|
51
|
+
if (json == null) {
|
|
52
|
+
return json;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
|
|
56
|
+
'inviteResponseMessages': ((json['inviteResponseMessages'] as Array<any>).map(SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON)),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function SearchResponseMessagesRequestToJSON(json: any): SearchResponseMessagesRequest {
|
|
61
|
+
return SearchResponseMessagesRequestToJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function SearchResponseMessagesRequestToJSONTyped(value?: SearchResponseMessagesRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
|
|
71
|
+
'inviteResponseMessages': ((value['inviteResponseMessages'] as Array<any>).map(SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON)),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
20
|
+
*/
|
|
21
|
+
export interface SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
26
|
+
*/
|
|
27
|
+
responseId: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof SearchResponseMessagesRequestInviteResponseMessagesInner
|
|
32
|
+
*/
|
|
33
|
+
messageIndex: number;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the SearchResponseMessagesRequestInviteResponseMessagesInner interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfSearchResponseMessagesRequestInviteResponseMessagesInner(value: object): value is SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
40
|
+
if (!('responseId' in value) || value['responseId'] === undefined) return false;
|
|
41
|
+
if (!('messageIndex' in value) || value['messageIndex'] === undefined) return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSON(json: any): SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
46
|
+
return SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SearchResponseMessagesRequestInviteResponseMessagesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'responseId': json['responseId'],
|
|
56
|
+
'messageIndex': json['messageIndex'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSON(json: any): SearchResponseMessagesRequestInviteResponseMessagesInner {
|
|
61
|
+
return SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function SearchResponseMessagesRequestInviteResponseMessagesInnerToJSONTyped(value?: SearchResponseMessagesRequestInviteResponseMessagesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
|
|
71
|
+
'responseId': value['responseId'],
|
|
72
|
+
'messageIndex': value['messageIndex'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -38,7 +38,7 @@ export interface SelectFilterSchema {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof SelectFilterSchema
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
id: string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {Array<string>}
|
|
@@ -52,7 +52,7 @@ export interface SelectFilterSchema {
|
|
|
52
52
|
*/
|
|
53
53
|
export function instanceOfSelectFilterSchema(value: object): value is SelectFilterSchema {
|
|
54
54
|
if (!('kind' in value) || value['kind'] === undefined) return false;
|
|
55
|
-
if (!('
|
|
55
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
56
56
|
if (!('values' in value) || value['values'] === undefined) return false;
|
|
57
57
|
return true;
|
|
58
58
|
}
|
|
@@ -68,7 +68,7 @@ export function SelectFilterSchemaFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
68
68
|
return {
|
|
69
69
|
|
|
70
70
|
'kind': SelectFilterSchemaKindFromJSON(json['kind']),
|
|
71
|
-
'
|
|
71
|
+
'id': json['id'],
|
|
72
72
|
'values': json['values'],
|
|
73
73
|
};
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ export function SelectFilterSchemaToJSONTyped(value?: SelectFilterSchema | null,
|
|
|
85
85
|
return {
|
|
86
86
|
|
|
87
87
|
'kind': SelectFilterSchemaKindToJSON(value['kind']),
|
|
88
|
-
'
|
|
88
|
+
'id': value['id'],
|
|
89
89
|
'values': value['values'],
|
|
90
90
|
};
|
|
91
91
|
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ThematicAnalysisArtifactCreateDataThemesInner } from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
17
|
+
import {
|
|
18
|
+
ThematicAnalysisArtifactCreateDataThemesInnerFromJSON,
|
|
19
|
+
ThematicAnalysisArtifactCreateDataThemesInnerFromJSONTyped,
|
|
20
|
+
ThematicAnalysisArtifactCreateDataThemesInnerToJSON,
|
|
21
|
+
ThematicAnalysisArtifactCreateDataThemesInnerToJSONTyped,
|
|
22
|
+
} from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
23
|
+
import type { ThematicAnalysisResponseCode } from './ThematicAnalysisResponseCode';
|
|
24
|
+
import {
|
|
25
|
+
ThematicAnalysisResponseCodeFromJSON,
|
|
26
|
+
ThematicAnalysisResponseCodeFromJSONTyped,
|
|
27
|
+
ThematicAnalysisResponseCodeToJSON,
|
|
28
|
+
ThematicAnalysisResponseCodeToJSONTyped,
|
|
29
|
+
} from './ThematicAnalysisResponseCode';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface ThematicAnalysisArtifactCreateData
|
|
35
|
+
*/
|
|
36
|
+
export interface ThematicAnalysisArtifactCreateData {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
41
|
+
*/
|
|
42
|
+
query?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
47
|
+
*/
|
|
48
|
+
summary?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Array<ThematicAnalysisArtifactCreateDataThemesInner>}
|
|
52
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
53
|
+
*/
|
|
54
|
+
themes: Array<ThematicAnalysisArtifactCreateDataThemesInner>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Array<ThematicAnalysisResponseCode>}
|
|
58
|
+
* @memberof ThematicAnalysisArtifactCreateData
|
|
59
|
+
*/
|
|
60
|
+
codedResponses: Array<ThematicAnalysisResponseCode>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Check if a given object implements the ThematicAnalysisArtifactCreateData interface.
|
|
65
|
+
*/
|
|
66
|
+
export function instanceOfThematicAnalysisArtifactCreateData(value: object): value is ThematicAnalysisArtifactCreateData {
|
|
67
|
+
if (!('themes' in value) || value['themes'] === undefined) return false;
|
|
68
|
+
if (!('codedResponses' in value) || value['codedResponses'] === undefined) return false;
|
|
69
|
+
return true;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function ThematicAnalysisArtifactCreateDataFromJSON(json: any): ThematicAnalysisArtifactCreateData {
|
|
73
|
+
return ThematicAnalysisArtifactCreateDataFromJSONTyped(json, false);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function ThematicAnalysisArtifactCreateDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisArtifactCreateData {
|
|
77
|
+
if (json == null) {
|
|
78
|
+
return json;
|
|
79
|
+
}
|
|
80
|
+
return {
|
|
81
|
+
|
|
82
|
+
'query': json['query'] == null ? undefined : json['query'],
|
|
83
|
+
'summary': json['summary'] == null ? undefined : json['summary'],
|
|
84
|
+
'themes': ((json['themes'] as Array<any>).map(ThematicAnalysisArtifactCreateDataThemesInnerFromJSON)),
|
|
85
|
+
'codedResponses': ((json['codedResponses'] as Array<any>).map(ThematicAnalysisResponseCodeFromJSON)),
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function ThematicAnalysisArtifactCreateDataToJSON(json: any): ThematicAnalysisArtifactCreateData {
|
|
90
|
+
return ThematicAnalysisArtifactCreateDataToJSONTyped(json, false);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export function ThematicAnalysisArtifactCreateDataToJSONTyped(value?: ThematicAnalysisArtifactCreateData | null, ignoreDiscriminator: boolean = false): any {
|
|
94
|
+
if (value == null) {
|
|
95
|
+
return value;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
return {
|
|
99
|
+
|
|
100
|
+
'query': value['query'],
|
|
101
|
+
'summary': value['summary'],
|
|
102
|
+
'themes': ((value['themes'] as Array<any>).map(ThematicAnalysisArtifactCreateDataThemesInnerToJSON)),
|
|
103
|
+
'codedResponses': ((value['codedResponses'] as Array<any>).map(ThematicAnalysisResponseCodeToJSON)),
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ThematicAnalysisArtifactCreateDataThemesInnerCodesInner } from './ThematicAnalysisArtifactCreateDataThemesInnerCodesInner';
|
|
17
|
+
import {
|
|
18
|
+
ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSON,
|
|
19
|
+
ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSONTyped,
|
|
20
|
+
ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSON,
|
|
21
|
+
ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSONTyped,
|
|
22
|
+
} from './ThematicAnalysisArtifactCreateDataThemesInnerCodesInner';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ThematicAnalysisArtifactCreateDataThemesInner
|
|
28
|
+
*/
|
|
29
|
+
export interface ThematicAnalysisArtifactCreateDataThemesInner {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ThematicAnalysisArtifactCreateDataThemesInner
|
|
34
|
+
*/
|
|
35
|
+
label: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ThematicAnalysisArtifactCreateDataThemesInner
|
|
40
|
+
*/
|
|
41
|
+
description: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<ThematicAnalysisArtifactCreateDataThemesInnerCodesInner>}
|
|
45
|
+
* @memberof ThematicAnalysisArtifactCreateDataThemesInner
|
|
46
|
+
*/
|
|
47
|
+
codes: Array<ThematicAnalysisArtifactCreateDataThemesInnerCodesInner>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the ThematicAnalysisArtifactCreateDataThemesInner interface.
|
|
52
|
+
*/
|
|
53
|
+
export function instanceOfThematicAnalysisArtifactCreateDataThemesInner(value: object): value is ThematicAnalysisArtifactCreateDataThemesInner {
|
|
54
|
+
if (!('label' in value) || value['label'] === undefined) return false;
|
|
55
|
+
if (!('description' in value) || value['description'] === undefined) return false;
|
|
56
|
+
if (!('codes' in value) || value['codes'] === undefined) return false;
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerFromJSON(json: any): ThematicAnalysisArtifactCreateDataThemesInner {
|
|
61
|
+
return ThematicAnalysisArtifactCreateDataThemesInnerFromJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisArtifactCreateDataThemesInner {
|
|
65
|
+
if (json == null) {
|
|
66
|
+
return json;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'label': json['label'],
|
|
71
|
+
'description': json['description'],
|
|
72
|
+
'codes': ((json['codes'] as Array<any>).map(ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSON)),
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerToJSON(json: any): ThematicAnalysisArtifactCreateDataThemesInner {
|
|
77
|
+
return ThematicAnalysisArtifactCreateDataThemesInnerToJSONTyped(json, false);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerToJSONTyped(value?: ThematicAnalysisArtifactCreateDataThemesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
81
|
+
if (value == null) {
|
|
82
|
+
return value;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
return {
|
|
86
|
+
|
|
87
|
+
'label': value['label'],
|
|
88
|
+
'description': value['description'],
|
|
89
|
+
'codes': ((value['codes'] as Array<any>).map(ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSON)),
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|