@chevre/factory 4.278.0-alpha.4 → 4.278.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.
|
@@ -348,9 +348,21 @@ export declare type ICreateParams = Pick<IAttributes, 'project' | 'typeOf' | 'do
|
|
|
348
348
|
*/
|
|
349
349
|
export declare type ISortOrder = EventFactory.ISortOrder;
|
|
350
350
|
export interface IOfferSearchConditions {
|
|
351
|
+
/**
|
|
352
|
+
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
353
|
+
*/
|
|
351
354
|
availableFrom?: Date;
|
|
355
|
+
/**
|
|
356
|
+
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
357
|
+
*/
|
|
352
358
|
availableThrough?: Date;
|
|
359
|
+
/**
|
|
360
|
+
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
361
|
+
*/
|
|
353
362
|
validFrom?: Date;
|
|
363
|
+
/**
|
|
364
|
+
* apiリクエストクライアントがseller.makesOffer.$elemMatchに含まれるものを検索
|
|
365
|
+
*/
|
|
354
366
|
validThrough?: Date;
|
|
355
367
|
itemOffered?: {
|
|
356
368
|
id?: {
|