chore: initialize insar management system v2

This commit is contained in:
2026-04-14 13:16:01 +08:00
commit ecc72ec9cd
361 changed files with 2142522 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
export { default as apiClient } from './client';
export * as authApi from './auth';
export * as licenseApi from './license';
export * as tasksApi from './tasks';
export * as healthApi from './health';
export * as radarApi from './radar';
export * as aoiApi from './aoi';
export * as pairingApi from './pairing';
export * as dinsarApi from './dinsar';
export * as aiApi from './ai';
export * as hazardApi from './hazard';
export * as idlApi from './idl';
export * as taskBatchesApi from './taskBatches';
export * as toolsApi from './tools';
export * as monitorApi from './monitor';
export * as unpackApi from './unpack';
export * as statsApi from './stats';
export * as timeseriesProductionApi from './timeseriesProduction';
export * as psinsarProductsApi from './psinsarProducts';