@chevre/factory 10.5.0-alpha.1 → 10.5.0-alpha.2
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.
|
@@ -212,22 +212,6 @@ export type IUpdateByIdentifierParams = Pick<IUpdateByIdParams, 'additionalPrope
|
|
|
212
212
|
*/
|
|
213
213
|
export { ISortOrder };
|
|
214
214
|
export interface IOfferSearchConditions {
|
|
215
|
-
/**
|
|
216
|
-
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
217
|
-
*/
|
|
218
|
-
availableFrom?: Date;
|
|
219
|
-
/**
|
|
220
|
-
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
221
|
-
*/
|
|
222
|
-
availableThrough?: Date;
|
|
223
|
-
/**
|
|
224
|
-
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
225
|
-
*/
|
|
226
|
-
validFrom?: Date;
|
|
227
|
-
/**
|
|
228
|
-
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
229
|
-
*/
|
|
230
|
-
validThrough?: Date;
|
|
231
215
|
itemOffered?: {
|
|
232
216
|
id?: {
|
|
233
217
|
$in?: string[];
|