Socket
Socket
Sign inDemoInstall

279map-backend-common

Package Overview
Dependencies
Maintainers
1
Versions
251
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.17 to 0.38.18

4

dist/cjs/types/api/dba-api-interface.d.ts

@@ -6,3 +6,3 @@ import { APIDefine, CurrentMap } from "../types";

};
export declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, DataId>;
export declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, string>;
export type OdbaRegistItemParam = CommonParam & {

@@ -13,3 +13,3 @@ dataSourceId: string;

};
export declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, DataId>;
export declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, string>;
export type OdbaRegistContentParam = CommonParam & {

@@ -16,0 +16,0 @@ parent: {

@@ -1,5 +0,2 @@

export type DataId = {
id: string;
dataSourceId: string;
};
export type DataId = string;
export declare enum MapKind {

@@ -6,0 +3,0 @@ Real = "Real",

@@ -77,3 +77,2 @@ import { MapPageOptions } from '../graphql/__generated__/types';

original_id: string;
name: string;
last_edited_time: string;

@@ -86,3 +85,3 @@ };

max_zoom: number;
geometry: any;
feature: any;
geo_properties: string;

@@ -89,0 +88,0 @@ };

@@ -6,3 +6,3 @@ import { APIDefine, CurrentMap } from "../types";

};
export declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, DataId>;
export declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, string>;
export type OdbaRegistItemParam = CommonParam & {

@@ -13,3 +13,3 @@ dataSourceId: string;

};
export declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, DataId>;
export declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, string>;
export type OdbaRegistContentParam = CommonParam & {

@@ -16,0 +16,0 @@ parent: {

@@ -1,5 +0,2 @@

export type DataId = {
id: string;
dataSourceId: string;
};
export type DataId = string;
export declare enum MapKind {

@@ -6,0 +3,0 @@ Real = "Real",

@@ -77,3 +77,2 @@ import { MapPageOptions } from '../graphql/__generated__/types';

original_id: string;
name: string;
last_edited_time: string;

@@ -86,3 +85,3 @@ };

max_zoom: number;
geometry: any;
feature: any;
geo_properties: string;

@@ -89,0 +88,0 @@ };

@@ -6,6 +6,3 @@ /// <reference types="multer" />

type DataId = {
id: string;
dataSourceId: string;
};
type DataId = string;
declare enum MapKind {

@@ -309,3 +306,2 @@ Real = "Real",

original_id: string;
name: string;
last_edited_time: string;

@@ -318,3 +314,3 @@ };

max_zoom: number;
geometry: any;
feature: any;
geo_properties: string;

@@ -369,3 +365,3 @@ };

};
declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, DataId>;
declare const OdbaRegistItemAPI: APIDefine<OdbaRegistItemParam, string>;
type OdbaRegistItemParam = CommonParam & {

@@ -376,3 +372,3 @@ dataSourceId: string;

};
declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, DataId>;
declare const OdbaRegistContentAPI: APIDefine<OdbaRegistContentParam, string>;
type OdbaRegistContentParam = CommonParam & {

@@ -379,0 +375,0 @@ parent: {

{
"name": "279map-backend-common",
"version": "0.38.17",
"version": "0.38.18",
"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