@spash/frontlib 1.0.3 → 1.0.5-beta.1
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/main.d.ts +2 -0
- package/dist/main.js +1541 -1541
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -339,6 +339,7 @@ export declare interface SessionInput {
|
|
|
339
339
|
bookingProvider?: string;
|
|
340
340
|
bookingProviderData?: string;
|
|
341
341
|
videoUploadEnable?: boolean;
|
|
342
|
+
aiEnabled: boolean;
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
export declare interface SessionPlayer {
|
|
@@ -578,6 +579,7 @@ export declare interface SessionTeam {
|
|
|
578
579
|
|
|
579
580
|
export declare interface SessionType {
|
|
580
581
|
id?: number;
|
|
582
|
+
reference: string;
|
|
581
583
|
}
|
|
582
584
|
|
|
583
585
|
export declare type SIZES = 'md' | 'lg' | 'xl';
|