279map-backend-common
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -86,5 +86,9 @@ import GeoJSON, { GeoJsonObject } from 'geojson'; | ||
}; | ||
export declare type ItemDefine = { | ||
declare type DataId = { | ||
id: string; | ||
dataSourceId: string; | ||
}; | ||
export declare type ItemDefine = { | ||
id: DataId; | ||
dataSourceId: string; | ||
position: Position; | ||
@@ -97,5 +101,4 @@ name: string; | ||
export declare type ContentsDefine = { | ||
id: string; | ||
itemId: string; | ||
dataSourceId: string; | ||
id: DataId; | ||
itemId: DataId; | ||
date?: Date; | ||
@@ -108,3 +111,3 @@ url?: string; | ||
videoUrl?: string; | ||
parentId?: string; | ||
parentId?: DataId; | ||
children?: ContentsDefine[]; | ||
@@ -123,4 +126,4 @@ anotherMapItemId?: string; | ||
date: Date; | ||
item_id: string; | ||
content_id: string; | ||
item_id: DataId; | ||
content_id: DataId; | ||
}; | ||
@@ -134,3 +137,3 @@ export declare type IconDefine = { | ||
export declare type UnpointContent = { | ||
id: string; | ||
id: DataId; | ||
title: string; | ||
@@ -160,1 +163,2 @@ thumb?: string; | ||
}; | ||
export {}; |
@@ -86,5 +86,9 @@ import GeoJSON, { GeoJsonObject } from 'geojson'; | ||
}; | ||
export declare type ItemDefine = { | ||
declare type DataId = { | ||
id: string; | ||
dataSourceId: string; | ||
}; | ||
export declare type ItemDefine = { | ||
id: DataId; | ||
dataSourceId: string; | ||
position: Position; | ||
@@ -97,5 +101,4 @@ name: string; | ||
export declare type ContentsDefine = { | ||
id: string; | ||
itemId: string; | ||
dataSourceId: string; | ||
id: DataId; | ||
itemId: DataId; | ||
date?: Date; | ||
@@ -108,3 +111,3 @@ url?: string; | ||
videoUrl?: string; | ||
parentId?: string; | ||
parentId?: DataId; | ||
children?: ContentsDefine[]; | ||
@@ -123,4 +126,4 @@ anotherMapItemId?: string; | ||
date: Date; | ||
item_id: string; | ||
content_id: string; | ||
item_id: DataId; | ||
content_id: DataId; | ||
}; | ||
@@ -134,3 +137,3 @@ export declare type IconDefine = { | ||
export declare type UnpointContent = { | ||
id: string; | ||
id: DataId; | ||
title: string; | ||
@@ -160,1 +163,2 @@ thumb?: string; | ||
}; | ||
export {}; |
@@ -90,5 +90,9 @@ /// <reference types="multer" /> | ||
}; | ||
declare type ItemDefine = { | ||
declare type DataId = { | ||
id: string; | ||
dataSourceId: string; | ||
}; | ||
declare type ItemDefine = { | ||
id: DataId; | ||
dataSourceId: string; | ||
position: Position; | ||
@@ -101,5 +105,4 @@ name: string; | ||
declare type ContentsDefine = { | ||
id: string; | ||
itemId: string; | ||
dataSourceId: string; | ||
id: DataId; | ||
itemId: DataId; | ||
date?: Date; | ||
@@ -112,3 +115,3 @@ url?: string; | ||
videoUrl?: string; | ||
parentId?: string; | ||
parentId?: DataId; | ||
children?: ContentsDefine[]; | ||
@@ -127,4 +130,4 @@ anotherMapItemId?: string; | ||
date: Date; | ||
item_id: string; | ||
content_id: string; | ||
item_id: DataId; | ||
content_id: DataId; | ||
}; | ||
@@ -138,3 +141,3 @@ declare type IconDefine = { | ||
declare type UnpointContent$1 = { | ||
id: string; | ||
id: DataId; | ||
title: string; | ||
@@ -141,0 +144,0 @@ thumb?: string; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"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
1453447
243
55897
9
119