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 = {
5888
5888
flag: number; // Whether the tag is flagged as inappropriate.
5889
5889
viewurl?: string; // The url to view the tag.
5890
5890
}[];
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
+ };
5891
5901
modifiedby: {
5892
5902
id: number; // Id.
5893
5903
email: string; // Email.
@@ -5953,6 +5963,16 @@ export type CoreReportbuilderRetrieveReportWSResponse = {
5953
5963
flag: number; // Whether the tag is flagged as inappropriate.
5954
5964
viewurl?: string; // The url to view the tag.
5955
5965
}[];
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
+ };
5956
5976
modifiedby: {
5957
5977
id: number; // Id.
5958
5978
email: string; // Email.
You can’t perform that action at this time.
0 commit comments