@geowiki/core
Advanced tools
+3
-3
@@ -330,5 +330,5 @@ import * as _tanstack_react_query from '@tanstack/react-query'; | ||
| declare const useLocationsForProject: (locationreq: ListLocationsRequest) => _tanstack_react_query.UseQueryResult<_geowiki_evoland_api_proxy.ListLocationsResponse, Error>; | ||
| declare const useLocationBulkUpload: (uploadLocations: boolean, file: Blob, project_id: number, group_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useTaskBulkUpload: (uploadTasks: boolean, file: Blob, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useReviewTaskBulkUpload: (uploadReviewTasks: boolean, file: Blob, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useLocationBulkUpload: (uploadLocations: boolean, file: string, project_id: number, group_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useTaskBulkUpload: (uploadTasks: boolean, file: string, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useReviewTaskBulkUpload: (uploadReviewTasks: boolean, file: string, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
@@ -335,0 +335,0 @@ declare function useLockBodyScroll(): void; |
+3
-3
@@ -330,5 +330,5 @@ import * as _tanstack_react_query from '@tanstack/react-query'; | ||
| declare const useLocationsForProject: (locationreq: ListLocationsRequest) => _tanstack_react_query.UseQueryResult<_geowiki_evoland_api_proxy.ListLocationsResponse, Error>; | ||
| declare const useLocationBulkUpload: (uploadLocations: boolean, file: Blob, project_id: number, group_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useTaskBulkUpload: (uploadTasks: boolean, file: Blob, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useReviewTaskBulkUpload: (uploadReviewTasks: boolean, file: Blob, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useLocationBulkUpload: (uploadLocations: boolean, file: string, project_id: number, group_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useTaskBulkUpload: (uploadTasks: boolean, file: string, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
| declare const useReviewTaskBulkUpload: (uploadReviewTasks: boolean, file: string, project_id: number) => _tanstack_react_query.UseQueryResult<Record<string, any>, Error>; | ||
@@ -335,0 +335,0 @@ declare function useLockBodyScroll(): void; |
+4
-4
| { | ||
| "name": "@geowiki/core", | ||
| "version": "0.16.11", | ||
| "version": "0.16.12", | ||
| "main": "./dist/index.js", | ||
@@ -33,5 +33,5 @@ "types": "./dist/index.d.ts", | ||
| "zustand": "4.5.1", | ||
| "@geowiki/api-proxy": "0.16.11", | ||
| "@geowiki/cms-proxy": "0.16.11", | ||
| "@geowiki/evoland-api-proxy": "0.16.11" | ||
| "@geowiki/api-proxy": "0.16.12", | ||
| "@geowiki/cms-proxy": "0.16.12", | ||
| "@geowiki/evoland-api-proxy": "0.16.12" | ||
| }, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
359964
0+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated