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

onchain-sdk

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onchain-sdk - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

lib/src/utils/ICommonManager/index.d.ts

2

lib/src/components/PlmGantt/utils/index.d.ts

@@ -138,3 +138,3 @@ import { GanttStatic } from 'dhtmlx-gantt';

autoSetSign(task: PlmTask): {
hasOptType: boolean;
hasOptType: boolean; /** 清除一个节点的兄弟、祖先节点信息 */
hasInProcess: boolean;

@@ -141,0 +141,0 @@ hasNewValue: boolean;

@@ -11,2 +11,3 @@ import { ResponseData } from '../../typings';

static upload(data: any): Promise<any>;
static getInsByParams(data: any): Promise<any>;
static customUpdate(url: string, method: string, params: Record<string, any>): Promise<any>;

@@ -335,3 +336,3 @@ static getPriadd(params: any): Promise<any>;

static getOtherChangeTabCount(params: any): Promise<ResponseData>;
static doubleCanEdit(changeInsId: string, insIdPath: string, tabCode: any): Promise<ResponseData>;
static doubleCanEdit(changeInsId: string, insIdPath: string, tabCode: any, workflowId: any): Promise<ResponseData>;
static designCheckout({ insId, fileSize, changeInsId, checkoutBy, insName, }: {

@@ -338,0 +339,0 @@ insId: string | undefined;

@@ -33,3 +33,2 @@ import { ResponseData } from '../../typings';

/*****附件*****/
static getSelectfilebyparams(data: any): Promise<ResponseData>;
static attachmentCheckOut(data: any): Promise<ResponseData>;

@@ -55,3 +54,2 @@ static attachmentCancelCheckOut(data: any): Promise<ResponseData>;

static editInsOnlineEditingStatus(data: any): Promise<ResponseData>;
static editCreateTime(data: any): Promise<ResponseData>;
/*****产品分类*****/

@@ -58,0 +56,0 @@ /**

import InstanceUtils from './InstanceUtils';
export { InstanceUtils };
import ICommonManager from '../ICommonManager';
export { InstanceUtils, ICommonManager };
{
"name": "onchain-sdk",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {

@@ -6,0 +6,0 @@ "start": "umi dev",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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