shopoflex-types 1.0.212 → 1.0.214
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/common.d.ts +3 -1
- package/package.json +1 -1
package/dist/common.d.ts
CHANGED
|
@@ -443,7 +443,6 @@ export interface Vendor {
|
|
|
443
443
|
branchesCount: number;
|
|
444
444
|
usersCount: number;
|
|
445
445
|
};
|
|
446
|
-
allowCustomPricing?: boolean;
|
|
447
446
|
pixelsOptions?: PixelsOptions;
|
|
448
447
|
taxManagement?: TaxConfig;
|
|
449
448
|
currentPlan?: VendorCurrentPlan;
|
|
@@ -672,6 +671,9 @@ export interface IBranch {
|
|
|
672
671
|
showMap?: boolean;
|
|
673
672
|
accountingConfig?: IAccountingConfig;
|
|
674
673
|
storageConfig?: Record<string, any>;
|
|
674
|
+
allowCustomPricing?: boolean;
|
|
675
|
+
showCost?: boolean;
|
|
676
|
+
preventSessionCloseIfOpenCarts?: boolean;
|
|
675
677
|
}
|
|
676
678
|
export interface PaginationQuery {
|
|
677
679
|
page?: string;
|