Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sport-activities/sdk

Package Overview
Dependencies
Maintainers
6
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sport-activities/sdk - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"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 {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc