279map-backend-common
Advanced tools
Comparing version 0.39.0 to 0.39.1
@@ -84,3 +84,3 @@ export type DataId = number; | ||
key: string; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file'; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file' | 'static-image' | 'extent'; | ||
}; | ||
@@ -87,0 +87,0 @@ export type ContentValueMap = { |
@@ -84,3 +84,3 @@ export type DataId = number; | ||
key: string; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file'; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file' | 'static-image' | 'extent'; | ||
}; | ||
@@ -87,0 +87,0 @@ export type ContentValueMap = { |
@@ -89,3 +89,3 @@ /// <reference types="multer" /> | ||
key: string; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file'; | ||
type: 'latitude' | 'longitude' | 'radius' | 'address' | 'geojson' | 'gpx-file' | 'static-image' | 'extent'; | ||
}; | ||
@@ -92,0 +92,0 @@ type ContentValueMap = { |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.39.0", | ||
"version": "0.39.1", | ||
"description": "279map backend common modules", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1166100