diff --git a/src/api/state/content-types/state/schema.json b/src/api/state/content-types/state/schema.json index cbf5383..7de3220 100644 --- a/src/api/state/content-types/state/schema.json +++ b/src/api/state/content-types/state/schema.json @@ -15,9 +15,6 @@ "type": "boolean", "default": false }, - "lastchange": { - "type": "biginteger" - }, "trigger_person": { "type": "string" }, diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 6b35432..8551ab7 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -882,7 +882,6 @@ export interface ApiStateState extends Struct.SingleTypeSchema { createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> & Schema.Attribute.Private; icon: Schema.Attribute.Component<'state.state-icon', false>; - lastchange: Schema.Attribute.BigInteger; locale: Schema.Attribute.String & Schema.Attribute.Private; localizations: Schema.Attribute.Relation<'oneToMany', 'api::state.state'> & Schema.Attribute.Private;