Skip to content

Commit a16e90b

Browse files
[auto-generated] Update structure file for main
1 parent f6ddc98 commit a16e90b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

structure/main.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5888,6 +5888,16 @@ export type CoreReportbuilderListReportsWSResponse = {
58885888
flag: number; // Whether the tag is flagged as inappropriate.
58895889
viewurl?: string; // The url to view the tag.
58905890
}[];
5891+
customfields: {
5892+
data: { // Data.
5893+
value: string; // Value.
5894+
type: string; // Type.
5895+
shortname: string; // Shortname.
5896+
name: string; // Name.
5897+
hasvalue: boolean; // Hasvalue.
5898+
instanceid: number; // Instanceid.
5899+
}[];
5900+
};
58915901
modifiedby: {
58925902
id: number; // Id.
58935903
email: string; // Email.
@@ -5953,6 +5963,16 @@ export type CoreReportbuilderRetrieveReportWSResponse = {
59535963
flag: number; // Whether the tag is flagged as inappropriate.
59545964
viewurl?: string; // The url to view the tag.
59555965
}[];
5966+
customfields: {
5967+
data: { // Data.
5968+
value: string; // Value.
5969+
type: string; // Type.
5970+
shortname: string; // Shortname.
5971+
name: string; // Name.
5972+
hasvalue: boolean; // Hasvalue.
5973+
instanceid: number; // Instanceid.
5974+
}[];
5975+
};
59565976
modifiedby: {
59575977
id: number; // Id.
59585978
email: string; // Email.

0 commit comments

Comments
 (0)