@sport-activities/sdk
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@sport-activities/sdk", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -493,2 +493,8 @@ // Generated by dts-bundle-generator v6.4.0 | ||
} | ||
export interface PromotionAppliedInterface { | ||
code: string; | ||
discountAmount: string; | ||
finalPrice: string; | ||
label: string; | ||
} | ||
export declare enum MessageTypeEnum { | ||
@@ -527,2 +533,3 @@ BOOKING_CONFIRM = "A-CNFRM", | ||
contactPhoneNumber: string | null; | ||
promotion?: PromotionAppliedInterface; | ||
} | ||
@@ -529,0 +536,0 @@ export interface SubscriptionInterface { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23086
908