umwd-components 0.1.728 → 0.1.730

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.
@@ -1 +1 @@
1
- export declare function updateIroAction(prevState: any, formData: FormData): Promise<any>;
1
+ export declare function updateIroAction(documentId: string, prevState: any, formData: FormData): Promise<any>;
@@ -1 +1 @@
1
- export declare function updateIpoAction(id: number, prevState: any, formData: FormData): Promise<any>;
1
+ export declare function updateIpoAction(documentId: string, prevState: any, formData: FormData): Promise<any>;
@@ -54,6 +54,7 @@ export type ProductStock = {
54
54
  };
55
55
  export type ProductName = {
56
56
  id: number;
57
+ documentId: string;
57
58
  title: string;
58
59
  slug: string;
59
60
  vendorID: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.728",
3
+ "version": "0.1.730",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",