Skip to content

Commit 3683693

Browse files
committed
feat: button type
1 parent fdc6204 commit 3683693

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Src/Notion.Client/Models/Database/Properties/PropertyType.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@ public enum PropertyType
7171

7272
[EnumMember(Value = "unique_id")]
7373
UniqueId,
74+
75+
[EnumMember(Value = "button")]
76+
Button,
7477
}
7578
}

Src/Notion.Client/Models/PropertyValue/PropertyValueType.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@ public enum PropertyValueType
7777

7878
[EnumMember(Value = "verification")]
7979
Verification,
80+
81+
[EnumMember(Value = "button")]
82+
Button,
8083
}
8184
}

0 commit comments

Comments
 (0)