diff --git a/clean_duplicate_import.js b/clean_duplicate_import.js index 961ee611..0af1ee83 100644 --- a/clean_duplicate_import.js +++ b/clean_duplicate_import.js @@ -2,7 +2,7 @@ const fs = require('fs'); const path = require('path'); const glob = require('glob'); -const filePatterns = ['src/models/*WithoutInternal.ts', 'src/models/*WithoutRequired.ts']; +const filePatterns = ['src/models/*WithoutInternal.ts', 'src/models/*WithoutRequired.ts', 'src/models/*WithoutInternalAllOf*.ts']; const deleteLine = "import { DataSource, DataSourceFromJSON } from './DataSource';"; const cleanDuplicateImport = (cwd) => { diff --git a/package.json b/package.json index e2caed5a..fdab93aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flotiq-codegen-ts", - "version": "1.1.1", + "version": "1.1.2", "description": "CLI tool to generate API clients using Flotiq API and OpenAPI Generator", "main": "index.js", "bin": {