@soonspacejs/plugin-cps-soonmanager 2.10.14 → 2.10.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -3
- package/dist/index.esm.js +2 -2
- package/dist/types.d.ts +1 -0
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -195,9 +195,6 @@ declare class CpsSoonmanagerPlugin {
|
|
|
195
195
|
nodeList: import("@soonflow/plugin-soonmanager2-sync/dist/interface").Node[];
|
|
196
196
|
lineList: import("@soonflow/plugin-soonmanager2-sync/dist/interface").Edge[];
|
|
197
197
|
};
|
|
198
|
-
/**
|
|
199
|
-
* 是否需要执行解密流程
|
|
200
|
-
*/
|
|
201
198
|
subFlows: import("@soonflow/plugin-soonmanager2-sync/dist/interface").FlowSyncData[];
|
|
202
199
|
}[]>;
|
|
203
200
|
/**
|