@chevre/factory 5.1.0 → 5.2.0-alpha.1

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.
@@ -175,7 +175,7 @@ export interface IAttributes extends Pick<EventFactory.IAttributes<EventType>, '
175
175
  organizer: IOrganizer;
176
176
  }
177
177
  export type IMemberProgramTier4create = Pick<IMemberProgramTier, 'typeOf'>;
178
- export type ISellerMakesOffer4create = Pick<ISellerMakesOffer, 'availabilityEnds' | 'availabilityStarts' | 'validFrom' | 'validThrough' | 'typeOf' | 'identifier'> & {
178
+ export type ISellerMakesOffer4create = Pick<ISellerMakesOffer, 'availabilityEnds' | 'availabilityStarts' | 'validFrom' | 'validThrough' | 'typeOf' | 'identifier' | 'offeredBy'> & {
179
179
  availableAtOrFrom: Pick<IOfferAvailableAtOrFrom, 'id'>;
180
180
  /**
181
181
  * 有効なメンバープログラムティア条件
package/lib/issuer.d.ts CHANGED
@@ -47,6 +47,7 @@ export declare namespace issuer {
47
47
  };
48
48
  identifier?: {
49
49
  $eq?: string;
50
+ $in?: string[];
50
51
  };
51
52
  project?: {
52
53
  id?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.1.0",
3
+ "version": "5.2.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",