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.29 to 0.38.30

9

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

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

export type UnpointContent = {
id: DataId;
originalId: string;
title: string;

@@ -52,6 +52,9 @@ thumb?: string;

export declare const OdbaLinkDataAPI: APIDefine<OdbaLinkDataParam, void>;
export type OdbaLinkDataParam = CommonParam & {
export type OdbaLinkDataParam = CommonParam & ({
id: DataId;
parent: DataId;
};
} | {
originalId: string;
parent: DataId;
});
export declare const OdbaGetImageUrlAPI: APIDefine<OdbaGetImageUrlParam, string | undefined>;

@@ -58,0 +61,0 @@ export type OdbaGetImageUrlParam = CommonParam & {

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

export type UnpointContent = {
id: DataId;
originalId: string;
title: string;

@@ -52,6 +52,9 @@ thumb?: string;

export declare const OdbaLinkDataAPI: APIDefine<OdbaLinkDataParam, void>;
export type OdbaLinkDataParam = CommonParam & {
export type OdbaLinkDataParam = CommonParam & ({
id: DataId;
parent: DataId;
};
} | {
originalId: string;
parent: DataId;
});
export declare const OdbaGetImageUrlAPI: APIDefine<OdbaGetImageUrlParam, string | undefined>;

@@ -58,0 +61,0 @@ export type OdbaGetImageUrlParam = CommonParam & {

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

type UnpointContent = {
id: DataId;
originalId: string;
title: string;

@@ -408,6 +408,9 @@ thumb?: string;

declare const OdbaLinkDataAPI: APIDefine<OdbaLinkDataParam, void>;
type OdbaLinkDataParam = CommonParam & {
type OdbaLinkDataParam = CommonParam & ({
id: DataId;
parent: DataId;
};
} | {
originalId: string;
parent: DataId;
});
declare const OdbaGetImageUrlAPI: APIDefine<OdbaGetImageUrlParam, string | undefined>;

@@ -414,0 +417,0 @@ type OdbaGetImageUrlParam = CommonParam & {

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