@@ -31,30 +31,27 @@ declare let LABKEY: any;
3131LABKEY . ActionURL = API . ActionURL ;
3232LABKEY . Ajax = API . Ajax ;
3333LABKEY . App = API . App ;
34+ LABKEY . Assay = API . Assay ;
3435LABKEY . Domain = API . Domain ;
3536LABKEY . Exp = API . Exp ;
37+ LABKEY . Experiment = API . Experiment ;
3638LABKEY . FieldKey = API . FieldKey ;
3739LABKEY . Filter = API . Filter ;
3840LABKEY . List = API . List ;
3941LABKEY . Message = API . Message ;
4042LABKEY . MultiRequest = API . MultiRequest ;
4143LABKEY . ParticipantGroup = API . ParticipantGroup ;
4244LABKEY . Pipeline = API . Pipeline ;
45+ LABKEY . Query = API . Query ;
4346LABKEY . QueryKey = API . QueryKey ;
4447LABKEY . Report = API . Report ;
4548LABKEY . SchemaKey = API . SchemaKey ;
49+ LABKEY . Security = API . Security ;
4650LABKEY . Specimen = API . Specimen ;
4751LABKEY . Storage = API . Storage ;
52+ LABKEY . Utils = API . Utils ;
4853LABKEY . Visualization = API . Visualization ;
4954
50- // The following namespaces are extended at runtime by legacy DOM overrides.
51- // Since we are now targeting ES2023+, we need to create writable plain objects so the overrides can mutate.
52- LABKEY . Assay = Object . assign ( { } , API . Assay ) ;
53- LABKEY . Experiment = Object . assign ( { } , API . Experiment ) ;
54- LABKEY . Query = Object . assign ( { } , API . Query ) ;
55- LABKEY . Security = Object . assign ( { } , API . Security ) ;
56- LABKEY . Utils = Object . assign ( { } , API . Utils ) ;
57-
5855LABKEY . __package__ = __package__ ;
5956
6057// The app registry needs to be initialized after the namespace has been established.
0 commit comments