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,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const AttributeKindGroupScope: {
|
|
17
|
+
readonly Org: "org";
|
|
18
|
+
readonly Project: "project";
|
|
19
|
+
readonly Artifact: "artifact";
|
|
20
|
+
};
|
|
21
|
+
export type AttributeKindGroupScope = typeof AttributeKindGroupScope[keyof typeof AttributeKindGroupScope];
|
|
22
|
+
export declare function instanceOfAttributeKindGroupScope(value: any): boolean;
|
|
23
|
+
export declare function AttributeKindGroupScopeFromJSON(json: any): AttributeKindGroupScope;
|
|
24
|
+
export declare function AttributeKindGroupScopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttributeKindGroupScope;
|
|
25
|
+
export declare function AttributeKindGroupScopeToJSON(value?: AttributeKindGroupScope | null): any;
|
|
26
|
+
export declare function AttributeKindGroupScopeToJSONTyped(value: any, ignoreDiscriminator: boolean): AttributeKindGroupScope;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AttributeKindGroupScope = void 0;
|
|
17
|
+
exports.instanceOfAttributeKindGroupScope = instanceOfAttributeKindGroupScope;
|
|
18
|
+
exports.AttributeKindGroupScopeFromJSON = AttributeKindGroupScopeFromJSON;
|
|
19
|
+
exports.AttributeKindGroupScopeFromJSONTyped = AttributeKindGroupScopeFromJSONTyped;
|
|
20
|
+
exports.AttributeKindGroupScopeToJSON = AttributeKindGroupScopeToJSON;
|
|
21
|
+
exports.AttributeKindGroupScopeToJSONTyped = AttributeKindGroupScopeToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.AttributeKindGroupScope = {
|
|
27
|
+
Org: 'org',
|
|
28
|
+
Project: 'project',
|
|
29
|
+
Artifact: 'artifact'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfAttributeKindGroupScope(value) {
|
|
32
|
+
for (var key in exports.AttributeKindGroupScope) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.AttributeKindGroupScope, key)) {
|
|
34
|
+
if (exports.AttributeKindGroupScope[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
function AttributeKindGroupScopeFromJSON(json) {
|
|
42
|
+
return AttributeKindGroupScopeFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function AttributeKindGroupScopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
function AttributeKindGroupScopeToJSON(value) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function AttributeKindGroupScopeToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AttributeStatsSchemaInnerGroup } from './AttributeStatsSchemaInnerGroup';
|
|
12
13
|
import type { AttributeStatsSchemaInnerKind } from './AttributeStatsSchemaInnerKind';
|
|
13
14
|
import type { AttributeStatsSchemaInnerValuesInner } from './AttributeStatsSchemaInnerValuesInner';
|
|
14
15
|
/**
|
|
@@ -23,6 +24,12 @@ export interface AttributeStatsSchemaInner {
|
|
|
23
24
|
* @memberof AttributeStatsSchemaInner
|
|
24
25
|
*/
|
|
25
26
|
kind: AttributeStatsSchemaInnerKind;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {AttributeStatsSchemaInnerGroup}
|
|
30
|
+
* @memberof AttributeStatsSchemaInner
|
|
31
|
+
*/
|
|
32
|
+
group?: AttributeStatsSchemaInnerGroup;
|
|
26
33
|
/**
|
|
27
34
|
*
|
|
28
35
|
* @type {Array<AttributeStatsSchemaInnerValuesInner>}
|
|
@@ -18,6 +18,7 @@ exports.AttributeStatsSchemaInnerFromJSON = AttributeStatsSchemaInnerFromJSON;
|
|
|
18
18
|
exports.AttributeStatsSchemaInnerFromJSONTyped = AttributeStatsSchemaInnerFromJSONTyped;
|
|
19
19
|
exports.AttributeStatsSchemaInnerToJSON = AttributeStatsSchemaInnerToJSON;
|
|
20
20
|
exports.AttributeStatsSchemaInnerToJSONTyped = AttributeStatsSchemaInnerToJSONTyped;
|
|
21
|
+
var AttributeStatsSchemaInnerGroup_1 = require("./AttributeStatsSchemaInnerGroup");
|
|
21
22
|
var AttributeStatsSchemaInnerKind_1 = require("./AttributeStatsSchemaInnerKind");
|
|
22
23
|
var AttributeStatsSchemaInnerValuesInner_1 = require("./AttributeStatsSchemaInnerValuesInner");
|
|
23
24
|
/**
|
|
@@ -39,6 +40,7 @@ function AttributeStatsSchemaInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
}
|
|
40
41
|
return {
|
|
41
42
|
'kind': (0, AttributeStatsSchemaInnerKind_1.AttributeStatsSchemaInnerKindFromJSON)(json['kind']),
|
|
43
|
+
'group': json['group'] == null ? undefined : (0, AttributeStatsSchemaInnerGroup_1.AttributeStatsSchemaInnerGroupFromJSON)(json['group']),
|
|
42
44
|
'values': (json['values'].map(AttributeStatsSchemaInnerValuesInner_1.AttributeStatsSchemaInnerValuesInnerFromJSON)),
|
|
43
45
|
};
|
|
44
46
|
}
|
|
@@ -52,6 +54,7 @@ function AttributeStatsSchemaInnerToJSONTyped(value, ignoreDiscriminator) {
|
|
|
52
54
|
}
|
|
53
55
|
return {
|
|
54
56
|
'kind': (0, AttributeStatsSchemaInnerKind_1.AttributeStatsSchemaInnerKindToJSON)(value['kind']),
|
|
57
|
+
'group': (0, AttributeStatsSchemaInnerGroup_1.AttributeStatsSchemaInnerGroupToJSON)(value['group']),
|
|
55
58
|
'values': (value['values'].map(AttributeStatsSchemaInnerValuesInner_1.AttributeStatsSchemaInnerValuesInnerToJSON)),
|
|
56
59
|
};
|
|
57
60
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { AttributeKindGroupPurpose } from './AttributeKindGroupPurpose';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttributeStatsSchemaInnerGroup
|
|
17
|
+
*/
|
|
18
|
+
export interface AttributeStatsSchemaInnerGroup {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof AttributeStatsSchemaInnerGroup
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {AttributeKindGroupPurpose}
|
|
28
|
+
* @memberof AttributeStatsSchemaInnerGroup
|
|
29
|
+
*/
|
|
30
|
+
purpose: AttributeKindGroupPurpose;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the AttributeStatsSchemaInnerGroup interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfAttributeStatsSchemaInnerGroup(value: object): value is AttributeStatsSchemaInnerGroup;
|
|
36
|
+
export declare function AttributeStatsSchemaInnerGroupFromJSON(json: any): AttributeStatsSchemaInnerGroup;
|
|
37
|
+
export declare function AttributeStatsSchemaInnerGroupFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttributeStatsSchemaInnerGroup;
|
|
38
|
+
export declare function AttributeStatsSchemaInnerGroupToJSON(json: any): AttributeStatsSchemaInnerGroup;
|
|
39
|
+
export declare function AttributeStatsSchemaInnerGroupToJSONTyped(value?: AttributeStatsSchemaInnerGroup | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAttributeStatsSchemaInnerGroup = instanceOfAttributeStatsSchemaInnerGroup;
|
|
17
|
+
exports.AttributeStatsSchemaInnerGroupFromJSON = AttributeStatsSchemaInnerGroupFromJSON;
|
|
18
|
+
exports.AttributeStatsSchemaInnerGroupFromJSONTyped = AttributeStatsSchemaInnerGroupFromJSONTyped;
|
|
19
|
+
exports.AttributeStatsSchemaInnerGroupToJSON = AttributeStatsSchemaInnerGroupToJSON;
|
|
20
|
+
exports.AttributeStatsSchemaInnerGroupToJSONTyped = AttributeStatsSchemaInnerGroupToJSONTyped;
|
|
21
|
+
var AttributeKindGroupPurpose_1 = require("./AttributeKindGroupPurpose");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AttributeStatsSchemaInnerGroup interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAttributeStatsSchemaInnerGroup(value) {
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('purpose' in value) || value['purpose'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function AttributeStatsSchemaInnerGroupFromJSON(json) {
|
|
33
|
+
return AttributeStatsSchemaInnerGroupFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function AttributeStatsSchemaInnerGroupFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'id': json['id'],
|
|
41
|
+
'purpose': (0, AttributeKindGroupPurpose_1.AttributeKindGroupPurposeFromJSON)(json['purpose']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function AttributeStatsSchemaInnerGroupToJSON(json) {
|
|
45
|
+
return AttributeStatsSchemaInnerGroupToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function AttributeStatsSchemaInnerGroupToJSONTyped(value, ignoreDiscriminator) {
|
|
48
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'id': value['id'],
|
|
54
|
+
'purpose': (0, AttributeKindGroupPurpose_1.AttributeKindGroupPurposeToJSON)(value['purpose']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -23,7 +23,7 @@ var AttributeValueKind_1 = require("./AttributeValueKind");
|
|
|
23
23
|
* Check if a given object implements the AttributeStatsSchemaInnerKind interface.
|
|
24
24
|
*/
|
|
25
25
|
function instanceOfAttributeStatsSchemaInnerKind(value) {
|
|
26
|
-
if (!('
|
|
26
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
27
27
|
return false;
|
|
28
28
|
if (!('label' in value) || value['label'] === undefined)
|
|
29
29
|
return false;
|
|
@@ -39,7 +39,7 @@ function AttributeStatsSchemaInnerKindFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
return json;
|
|
40
40
|
}
|
|
41
41
|
return {
|
|
42
|
-
'
|
|
42
|
+
'id': json['id'],
|
|
43
43
|
'label': json['label'],
|
|
44
44
|
'description': json['description'] == null ? undefined : json['description'],
|
|
45
45
|
'category': json['category'] == null ? undefined : json['category'],
|
|
@@ -55,7 +55,7 @@ function AttributeStatsSchemaInnerKindToJSONTyped(value, ignoreDiscriminator) {
|
|
|
55
55
|
return value;
|
|
56
56
|
}
|
|
57
57
|
return {
|
|
58
|
-
'
|
|
58
|
+
'id': value['id'],
|
|
59
59
|
'label': value['label'],
|
|
60
60
|
'description': value['description'],
|
|
61
61
|
'category': value['category'],
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
* @interface AttributeStatsSchemaInnerValuesInner
|
|
16
16
|
*/
|
|
17
17
|
export interface AttributeStatsSchemaInnerValuesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AttributeStatsSchemaInnerValuesInner
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
18
24
|
/**
|
|
19
25
|
*
|
|
20
26
|
* @type {string}
|
|
@@ -22,6 +22,8 @@ exports.AttributeStatsSchemaInnerValuesInnerToJSONTyped = AttributeStatsSchemaIn
|
|
|
22
22
|
* Check if a given object implements the AttributeStatsSchemaInnerValuesInner interface.
|
|
23
23
|
*/
|
|
24
24
|
function instanceOfAttributeStatsSchemaInnerValuesInner(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
25
27
|
if (!('value' in value) || value['value'] === undefined)
|
|
26
28
|
return false;
|
|
27
29
|
if (!('count' in value) || value['count'] === undefined)
|
|
@@ -38,6 +40,7 @@ function AttributeStatsSchemaInnerValuesInnerFromJSONTyped(json, ignoreDiscrimin
|
|
|
38
40
|
return json;
|
|
39
41
|
}
|
|
40
42
|
return {
|
|
43
|
+
'id': json['id'],
|
|
41
44
|
'value': json['value'],
|
|
42
45
|
'count': json['count'],
|
|
43
46
|
'totalCount': json['totalCount'],
|
|
@@ -52,6 +55,7 @@ function AttributeStatsSchemaInnerValuesInnerToJSONTyped(value, ignoreDiscrimina
|
|
|
52
55
|
return value;
|
|
53
56
|
}
|
|
54
57
|
return {
|
|
58
|
+
'id': value['id'],
|
|
55
59
|
'value': value['value'],
|
|
56
60
|
'count': value['count'],
|
|
57
61
|
'totalCount': value['totalCount'],
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CallAnalysis
|
|
16
|
+
*/
|
|
17
|
+
export interface CallAnalysis {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CallAnalysis
|
|
22
|
+
*/
|
|
23
|
+
summary?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CallAnalysis
|
|
28
|
+
*/
|
|
29
|
+
successEvaluation?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CallAnalysis interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCallAnalysis(value: object): value is CallAnalysis;
|
|
35
|
+
export declare function CallAnalysisFromJSON(json: any): CallAnalysis;
|
|
36
|
+
export declare function CallAnalysisFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallAnalysis;
|
|
37
|
+
export declare function CallAnalysisToJSON(json: any): CallAnalysis;
|
|
38
|
+
export declare function CallAnalysisToJSONTyped(value?: CallAnalysis | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfCallAnalysis = instanceOfCallAnalysis;
|
|
17
|
+
exports.CallAnalysisFromJSON = CallAnalysisFromJSON;
|
|
18
|
+
exports.CallAnalysisFromJSONTyped = CallAnalysisFromJSONTyped;
|
|
19
|
+
exports.CallAnalysisToJSON = CallAnalysisToJSON;
|
|
20
|
+
exports.CallAnalysisToJSONTyped = CallAnalysisToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CallAnalysis interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCallAnalysis(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CallAnalysisFromJSON(json) {
|
|
28
|
+
return CallAnalysisFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CallAnalysisFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'summary': json['summary'] == null ? undefined : json['summary'],
|
|
36
|
+
'successEvaluation': json['successEvaluation'] == null ? undefined : json['successEvaluation'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CallAnalysisToJSON(json) {
|
|
40
|
+
return CallAnalysisToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CallAnalysisToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'summary': value['summary'],
|
|
49
|
+
'successEvaluation': value['successEvaluation'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { CallAnalysis } from './CallAnalysis';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -45,6 +46,12 @@ export interface CallMetadata {
|
|
|
45
46
|
* @memberof CallMetadata
|
|
46
47
|
*/
|
|
47
48
|
transcriptInsight?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {CallAnalysis}
|
|
52
|
+
* @memberof CallMetadata
|
|
53
|
+
*/
|
|
54
|
+
analysis?: CallAnalysis | null;
|
|
48
55
|
}
|
|
49
56
|
/**
|
|
50
57
|
* @export
|
|
@@ -19,6 +19,7 @@ exports.CallMetadataFromJSON = CallMetadataFromJSON;
|
|
|
19
19
|
exports.CallMetadataFromJSONTyped = CallMetadataFromJSONTyped;
|
|
20
20
|
exports.CallMetadataToJSON = CallMetadataToJSON;
|
|
21
21
|
exports.CallMetadataToJSONTyped = CallMetadataToJSONTyped;
|
|
22
|
+
var CallAnalysis_1 = require("./CallAnalysis");
|
|
22
23
|
/**
|
|
23
24
|
* @export
|
|
24
25
|
*/
|
|
@@ -46,6 +47,7 @@ function CallMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
47
|
'transcriptQuality': json['transcriptQuality'] == null ? undefined : json['transcriptQuality'],
|
|
47
48
|
'transcriptMarkdown': json['transcriptMarkdown'] == null ? undefined : json['transcriptMarkdown'],
|
|
48
49
|
'transcriptInsight': json['transcriptInsight'] == null ? undefined : json['transcriptInsight'],
|
|
50
|
+
'analysis': json['analysis'] == null ? undefined : (0, CallAnalysis_1.CallAnalysisFromJSON)(json['analysis']),
|
|
49
51
|
};
|
|
50
52
|
}
|
|
51
53
|
function CallMetadataToJSON(json) {
|
|
@@ -62,5 +64,6 @@ function CallMetadataToJSONTyped(value, ignoreDiscriminator) {
|
|
|
62
64
|
'transcriptQuality': value['transcriptQuality'],
|
|
63
65
|
'transcriptMarkdown': value['transcriptMarkdown'],
|
|
64
66
|
'transcriptInsight': value['transcriptInsight'],
|
|
67
|
+
'analysis': (0, CallAnalysis_1.CallAnalysisToJSON)(value['analysis']),
|
|
65
68
|
};
|
|
66
69
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateArtifactRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateArtifactRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateArtifactRequest
|
|
22
|
+
*/
|
|
23
|
+
kind?: CreateArtifactRequestKindEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const CreateArtifactRequestKindEnum: {
|
|
29
|
+
readonly ThematicAnalysis: "thematic_analysis";
|
|
30
|
+
};
|
|
31
|
+
export type CreateArtifactRequestKindEnum = typeof CreateArtifactRequestKindEnum[keyof typeof CreateArtifactRequestKindEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the CreateArtifactRequest interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfCreateArtifactRequest(value: object): value is CreateArtifactRequest;
|
|
36
|
+
export declare function CreateArtifactRequestFromJSON(json: any): CreateArtifactRequest;
|
|
37
|
+
export declare function CreateArtifactRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateArtifactRequest;
|
|
38
|
+
export declare function CreateArtifactRequestToJSON(json: any): CreateArtifactRequest;
|
|
39
|
+
export declare function CreateArtifactRequestToJSONTyped(value?: CreateArtifactRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateArtifactRequestKindEnum = void 0;
|
|
17
|
+
exports.instanceOfCreateArtifactRequest = instanceOfCreateArtifactRequest;
|
|
18
|
+
exports.CreateArtifactRequestFromJSON = CreateArtifactRequestFromJSON;
|
|
19
|
+
exports.CreateArtifactRequestFromJSONTyped = CreateArtifactRequestFromJSONTyped;
|
|
20
|
+
exports.CreateArtifactRequestToJSON = CreateArtifactRequestToJSON;
|
|
21
|
+
exports.CreateArtifactRequestToJSONTyped = CreateArtifactRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CreateArtifactRequestKindEnum = {
|
|
26
|
+
ThematicAnalysis: 'thematic_analysis'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the CreateArtifactRequest interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfCreateArtifactRequest(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function CreateArtifactRequestFromJSON(json) {
|
|
35
|
+
return CreateArtifactRequestFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function CreateArtifactRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'kind': json['kind'] == null ? undefined : json['kind'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function CreateArtifactRequestToJSON(json) {
|
|
46
|
+
return CreateArtifactRequestToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function CreateArtifactRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'kind': value['kind'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DeleteArtifact200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteArtifact200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof DeleteArtifact200Response
|
|
22
|
+
*/
|
|
23
|
+
success: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the DeleteArtifact200Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfDeleteArtifact200Response(value: object): value is DeleteArtifact200Response;
|
|
29
|
+
export declare function DeleteArtifact200ResponseFromJSON(json: any): DeleteArtifact200Response;
|
|
30
|
+
export declare function DeleteArtifact200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteArtifact200Response;
|
|
31
|
+
export declare function DeleteArtifact200ResponseToJSON(json: any): DeleteArtifact200Response;
|
|
32
|
+
export declare function DeleteArtifact200ResponseToJSONTyped(value?: DeleteArtifact200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfDeleteArtifact200Response = instanceOfDeleteArtifact200Response;
|
|
17
|
+
exports.DeleteArtifact200ResponseFromJSON = DeleteArtifact200ResponseFromJSON;
|
|
18
|
+
exports.DeleteArtifact200ResponseFromJSONTyped = DeleteArtifact200ResponseFromJSONTyped;
|
|
19
|
+
exports.DeleteArtifact200ResponseToJSON = DeleteArtifact200ResponseToJSON;
|
|
20
|
+
exports.DeleteArtifact200ResponseToJSONTyped = DeleteArtifact200ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the DeleteArtifact200Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfDeleteArtifact200Response(value) {
|
|
25
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function DeleteArtifact200ResponseFromJSON(json) {
|
|
30
|
+
return DeleteArtifact200ResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function DeleteArtifact200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'success': json['success'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function DeleteArtifact200ResponseToJSON(json) {
|
|
41
|
+
return DeleteArtifact200ResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function DeleteArtifact200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'success': value['success'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Evidence
|
|
16
|
+
*/
|
|
17
|
+
export interface Evidence {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Evidence
|
|
22
|
+
*/
|
|
23
|
+
verbatims?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Evidence
|
|
28
|
+
*/
|
|
29
|
+
confidence?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof Evidence
|
|
34
|
+
*/
|
|
35
|
+
messageIndex?: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the Evidence interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfEvidence(value: object): value is Evidence;
|
|
41
|
+
export declare function EvidenceFromJSON(json: any): Evidence;
|
|
42
|
+
export declare function EvidenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): Evidence;
|
|
43
|
+
export declare function EvidenceToJSON(json: any): Evidence;
|
|
44
|
+
export declare function EvidenceToJSONTyped(value?: Evidence | null, ignoreDiscriminator?: boolean): any;
|