Skip to content

Repository entity type support in Software Catalog SDK #4852

Description

@emersonf-cat

repository is a built-in entity type and appears in the UI as a "Default" entity, not a "Custom" 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions