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
|
@@ -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 ThematicAnalysisArtifactCreateDataThemesInnerCodesInner
|
|
20
|
+
*/
|
|
21
|
+
export interface ThematicAnalysisArtifactCreateDataThemesInnerCodesInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ThematicAnalysisArtifactCreateDataThemesInnerCodesInner
|
|
26
|
+
*/
|
|
27
|
+
value: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ThematicAnalysisArtifactCreateDataThemesInnerCodesInner
|
|
32
|
+
*/
|
|
33
|
+
description: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the ThematicAnalysisArtifactCreateDataThemesInnerCodesInner interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfThematicAnalysisArtifactCreateDataThemesInnerCodesInner(value: object): value is ThematicAnalysisArtifactCreateDataThemesInnerCodesInner {
|
|
40
|
+
if (!('value' in value) || value['value'] === undefined) return false;
|
|
41
|
+
if (!('description' in value) || value['description'] === undefined) return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSON(json: any): ThematicAnalysisArtifactCreateDataThemesInnerCodesInner {
|
|
46
|
+
return ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisArtifactCreateDataThemesInnerCodesInner {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'value': json['value'],
|
|
56
|
+
'description': json['description'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSON(json: any): ThematicAnalysisArtifactCreateDataThemesInnerCodesInner {
|
|
61
|
+
return ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function ThematicAnalysisArtifactCreateDataThemesInnerCodesInnerToJSONTyped(value?: ThematicAnalysisArtifactCreateDataThemesInnerCodesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
|
|
71
|
+
'value': value['value'],
|
|
72
|
+
'description': value['description'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
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 { ThematicAnalysisResponseCodeCodesInner } from './ThematicAnalysisResponseCodeCodesInner';
|
|
17
|
+
import {
|
|
18
|
+
ThematicAnalysisResponseCodeCodesInnerFromJSON,
|
|
19
|
+
ThematicAnalysisResponseCodeCodesInnerFromJSONTyped,
|
|
20
|
+
ThematicAnalysisResponseCodeCodesInnerToJSON,
|
|
21
|
+
ThematicAnalysisResponseCodeCodesInnerToJSONTyped,
|
|
22
|
+
} from './ThematicAnalysisResponseCodeCodesInner';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ThematicAnalysisResponseCode
|
|
28
|
+
*/
|
|
29
|
+
export interface ThematicAnalysisResponseCode {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ThematicAnalysisResponseCode
|
|
34
|
+
*/
|
|
35
|
+
responseId: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Array<ThematicAnalysisResponseCodeCodesInner>}
|
|
39
|
+
* @memberof ThematicAnalysisResponseCode
|
|
40
|
+
*/
|
|
41
|
+
codes: Array<ThematicAnalysisResponseCodeCodesInner>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ThematicAnalysisResponseCode interface.
|
|
46
|
+
*/
|
|
47
|
+
export function instanceOfThematicAnalysisResponseCode(value: object): value is ThematicAnalysisResponseCode {
|
|
48
|
+
if (!('responseId' in value) || value['responseId'] === undefined) return false;
|
|
49
|
+
if (!('codes' in value) || value['codes'] === undefined) return false;
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function ThematicAnalysisResponseCodeFromJSON(json: any): ThematicAnalysisResponseCode {
|
|
54
|
+
return ThematicAnalysisResponseCodeFromJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function ThematicAnalysisResponseCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisResponseCode {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
'responseId': json['responseId'],
|
|
64
|
+
'codes': ((json['codes'] as Array<any>).map(ThematicAnalysisResponseCodeCodesInnerFromJSON)),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function ThematicAnalysisResponseCodeToJSON(json: any): ThematicAnalysisResponseCode {
|
|
69
|
+
return ThematicAnalysisResponseCodeToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function ThematicAnalysisResponseCodeToJSONTyped(value?: ThematicAnalysisResponseCode | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'responseId': value['responseId'],
|
|
80
|
+
'codes': ((value['codes'] as Array<any>).map(ThematicAnalysisResponseCodeCodesInnerToJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -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 { ThematicAnalysisResponseCodeCodesInnerEvidence } from './ThematicAnalysisResponseCodeCodesInnerEvidence';
|
|
17
|
+
import {
|
|
18
|
+
ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSON,
|
|
19
|
+
ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSONTyped,
|
|
20
|
+
ThematicAnalysisResponseCodeCodesInnerEvidenceToJSON,
|
|
21
|
+
ThematicAnalysisResponseCodeCodesInnerEvidenceToJSONTyped,
|
|
22
|
+
} from './ThematicAnalysisResponseCodeCodesInnerEvidence';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface ThematicAnalysisResponseCodeCodesInner
|
|
28
|
+
*/
|
|
29
|
+
export interface ThematicAnalysisResponseCodeCodesInner {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ThematicAnalysisResponseCodeCodesInner
|
|
34
|
+
*/
|
|
35
|
+
theme: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ThematicAnalysisResponseCodeCodesInner
|
|
40
|
+
*/
|
|
41
|
+
code: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {ThematicAnalysisResponseCodeCodesInnerEvidence}
|
|
45
|
+
* @memberof ThematicAnalysisResponseCodeCodesInner
|
|
46
|
+
*/
|
|
47
|
+
evidence: ThematicAnalysisResponseCodeCodesInnerEvidence;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the ThematicAnalysisResponseCodeCodesInner interface.
|
|
52
|
+
*/
|
|
53
|
+
export function instanceOfThematicAnalysisResponseCodeCodesInner(value: object): value is ThematicAnalysisResponseCodeCodesInner {
|
|
54
|
+
if (!('theme' in value) || value['theme'] === undefined) return false;
|
|
55
|
+
if (!('code' in value) || value['code'] === undefined) return false;
|
|
56
|
+
if (!('evidence' in value) || value['evidence'] === undefined) return false;
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function ThematicAnalysisResponseCodeCodesInnerFromJSON(json: any): ThematicAnalysisResponseCodeCodesInner {
|
|
61
|
+
return ThematicAnalysisResponseCodeCodesInnerFromJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function ThematicAnalysisResponseCodeCodesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisResponseCodeCodesInner {
|
|
65
|
+
if (json == null) {
|
|
66
|
+
return json;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'theme': json['theme'],
|
|
71
|
+
'code': json['code'],
|
|
72
|
+
'evidence': ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSON(json['evidence']),
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function ThematicAnalysisResponseCodeCodesInnerToJSON(json: any): ThematicAnalysisResponseCodeCodesInner {
|
|
77
|
+
return ThematicAnalysisResponseCodeCodesInnerToJSONTyped(json, false);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export function ThematicAnalysisResponseCodeCodesInnerToJSONTyped(value?: ThematicAnalysisResponseCodeCodesInner | null, ignoreDiscriminator: boolean = false): any {
|
|
81
|
+
if (value == null) {
|
|
82
|
+
return value;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
return {
|
|
86
|
+
|
|
87
|
+
'theme': value['theme'],
|
|
88
|
+
'code': value['code'],
|
|
89
|
+
'evidence': ThematicAnalysisResponseCodeCodesInnerEvidenceToJSON(value['evidence']),
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
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 ThematicAnalysisResponseCodeCodesInnerEvidence
|
|
20
|
+
*/
|
|
21
|
+
export interface ThematicAnalysisResponseCodeCodesInnerEvidence {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ThematicAnalysisResponseCodeCodesInnerEvidence
|
|
26
|
+
*/
|
|
27
|
+
messageIndex: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ThematicAnalysisResponseCodeCodesInnerEvidence
|
|
32
|
+
*/
|
|
33
|
+
excerpt: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ThematicAnalysisResponseCodeCodesInnerEvidence
|
|
38
|
+
*/
|
|
39
|
+
confidence: number;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the ThematicAnalysisResponseCodeCodesInnerEvidence interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfThematicAnalysisResponseCodeCodesInnerEvidence(value: object): value is ThematicAnalysisResponseCodeCodesInnerEvidence {
|
|
46
|
+
if (!('messageIndex' in value) || value['messageIndex'] === undefined) return false;
|
|
47
|
+
if (!('excerpt' in value) || value['excerpt'] === undefined) return false;
|
|
48
|
+
if (!('confidence' in value) || value['confidence'] === undefined) return false;
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSON(json: any): ThematicAnalysisResponseCodeCodesInnerEvidence {
|
|
53
|
+
return ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function ThematicAnalysisResponseCodeCodesInnerEvidenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ThematicAnalysisResponseCodeCodesInnerEvidence {
|
|
57
|
+
if (json == null) {
|
|
58
|
+
return json;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
|
|
62
|
+
'messageIndex': json['messageIndex'],
|
|
63
|
+
'excerpt': json['excerpt'],
|
|
64
|
+
'confidence': json['confidence'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function ThematicAnalysisResponseCodeCodesInnerEvidenceToJSON(json: any): ThematicAnalysisResponseCodeCodesInnerEvidence {
|
|
69
|
+
return ThematicAnalysisResponseCodeCodesInnerEvidenceToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function ThematicAnalysisResponseCodeCodesInnerEvidenceToJSONTyped(value?: ThematicAnalysisResponseCodeCodesInnerEvidence | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'messageIndex': value['messageIndex'],
|
|
80
|
+
'excerpt': value['excerpt'],
|
|
81
|
+
'confidence': value['confidence'],
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
package/src/models/Transcript.ts
CHANGED
|
@@ -33,6 +33,12 @@ export interface Transcript {
|
|
|
33
33
|
* @memberof Transcript
|
|
34
34
|
*/
|
|
35
35
|
id: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Transcript
|
|
40
|
+
*/
|
|
41
|
+
responseId: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<TranscriptMessagesInner>}
|
|
@@ -46,6 +52,7 @@ export interface Transcript {
|
|
|
46
52
|
*/
|
|
47
53
|
export function instanceOfTranscript(value: object): value is Transcript {
|
|
48
54
|
if (!('id' in value) || value['id'] === undefined) return false;
|
|
55
|
+
if (!('responseId' in value) || value['responseId'] === undefined) return false;
|
|
49
56
|
if (!('messages' in value) || value['messages'] === undefined) return false;
|
|
50
57
|
return true;
|
|
51
58
|
}
|
|
@@ -61,6 +68,7 @@ export function TranscriptFromJSONTyped(json: any, ignoreDiscriminator: boolean)
|
|
|
61
68
|
return {
|
|
62
69
|
|
|
63
70
|
'id': json['id'],
|
|
71
|
+
'responseId': json['responseId'],
|
|
64
72
|
'messages': ((json['messages'] as Array<any>).map(TranscriptMessagesInnerFromJSON)),
|
|
65
73
|
};
|
|
66
74
|
}
|
|
@@ -77,6 +85,7 @@ export function TranscriptToJSONTyped(value?: Transcript | null, ignoreDiscrimin
|
|
|
77
85
|
return {
|
|
78
86
|
|
|
79
87
|
'id': value['id'],
|
|
88
|
+
'responseId': value['responseId'],
|
|
80
89
|
'messages': ((value['messages'] as Array<any>).map(TranscriptMessagesInnerToJSON)),
|
|
81
90
|
};
|
|
82
91
|
}
|
|
@@ -0,0 +1,88 @@
|
|
|
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 { ThematicAnalysisArtifactCreateData } from './ThematicAnalysisArtifactCreateData';
|
|
17
|
+
import {
|
|
18
|
+
ThematicAnalysisArtifactCreateDataFromJSON,
|
|
19
|
+
ThematicAnalysisArtifactCreateDataFromJSONTyped,
|
|
20
|
+
ThematicAnalysisArtifactCreateDataToJSON,
|
|
21
|
+
ThematicAnalysisArtifactCreateDataToJSONTyped,
|
|
22
|
+
} from './ThematicAnalysisArtifactCreateData';
|
|
23
|
+
import type { ArtifactMetadata } from './ArtifactMetadata';
|
|
24
|
+
import {
|
|
25
|
+
ArtifactMetadataFromJSON,
|
|
26
|
+
ArtifactMetadataFromJSONTyped,
|
|
27
|
+
ArtifactMetadataToJSON,
|
|
28
|
+
ArtifactMetadataToJSONTyped,
|
|
29
|
+
} from './ArtifactMetadata';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface UpdateArtifactRequest
|
|
35
|
+
*/
|
|
36
|
+
export interface UpdateArtifactRequest {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ThematicAnalysisArtifactCreateData}
|
|
40
|
+
* @memberof UpdateArtifactRequest
|
|
41
|
+
*/
|
|
42
|
+
data?: ThematicAnalysisArtifactCreateData;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {ArtifactMetadata}
|
|
46
|
+
* @memberof UpdateArtifactRequest
|
|
47
|
+
*/
|
|
48
|
+
metadata?: ArtifactMetadata;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the UpdateArtifactRequest interface.
|
|
53
|
+
*/
|
|
54
|
+
export function instanceOfUpdateArtifactRequest(value: object): value is UpdateArtifactRequest {
|
|
55
|
+
return true;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function UpdateArtifactRequestFromJSON(json: any): UpdateArtifactRequest {
|
|
59
|
+
return UpdateArtifactRequestFromJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function UpdateArtifactRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateArtifactRequest {
|
|
63
|
+
if (json == null) {
|
|
64
|
+
return json;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
|
|
68
|
+
'data': json['data'] == null ? undefined : ThematicAnalysisArtifactCreateDataFromJSON(json['data']),
|
|
69
|
+
'metadata': json['metadata'] == null ? undefined : ArtifactMetadataFromJSON(json['metadata']),
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export function UpdateArtifactRequestToJSON(json: any): UpdateArtifactRequest {
|
|
74
|
+
return UpdateArtifactRequestToJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function UpdateArtifactRequestToJSONTyped(value?: UpdateArtifactRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
78
|
+
if (value == null) {
|
|
79
|
+
return value;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return {
|
|
83
|
+
|
|
84
|
+
'data': ThematicAnalysisArtifactCreateDataToJSON(value['data']),
|
|
85
|
+
'metadata': ArtifactMetadataToJSON(value['metadata']),
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
package/src/models/User.ts
CHANGED
|
@@ -62,6 +62,20 @@ import {
|
|
|
62
62
|
ModelFileToJSON,
|
|
63
63
|
ModelFileToJSONTyped,
|
|
64
64
|
} from './ModelFile';
|
|
65
|
+
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
66
|
+
import {
|
|
67
|
+
AttributeKindGroupFromJSON,
|
|
68
|
+
AttributeKindGroupFromJSONTyped,
|
|
69
|
+
AttributeKindGroupToJSON,
|
|
70
|
+
AttributeKindGroupToJSONTyped,
|
|
71
|
+
} from './AttributeKindGroup';
|
|
72
|
+
import type { Artifact } from './Artifact';
|
|
73
|
+
import {
|
|
74
|
+
ArtifactFromJSON,
|
|
75
|
+
ArtifactFromJSONTyped,
|
|
76
|
+
ArtifactToJSON,
|
|
77
|
+
ArtifactToJSONTyped,
|
|
78
|
+
} from './Artifact';
|
|
65
79
|
import type { ChatSession } from './ChatSession';
|
|
66
80
|
import {
|
|
67
81
|
ChatSessionFromJSON,
|
|
@@ -210,6 +224,18 @@ export interface User {
|
|
|
210
224
|
* @memberof User
|
|
211
225
|
*/
|
|
212
226
|
threads?: Array<Thread>;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {Array<AttributeKindGroup>}
|
|
230
|
+
* @memberof User
|
|
231
|
+
*/
|
|
232
|
+
AttributeKindGroup?: Array<AttributeKindGroup>;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {Array<Artifact>}
|
|
236
|
+
* @memberof User
|
|
237
|
+
*/
|
|
238
|
+
Artifact?: Array<Artifact>;
|
|
213
239
|
}
|
|
214
240
|
|
|
215
241
|
|
|
@@ -261,6 +287,8 @@ export function UserFromJSONTyped(json: any, ignoreDiscriminator: boolean): User
|
|
|
261
287
|
'moderators': json['moderators'] == null ? undefined : ((json['moderators'] as Array<any>).map(ModeratorFromJSON)),
|
|
262
288
|
'uploadedFiles': json['uploadedFiles'] == null ? undefined : ((json['uploadedFiles'] as Array<any>).map(ModelFileFromJSON)),
|
|
263
289
|
'threads': json['threads'] == null ? undefined : ((json['threads'] as Array<any>).map(ThreadFromJSON)),
|
|
290
|
+
'AttributeKindGroup': json['AttributeKindGroup'] == null ? undefined : ((json['AttributeKindGroup'] as Array<any>).map(AttributeKindGroupFromJSON)),
|
|
291
|
+
'Artifact': json['Artifact'] == null ? undefined : ((json['Artifact'] as Array<any>).map(ArtifactFromJSON)),
|
|
264
292
|
};
|
|
265
293
|
}
|
|
266
294
|
|
|
@@ -295,6 +323,8 @@ export function UserToJSONTyped(value?: User | null, ignoreDiscriminator: boolea
|
|
|
295
323
|
'moderators': value['moderators'] == null ? undefined : ((value['moderators'] as Array<any>).map(ModeratorToJSON)),
|
|
296
324
|
'uploadedFiles': value['uploadedFiles'] == null ? undefined : ((value['uploadedFiles'] as Array<any>).map(ModelFileToJSON)),
|
|
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
|
+
'Artifact': value['Artifact'] == null ? undefined : ((value['Artifact'] as Array<any>).map(ArtifactToJSON)),
|
|
298
328
|
};
|
|
299
329
|
}
|
|
300
330
|
|
package/src/models/index.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export * from './ApiCallMessagesSearchPost200ResponseInner';
|
|
4
3
|
export * from './ApiDemosCreateDemoInvitePostRequest';
|
|
5
4
|
export * from './ApiFilesFileIdSignedUrlPost200Response';
|
|
6
5
|
export * from './ApiFilesFileIdSignedUrlPostRequest';
|
|
@@ -16,6 +15,8 @@ export * from './ApiInvitesPostRequest';
|
|
|
16
15
|
export * from './ApiProjectsGet200Response';
|
|
17
16
|
export * from './ApiProjectsPostRequest';
|
|
18
17
|
export * from './ApiProjectsPostRequestThreadAssetsInner';
|
|
18
|
+
export * from './ApiProjectsProjectIdAnalysisPostRequest';
|
|
19
|
+
export * from './ApiProjectsProjectIdAnalysisPostRequestKind';
|
|
19
20
|
export * from './ApiProjectsProjectIdFilesFileIdPutRequest';
|
|
20
21
|
export * from './ApiProjectsProjectIdFilesGet200Response';
|
|
21
22
|
export * from './ApiProjectsProjectIdFilesPostRequest';
|
|
@@ -25,16 +26,27 @@ export * from './ApiThreadsGet200Response';
|
|
|
25
26
|
export * from './ApiThreadsThreadIdFilesGet200Response';
|
|
26
27
|
export * from './ApiThreadsThreadIdPostRequest';
|
|
27
28
|
export * from './ApiThreadsThreadIdProjectBriefVersionsGet200Response';
|
|
29
|
+
export * from './Artifact';
|
|
30
|
+
export * from './ArtifactDataThematicAnalysis';
|
|
31
|
+
export * from './ArtifactDataThematicAnalysisData';
|
|
32
|
+
export * from './ArtifactDataThematicAnalysisDataThemesInner';
|
|
33
|
+
export * from './ArtifactKind';
|
|
34
|
+
export * from './ArtifactMetadata';
|
|
35
|
+
export * from './ArtifactMetadataStatus';
|
|
28
36
|
export * from './Attribute';
|
|
29
37
|
export * from './AttributeFilterGroupSchemaInner';
|
|
30
38
|
export * from './AttributeKind';
|
|
31
|
-
export * from './
|
|
39
|
+
export * from './AttributeKindGroup';
|
|
40
|
+
export * from './AttributeKindGroupPurpose';
|
|
41
|
+
export * from './AttributeKindGroupScope';
|
|
32
42
|
export * from './AttributeStatsSchemaInner';
|
|
43
|
+
export * from './AttributeStatsSchemaInnerGroup';
|
|
33
44
|
export * from './AttributeStatsSchemaInnerKind';
|
|
34
45
|
export * from './AttributeStatsSchemaInnerValuesInner';
|
|
35
46
|
export * from './AttributeValueKind';
|
|
36
47
|
export * from './BadRequestErrorResponse';
|
|
37
48
|
export * from './Call';
|
|
49
|
+
export * from './CallAnalysis';
|
|
38
50
|
export * from './CallEvent';
|
|
39
51
|
export * from './CallKind';
|
|
40
52
|
export * from './CallMetadata';
|
|
@@ -54,18 +66,19 @@ export * from './CodeInviteConfigKeplarPanel';
|
|
|
54
66
|
export * from './CodeInviteResponse';
|
|
55
67
|
export * from './ConversationMessage';
|
|
56
68
|
export * from './ConversationMessageTopic';
|
|
69
|
+
export * from './CreateArtifactRequest';
|
|
57
70
|
export * from './CreateCodeInviteResponseRequest';
|
|
58
71
|
export * from './CreateEmailShareRequest';
|
|
59
72
|
export * from './CreateProjectShareRequest';
|
|
60
73
|
export * from './CreateProjectShareResponse';
|
|
61
|
-
export * from './
|
|
74
|
+
export * from './DeleteArtifact200Response';
|
|
62
75
|
export * from './EmailShare';
|
|
76
|
+
export * from './Evidence';
|
|
63
77
|
export * from './FileMimeType';
|
|
64
78
|
export * from './ForbiddenErrorResponse';
|
|
65
79
|
export * from './GetCodeInvite200Response';
|
|
66
80
|
export * from './GetCodeInviteResponseRedirect200Response';
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './GetShareEntities200Response';
|
|
81
|
+
export * from './GetProjectShares200Response';
|
|
69
82
|
export * from './GetSharedInviteResponses200Response';
|
|
70
83
|
export * from './GetSharedInviteResponsesStatusesParameterInner';
|
|
71
84
|
export * from './InboundCallResponse';
|
|
@@ -77,6 +90,7 @@ export * from './InviteConfigKeplarPanel';
|
|
|
77
90
|
export * from './InviteConfigPublic';
|
|
78
91
|
export * from './InviteResponse';
|
|
79
92
|
export * from './InviteResponseAttribute';
|
|
93
|
+
export * from './InviteResponseAttributeData';
|
|
80
94
|
export * from './InviteResponseData';
|
|
81
95
|
export * from './InviteResponseKind';
|
|
82
96
|
export * from './InviteResponseMetadata';
|
|
@@ -84,6 +98,9 @@ export * from './InviteResponseShareConfig';
|
|
|
84
98
|
export * from './InviteResponseStatus';
|
|
85
99
|
export * from './InviteResponseUpdateEvent';
|
|
86
100
|
export * from './InviteResponseWithCallSummary';
|
|
101
|
+
export * from './InviteResponseWithMetadata';
|
|
102
|
+
export * from './InviteResponseWithMetadataAttributesInner';
|
|
103
|
+
export * from './InviteResponseWithMetadataAttributesInnerEvidence';
|
|
87
104
|
export * from './InviteStatus';
|
|
88
105
|
export * from './InviteWithAnalytics';
|
|
89
106
|
export * from './JoinCodeInvite302Response';
|
|
@@ -148,6 +165,9 @@ export * from './ScreenerQuestionChooseOne';
|
|
|
148
165
|
export * from './ScreenerQuestionChooseOnePublic';
|
|
149
166
|
export * from './ScreenerQuestionResponse';
|
|
150
167
|
export * from './SearchProjectTranscriptsResponse';
|
|
168
|
+
export * from './SearchResponseMessages200ResponseInner';
|
|
169
|
+
export * from './SearchResponseMessagesRequest';
|
|
170
|
+
export * from './SearchResponseMessagesRequestInviteResponseMessagesInner';
|
|
151
171
|
export * from './SelectFilterSchema';
|
|
152
172
|
export * from './SelectFilterSchemaKind';
|
|
153
173
|
export * from './ShareEntity';
|
|
@@ -155,6 +175,12 @@ export * from './ShareEntityConfig';
|
|
|
155
175
|
export * from './ShareEntityCreatedByKind';
|
|
156
176
|
export * from './ShareEntityKind';
|
|
157
177
|
export * from './StartPhoneCallForCodeInviteResponseRequest';
|
|
178
|
+
export * from './ThematicAnalysisArtifactCreateData';
|
|
179
|
+
export * from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
180
|
+
export * from './ThematicAnalysisArtifactCreateDataThemesInnerCodesInner';
|
|
181
|
+
export * from './ThematicAnalysisResponseCode';
|
|
182
|
+
export * from './ThematicAnalysisResponseCodeCodesInner';
|
|
183
|
+
export * from './ThematicAnalysisResponseCodeCodesInnerEvidence';
|
|
158
184
|
export * from './Thread';
|
|
159
185
|
export * from './ThreadCreateProjectStatus';
|
|
160
186
|
export * from './ThreadFile';
|
|
@@ -165,6 +191,7 @@ export * from './TranscriptMessage';
|
|
|
165
191
|
export * from './TranscriptMessagesInner';
|
|
166
192
|
export * from './TranscriptQuality';
|
|
167
193
|
export * from './UnauthorizedErrorResponse';
|
|
194
|
+
export * from './UpdateArtifactRequest';
|
|
168
195
|
export * from './UpdateCallForCodeInviteResponseRequest';
|
|
169
196
|
export * from './UpdateCallForCodeInviteResponseRequestCall';
|
|
170
197
|
export * from './UpdateCodeInviteResponse404Response';
|