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
|
@@ -0,0 +1,85 @@
|
|
|
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 { AttributeKindGroupPurpose } from './AttributeKindGroupPurpose';
|
|
17
|
+
import {
|
|
18
|
+
AttributeKindGroupPurposeFromJSON,
|
|
19
|
+
AttributeKindGroupPurposeFromJSONTyped,
|
|
20
|
+
AttributeKindGroupPurposeToJSON,
|
|
21
|
+
AttributeKindGroupPurposeToJSONTyped,
|
|
22
|
+
} from './AttributeKindGroupPurpose';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface AttributeStatsSchemaInnerGroup
|
|
28
|
+
*/
|
|
29
|
+
export interface AttributeStatsSchemaInnerGroup {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AttributeStatsSchemaInnerGroup
|
|
34
|
+
*/
|
|
35
|
+
id: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {AttributeKindGroupPurpose}
|
|
39
|
+
* @memberof AttributeStatsSchemaInnerGroup
|
|
40
|
+
*/
|
|
41
|
+
purpose: AttributeKindGroupPurpose;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the AttributeStatsSchemaInnerGroup interface.
|
|
48
|
+
*/
|
|
49
|
+
export function instanceOfAttributeStatsSchemaInnerGroup(value: object): value is AttributeStatsSchemaInnerGroup {
|
|
50
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
51
|
+
if (!('purpose' in value) || value['purpose'] === undefined) return false;
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function AttributeStatsSchemaInnerGroupFromJSON(json: any): AttributeStatsSchemaInnerGroup {
|
|
56
|
+
return AttributeStatsSchemaInnerGroupFromJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function AttributeStatsSchemaInnerGroupFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttributeStatsSchemaInnerGroup {
|
|
60
|
+
if (json == null) {
|
|
61
|
+
return json;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
|
|
65
|
+
'id': json['id'],
|
|
66
|
+
'purpose': AttributeKindGroupPurposeFromJSON(json['purpose']),
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function AttributeStatsSchemaInnerGroupToJSON(json: any): AttributeStatsSchemaInnerGroup {
|
|
71
|
+
return AttributeStatsSchemaInnerGroupToJSONTyped(json, false);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export function AttributeStatsSchemaInnerGroupToJSONTyped(value?: AttributeStatsSchemaInnerGroup | null, ignoreDiscriminator: boolean = false): any {
|
|
75
|
+
if (value == null) {
|
|
76
|
+
return value;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
return {
|
|
80
|
+
|
|
81
|
+
'id': value['id'],
|
|
82
|
+
'purpose': AttributeKindGroupPurposeToJSON(value['purpose']),
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
|
|
@@ -32,7 +32,7 @@ export interface AttributeStatsSchemaInnerKind {
|
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof AttributeStatsSchemaInnerKind
|
|
34
34
|
*/
|
|
35
|
-
|
|
35
|
+
id: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
@@ -65,7 +65,7 @@ export interface AttributeStatsSchemaInnerKind {
|
|
|
65
65
|
* Check if a given object implements the AttributeStatsSchemaInnerKind interface.
|
|
66
66
|
*/
|
|
67
67
|
export function instanceOfAttributeStatsSchemaInnerKind(value: object): value is AttributeStatsSchemaInnerKind {
|
|
68
|
-
if (!('
|
|
68
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
69
69
|
if (!('label' in value) || value['label'] === undefined) return false;
|
|
70
70
|
if (!('valueKind' in value) || value['valueKind'] === undefined) return false;
|
|
71
71
|
return true;
|
|
@@ -81,7 +81,7 @@ export function AttributeStatsSchemaInnerKindFromJSONTyped(json: any, ignoreDisc
|
|
|
81
81
|
}
|
|
82
82
|
return {
|
|
83
83
|
|
|
84
|
-
'
|
|
84
|
+
'id': json['id'],
|
|
85
85
|
'label': json['label'],
|
|
86
86
|
'description': json['description'] == null ? undefined : json['description'],
|
|
87
87
|
'category': json['category'] == null ? undefined : json['category'],
|
|
@@ -100,7 +100,7 @@ export function AttributeStatsSchemaInnerKindToJSONTyped(value?: AttributeStatsS
|
|
|
100
100
|
|
|
101
101
|
return {
|
|
102
102
|
|
|
103
|
-
'
|
|
103
|
+
'id': value['id'],
|
|
104
104
|
'label': value['label'],
|
|
105
105
|
'description': value['description'],
|
|
106
106
|
'category': value['category'],
|
|
@@ -19,6 +19,12 @@ import { mapValues } from '../runtime';
|
|
|
19
19
|
* @interface AttributeStatsSchemaInnerValuesInner
|
|
20
20
|
*/
|
|
21
21
|
export interface AttributeStatsSchemaInnerValuesInner {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof AttributeStatsSchemaInnerValuesInner
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
22
28
|
/**
|
|
23
29
|
*
|
|
24
30
|
* @type {string}
|
|
@@ -43,6 +49,7 @@ export interface AttributeStatsSchemaInnerValuesInner {
|
|
|
43
49
|
* Check if a given object implements the AttributeStatsSchemaInnerValuesInner interface.
|
|
44
50
|
*/
|
|
45
51
|
export function instanceOfAttributeStatsSchemaInnerValuesInner(value: object): value is AttributeStatsSchemaInnerValuesInner {
|
|
52
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
46
53
|
if (!('value' in value) || value['value'] === undefined) return false;
|
|
47
54
|
if (!('count' in value) || value['count'] === undefined) return false;
|
|
48
55
|
if (!('totalCount' in value) || value['totalCount'] === undefined) return false;
|
|
@@ -59,6 +66,7 @@ export function AttributeStatsSchemaInnerValuesInnerFromJSONTyped(json: any, ign
|
|
|
59
66
|
}
|
|
60
67
|
return {
|
|
61
68
|
|
|
69
|
+
'id': json['id'],
|
|
62
70
|
'value': json['value'],
|
|
63
71
|
'count': json['count'],
|
|
64
72
|
'totalCount': json['totalCount'],
|
|
@@ -76,6 +84,7 @@ export function AttributeStatsSchemaInnerValuesInnerToJSONTyped(value?: Attribut
|
|
|
76
84
|
|
|
77
85
|
return {
|
|
78
86
|
|
|
87
|
+
'id': value['id'],
|
|
79
88
|
'value': value['value'],
|
|
80
89
|
'count': value['count'],
|
|
81
90
|
'totalCount': value['totalCount'],
|
|
@@ -0,0 +1,73 @@
|
|
|
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 CallAnalysis
|
|
20
|
+
*/
|
|
21
|
+
export interface CallAnalysis {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CallAnalysis
|
|
26
|
+
*/
|
|
27
|
+
summary?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CallAnalysis
|
|
32
|
+
*/
|
|
33
|
+
successEvaluation?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the CallAnalysis interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfCallAnalysis(value: object): value is CallAnalysis {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function CallAnalysisFromJSON(json: any): CallAnalysis {
|
|
44
|
+
return CallAnalysisFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function CallAnalysisFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallAnalysis {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
|
|
53
|
+
'summary': json['summary'] == null ? undefined : json['summary'],
|
|
54
|
+
'successEvaluation': json['successEvaluation'] == null ? undefined : json['successEvaluation'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function CallAnalysisToJSON(json: any): CallAnalysis {
|
|
59
|
+
return CallAnalysisToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function CallAnalysisToJSONTyped(value?: CallAnalysis | null, ignoreDiscriminator: boolean = false): any {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return {
|
|
68
|
+
|
|
69
|
+
'summary': value['summary'],
|
|
70
|
+
'successEvaluation': value['successEvaluation'],
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { CallAnalysis } from './CallAnalysis';
|
|
17
|
+
import {
|
|
18
|
+
CallAnalysisFromJSON,
|
|
19
|
+
CallAnalysisFromJSONTyped,
|
|
20
|
+
CallAnalysisToJSON,
|
|
21
|
+
CallAnalysisToJSONTyped,
|
|
22
|
+
} from './CallAnalysis';
|
|
23
|
+
|
|
16
24
|
/**
|
|
17
25
|
*
|
|
18
26
|
* @export
|
|
@@ -49,6 +57,12 @@ export interface CallMetadata {
|
|
|
49
57
|
* @memberof CallMetadata
|
|
50
58
|
*/
|
|
51
59
|
transcriptInsight?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {CallAnalysis}
|
|
63
|
+
* @memberof CallMetadata
|
|
64
|
+
*/
|
|
65
|
+
analysis?: CallAnalysis | null;
|
|
52
66
|
}
|
|
53
67
|
|
|
54
68
|
|
|
@@ -85,6 +99,7 @@ export function CallMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolea
|
|
|
85
99
|
'transcriptQuality': json['transcriptQuality'] == null ? undefined : json['transcriptQuality'],
|
|
86
100
|
'transcriptMarkdown': json['transcriptMarkdown'] == null ? undefined : json['transcriptMarkdown'],
|
|
87
101
|
'transcriptInsight': json['transcriptInsight'] == null ? undefined : json['transcriptInsight'],
|
|
102
|
+
'analysis': json['analysis'] == null ? undefined : CallAnalysisFromJSON(json['analysis']),
|
|
88
103
|
};
|
|
89
104
|
}
|
|
90
105
|
|
|
@@ -104,6 +119,7 @@ export function CallMetadataToJSONTyped(value?: CallMetadata | null, ignoreDiscr
|
|
|
104
119
|
'transcriptQuality': value['transcriptQuality'],
|
|
105
120
|
'transcriptMarkdown': value['transcriptMarkdown'],
|
|
106
121
|
'transcriptInsight': value['transcriptInsight'],
|
|
122
|
+
'analysis': CallAnalysisToJSON(value['analysis']),
|
|
107
123
|
};
|
|
108
124
|
}
|
|
109
125
|
|
|
@@ -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 CreateArtifactRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateArtifactRequest {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CreateArtifactRequest
|
|
26
|
+
*/
|
|
27
|
+
kind?: CreateArtifactRequestKindEnum;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export const CreateArtifactRequestKindEnum = {
|
|
35
|
+
ThematicAnalysis: 'thematic_analysis'
|
|
36
|
+
} as const;
|
|
37
|
+
export type CreateArtifactRequestKindEnum = typeof CreateArtifactRequestKindEnum[keyof typeof CreateArtifactRequestKindEnum];
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the CreateArtifactRequest interface.
|
|
42
|
+
*/
|
|
43
|
+
export function instanceOfCreateArtifactRequest(value: object): value is CreateArtifactRequest {
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function CreateArtifactRequestFromJSON(json: any): CreateArtifactRequest {
|
|
48
|
+
return CreateArtifactRequestFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function CreateArtifactRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateArtifactRequest {
|
|
52
|
+
if (json == null) {
|
|
53
|
+
return json;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
|
|
57
|
+
'kind': json['kind'] == null ? undefined : json['kind'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function CreateArtifactRequestToJSON(json: any): CreateArtifactRequest {
|
|
62
|
+
return CreateArtifactRequestToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function CreateArtifactRequestToJSONTyped(value?: CreateArtifactRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
66
|
+
if (value == null) {
|
|
67
|
+
return value;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
return {
|
|
71
|
+
|
|
72
|
+
'kind': value['kind'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
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 DeleteArtifact200Response
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteArtifact200Response {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof DeleteArtifact200Response
|
|
26
|
+
*/
|
|
27
|
+
success: boolean;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the DeleteArtifact200Response interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfDeleteArtifact200Response(value: object): value is DeleteArtifact200Response {
|
|
34
|
+
if (!('success' in value) || value['success'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function DeleteArtifact200ResponseFromJSON(json: any): DeleteArtifact200Response {
|
|
39
|
+
return DeleteArtifact200ResponseFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function DeleteArtifact200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteArtifact200Response {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
|
|
48
|
+
'success': json['success'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function DeleteArtifact200ResponseToJSON(json: any): DeleteArtifact200Response {
|
|
53
|
+
return DeleteArtifact200ResponseToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function DeleteArtifact200ResponseToJSONTyped(value?: DeleteArtifact200Response | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
'success': value['success'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
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 Evidence
|
|
20
|
+
*/
|
|
21
|
+
export interface Evidence {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof Evidence
|
|
26
|
+
*/
|
|
27
|
+
verbatims?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof Evidence
|
|
32
|
+
*/
|
|
33
|
+
confidence?: number;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof Evidence
|
|
38
|
+
*/
|
|
39
|
+
messageIndex?: number;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the Evidence interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfEvidence(value: object): value is Evidence {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function EvidenceFromJSON(json: any): Evidence {
|
|
50
|
+
return EvidenceFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function EvidenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): Evidence {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'verbatims': json['verbatims'] == null ? undefined : json['verbatims'],
|
|
60
|
+
'confidence': json['confidence'] == null ? undefined : json['confidence'],
|
|
61
|
+
'messageIndex': json['messageIndex'] == null ? undefined : json['messageIndex'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function EvidenceToJSON(json: any): Evidence {
|
|
66
|
+
return EvidenceToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function EvidenceToJSONTyped(value?: Evidence | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'verbatims': value['verbatims'],
|
|
77
|
+
'confidence': value['confidence'],
|
|
78
|
+
'messageIndex': value['messageIndex'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -13,13 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { AttributeSource } from './AttributeSource';
|
|
17
|
-
import {
|
|
18
|
-
AttributeSourceFromJSON,
|
|
19
|
-
AttributeSourceFromJSONTyped,
|
|
20
|
-
AttributeSourceToJSON,
|
|
21
|
-
AttributeSourceToJSONTyped,
|
|
22
|
-
} from './AttributeSource';
|
|
23
16
|
import type { Attribute } from './Attribute';
|
|
24
17
|
import {
|
|
25
18
|
AttributeFromJSON,
|
|
@@ -34,6 +27,13 @@ import {
|
|
|
34
27
|
InviteResponseToJSON,
|
|
35
28
|
InviteResponseToJSONTyped,
|
|
36
29
|
} from './InviteResponse';
|
|
30
|
+
import type { InviteResponseAttributeData } from './InviteResponseAttributeData';
|
|
31
|
+
import {
|
|
32
|
+
InviteResponseAttributeDataFromJSON,
|
|
33
|
+
InviteResponseAttributeDataFromJSONTyped,
|
|
34
|
+
InviteResponseAttributeDataToJSON,
|
|
35
|
+
InviteResponseAttributeDataToJSONTyped,
|
|
36
|
+
} from './InviteResponseAttributeData';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
@@ -52,19 +52,13 @@ export interface InviteResponseAttribute {
|
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof InviteResponseAttribute
|
|
54
54
|
*/
|
|
55
|
-
|
|
55
|
+
attributeId: string;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {InviteResponseAttributeData}
|
|
59
59
|
* @memberof InviteResponseAttribute
|
|
60
60
|
*/
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {AttributeSource}
|
|
65
|
-
* @memberof InviteResponseAttribute
|
|
66
|
-
*/
|
|
67
|
-
source: AttributeSource;
|
|
61
|
+
data?: InviteResponseAttributeData | null;
|
|
68
62
|
/**
|
|
69
63
|
*
|
|
70
64
|
* @type {Date}
|
|
@@ -85,16 +79,12 @@ export interface InviteResponseAttribute {
|
|
|
85
79
|
attribute?: Attribute;
|
|
86
80
|
}
|
|
87
81
|
|
|
88
|
-
|
|
89
|
-
|
|
90
82
|
/**
|
|
91
83
|
* Check if a given object implements the InviteResponseAttribute interface.
|
|
92
84
|
*/
|
|
93
85
|
export function instanceOfInviteResponseAttribute(value: object): value is InviteResponseAttribute {
|
|
94
86
|
if (!('inviteResponseId' in value) || value['inviteResponseId'] === undefined) return false;
|
|
95
|
-
if (!('
|
|
96
|
-
if (!('attributeValue' in value) || value['attributeValue'] === undefined) return false;
|
|
97
|
-
if (!('source' in value) || value['source'] === undefined) return false;
|
|
87
|
+
if (!('attributeId' in value) || value['attributeId'] === undefined) return false;
|
|
98
88
|
if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
|
|
99
89
|
return true;
|
|
100
90
|
}
|
|
@@ -110,9 +100,8 @@ export function InviteResponseAttributeFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
110
100
|
return {
|
|
111
101
|
|
|
112
102
|
'inviteResponseId': json['inviteResponseId'],
|
|
113
|
-
'
|
|
114
|
-
'
|
|
115
|
-
'source': AttributeSourceFromJSON(json['source']),
|
|
103
|
+
'attributeId': json['attributeId'],
|
|
104
|
+
'data': json['data'] == null ? undefined : InviteResponseAttributeDataFromJSON(json['data']),
|
|
116
105
|
'createdAt': (new Date(json['createdAt'])),
|
|
117
106
|
'inviteResponse': json['inviteResponse'] == null ? undefined : InviteResponseFromJSON(json['inviteResponse']),
|
|
118
107
|
'attribute': json['attribute'] == null ? undefined : AttributeFromJSON(json['attribute']),
|
|
@@ -131,9 +120,8 @@ export function InviteResponseAttributeToJSONTyped(value?: InviteResponseAttribu
|
|
|
131
120
|
return {
|
|
132
121
|
|
|
133
122
|
'inviteResponseId': value['inviteResponseId'],
|
|
134
|
-
'
|
|
135
|
-
'
|
|
136
|
-
'source': AttributeSourceToJSON(value['source']),
|
|
123
|
+
'attributeId': value['attributeId'],
|
|
124
|
+
'data': InviteResponseAttributeDataToJSON(value['data']),
|
|
137
125
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
138
126
|
'inviteResponse': InviteResponseToJSON(value['inviteResponse']),
|
|
139
127
|
'attribute': AttributeToJSON(value['attribute']),
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { Evidence } from './Evidence';
|
|
17
|
+
import {
|
|
18
|
+
EvidenceFromJSON,
|
|
19
|
+
EvidenceFromJSONTyped,
|
|
20
|
+
EvidenceToJSON,
|
|
21
|
+
EvidenceToJSONTyped,
|
|
22
|
+
} from './Evidence';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface InviteResponseAttributeData
|
|
28
|
+
*/
|
|
29
|
+
export interface InviteResponseAttributeData {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Evidence}
|
|
33
|
+
* @memberof InviteResponseAttributeData
|
|
34
|
+
*/
|
|
35
|
+
evidence?: Evidence;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Array<string>}
|
|
39
|
+
* @memberof InviteResponseAttributeData
|
|
40
|
+
*/
|
|
41
|
+
observations?: Array<string>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the InviteResponseAttributeData interface.
|
|
46
|
+
*/
|
|
47
|
+
export function instanceOfInviteResponseAttributeData(value: object): value is InviteResponseAttributeData {
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function InviteResponseAttributeDataFromJSON(json: any): InviteResponseAttributeData {
|
|
52
|
+
return InviteResponseAttributeDataFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function InviteResponseAttributeDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): InviteResponseAttributeData {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
|
|
61
|
+
'evidence': json['evidence'] == null ? undefined : EvidenceFromJSON(json['evidence']),
|
|
62
|
+
'observations': json['observations'] == null ? undefined : json['observations'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function InviteResponseAttributeDataToJSON(json: any): InviteResponseAttributeData {
|
|
67
|
+
return InviteResponseAttributeDataToJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function InviteResponseAttributeDataToJSONTyped(value?: InviteResponseAttributeData | null, ignoreDiscriminator: boolean = false): any {
|
|
71
|
+
if (value == null) {
|
|
72
|
+
return value;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'evidence': EvidenceToJSON(value['evidence']),
|
|
78
|
+
'observations': value['observations'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|