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
|
@@ -1,74 +0,0 @@
|
|
|
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 ApiCallMessagesSearchPost200ResponseInner
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiCallMessagesSearchPost200ResponseInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
22
|
-
*/
|
|
23
|
-
callId: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
28
|
-
*/
|
|
29
|
-
index: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Date}
|
|
33
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
34
|
-
*/
|
|
35
|
-
time: Date;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
40
|
-
*/
|
|
41
|
-
duration: number;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
46
|
-
*/
|
|
47
|
-
secondsFromStart: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
52
|
-
*/
|
|
53
|
-
message: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
58
|
-
*/
|
|
59
|
-
role: string;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof ApiCallMessagesSearchPost200ResponseInner
|
|
64
|
-
*/
|
|
65
|
-
recordingUrl?: string;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Check if a given object implements the ApiCallMessagesSearchPost200ResponseInner interface.
|
|
69
|
-
*/
|
|
70
|
-
export declare function instanceOfApiCallMessagesSearchPost200ResponseInner(value: object): value is ApiCallMessagesSearchPost200ResponseInner;
|
|
71
|
-
export declare function ApiCallMessagesSearchPost200ResponseInnerFromJSON(json: any): ApiCallMessagesSearchPost200ResponseInner;
|
|
72
|
-
export declare function ApiCallMessagesSearchPost200ResponseInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiCallMessagesSearchPost200ResponseInner;
|
|
73
|
-
export declare function ApiCallMessagesSearchPost200ResponseInnerToJSON(json: any): ApiCallMessagesSearchPost200ResponseInner;
|
|
74
|
-
export declare function ApiCallMessagesSearchPost200ResponseInnerToJSONTyped(value?: ApiCallMessagesSearchPost200ResponseInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,25 +0,0 @@
|
|
|
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 AttributeSource: {
|
|
17
|
-
readonly Panel: "panel";
|
|
18
|
-
readonly Generated: "generated";
|
|
19
|
-
};
|
|
20
|
-
export type AttributeSource = typeof AttributeSource[keyof typeof AttributeSource];
|
|
21
|
-
export declare function instanceOfAttributeSource(value: any): boolean;
|
|
22
|
-
export declare function AttributeSourceFromJSON(json: any): AttributeSource;
|
|
23
|
-
export declare function AttributeSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttributeSource;
|
|
24
|
-
export declare function AttributeSourceToJSON(value?: AttributeSource | null): any;
|
|
25
|
-
export declare function AttributeSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): AttributeSource;
|
|
@@ -1,51 +0,0 @@
|
|
|
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.AttributeSource = void 0;
|
|
17
|
-
exports.instanceOfAttributeSource = instanceOfAttributeSource;
|
|
18
|
-
exports.AttributeSourceFromJSON = AttributeSourceFromJSON;
|
|
19
|
-
exports.AttributeSourceFromJSONTyped = AttributeSourceFromJSONTyped;
|
|
20
|
-
exports.AttributeSourceToJSON = AttributeSourceToJSON;
|
|
21
|
-
exports.AttributeSourceToJSONTyped = AttributeSourceToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @export
|
|
25
|
-
*/
|
|
26
|
-
exports.AttributeSource = {
|
|
27
|
-
Panel: 'panel',
|
|
28
|
-
Generated: 'generated'
|
|
29
|
-
};
|
|
30
|
-
function instanceOfAttributeSource(value) {
|
|
31
|
-
for (var key in exports.AttributeSource) {
|
|
32
|
-
if (Object.prototype.hasOwnProperty.call(exports.AttributeSource, key)) {
|
|
33
|
-
if (exports.AttributeSource[key] === value) {
|
|
34
|
-
return true;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
return false;
|
|
39
|
-
}
|
|
40
|
-
function AttributeSourceFromJSON(json) {
|
|
41
|
-
return AttributeSourceFromJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function AttributeSourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
function AttributeSourceToJSON(value) {
|
|
47
|
-
return value;
|
|
48
|
-
}
|
|
49
|
-
function AttributeSourceToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
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 DeleteEmailShare200Response
|
|
16
|
-
*/
|
|
17
|
-
export interface DeleteEmailShare200Response {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof DeleteEmailShare200Response
|
|
22
|
-
*/
|
|
23
|
-
success: boolean;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the DeleteEmailShare200Response interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfDeleteEmailShare200Response(value: object): value is DeleteEmailShare200Response;
|
|
29
|
-
export declare function DeleteEmailShare200ResponseFromJSON(json: any): DeleteEmailShare200Response;
|
|
30
|
-
export declare function DeleteEmailShare200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteEmailShare200Response;
|
|
31
|
-
export declare function DeleteEmailShare200ResponseToJSON(json: any): DeleteEmailShare200Response;
|
|
32
|
-
export declare function DeleteEmailShare200ResponseToJSONTyped(value?: DeleteEmailShare200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
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.instanceOfDeleteEmailShare200Response = instanceOfDeleteEmailShare200Response;
|
|
17
|
-
exports.DeleteEmailShare200ResponseFromJSON = DeleteEmailShare200ResponseFromJSON;
|
|
18
|
-
exports.DeleteEmailShare200ResponseFromJSONTyped = DeleteEmailShare200ResponseFromJSONTyped;
|
|
19
|
-
exports.DeleteEmailShare200ResponseToJSON = DeleteEmailShare200ResponseToJSON;
|
|
20
|
-
exports.DeleteEmailShare200ResponseToJSONTyped = DeleteEmailShare200ResponseToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the DeleteEmailShare200Response interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfDeleteEmailShare200Response(value) {
|
|
25
|
-
if (!('success' in value) || value['success'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function DeleteEmailShare200ResponseFromJSON(json) {
|
|
30
|
-
return DeleteEmailShare200ResponseFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function DeleteEmailShare200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'success': json['success'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function DeleteEmailShare200ResponseToJSON(json) {
|
|
41
|
-
return DeleteEmailShare200ResponseToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
function DeleteEmailShare200ResponseToJSONTyped(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
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
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 { InviteResponse } from './InviteResponse';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetProjectResponsesResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface GetProjectResponsesResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<InviteResponse>}
|
|
22
|
-
* @memberof GetProjectResponsesResponse
|
|
23
|
-
*/
|
|
24
|
-
responses: Array<InviteResponse>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof GetProjectResponsesResponse
|
|
29
|
-
*/
|
|
30
|
-
total: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof GetProjectResponsesResponse
|
|
35
|
-
*/
|
|
36
|
-
page: number;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof GetProjectResponsesResponse
|
|
41
|
-
*/
|
|
42
|
-
limit: number;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Check if a given object implements the GetProjectResponsesResponse interface.
|
|
46
|
-
*/
|
|
47
|
-
export declare function instanceOfGetProjectResponsesResponse(value: object): value is GetProjectResponsesResponse;
|
|
48
|
-
export declare function GetProjectResponsesResponseFromJSON(json: any): GetProjectResponsesResponse;
|
|
49
|
-
export declare function GetProjectResponsesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetProjectResponsesResponse;
|
|
50
|
-
export declare function GetProjectResponsesResponseToJSON(json: any): GetProjectResponsesResponse;
|
|
51
|
-
export declare function GetProjectResponsesResponseToJSONTyped(value?: GetProjectResponsesResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,64 +0,0 @@
|
|
|
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.instanceOfGetProjectResponsesResponse = instanceOfGetProjectResponsesResponse;
|
|
17
|
-
exports.GetProjectResponsesResponseFromJSON = GetProjectResponsesResponseFromJSON;
|
|
18
|
-
exports.GetProjectResponsesResponseFromJSONTyped = GetProjectResponsesResponseFromJSONTyped;
|
|
19
|
-
exports.GetProjectResponsesResponseToJSON = GetProjectResponsesResponseToJSON;
|
|
20
|
-
exports.GetProjectResponsesResponseToJSONTyped = GetProjectResponsesResponseToJSONTyped;
|
|
21
|
-
var InviteResponse_1 = require("./InviteResponse");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the GetProjectResponsesResponse interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfGetProjectResponsesResponse(value) {
|
|
26
|
-
if (!('responses' in value) || value['responses'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
if (!('total' in value) || value['total'] === undefined)
|
|
29
|
-
return false;
|
|
30
|
-
if (!('page' in value) || value['page'] === undefined)
|
|
31
|
-
return false;
|
|
32
|
-
if (!('limit' in value) || value['limit'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
return true;
|
|
35
|
-
}
|
|
36
|
-
function GetProjectResponsesResponseFromJSON(json) {
|
|
37
|
-
return GetProjectResponsesResponseFromJSONTyped(json, false);
|
|
38
|
-
}
|
|
39
|
-
function GetProjectResponsesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
-
if (json == null) {
|
|
41
|
-
return json;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'responses': (json['responses'].map(InviteResponse_1.InviteResponseFromJSON)),
|
|
45
|
-
'total': json['total'],
|
|
46
|
-
'page': json['page'],
|
|
47
|
-
'limit': json['limit'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
function GetProjectResponsesResponseToJSON(json) {
|
|
51
|
-
return GetProjectResponsesResponseToJSONTyped(json, false);
|
|
52
|
-
}
|
|
53
|
-
function GetProjectResponsesResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
-
if (value == null) {
|
|
56
|
-
return value;
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
'responses': (value['responses'].map(InviteResponse_1.InviteResponseToJSON)),
|
|
60
|
-
'total': value['total'],
|
|
61
|
-
'page': value['page'],
|
|
62
|
-
'limit': value['limit'],
|
|
63
|
-
};
|
|
64
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
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
|
-
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
|
-
export const AttributeSource = {
|
|
21
|
-
Panel: 'panel',
|
|
22
|
-
Generated: 'generated'
|
|
23
|
-
} as const;
|
|
24
|
-
export type AttributeSource = typeof AttributeSource[keyof typeof AttributeSource];
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export function instanceOfAttributeSource(value: any): boolean {
|
|
28
|
-
for (const key in AttributeSource) {
|
|
29
|
-
if (Object.prototype.hasOwnProperty.call(AttributeSource, key)) {
|
|
30
|
-
if (AttributeSource[key as keyof typeof AttributeSource] === value) {
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
return false;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function AttributeSourceFromJSON(json: any): AttributeSource {
|
|
39
|
-
return AttributeSourceFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function AttributeSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttributeSource {
|
|
43
|
-
return json as AttributeSource;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export function AttributeSourceToJSON(value?: AttributeSource | null): any {
|
|
47
|
-
return value as any;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export function AttributeSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): AttributeSource {
|
|
51
|
-
return value as AttributeSource;
|
|
52
|
-
}
|
|
53
|
-
|
|
@@ -1,66 +0,0 @@
|
|
|
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 DeleteEmailShare200Response
|
|
20
|
-
*/
|
|
21
|
-
export interface DeleteEmailShare200Response {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {boolean}
|
|
25
|
-
* @memberof DeleteEmailShare200Response
|
|
26
|
-
*/
|
|
27
|
-
success: boolean;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Check if a given object implements the DeleteEmailShare200Response interface.
|
|
32
|
-
*/
|
|
33
|
-
export function instanceOfDeleteEmailShare200Response(value: object): value is DeleteEmailShare200Response {
|
|
34
|
-
if (!('success' in value) || value['success'] === undefined) return false;
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function DeleteEmailShare200ResponseFromJSON(json: any): DeleteEmailShare200Response {
|
|
39
|
-
return DeleteEmailShare200ResponseFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function DeleteEmailShare200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteEmailShare200Response {
|
|
43
|
-
if (json == null) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
|
|
48
|
-
'success': json['success'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function DeleteEmailShare200ResponseToJSON(json: any): DeleteEmailShare200Response {
|
|
53
|
-
return DeleteEmailShare200ResponseToJSONTyped(json, false);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
export function DeleteEmailShare200ResponseToJSONTyped(value?: DeleteEmailShare200Response | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
-
if (value == null) {
|
|
58
|
-
return value;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
return {
|
|
62
|
-
|
|
63
|
-
'success': value['success'],
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
@@ -1,101 +0,0 @@
|
|
|
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 { InviteResponse } from './InviteResponse';
|
|
17
|
-
import {
|
|
18
|
-
InviteResponseFromJSON,
|
|
19
|
-
InviteResponseFromJSONTyped,
|
|
20
|
-
InviteResponseToJSON,
|
|
21
|
-
InviteResponseToJSONTyped,
|
|
22
|
-
} from './InviteResponse';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @export
|
|
27
|
-
* @interface GetProjectResponsesResponse
|
|
28
|
-
*/
|
|
29
|
-
export interface GetProjectResponsesResponse {
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<InviteResponse>}
|
|
33
|
-
* @memberof GetProjectResponsesResponse
|
|
34
|
-
*/
|
|
35
|
-
responses: Array<InviteResponse>;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof GetProjectResponsesResponse
|
|
40
|
-
*/
|
|
41
|
-
total: number;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof GetProjectResponsesResponse
|
|
46
|
-
*/
|
|
47
|
-
page: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof GetProjectResponsesResponse
|
|
52
|
-
*/
|
|
53
|
-
limit: number;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Check if a given object implements the GetProjectResponsesResponse interface.
|
|
58
|
-
*/
|
|
59
|
-
export function instanceOfGetProjectResponsesResponse(value: object): value is GetProjectResponsesResponse {
|
|
60
|
-
if (!('responses' in value) || value['responses'] === undefined) return false;
|
|
61
|
-
if (!('total' in value) || value['total'] === undefined) return false;
|
|
62
|
-
if (!('page' in value) || value['page'] === undefined) return false;
|
|
63
|
-
if (!('limit' in value) || value['limit'] === undefined) return false;
|
|
64
|
-
return true;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export function GetProjectResponsesResponseFromJSON(json: any): GetProjectResponsesResponse {
|
|
68
|
-
return GetProjectResponsesResponseFromJSONTyped(json, false);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export function GetProjectResponsesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetProjectResponsesResponse {
|
|
72
|
-
if (json == null) {
|
|
73
|
-
return json;
|
|
74
|
-
}
|
|
75
|
-
return {
|
|
76
|
-
|
|
77
|
-
'responses': ((json['responses'] as Array<any>).map(InviteResponseFromJSON)),
|
|
78
|
-
'total': json['total'],
|
|
79
|
-
'page': json['page'],
|
|
80
|
-
'limit': json['limit'],
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export function GetProjectResponsesResponseToJSON(json: any): GetProjectResponsesResponse {
|
|
85
|
-
return GetProjectResponsesResponseToJSONTyped(json, false);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export function GetProjectResponsesResponseToJSONTyped(value?: GetProjectResponsesResponse | null, ignoreDiscriminator: boolean = false): any {
|
|
89
|
-
if (value == null) {
|
|
90
|
-
return value;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
return {
|
|
94
|
-
|
|
95
|
-
'responses': ((value['responses'] as Array<any>).map(InviteResponseToJSON)),
|
|
96
|
-
'total': value['total'],
|
|
97
|
-
'page': value['page'],
|
|
98
|
-
'limit': value['limit'],
|
|
99
|
-
};
|
|
100
|
-
}
|
|
101
|
-
|