keplar-api 0.0.12 → 0.0.14
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 +48 -5
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +248 -34
- package/dist/apis/DefaultApi.js +1356 -283
- 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/CreateProjectPreviewInvite201Response.d.ts +45 -0
- package/dist/models/CreateProjectPreviewInvite201Response.js +56 -0
- package/dist/models/CreateProjectPreviewInviteRequest.d.ts +44 -0
- package/dist/models/CreateProjectPreviewInviteRequest.js +53 -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/GetProjects200Response.d.ts +51 -0
- package/dist/models/{ApiProjectsGet200Response.js → GetProjects200Response.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/InviteStatus.d.ts +1 -0
- package/dist/models/InviteStatus.js +1 -0
- package/dist/models/Login200Response.d.ts +239 -0
- package/dist/models/Login200Response.js +154 -0
- package/dist/models/Login200ResponseAnyOf.d.ts +44 -0
- package/dist/models/Login200ResponseAnyOf.js +59 -0
- package/dist/models/Login400Response.d.ts +45 -0
- package/dist/models/Login400Response.js +58 -0
- package/dist/models/Login400ResponseAnyOf.d.ts +45 -0
- package/dist/models/Login400ResponseAnyOf.js +58 -0
- package/dist/models/Login400ResponseAnyOfError.d.ts +26 -0
- package/dist/models/Login400ResponseAnyOfError.js +39 -0
- package/dist/models/LoginRequest.d.ts +38 -0
- package/dist/models/LoginRequest.js +55 -0
- package/dist/models/ModelFile.d.ts +4 -4
- package/dist/models/ModelFile.js +6 -6
- package/dist/models/Moderator.d.ts +4 -4
- package/dist/models/Moderator.js +6 -6
- package/dist/models/NumberFilterSchema.d.ts +1 -1
- package/dist/models/NumberFilterSchema.js +3 -3
- package/dist/models/Org.d.ts +3 -37
- package/dist/models/Org.js +3 -17
- package/dist/models/OrgData.d.ts +32 -0
- package/dist/models/OrgData.js +49 -0
- package/dist/models/Participant.d.ts +4 -4
- package/dist/models/Participant.js +6 -6
- package/dist/models/ParticipantAttribute.d.ts +1 -14
- package/dist/models/ParticipantAttribute.js +3 -12
- package/dist/models/Project.d.ts +22 -8
- package/dist/models/Project.js +16 -10
- package/dist/models/ProjectAudience.d.ts +18 -0
- package/dist/models/ProjectAudience.js +6 -0
- package/dist/models/ProjectWithAnalytics.d.ts +23 -9
- package/dist/models/ProjectWithAnalytics.js +17 -11
- package/dist/models/ResetPasswordRequest.d.ts +38 -0
- package/dist/models/ResetPasswordRequest.js +55 -0
- 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/SignupRequest.d.ts +44 -0
- package/dist/models/SignupRequest.js +59 -0
- 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/Thread.d.ts +4 -4
- package/dist/models/Thread.js +6 -6
- package/dist/models/TokenKind.d.ts +26 -0
- package/dist/models/TokenKind.js +52 -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 +71 -6
- package/dist/models/User.js +32 -6
- package/dist/models/VerifyEmailRequest.d.ts +32 -0
- package/dist/models/VerifyEmailRequest.js +51 -0
- package/dist/models/Workspace.d.ts +106 -0
- package/dist/models/Workspace.js +87 -0
- package/dist/models/WorkspaceMember.d.ts +77 -0
- package/dist/models/WorkspaceMember.js +78 -0
- package/dist/models/WorkspaceMemberRole.d.ts +26 -0
- package/dist/models/WorkspaceMemberRole.js +52 -0
- package/dist/models/index.d.ts +48 -5
- package/dist/models/index.js +48 -5
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1350 -306
- 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/CreateProjectPreviewInvite201Response.ts +90 -0
- package/src/models/CreateProjectPreviewInviteRequest.ts +81 -0
- package/src/models/DeleteArtifact200Response.ts +66 -0
- package/src/models/Evidence.ts +81 -0
- package/src/models/{ApiProjectsGet200Response.ts → GetProjects200Response.ts} +14 -14
- 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/InviteStatus.ts +1 -0
- package/src/models/Login200Response.ts +456 -0
- package/src/models/Login200ResponseAnyOf.ts +84 -0
- package/src/models/Login400Response.ts +105 -0
- package/src/models/Login400ResponseAnyOf.ts +91 -0
- package/src/models/Login400ResponseAnyOfError.ts +46 -0
- package/src/models/LoginRequest.ts +75 -0
- package/src/models/ModelFile.ts +15 -15
- package/src/models/Moderator.ts +15 -15
- package/src/models/NumberFilterSchema.ts +4 -4
- package/src/models/Org.ts +10 -78
- package/src/models/OrgData.ts +65 -0
- package/src/models/Participant.ts +15 -15
- package/src/models/ParticipantAttribute.ts +4 -31
- package/src/models/Project.ts +71 -41
- package/src/models/ProjectAudience.ts +24 -0
- package/src/models/ProjectWithAnalytics.ts +78 -48
- package/src/models/ResetPasswordRequest.ts +75 -0
- 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/SignupRequest.ts +84 -0
- 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/Thread.ts +15 -15
- package/src/models/TokenKind.ts +54 -0
- package/src/models/Transcript.ts +9 -0
- package/src/models/UpdateArtifactRequest.ts +88 -0
- package/src/models/User.ts +145 -30
- package/src/models/VerifyEmailRequest.ts +66 -0
- package/src/models/Workspace.ts +214 -0
- package/src/models/WorkspaceMember.ts +151 -0
- package/src/models/WorkspaceMemberRole.ts +54 -0
- package/src/models/index.ts +48 -5
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +0 -74
- package/dist/models/ApiProjectsGet200Response.d.ts +0 -51
- 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,54 @@
|
|
|
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 WorkspaceMemberRole = {
|
|
21
|
+
Owner: 'owner',
|
|
22
|
+
Admin: 'admin',
|
|
23
|
+
Member: 'member'
|
|
24
|
+
} as const;
|
|
25
|
+
export type WorkspaceMemberRole = typeof WorkspaceMemberRole[keyof typeof WorkspaceMemberRole];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export function instanceOfWorkspaceMemberRole(value: any): boolean {
|
|
29
|
+
for (const key in WorkspaceMemberRole) {
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(WorkspaceMemberRole, key)) {
|
|
31
|
+
if (WorkspaceMemberRole[key as keyof typeof WorkspaceMemberRole] === value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function WorkspaceMemberRoleFromJSON(json: any): WorkspaceMemberRole {
|
|
40
|
+
return WorkspaceMemberRoleFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function WorkspaceMemberRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkspaceMemberRole {
|
|
44
|
+
return json as WorkspaceMemberRole;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function WorkspaceMemberRoleToJSON(value?: WorkspaceMemberRole | null): any {
|
|
48
|
+
return value as any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function WorkspaceMemberRoleToJSONTyped(value: any, ignoreDiscriminator: boolean): WorkspaceMemberRole {
|
|
52
|
+
return value as WorkspaceMemberRole;
|
|
53
|
+
}
|
|
54
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export * from './ApiCallMessagesSearchPost200ResponseInner';
|
|
4
3
|
export * from './ApiDemosCreateDemoInvitePostRequest';
|
|
5
4
|
export * from './ApiFilesFileIdSignedUrlPost200Response';
|
|
6
5
|
export * from './ApiFilesFileIdSignedUrlPostRequest';
|
|
@@ -13,9 +12,10 @@ export * from './ApiInvitesIdPutRequest';
|
|
|
13
12
|
export * from './ApiInvitesIdResponsesPostRequest';
|
|
14
13
|
export * from './ApiInvitesIdResponsesResponseIdPutRequest';
|
|
15
14
|
export * from './ApiInvitesPostRequest';
|
|
16
|
-
export * from './ApiProjectsGet200Response';
|
|
17
15
|
export * from './ApiProjectsPostRequest';
|
|
18
16
|
export * from './ApiProjectsPostRequestThreadAssetsInner';
|
|
17
|
+
export * from './ApiProjectsProjectIdAnalysisPostRequest';
|
|
18
|
+
export * from './ApiProjectsProjectIdAnalysisPostRequestKind';
|
|
19
19
|
export * from './ApiProjectsProjectIdFilesFileIdPutRequest';
|
|
20
20
|
export * from './ApiProjectsProjectIdFilesGet200Response';
|
|
21
21
|
export * from './ApiProjectsProjectIdFilesPostRequest';
|
|
@@ -25,16 +25,27 @@ export * from './ApiThreadsGet200Response';
|
|
|
25
25
|
export * from './ApiThreadsThreadIdFilesGet200Response';
|
|
26
26
|
export * from './ApiThreadsThreadIdPostRequest';
|
|
27
27
|
export * from './ApiThreadsThreadIdProjectBriefVersionsGet200Response';
|
|
28
|
+
export * from './Artifact';
|
|
29
|
+
export * from './ArtifactDataThematicAnalysis';
|
|
30
|
+
export * from './ArtifactDataThematicAnalysisData';
|
|
31
|
+
export * from './ArtifactDataThematicAnalysisDataThemesInner';
|
|
32
|
+
export * from './ArtifactKind';
|
|
33
|
+
export * from './ArtifactMetadata';
|
|
34
|
+
export * from './ArtifactMetadataStatus';
|
|
28
35
|
export * from './Attribute';
|
|
29
36
|
export * from './AttributeFilterGroupSchemaInner';
|
|
30
37
|
export * from './AttributeKind';
|
|
31
|
-
export * from './
|
|
38
|
+
export * from './AttributeKindGroup';
|
|
39
|
+
export * from './AttributeKindGroupPurpose';
|
|
40
|
+
export * from './AttributeKindGroupScope';
|
|
32
41
|
export * from './AttributeStatsSchemaInner';
|
|
42
|
+
export * from './AttributeStatsSchemaInnerGroup';
|
|
33
43
|
export * from './AttributeStatsSchemaInnerKind';
|
|
34
44
|
export * from './AttributeStatsSchemaInnerValuesInner';
|
|
35
45
|
export * from './AttributeValueKind';
|
|
36
46
|
export * from './BadRequestErrorResponse';
|
|
37
47
|
export * from './Call';
|
|
48
|
+
export * from './CallAnalysis';
|
|
38
49
|
export * from './CallEvent';
|
|
39
50
|
export * from './CallKind';
|
|
40
51
|
export * from './CallMetadata';
|
|
@@ -54,18 +65,22 @@ export * from './CodeInviteConfigKeplarPanel';
|
|
|
54
65
|
export * from './CodeInviteResponse';
|
|
55
66
|
export * from './ConversationMessage';
|
|
56
67
|
export * from './ConversationMessageTopic';
|
|
68
|
+
export * from './CreateArtifactRequest';
|
|
57
69
|
export * from './CreateCodeInviteResponseRequest';
|
|
58
70
|
export * from './CreateEmailShareRequest';
|
|
71
|
+
export * from './CreateProjectPreviewInvite201Response';
|
|
72
|
+
export * from './CreateProjectPreviewInviteRequest';
|
|
59
73
|
export * from './CreateProjectShareRequest';
|
|
60
74
|
export * from './CreateProjectShareResponse';
|
|
61
|
-
export * from './
|
|
75
|
+
export * from './DeleteArtifact200Response';
|
|
62
76
|
export * from './EmailShare';
|
|
77
|
+
export * from './Evidence';
|
|
63
78
|
export * from './FileMimeType';
|
|
64
79
|
export * from './ForbiddenErrorResponse';
|
|
65
80
|
export * from './GetCodeInvite200Response';
|
|
66
81
|
export * from './GetCodeInviteResponseRedirect200Response';
|
|
67
|
-
export * from './GetProjectResponsesResponse';
|
|
68
82
|
export * from './GetProjectShares200Response';
|
|
83
|
+
export * from './GetProjects200Response';
|
|
69
84
|
export * from './GetSharedInviteResponses200Response';
|
|
70
85
|
export * from './GetSharedInviteResponsesStatusesParameterInner';
|
|
71
86
|
export * from './InboundCallResponse';
|
|
@@ -77,6 +92,7 @@ export * from './InviteConfigKeplarPanel';
|
|
|
77
92
|
export * from './InviteConfigPublic';
|
|
78
93
|
export * from './InviteResponse';
|
|
79
94
|
export * from './InviteResponseAttribute';
|
|
95
|
+
export * from './InviteResponseAttributeData';
|
|
80
96
|
export * from './InviteResponseData';
|
|
81
97
|
export * from './InviteResponseKind';
|
|
82
98
|
export * from './InviteResponseMetadata';
|
|
@@ -84,10 +100,19 @@ export * from './InviteResponseShareConfig';
|
|
|
84
100
|
export * from './InviteResponseStatus';
|
|
85
101
|
export * from './InviteResponseUpdateEvent';
|
|
86
102
|
export * from './InviteResponseWithCallSummary';
|
|
103
|
+
export * from './InviteResponseWithMetadata';
|
|
104
|
+
export * from './InviteResponseWithMetadataAttributesInner';
|
|
105
|
+
export * from './InviteResponseWithMetadataAttributesInnerEvidence';
|
|
87
106
|
export * from './InviteStatus';
|
|
88
107
|
export * from './InviteWithAnalytics';
|
|
89
108
|
export * from './JoinCodeInvite302Response';
|
|
90
109
|
export * from './JoinCodeInvite302ResponseSettings';
|
|
110
|
+
export * from './Login200Response';
|
|
111
|
+
export * from './Login200ResponseAnyOf';
|
|
112
|
+
export * from './Login400Response';
|
|
113
|
+
export * from './Login400ResponseAnyOf';
|
|
114
|
+
export * from './Login400ResponseAnyOfError';
|
|
115
|
+
export * from './LoginRequest';
|
|
91
116
|
export * from './ModelFile';
|
|
92
117
|
export * from './Moderator';
|
|
93
118
|
export * from './ModeratorVendor';
|
|
@@ -97,6 +122,7 @@ export * from './NumberFilterSchema';
|
|
|
97
122
|
export * from './OpenAiModelConfig';
|
|
98
123
|
export * from './OpenAiModelConfigModel';
|
|
99
124
|
export * from './Org';
|
|
125
|
+
export * from './OrgData';
|
|
100
126
|
export * from './PanelQualification';
|
|
101
127
|
export * from './PanelRespondentAttribute';
|
|
102
128
|
export * from './PanelSettings';
|
|
@@ -134,6 +160,7 @@ export * from './RepdataSurveyRedirects';
|
|
|
134
160
|
export * from './Report';
|
|
135
161
|
export * from './RequestShareAccess200Response';
|
|
136
162
|
export * from './RequestShareAccessRequest';
|
|
163
|
+
export * from './ResetPasswordRequest';
|
|
137
164
|
export * from './ResponseCallCompletedEvent';
|
|
138
165
|
export * from './ResponseCallFailedEvent';
|
|
139
166
|
export * from './ResponseConsentEvent';
|
|
@@ -148,23 +175,35 @@ export * from './ScreenerQuestionChooseOne';
|
|
|
148
175
|
export * from './ScreenerQuestionChooseOnePublic';
|
|
149
176
|
export * from './ScreenerQuestionResponse';
|
|
150
177
|
export * from './SearchProjectTranscriptsResponse';
|
|
178
|
+
export * from './SearchResponseMessages200ResponseInner';
|
|
179
|
+
export * from './SearchResponseMessagesRequest';
|
|
180
|
+
export * from './SearchResponseMessagesRequestInviteResponseMessagesInner';
|
|
151
181
|
export * from './SelectFilterSchema';
|
|
152
182
|
export * from './SelectFilterSchemaKind';
|
|
153
183
|
export * from './ShareEntity';
|
|
154
184
|
export * from './ShareEntityConfig';
|
|
155
185
|
export * from './ShareEntityCreatedByKind';
|
|
156
186
|
export * from './ShareEntityKind';
|
|
187
|
+
export * from './SignupRequest';
|
|
157
188
|
export * from './StartPhoneCallForCodeInviteResponseRequest';
|
|
189
|
+
export * from './ThematicAnalysisArtifactCreateData';
|
|
190
|
+
export * from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
191
|
+
export * from './ThematicAnalysisArtifactCreateDataThemesInnerCodesInner';
|
|
192
|
+
export * from './ThematicAnalysisResponseCode';
|
|
193
|
+
export * from './ThematicAnalysisResponseCodeCodesInner';
|
|
194
|
+
export * from './ThematicAnalysisResponseCodeCodesInnerEvidence';
|
|
158
195
|
export * from './Thread';
|
|
159
196
|
export * from './ThreadCreateProjectStatus';
|
|
160
197
|
export * from './ThreadFile';
|
|
161
198
|
export * from './ThreadKind';
|
|
162
199
|
export * from './ThreadMetadata';
|
|
200
|
+
export * from './TokenKind';
|
|
163
201
|
export * from './Transcript';
|
|
164
202
|
export * from './TranscriptMessage';
|
|
165
203
|
export * from './TranscriptMessagesInner';
|
|
166
204
|
export * from './TranscriptQuality';
|
|
167
205
|
export * from './UnauthorizedErrorResponse';
|
|
206
|
+
export * from './UpdateArtifactRequest';
|
|
168
207
|
export * from './UpdateCallForCodeInviteResponseRequest';
|
|
169
208
|
export * from './UpdateCallForCodeInviteResponseRequestCall';
|
|
170
209
|
export * from './UpdateCodeInviteResponse404Response';
|
|
@@ -178,3 +217,7 @@ export * from './VapiVoiceId';
|
|
|
178
217
|
export * from './VapiVoiceVapiProvider';
|
|
179
218
|
export * from './VerifyEmailAccessForShare200Response';
|
|
180
219
|
export * from './VerifyEmailAccessForShareRequest';
|
|
220
|
+
export * from './VerifyEmailRequest';
|
|
221
|
+
export * from './Workspace';
|
|
222
|
+
export * from './WorkspaceMember';
|
|
223
|
+
export * from './WorkspaceMemberRole';
|
|
@@ -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,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 { ProjectSummaryWithAnalytics } from './ProjectSummaryWithAnalytics';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ApiProjectsGet200Response
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiProjectsGet200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ProjectSummaryWithAnalytics>}
|
|
22
|
-
* @memberof ApiProjectsGet200Response
|
|
23
|
-
*/
|
|
24
|
-
items: Array<ProjectSummaryWithAnalytics>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof ApiProjectsGet200Response
|
|
29
|
-
*/
|
|
30
|
-
total: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ApiProjectsGet200Response
|
|
35
|
-
*/
|
|
36
|
-
page: number;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ApiProjectsGet200Response
|
|
41
|
-
*/
|
|
42
|
-
limit: number;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Check if a given object implements the ApiProjectsGet200Response interface.
|
|
46
|
-
*/
|
|
47
|
-
export declare function instanceOfApiProjectsGet200Response(value: object): value is ApiProjectsGet200Response;
|
|
48
|
-
export declare function ApiProjectsGet200ResponseFromJSON(json: any): ApiProjectsGet200Response;
|
|
49
|
-
export declare function ApiProjectsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiProjectsGet200Response;
|
|
50
|
-
export declare function ApiProjectsGet200ResponseToJSON(json: any): ApiProjectsGet200Response;
|
|
51
|
-
export declare function ApiProjectsGet200ResponseToJSONTyped(value?: ApiProjectsGet200Response | 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
|
-
|