File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export interface Attachment {
14
14
comment : string ;
15
15
mediaTypeDescription : string ;
16
16
fileId : string ;
17
+ collectionName ?: string ;
17
18
} ;
18
19
_expandable : {
19
20
childTypes : string ;
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export interface Content {
31
31
storage ?: ContentBody ;
32
32
editor2 ?: ContentBody ;
33
33
anonymous_export_view ?: ContentBody ;
34
+ atlas_doc_format ?: ContentBody ;
34
35
_expandable : {
35
36
editor ?: string ;
36
37
view ?: string ;
@@ -39,6 +40,7 @@ export interface Content {
39
40
storage ?: string ;
40
41
editor2 ?: string ;
41
42
anonymous_export_view ?: string ;
43
+ atlas_doc_format ?: string ;
42
44
} ;
43
45
} ;
44
46
restrictions ?: {
Original file line number Diff line number Diff line change @@ -47,5 +47,6 @@ export interface ContentCreate {
47
47
storage ?: ContentBodyCreate ;
48
48
editor2 ?: ContentBodyCreate ;
49
49
anonymous_export_view ?: ContentBodyCreate ;
50
+ atlas_doc_format ?: ContentBodyCreate ;
50
51
} ;
51
52
}
Original file line number Diff line number Diff line change @@ -38,5 +38,6 @@ export interface ContentUpdate {
38
38
storage ?: ContentBodyCreateStorage ;
39
39
editor2 ?: ContentBodyCreate ;
40
40
anonymous_export_view ?: ContentBodyCreate ;
41
+ atlas_doc_format ?: ContentBodyCreate ;
41
42
} ;
42
43
}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export interface Content {
30
30
storage ?: ContentBody ;
31
31
editor2 ?: ContentBody ;
32
32
anonymous_export_view ?: ContentBody ;
33
+ atlas_doc_format ?: ContentBody ;
33
34
_expandable : {
34
35
editor ?: string ;
35
36
view ?: string ;
@@ -38,6 +39,7 @@ export interface Content {
38
39
storage ?: string ;
39
40
editor2 ?: string ;
40
41
anonymous_export_view ?: string ;
42
+ atlas_doc_format ?: string ;
41
43
} ;
42
44
} ;
43
45
restrictions ?: {
You can’t perform that action at this time.
0 commit comments