@exclusive-website/types 2.1.5 → 2.1.7

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +0 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -149,11 +149,8 @@ export interface FavoritesListing {
149
149
  }
150
150
  export interface LocationDto {
151
151
  country: string;
152
- countryId: string;
153
152
  region: string;
154
- regionId: string;
155
153
  city: string;
156
- cityId: string;
157
154
  }
158
155
  export interface CountryDto {
159
156
  countryId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "A collection of shared types (DTOs and DBEs) for the organization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",