@chase-shao/vue-component-lib 1.2.49 → 1.2.51

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.
@@ -138,8 +138,9 @@ export declare function getApprovers(): Promise<{
138
138
  value: string;
139
139
  }[]>;
140
140
  export declare function assignApprover(workflowId: string, email: string): Promise<void>;
141
- export declare function addComments(workflowId: string, email: string, comment: string): Promise<void>;
141
+ export declare function addComments(workflowId: string, email: string, comments: string): Promise<void>;
142
142
  export declare function getCommentsHistory(workflowId: string): Promise<{
143
- email: string;
144
- comment: string;
143
+ associator: string;
144
+ comments: string;
145
+ createdAt: string;
145
146
  }[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chase-shao/vue-component-lib",
3
- "version": "1.2.49",
3
+ "version": "1.2.51",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",