File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments