@nextblock-cms/ecom 0.9.62 → 0.9.91

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.
@@ -6,7 +6,7 @@ export declare function updateProductAction(id: string, data: ProductFormValues)
6
6
  export declare function deleteProductAction(id: string): Promise<void>;
7
7
  export declare function bulkDeleteProductsAction(productIds: string[]): Promise<{
8
8
  success: boolean;
9
- error: string;
9
+ error: any;
10
10
  count?: undefined;
11
11
  } | {
12
12
  success: boolean;
@@ -15,7 +15,7 @@ export declare function bulkDeleteProductsAction(productIds: string[]): Promise<
15
15
  }>;
16
16
  export declare function bulkDraftProductsAction(productIds: string[]): Promise<{
17
17
  success: boolean;
18
- error: string;
18
+ error: any;
19
19
  count?: undefined;
20
20
  } | {
21
21
  success: boolean;