279map-backend-common
Advanced tools
Comparing version 0.38.14 to 0.38.15
@@ -66,5 +66,4 @@ export type DataId = { | ||
export type ContentDatasourceConfig = { | ||
linkableChildContents: boolean; | ||
editable: boolean; | ||
deletable: boolean; | ||
linkableToItem: boolean; | ||
readonly?: boolean; | ||
fields: ContentFieldDefine[]; | ||
@@ -71,0 +70,0 @@ }; |
@@ -45,3 +45,3 @@ import { MapPageOptions } from '../graphql/__generated__/types'; | ||
}; | ||
export type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields'>; | ||
export type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields' | 'linkableToItem'>; | ||
export type MapDataSourceLinkTable = { | ||
@@ -48,0 +48,0 @@ map_page_id: string; |
@@ -66,5 +66,4 @@ export type DataId = { | ||
export type ContentDatasourceConfig = { | ||
linkableChildContents: boolean; | ||
editable: boolean; | ||
deletable: boolean; | ||
linkableToItem: boolean; | ||
readonly?: boolean; | ||
fields: ContentFieldDefine[]; | ||
@@ -71,0 +70,0 @@ }; |
@@ -45,3 +45,3 @@ import { MapPageOptions } from '../graphql/__generated__/types'; | ||
}; | ||
export type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields'>; | ||
export type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields' | 'linkableToItem'>; | ||
export type MapDataSourceLinkTable = { | ||
@@ -48,0 +48,0 @@ map_page_id: string; |
@@ -71,5 +71,4 @@ /// <reference types="multer" /> | ||
type ContentDatasourceConfig = { | ||
linkableChildContents: boolean; | ||
editable: boolean; | ||
deletable: boolean; | ||
linkableToItem: boolean; | ||
readonly?: boolean; | ||
fields: ContentFieldDefine[]; | ||
@@ -278,3 +277,3 @@ }; | ||
}; | ||
type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields'>; | ||
type DatasourceTblConfigForContent = Omit<ContentDatasourceConfig, 'fields' | 'linkableToItem'>; | ||
type MapDataSourceLinkTable = { | ||
@@ -281,0 +280,0 @@ map_page_id: string; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.38.14", | ||
"version": "0.38.15", | ||
"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
1177374
48044