Socket
Socket
Sign inDemoInstall

279map-backend-common

Package Overview
Dependencies
Maintainers
0
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.45.0 to 0.46.0

16

dist/cjs/types/api/broadcast.d.ts

@@ -1,7 +0,15 @@

import { DataId } from '../types-common/common-types';
import { DataId, MapKind } from '../types-common/common-types';
export type BroadcastItemParam = {
mapId: string;
operation: 'insert' | 'update' | 'delete';
itemIdList: DataId[];
operation: 'data-insert' | 'data-update';
targets: DataId[];
} | {
operation: 'data-delete';
targets: {
id: DataId;
map: {
id: string;
kind: MapKind;
}[];
}[];
} | {
operation: 'datasource-define-update';

@@ -8,0 +16,0 @@ datasourceId: string;

@@ -42,3 +42,2 @@ export type DataId = string;

featureType: FeatureType.ROAD;
lineJson: GeoJSON.Feature;
width: string;

@@ -45,0 +44,0 @@ } | {

@@ -1,7 +0,15 @@

import { DataId } from '../types-common/common-types';
import { DataId, MapKind } from '../types-common/common-types';
export type BroadcastItemParam = {
mapId: string;
operation: 'insert' | 'update' | 'delete';
itemIdList: DataId[];
operation: 'data-insert' | 'data-update';
targets: DataId[];
} | {
operation: 'data-delete';
targets: {
id: DataId;
map: {
id: string;
kind: MapKind;
}[];
}[];
} | {
operation: 'datasource-define-update';

@@ -8,0 +16,0 @@ datasourceId: string;

@@ -42,3 +42,2 @@ export type DataId = string;

featureType: FeatureType.ROAD;
lineJson: GeoJSON.Feature;
width: string;

@@ -45,0 +44,0 @@ } | {

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

featureType: FeatureType.ROAD;
lineJson: GeoJSON.Feature;
width: string;

@@ -543,6 +542,14 @@ } | {

type BroadcastItemParam = {
mapId: string;
operation: 'insert' | 'update' | 'delete';
itemIdList: DataId[];
operation: 'data-insert' | 'data-update';
targets: DataId[];
} | {
operation: 'data-delete';
targets: {
id: DataId;
map: {
id: string;
kind: MapKind;
}[];
}[];
} | {
operation: 'datasource-define-update';

@@ -549,0 +556,0 @@ datasourceId: string;

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