Skip to content

Commit fd8cd08

Browse files
committed
add missing rollup enums
1 parent 954900d commit fd8cd08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ public enum Function
7070
Max,
7171

7272
[EnumMember(Value = "range")]
73-
Range
73+
Range,
74+
75+
[EnumMember(Value = "show_original")]
76+
ShowOriginal,
77+
78+
[EnumMember(Value = "show_unique")]
79+
ShowUnique
7480
}
7581
}

0 commit comments

Comments
 (0)