Skip to content

Commit

Permalink
👌 restore ObjectInformatieObjectTypes constants
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Sep 18, 2023
1 parent 046b0ff commit 623e987
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vng_api_common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

FILTER_URL_DID_NOT_RESOLVE = "NO_MATCHING_OBJECT"

# constants for ObjectInformatieObjectTypes
BESLUIT_CONST = "besluit"
BESLUIT_CHOICE = BESLUIT_CONST, _("Besluit")

ZAAK_CONST = "zaak"
ZAAK_CHOICE = ZAAK_CONST, _("Zaak")

VERZOEK_CONST = "verzoek"
VERZOEK_CHOICE = VERZOEK_CONST, _("Verzoek")


class VertrouwelijkheidsAanduiding(models.TextChoices):
openbaar = "openbaar", _("Openbaar")
Expand Down

0 comments on commit 623e987

Please sign in to comment.