@cbm-common/cbm-types 0.0.289 → 0.0.291
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.
|
@@ -14,6 +14,8 @@ export declare class CbmWebSocketService {
|
|
|
14
14
|
joinReport(): void;
|
|
15
15
|
refreshSri(): Observable<any>;
|
|
16
16
|
joinSri(): void;
|
|
17
|
+
refresOrderVehicleInformation(): Observable<any>;
|
|
18
|
+
joinOrderVehicleInformation(): void;
|
|
17
19
|
refreshImportExcel(): Observable<any>;
|
|
18
20
|
joinImportExcel(): void;
|
|
19
21
|
logoutAuth<T = CbmWebSocketModel.LogoutAuth>(): Observable<T>;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -595,3 +595,6 @@ export * from './lib/components/detail-by-section/detail-by-section.model';
|
|
|
595
595
|
|
|
596
596
|
//#region type Of SRefheshschedule service
|
|
597
597
|
export * from './lib/domain/services/refresch-schedules.domain.service';
|
|
598
|
+
|
|
599
|
+
//#region type Of theme service
|
|
600
|
+
export * from './lib/domain/services/theme.domain.service';
|