Skip to content

Commit 7bda36c

Browse files
authored
Merge pull request #416 from opsmill/pog-number-pool
Add NumberPool kind
2 parents 95b2491 + 5ad92f6 commit 7bda36c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog/+543efbd1.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added NumberPool as a new attribute kind, for support in Infrahub 1.3

infrahub_sdk/schema/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class AttributeKind(str, Enum):
4949
TEXTAREA = "TextArea"
5050
DATETIME = "DateTime"
5151
NUMBER = "Number"
52+
NUMBERPOOL = "NumberPool"
5253
DROPDOWN = "Dropdown"
5354
EMAIL = "Email"
5455
PASSWORD = "Password" # noqa: S105

0 commit comments

Comments
 (0)