279map-backend-common
Advanced tools
Comparing version 0.38.9 to 0.38.10
import { MapPageOptions } from '../graphql/__generated__/types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey } from '../types-common/common-types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMap } from '../types-common/common-types'; | ||
export declare enum PublicRange { | ||
@@ -108,8 +108,12 @@ Public = "Public", | ||
parent_datasource_id?: string; | ||
contents?: string | object; | ||
category?: string | string[]; | ||
date?: Date | string; | ||
supplement?: string; | ||
contents?: ContentValueMap; | ||
category?: string[]; | ||
date?: string; | ||
last_edited_time: string; | ||
}; | ||
export type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & { | ||
contents?: string; | ||
category?: string[]; | ||
date?: Date; | ||
}; | ||
export type ImagesTable = { | ||
@@ -116,0 +120,0 @@ image_id: number; |
import { MapPageOptions } from '../graphql/__generated__/types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey } from '../types-common/common-types'; | ||
import { ContentDatasourceConfig, MapKind, ContentFieldDefine, DatasourceLocationKindType, LocationFieldDefine, IconKey, ContentValueMap } from '../types-common/common-types'; | ||
export declare enum PublicRange { | ||
@@ -108,8 +108,12 @@ Public = "Public", | ||
parent_datasource_id?: string; | ||
contents?: string | object; | ||
category?: string | string[]; | ||
date?: Date | string; | ||
supplement?: string; | ||
contents?: ContentValueMap; | ||
category?: string[]; | ||
date?: string; | ||
last_edited_time: string; | ||
}; | ||
export type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & { | ||
contents?: string; | ||
category?: string[]; | ||
date?: Date; | ||
}; | ||
export type ImagesTable = { | ||
@@ -116,0 +120,0 @@ image_id: number; |
@@ -340,8 +340,12 @@ /// <reference types="multer" /> | ||
parent_datasource_id?: string; | ||
contents?: string | object; | ||
category?: string | string[]; | ||
date?: Date | string; | ||
supplement?: string; | ||
contents?: ContentValueMap; | ||
category?: string[]; | ||
date?: string; | ||
last_edited_time: string; | ||
}; | ||
type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & { | ||
contents?: string; | ||
category?: string[]; | ||
date?: Date; | ||
}; | ||
type ImagesTable = { | ||
@@ -564,2 +568,2 @@ image_id: number; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, CurrentMap, DataId, DataSourceTable, DataSourceTableForRegist, DatasourceLocationKindType, DatasourceTblConfigForContent, 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 }; | ||
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, ContentsTableForRegist, CurrentMap, DataId, DataSourceTable, DataSourceTableForRegist, DatasourceLocationKindType, DatasourceTblConfigForContent, 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.9", | ||
"version": "0.38.10", | ||
"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
1177503
48050