279map-backend-common
Advanced tools
Comparing version 0.41.4 to 0.42.0
@@ -117,8 +117,8 @@ export type DataId = number; | ||
name: string; | ||
belongingItems: { | ||
belongingItem?: { | ||
itemId: DataId; | ||
name: string; | ||
mapKind: MapKind; | ||
}[]; | ||
}; | ||
}[]; | ||
}; |
@@ -123,5 +123,6 @@ import { MapPageOptions } from '../graphql/__generated__/types'; | ||
item_id: number; | ||
deep: number; | ||
item_datasource_id: string; | ||
location_kind: DatasourceLocationKindType; | ||
map_kind: MapKind; | ||
map_page_id: string; | ||
}; |
@@ -117,8 +117,8 @@ export type DataId = number; | ||
name: string; | ||
belongingItems: { | ||
belongingItem?: { | ||
itemId: DataId; | ||
name: string; | ||
mapKind: MapKind; | ||
}[]; | ||
}; | ||
}[]; | ||
}; |
@@ -123,5 +123,6 @@ import { MapPageOptions } from '../graphql/__generated__/types'; | ||
item_id: number; | ||
deep: number; | ||
item_datasource_id: string; | ||
location_kind: DatasourceLocationKindType; | ||
map_kind: MapKind; | ||
map_page_id: string; | ||
}; |
@@ -122,7 +122,7 @@ /// <reference types="multer" /> | ||
name: string; | ||
belongingItems: { | ||
belongingItem?: { | ||
itemId: DataId; | ||
name: string; | ||
mapKind: MapKind; | ||
}[]; | ||
}; | ||
}[]; | ||
@@ -396,4 +396,5 @@ }; | ||
item_id: number; | ||
deep: number; | ||
item_datasource_id: string; | ||
location_kind: DatasourceLocationKindType; | ||
map_kind: MapKind; | ||
map_page_id: string; | ||
@@ -400,0 +401,0 @@ }; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.41.4", | ||
"version": "0.42.0", | ||
"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
47866
1168869