Skip to content

Commit 3443450

Browse files
committed
revert PromotionActionType type tightening to avoid downstream build failure
1 parent 272342c commit 3443450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdkRuntimeModels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export interface SDKShoppingCart {
112112
}
113113

114114
export interface SDKPromotionAction {
115-
PromotionActionType: valueof<typeof PromotionActionType>;
115+
PromotionActionType: string | valueof<typeof PromotionActionType>;
116116
PromotionList?: SDKPromotion[];
117117
}
118118

0 commit comments

Comments
 (0)