Skip to content

Commit

Permalink
changes for appStore migration (#160)
Browse files Browse the repository at this point in the history
* changes for appStore migration

* updated the package version
  • Loading branch information
rishikesh-y authored Sep 29, 2023
1 parent 85dc6b6 commit 336784a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merokudao/dapp-store-registry",
"version": "0.1.95",
"version": "0.1.96",
"description": "The dApp Store registry for MerokuDAO dAapp Store",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions src/interfaces/dAppStoreSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ export interface StoreSchema {
developer?: DeveloperSchema;
isListed: boolean;
listDate: string;
expiryDate: string;
minted: boolean;
ownerAddress: string;
tokenId: string;
}

export interface EnrichSchema {
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/searchOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface AppStoreSearchPayload {
minAge?: number;
allowedInCountries?: string[];
blockedInCountries?: string[];
category?: string;
category?: string[];
limit?: number;
isListed?: boolean | string;
page?: string | number;
Expand Down

0 comments on commit 336784a

Please sign in to comment.