@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
20 lines (19 loc) • 979 B
TypeScript
export * from '../models/ActionResponseWithSingleResultURI';
export * from '../models/ErrorDetail';
export * from '../models/Filter';
export * from '../models/ModelError';
export * from '../models/PublicCrmSearchRequest';
export * from '../models/PublicExportListRequest';
export * from '../models/PublicExportRequest';
export * from '../models/PublicExportViewRequest';
export * from '../models/StandardError';
export * from '../models/TaskLocator';
export declare class ObjectSerializer {
static findCorrectType(data: any, expectedType: string): any;
static serialize(data: any, type: string, format: string): any;
static deserialize(data: any, type: string, format: string): any;
static normalizeMediaType(mediaType: string | undefined): string | undefined;
static getPreferredMediaType(mediaTypes: Array<string>): string;
static stringify(data: any, mediaType: string): string;
static parse(rawData: string, mediaType: string | undefined): any;
}