File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/lib_components/components/NeonEnvironment Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ export interface INeonEnvironment {
8888 getAuthApiPath : Record < string , ( ) => string > ;
8989 getDownloadApiPath : Record < string , ( ) => string > ;
9090
91+ getDataProductsTaxonTypesPath : ( ) => string ;
92+ getTaxonTypeDataProductsPath : ( ) => string ;
93+
9194 getAuthPath : Record < string , ( ) => string > ;
9295
9396 authTopics : Record < string , ( ) => string > ;
@@ -189,6 +192,9 @@ const NeonEnvironment: INeonEnvironment = {
189192 getAuth0 : ( ) => '/consumer/topic/auth0' ,
190193 } ,
191194
195+ getDataProductsTaxonTypesPath : ( ) : string => `${ NeonEnvironment . getApiPath . taxonomy } /types` ,
196+ getTaxonTypeDataProductsPath : ( ) : string => `${ NeonEnvironment . getApiPath . taxonomy } /products` ,
197+
192198 getVisusProductsBaseUrl : ( ) : Undef < string > => process . env . REACT_APP_NEON_VISUS_PRODUCTS_BASE_URL ,
193199 getVisusIframeBaseUrl : ( ) : Undef < string > => process . env . REACT_APP_NEON_VISUS_IFRAME_BASE_URL ,
194200
You can’t perform that action at this time.
0 commit comments