279map-backend-common
Advanced tools
Comparing version 0.39.4 to 0.39.5
@@ -50,7 +50,10 @@ export type DataId = number; | ||
max_zoom: number; | ||
} | { | ||
} | ({ | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url?: string; | ||
opacity?: number; | ||
}; | ||
} & ({ | ||
url: string; | ||
} | { | ||
base64: string; | ||
})); | ||
export declare enum DatasourceLocationKindType { | ||
@@ -57,0 +60,0 @@ VirtualItem = "VirtualItem", |
@@ -50,7 +50,10 @@ export type DataId = number; | ||
max_zoom: number; | ||
} | { | ||
} | ({ | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url?: string; | ||
opacity?: number; | ||
}; | ||
} & ({ | ||
url: string; | ||
} | { | ||
base64: string; | ||
})); | ||
export declare enum DatasourceLocationKindType { | ||
@@ -57,0 +60,0 @@ VirtualItem = "VirtualItem", |
@@ -55,7 +55,10 @@ /// <reference types="multer" /> | ||
max_zoom: number; | ||
} | { | ||
} | ({ | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url?: string; | ||
opacity?: number; | ||
}; | ||
} & ({ | ||
url: string; | ||
} | { | ||
base64: string; | ||
})); | ||
declare enum DatasourceLocationKindType { | ||
@@ -62,0 +65,0 @@ VirtualItem = "VirtualItem", |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.39.4", | ||
"version": "0.39.5", | ||
"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
1166547
47764