extend collection requests & hard-coded-public routes
This commit is contained in:
parent
bd52f5c996
commit
28afdfd83e
21 changed files with 387 additions and 23 deletions
5
types/generated/contentTypes.d.ts
vendored
5
types/generated/contentTypes.d.ts
vendored
|
@ -421,7 +421,10 @@ export interface ApiCollectionLookupCollectionLookup
|
|||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
imageItem: Schema.Attribute.Boolean &
|
||||
date_list: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
image_item: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue