We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a8b1e commit 03e122eCopy full SHA for 03e122e
src/shared/schema/us/types/fields.ts
@@ -67,27 +67,16 @@ export interface EntryNavigationFields {
67
}
68
69
export interface SharedEntryPermissions {
70
- copy: true;
71
- createEntryBinding: true;
72
- createLimitedEntryBinding: true;
73
delete: true;
74
- limitedView: true;
75
- listAccessBindings: true;
76
move: true;
77
update: true;
78
- updateAccessBindings: true;
79
- view: true;
80
81
82
export interface SharedEntryFields {
83
collectionId: string;
84
- createdBy: string;
85
- updatedBy: string;
86
updatedAt: string;
87
- createdAt: string;
88
workbookId: string;
89
scope: string;
90
- tenantId: string;
91
type: string;
92
key: string;
93
entryId: string;
0 commit comments