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.
Files changed (157) hide show
  1. package/.openapi-generator/FILES +31 -4
  2. package/README.md +2 -2
  3. package/dist/apis/DefaultApi.d.ts +112 -8
  4. package/dist/apis/DefaultApi.js +503 -2
  5. package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.d.ts +33 -0
  6. package/dist/models/ApiProjectsProjectIdAnalysisPostRequest.js +52 -0
  7. package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.d.ts +26 -0
  8. package/dist/models/ApiProjectsProjectIdAnalysisPostRequestKind.js +39 -0
  9. package/dist/models/Artifact.d.ts +104 -0
  10. package/dist/models/Artifact.js +91 -0
  11. package/dist/models/ArtifactDataThematicAnalysis.d.ts +46 -0
  12. package/dist/models/ArtifactDataThematicAnalysis.js +63 -0
  13. package/dist/models/ArtifactDataThematicAnalysisData.d.ts +45 -0
  14. package/dist/models/ArtifactDataThematicAnalysisData.js +58 -0
  15. package/dist/models/ArtifactDataThematicAnalysisDataThemesInner.d.ts +38 -0
  16. package/dist/models/ArtifactDataThematicAnalysisDataThemesInner.js +55 -0
  17. package/dist/models/ArtifactKind.d.ts +24 -0
  18. package/dist/models/ArtifactKind.js +50 -0
  19. package/dist/models/ArtifactMetadata.d.ts +45 -0
  20. package/dist/models/ArtifactMetadata.js +56 -0
  21. package/dist/models/ArtifactMetadataStatus.d.ts +26 -0
  22. package/dist/models/ArtifactMetadataStatus.js +39 -0
  23. package/dist/models/Attribute.d.ts +13 -1
  24. package/dist/models/Attribute.js +9 -3
  25. package/dist/models/AttributeKind.d.ts +20 -1
  26. package/dist/models/AttributeKind.js +9 -2
  27. package/dist/models/AttributeKindGroup.d.ts +123 -0
  28. package/dist/models/AttributeKindGroup.js +102 -0
  29. package/dist/models/AttributeKindGroupPurpose.d.ts +25 -0
  30. package/dist/models/AttributeKindGroupPurpose.js +51 -0
  31. package/dist/models/AttributeKindGroupScope.d.ts +26 -0
  32. package/dist/models/AttributeKindGroupScope.js +52 -0
  33. package/dist/models/AttributeStatsSchemaInner.d.ts +7 -0
  34. package/dist/models/AttributeStatsSchemaInner.js +3 -0
  35. package/dist/models/AttributeStatsSchemaInnerGroup.d.ts +39 -0
  36. package/dist/models/AttributeStatsSchemaInnerGroup.js +56 -0
  37. package/dist/models/AttributeStatsSchemaInnerKind.d.ts +1 -1
  38. package/dist/models/AttributeStatsSchemaInnerKind.js +3 -3
  39. package/dist/models/AttributeStatsSchemaInnerValuesInner.d.ts +6 -0
  40. package/dist/models/AttributeStatsSchemaInnerValuesInner.js +4 -0
  41. package/dist/models/CallAnalysis.d.ts +38 -0
  42. package/dist/models/CallAnalysis.js +51 -0
  43. package/dist/models/CallMetadata.d.ts +7 -0
  44. package/dist/models/CallMetadata.js +3 -0
  45. package/dist/models/CreateArtifactRequest.d.ts +39 -0
  46. package/dist/models/CreateArtifactRequest.js +56 -0
  47. package/dist/models/DeleteArtifact200Response.d.ts +32 -0
  48. package/dist/models/DeleteArtifact200Response.js +51 -0
  49. package/dist/models/Evidence.d.ts +44 -0
  50. package/dist/models/Evidence.js +53 -0
  51. package/dist/models/InviteResponseAttribute.d.ts +4 -10
  52. package/dist/models/InviteResponseAttribute.js +6 -12
  53. package/dist/models/InviteResponseAttributeData.d.ts +39 -0
  54. package/dist/models/InviteResponseAttributeData.js +52 -0
  55. package/dist/models/InviteResponseWithMetadata.d.ts +39 -0
  56. package/dist/models/InviteResponseWithMetadata.js +56 -0
  57. package/dist/models/InviteResponseWithMetadataAttributesInner.d.ts +51 -0
  58. package/dist/models/InviteResponseWithMetadataAttributesInner.js +62 -0
  59. package/dist/models/InviteResponseWithMetadataAttributesInnerEvidence.d.ts +44 -0
  60. package/dist/models/InviteResponseWithMetadataAttributesInnerEvidence.js +53 -0
  61. package/dist/models/NumberFilterSchema.d.ts +1 -1
  62. package/dist/models/NumberFilterSchema.js +3 -3
  63. package/dist/models/Org.d.ts +7 -0
  64. package/dist/models/Org.js +3 -0
  65. package/dist/models/ParticipantAttribute.d.ts +1 -14
  66. package/dist/models/ParticipantAttribute.js +3 -12
  67. package/dist/models/Project.d.ts +19 -5
  68. package/dist/models/Project.js +11 -5
  69. package/dist/models/ProjectWithAnalytics.d.ts +19 -5
  70. package/dist/models/ProjectWithAnalytics.js +11 -5
  71. package/dist/models/SearchResponseMessages200ResponseInner.d.ts +74 -0
  72. package/dist/models/{ApiCallMessagesSearchPost200ResponseInner.js → SearchResponseMessages200ResponseInner.js} +13 -13
  73. package/dist/models/SearchResponseMessagesRequest.d.ts +33 -0
  74. package/dist/models/SearchResponseMessagesRequest.js +52 -0
  75. package/dist/models/SearchResponseMessagesRequestInviteResponseMessagesInner.d.ts +38 -0
  76. package/dist/models/SearchResponseMessagesRequestInviteResponseMessagesInner.js +55 -0
  77. package/dist/models/SelectFilterSchema.d.ts +1 -1
  78. package/dist/models/SelectFilterSchema.js +3 -3
  79. package/dist/models/ThematicAnalysisArtifactCreateData.d.ts +52 -0
  80. package/dist/models/ThematicAnalysisArtifactCreateData.js +61 -0
  81. package/dist/models/ThematicAnalysisArtifactCreateDataThemesInner.d.ts +45 -0
  82. package/dist/models/ThematicAnalysisArtifactCreateDataThemesInner.js +60 -0
  83. package/dist/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.d.ts +38 -0
  84. package/dist/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.js +55 -0
  85. package/dist/models/ThematicAnalysisResponseCode.d.ts +39 -0
  86. package/dist/models/ThematicAnalysisResponseCode.js +56 -0
  87. package/dist/models/ThematicAnalysisResponseCodeCodesInner.d.ts +45 -0
  88. package/dist/models/ThematicAnalysisResponseCodeCodesInner.js +60 -0
  89. package/dist/models/ThematicAnalysisResponseCodeCodesInnerEvidence.d.ts +44 -0
  90. package/dist/models/ThematicAnalysisResponseCodeCodesInnerEvidence.js +59 -0
  91. package/dist/models/Transcript.d.ts +6 -0
  92. package/dist/models/Transcript.js +4 -0
  93. package/dist/models/UpdateArtifactRequest.d.ts +40 -0
  94. package/dist/models/UpdateArtifactRequest.js +53 -0
  95. package/dist/models/User.d.ts +14 -0
  96. package/dist/models/User.js +6 -0
  97. package/dist/models/index.d.ts +31 -4
  98. package/dist/models/index.js +31 -4
  99. package/package.json +1 -1
  100. package/src/apis/DefaultApi.ts +527 -15
  101. package/src/models/ApiProjectsProjectIdAnalysisPostRequest.ts +74 -0
  102. package/src/models/ApiProjectsProjectIdAnalysisPostRequestKind.ts +46 -0
  103. package/src/models/Artifact.ts +205 -0
  104. package/src/models/ArtifactDataThematicAnalysis.ts +93 -0
  105. package/src/models/ArtifactDataThematicAnalysisData.ts +91 -0
  106. package/src/models/ArtifactDataThematicAnalysisDataThemesInner.ts +75 -0
  107. package/src/models/ArtifactKind.ts +52 -0
  108. package/src/models/ArtifactMetadata.ts +90 -0
  109. package/src/models/ArtifactMetadataStatus.ts +46 -0
  110. package/src/models/Attribute.ts +21 -4
  111. package/src/models/AttributeKind.ts +34 -3
  112. package/src/models/AttributeKindGroup.ts +238 -0
  113. package/src/models/AttributeKindGroupPurpose.ts +53 -0
  114. package/src/models/AttributeKindGroupScope.ts +54 -0
  115. package/src/models/AttributeStatsSchemaInner.ts +15 -0
  116. package/src/models/AttributeStatsSchemaInnerGroup.ts +85 -0
  117. package/src/models/AttributeStatsSchemaInnerKind.ts +4 -4
  118. package/src/models/AttributeStatsSchemaInnerValuesInner.ts +9 -0
  119. package/src/models/CallAnalysis.ts +73 -0
  120. package/src/models/CallMetadata.ts +16 -0
  121. package/src/models/CreateArtifactRequest.ts +75 -0
  122. package/src/models/DeleteArtifact200Response.ts +66 -0
  123. package/src/models/Evidence.ts +81 -0
  124. package/src/models/InviteResponseAttribute.ts +15 -27
  125. package/src/models/InviteResponseAttributeData.ts +81 -0
  126. package/src/models/InviteResponseWithMetadata.ts +83 -0
  127. package/src/models/InviteResponseWithMetadataAttributesInner.ts +100 -0
  128. package/src/models/InviteResponseWithMetadataAttributesInnerEvidence.ts +81 -0
  129. package/src/models/NumberFilterSchema.ts +4 -4
  130. package/src/models/Org.ts +15 -0
  131. package/src/models/ParticipantAttribute.ts +4 -31
  132. package/src/models/Project.ts +64 -34
  133. package/src/models/ProjectWithAnalytics.ts +65 -35
  134. package/src/models/{ApiCallMessagesSearchPost200ResponseInner.ts → SearchResponseMessages200ResponseInner.ts} +18 -18
  135. package/src/models/SearchResponseMessagesRequest.ts +74 -0
  136. package/src/models/SearchResponseMessagesRequestInviteResponseMessagesInner.ts +75 -0
  137. package/src/models/SelectFilterSchema.ts +4 -4
  138. package/src/models/ThematicAnalysisArtifactCreateData.ts +106 -0
  139. package/src/models/ThematicAnalysisArtifactCreateDataThemesInner.ts +92 -0
  140. package/src/models/ThematicAnalysisArtifactCreateDataThemesInnerCodesInner.ts +75 -0
  141. package/src/models/ThematicAnalysisResponseCode.ts +83 -0
  142. package/src/models/ThematicAnalysisResponseCodeCodesInner.ts +92 -0
  143. package/src/models/ThematicAnalysisResponseCodeCodesInnerEvidence.ts +84 -0
  144. package/src/models/Transcript.ts +9 -0
  145. package/src/models/UpdateArtifactRequest.ts +88 -0
  146. package/src/models/User.ts +30 -0
  147. package/src/models/index.ts +31 -4
  148. package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +0 -74
  149. package/dist/models/AttributeSource.d.ts +0 -25
  150. package/dist/models/AttributeSource.js +0 -51
  151. package/dist/models/DeleteEmailShare200Response.d.ts +0 -32
  152. package/dist/models/DeleteEmailShare200Response.js +0 -51
  153. package/dist/models/GetProjectResponsesResponse.d.ts +0 -51
  154. package/dist/models/GetProjectResponsesResponse.js +0 -64
  155. package/src/models/AttributeSource.ts +0 -53
  156. package/src/models/DeleteEmailShare200Response.ts +0 -66
  157. 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
-