From 66123151c3b21439a2c048c1cc48096d08a67672 Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Thu, 16 Mar 2023 12:45:28 -0700 Subject: [PATCH] Fix file casing --- lib/models/SkyscraperStatusModel.ts | 52 ++++++++++++++--------------- lib/models/index.ts | 32 +++++++++--------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/lib/models/SkyscraperStatusModel.ts b/lib/models/SkyscraperStatusModel.ts index 4f38cd6..35483d5 100644 --- a/lib/models/SkyscraperStatusModel.ts +++ b/lib/models/SkyscraperStatusModel.ts @@ -1,30 +1,30 @@ -/* - * AvaTax Software Development Kit for JavaScript - * - * (c) 2004-2022 Avalara, Inc. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - * - * @author Jonathan Wenger - * @author Sachin Baijal - * @copyright 2004-2018 Avalara, Inc. - * @license https://www.apache.org/licenses/LICENSE-2.0 - * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK - */ - -import * as Enums from '../enums/index'; -import { RequiredFilingCalendarDataFieldModel } from "./RequiredFilingCalendarDataFieldModel"; -import { JsonObject, JsonProperty } from "json2typescript"; -import { DateConverter } from "../utils/dateConverter"; - -/** - * Represents a list of statuses of returns available in skyscraper - * @export - * @class SkyscraperStatusModel - */ +/* + * AvaTax Software Development Kit for JavaScript + * + * (c) 2004-2022 Avalara, Inc. + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + * + * @author Jonathan Wenger + * @author Sachin Baijal + * @copyright 2004-2018 Avalara, Inc. + * @license https://www.apache.org/licenses/LICENSE-2.0 + * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK + */ + +import * as Enums from '../enums/index'; +import { RequiredFilingCalendarDataFieldModel } from "./requiredFilingCalendarDataFieldModel"; +import { JsonObject, JsonProperty } from "json2typescript"; +import { DateConverter } from "../utils/dateConverter"; + +/** + * Represents a list of statuses of returns available in skyscraper + * @export + * @class SkyscraperStatusModel + */ @JsonObject("SkyscraperStatusModel") - export class SkyscraperStatusModel { + export class SkyscraperStatusModel { /** * @type {string} * @memberof SkyscraperStatusModel diff --git a/lib/models/index.ts b/lib/models/index.ts index cfa4484..ad503f4 100644 --- a/lib/models/index.ts +++ b/lib/models/index.ts @@ -1,18 +1,18 @@ -/* - * AvaTax Software Development Kit for JavaScript - * - * (c) 2004-2022 Avalara, Inc. - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - * - * @author Jonathan Wenger - * @author Sachin Baijal - * @copyright 2004-2018 Avalara, Inc. - * @license https://www.apache.org/licenses/LICENSE-2.0 - * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK - */ - +/* + * AvaTax Software Development Kit for JavaScript + * + * (c) 2004-2022 Avalara, Inc. + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + * + * @author Jonathan Wenger + * @author Sachin Baijal + * @copyright 2004-2018 Avalara, Inc. + * @license https://www.apache.org/licenses/LICENSE-2.0 + * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK + */ + export * from './ACHEntryDetailModel'; export * from './AccountConfigurationModel'; export * from './AccountLicenseKeyModel'; @@ -324,7 +324,7 @@ export * from './VerifyTransactionModel'; export * from './VoidTransactionModel'; export * from './WorksheetDocument'; export * from './WorksheetDocumentLine'; -export * from './RequiredFilingCalendarDataFieldModel'; +export * from './requiredFilingCalendarDataFieldModel'; export * from './ShippingVerifyResult'; export * from './ErrorDetails'; export * from './AgeVerifyRequest';