279map-backend-common
Advanced tools
Comparing version 0.38.4 to 0.38.5
@@ -90,15 +90,2 @@ import { APIDefine, CurrentMap } from "../types"; | ||
}; | ||
export declare const OdbaLinkContentDatasourceToMapAPI: APIDefine<OdbaLinkContentDatasourceToMapParam, void>; | ||
export type OdbaLinkContentDatasourceToMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
name: string; | ||
}[]; | ||
}; | ||
export declare const OdbaUnlinkContentDatasourceFromMapAPI: APIDefine<OdbaUnlinkContentDatasourceFromMapParam, void>; | ||
export type OdbaUnlinkContentDatasourceFromMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
}[]; | ||
}; | ||
export {}; |
import { CurrentMap } from "../types"; | ||
import { DataId } from "../types-common/common-types"; | ||
import { OdbaAPIFunc } from "./api-initializer"; | ||
import { OdbaGetImageUrlParam, OdbaGetLinkableContentsResult, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaLinkContentDatasourceToMapParam, OdbaLinkContentToItemParam, OdbaRegistContentParam, OdbaRegistItemParam, OdbaRemoveItemParam, OdbaUnlinkContentDatasourceFromMapParam, OdbaUpdateContentParam, OdbaUpdateItemParam } from "./dba-api-interface"; | ||
import { OdbaGetImageUrlParam, OdbaGetLinkableContentsResult, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaLinkContentToItemParam, OdbaRegistContentParam, OdbaRegistItemParam, OdbaRemoveItemParam, OdbaUpdateContentParam, OdbaUpdateItemParam } from "./dba-api-interface"; | ||
export type UpdateContentLinkCacheParam = { | ||
@@ -41,4 +41,2 @@ currentMap: CurrentMap; | ||
abstract getLinkableContents: (currentMap: CurrentMap) => Promise<OdbaGetLinkableContentsResult>; | ||
abstract linkContentDatasourceToMap: (param: OdbaLinkContentDatasourceToMapParam) => Promise<void>; | ||
abstract unlinkContentDatasourceFromMap: (param: OdbaUnlinkContentDatasourceFromMapParam) => Promise<void>; | ||
} |
@@ -90,15 +90,2 @@ import { APIDefine, CurrentMap } from "../types"; | ||
}; | ||
export declare const OdbaLinkContentDatasourceToMapAPI: APIDefine<OdbaLinkContentDatasourceToMapParam, void>; | ||
export type OdbaLinkContentDatasourceToMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
name: string; | ||
}[]; | ||
}; | ||
export declare const OdbaUnlinkContentDatasourceFromMapAPI: APIDefine<OdbaUnlinkContentDatasourceFromMapParam, void>; | ||
export type OdbaUnlinkContentDatasourceFromMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
}[]; | ||
}; | ||
export {}; |
import { CurrentMap } from "../types"; | ||
import { DataId } from "../types-common/common-types"; | ||
import { OdbaAPIFunc } from "./api-initializer"; | ||
import { OdbaGetImageUrlParam, OdbaGetLinkableContentsResult, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaLinkContentDatasourceToMapParam, OdbaLinkContentToItemParam, OdbaRegistContentParam, OdbaRegistItemParam, OdbaRemoveItemParam, OdbaUnlinkContentDatasourceFromMapParam, OdbaUpdateContentParam, OdbaUpdateItemParam } from "./dba-api-interface"; | ||
import { OdbaGetImageUrlParam, OdbaGetLinkableContentsResult, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaLinkContentToItemParam, OdbaRegistContentParam, OdbaRegistItemParam, OdbaRemoveItemParam, OdbaUpdateContentParam, OdbaUpdateItemParam } from "./dba-api-interface"; | ||
export type UpdateContentLinkCacheParam = { | ||
@@ -41,4 +41,2 @@ currentMap: CurrentMap; | ||
abstract getLinkableContents: (currentMap: CurrentMap) => Promise<OdbaGetLinkableContentsResult>; | ||
abstract linkContentDatasourceToMap: (param: OdbaLinkContentDatasourceToMapParam) => Promise<void>; | ||
abstract unlinkContentDatasourceFromMap: (param: OdbaUnlinkContentDatasourceFromMapParam) => Promise<void>; | ||
} |
@@ -459,15 +459,2 @@ /// <reference types="multer" /> | ||
}; | ||
declare const OdbaLinkContentDatasourceToMapAPI: APIDefine<OdbaLinkContentDatasourceToMapParam, void>; | ||
type OdbaLinkContentDatasourceToMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
name: string; | ||
}[]; | ||
}; | ||
declare const OdbaUnlinkContentDatasourceFromMapAPI: APIDefine<OdbaUnlinkContentDatasourceFromMapParam, void>; | ||
type OdbaUnlinkContentDatasourceFromMapParam = CommonParam & { | ||
contents: { | ||
datasourceId: string; | ||
}[]; | ||
}; | ||
@@ -510,4 +497,2 @@ type UpdateContentLinkCacheParam = { | ||
abstract getLinkableContents: (currentMap: CurrentMap) => Promise<OdbaGetLinkableContentsResult>; | ||
abstract linkContentDatasourceToMap: (param: OdbaLinkContentDatasourceToMapParam) => Promise<void>; | ||
abstract unlinkContentDatasourceFromMap: (param: OdbaUnlinkContentDatasourceFromMapParam) => Promise<void>; | ||
} | ||
@@ -570,2 +555,2 @@ | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, CurrentMap, DataId, DataSourceTable, DataSourceTableForRegist, DatasourceLocationKindType, DatasourceTblConfig, Exact, FeatureType, GeoProperties, GeocoderIdInfo, IconDefine, IconKey, ImagesTable, Incremental, InputMaybe, ItemContentLink, ItemDatasourceConfig, ItemLabelMode, ItemsTable, LocationFieldDefine, MakeEmpty, MakeMaybe, MakeOptional, MapDataSourceLinkConfig, MapDataSourceLinkTable, MapDataSourceLinkTableForRegist, MapDefine, MapInfo, MapKind, MapPageInfoTable, MapPageInfoTableForRegist, MapPageOptions, Maybe, OdbaAPICallDefine, OdbaAPIFunc, OdbaConnection, OdbaGetImageUrlAPI, OdbaGetImageUrlParam, OdbaGetLinkableContentsAPI, OdbaGetLinkableContentsResult, OdbaGetUnpointDataAPI, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaInterface, OdbaLinkContentDatasourceToMapAPI, OdbaLinkContentDatasourceToMapParam, OdbaLinkContentToItemAPI, OdbaLinkContentToItemParam, OdbaRegistContentAPI, OdbaRegistContentParam, OdbaRegistItemAPI, OdbaRegistItemParam, OdbaRemoveContentAPI, OdbaRemoveContentParam, OdbaRemoveItemAPI, OdbaRemoveItemParam, OdbaUnlinkContentAPI, OdbaUnlinkContentDatasourceFromMapAPI, OdbaUnlinkContentDatasourceFromMapParam, OdbaUnlinkContentParam, OdbaUpdateContentAPI, OdbaUpdateContentParam, OdbaUpdateItemAPI, OdbaUpdateItemParam, OriginalIconsTable, PopupMode, PublicRange, Scalars, SortCondition, TrackFilesTable, TrackGeoJsonTable, TracksTable, UnpointContent, UpdateContentLinkCacheParam, User, callBroadcast, callOdbaApi, convertKmToLonLat, getImageBase64, initializeOdba, initializeOriginalAuth, registAPIs, registFile, sleep }; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, CurrentMap, DataId, DataSourceTable, DataSourceTableForRegist, DatasourceLocationKindType, DatasourceTblConfig, Exact, FeatureType, GeoProperties, GeocoderIdInfo, IconDefine, IconKey, ImagesTable, Incremental, InputMaybe, ItemContentLink, ItemDatasourceConfig, ItemLabelMode, ItemsTable, LocationFieldDefine, MakeEmpty, MakeMaybe, MakeOptional, MapDataSourceLinkConfig, MapDataSourceLinkTable, MapDataSourceLinkTableForRegist, MapDefine, MapInfo, MapKind, MapPageInfoTable, MapPageInfoTableForRegist, MapPageOptions, Maybe, OdbaAPICallDefine, OdbaAPIFunc, OdbaConnection, OdbaGetImageUrlAPI, OdbaGetImageUrlParam, OdbaGetLinkableContentsAPI, OdbaGetLinkableContentsResult, OdbaGetUnpointDataAPI, OdbaGetUnpointDataParam, OdbaGetUnpointDataResult, OdbaInterface, OdbaLinkContentToItemAPI, OdbaLinkContentToItemParam, OdbaRegistContentAPI, OdbaRegistContentParam, OdbaRegistItemAPI, OdbaRegistItemParam, OdbaRemoveContentAPI, OdbaRemoveContentParam, OdbaRemoveItemAPI, OdbaRemoveItemParam, OdbaUnlinkContentAPI, OdbaUnlinkContentParam, OdbaUpdateContentAPI, OdbaUpdateContentParam, OdbaUpdateItemAPI, OdbaUpdateItemParam, OriginalIconsTable, PopupMode, PublicRange, Scalars, SortCondition, TrackFilesTable, TrackGeoJsonTable, TracksTable, UnpointContent, UpdateContentLinkCacheParam, User, callBroadcast, callOdbaApi, convertKmToLonLat, getImageBase64, initializeOdba, initializeOriginalAuth, registAPIs, registFile, sleep }; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.38.4", | ||
"version": "0.38.5", | ||
"description": "279map backend common modules", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
1175992
48008