279map-backend-common
Advanced tools
Comparing version 0.38.37 to 0.39.0
@@ -22,3 +22,4 @@ export type DataId = number; | ||
AREA = "AREA", | ||
TRACK = "TRACK" | ||
TRACK = "TRACK", | ||
STATIC_IMAGE = "STATIC_IMAGE" | ||
} | ||
@@ -50,2 +51,6 @@ export type GeocoderIdInfo = { | ||
max_zoom: number; | ||
} | { | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url: string; | ||
opacity?: number; | ||
}; | ||
@@ -56,2 +61,3 @@ export declare enum DatasourceLocationKindType { | ||
Track = "Track", | ||
StaticImage = "StaticImage", | ||
None = "None" | ||
@@ -65,2 +71,4 @@ } | ||
defaultIcon?: IconKey; | ||
} | { | ||
kind: DatasourceLocationKindType.StaticImage; | ||
}; | ||
@@ -67,0 +75,0 @@ export type ContentDatasourceConfig = { |
export declare const sleep: (sec: number) => Promise<void>; | ||
export declare function convertKmToLonLat(p: number[], km: number): number; | ||
type GetImageBase64Size = { | ||
width?: number; | ||
height?: number; | ||
fit?: 'cover' | 'contain'; | ||
}; | ||
export declare function getImageBase64(url: string, sizes: GetImageBase64Size[]): Promise<string[] | undefined>; | ||
export {}; |
@@ -22,3 +22,4 @@ export type DataId = number; | ||
AREA = "AREA", | ||
TRACK = "TRACK" | ||
TRACK = "TRACK", | ||
STATIC_IMAGE = "STATIC_IMAGE" | ||
} | ||
@@ -50,2 +51,6 @@ export type GeocoderIdInfo = { | ||
max_zoom: number; | ||
} | { | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url: string; | ||
opacity?: number; | ||
}; | ||
@@ -56,2 +61,3 @@ export declare enum DatasourceLocationKindType { | ||
Track = "Track", | ||
StaticImage = "StaticImage", | ||
None = "None" | ||
@@ -65,2 +71,4 @@ } | ||
defaultIcon?: IconKey; | ||
} | { | ||
kind: DatasourceLocationKindType.StaticImage; | ||
}; | ||
@@ -67,0 +75,0 @@ export type ContentDatasourceConfig = { |
export declare const sleep: (sec: number) => Promise<void>; | ||
export declare function convertKmToLonLat(p: number[], km: number): number; | ||
type GetImageBase64Size = { | ||
width?: number; | ||
height?: number; | ||
fit?: 'cover' | 'contain'; | ||
}; | ||
export declare function getImageBase64(url: string, sizes: GetImageBase64Size[]): Promise<string[] | undefined>; | ||
export {}; |
@@ -27,3 +27,4 @@ /// <reference types="multer" /> | ||
AREA = "AREA", | ||
TRACK = "TRACK" | ||
TRACK = "TRACK", | ||
STATIC_IMAGE = "STATIC_IMAGE" | ||
} | ||
@@ -55,2 +56,6 @@ type GeocoderIdInfo = { | ||
max_zoom: number; | ||
} | { | ||
featureType: FeatureType.STATIC_IMAGE; | ||
url: string; | ||
opacity?: number; | ||
}; | ||
@@ -61,2 +66,3 @@ declare enum DatasourceLocationKindType { | ||
Track = "Track", | ||
StaticImage = "StaticImage", | ||
None = "None" | ||
@@ -70,2 +76,4 @@ } | ||
defaultIcon?: IconKey; | ||
} | { | ||
kind: DatasourceLocationKindType.StaticImage; | ||
}; | ||
@@ -522,9 +530,3 @@ type ContentDatasourceConfig = { | ||
declare function convertKmToLonLat(p: number[], km: number): number; | ||
type GetImageBase64Size = { | ||
width?: number; | ||
height?: number; | ||
fit?: 'cover' | 'contain'; | ||
}; | ||
declare function getImageBase64(url: string, sizes: GetImageBase64Size[]): Promise<string[] | undefined>; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentBelongMapView, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, ContentsTableForRegist, CurrentMap, DataId, DataLinkTable, DataSourceTable, DataSourceTableForRegist, DatasTable, DatasourceLocationKindType, DatasourceTblConfigForContent, Exact, FeatureType, GeoProperties, GeocoderIdInfo, GeometryItemsTable, IconDefine, IconKey, ImagesTable, Incremental, InputMaybe, ItemDatasourceConfig, ItemLabelMode, LocationFieldDefine, MakeEmpty, MakeMaybe, MakeOptional, MapDataSourceLinkConfig, MapDataSourceLinkTable, MapDataSourceLinkTableForRegist, MapDefine, MapInfo, MapKind, MapPageInfoTable, MapPageInfoTableForRegist, MapPageOptions, Maybe, OdbaAPICallDefine, OdbaAPIFunc, OdbaConnection, OdbaGetImageUrlAPI, OdbaGetImageUrlParam, OdbaGetLinkableContentsAPI, OdbaGetLinkableContentsResult, OdbaGetUncachedDataAPI, OdbaGetUncachedDataParam, OdbaGetUncachedDataResult, OdbaInterface, OdbaLinkDataAPI, OdbaLinkDataParam, OdbaRegistDataAPI, OdbaRegistDataParam, OdbaRemoveDataAPI, OdbaRemoveDataParam, OdbaUnLinkDataParam, OdbaUnlinkDataAPI, OdbaUnlinkDataParam, OdbaUpdateDataAPI, OdbaUpdateDataParam, OriginalIconsTable, PopupMode, PublicRange, Scalars, SortCondition, UpdateContentLinkCacheParam, User, UserAuthData, callBroadcast, callOdbaApi, convertKmToLonLat, getImageBase64, initializeOdba, initializeOriginalAuth, registAPIs, registFile, sleep }; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentBelongMapView, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, ContentsTableForRegist, CurrentMap, DataId, DataLinkTable, DataSourceTable, DataSourceTableForRegist, DatasTable, DatasourceLocationKindType, DatasourceTblConfigForContent, Exact, FeatureType, GeoProperties, GeocoderIdInfo, GeometryItemsTable, IconDefine, IconKey, ImagesTable, Incremental, InputMaybe, ItemDatasourceConfig, ItemLabelMode, LocationFieldDefine, MakeEmpty, MakeMaybe, MakeOptional, MapDataSourceLinkConfig, MapDataSourceLinkTable, MapDataSourceLinkTableForRegist, MapDefine, MapInfo, MapKind, MapPageInfoTable, MapPageInfoTableForRegist, MapPageOptions, Maybe, OdbaAPICallDefine, OdbaAPIFunc, OdbaConnection, OdbaGetImageUrlAPI, OdbaGetImageUrlParam, OdbaGetLinkableContentsAPI, OdbaGetLinkableContentsResult, OdbaGetUncachedDataAPI, OdbaGetUncachedDataParam, OdbaGetUncachedDataResult, OdbaInterface, OdbaLinkDataAPI, OdbaLinkDataParam, OdbaRegistDataAPI, OdbaRegistDataParam, OdbaRemoveDataAPI, OdbaRemoveDataParam, OdbaUnLinkDataParam, OdbaUnlinkDataAPI, OdbaUnlinkDataParam, OdbaUpdateDataAPI, OdbaUpdateDataParam, OriginalIconsTable, PopupMode, PublicRange, Scalars, SortCondition, UpdateContentLinkCacheParam, User, UserAuthData, callBroadcast, callOdbaApi, convertKmToLonLat, initializeOdba, initializeOriginalAuth, registAPIs, registFile, sleep }; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.38.37", | ||
"version": "0.39.0", | ||
"description": "279map backend common modules", | ||
@@ -42,8 +42,6 @@ "scripts": { | ||
"@types/proj4": "^2.5.2", | ||
"@types/sharp": "^0.31.0", | ||
"axios": "^1.1.3", | ||
"log4js": "^6.7.0", | ||
"proj4": "^2.9.0", | ||
"sharp": "^0.31.2" | ||
"proj4": "^2.9.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4
1166016
47752
- Removed@types/sharp@^0.31.0
- Removedsharp@^0.31.2
- Removed@types/node@22.9.0(transitive)
- Removed@types/sharp@0.31.1(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbl@4.1.0(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedchownr@1.1.4(transitive)
- Removedcolor@4.2.3(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcolor-string@1.9.1(transitive)
- Removeddecompress-response@6.0.0(transitive)
- Removeddeep-extend@0.6.0(transitive)
- Removeddetect-libc@2.0.3(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexpand-template@2.0.3(transitive)
- Removedfs-constants@1.0.0(transitive)
- Removedgithub-from-package@0.0.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedini@1.3.8(transitive)
- Removedis-arrayish@0.3.2(transitive)
- Removedmimic-response@3.1.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp-classic@0.5.3(transitive)
- Removednapi-build-utils@1.0.2(transitive)
- Removednode-abi@3.71.0(transitive)
- Removednode-addon-api@5.1.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedprebuild-install@7.1.2(transitive)
- Removedpump@3.0.2(transitive)
- Removedrc@1.2.8(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsharp@0.31.3(transitive)
- Removedsimple-concat@1.0.1(transitive)
- Removedsimple-get@4.0.1(transitive)
- Removedsimple-swizzle@0.2.2(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrip-json-comments@2.0.1(transitive)
- Removedtar-fs@2.1.1(transitive)
- Removedtar-stream@2.2.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedundici-types@6.19.8(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwrappy@1.0.2(transitive)