Compare commits
1 Commits
master
...
release/rc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
856e651379 |
@ -78,6 +78,9 @@
|
|||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "api::service.service",
|
"target": "api::service.service",
|
||||||
"mappedBy": "master"
|
"mappedBy": "master"
|
||||||
|
},
|
||||||
|
"bannedUntil": {
|
||||||
|
"type": "datetime"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@ -423,6 +423,7 @@ export interface ApiCustomerCustomer extends Struct.CollectionTypeSchema {
|
|||||||
};
|
};
|
||||||
attributes: {
|
attributes: {
|
||||||
active: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
|
active: Schema.Attribute.Boolean & Schema.Attribute.DefaultTo<false>;
|
||||||
|
bannedUntil: Schema.Attribute.DateTime;
|
||||||
blocks: Schema.Attribute.Relation<'oneToMany', 'api::block.block'>;
|
blocks: Schema.Attribute.Relation<'oneToMany', 'api::block.block'>;
|
||||||
clients: Schema.Attribute.Relation<'manyToMany', 'api::customer.customer'>;
|
clients: Schema.Attribute.Relation<'manyToMany', 'api::customer.customer'>;
|
||||||
createdAt: Schema.Attribute.DateTime;
|
createdAt: Schema.Attribute.DateTime;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user