ecotransac-shared-js 1.1.49 → 1.1.50

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/index.d.mts CHANGED
@@ -5,12 +5,12 @@ declare const getLowThreshold: (isForPro: boolean) => {
5
5
  declare const getFeesPercentage: (price: number, isForProfessionalUse: boolean) => 0 | 10 | 9 | 8 | 7 | 8.5 | 7.5 | 6.5 | 6 | 5;
6
6
  type Mandate$1 = {
7
7
  isForProfessionalUse: boolean;
8
- isCommercialWallsSale: boolean | null;
9
- isBusinessAssetsTransfer: boolean | null;
10
- isLeaseRightsTransfer: boolean | null;
11
- netOwnerPrice: number | null;
12
- leaseRightsPrice: number | null;
13
- businessAssetsPrice: number | null;
8
+ isCommercialWallsSale?: boolean | null;
9
+ isBusinessAssetsTransfer?: boolean | null;
10
+ isLeaseRightsTransfer?: boolean | null;
11
+ netOwnerPrice?: number | null;
12
+ leaseRightsPrice?: number | null;
13
+ businessAssetsPrice?: number | null;
14
14
  };
15
15
  declare const getNetPrice: (mandate: Mandate$1) => number;
16
16
  declare const getAgencyFees: (mandate: Mandate$1 & {
package/dist/index.d.ts CHANGED
@@ -5,12 +5,12 @@ declare const getLowThreshold: (isForPro: boolean) => {
5
5
  declare const getFeesPercentage: (price: number, isForProfessionalUse: boolean) => 0 | 10 | 9 | 8 | 7 | 8.5 | 7.5 | 6.5 | 6 | 5;
6
6
  type Mandate$1 = {
7
7
  isForProfessionalUse: boolean;
8
- isCommercialWallsSale: boolean | null;
9
- isBusinessAssetsTransfer: boolean | null;
10
- isLeaseRightsTransfer: boolean | null;
11
- netOwnerPrice: number | null;
12
- leaseRightsPrice: number | null;
13
- businessAssetsPrice: number | null;
8
+ isCommercialWallsSale?: boolean | null;
9
+ isBusinessAssetsTransfer?: boolean | null;
10
+ isLeaseRightsTransfer?: boolean | null;
11
+ netOwnerPrice?: number | null;
12
+ leaseRightsPrice?: number | null;
13
+ businessAssetsPrice?: number | null;
14
14
  };
15
15
  declare const getNetPrice: (mandate: Mandate$1) => number;
16
16
  declare const getAgencyFees: (mandate: Mandate$1 & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",