Skip to content

Commit

Permalink
単価オファー検索条件拡張
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Sep 20, 2023
1 parent 202550e commit 7da6853
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

- オファーカタログにrelatedOfferを拡張
- onResourceUpdatedタスクを集計オファーに対応
- 単価オファー検索条件拡張

### Changed

Expand Down
8 changes: 8 additions & 0 deletions src/unitPriceOffer.ts
Expand Up @@ -269,4 +269,12 @@ export interface ISearchConditions {
*/
id?: { $in?: string[] };
};
includedInOfferCatalogItem?: {
includedInDataCatalog?: {
/**
* 記載カタログID
*/
id?: { $in?: string[] };
};
};
}

0 comments on commit 7da6853

Please sign in to comment.