dataverse-gen
dataverse-gen copied to clipboard
Early-bound types generator for CDS/Dataverse
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
When dataverse-gen runs and creates the typings for a table there are 3 objects created in the entities ts file (Metadata, Attributes and the entity itself). There is an inconsistency...
When the status reason has duplicate entries the transpile will fail since there are duplicate entires with the same name in the generated enum. An example: One of our customers...
Hi, I'm getting timeouts errors when I try to generate the metadata using npx dataverse-gen. If I reduce the fetched entities to like below 10, it goes through sometimes, however...
When generating the definitions for the Account, a custom field has the type `FileType` in the generated file. Which package would be needed to be imported? This is the attribute:...
If an attribute metadata description has a line break, it will output as multiple lines in the code comments for that attribute which causes a syntax error.
When generating metadata - often only a subset of columns are required - these could be included/excluded using a list of columns names or prefixes.
When running `dataverse-gen init`, there is no option to select the `activitypointer` entity. It is, however, possible to generate the early bound interfaces for this entity by manually inserting it...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....