keplar-api 0.0.9 → 0.0.11

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 (216) hide show
  1. package/.openapi-generator/FILES +43 -23
  2. package/README.md +2 -2
  3. package/dist/apis/DefaultApi.d.ts +413 -251
  4. package/dist/apis/DefaultApi.js +1749 -799
  5. package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.d.ts +51 -0
  6. package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.js +64 -0
  7. package/dist/models/AttributeStatsSchemaInnerValuesInner.d.ts +6 -0
  8. package/dist/models/AttributeStatsSchemaInnerValuesInner.js +4 -0
  9. package/dist/models/CallSummary.d.ts +46 -0
  10. package/dist/models/CallSummary.js +61 -0
  11. package/dist/models/CodeInvite.d.ts +10 -3
  12. package/dist/models/CodeInvite.js +8 -3
  13. package/dist/models/CodeInviteConfig.d.ts +30 -0
  14. package/dist/models/CodeInviteConfig.js +59 -0
  15. package/dist/models/CodeInviteConfigContacts.d.ts +75 -0
  16. package/dist/models/CodeInviteConfigContacts.js +72 -0
  17. package/dist/models/CodeInviteConfigKeplarPanel.d.ts +82 -0
  18. package/dist/models/CodeInviteConfigKeplarPanel.js +77 -0
  19. package/dist/models/CreateCodeInviteResponseRequest.d.ts +40 -0
  20. package/dist/models/CreateCodeInviteResponseRequest.js +53 -0
  21. package/dist/models/CreateEmailShareRequest.d.ts +38 -0
  22. package/dist/models/CreateEmailShareRequest.js +53 -0
  23. package/dist/models/CreateProjectShareRequest.d.ts +38 -0
  24. package/dist/models/CreateProjectShareRequest.js +51 -0
  25. package/dist/models/CreateProjectShareResponse.d.ts +45 -0
  26. package/dist/models/CreateProjectShareResponse.js +60 -0
  27. package/dist/models/DeleteEmailShare200Response.d.ts +32 -0
  28. package/dist/models/DeleteEmailShare200Response.js +51 -0
  29. package/dist/models/EmailShare.d.ts +75 -0
  30. package/dist/models/EmailShare.js +77 -0
  31. package/dist/models/GetCodeInvite200Response.d.ts +83 -0
  32. package/dist/models/{ApiInviteCodeCodeGet200Response.js → GetCodeInvite200Response.js} +21 -16
  33. package/dist/models/GetCodeInviteResponseRedirect200Response.d.ts +32 -0
  34. package/dist/models/GetCodeInviteResponseRedirect200Response.js +51 -0
  35. package/dist/models/GetShareEntities200Response.d.ts +39 -0
  36. package/dist/models/GetShareEntities200Response.js +56 -0
  37. package/dist/models/GetSharedInviteResponses200Response.d.ts +51 -0
  38. package/dist/models/GetSharedInviteResponses200Response.js +64 -0
  39. package/dist/models/GetSharedInviteResponsesStatusesParameterInner.d.ts +26 -0
  40. package/dist/models/GetSharedInviteResponsesStatusesParameterInner.js +39 -0
  41. package/dist/models/InviteConfig.d.ts +12 -70
  42. package/dist/models/InviteConfig.js +23 -37
  43. package/dist/models/InviteConfigContacts.d.ts +75 -0
  44. package/dist/models/InviteConfigContacts.js +72 -0
  45. package/dist/models/InviteConfigKeplarPanel.d.ts +95 -0
  46. package/dist/models/InviteConfigKeplarPanel.js +82 -0
  47. package/dist/models/InviteConfigPublic.d.ts +81 -0
  48. package/dist/models/InviteConfigPublic.js +74 -0
  49. package/dist/models/InviteResponseData.d.ts +3 -3
  50. package/dist/models/InviteResponseData.js +3 -3
  51. package/dist/models/InviteResponseShareConfig.d.ts +39 -0
  52. package/dist/models/InviteResponseShareConfig.js +58 -0
  53. package/dist/models/InviteResponseWithCallSummary.d.ts +118 -0
  54. package/dist/models/InviteResponseWithCallSummary.js +97 -0
  55. package/dist/models/JoinCodeInvite302Response.d.ts +83 -0
  56. package/dist/models/{ApiInviteCodeCodeStartGet302Response.js → JoinCodeInvite302Response.js} +21 -16
  57. package/dist/models/JoinCodeInvite302ResponseSettings.d.ts +46 -0
  58. package/dist/models/JoinCodeInvite302ResponseSettings.js +57 -0
  59. package/dist/models/PanelQualification.d.ts +38 -0
  60. package/dist/models/{ProjectPanelQualification.js → PanelQualification.js} +13 -13
  61. package/dist/models/PanelRespondentAttribute.d.ts +45 -0
  62. package/dist/models/PanelRespondentAttribute.js +60 -0
  63. package/dist/models/PanelSettings.d.ts +63 -0
  64. package/dist/models/{ProjectPanelSettings.js → PanelSettings.js} +16 -16
  65. package/dist/models/ProjectAudience.d.ts +3 -3
  66. package/dist/models/ProjectAudience.js +3 -3
  67. package/dist/models/ProjectConfig.d.ts +3 -3
  68. package/dist/models/ProjectConfig.js +3 -3
  69. package/dist/models/ProjectShareConfig.d.ts +39 -0
  70. package/dist/models/ProjectShareConfig.js +58 -0
  71. package/dist/models/RequestShareAccess200Response.d.ts +38 -0
  72. package/dist/models/RequestShareAccess200Response.js +55 -0
  73. package/dist/models/RequestShareAccessRequest.d.ts +32 -0
  74. package/dist/models/RequestShareAccessRequest.js +51 -0
  75. package/dist/models/ResponseSubmitScreenerEvent.d.ts +3 -3
  76. package/dist/models/ResponseSubmitScreenerEvent.js +3 -3
  77. package/dist/models/ScreenerQuestionChooseOne.d.ts +57 -0
  78. package/dist/models/{ProjectScreenerQuestionChooseOne.js → ScreenerQuestionChooseOne.js} +15 -15
  79. package/dist/models/ScreenerQuestionChooseOnePublic.d.ts +51 -0
  80. package/dist/models/ScreenerQuestionChooseOnePublic.js +66 -0
  81. package/dist/models/ScreenerQuestionResponse.d.ts +44 -0
  82. package/dist/models/{ProjectScreenerQuestionResponse.js → ScreenerQuestionResponse.js} +13 -13
  83. package/dist/models/ShareEntity.d.ts +102 -0
  84. package/dist/models/ShareEntity.js +92 -0
  85. package/dist/models/ShareEntityConfig.d.ts +27 -0
  86. package/dist/models/ShareEntityConfig.js +54 -0
  87. package/dist/models/ShareEntityCreatedByKind.d.ts +26 -0
  88. package/dist/models/ShareEntityCreatedByKind.js +52 -0
  89. package/dist/models/ShareEntityKind.d.ts +25 -0
  90. package/dist/models/ShareEntityKind.js +51 -0
  91. package/dist/models/StartPhoneCallForCodeInviteResponseRequest.d.ts +32 -0
  92. package/dist/models/StartPhoneCallForCodeInviteResponseRequest.js +51 -0
  93. package/dist/models/UpdateCallForCodeInviteResponseRequest.d.ts +39 -0
  94. package/dist/models/UpdateCallForCodeInviteResponseRequest.js +56 -0
  95. package/dist/models/UpdateCallForCodeInviteResponseRequestCall.d.ts +39 -0
  96. package/dist/models/UpdateCallForCodeInviteResponseRequestCall.js +56 -0
  97. package/dist/models/UpdateCodeInviteResponse404Response.d.ts +32 -0
  98. package/dist/models/UpdateCodeInviteResponse404Response.js +51 -0
  99. package/dist/models/UpdateShareEntityRequest.d.ts +38 -0
  100. package/dist/models/UpdateShareEntityRequest.js +52 -0
  101. package/dist/models/VerifyEmailAccessForShare200Response.d.ts +38 -0
  102. package/dist/models/VerifyEmailAccessForShare200Response.js +55 -0
  103. package/dist/models/VerifyEmailAccessForShareRequest.d.ts +32 -0
  104. package/dist/models/VerifyEmailAccessForShareRequest.js +51 -0
  105. package/dist/models/index.d.ts +43 -23
  106. package/dist/models/index.js +43 -23
  107. package/package.json +1 -1
  108. package/src/apis/DefaultApi.ts +1991 -1038
  109. package/src/models/ApiInvitesIdParticipantInvitesGet200Response.ts +101 -0
  110. package/src/models/AttributeStatsSchemaInnerValuesInner.ts +9 -0
  111. package/src/models/CallSummary.ts +101 -0
  112. package/src/models/CodeInvite.ts +27 -11
  113. package/src/models/CodeInviteConfig.ts +83 -0
  114. package/src/models/CodeInviteConfigContacts.ts +125 -0
  115. package/src/models/CodeInviteConfigKeplarPanel.ts +142 -0
  116. package/src/models/CreateCodeInviteResponseRequest.ts +90 -0
  117. package/src/models/CreateEmailShareRequest.ts +74 -0
  118. package/src/models/CreateProjectShareRequest.ts +73 -0
  119. package/src/models/CreateProjectShareResponse.ts +92 -0
  120. package/src/models/DeleteEmailShare200Response.ts +66 -0
  121. package/src/models/EmailShare.ts +135 -0
  122. package/src/models/{ApiInviteCodeCodeGet200Response.ts → GetCodeInvite200Response.ts} +45 -29
  123. package/src/models/GetCodeInviteResponseRedirect200Response.ts +66 -0
  124. package/src/models/GetShareEntities200Response.ts +83 -0
  125. package/src/models/GetSharedInviteResponses200Response.ts +101 -0
  126. package/src/models/GetSharedInviteResponsesStatusesParameterInner.ts +46 -0
  127. package/src/models/InviteConfig.ts +42 -113
  128. package/src/models/InviteConfigContacts.ts +125 -0
  129. package/src/models/InviteConfigKeplarPanel.ts +165 -0
  130. package/src/models/InviteConfigPublic.ts +133 -0
  131. package/src/models/InviteResponseData.ts +10 -10
  132. package/src/models/InviteResponseShareConfig.ts +76 -0
  133. package/src/models/InviteResponseWithCallSummary.ts +235 -0
  134. package/src/models/{ApiInviteCodeCodeStartGet302Response.ts → JoinCodeInvite302Response.ts} +45 -29
  135. package/src/models/JoinCodeInvite302ResponseSettings.ts +97 -0
  136. package/src/models/{ProjectPanelQualification.ts → PanelQualification.ts} +12 -12
  137. package/src/models/PanelRespondentAttribute.ts +92 -0
  138. package/src/models/{ProjectPanelSettings.ts → PanelSettings.ts} +26 -26
  139. package/src/models/ProjectAudience.ts +10 -10
  140. package/src/models/ProjectConfig.ts +11 -11
  141. package/src/models/ProjectShareConfig.ts +76 -0
  142. package/src/models/RequestShareAccess200Response.ts +75 -0
  143. package/src/models/RequestShareAccessRequest.ts +66 -0
  144. package/src/models/ResponseSubmitScreenerEvent.ts +10 -10
  145. package/src/models/{ProjectScreenerQuestionChooseOne.ts → ScreenerQuestionChooseOne.ts} +17 -17
  146. package/src/models/ScreenerQuestionChooseOnePublic.ts +94 -0
  147. package/src/models/{ProjectScreenerQuestionResponse.ts → ScreenerQuestionResponse.ts} +13 -13
  148. package/src/models/ShareEntity.ts +192 -0
  149. package/src/models/ShareEntityConfig.ts +72 -0
  150. package/src/models/ShareEntityCreatedByKind.ts +54 -0
  151. package/src/models/ShareEntityKind.ts +53 -0
  152. package/src/models/StartPhoneCallForCodeInviteResponseRequest.ts +66 -0
  153. package/src/models/UpdateCallForCodeInviteResponseRequest.ts +83 -0
  154. package/src/models/UpdateCallForCodeInviteResponseRequestCall.ts +85 -0
  155. package/src/models/UpdateCodeInviteResponse404Response.ts +66 -0
  156. package/src/models/UpdateShareEntityRequest.ts +73 -0
  157. package/src/models/VerifyEmailAccessForShare200Response.ts +75 -0
  158. package/src/models/VerifyEmailAccessForShareRequest.ts +66 -0
  159. package/src/models/index.ts +43 -23
  160. package/dist/models/ApiInviteCodeCodeGet200Response.d.ts +0 -76
  161. package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.d.ts +0 -32
  162. package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.js +0 -51
  163. package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.d.ts +0 -32
  164. package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.js +0 -51
  165. package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.d.ts +0 -32
  166. package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.js +0 -51
  167. package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.d.ts +0 -39
  168. package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.js +0 -56
  169. package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.d.ts +0 -39
  170. package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.js +0 -56
  171. package/dist/models/ApiInviteCodeCodeStartGet302Response.d.ts +0 -76
  172. package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.d.ts +0 -64
  173. package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.js +0 -63
  174. package/dist/models/ApiInvitesIdResponsesGet200Response.d.ts +0 -51
  175. package/dist/models/ApiInvitesIdResponsesGet200Response.js +0 -64
  176. package/dist/models/GetParticipantInvitesResponse.d.ts +0 -39
  177. package/dist/models/GetParticipantInvitesResponse.js +0 -56
  178. package/dist/models/ProjectPanelQualification.d.ts +0 -38
  179. package/dist/models/ProjectPanelRespondentAttribute.d.ts +0 -45
  180. package/dist/models/ProjectPanelRespondentAttribute.js +0 -60
  181. package/dist/models/ProjectPanelSettings.d.ts +0 -63
  182. package/dist/models/ProjectScreenerQuestionChooseOne.d.ts +0 -57
  183. package/dist/models/ProjectScreenerQuestionChooseOnePublic.d.ts +0 -51
  184. package/dist/models/ProjectScreenerQuestionChooseOnePublic.js +0 -66
  185. package/dist/models/ProjectScreenerQuestionResponse.d.ts +0 -44
  186. package/dist/models/RepDataConfigLegacy.d.ts +0 -59
  187. package/dist/models/RepDataConfigLegacy.js +0 -62
  188. package/dist/models/RepDataProjectLegacy.d.ts +0 -32
  189. package/dist/models/RepDataProjectLegacy.js +0 -51
  190. package/dist/models/RepDataStudyLegacy.d.ts +0 -93
  191. package/dist/models/RepDataStudyLegacy.js +0 -92
  192. package/dist/models/RepDataStudyLegacyQualificationsInner.d.ts +0 -38
  193. package/dist/models/RepDataStudyLegacyQualificationsInner.js +0 -55
  194. package/dist/models/RepDataSurveyLegacy.d.ts +0 -46
  195. package/dist/models/RepDataSurveyLegacy.js +0 -59
  196. package/dist/models/RepDataSurveyLegacyProject.d.ts +0 -32
  197. package/dist/models/RepDataSurveyLegacyProject.js +0 -51
  198. package/dist/models/RepDataSurveyStatusLegacy.d.ts +0 -26
  199. package/dist/models/RepDataSurveyStatusLegacy.js +0 -52
  200. package/src/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.ts +0 -66
  201. package/src/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.ts +0 -66
  202. package/src/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.ts +0 -66
  203. package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.ts +0 -83
  204. package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.ts +0 -85
  205. package/src/models/ApiInviteCodeCodeStartGet302ResponseSettings.ts +0 -121
  206. package/src/models/ApiInvitesIdResponsesGet200Response.ts +0 -101
  207. package/src/models/GetParticipantInvitesResponse.ts +0 -83
  208. package/src/models/ProjectPanelRespondentAttribute.ts +0 -92
  209. package/src/models/ProjectScreenerQuestionChooseOnePublic.ts +0 -94
  210. package/src/models/RepDataConfigLegacy.ts +0 -120
  211. package/src/models/RepDataProjectLegacy.ts +0 -66
  212. package/src/models/RepDataStudyLegacy.ts +0 -164
  213. package/src/models/RepDataStudyLegacyQualificationsInner.ts +0 -75
  214. package/src/models/RepDataSurveyLegacy.ts +0 -100
  215. package/src/models/RepDataSurveyLegacyProject.ts +0 -66
  216. package/src/models/RepDataSurveyStatusLegacy.ts +0 -54
