Fix: handle created change with api version increment, use created only on frontend, deprecate created_date (#9962)

This commit is contained in:
shamoon 2025-05-19 09:38:01 -07:00 committed by GitHub
parent fae4116504
commit 55917fcabe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 74 additions and 18 deletions

View file

@ -130,9 +130,6 @@ export interface Document extends ObjectWithPermissions {
// UTC
created?: Date
// localized date
created_date?: Date
modified?: Date
added?: Date