@dcl/schemas 6.11.0 → 6.11.1

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.
@@ -88,16 +88,16 @@ export declare type RentalsListingsFilterBy = {
88
88
  /** The maximun price per day of the rental */
89
89
  maxPricePerDay?: string;
90
90
  /** The minimum amount of parcels to a plaza */
91
- minDistanceToPlaza?: string;
91
+ minDistanceToPlaza?: number;
92
92
  /**
93
93
  * The maxiumum amount of parcels to a plaza. If this value is more than 10, it will only bring those that
94
94
  * are less than 10 as those are the ones which distances were calculated
95
95
  */
96
- maxDistanceToPlaza?: string;
96
+ maxDistanceToPlaza?: number;
97
97
  /** The minimum amount of parcels in the estate */
98
- minEstateSize?: string;
98
+ minEstateSize?: number;
99
99
  /** The maxiumum amount of parcels in the estate */
100
- maxEstateSize?: string;
100
+ maxEstateSize?: number;
101
101
  /** If true, it will fetch all parcels and estates that are next to a road */
102
102
  adjacentToRoad?: boolean;
103
103
  };
package/dist/schemas.d.ts CHANGED
@@ -1516,16 +1516,16 @@ export declare type RentalsListingsFilterBy = {
1516
1516
  /** The maximun price per day of the rental */
1517
1517
  maxPricePerDay?: string;
1518
1518
  /** The minimum amount of parcels to a plaza */
1519
- minDistanceToPlaza?: string;
1519
+ minDistanceToPlaza?: number;
1520
1520
  /**
1521
1521
  * The maxiumum amount of parcels to a plaza. If this value is more than 10, it will only bring those that
1522
1522
  * are less than 10 as those are the ones which distances were calculated
1523
1523
  */
1524
- maxDistanceToPlaza?: string;
1524
+ maxDistanceToPlaza?: number;
1525
1525
  /** The minimum amount of parcels in the estate */
1526
- minEstateSize?: string;
1526
+ minEstateSize?: number;
1527
1527
  /** The maxiumum amount of parcels in the estate */
1528
- maxEstateSize?: string;
1528
+ maxEstateSize?: number;
1529
1529
  /** If true, it will fetch all parcels and estates that are next to a road */
1530
1530
  adjacentToRoad?: boolean;
1531
1531
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.11.0",
2
+ "version": "6.11.1",
3
3
  "name": "@dcl/schemas",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "dist"
34
34
  ],
35
- "commit": "55215a8092232974c3fde5151c3f9ab8318e0619"
35
+ "commit": "a07384d492df7aad28c169274f331de06b6d8fc3"
36
36
  }