279map-backend-common
Advanced tools
Comparing version 0.41.0 to 0.41.1
import { APIDefine, CurrentMap } from "../types"; | ||
import { ContentValueMap, DataId, GeoProperties } from "../types-common/common-types"; | ||
import { ContentValueMapForDB, DataId, GeoProperties } from "../types-common/common-types"; | ||
type CommonParam = { | ||
@@ -13,3 +13,3 @@ currentMap: CurrentMap; | ||
}; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
linkItems?: DataId[]; | ||
@@ -30,3 +30,3 @@ }; | ||
} | null; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
}; | ||
@@ -33,0 +33,0 @@ export declare const OdbaRemoveDataAPI: APIDefine<OdbaRemoveDataParam, boolean>; |
import { Geometry } from 'geojson'; | ||
import { DataId, GeoProperties, GeocoderIdInfo, IconKey, ItemDatasourceConfig, ContentDatasourceConfig, ContentValueMap, MapKind, IconDefine } from '../../types-common/common-types'; | ||
import { DataId, GeoProperties, GeocoderIdInfo, IconKey, ItemDatasourceConfig, ContentDatasourceConfig, MapKind, IconDefine } from '../../types-common/common-types'; | ||
export type Maybe<T> = T | null; | ||
@@ -50,4 +50,4 @@ export type InputMaybe<T> = Maybe<T>; | ||
ContentValueMap: { | ||
input: ContentValueMap; | ||
output: ContentValueMap; | ||
input: any; | ||
output: any; | ||
}; | ||
@@ -54,0 +54,0 @@ DataId: { |
@@ -89,4 +89,4 @@ export type DataId = number; | ||
}; | ||
export type ContentValueMap = { | ||
export type ContentValueMapForDB = { | ||
[key: string]: any; | ||
}; |
import { MapPageOptions } from '../graphql/__generated__/types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMap } from '../types-common/common-types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMapForDB } from '../types-common/common-types'; | ||
export declare enum PublicRange { | ||
@@ -91,3 +91,3 @@ Public = "Public", | ||
data_id: number; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
category?: string[]; | ||
@@ -94,0 +94,0 @@ date?: string; |
import { APIDefine, CurrentMap } from "../types"; | ||
import { ContentValueMap, DataId, GeoProperties } from "../types-common/common-types"; | ||
import { ContentValueMapForDB, DataId, GeoProperties } from "../types-common/common-types"; | ||
type CommonParam = { | ||
@@ -13,3 +13,3 @@ currentMap: CurrentMap; | ||
}; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
linkItems?: DataId[]; | ||
@@ -30,3 +30,3 @@ }; | ||
} | null; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
}; | ||
@@ -33,0 +33,0 @@ export declare const OdbaRemoveDataAPI: APIDefine<OdbaRemoveDataParam, boolean>; |
import { Geometry } from 'geojson'; | ||
import { DataId, GeoProperties, GeocoderIdInfo, IconKey, ItemDatasourceConfig, ContentDatasourceConfig, ContentValueMap, MapKind, IconDefine } from '../../types-common/common-types'; | ||
import { DataId, GeoProperties, GeocoderIdInfo, IconKey, ItemDatasourceConfig, ContentDatasourceConfig, MapKind, IconDefine } from '../../types-common/common-types'; | ||
export type Maybe<T> = T | null; | ||
@@ -50,4 +50,4 @@ export type InputMaybe<T> = Maybe<T>; | ||
ContentValueMap: { | ||
input: ContentValueMap; | ||
output: ContentValueMap; | ||
input: any; | ||
output: any; | ||
}; | ||
@@ -54,0 +54,0 @@ DataId: { |
@@ -89,4 +89,4 @@ export type DataId = number; | ||
}; | ||
export type ContentValueMap = { | ||
export type ContentValueMapForDB = { | ||
[key: string]: any; | ||
}; |
import { MapPageOptions } from '../graphql/__generated__/types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMap } from '../types-common/common-types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMapForDB } from '../types-common/common-types'; | ||
export declare enum PublicRange { | ||
@@ -91,3 +91,3 @@ Public = "Public", | ||
data_id: number; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
category?: string[]; | ||
@@ -94,0 +94,0 @@ date?: string; |
@@ -94,3 +94,3 @@ /// <reference types="multer" /> | ||
}; | ||
type ContentValueMap = { | ||
type ContentValueMapForDB = { | ||
[key: string]: any; | ||
@@ -146,4 +146,4 @@ }; | ||
ContentValueMap: { | ||
input: ContentValueMap; | ||
output: ContentValueMap; | ||
input: any; | ||
output: any; | ||
}; | ||
@@ -333,3 +333,3 @@ DataId: { | ||
data_id: number; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
category?: string[]; | ||
@@ -393,3 +393,3 @@ date?: string; | ||
}; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
linkItems?: DataId[]; | ||
@@ -410,3 +410,3 @@ }; | ||
} | null; | ||
contents?: ContentValueMap; | ||
contents?: ContentValueMapForDB; | ||
}; | ||
@@ -537,2 +537,2 @@ declare const OdbaRemoveDataAPI: APIDefine<OdbaRemoveDataParam, boolean>; | ||
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 }; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentBelongMapView, ContentDatasourceConfig, ContentFieldDefine, ContentValueMapForDB, 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.41.0", | ||
"version": "0.41.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
1166796