Skip to content

Commit ae22b26

Browse files
committed
Add NumberPool kind
1 parent f95d394 commit ae22b26

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)