@chase-shao/vue-component-lib 1.2.37 → 1.2.39

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.
@@ -121,3 +121,4 @@ export declare function updateData(className: string, id: string, data: object,
121
121
  export declare function approveData(className: string, id: string, email: string, reason: string, data: object, url: string, status: string, ifGlobal: string): Promise<any>;
122
122
  export declare function getOptions(url: string, value?: string): Promise<SelectOption[]>;
123
123
  export declare function getProcess(className: string, workflowId: string): Promise<any[]>;
124
+ export declare function getFiles(className: string, workflowId: string): Promise<any[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chase-shao/vue-component-lib",
3
- "version": "1.2.37",
3
+ "version": "1.2.39",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",