Skip to content

Commit

Permalink
オファーカタログにrelatedOfferを拡張
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Sep 18, 2023
1 parent 919226a commit e700caa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/offerCatalog.ts
Expand Up @@ -108,4 +108,16 @@ export interface ISearchConditions {
};
};
};
relatedOffer?: {
priceSpecification?: {
appliesToMovieTicket?: {
serviceOutput?: {
/**
* 決済方法区分
*/
typeOf?: { $in?: string[] };
};
};
};
};
}
4 changes: 4 additions & 0 deletions src/task/onResourceUpdated.ts
Expand Up @@ -27,6 +27,10 @@ export interface IData4common {
// 削除に対応(2023-07-28~)
isDeleted?: boolean;
useInform: boolean;
/**
* typeOf: OfferCatalogのリポジトリを判定するため
*/
isOfferCatalogItem?: boolean;
}
// ルーム削除に対応(2023-07-31~)
export interface IData4screeningRoom {
Expand Down

0 comments on commit e700caa

Please sign in to comment.