Skip to content

Commit 6087134

Browse files
authored
feat: Add created_date to EnvironmentV2IdentityOverride (#177)
1 parent d043589 commit 6087134

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/flagsmith_schemas/dynamodb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,3 +404,6 @@ class EnvironmentV2IdentityOverride(TypedDict):
404404
"""The UUID for this identity, used by `edge-identities` APIs in Core. **INDEXED**."""
405405
feature_state: FeatureState
406406
"""The feature state override for this identity."""
407+
created_date: NotRequired[DateTimeStr]
408+
"""ISO 8601 creation timestamp. Note: might change between updates due to how it's written by Core.
409+
"""

0 commit comments

Comments
 (0)