@@ -1,93 +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 { RepDataStudyLegacyQualificationsInner } from './RepDataStudyLegacyQualificationsInner';
13
- /**
14
- *
15
- * @export
16
- * @interface RepDataStudyLegacy
17
- */
18
- export interface RepDataStudyLegacy {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof RepDataStudyLegacy
23
- */
24
- name: string;
25
- /**
26
- *
27
- * @type {number}
28
- * @memberof RepDataStudyLegacy
29
- */
30
- compensation: number;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof RepDataStudyLegacy
35
- */
36
- lengthOfInterview: number;
37
- /**
38
- *
39
- * @type {number}
40
- * @memberof RepDataStudyLegacy
41
- */
42
- incidenceRate: number;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof RepDataStudyLegacy
47
- */
48
- countryCode: string;
49
- /**
50
- *
51
- * @type {string}
52
- * @memberof RepDataStudyLegacy
53
- */
54
- languageCode: string;
55
- /**
56
- *
57
- * @type {Array<string>}
58
- * @memberof RepDataStudyLegacy
59
- */
60
- deviceCompatibility: Array<string>;
61
- /**
62
- *
63
- * @type {number}
64
- * @memberof RepDataStudyLegacy
65
- */
66
- minAge: number;
67
- /**
68
- *
69
- * @type {number}
70
- * @memberof RepDataStudyLegacy
71
- */
72
- maxAge: number;
73
- /**
74
- *
75
- * @type {Array<string>}
76
- * @memberof RepDataStudyLegacy
77
- */
78
- genders: Array<string>;
79
- /**
80
- *
81
- * @type {Array<RepDataStudyLegacyQualificationsInner>}
82
- * @memberof RepDataStudyLegacy
83
- */
84
- qualifications: Array<RepDataStudyLegacyQualificationsInner>;
85
- }
86
- /**
87
- * Check if a given object implements the RepDataStudyLegacy interface.
88
- */
89
- export declare function instanceOfRepDataStudyLegacy(value: object): value is RepDataStudyLegacy;
90
- export declare function RepDataStudyLegacyFromJSON(json: any): RepDataStudyLegacy;
91
- export declare function RepDataStudyLegacyFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataStudyLegacy;
92
- export declare function RepDataStudyLegacyToJSON(json: any): RepDataStudyLegacy;
93
- export declare function RepDataStudyLegacyToJSONTyped(value?: RepDataStudyLegacy | null, ignoreDiscriminator?: boolean): any;
@@ -1,92 +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.instanceOfRepDataStudyLegacy = instanceOfRepDataStudyLegacy;
17
- exports.RepDataStudyLegacyFromJSON = RepDataStudyLegacyFromJSON;
18
- exports.RepDataStudyLegacyFromJSONTyped = RepDataStudyLegacyFromJSONTyped;
19
- exports.RepDataStudyLegacyToJSON = RepDataStudyLegacyToJSON;
20
- exports.RepDataStudyLegacyToJSONTyped = RepDataStudyLegacyToJSONTyped;
21
- var RepDataStudyLegacyQualificationsInner_1 = require("./RepDataStudyLegacyQualificationsInner");
22
- /**
23
- * Check if a given object implements the RepDataStudyLegacy interface.
24
- */
25
- function instanceOfRepDataStudyLegacy(value) {
26
- if (!('name' in value) || value['name'] === undefined)
27
- return false;
28
- if (!('compensation' in value) || value['compensation'] === undefined)
29
- return false;
30
- if (!('lengthOfInterview' in value) || value['lengthOfInterview'] === undefined)
31
- return false;
32
- if (!('incidenceRate' in value) || value['incidenceRate'] === undefined)
33
- return false;
34
- if (!('countryCode' in value) || value['countryCode'] === undefined)
35
- return false;
36
- if (!('languageCode' in value) || value['languageCode'] === undefined)
37
- return false;
38
- if (!('deviceCompatibility' in value) || value['deviceCompatibility'] === undefined)
39
- return false;
40
- if (!('minAge' in value) || value['minAge'] === undefined)
41
- return false;
42
- if (!('maxAge' in value) || value['maxAge'] === undefined)
43
- return false;
44
- if (!('genders' in value) || value['genders'] === undefined)
45
- return false;
46
- if (!('qualifications' in value) || value['qualifications'] === undefined)
47
- return false;
48
- return true;
49
- }
50
- function RepDataStudyLegacyFromJSON(json) {
51
- return RepDataStudyLegacyFromJSONTyped(json, false);
52
- }
53
- function RepDataStudyLegacyFromJSONTyped(json, ignoreDiscriminator) {
54
- if (json == null) {
55
- return json;
56
- }
57
- return {
58
- 'name': json['name'],
59
- 'compensation': json['compensation'],
60
- 'lengthOfInterview': json['lengthOfInterview'],
61
- 'incidenceRate': json['incidenceRate'],
62
- 'countryCode': json['countryCode'],
63
- 'languageCode': json['languageCode'],
64
- 'deviceCompatibility': json['deviceCompatibility'],
65
- 'minAge': json['minAge'],
66
- 'maxAge': json['maxAge'],
67
- 'genders': json['genders'],
68
- 'qualifications': (json['qualifications'].map(RepDataStudyLegacyQualificationsInner_1.RepDataStudyLegacyQualificationsInnerFromJSON)),
69
- };
70
- }
71
- function RepDataStudyLegacyToJSON(json) {
72
- return RepDataStudyLegacyToJSONTyped(json, false);
73
- }
74
- function RepDataStudyLegacyToJSONTyped(value, ignoreDiscriminator) {
75
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
76
- if (value == null) {
77
- return value;
78
- }
79
- return {
80
- 'name': value['name'],
81
- 'compensation': value['compensation'],
82
- 'lengthOfInterview': value['lengthOfInterview'],
83
- 'incidenceRate': value['incidenceRate'],
84
- 'countryCode': value['countryCode'],
85
- 'languageCode': value['languageCode'],
86
- 'deviceCompatibility': value['deviceCompatibility'],
87
- 'minAge': value['minAge'],
88
- 'maxAge': value['maxAge'],
89
- 'genders': value['genders'],
90
- 'qualifications': (value['qualifications'].map(RepDataStudyLegacyQualificationsInner_1.RepDataStudyLegacyQualificationsInnerToJSON)),
91
- };
92
- }
@@ -1,38 +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 RepDataStudyLegacyQualificationsInner
16
- */
17
- export interface RepDataStudyLegacyQualificationsInner {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof RepDataStudyLegacyQualificationsInner
22
- */
23
- qualificationId: number;
24
- /**
25
- *
26
- * @type {Array<number>}
27
- * @memberof RepDataStudyLegacyQualificationsInner
28
- */
29
- qualificationOptions: Array<number>;
30
- }
31
- /**
32
- * Check if a given object implements the RepDataStudyLegacyQualificationsInner interface.
33
- */
34
- export declare function instanceOfRepDataStudyLegacyQualificationsInner(value: object): value is RepDataStudyLegacyQualificationsInner;
35
- export declare function RepDataStudyLegacyQualificationsInnerFromJSON(json: any): RepDataStudyLegacyQualificationsInner;
36
- export declare function RepDataStudyLegacyQualificationsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataStudyLegacyQualificationsInner;
37
- export declare function RepDataStudyLegacyQualificationsInnerToJSON(json: any): RepDataStudyLegacyQualificationsInner;
38
- export declare function RepDataStudyLegacyQualificationsInnerToJSONTyped(value?: RepDataStudyLegacyQualificationsInner | null, ignoreDiscriminator?: boolean): any;
@@ -1,55 +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.instanceOfRepDataStudyLegacyQualificationsInner = instanceOfRepDataStudyLegacyQualificationsInner;
17
- exports.RepDataStudyLegacyQualificationsInnerFromJSON = RepDataStudyLegacyQualificationsInnerFromJSON;
18
- exports.RepDataStudyLegacyQualificationsInnerFromJSONTyped = RepDataStudyLegacyQualificationsInnerFromJSONTyped;
19
- exports.RepDataStudyLegacyQualificationsInnerToJSON = RepDataStudyLegacyQualificationsInnerToJSON;
20
- exports.RepDataStudyLegacyQualificationsInnerToJSONTyped = RepDataStudyLegacyQualificationsInnerToJSONTyped;
21
- /**
22
- * Check if a given object implements the RepDataStudyLegacyQualificationsInner interface.
23
- */
24
- function instanceOfRepDataStudyLegacyQualificationsInner(value) {
25
- if (!('qualificationId' in value) || value['qualificationId'] === undefined)
26
- return false;
27
- if (!('qualificationOptions' in value) || value['qualificationOptions'] === undefined)
28
- return false;
29
- return true;
30
- }
31
- function RepDataStudyLegacyQualificationsInnerFromJSON(json) {
32
- return RepDataStudyLegacyQualificationsInnerFromJSONTyped(json, false);
33
- }
34
- function RepDataStudyLegacyQualificationsInnerFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'qualificationId': json['qualificationId'],
40
- 'qualificationOptions': json['qualificationOptions'],
41
- };
42
- }
43
- function RepDataStudyLegacyQualificationsInnerToJSON(json) {
44
- return RepDataStudyLegacyQualificationsInnerToJSONTyped(json, false);
45
- }
46
- function RepDataStudyLegacyQualificationsInnerToJSONTyped(value, ignoreDiscriminator) {
47
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
48
- if (value == null) {
49
- return value;
50
- }
51
- return {
52
- 'qualificationId': value['qualificationId'],
53
- 'qualificationOptions': value['qualificationOptions'],
54
- };
55
- }
@@ -1,46 +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 { RepDataSurveyLegacyProject } from './RepDataSurveyLegacyProject';
13
- import type { RepDataSurveyStatusLegacy } from './RepDataSurveyStatusLegacy';
14
- /**
15
- *
16
- * @export
17
- * @interface RepDataSurveyLegacy
18
- */
19
- export interface RepDataSurveyLegacy {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof RepDataSurveyLegacy
24
- */
25
- id: string;
26
- /**
27
- *
28
- * @type {RepDataSurveyStatusLegacy}
29
- * @memberof RepDataSurveyLegacy
30
- */
31
- status: RepDataSurveyStatusLegacy;
32
- /**
33
- *
34
- * @type {RepDataSurveyLegacyProject}
35
- * @memberof RepDataSurveyLegacy
36
- */
37
- project?: RepDataSurveyLegacyProject;
38
- }
39
- /**
40
- * Check if a given object implements the RepDataSurveyLegacy interface.
41
- */
42
- export declare function instanceOfRepDataSurveyLegacy(value: object): value is RepDataSurveyLegacy;
43
- export declare function RepDataSurveyLegacyFromJSON(json: any): RepDataSurveyLegacy;
44
- export declare function RepDataSurveyLegacyFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataSurveyLegacy;
45
- export declare function RepDataSurveyLegacyToJSON(json: any): RepDataSurveyLegacy;
46
- export declare function RepDataSurveyLegacyToJSONTyped(value?: RepDataSurveyLegacy | null, ignoreDiscriminator?: boolean): any;
@@ -1,59 +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.instanceOfRepDataSurveyLegacy = instanceOfRepDataSurveyLegacy;
17
- exports.RepDataSurveyLegacyFromJSON = RepDataSurveyLegacyFromJSON;
18
- exports.RepDataSurveyLegacyFromJSONTyped = RepDataSurveyLegacyFromJSONTyped;
19
- exports.RepDataSurveyLegacyToJSON = RepDataSurveyLegacyToJSON;
20
- exports.RepDataSurveyLegacyToJSONTyped = RepDataSurveyLegacyToJSONTyped;
21
- var RepDataSurveyLegacyProject_1 = require("./RepDataSurveyLegacyProject");
22
- var RepDataSurveyStatusLegacy_1 = require("./RepDataSurveyStatusLegacy");
23
- /**
24
- * Check if a given object implements the RepDataSurveyLegacy interface.
25
- */
26
- function instanceOfRepDataSurveyLegacy(value) {
27
- if (!('id' in value) || value['id'] === undefined)
28
- return false;
29
- if (!('status' in value) || value['status'] === undefined)
30
- return false;
31
- return true;
32
- }
33
- function RepDataSurveyLegacyFromJSON(json) {
34
- return RepDataSurveyLegacyFromJSONTyped(json, false);
35
- }
36
- function RepDataSurveyLegacyFromJSONTyped(json, ignoreDiscriminator) {
37
- if (json == null) {
38
- return json;
39
- }
40
- return {
41
- 'id': json['id'],
42
- 'status': (0, RepDataSurveyStatusLegacy_1.RepDataSurveyStatusLegacyFromJSON)(json['status']),
43
- 'project': json['project'] == null ? undefined : (0, RepDataSurveyLegacyProject_1.RepDataSurveyLegacyProjectFromJSON)(json['project']),
44
- };
45
- }
46
- function RepDataSurveyLegacyToJSON(json) {
47
- return RepDataSurveyLegacyToJSONTyped(json, false);
48
- }
49
- function RepDataSurveyLegacyToJSONTyped(value, ignoreDiscriminator) {
50
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
51
- if (value == null) {
52
- return value;
53
- }
54
- return {
55
- 'id': value['id'],
56
- 'status': (0, RepDataSurveyStatusLegacy_1.RepDataSurveyStatusLegacyToJSON)(value['status']),
57
- 'project': (0, RepDataSurveyLegacyProject_1.RepDataSurveyLegacyProjectToJSON)(value['project']),
58
- };
59
- }
@@ -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 RepDataSurveyLegacyProject
16
- */
17
- export interface RepDataSurveyLegacyProject {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof RepDataSurveyLegacyProject
22
- */
23
- id: string;
24
- }
25
- /**
26
- * Check if a given object implements the RepDataSurveyLegacyProject interface.
27
- */
28
- export declare function instanceOfRepDataSurveyLegacyProject(value: object): value is RepDataSurveyLegacyProject;
29
- export declare function RepDataSurveyLegacyProjectFromJSON(json: any): RepDataSurveyLegacyProject;
30
- export declare function RepDataSurveyLegacyProjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataSurveyLegacyProject;
31
- export declare function RepDataSurveyLegacyProjectToJSON(json: any): RepDataSurveyLegacyProject;
32
- export declare function RepDataSurveyLegacyProjectToJSONTyped(value?: RepDataSurveyLegacyProject | 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.instanceOfRepDataSurveyLegacyProject = instanceOfRepDataSurveyLegacyProject;
17
- exports.RepDataSurveyLegacyProjectFromJSON = RepDataSurveyLegacyProjectFromJSON;
18
- exports.RepDataSurveyLegacyProjectFromJSONTyped = RepDataSurveyLegacyProjectFromJSONTyped;
19
- exports.RepDataSurveyLegacyProjectToJSON = RepDataSurveyLegacyProjectToJSON;
20
- exports.RepDataSurveyLegacyProjectToJSONTyped = RepDataSurveyLegacyProjectToJSONTyped;
21
- /**
22
- * Check if a given object implements the RepDataSurveyLegacyProject interface.
23
- */
24
- function instanceOfRepDataSurveyLegacyProject(value) {
25
- if (!('id' in value) || value['id'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- function RepDataSurveyLegacyProjectFromJSON(json) {
30
- return RepDataSurveyLegacyProjectFromJSONTyped(json, false);
31
- }
32
- function RepDataSurveyLegacyProjectFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'id': json['id'],
38
- };
39
- }
40
- function RepDataSurveyLegacyProjectToJSON(json) {
41
- return RepDataSurveyLegacyProjectToJSONTyped(json, false);
42
- }
43
- function RepDataSurveyLegacyProjectToJSONTyped(value, ignoreDiscriminator) {
44
- if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
45
- if (value == null) {
46
- return value;
47
- }
48
- return {
49
- 'id': value['id'],
50
- };
51
- }
@@ -1,26 +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 RepDataSurveyStatusLegacy: {
17
- readonly Live: "Live";
18
- readonly Draft: "Draft";
19
- readonly Paused: "Paused";
20
- };
21
- export type RepDataSurveyStatusLegacy = typeof RepDataSurveyStatusLegacy[keyof typeof RepDataSurveyStatusLegacy];
22
- export declare function instanceOfRepDataSurveyStatusLegacy(value: any): boolean;
23
- export declare function RepDataSurveyStatusLegacyFromJSON(json: any): RepDataSurveyStatusLegacy;
24
- export declare function RepDataSurveyStatusLegacyFromJSONTyped(json: any, ignoreDiscriminator: boolean): RepDataSurveyStatusLegacy;
25
- export declare function RepDataSurveyStatusLegacyToJSON(value?: RepDataSurveyStatusLegacy | null): any;
26
- export declare function RepDataSurveyStatusLegacyToJSONTyped(value: any, ignoreDiscriminator: boolean): RepDataSurveyStatusLegacy;
@@ -1,52 +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.RepDataSurveyStatusLegacy = void 0;
17
- exports.instanceOfRepDataSurveyStatusLegacy = instanceOfRepDataSurveyStatusLegacy;
18
- exports.RepDataSurveyStatusLegacyFromJSON = RepDataSurveyStatusLegacyFromJSON;
19
- exports.RepDataSurveyStatusLegacyFromJSONTyped = RepDataSurveyStatusLegacyFromJSONTyped;
20
- exports.RepDataSurveyStatusLegacyToJSON = RepDataSurveyStatusLegacyToJSON;
21
- exports.RepDataSurveyStatusLegacyToJSONTyped = RepDataSurveyStatusLegacyToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.RepDataSurveyStatusLegacy = {
27
- Live: 'Live',
28
- Draft: 'Draft',
29
- Paused: 'Paused'
30
- };
31
- function instanceOfRepDataSurveyStatusLegacy(value) {
32
- for (var key in exports.RepDataSurveyStatusLegacy) {
33
- if (Object.prototype.hasOwnProperty.call(exports.RepDataSurveyStatusLegacy, key)) {
34
- if (exports.RepDataSurveyStatusLegacy[key] === value) {
35
- return true;
36
- }
37
- }
38
- }
39
- return false;
40
- }
41
- function RepDataSurveyStatusLegacyFromJSON(json) {
42
- return RepDataSurveyStatusLegacyFromJSONTyped(json, false);
43
- }
44
- function RepDataSurveyStatusLegacyFromJSONTyped(json, ignoreDiscriminator) {
45
- return json;
46
- }
47
- function RepDataSurveyStatusLegacyToJSON(value) {
48
- return value;
49
- }
50
- function RepDataSurveyStatusLegacyToJSONTyped(value, ignoreDiscriminator) {
51
- return value;
52
- }
@@ -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 ApiInviteCodeCodeResponsesResponseIdPut404Response
20
- */
21
- export interface ApiInviteCodeCodeResponsesResponseIdPut404Response {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof ApiInviteCodeCodeResponsesResponseIdPut404Response
26
- */
27
- error: string;
28
- }
29
-
30
- /**
31
- * Check if a given object implements the ApiInviteCodeCodeResponsesResponseIdPut404Response interface.
32
- */
33
- export function instanceOfApiInviteCodeCodeResponsesResponseIdPut404Response(value: object): value is ApiInviteCodeCodeResponsesResponseIdPut404Response {
34
- if (!('error' in value) || value['error'] === undefined) return false;
35
- return true;
36
- }
37
-
38
- export function ApiInviteCodeCodeResponsesResponseIdPut404ResponseFromJSON(json: any): ApiInviteCodeCodeResponsesResponseIdPut404Response {
39
- return ApiInviteCodeCodeResponsesResponseIdPut404ResponseFromJSONTyped(json, false);
40
- }
41
-
42
- export function ApiInviteCodeCodeResponsesResponseIdPut404ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiInviteCodeCodeResponsesResponseIdPut404Response {
43
- if (json == null) {
44
- return json;
45
- }
46
- return {
47
-
48
- 'error': json['error'],
49
- };
50
- }
51
-
52
- export function ApiInviteCodeCodeResponsesResponseIdPut404ResponseToJSON(json: any): ApiInviteCodeCodeResponsesResponseIdPut404Response {
53
- return ApiInviteCodeCodeResponsesResponseIdPut404ResponseToJSONTyped(json, false);
54
- }
55
-
56
- export function ApiInviteCodeCodeResponsesResponseIdPut404ResponseToJSONTyped(value?: ApiInviteCodeCodeResponsesResponseIdPut404Response | null, ignoreDiscriminator: boolean = false): any {
57
- if (value == null) {
58
- return value;
59
- }
60
-
61
- return {
62
-
63
- 'error': value['error'],
64
- };
65
- }
66
-
@@ -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 ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response
20
- */
21
- export interface ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response
26
- */
27
- redirectUrl: string | null;
28
- }
29
-
30
- /**
31
- * Check if a given object implements the ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response interface.
32
- */
33
- export function instanceOfApiInviteCodeCodeResponsesResponseIdRedirectGet200Response(value: object): value is ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response {
34
- if (!('redirectUrl' in value) || value['redirectUrl'] === undefined) return false;
35
- return true;
36
- }
37
-
38
- export function ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseFromJSON(json: any): ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response {
39
- return ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseFromJSONTyped(json, false);
40
- }
41
-
42
- export function ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response {
43
- if (json == null) {
44
- return json;
45
- }
46
- return {
47
-
48
- 'redirectUrl': json['redirectUrl'],
49
- };
50
- }
51
-
52
- export function ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseToJSON(json: any): ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response {
53
- return ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseToJSONTyped(json, false);
54
- }
55
-
56
- export function ApiInviteCodeCodeResponsesResponseIdRedirectGet200ResponseToJSONTyped(value?: ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response | null, ignoreDiscriminator: boolean = false): any {
57
- if (value == null) {
58
- return value;
59
- }
60
-
61
- return {
62
-
63
- 'redirectUrl': value['redirectUrl'],
64
- };
65
- }
66
-