repository is a built-in entity type and appears in the UI as a "Default" entity. The API also currently returns repository kind entities.
It's unclear why it's not listed as native in the docs. The SDK also doesn't define any types for repository entities:
export type EntityV3 = EntityV3Service | EntityV3Datastore | EntityV3Queue | EntityV3System | EntityV3API | UnparsedObject;
Describe the solution you'd like
EntityV3Repository defined and included as an EntityV3.
Describe alternatives you've considered
I'd have to define it by hand based on existing code, which is prone to error and drift.
repositoryis a built-in entity type and appears in the UI as a "Default" entity. The API also currently returnsrepositorykind entities.It's unclear why it's not listed as native in the docs. The SDK also doesn't define any types for
repositoryentities:Describe the solution you'd like
EntityV3Repositorydefined and included as anEntityV3.Describe alternatives you've considered
I'd have to define it by hand based on existing code, which is prone to error and drift.