@manycore/budget-plugin-api
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
{ | ||
"name": "@manycore/budget-plugin-api", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"title": "@manycore/budget-plugin-api", | ||
@@ -5,0 +5,0 @@ "description": "清单插件平台二开应用的API", |
@@ -6,3 +6,3 @@ import { ServService } from 'servkit'; | ||
*/ | ||
interface ISheet { | ||
export interface ISheet { | ||
/** | ||
@@ -16,3 +16,3 @@ * 表名称 | ||
*/ | ||
interface IColumn { | ||
export interface IColumn { | ||
/** | ||
@@ -38,3 +38,3 @@ * 列ID,表内唯一 | ||
*/ | ||
interface ICellError { | ||
export interface ICellError { | ||
/** | ||
@@ -48,3 +48,3 @@ * 单元格错误信息 | ||
*/ | ||
interface ICellBase { | ||
export interface ICellBase { | ||
/** | ||
@@ -70,3 +70,3 @@ * 表ID | ||
*/ | ||
interface ICell extends ICellBase { | ||
export interface ICell extends ICellBase { | ||
/** | ||
@@ -84,3 +84,3 @@ * 子表也是一个独立的表格,表Id在清单范围内唯一 | ||
*/ | ||
interface IROW { | ||
export interface IROW { | ||
/** | ||
@@ -103,3 +103,2 @@ * 行ID,表内唯一 | ||
* value: 'abc' | ||
* | ||
* }, | ||
@@ -120,3 +119,3 @@ * 12: { | ||
*/ | ||
interface ITable { | ||
export interface ITable { | ||
/** | ||
@@ -142,3 +141,3 @@ * 表ID,清单内唯一 | ||
*/ | ||
interface IListingMeta { | ||
export interface IListingMeta { | ||
/** | ||
@@ -227,2 +226,1 @@ * 清单的唯一标识 | ||
} | ||
export {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20237
548