mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
State: remove lastchange field
This commit is contained in:
parent
34cc2742a0
commit
ec92cfa475
2 changed files with 0 additions and 4 deletions
|
|
@ -15,9 +15,6 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"lastchange": {
|
|
||||||
"type": "biginteger"
|
|
||||||
},
|
|
||||||
"trigger_person": {
|
"trigger_person": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
|
|
@ -882,7 +882,6 @@ export interface ApiStateState extends Struct.SingleTypeSchema {
|
||||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
icon: Schema.Attribute.Component<'state.state-icon', false>;
|
icon: Schema.Attribute.Component<'state.state-icon', false>;
|
||||||
lastchange: Schema.Attribute.BigInteger;
|
|
||||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::state.state'> &
|
localizations: Schema.Attribute.Relation<'oneToMany', 'api::state.state'> &
|
||||||
Schema.Attribute.Private;
|
Schema.Attribute.Private;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue