Skip to content

Commit

Permalink
単価オファー検索条件拡張
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Nov 29, 2023
1 parent aaaedd2 commit 257697a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unitPriceOffer.ts
Expand Up @@ -173,6 +173,7 @@ export interface ISearchConditions {
};
};
};
acceptedPaymentMethod?: { identifier?: { $in?: string[] } };
availability?: { $eq?: IAvailability };
availableAtOrFrom?: {
id?: {
Expand Down

0 comments on commit 257697a

Please sign in to comment.