Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

279map-backend-common

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

279map-backend-common - npm Package Compare versions

Comparing version 0.38.16 to 0.38.17

44

dist/cjs/types/types/schema.d.ts

@@ -73,41 +73,22 @@ import { MapPageOptions } from '../graphql/__generated__/types';

};
export type TracksTable = {
track_page_id: string;
export type DatasTable = {
data_id: number;
data_source_id: string;
original_id: string;
name: string;
last_edited_time: string;
};
export type TrackFilesTable = {
track_file_id: number;
track_page_id: string;
data_source_id: string;
file_name: string;
};
export type TrackGeoJsonTable = {
track_file_id: number;
sub_id: number;
export type GeometryItemsTable = {
item_id: number;
data_id: number;
min_zoom: number;
max_zoom: number;
geojson: any;
};
export type ItemsTable = {
item_page_id: string;
data_source_id: string;
location: {
x: number;
y: number;
};
geometry: any;
geo_properties: string;
last_edited_time: string;
};
export type ContentsTable = {
content_page_id: string;
data_source_id: string;
parent_id?: string;
parent_datasource_id?: string;
title: string | null;
data_id: number;
contents?: ContentValueMap;
category?: string[];
date?: string;
last_edited_time: string;
};

@@ -121,4 +102,3 @@ export type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & {

image_id: number;
content_page_id: string;
data_source_id: string;
data_id: number;
field_key: string;

@@ -129,6 +109,4 @@ thumbnail: string;

export type ItemContentLink = {
item_page_id: string;
item_datasource_id: string;
content_page_id: string;
content_datasource_id: string;
item_data_id: number;
content_data_id: number;
last_edited_time: string;

@@ -135,0 +113,0 @@ };

@@ -73,41 +73,22 @@ import { MapPageOptions } from '../graphql/__generated__/types';

};
export type TracksTable = {
track_page_id: string;
export type DatasTable = {
data_id: number;
data_source_id: string;
original_id: string;
name: string;
last_edited_time: string;
};
export type TrackFilesTable = {
track_file_id: number;
track_page_id: string;
data_source_id: string;
file_name: string;
};
export type TrackGeoJsonTable = {
track_file_id: number;
sub_id: number;
export type GeometryItemsTable = {
item_id: number;
data_id: number;
min_zoom: number;
max_zoom: number;
geojson: any;
};
export type ItemsTable = {
item_page_id: string;
data_source_id: string;
location: {
x: number;
y: number;
};
geometry: any;
geo_properties: string;
last_edited_time: string;
};
export type ContentsTable = {
content_page_id: string;
data_source_id: string;
parent_id?: string;
parent_datasource_id?: string;
title: string | null;
data_id: number;
contents?: ContentValueMap;
category?: string[];
date?: string;
last_edited_time: string;
};

@@ -121,4 +102,3 @@ export type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & {

image_id: number;
content_page_id: string;
data_source_id: string;
data_id: number;
field_key: string;

@@ -129,6 +109,4 @@ thumbnail: string;

export type ItemContentLink = {
item_page_id: string;
item_datasource_id: string;
content_page_id: string;
content_datasource_id: string;
item_data_id: number;
content_data_id: number;
last_edited_time: string;

@@ -135,0 +113,0 @@ };

@@ -304,41 +304,22 @@ /// <reference types="multer" />

};
type TracksTable = {
track_page_id: string;
type DatasTable = {
data_id: number;
data_source_id: string;
original_id: string;
name: string;
last_edited_time: string;
};
type TrackFilesTable = {
track_file_id: number;
track_page_id: string;
data_source_id: string;
file_name: string;
};
type TrackGeoJsonTable = {
track_file_id: number;
sub_id: number;
type GeometryItemsTable = {
item_id: number;
data_id: number;
min_zoom: number;
max_zoom: number;
geojson: any;
};
type ItemsTable = {
item_page_id: string;
data_source_id: string;
location: {
x: number;
y: number;
};
geometry: any;
geo_properties: string;
last_edited_time: string;
};
type ContentsTable = {
content_page_id: string;
data_source_id: string;
parent_id?: string;
parent_datasource_id?: string;
title: string | null;
data_id: number;
contents?: ContentValueMap;
category?: string[];
date?: string;
last_edited_time: string;
};

@@ -352,4 +333,3 @@ type ContentsTableForRegist = Omit<ContentsTable, 'contents' | 'category' | 'date'> & {

image_id: number;
content_page_id: string;
data_source_id: string;
data_id: number;
field_key: string;

@@ -360,6 +340,4 @@ thumbnail: string;

type ItemContentLink = {
item_page_id: string;
item_datasource_id: string;
content_page_id: string;
content_datasource_id: string;
item_data_id: number;
content_data_id: number;
last_edited_time: string;

@@ -567,2 +545,2 @@ };

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 };
export { APIDefine, Auth, AuthManagementInterface, BroadcastItemParam, ConnectErrorType, ContentDatasourceConfig, ContentFieldDefine, ContentValueMap, ContentsTable, ContentsTableForRegist, CurrentMap, DataId, DataSourceTable, DataSourceTableForRegist, DatasTable, DatasourceLocationKindType, DatasourceTblConfigForContent, Exact, FeatureType, GeoProperties, GeocoderIdInfo, GeometryItemsTable, IconDefine, IconKey, ImagesTable, Incremental, InputMaybe, ItemContentLink, ItemDatasourceConfig, ItemLabelMode, 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, UnpointContent, UpdateContentLinkCacheParam, User, callBroadcast, callOdbaApi, convertKmToLonLat, getImageBase64, initializeOdba, initializeOriginalAuth, registAPIs, registFile, sleep };
{
"name": "279map-backend-common",
"version": "0.38.16",
"version": "0.38.17",
"description": "279map backend common modules",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc