@weekendgoals/weekendgoals-types 1.975.7756287737 → 1.982.7768233451
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/attractions/scraped-attraction.d.ts +2 -1
- package/dist/attractions/scraped-attraction.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cities/city.d.ts +0 -15
- package/dist/cities/city.d.ts.map +0 -1
- package/dist/cities/city.js +0 -3
- package/dist/cities/city.js.map +0 -1
- package/dist/cities/index.d.ts +0 -2
- package/dist/cities/index.d.ts.map +0 -1
- package/dist/cities/index.js +0 -18
- package/dist/cities/index.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AttractionType, Location } from "./attractions";
|
|
1
|
+
import { AttractionType, Location, Metadata } from "./attractions";
|
|
2
2
|
import { Address } from "./attractions";
|
|
3
3
|
export interface ScrapedAttraction {
|
|
4
4
|
hash?: string;
|
|
@@ -6,6 +6,7 @@ export interface ScrapedAttraction {
|
|
|
6
6
|
location?: Location;
|
|
7
7
|
address?: Address;
|
|
8
8
|
description?: string;
|
|
9
|
+
metadata?: Metadata;
|
|
9
10
|
type?: AttractionType;
|
|
10
11
|
venueId?: string;
|
|
11
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scraped-attraction.d.ts","sourceRoot":"","sources":["../../src/attractions/scraped-attraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"scraped-attraction.d.ts","sourceRoot":"","sources":["../../src/attractions/scraped-attraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAExC,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
package/package.json
CHANGED
package/dist/cities/city.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Location } from "../venues";
|
|
2
|
-
export interface City {
|
|
3
|
-
_id?: string;
|
|
4
|
-
name?: string;
|
|
5
|
-
localName?: string;
|
|
6
|
-
location?: Location;
|
|
7
|
-
country?: string;
|
|
8
|
-
iso2?: string;
|
|
9
|
-
iso3?: string;
|
|
10
|
-
adminName?: string;
|
|
11
|
-
population?: number;
|
|
12
|
-
createdAt?: string;
|
|
13
|
-
updatedAt?: string;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=city.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"city.d.ts","sourceRoot":"","sources":["../../src/cities/city.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAErC,MAAM,WAAW,IAAI;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
package/dist/cities/city.js
DELETED
package/dist/cities/city.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"city.js","sourceRoot":"","sources":["../../src/cities/city.ts"],"names":[],"mappings":""}
|
package/dist/cities/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cities/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
package/dist/cities/index.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./city"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cities/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/cities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB"}
|