Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated Index Errors #69

Open
peterarusanoff opened this issue Dec 27, 2023 · 0 comments
Open

Generated Index Errors #69

peterarusanoff opened this issue Dec 27, 2023 · 0 comments

Comments

@peterarusanoff
Copy link

When generating a new client and opening the index file

The errors I am seeing are of 3 different types

  1. Variable Names

export { OffPointDetails } from "./definitions/OffPointDetails";
but in my file, I have
export interface OffpointDetails {

  1. File Names
    export { OffpointDetails1 } from "./definitions/OffpointDetails1";
    I don't have a file with this name, I do have
    OffPointDetails1.ts
    Which is also imported 2 separate times

  2. Duplicate Import Export
    I have several duplicates of the same import happening in multiple places
    for example

export { Citypair } from "./definitions/Citypair";
export { CityPair } from "./definitions/CityPair";

Yes I see the different p && P, still this should not be happening
and this little gem

export { DocumentDetails5 } from "./definitions/DocumentDetails5";
export { DocumentDetails6 } from "./definitions/DocumentDetails6";
export { DocumentDetails6 } from "./definitions/DocumentDetails6";
export { ProcessDetails } from "./definitions/ProcessDetails";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant