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