@wix/real-estate-yaniv 1.0.14 → 1.0.16
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/build/cjs/index.d.ts +3 -0
- package/build/cjs/index.js +5 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -4
- package/build/cjs/meta.js +5 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -0
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -4
- package/build/es/meta.mjs +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -0
- package/build/internal/cjs/index.js +5 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -4
- package/build/internal/cjs/meta.js +5 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -0
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -4
- package/build/internal/es/meta.mjs +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
10
13
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
package/build/cjs/index.js
CHANGED
|
@@ -32,16 +32,19 @@ var index_exports = {};
|
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
package/build/cjs/meta.js
CHANGED
|
@@ -32,16 +32,19 @@ var meta_exports = {};
|
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/meta"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/meta"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
10
13
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
package/build/es/meta.mjs
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/meta";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/meta";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/meta";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
10
13
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
@@ -32,16 +32,19 @@ var index_exports = {};
|
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
|
@@ -32,16 +32,19 @@ var meta_exports = {};
|
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
auctions: () => auctions,
|
|
34
34
|
properties: () => properties,
|
|
35
|
-
propertyLists: () => propertyLists
|
|
35
|
+
propertyLists: () => propertyLists,
|
|
36
|
+
shopThisRoom: () => shopThisRoom
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
38
39
|
var auctions = __toESM(require("@wix/auto_sdk_real-estate-yaniv_auctions/meta"));
|
|
40
|
+
var shopThisRoom = __toESM(require("@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta"));
|
|
39
41
|
var properties = __toESM(require("@wix/auto_sdk_real-estate-yaniv_properties/meta"));
|
|
40
42
|
var propertyLists = __toESM(require("@wix/auto_sdk_real-estate-yaniv_property-lists/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
43
45
|
auctions,
|
|
44
46
|
properties,
|
|
45
|
-
propertyLists
|
|
47
|
+
propertyLists,
|
|
48
|
+
shopThisRoom
|
|
46
49
|
});
|
|
47
50
|
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,oBAA+B;","names":[]}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as auto_sdk_realEstateYaniv_auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';
|
|
2
2
|
export { auto_sdk_realEstateYaniv_auctions as auctions };
|
|
3
|
+
import * as auto_sdk_realEstateYaniv_shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';
|
|
4
|
+
export { auto_sdk_realEstateYaniv_shopThisRoom as shopThisRoom };
|
|
3
5
|
import * as auto_sdk_realEstateYaniv_properties from '@wix/auto_sdk_real-estate-yaniv_properties';
|
|
4
6
|
export { auto_sdk_realEstateYaniv_properties as properties };
|
|
5
7
|
import * as auto_sdk_realEstateYaniv_propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';
|
|
6
8
|
export { auto_sdk_realEstateYaniv_propertyLists as propertyLists };
|
|
7
9
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
10
|
+
import '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
8
11
|
import '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
9
12
|
import '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
10
13
|
import '@wix/auto_sdk_real-estate-yaniv_auctions/schemas';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions';\nimport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room';\nimport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties';\nimport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists';\n\nexport { auctions, shopThisRoom, properties, propertyLists };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as meta from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';
|
|
2
2
|
export { meta as auctions };
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_real-estate-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_real-estate-
|
|
6
|
-
export { meta$2 as
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';
|
|
4
|
+
export { meta$1 as shopThisRoom };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_real-estate-yaniv_properties/meta';
|
|
6
|
+
export { meta$2 as properties };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';
|
|
8
|
+
export { meta$3 as propertyLists };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// meta.ts
|
|
2
2
|
import * as auctions from "@wix/auto_sdk_real-estate-yaniv_auctions/meta";
|
|
3
|
+
import * as shopThisRoom from "@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta";
|
|
3
4
|
import * as properties from "@wix/auto_sdk_real-estate-yaniv_properties/meta";
|
|
4
5
|
import * as propertyLists from "@wix/auto_sdk_real-estate-yaniv_property-lists/meta";
|
|
5
6
|
export {
|
|
6
7
|
auctions,
|
|
7
8
|
properties,
|
|
8
|
-
propertyLists
|
|
9
|
+
propertyLists,
|
|
10
|
+
shopThisRoom
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as auctions from '@wix/auto_sdk_real-estate-yaniv_auctions/meta';\nexport * as shopThisRoom from '@wix/auto_sdk_real-estate-yaniv_shop-this-room/meta';\nexport * as properties from '@wix/auto_sdk_real-estate-yaniv_properties/meta';\nexport * as propertyLists from '@wix/auto_sdk_real-estate-yaniv_property-lists/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,mBAAmB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/real-estate-yaniv",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@wix/auto_sdk_real-estate-yaniv_auctions": "1.0.3",
|
|
43
43
|
"@wix/auto_sdk_real-estate-yaniv_properties": "1.0.11",
|
|
44
|
-
"@wix/auto_sdk_real-estate-yaniv_property-lists": "1.0.4"
|
|
44
|
+
"@wix/auto_sdk_real-estate-yaniv_property-lists": "1.0.4",
|
|
45
|
+
"@wix/auto_sdk_real-estate-yaniv_shop-this-room": "1.0.1"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"tsup": "^8.4.0",
|
|
@@ -62,5 +63,5 @@
|
|
|
62
63
|
"fqdn": ""
|
|
63
64
|
}
|
|
64
65
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "370a22cec6ef04cb2944ccc53c31bcc345f85469551ac80669a6d148"
|
|
66
67
|
}
|