keplar-api 0.0.8 → 0.0.10
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 +37 -22
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +236 -235
- package/dist/apis/DefaultApi.js +926 -786
- package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.d.ts +51 -0
- package/dist/models/ApiInvitesIdParticipantInvitesGet200Response.js +64 -0
- package/dist/models/ApiInvitesIdResponsesGet200Response.d.ts +3 -3
- package/dist/models/ApiInvitesIdResponsesGet200Response.js +3 -3
- package/dist/models/Attribute.d.ts +65 -0
- package/dist/models/Attribute.js +68 -0
- package/dist/models/AttributeFilterGroupSchemaInner.d.ts +23 -0
- package/dist/models/AttributeFilterGroupSchemaInner.js +58 -0
- package/dist/models/AttributeKind.d.ts +76 -0
- package/dist/models/AttributeKind.js +75 -0
- package/dist/models/AttributeSource.d.ts +25 -0
- package/dist/models/AttributeSource.js +51 -0
- package/dist/models/AttributeStatsSchemaInner.d.ts +40 -0
- package/dist/models/AttributeStatsSchemaInner.js +57 -0
- package/dist/models/AttributeStatsSchemaInnerKind.d.ts +57 -0
- package/dist/models/AttributeStatsSchemaInnerKind.js +64 -0
- package/dist/models/AttributeStatsSchemaInnerValuesInner.d.ts +38 -0
- package/dist/models/AttributeStatsSchemaInnerValuesInner.js +55 -0
- package/dist/models/AttributeValueKind.d.ts +26 -0
- package/dist/models/AttributeValueKind.js +52 -0
- package/dist/models/CallSummary.d.ts +46 -0
- package/dist/models/CallSummary.js +61 -0
- package/dist/models/CodeInvite.d.ts +10 -3
- package/dist/models/CodeInvite.js +8 -3
- package/dist/models/CodeInviteConfig.d.ts +30 -0
- package/dist/models/CodeInviteConfig.js +59 -0
- package/dist/models/CodeInviteConfigContacts.d.ts +75 -0
- package/dist/models/CodeInviteConfigContacts.js +72 -0
- package/dist/models/CodeInviteConfigKeplarPanel.d.ts +82 -0
- package/dist/models/CodeInviteConfigKeplarPanel.js +77 -0
- package/dist/models/CreateCodeInviteResponseRequest.d.ts +40 -0
- package/dist/models/CreateCodeInviteResponseRequest.js +53 -0
- package/dist/models/GetCodeInvite200Response.d.ts +83 -0
- package/dist/models/{ApiInviteCodeCodeGet200Response.js → GetCodeInvite200Response.js} +21 -16
- package/dist/models/GetCodeInviteResponseRedirect200Response.d.ts +32 -0
- package/dist/models/GetCodeInviteResponseRedirect200Response.js +51 -0
- package/dist/models/InviteConfig.d.ts +12 -70
- package/dist/models/InviteConfig.js +23 -37
- package/dist/models/InviteConfigContacts.d.ts +75 -0
- package/dist/models/InviteConfigContacts.js +72 -0
- package/dist/models/InviteConfigKeplarPanel.d.ts +95 -0
- package/dist/models/InviteConfigKeplarPanel.js +82 -0
- package/dist/models/InviteConfigPublic.d.ts +81 -0
- package/dist/models/InviteConfigPublic.js +74 -0
- package/dist/models/InviteResponse.d.ts +7 -0
- package/dist/models/InviteResponse.js +3 -0
- package/dist/models/InviteResponseAttribute.d.ts +71 -0
- package/dist/models/InviteResponseAttribute.js +74 -0
- package/dist/models/InviteResponseData.d.ts +3 -3
- package/dist/models/InviteResponseData.js +3 -3
- package/dist/models/InviteResponseWithCallSummary.d.ts +118 -0
- package/dist/models/InviteResponseWithCallSummary.js +97 -0
- package/dist/models/JoinCodeInvite302Response.d.ts +83 -0
- package/dist/models/{ApiInviteCodeCodeStartGet302Response.js → JoinCodeInvite302Response.js} +21 -16
- package/dist/models/JoinCodeInvite302ResponseSettings.d.ts +46 -0
- package/dist/models/JoinCodeInvite302ResponseSettings.js +57 -0
- package/dist/models/NumberFilterSchema.d.ts +57 -0
- package/dist/models/NumberFilterSchema.js +66 -0
- package/dist/models/PanelQualification.d.ts +38 -0
- package/dist/models/{ProjectPanelQualification.js → PanelQualification.js} +13 -13
- package/dist/models/PanelRespondentAttribute.d.ts +45 -0
- package/dist/models/PanelRespondentAttribute.js +60 -0
- package/dist/models/PanelSettings.d.ts +63 -0
- package/dist/models/{ProjectPanelSettings.js → PanelSettings.js} +16 -16
- package/dist/models/Participant.d.ts +7 -0
- package/dist/models/Participant.js +3 -0
- package/dist/models/ParticipantAttribute.d.ts +77 -0
- package/dist/models/ParticipantAttribute.js +78 -0
- package/dist/models/ProjectAudience.d.ts +3 -3
- package/dist/models/ProjectAudience.js +3 -3
- package/dist/models/ProjectConfig.d.ts +3 -3
- package/dist/models/ProjectConfig.js +3 -3
- package/dist/models/ResponseSubmitScreenerEvent.d.ts +3 -3
- package/dist/models/ResponseSubmitScreenerEvent.js +3 -3
- package/dist/models/ScreenerQuestionChooseOne.d.ts +57 -0
- package/dist/models/{ProjectScreenerQuestionChooseOne.js → ScreenerQuestionChooseOne.js} +15 -15
- package/dist/models/ScreenerQuestionChooseOnePublic.d.ts +51 -0
- package/dist/models/ScreenerQuestionChooseOnePublic.js +66 -0
- package/dist/models/ScreenerQuestionResponse.d.ts +44 -0
- package/dist/models/{ProjectScreenerQuestionResponse.js → ScreenerQuestionResponse.js} +13 -13
- package/dist/models/SelectFilterSchema.d.ts +45 -0
- package/dist/models/SelectFilterSchema.js +60 -0
- package/dist/models/SelectFilterSchemaKind.d.ts +26 -0
- package/dist/models/SelectFilterSchemaKind.js +39 -0
- package/dist/models/StartPhoneCallForCodeInviteResponseRequest.d.ts +32 -0
- package/dist/models/StartPhoneCallForCodeInviteResponseRequest.js +51 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequest.d.ts +39 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequest.js +56 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequestCall.d.ts +39 -0
- package/dist/models/UpdateCallForCodeInviteResponseRequestCall.js +56 -0
- package/dist/models/UpdateCodeInviteResponse404Response.d.ts +32 -0
- package/dist/models/UpdateCodeInviteResponse404Response.js +51 -0
- package/dist/models/index.d.ts +37 -22
- package/dist/models/index.js +37 -22
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1126 -991
- package/src/models/ApiInvitesIdParticipantInvitesGet200Response.ts +101 -0
- package/src/models/ApiInvitesIdResponsesGet200Response.ts +10 -10
- package/src/models/Attribute.ts +130 -0
- package/src/models/AttributeFilterGroupSchemaInner.ts +76 -0
- package/src/models/AttributeKind.ts +143 -0
- package/src/models/AttributeSource.ts +53 -0
- package/src/models/AttributeStatsSchemaInner.ts +90 -0
- package/src/models/AttributeStatsSchemaInnerKind.ts +110 -0
- package/src/models/AttributeStatsSchemaInnerValuesInner.ts +75 -0
- package/src/models/AttributeValueKind.ts +54 -0
- package/src/models/CallSummary.ts +101 -0
- package/src/models/CodeInvite.ts +27 -11
- package/src/models/CodeInviteConfig.ts +83 -0
- package/src/models/CodeInviteConfigContacts.ts +125 -0
- package/src/models/CodeInviteConfigKeplarPanel.ts +142 -0
- package/src/models/CreateCodeInviteResponseRequest.ts +90 -0
- package/src/models/{ApiInviteCodeCodeGet200Response.ts → GetCodeInvite200Response.ts} +45 -29
- package/src/models/GetCodeInviteResponseRedirect200Response.ts +66 -0
- package/src/models/InviteConfig.ts +42 -113
- package/src/models/InviteConfigContacts.ts +125 -0
- package/src/models/InviteConfigKeplarPanel.ts +165 -0
- package/src/models/InviteConfigPublic.ts +133 -0
- package/src/models/InviteResponse.ts +15 -0
- package/src/models/InviteResponseAttribute.ts +142 -0
- package/src/models/InviteResponseData.ts +10 -10
- package/src/models/InviteResponseWithCallSummary.ts +235 -0
- package/src/models/{ApiInviteCodeCodeStartGet302Response.ts → JoinCodeInvite302Response.ts} +45 -29
- package/src/models/JoinCodeInvite302ResponseSettings.ts +97 -0
- package/src/models/NumberFilterSchema.ts +101 -0
- package/src/models/{ProjectPanelQualification.ts → PanelQualification.ts} +12 -12
- package/src/models/PanelRespondentAttribute.ts +92 -0
- package/src/models/{ProjectPanelSettings.ts → PanelSettings.ts} +26 -26
- package/src/models/Participant.ts +15 -0
- package/src/models/ParticipantAttribute.ts +151 -0
- package/src/models/ProjectAudience.ts +10 -10
- package/src/models/ProjectConfig.ts +11 -11
- package/src/models/ResponseSubmitScreenerEvent.ts +10 -10
- package/src/models/{ProjectScreenerQuestionChooseOne.ts → ScreenerQuestionChooseOne.ts} +17 -17
- package/src/models/ScreenerQuestionChooseOnePublic.ts +94 -0
- package/src/models/{ProjectScreenerQuestionResponse.ts → ScreenerQuestionResponse.ts} +13 -13
- package/src/models/SelectFilterSchema.ts +92 -0
- package/src/models/SelectFilterSchemaKind.ts +46 -0
- package/src/models/StartPhoneCallForCodeInviteResponseRequest.ts +66 -0
- package/src/models/UpdateCallForCodeInviteResponseRequest.ts +83 -0
- package/src/models/UpdateCallForCodeInviteResponseRequestCall.ts +85 -0
- package/src/models/UpdateCodeInviteResponse404Response.ts +66 -0
- package/src/models/index.ts +37 -22
- package/dist/models/ApiInviteCodeCodeGet200Response.d.ts +0 -76
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.d.ts +0 -32
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.js +0 -51
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.d.ts +0 -39
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.js +0 -56
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.d.ts +0 -39
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.js +0 -56
- package/dist/models/ApiInviteCodeCodeStartGet302Response.d.ts +0 -76
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.d.ts +0 -64
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseSettings.js +0 -63
- package/dist/models/GetParticipantInvitesResponse.d.ts +0 -39
- package/dist/models/GetParticipantInvitesResponse.js +0 -56
- package/dist/models/ProjectPanelQualification.d.ts +0 -38
- package/dist/models/ProjectPanelRespondentAttribute.d.ts +0 -45
- package/dist/models/ProjectPanelRespondentAttribute.js +0 -60
- package/dist/models/ProjectPanelSettings.d.ts +0 -63
- package/dist/models/ProjectScreenerQuestionChooseOne.d.ts +0 -57
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.d.ts +0 -51
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.js +0 -66
- package/dist/models/ProjectScreenerQuestionResponse.d.ts +0 -44
- package/dist/models/RepDataConfigLegacy.d.ts +0 -59
- package/dist/models/RepDataConfigLegacy.js +0 -62
- package/dist/models/RepDataProjectLegacy.d.ts +0 -32
- package/dist/models/RepDataProjectLegacy.js +0 -51
- package/dist/models/RepDataStudyLegacy.d.ts +0 -93
- package/dist/models/RepDataStudyLegacy.js +0 -92
- package/dist/models/RepDataStudyLegacyQualificationsInner.d.ts +0 -38
- package/dist/models/RepDataStudyLegacyQualificationsInner.js +0 -55
- package/dist/models/RepDataSurveyLegacy.d.ts +0 -46
- package/dist/models/RepDataSurveyLegacy.js +0 -59
- package/dist/models/RepDataSurveyLegacyProject.d.ts +0 -32
- package/dist/models/RepDataSurveyLegacyProject.js +0 -51
- package/dist/models/RepDataSurveyStatusLegacy.d.ts +0 -26
- package/dist/models/RepDataSurveyStatusLegacy.js +0 -52
- package/src/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.ts +0 -66
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.ts +0 -83
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.ts +0 -85
- package/src/models/ApiInviteCodeCodeStartGet302ResponseSettings.ts +0 -121
- package/src/models/GetParticipantInvitesResponse.ts +0 -83
- package/src/models/ProjectPanelRespondentAttribute.ts +0 -92
- package/src/models/ProjectScreenerQuestionChooseOnePublic.ts +0 -94
- package/src/models/RepDataConfigLegacy.ts +0 -120
- package/src/models/RepDataProjectLegacy.ts +0 -66
- package/src/models/RepDataStudyLegacy.ts +0 -164
- package/src/models/RepDataStudyLegacyQualificationsInner.ts +0 -75
- package/src/models/RepDataSurveyLegacy.ts +0 -100
- package/src/models/RepDataSurveyLegacyProject.ts +0 -66
- package/src/models/RepDataSurveyStatusLegacy.ts +0 -54
|
@@ -0,0 +1,60 @@
|
|
|
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.instanceOfSelectFilterSchema = instanceOfSelectFilterSchema;
|
|
17
|
+
exports.SelectFilterSchemaFromJSON = SelectFilterSchemaFromJSON;
|
|
18
|
+
exports.SelectFilterSchemaFromJSONTyped = SelectFilterSchemaFromJSONTyped;
|
|
19
|
+
exports.SelectFilterSchemaToJSON = SelectFilterSchemaToJSON;
|
|
20
|
+
exports.SelectFilterSchemaToJSONTyped = SelectFilterSchemaToJSONTyped;
|
|
21
|
+
var SelectFilterSchemaKind_1 = require("./SelectFilterSchemaKind");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SelectFilterSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSelectFilterSchema(value) {
|
|
26
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('key' in value) || value['key'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('values' in value) || value['values'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function SelectFilterSchemaFromJSON(json) {
|
|
35
|
+
return SelectFilterSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function SelectFilterSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'kind': (0, SelectFilterSchemaKind_1.SelectFilterSchemaKindFromJSON)(json['kind']),
|
|
43
|
+
'key': json['key'],
|
|
44
|
+
'values': json['values'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function SelectFilterSchemaToJSON(json) {
|
|
48
|
+
return SelectFilterSchemaToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function SelectFilterSchemaToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'kind': (0, SelectFilterSchemaKind_1.SelectFilterSchemaKindToJSON)(value['kind']),
|
|
57
|
+
'key': value['key'],
|
|
58
|
+
'values': value['values'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SelectFilterSchemaKind
|
|
16
|
+
*/
|
|
17
|
+
export interface SelectFilterSchemaKind {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the SelectFilterSchemaKind interface.
|
|
21
|
+
*/
|
|
22
|
+
export declare function instanceOfSelectFilterSchemaKind(value: object): value is SelectFilterSchemaKind;
|
|
23
|
+
export declare function SelectFilterSchemaKindFromJSON(json: any): SelectFilterSchemaKind;
|
|
24
|
+
export declare function SelectFilterSchemaKindFromJSONTyped(json: any, ignoreDiscriminator: boolean): SelectFilterSchemaKind;
|
|
25
|
+
export declare function SelectFilterSchemaKindToJSON(json: any): SelectFilterSchemaKind;
|
|
26
|
+
export declare function SelectFilterSchemaKindToJSONTyped(value?: SelectFilterSchemaKind | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,39 @@
|
|
|
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.instanceOfSelectFilterSchemaKind = instanceOfSelectFilterSchemaKind;
|
|
17
|
+
exports.SelectFilterSchemaKindFromJSON = SelectFilterSchemaKindFromJSON;
|
|
18
|
+
exports.SelectFilterSchemaKindFromJSONTyped = SelectFilterSchemaKindFromJSONTyped;
|
|
19
|
+
exports.SelectFilterSchemaKindToJSON = SelectFilterSchemaKindToJSON;
|
|
20
|
+
exports.SelectFilterSchemaKindToJSONTyped = SelectFilterSchemaKindToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SelectFilterSchemaKind interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSelectFilterSchemaKind(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SelectFilterSchemaKindFromJSON(json) {
|
|
28
|
+
return SelectFilterSchemaKindFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SelectFilterSchemaKindFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
function SelectFilterSchemaKindToJSON(json) {
|
|
34
|
+
return SelectFilterSchemaKindToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function SelectFilterSchemaKindToJSONTyped(value, ignoreDiscriminator) {
|
|
37
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface StartPhoneCallForCodeInviteResponseRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface StartPhoneCallForCodeInviteResponseRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof StartPhoneCallForCodeInviteResponseRequest
|
|
22
|
+
*/
|
|
23
|
+
phoneNumber: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the StartPhoneCallForCodeInviteResponseRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfStartPhoneCallForCodeInviteResponseRequest(value: object): value is StartPhoneCallForCodeInviteResponseRequest;
|
|
29
|
+
export declare function StartPhoneCallForCodeInviteResponseRequestFromJSON(json: any): StartPhoneCallForCodeInviteResponseRequest;
|
|
30
|
+
export declare function StartPhoneCallForCodeInviteResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartPhoneCallForCodeInviteResponseRequest;
|
|
31
|
+
export declare function StartPhoneCallForCodeInviteResponseRequestToJSON(json: any): StartPhoneCallForCodeInviteResponseRequest;
|
|
32
|
+
export declare function StartPhoneCallForCodeInviteResponseRequestToJSONTyped(value?: StartPhoneCallForCodeInviteResponseRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfStartPhoneCallForCodeInviteResponseRequest = instanceOfStartPhoneCallForCodeInviteResponseRequest;
|
|
17
|
+
exports.StartPhoneCallForCodeInviteResponseRequestFromJSON = StartPhoneCallForCodeInviteResponseRequestFromJSON;
|
|
18
|
+
exports.StartPhoneCallForCodeInviteResponseRequestFromJSONTyped = StartPhoneCallForCodeInviteResponseRequestFromJSONTyped;
|
|
19
|
+
exports.StartPhoneCallForCodeInviteResponseRequestToJSON = StartPhoneCallForCodeInviteResponseRequestToJSON;
|
|
20
|
+
exports.StartPhoneCallForCodeInviteResponseRequestToJSONTyped = StartPhoneCallForCodeInviteResponseRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the StartPhoneCallForCodeInviteResponseRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfStartPhoneCallForCodeInviteResponseRequest(value) {
|
|
25
|
+
if (!('phoneNumber' in value) || value['phoneNumber'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function StartPhoneCallForCodeInviteResponseRequestFromJSON(json) {
|
|
30
|
+
return StartPhoneCallForCodeInviteResponseRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function StartPhoneCallForCodeInviteResponseRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'phoneNumber': json['phoneNumber'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function StartPhoneCallForCodeInviteResponseRequestToJSON(json) {
|
|
41
|
+
return StartPhoneCallForCodeInviteResponseRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function StartPhoneCallForCodeInviteResponseRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'phoneNumber': value['phoneNumber'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { UpdateCallForCodeInviteResponseRequestCall } from './UpdateCallForCodeInviteResponseRequestCall';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateCallForCodeInviteResponseRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCallForCodeInviteResponseRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateCallForCodeInviteResponseRequest
|
|
23
|
+
*/
|
|
24
|
+
callId: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {UpdateCallForCodeInviteResponseRequestCall}
|
|
28
|
+
* @memberof UpdateCallForCodeInviteResponseRequest
|
|
29
|
+
*/
|
|
30
|
+
call: UpdateCallForCodeInviteResponseRequestCall;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the UpdateCallForCodeInviteResponseRequest interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfUpdateCallForCodeInviteResponseRequest(value: object): value is UpdateCallForCodeInviteResponseRequest;
|
|
36
|
+
export declare function UpdateCallForCodeInviteResponseRequestFromJSON(json: any): UpdateCallForCodeInviteResponseRequest;
|
|
37
|
+
export declare function UpdateCallForCodeInviteResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCallForCodeInviteResponseRequest;
|
|
38
|
+
export declare function UpdateCallForCodeInviteResponseRequestToJSON(json: any): UpdateCallForCodeInviteResponseRequest;
|
|
39
|
+
export declare function UpdateCallForCodeInviteResponseRequestToJSONTyped(value?: UpdateCallForCodeInviteResponseRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfUpdateCallForCodeInviteResponseRequest = instanceOfUpdateCallForCodeInviteResponseRequest;
|
|
17
|
+
exports.UpdateCallForCodeInviteResponseRequestFromJSON = UpdateCallForCodeInviteResponseRequestFromJSON;
|
|
18
|
+
exports.UpdateCallForCodeInviteResponseRequestFromJSONTyped = UpdateCallForCodeInviteResponseRequestFromJSONTyped;
|
|
19
|
+
exports.UpdateCallForCodeInviteResponseRequestToJSON = UpdateCallForCodeInviteResponseRequestToJSON;
|
|
20
|
+
exports.UpdateCallForCodeInviteResponseRequestToJSONTyped = UpdateCallForCodeInviteResponseRequestToJSONTyped;
|
|
21
|
+
var UpdateCallForCodeInviteResponseRequestCall_1 = require("./UpdateCallForCodeInviteResponseRequestCall");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateCallForCodeInviteResponseRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateCallForCodeInviteResponseRequest(value) {
|
|
26
|
+
if (!('callId' in value) || value['callId'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('call' in value) || value['call'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function UpdateCallForCodeInviteResponseRequestFromJSON(json) {
|
|
33
|
+
return UpdateCallForCodeInviteResponseRequestFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function UpdateCallForCodeInviteResponseRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'callId': json['callId'],
|
|
41
|
+
'call': (0, UpdateCallForCodeInviteResponseRequestCall_1.UpdateCallForCodeInviteResponseRequestCallFromJSON)(json['call']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function UpdateCallForCodeInviteResponseRequestToJSON(json) {
|
|
45
|
+
return UpdateCallForCodeInviteResponseRequestToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function UpdateCallForCodeInviteResponseRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
48
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'callId': value['callId'],
|
|
54
|
+
'call': (0, UpdateCallForCodeInviteResponseRequestCall_1.UpdateCallForCodeInviteResponseRequestCallToJSON)(value['call']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CallStatus } from './CallStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateCallForCodeInviteResponseRequestCall
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCallForCodeInviteResponseRequestCall {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateCallForCodeInviteResponseRequestCall
|
|
23
|
+
*/
|
|
24
|
+
vendorCallId: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {CallStatus}
|
|
28
|
+
* @memberof UpdateCallForCodeInviteResponseRequestCall
|
|
29
|
+
*/
|
|
30
|
+
status: CallStatus | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the UpdateCallForCodeInviteResponseRequestCall interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfUpdateCallForCodeInviteResponseRequestCall(value: object): value is UpdateCallForCodeInviteResponseRequestCall;
|
|
36
|
+
export declare function UpdateCallForCodeInviteResponseRequestCallFromJSON(json: any): UpdateCallForCodeInviteResponseRequestCall;
|
|
37
|
+
export declare function UpdateCallForCodeInviteResponseRequestCallFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCallForCodeInviteResponseRequestCall;
|
|
38
|
+
export declare function UpdateCallForCodeInviteResponseRequestCallToJSON(json: any): UpdateCallForCodeInviteResponseRequestCall;
|
|
39
|
+
export declare function UpdateCallForCodeInviteResponseRequestCallToJSONTyped(value?: UpdateCallForCodeInviteResponseRequestCall | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfUpdateCallForCodeInviteResponseRequestCall = instanceOfUpdateCallForCodeInviteResponseRequestCall;
|
|
17
|
+
exports.UpdateCallForCodeInviteResponseRequestCallFromJSON = UpdateCallForCodeInviteResponseRequestCallFromJSON;
|
|
18
|
+
exports.UpdateCallForCodeInviteResponseRequestCallFromJSONTyped = UpdateCallForCodeInviteResponseRequestCallFromJSONTyped;
|
|
19
|
+
exports.UpdateCallForCodeInviteResponseRequestCallToJSON = UpdateCallForCodeInviteResponseRequestCallToJSON;
|
|
20
|
+
exports.UpdateCallForCodeInviteResponseRequestCallToJSONTyped = UpdateCallForCodeInviteResponseRequestCallToJSONTyped;
|
|
21
|
+
var CallStatus_1 = require("./CallStatus");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateCallForCodeInviteResponseRequestCall interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateCallForCodeInviteResponseRequestCall(value) {
|
|
26
|
+
if (!('vendorCallId' in value) || value['vendorCallId'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function UpdateCallForCodeInviteResponseRequestCallFromJSON(json) {
|
|
33
|
+
return UpdateCallForCodeInviteResponseRequestCallFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function UpdateCallForCodeInviteResponseRequestCallFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'vendorCallId': json['vendorCallId'],
|
|
41
|
+
'status': (0, CallStatus_1.CallStatusFromJSON)(json['status']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function UpdateCallForCodeInviteResponseRequestCallToJSON(json) {
|
|
45
|
+
return UpdateCallForCodeInviteResponseRequestCallToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function UpdateCallForCodeInviteResponseRequestCallToJSONTyped(value, ignoreDiscriminator) {
|
|
48
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'vendorCallId': value['vendorCallId'],
|
|
54
|
+
'status': (0, CallStatus_1.CallStatusToJSON)(value['status']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateCodeInviteResponse404Response
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateCodeInviteResponse404Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateCodeInviteResponse404Response
|
|
22
|
+
*/
|
|
23
|
+
error: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the UpdateCodeInviteResponse404Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfUpdateCodeInviteResponse404Response(value: object): value is UpdateCodeInviteResponse404Response;
|
|
29
|
+
export declare function UpdateCodeInviteResponse404ResponseFromJSON(json: any): UpdateCodeInviteResponse404Response;
|
|
30
|
+
export declare function UpdateCodeInviteResponse404ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCodeInviteResponse404Response;
|
|
31
|
+
export declare function UpdateCodeInviteResponse404ResponseToJSON(json: any): UpdateCodeInviteResponse404Response;
|
|
32
|
+
export declare function UpdateCodeInviteResponse404ResponseToJSONTyped(value?: UpdateCodeInviteResponse404Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfUpdateCodeInviteResponse404Response = instanceOfUpdateCodeInviteResponse404Response;
|
|
17
|
+
exports.UpdateCodeInviteResponse404ResponseFromJSON = UpdateCodeInviteResponse404ResponseFromJSON;
|
|
18
|
+
exports.UpdateCodeInviteResponse404ResponseFromJSONTyped = UpdateCodeInviteResponse404ResponseFromJSONTyped;
|
|
19
|
+
exports.UpdateCodeInviteResponse404ResponseToJSON = UpdateCodeInviteResponse404ResponseToJSON;
|
|
20
|
+
exports.UpdateCodeInviteResponse404ResponseToJSONTyped = UpdateCodeInviteResponse404ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UpdateCodeInviteResponse404Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUpdateCodeInviteResponse404Response(value) {
|
|
25
|
+
if (!('error' in value) || value['error'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function UpdateCodeInviteResponse404ResponseFromJSON(json) {
|
|
30
|
+
return UpdateCodeInviteResponse404ResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function UpdateCodeInviteResponse404ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'error': json['error'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function UpdateCodeInviteResponse404ResponseToJSON(json) {
|
|
41
|
+
return UpdateCodeInviteResponse404ResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function UpdateCodeInviteResponse404ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'error': value['error'],
|
|
50
|
+
};
|
|
51
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -3,14 +3,7 @@ export * from './ApiDemosCreateDemoInvitePostRequest';
|
|
|
3
3
|
export * from './ApiFilesFileIdSignedUrlPost200Response';
|
|
4
4
|
export * from './ApiFilesFileIdSignedUrlPostRequest';
|
|
5
5
|
export * from './ApiFilesFileIdSignedUrlPostRequestAction';
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './ApiInviteCodeCodeResponsesResponseIdPut404Response';
|
|
8
|
-
export * from './ApiInviteCodeCodeResponsesResponseIdRedirectGet200Response';
|
|
9
|
-
export * from './ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest';
|
|
10
|
-
export * from './ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest';
|
|
11
|
-
export * from './ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall';
|
|
12
|
-
export * from './ApiInviteCodeCodeStartGet302Response';
|
|
13
|
-
export * from './ApiInviteCodeCodeStartGet302ResponseSettings';
|
|
6
|
+
export * from './ApiInvitesIdParticipantInvitesGet200Response';
|
|
14
7
|
export * from './ApiInvitesIdParticipantInvitesParticipantIdPutRequest';
|
|
15
8
|
export * from './ApiInvitesIdParticipantInvitesPostRequest';
|
|
16
9
|
export * from './ApiInvitesIdParticipantInvitesPostRequestParticipant';
|
|
@@ -31,12 +24,21 @@ export * from './ApiThreadsGet200Response';
|
|
|
31
24
|
export * from './ApiThreadsThreadIdFilesGet200Response';
|
|
32
25
|
export * from './ApiThreadsThreadIdPostRequest';
|
|
33
26
|
export * from './ApiThreadsThreadIdProjectBriefVersionsGet200Response';
|
|
27
|
+
export * from './Attribute';
|
|
28
|
+
export * from './AttributeFilterGroupSchemaInner';
|
|
29
|
+
export * from './AttributeKind';
|
|
30
|
+
export * from './AttributeSource';
|
|
31
|
+
export * from './AttributeStatsSchemaInner';
|
|
32
|
+
export * from './AttributeStatsSchemaInnerKind';
|
|
33
|
+
export * from './AttributeStatsSchemaInnerValuesInner';
|
|
34
|
+
export * from './AttributeValueKind';
|
|
34
35
|
export * from './BadRequestErrorResponse';
|
|
35
36
|
export * from './Call';
|
|
36
37
|
export * from './CallEvent';
|
|
37
38
|
export * from './CallKind';
|
|
38
39
|
export * from './CallMetadata';
|
|
39
40
|
export * from './CallStatus';
|
|
41
|
+
export * from './CallSummary';
|
|
40
42
|
export * from './ChatCompletionTool';
|
|
41
43
|
export * from './ChatCompletionToolFunction';
|
|
42
44
|
export * from './ChatMessage';
|
|
@@ -45,34 +47,51 @@ export * from './ChatMessageRole';
|
|
|
45
47
|
export * from './ChatSession';
|
|
46
48
|
export * from './Citation';
|
|
47
49
|
export * from './CodeInvite';
|
|
50
|
+
export * from './CodeInviteConfig';
|
|
51
|
+
export * from './CodeInviteConfigContacts';
|
|
52
|
+
export * from './CodeInviteConfigKeplarPanel';
|
|
48
53
|
export * from './CodeInviteResponse';
|
|
49
54
|
export * from './ConversationMessage';
|
|
50
55
|
export * from './ConversationMessageTopic';
|
|
56
|
+
export * from './CreateCodeInviteResponseRequest';
|
|
51
57
|
export * from './FileMimeType';
|
|
52
58
|
export * from './ForbiddenErrorResponse';
|
|
53
|
-
export * from './
|
|
59
|
+
export * from './GetCodeInvite200Response';
|
|
60
|
+
export * from './GetCodeInviteResponseRedirect200Response';
|
|
54
61
|
export * from './GetProjectResponsesResponse';
|
|
55
62
|
export * from './InboundCallResponse';
|
|
56
63
|
export * from './InternalServerErrorResponse';
|
|
57
64
|
export * from './Invite';
|
|
58
65
|
export * from './InviteConfig';
|
|
66
|
+
export * from './InviteConfigContacts';
|
|
67
|
+
export * from './InviteConfigKeplarPanel';
|
|
68
|
+
export * from './InviteConfigPublic';
|
|
59
69
|
export * from './InviteResponse';
|
|
70
|
+
export * from './InviteResponseAttribute';
|
|
60
71
|
export * from './InviteResponseData';
|
|
61
72
|
export * from './InviteResponseKind';
|
|
62
73
|
export * from './InviteResponseMetadata';
|
|
63
74
|
export * from './InviteResponseStatus';
|
|
64
75
|
export * from './InviteResponseUpdateEvent';
|
|
76
|
+
export * from './InviteResponseWithCallSummary';
|
|
65
77
|
export * from './InviteStatus';
|
|
66
78
|
export * from './InviteWithAnalytics';
|
|
79
|
+
export * from './JoinCodeInvite302Response';
|
|
80
|
+
export * from './JoinCodeInvite302ResponseSettings';
|
|
67
81
|
export * from './ModelFile';
|
|
68
82
|
export * from './Moderator';
|
|
69
83
|
export * from './ModeratorVendor';
|
|
70
84
|
export * from './ModeratorVisibility';
|
|
71
85
|
export * from './NotFoundErrorResponse';
|
|
86
|
+
export * from './NumberFilterSchema';
|
|
72
87
|
export * from './OpenAiModelConfig';
|
|
73
88
|
export * from './OpenAiModelConfigModel';
|
|
74
89
|
export * from './Org';
|
|
90
|
+
export * from './PanelQualification';
|
|
91
|
+
export * from './PanelRespondentAttribute';
|
|
92
|
+
export * from './PanelSettings';
|
|
75
93
|
export * from './Participant';
|
|
94
|
+
export * from './ParticipantAttribute';
|
|
76
95
|
export * from './ParticipantCreate';
|
|
77
96
|
export * from './ParticipantInvite';
|
|
78
97
|
export * from './ParticipantInviteConfig';
|
|
@@ -91,23 +110,10 @@ export * from './ProjectFileMetadata';
|
|
|
91
110
|
export * from './ProjectFilePublic';
|
|
92
111
|
export * from './ProjectFilePublicFile';
|
|
93
112
|
export * from './ProjectKind';
|
|
94
|
-
export * from './ProjectPanelQualification';
|
|
95
|
-
export * from './ProjectPanelRespondentAttribute';
|
|
96
|
-
export * from './ProjectPanelSettings';
|
|
97
|
-
export * from './ProjectScreenerQuestionChooseOne';
|
|
98
|
-
export * from './ProjectScreenerQuestionChooseOnePublic';
|
|
99
|
-
export * from './ProjectScreenerQuestionResponse';
|
|
100
113
|
export * from './ProjectStatus';
|
|
101
114
|
export * from './ProjectSummaryWithAnalytics';
|
|
102
115
|
export * from './ProjectWithAnalytics';
|
|
103
116
|
export * from './RemainingResponsesResponse';
|
|
104
|
-
export * from './RepDataConfigLegacy';
|
|
105
|
-
export * from './RepDataProjectLegacy';
|
|
106
|
-
export * from './RepDataStudyLegacy';
|
|
107
|
-
export * from './RepDataStudyLegacyQualificationsInner';
|
|
108
|
-
export * from './RepDataSurveyLegacy';
|
|
109
|
-
export * from './RepDataSurveyLegacyProject';
|
|
110
|
-
export * from './RepDataSurveyStatusLegacy';
|
|
111
117
|
export * from './RepdataQualification';
|
|
112
118
|
export * from './RepdataQualificationAllowedOptionIdsInner';
|
|
113
119
|
export * from './RepdataRespondentAttribute';
|
|
@@ -125,7 +131,13 @@ export * from './ResponseRedirectEvent';
|
|
|
125
131
|
export * from './ResponseStartCallEvent';
|
|
126
132
|
export * from './ResponseSubmitEmailEvent';
|
|
127
133
|
export * from './ResponseSubmitScreenerEvent';
|
|
134
|
+
export * from './ScreenerQuestionChooseOne';
|
|
135
|
+
export * from './ScreenerQuestionChooseOnePublic';
|
|
136
|
+
export * from './ScreenerQuestionResponse';
|
|
128
137
|
export * from './SearchProjectTranscriptsResponse';
|
|
138
|
+
export * from './SelectFilterSchema';
|
|
139
|
+
export * from './SelectFilterSchemaKind';
|
|
140
|
+
export * from './StartPhoneCallForCodeInviteResponseRequest';
|
|
129
141
|
export * from './Thread';
|
|
130
142
|
export * from './ThreadCreateProjectStatus';
|
|
131
143
|
export * from './ThreadFile';
|
|
@@ -136,6 +148,9 @@ export * from './TranscriptMessage';
|
|
|
136
148
|
export * from './TranscriptMessagesInner';
|
|
137
149
|
export * from './TranscriptQuality';
|
|
138
150
|
export * from './UnauthorizedErrorResponse';
|
|
151
|
+
export * from './UpdateCallForCodeInviteResponseRequest';
|
|
152
|
+
export * from './UpdateCallForCodeInviteResponseRequestCall';
|
|
153
|
+
export * from './UpdateCodeInviteResponse404Response';
|
|
139
154
|
export * from './User';
|
|
140
155
|
export * from './UserAccountStatus';
|
|
141
156
|
export * from './UserData';
|