@l7mp/tivadar-ai-api-sdk 0.2.19 → 0.2.21
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/dist/api-client.d.ts +36 -1
- package/dist/api-client.js +13 -0
- package/dist/apis/AdminSIPApi.d.ts +16 -1
- package/dist/apis/AdminSIPApi.js +43 -0
- package/dist/apis/OrganizationsApi.d.ts +40 -1
- package/dist/apis/OrganizationsApi.js +117 -0
- package/dist/apis/ProfileApi.d.ts +53 -1
- package/dist/apis/ProfileApi.js +181 -0
- package/dist/esm/api-client.d.ts +36 -1
- package/dist/esm/api-client.js +13 -0
- package/dist/esm/apis/AdminSIPApi.d.ts +16 -1
- package/dist/esm/apis/AdminSIPApi.js +44 -1
- package/dist/esm/apis/OrganizationsApi.d.ts +40 -1
- package/dist/esm/apis/OrganizationsApi.js +118 -1
- package/dist/esm/apis/ProfileApi.d.ts +53 -1
- package/dist/esm/apis/ProfileApi.js +182 -1
- package/dist/esm/models/AccountDeletionBlocker.d.ts +44 -0
- package/dist/esm/models/AccountDeletionBlocker.js +51 -0
- package/dist/esm/models/AccountDeletionStatus.d.ts +50 -0
- package/dist/esm/models/AccountDeletionStatus.js +49 -0
- package/dist/esm/models/AdminSipReconcilePostRequest.d.ts +38 -0
- package/dist/esm/models/AdminSipReconcilePostRequest.js +43 -0
- package/dist/esm/models/Organization.d.ts +7 -0
- package/dist/esm/models/Organization.js +3 -0
- package/dist/esm/models/OrganizationDeletionBillingBlock.d.ts +44 -0
- package/dist/esm/models/OrganizationDeletionBillingBlock.js +51 -0
- package/dist/esm/models/OrganizationDeletionStatus.d.ts +56 -0
- package/dist/esm/models/OrganizationDeletionStatus.js +51 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409Response.d.ts +39 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409Response.js +44 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseError.d.ts +45 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseError.js +46 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/esm/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.js +42 -0
- package/dist/esm/models/Profile.d.ts +69 -0
- package/dist/esm/models/Profile.js +66 -0
- package/dist/esm/models/ProfileDeletionPost409Response.d.ts +39 -0
- package/dist/esm/models/ProfileDeletionPost409Response.js +44 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseError.d.ts +45 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseError.js +46 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/esm/models/ProfileDeletionPost409ResponseErrorDetails.js +42 -0
- package/dist/esm/models/ProfileDeletionPostRequest.d.ts +45 -0
- package/dist/esm/models/ProfileDeletionPostRequest.js +51 -0
- package/dist/esm/models/ProfileUpdate.d.ts +44 -0
- package/dist/esm/models/ProfileUpdate.js +45 -0
- package/dist/esm/models/SipReconciliationReport.d.ts +80 -0
- package/dist/esm/models/SipReconciliationReport.js +61 -0
- package/dist/esm/models/SipReconciliationReportDeleted.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportDeleted.js +45 -0
- package/dist/esm/models/SipReconciliationReportFailedInner.d.ts +53 -0
- package/dist/esm/models/SipReconciliationReportFailedInner.js +53 -0
- package/dist/esm/models/SipReconciliationReportMissingDispatchRulesInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportMissingDispatchRulesInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportMissingTrunksInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportMissingTrunksInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportOrphanDispatchRulesInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportOrphanDispatchRulesInner.js +45 -0
- package/dist/esm/models/SipReconciliationReportOrphanTrunksInner.d.ts +44 -0
- package/dist/esm/models/SipReconciliationReportOrphanTrunksInner.js +45 -0
- package/dist/esm/models/SubscriptionStatus.d.ts +6 -0
- package/dist/esm/models/SubscriptionStatus.js +2 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/models/AccountDeletionBlocker.d.ts +44 -0
- package/dist/models/AccountDeletionBlocker.js +58 -0
- package/dist/models/AccountDeletionStatus.d.ts +50 -0
- package/dist/models/AccountDeletionStatus.js +56 -0
- package/dist/models/AdminSipReconcilePostRequest.d.ts +38 -0
- package/dist/models/AdminSipReconcilePostRequest.js +50 -0
- package/dist/models/Organization.d.ts +7 -0
- package/dist/models/Organization.js +3 -0
- package/dist/models/OrganizationDeletionBillingBlock.d.ts +44 -0
- package/dist/models/OrganizationDeletionBillingBlock.js +58 -0
- package/dist/models/OrganizationDeletionStatus.d.ts +56 -0
- package/dist/models/OrganizationDeletionStatus.js +58 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409Response.d.ts +39 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409Response.js +51 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseError.d.ts +45 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseError.js +53 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.js +49 -0
- package/dist/models/Profile.d.ts +69 -0
- package/dist/models/Profile.js +73 -0
- package/dist/models/ProfileDeletionPost409Response.d.ts +39 -0
- package/dist/models/ProfileDeletionPost409Response.js +51 -0
- package/dist/models/ProfileDeletionPost409ResponseError.d.ts +45 -0
- package/dist/models/ProfileDeletionPost409ResponseError.js +53 -0
- package/dist/models/ProfileDeletionPost409ResponseErrorDetails.d.ts +33 -0
- package/dist/models/ProfileDeletionPost409ResponseErrorDetails.js +49 -0
- package/dist/models/ProfileDeletionPostRequest.d.ts +45 -0
- package/dist/models/ProfileDeletionPostRequest.js +59 -0
- package/dist/models/ProfileUpdate.d.ts +44 -0
- package/dist/models/ProfileUpdate.js +52 -0
- package/dist/models/SipReconciliationReport.d.ts +80 -0
- package/dist/models/SipReconciliationReport.js +68 -0
- package/dist/models/SipReconciliationReportDeleted.d.ts +44 -0
- package/dist/models/SipReconciliationReportDeleted.js +52 -0
- package/dist/models/SipReconciliationReportFailedInner.d.ts +53 -0
- package/dist/models/SipReconciliationReportFailedInner.js +61 -0
- package/dist/models/SipReconciliationReportMissingDispatchRulesInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportMissingDispatchRulesInner.js +52 -0
- package/dist/models/SipReconciliationReportMissingTrunksInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportMissingTrunksInner.js +52 -0
- package/dist/models/SipReconciliationReportOrphanDispatchRulesInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportOrphanDispatchRulesInner.js +52 -0
- package/dist/models/SipReconciliationReportOrphanTrunksInner.d.ts +44 -0
- package/dist/models/SipReconciliationReportOrphanTrunksInner.js +52 -0
- package/dist/models/SubscriptionStatus.d.ts +6 -0
- package/dist/models/SubscriptionStatus.js +2 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/package.json +1 -1
- package/src/api-client.ts +47 -0
- package/src/apis/AdminSIPApi.ts +62 -0
- package/src/apis/OrganizationsApi.ts +159 -0
- package/src/apis/ProfileApi.ts +234 -0
- package/src/models/AccountDeletionBlocker.ts +84 -0
- package/src/models/AccountDeletionStatus.ts +90 -0
- package/src/models/AdminSipReconcilePostRequest.ts +73 -0
- package/src/models/Organization.ts +16 -0
- package/src/models/OrganizationDeletionBillingBlock.ts +84 -0
- package/src/models/OrganizationDeletionStatus.ts +98 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409Response.ts +81 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409ResponseError.ts +89 -0
- package/src/models/OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails.ts +73 -0
- package/src/models/Profile.ts +127 -0
- package/src/models/ProfileDeletionPost409Response.ts +81 -0
- package/src/models/ProfileDeletionPost409ResponseError.ts +89 -0
- package/src/models/ProfileDeletionPost409ResponseErrorDetails.ts +73 -0
- package/src/models/ProfileDeletionPostRequest.ts +84 -0
- package/src/models/ProfileUpdate.ts +81 -0
- package/src/models/SipReconciliationReport.ts +164 -0
- package/src/models/SipReconciliationReportDeleted.ts +81 -0
- package/src/models/SipReconciliationReportFailedInner.ts +93 -0
- package/src/models/SipReconciliationReportMissingDispatchRulesInner.ts +81 -0
- package/src/models/SipReconciliationReportMissingTrunksInner.ts +81 -0
- package/src/models/SipReconciliationReportOrphanDispatchRulesInner.ts +81 -0
- package/src/models/SipReconciliationReportOrphanTrunksInner.ts +81 -0
- package/src/models/SubscriptionStatus.ts +8 -0
- package/src/models/index.ts +21 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSON, OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSON, } from './OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409ResponseError interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfOrganizationsOrganizationIdDeletionPost409ResponseError(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSON(json) {
|
|
22
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'code': json['code'] == null ? undefined : json['code'],
|
|
30
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
31
|
+
'details': json['details'] == null ? undefined : OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSON(json['details']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSON(json) {
|
|
35
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'code': value['code'],
|
|
43
|
+
'message': value['message'],
|
|
44
|
+
'details': OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSON(value['details']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 { OrganizationDeletionBillingBlock } from './OrganizationDeletionBillingBlock';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails
|
|
17
|
+
*/
|
|
18
|
+
export interface OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {OrganizationDeletionBillingBlock}
|
|
22
|
+
* @memberof OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails
|
|
23
|
+
*/
|
|
24
|
+
subscription?: OrganizationDeletionBillingBlock;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfOrganizationsOrganizationIdDeletionPost409ResponseErrorDetails(value: object): value is OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails;
|
|
30
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSON(json: any): OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails;
|
|
31
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails;
|
|
32
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSON(json: any): OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails;
|
|
33
|
+
export declare function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSONTyped(value?: OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { OrganizationDeletionBillingBlockFromJSON, OrganizationDeletionBillingBlockToJSON, } from './OrganizationDeletionBillingBlock';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the OrganizationsOrganizationIdDeletionPost409ResponseErrorDetails interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfOrganizationsOrganizationIdDeletionPost409ResponseErrorDetails(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSON(json) {
|
|
22
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'subscription': json['subscription'] == null ? undefined : OrganizationDeletionBillingBlockFromJSON(json['subscription']),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSON(json) {
|
|
33
|
+
return OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function OrganizationsOrganizationIdDeletionPost409ResponseErrorDetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'subscription': OrganizationDeletionBillingBlockToJSON(value['subscription']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 { AccountDeletionStatus } from './AccountDeletionStatus';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Profile
|
|
17
|
+
*/
|
|
18
|
+
export interface Profile {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof Profile
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Profile
|
|
29
|
+
*/
|
|
30
|
+
email: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Profile
|
|
35
|
+
*/
|
|
36
|
+
name: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof Profile
|
|
41
|
+
*/
|
|
42
|
+
avatar_url: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* User preferred locale in BCP-47 format (for example en, en-US, hu-HU)
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof Profile
|
|
47
|
+
*/
|
|
48
|
+
preferred_language: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Date}
|
|
52
|
+
* @memberof Profile
|
|
53
|
+
*/
|
|
54
|
+
last_seen_at?: Date | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {AccountDeletionStatus}
|
|
58
|
+
* @memberof Profile
|
|
59
|
+
*/
|
|
60
|
+
deletion: AccountDeletionStatus;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Check if a given object implements the Profile interface.
|
|
64
|
+
*/
|
|
65
|
+
export declare function instanceOfProfile(value: object): value is Profile;
|
|
66
|
+
export declare function ProfileFromJSON(json: any): Profile;
|
|
67
|
+
export declare function ProfileFromJSONTyped(json: any, ignoreDiscriminator: boolean): Profile;
|
|
68
|
+
export declare function ProfileToJSON(json: any): Profile;
|
|
69
|
+
export declare function ProfileToJSONTyped(value?: Profile | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { AccountDeletionStatusFromJSON, AccountDeletionStatusToJSON, } from './AccountDeletionStatus';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the Profile interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfProfile(value) {
|
|
19
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('avatar_url' in value) || value['avatar_url'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('preferred_language' in value) || value['preferred_language'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('deletion' in value) || value['deletion'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
export function ProfileFromJSON(json) {
|
|
34
|
+
return ProfileFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function ProfileFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'id': json['id'],
|
|
42
|
+
'email': json['email'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'avatar_url': json['avatar_url'],
|
|
45
|
+
'preferred_language': json['preferred_language'],
|
|
46
|
+
'last_seen_at': json['last_seen_at'] == null ? undefined : (new Date(json['last_seen_at'])),
|
|
47
|
+
'deletion': AccountDeletionStatusFromJSON(json['deletion']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export function ProfileToJSON(json) {
|
|
51
|
+
return ProfileToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
export function ProfileToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'id': value['id'],
|
|
59
|
+
'email': value['email'],
|
|
60
|
+
'name': value['name'],
|
|
61
|
+
'avatar_url': value['avatar_url'],
|
|
62
|
+
'preferred_language': value['preferred_language'],
|
|
63
|
+
'last_seen_at': value['last_seen_at'] == null ? value['last_seen_at'] : value['last_seen_at'].toISOString(),
|
|
64
|
+
'deletion': AccountDeletionStatusToJSON(value['deletion']),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 { ProfileDeletionPost409ResponseError } from './ProfileDeletionPost409ResponseError';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProfileDeletionPost409Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ProfileDeletionPost409Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof ProfileDeletionPost409Response
|
|
23
|
+
*/
|
|
24
|
+
success?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ProfileDeletionPost409ResponseError}
|
|
28
|
+
* @memberof ProfileDeletionPost409Response
|
|
29
|
+
*/
|
|
30
|
+
error?: ProfileDeletionPost409ResponseError;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ProfileDeletionPost409Response interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfProfileDeletionPost409Response(value: object): value is ProfileDeletionPost409Response;
|
|
36
|
+
export declare function ProfileDeletionPost409ResponseFromJSON(json: any): ProfileDeletionPost409Response;
|
|
37
|
+
export declare function ProfileDeletionPost409ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProfileDeletionPost409Response;
|
|
38
|
+
export declare function ProfileDeletionPost409ResponseToJSON(json: any): ProfileDeletionPost409Response;
|
|
39
|
+
export declare function ProfileDeletionPost409ResponseToJSONTyped(value?: ProfileDeletionPost409Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { ProfileDeletionPost409ResponseErrorFromJSON, ProfileDeletionPost409ResponseErrorToJSON, } from './ProfileDeletionPost409ResponseError';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ProfileDeletionPost409Response interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfProfileDeletionPost409Response(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ProfileDeletionPost409ResponseFromJSON(json) {
|
|
22
|
+
return ProfileDeletionPost409ResponseFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ProfileDeletionPost409ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
30
|
+
'error': json['error'] == null ? undefined : ProfileDeletionPost409ResponseErrorFromJSON(json['error']),
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function ProfileDeletionPost409ResponseToJSON(json) {
|
|
34
|
+
return ProfileDeletionPost409ResponseToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function ProfileDeletionPost409ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'success': value['success'],
|
|
42
|
+
'error': ProfileDeletionPost409ResponseErrorToJSON(value['error']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 { ProfileDeletionPost409ResponseErrorDetails } from './ProfileDeletionPost409ResponseErrorDetails';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProfileDeletionPost409ResponseError
|
|
17
|
+
*/
|
|
18
|
+
export interface ProfileDeletionPost409ResponseError {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ProfileDeletionPost409ResponseError
|
|
23
|
+
*/
|
|
24
|
+
code?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ProfileDeletionPost409ResponseError
|
|
29
|
+
*/
|
|
30
|
+
message?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ProfileDeletionPost409ResponseErrorDetails}
|
|
34
|
+
* @memberof ProfileDeletionPost409ResponseError
|
|
35
|
+
*/
|
|
36
|
+
details?: ProfileDeletionPost409ResponseErrorDetails;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ProfileDeletionPost409ResponseError interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfProfileDeletionPost409ResponseError(value: object): value is ProfileDeletionPost409ResponseError;
|
|
42
|
+
export declare function ProfileDeletionPost409ResponseErrorFromJSON(json: any): ProfileDeletionPost409ResponseError;
|
|
43
|
+
export declare function ProfileDeletionPost409ResponseErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProfileDeletionPost409ResponseError;
|
|
44
|
+
export declare function ProfileDeletionPost409ResponseErrorToJSON(json: any): ProfileDeletionPost409ResponseError;
|
|
45
|
+
export declare function ProfileDeletionPost409ResponseErrorToJSONTyped(value?: ProfileDeletionPost409ResponseError | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { ProfileDeletionPost409ResponseErrorDetailsFromJSON, ProfileDeletionPost409ResponseErrorDetailsToJSON, } from './ProfileDeletionPost409ResponseErrorDetails';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ProfileDeletionPost409ResponseError interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfProfileDeletionPost409ResponseError(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ProfileDeletionPost409ResponseErrorFromJSON(json) {
|
|
22
|
+
return ProfileDeletionPost409ResponseErrorFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ProfileDeletionPost409ResponseErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'code': json['code'] == null ? undefined : json['code'],
|
|
30
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
31
|
+
'details': json['details'] == null ? undefined : ProfileDeletionPost409ResponseErrorDetailsFromJSON(json['details']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ProfileDeletionPost409ResponseErrorToJSON(json) {
|
|
35
|
+
return ProfileDeletionPost409ResponseErrorToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ProfileDeletionPost409ResponseErrorToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'code': value['code'],
|
|
43
|
+
'message': value['message'],
|
|
44
|
+
'details': ProfileDeletionPost409ResponseErrorDetailsToJSON(value['details']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 { AccountDeletionBlocker } from './AccountDeletionBlocker';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProfileDeletionPost409ResponseErrorDetails
|
|
17
|
+
*/
|
|
18
|
+
export interface ProfileDeletionPost409ResponseErrorDetails {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<AccountDeletionBlocker>}
|
|
22
|
+
* @memberof ProfileDeletionPost409ResponseErrorDetails
|
|
23
|
+
*/
|
|
24
|
+
organizations?: Array<AccountDeletionBlocker>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ProfileDeletionPost409ResponseErrorDetails interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfProfileDeletionPost409ResponseErrorDetails(value: object): value is ProfileDeletionPost409ResponseErrorDetails;
|
|
30
|
+
export declare function ProfileDeletionPost409ResponseErrorDetailsFromJSON(json: any): ProfileDeletionPost409ResponseErrorDetails;
|
|
31
|
+
export declare function ProfileDeletionPost409ResponseErrorDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProfileDeletionPost409ResponseErrorDetails;
|
|
32
|
+
export declare function ProfileDeletionPost409ResponseErrorDetailsToJSON(json: any): ProfileDeletionPost409ResponseErrorDetails;
|
|
33
|
+
export declare function ProfileDeletionPost409ResponseErrorDetailsToJSONTyped(value?: ProfileDeletionPost409ResponseErrorDetails | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
import { AccountDeletionBlockerFromJSON, AccountDeletionBlockerToJSON, } from './AccountDeletionBlocker';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ProfileDeletionPost409ResponseErrorDetails interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfProfileDeletionPost409ResponseErrorDetails(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ProfileDeletionPost409ResponseErrorDetailsFromJSON(json) {
|
|
22
|
+
return ProfileDeletionPost409ResponseErrorDetailsFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ProfileDeletionPost409ResponseErrorDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'organizations': json['organizations'] == null ? undefined : (json['organizations'].map(AccountDeletionBlockerFromJSON)),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function ProfileDeletionPost409ResponseErrorDetailsToJSON(json) {
|
|
33
|
+
return ProfileDeletionPost409ResponseErrorDetailsToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ProfileDeletionPost409ResponseErrorDetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'organizations': value['organizations'] == null ? undefined : (value['organizations'].map(AccountDeletionBlockerToJSON)),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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 ProfileDeletionPostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ProfileDeletionPostRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Exact confirmation phrase, required to prevent accidental requests.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProfileDeletionPostRequest
|
|
22
|
+
*/
|
|
23
|
+
confirm: ProfileDeletionPostRequestConfirmEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProfileDeletionPostRequest
|
|
28
|
+
*/
|
|
29
|
+
reason?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ProfileDeletionPostRequestConfirmEnum: {
|
|
35
|
+
readonly DeleteMyAccount: "DELETE MY ACCOUNT";
|
|
36
|
+
};
|
|
37
|
+
export type ProfileDeletionPostRequestConfirmEnum = typeof ProfileDeletionPostRequestConfirmEnum[keyof typeof ProfileDeletionPostRequestConfirmEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ProfileDeletionPostRequest interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfProfileDeletionPostRequest(value: object): value is ProfileDeletionPostRequest;
|
|
42
|
+
export declare function ProfileDeletionPostRequestFromJSON(json: any): ProfileDeletionPostRequest;
|
|
43
|
+
export declare function ProfileDeletionPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProfileDeletionPostRequest;
|
|
44
|
+
export declare function ProfileDeletionPostRequestToJSON(json: any): ProfileDeletionPostRequest;
|
|
45
|
+
export declare function ProfileDeletionPostRequestToJSONTyped(value?: ProfileDeletionPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tivadar AI Backend API
|
|
5
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const ProfileDeletionPostRequestConfirmEnum = {
|
|
18
|
+
DeleteMyAccount: 'DELETE MY ACCOUNT'
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the ProfileDeletionPostRequest interface.
|
|
22
|
+
*/
|
|
23
|
+
export function instanceOfProfileDeletionPostRequest(value) {
|
|
24
|
+
if (!('confirm' in value) || value['confirm'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
export function ProfileDeletionPostRequestFromJSON(json) {
|
|
29
|
+
return ProfileDeletionPostRequestFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
export function ProfileDeletionPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'confirm': json['confirm'],
|
|
37
|
+
'reason': json['reason'] == null ? undefined : json['reason'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function ProfileDeletionPostRequestToJSON(json) {
|
|
41
|
+
return ProfileDeletionPostRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function ProfileDeletionPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'confirm': value['confirm'],
|
|
49
|
+
'reason': value['reason'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tivadar AI Backend API
|
|
3
|
+
* Unified REST API for Tivadar AI Voice Agents platform
|
|
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
|
+
* Only the supplied fields are changed. Email is not editable here - it is owned by the identity provider.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ProfileUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface ProfileUpdate {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProfileUpdate
|
|
22
|
+
*/
|
|
23
|
+
name?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProfileUpdate
|
|
28
|
+
*/
|
|
29
|
+
avatar_url?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ProfileUpdate
|
|
34
|
+
*/
|
|
35
|
+
preferred_language?: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the ProfileUpdate interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfProfileUpdate(value: object): value is ProfileUpdate;
|
|
41
|
+
export declare function ProfileUpdateFromJSON(json: any): ProfileUpdate;
|
|
42
|
+
export declare function ProfileUpdateFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProfileUpdate;
|
|
43
|
+
export declare function ProfileUpdateToJSON(json: any): ProfileUpdate;
|
|
44
|
+
export declare function ProfileUpdateToJSONTyped(value?: ProfileUpdate | null, ignoreDiscriminator?: boolean): any;
|