@sport-activities/sdk
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"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 { |
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
24496
966