@exclusive-website/types 2.6.5 → 2.6.6

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/types.d.ts CHANGED
@@ -113,6 +113,7 @@ export interface ModelShortPreviewClientReadDto {
113
113
  nickname: string;
114
114
  location: LocationDto;
115
115
  transactionState: TransactionStatus;
116
+ approvedState: StateOfListing;
116
117
  featuredImage: MediaDto;
117
118
  created: Date;
118
119
  viewCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
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",
package/src/types.ts CHANGED
@@ -147,6 +147,7 @@ export interface ModelShortPreviewClientReadDto {
147
147
  nickname: string;
148
148
  location: LocationDto;
149
149
  transactionState: TransactionStatus;
150
+ approvedState: StateOfListing;
150
151
  featuredImage: MediaDto;
151
152
  created: Date;
152
153
  viewCount: number;