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

@sport-activities/sdk

Package Overview
Dependencies
Maintainers
0
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.5 to 1.2.6

2

package.json
{
"name": "@sport-activities/sdk",
"version": "1.2.5",
"version": "1.2.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -272,3 +272,8 @@ // Generated by dts-bundle-generator v9.2.1

dataSourceVersion: number;
isBms?: boolean;
timeslots?: ActivityTimeslot[];
}
export interface ActivityTimeslot {
startDate: Date;
}
export interface ActivityMediaInterface extends ActivityFileUploadInterface {

@@ -472,2 +477,3 @@ identifier: string;

meta: MetaInterface | null;
external_id?: string | null;
}

@@ -581,3 +587,4 @@ export interface BaseTimeslotBodyInterface {

ATTENDEE_REVIEWS = "A-RVW",
ORGANIZER_PAYOUT_DONE = "O-PYT-DN"
ORGANIZER_PAYOUT_DONE = "O-PYT-DN",
ATTENDEE_REJECTED = "A-RJCTD"
}

@@ -584,0 +591,0 @@ export interface BookingItemResourceInterface {

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