sdk-sapi-promarketing 0.0.25 → 0.0.26

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.
package/dist/index.d.mts CHANGED
@@ -1076,7 +1076,7 @@ interface PlayerBonusActivateType extends CommonMessageType, GenericResponseRequ
1076
1076
  }
1077
1077
  interface PlayerBonusPromotionActivateDataType {
1078
1078
  /** Represents type of promotion. */
1079
- promotion_type: PromotionTypeEnum;
1079
+ promotion_id: number;
1080
1080
  }
1081
1081
  interface PlayerBonusPromotionActivateDataItemType {
1082
1082
  /** Represents promotion_id of promotion. */
package/dist/index.d.ts CHANGED
@@ -1076,7 +1076,7 @@ interface PlayerBonusActivateType extends CommonMessageType, GenericResponseRequ
1076
1076
  }
1077
1077
  interface PlayerBonusPromotionActivateDataType {
1078
1078
  /** Represents type of promotion. */
1079
- promotion_type: PromotionTypeEnum;
1079
+ promotion_id: number;
1080
1080
  }
1081
1081
  interface PlayerBonusPromotionActivateDataItemType {
1082
1082
  /** Represents promotion_id of promotion. */