UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

63 lines (62 loc) 1.86 kB
"use strict"; /** * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); var BrandingTheme = /** @class */ (function () { function BrandingTheme() { } BrandingTheme.getAttributeTypeMap = function () { return BrandingTheme.attributeTypeMap; }; BrandingTheme.discriminator = undefined; BrandingTheme.attributeTypeMap = [ { "name": "brandingThemeID", "baseName": "BrandingThemeID", "type": "string" }, { "name": "name", "baseName": "Name", "type": "string" }, { "name": "logoUrl", "baseName": "LogoUrl", "type": "string" }, { "name": "type", "baseName": "Type", "type": "BrandingTheme.TypeEnum" }, { "name": "sortOrder", "baseName": "SortOrder", "type": "number" }, { "name": "createdDateUTC", "baseName": "CreatedDateUTC", "type": "Date" } ]; return BrandingTheme; }()); exports.BrandingTheme = BrandingTheme; (function (BrandingTheme) { var TypeEnum; (function (TypeEnum) { TypeEnum[TypeEnum["INVOICE"] = 'INVOICE'] = "INVOICE"; })(TypeEnum = BrandingTheme.TypeEnum || (BrandingTheme.TypeEnum = {})); })(BrandingTheme = exports.BrandingTheme || (exports.BrandingTheme = {})); exports.BrandingTheme = BrandingTheme;