@noatgnu/cupcake-core 1.3.5 → 1.3.6
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/index.d.ts
CHANGED
|
@@ -696,6 +696,7 @@ declare const TASK_STATUS_COLORS: Record<TaskStatus, string>;
|
|
|
696
696
|
|
|
697
697
|
interface CupcakeCoreConfig {
|
|
698
698
|
apiUrl: string;
|
|
699
|
+
websocketUrl?: string;
|
|
699
700
|
}
|
|
700
701
|
declare const CUPCAKE_CORE_CONFIG: InjectionToken<CupcakeCoreConfig>;
|
|
701
702
|
interface AuthResponse {
|
package/package.json
CHANGED