@exclusive-website/types 2.4.9 → 2.5.0
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 +0 -1
- package/package.json +1 -1
- package/src/types.ts +0 -1
package/dist/types.d.ts
CHANGED
|
@@ -210,7 +210,6 @@ export interface PriceReadDto {
|
|
|
210
210
|
export interface ListingAdminFilterQueryReadDto {
|
|
211
211
|
query: ListingQueryReadDto;
|
|
212
212
|
stateOfListing: StateOfListing;
|
|
213
|
-
approvedState: StateOfListing;
|
|
214
213
|
transactionState: TransactionStatus;
|
|
215
214
|
}
|
|
216
215
|
export interface ModelAdminListReadDto {
|
package/package.json
CHANGED
package/src/types.ts
CHANGED