mirror of
https://github.com/tribufu/sdk-js
synced 2026-02-04 02:13:07 +00:00
Release v1.3.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Tribufu API
|
||||
* API to access Tribufu services.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.2.0
|
||||
* The version of the OpenAPI document: 1.3.0
|
||||
* Contact: contact@tribufu.com
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
@@ -57,12 +57,6 @@ export interface Client {
|
||||
* @memberof Client
|
||||
*/
|
||||
trusted?: boolean;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof Client
|
||||
*/
|
||||
packageId?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
@@ -81,12 +75,6 @@ export interface Client {
|
||||
* @memberof Client
|
||||
*/
|
||||
backgroundUrl?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof Client
|
||||
*/
|
||||
customSchema?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
@@ -144,11 +132,9 @@ export function ClientFromJSONTyped(json: any, ignoreDiscriminator: boolean): Cl
|
||||
'type': json['type'] == null ? undefined : ClientTypeFromJSON(json['type']),
|
||||
'organizationId': json['organization_id'] == null ? undefined : json['organization_id'],
|
||||
'trusted': json['trusted'] == null ? undefined : json['trusted'],
|
||||
'packageId': json['package_id'] == null ? undefined : json['package_id'],
|
||||
'websiteUrl': json['website_url'] == null ? undefined : json['website_url'],
|
||||
'photoUrl': json['photo_url'] == null ? undefined : json['photo_url'],
|
||||
'backgroundUrl': json['background_url'] == null ? undefined : json['background_url'],
|
||||
'customSchema': json['custom_schema'] == null ? undefined : json['custom_schema'],
|
||||
'redirects': json['redirects'] == null ? undefined : json['redirects'],
|
||||
'scopes': json['scopes'] == null ? undefined : json['scopes'],
|
||||
'permissions': json['permissions'] == null ? undefined : json['permissions'],
|
||||
@@ -173,11 +159,9 @@ export function ClientToJSONTyped(value?: Omit<Client, 'permissions'> | null, ig
|
||||
'type': ClientTypeToJSON(value['type']),
|
||||
'organization_id': value['organizationId'],
|
||||
'trusted': value['trusted'],
|
||||
'package_id': value['packageId'],
|
||||
'website_url': value['websiteUrl'],
|
||||
'photo_url': value['photoUrl'],
|
||||
'background_url': value['backgroundUrl'],
|
||||
'custom_schema': value['customSchema'],
|
||||
'redirects': value['redirects'],
|
||||
'scopes': value['scopes'],
|
||||
'created': value['created'] == null ? undefined : ((value['created']).toISOString()),
|
||||
|
||||
Reference in New Issue
Block a user