@cbm-common/cbm-types 0.0.17 → 0.0.19
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/lib/components/accounting-seat/accounting-seat.d.ts +32 -32
- package/lib/components/advanced-item-search-modal/advanced-item-search-modal.d.ts +25 -25
- package/lib/components/advanced-item-search-modal/alternative-item-list/alternative-item-list.d.ts +25 -25
- package/lib/components/advanced-item-search-modal/item-list/item-list.d.ts +85 -85
- package/lib/components/attachments/attachments.d.ts +50 -50
- package/lib/components/attachments/components/grid-view/grid-view.d.ts +32 -32
- package/lib/components/attachments/components/list-view/list-view.d.ts +41 -41
- package/lib/components/documents-reference/components/add/add.d.ts +112 -112
- package/lib/components/documents-reference/components/delete/delete.d.ts +28 -28
- package/lib/components/documents-reference/components/reference-document-by-tab/reference-document-by-tab.d.ts +39 -39
- package/lib/components/documents-reference/components/reference-document-to-tab/reference-document-to-tab.d.ts +42 -42
- package/lib/components/documents-reference/documents-reference.d.ts +21 -21
- package/lib/components/json-modal/json-modal.d.ts +14 -14
- package/lib/components/record-detail-metadata/components/options/options.d.ts +13 -13
- package/lib/components/user-history/components/email-history/email-history.component.d.ts +66 -66
- package/lib/components/user-history/components/general-history/general-history.component.d.ts +58 -58
- package/lib/components/user-history/components/print-history/print-history.component.d.ts +58 -58
- package/lib/components/user-history/components/sri-history/sri-history.component.d.ts +63 -63
- package/lib/components/user-history/user-history.d.ts +30 -30
- package/lib/domain/models/provider.domain.model.d.ts +255 -255
- package/lib/domain/repositories/alternative-item.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/bank-movements.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/bank.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/card-settlement.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/cash-liquidation.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/client-branch.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/client-category.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/client-group.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/client.domain.repository.d.ts +18 -18
- package/lib/domain/repositories/company.domain.repository.d.ts +16 -16
- package/lib/domain/repositories/contact.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/cost-center.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/deadline.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/document-reference.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/document-type.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/driver.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/email-settings.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/financial-bank.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/group.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/history.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/item.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/kit.domain.repository.d.ts +18 -18
- package/lib/domain/repositories/outgoing-banking-transaction.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/price-list.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/provider.domain.repository.d.ts +19 -19
- package/lib/domain/repositories/report-financials.domain.repository.d.ts +241 -241
- package/lib/domain/repositories/seat.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/seller.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/service-outsourcing.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/service.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/sri-history.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/upload.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/warehouse.domain.repository.d.ts +14 -14
- package/lib/domain/services/web-socket/web-socket.service.d.ts +18 -18
- package/lib/infrastructure/repositories/alternative-item.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/bank-movements.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/bank.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/card-settlement.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/cash-liquidation.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/client-branch.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/client-category.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/client-group.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/client.infrastructure.repository.d.ts +15 -15
- package/lib/infrastructure/repositories/company.infrastructure.repository.d.ts +13 -13
- package/lib/infrastructure/repositories/contac.infrastrucutre.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/cost-center.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/deadline.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/document-reference.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/document-type.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/driver.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/email-settings.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/financial-bank.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/group.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/history.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/item.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/kit.infrastructure.repository.d.ts +15 -15
- package/lib/infrastructure/repositories/outgoing-banking-transaction.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/price-list.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/provider.infrastructure.repository.d.ts +16 -16
- package/lib/infrastructure/repositories/report-financials.infrastructure.repository.d.ts +238 -238
- package/lib/infrastructure/repositories/seat.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/seller.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/service-outsourcing.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/service.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/sri-history.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/upload.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/user.infrastructure.repository.d.ts +18 -18
- package/lib/infrastructure/repositories/warehouse.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/services/alternative-item.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/bank-movements.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/bank.infrasctructure.service.d.ts +15 -15
- package/lib/infrastructure/services/card-settlement.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/cash-liquidation.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/client-branch.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/client-category.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/client-group.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/client.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/company.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/contact.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/cost-center.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/deadline.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/document-reference.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/document-type.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/driver.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/email-settings.infrastruture.service.d.ts +14 -14
- package/lib/infrastructure/services/financial-bank.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/group.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/history.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/item.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/kit.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/outgoing-banking-transaction.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/price-list.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/provider.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/report-financials.infrastructure.service.d.ts +246 -246
- package/lib/infrastructure/services/seat.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/seller.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/service-outsourcing.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/service.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/sri-history.infrastructure.service.d.ts +9 -9
- package/lib/infrastructure/services/upload.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/warehouse.infrastructure.service.d.ts +16 -16
- package/lib/remotes/components.remote.d.ts +3 -3
- package/lib/remotes/repositories/company.repository.d.ts +3 -3
- package/lib/remotes/repositories/user.repository.d.ts +3 -3
- package/lib/remotes/services/auth.service.d.ts +3 -3
- package/lib/remotes/services/web-socket.service.d.ts +4 -4
- package/lib/remotes/services.remote.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
-
import { CbmSeatModel } from "../../domain/models/seat.domain.model";
|
|
3
|
-
import { ICbmSeatInfrastructureRepository } from "../repositories/seat.infrastructure.repository";
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
export declare class CbmSeatInfrastructureService implements ICbmSeatInfrastructureRepository {
|
|
6
|
-
private http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
private readonly url;
|
|
9
|
-
list(params: CbmSeatModel.ListParams): Observable<CbmSeatModel.ListResponse>;
|
|
10
|
-
getOne(id: string): Observable<CbmSeatModel.GetOneResponse>;
|
|
11
|
-
save(data: CbmSeatModel.SaveBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
12
|
-
update(id: string, data: CbmSeatModel.UpdateBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
13
|
-
changeStatus(id: string, data: CbmSeatModel.ChangeStatusBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
14
|
-
delete(id: string): Observable<CbmSeatModel.ConfirmResponse>;
|
|
15
|
-
findAccountingMovements(id: string): Observable<CbmSeatModel.FindAccountingMovementsResponse>;
|
|
16
|
-
downloadExcel(params: CbmSeatModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
17
|
-
downloadGeneralPdf(params: CbmSeatModel.DownloadGeneralPdfParams): Observable<HttpResponse<Blob>>;
|
|
18
|
-
downloadIndividualPdf(params: CbmSeatModel.DownloadIndividualPdfParams): Observable<HttpResponse<Blob>>;
|
|
19
|
-
downloadIndividualExcel(params: CbmSeatModel.DownloadIndividualExcelParams): Observable<HttpResponse<Blob>>;
|
|
20
|
-
findByFilter(params: CbmSeatModel.FindByFilterParams): Observable<CbmSeatModel.FindByFilterResponse>;
|
|
21
|
-
}
|
|
1
|
+
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
+
import { CbmSeatModel } from "../../domain/models/seat.domain.model";
|
|
3
|
+
import { ICbmSeatInfrastructureRepository } from "../repositories/seat.infrastructure.repository";
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
export declare class CbmSeatInfrastructureService implements ICbmSeatInfrastructureRepository {
|
|
6
|
+
private http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
private readonly url;
|
|
9
|
+
list(params: CbmSeatModel.ListParams): Observable<CbmSeatModel.ListResponse>;
|
|
10
|
+
getOne(id: string): Observable<CbmSeatModel.GetOneResponse>;
|
|
11
|
+
save(data: CbmSeatModel.SaveBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
12
|
+
update(id: string, data: CbmSeatModel.UpdateBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
13
|
+
changeStatus(id: string, data: CbmSeatModel.ChangeStatusBody): Observable<CbmSeatModel.ConfirmResponse>;
|
|
14
|
+
delete(id: string): Observable<CbmSeatModel.ConfirmResponse>;
|
|
15
|
+
findAccountingMovements(id: string): Observable<CbmSeatModel.FindAccountingMovementsResponse>;
|
|
16
|
+
downloadExcel(params: CbmSeatModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
17
|
+
downloadGeneralPdf(params: CbmSeatModel.DownloadGeneralPdfParams): Observable<HttpResponse<Blob>>;
|
|
18
|
+
downloadIndividualPdf(params: CbmSeatModel.DownloadIndividualPdfParams): Observable<HttpResponse<Blob>>;
|
|
19
|
+
downloadIndividualExcel(params: CbmSeatModel.DownloadIndividualExcelParams): Observable<HttpResponse<Blob>>;
|
|
20
|
+
findByFilter(params: CbmSeatModel.FindByFilterParams): Observable<CbmSeatModel.FindByFilterResponse>;
|
|
21
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CbmSellerModel } from "../../domain/models/seller.domain.model";
|
|
4
|
-
import { HttpResponse } from '@angular/common/http';
|
|
5
|
-
import { ICbmSellerInfrastructureRepository } from "../repositories/seller.infrastructure.repository";
|
|
6
|
-
export declare class CbmSellerInfrastructureService implements ICbmSellerInfrastructureRepository {
|
|
7
|
-
private readonly http;
|
|
8
|
-
constructor(http: HttpClient);
|
|
9
|
-
private readonly url;
|
|
10
|
-
list(params: CbmSellerModel.ListParams): Observable<CbmSellerModel.ListResponse>;
|
|
11
|
-
getOne(id: string): Observable<CbmSellerModel.GetOneResponse>;
|
|
12
|
-
save(data: CbmSellerModel.SaveBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
13
|
-
update(id: string, data: CbmSellerModel.UpdateBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
14
|
-
changeStatus(id: string, data: CbmSellerModel.ChangeStatusBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
15
|
-
delete(id: string): Observable<CbmSellerModel.ConfirmResponse>;
|
|
16
|
-
downloadExcelCarga(params: CbmSellerModel.DownloadExcelCarga): Observable<HttpResponse<Blob>>;
|
|
17
|
-
downloadExcelReport(params: CbmSellerModel.DownloadExcelReportParams): Observable<HttpResponse<Blob>>;
|
|
18
|
-
restore(id: string): Observable<CbmSellerModel.ConfirmResponse>;
|
|
19
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CbmSellerModel } from "../../domain/models/seller.domain.model";
|
|
4
|
+
import { HttpResponse } from '@angular/common/http';
|
|
5
|
+
import { ICbmSellerInfrastructureRepository } from "../repositories/seller.infrastructure.repository";
|
|
6
|
+
export declare class CbmSellerInfrastructureService implements ICbmSellerInfrastructureRepository {
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
private readonly url;
|
|
10
|
+
list(params: CbmSellerModel.ListParams): Observable<CbmSellerModel.ListResponse>;
|
|
11
|
+
getOne(id: string): Observable<CbmSellerModel.GetOneResponse>;
|
|
12
|
+
save(data: CbmSellerModel.SaveBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
13
|
+
update(id: string, data: CbmSellerModel.UpdateBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
14
|
+
changeStatus(id: string, data: CbmSellerModel.ChangeStatusBody): Observable<CbmSellerModel.ConfirmResponse>;
|
|
15
|
+
delete(id: string): Observable<CbmSellerModel.ConfirmResponse>;
|
|
16
|
+
downloadExcelCarga(params: CbmSellerModel.DownloadExcelCarga): Observable<HttpResponse<Blob>>;
|
|
17
|
+
downloadExcelReport(params: CbmSellerModel.DownloadExcelReportParams): Observable<HttpResponse<Blob>>;
|
|
18
|
+
restore(id: string): Observable<CbmSellerModel.ConfirmResponse>;
|
|
19
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
-
import { CbmOutsourcingServiceModel } from "../../domain/models/service-outsourcing.domain.model";
|
|
3
|
-
import { ICbmServiceOutsourcingInfrastructureRepository } from "../repositories/service-outsourcing.infrastructure.repository";
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
export declare class CbmServiceOutsourcingInfrastructureService implements ICbmServiceOutsourcingInfrastructureRepository {
|
|
6
|
-
private http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
private readonly url;
|
|
9
|
-
list(params: CbmOutsourcingServiceModel.ListParams): Observable<CbmOutsourcingServiceModel.ListResponse>;
|
|
10
|
-
getOne(id: string): Observable<CbmOutsourcingServiceModel.GetOneResponse>;
|
|
11
|
-
getOneByCode(code: string): Observable<CbmOutsourcingServiceModel.GetOneByCodeResponse>;
|
|
12
|
-
save(data: CbmOutsourcingServiceModel.SaveBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
13
|
-
update(id: string, data: CbmOutsourcingServiceModel.UpdateBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
14
|
-
changeStatus(id: string, data: CbmOutsourcingServiceModel.ChangeStatusBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
15
|
-
restore(id: string, data: CbmOutsourcingServiceModel.RestoreBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
16
|
-
delete(id: string): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
17
|
-
downloadExcel(params: CbmOutsourcingServiceModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
18
|
-
downloadExcelCreateTemplate(): Observable<HttpResponse<Blob>>;
|
|
19
|
-
importExcelCreate(formData: FormData): Observable<HttpResponse<Blob>>;
|
|
20
|
-
downloadIndividualPdf(id: string): Observable<HttpResponse<Blob>>;
|
|
21
|
-
}
|
|
1
|
+
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
+
import { CbmOutsourcingServiceModel } from "../../domain/models/service-outsourcing.domain.model";
|
|
3
|
+
import { ICbmServiceOutsourcingInfrastructureRepository } from "../repositories/service-outsourcing.infrastructure.repository";
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
export declare class CbmServiceOutsourcingInfrastructureService implements ICbmServiceOutsourcingInfrastructureRepository {
|
|
6
|
+
private http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
private readonly url;
|
|
9
|
+
list(params: CbmOutsourcingServiceModel.ListParams): Observable<CbmOutsourcingServiceModel.ListResponse>;
|
|
10
|
+
getOne(id: string): Observable<CbmOutsourcingServiceModel.GetOneResponse>;
|
|
11
|
+
getOneByCode(code: string): Observable<CbmOutsourcingServiceModel.GetOneByCodeResponse>;
|
|
12
|
+
save(data: CbmOutsourcingServiceModel.SaveBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
13
|
+
update(id: string, data: CbmOutsourcingServiceModel.UpdateBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
14
|
+
changeStatus(id: string, data: CbmOutsourcingServiceModel.ChangeStatusBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
15
|
+
restore(id: string, data: CbmOutsourcingServiceModel.RestoreBody): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
16
|
+
delete(id: string): Observable<CbmOutsourcingServiceModel.ConfirmResponse>;
|
|
17
|
+
downloadExcel(params: CbmOutsourcingServiceModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
18
|
+
downloadExcelCreateTemplate(): Observable<HttpResponse<Blob>>;
|
|
19
|
+
importExcelCreate(formData: FormData): Observable<HttpResponse<Blob>>;
|
|
20
|
+
downloadIndividualPdf(id: string): Observable<HttpResponse<Blob>>;
|
|
21
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
-
import { CbmServiceModel } from "../../domain/models/service.domain.model";
|
|
3
|
-
import { ICbmServiceInfrastructureRepository } from "../repositories/service.infrastructure.repository";
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
export declare class CbmServiceInfrastructureService implements ICbmServiceInfrastructureRepository {
|
|
6
|
-
private http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
private readonly url;
|
|
9
|
-
list(params: CbmServiceModel.ListParams): Observable<CbmServiceModel.ListResponse>;
|
|
10
|
-
getOne(id: string): Observable<CbmServiceModel.GetOneResponse>;
|
|
11
|
-
getOneByCode(code: string): Observable<CbmServiceModel.GetOneResponse>;
|
|
12
|
-
save(data: CbmServiceModel.SaveBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
13
|
-
update(id: string, data: CbmServiceModel.UpdateBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
14
|
-
changeStatus(id: string, data: CbmServiceModel.ChangeStatusBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
15
|
-
restore(id: string, data: CbmServiceModel.RestoreBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
16
|
-
delete(id: string): Observable<CbmServiceModel.ConfirmResponse>;
|
|
17
|
-
downloadExcel(params: CbmServiceModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
18
|
-
downloadExcelCreateTemplate(): Observable<HttpResponse<Blob>>;
|
|
19
|
-
importExcelCreate(formData: FormData): Observable<HttpResponse<Blob>>;
|
|
20
|
-
downloadIndividualPdf(id: string): Observable<HttpResponse<Blob>>;
|
|
21
|
-
}
|
|
1
|
+
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
+
import { CbmServiceModel } from "../../domain/models/service.domain.model";
|
|
3
|
+
import { ICbmServiceInfrastructureRepository } from "../repositories/service.infrastructure.repository";
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
export declare class CbmServiceInfrastructureService implements ICbmServiceInfrastructureRepository {
|
|
6
|
+
private http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
private readonly url;
|
|
9
|
+
list(params: CbmServiceModel.ListParams): Observable<CbmServiceModel.ListResponse>;
|
|
10
|
+
getOne(id: string): Observable<CbmServiceModel.GetOneResponse>;
|
|
11
|
+
getOneByCode(code: string): Observable<CbmServiceModel.GetOneResponse>;
|
|
12
|
+
save(data: CbmServiceModel.SaveBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
13
|
+
update(id: string, data: CbmServiceModel.UpdateBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
14
|
+
changeStatus(id: string, data: CbmServiceModel.ChangeStatusBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
15
|
+
restore(id: string, data: CbmServiceModel.RestoreBody): Observable<CbmServiceModel.ConfirmResponse>;
|
|
16
|
+
delete(id: string): Observable<CbmServiceModel.ConfirmResponse>;
|
|
17
|
+
downloadExcel(params: CbmServiceModel.DownloadExcelParams): Observable<HttpResponse<Blob>>;
|
|
18
|
+
downloadExcelCreateTemplate(): Observable<HttpResponse<Blob>>;
|
|
19
|
+
importExcelCreate(formData: FormData): Observable<HttpResponse<Blob>>;
|
|
20
|
+
downloadIndividualPdf(id: string): Observable<HttpResponse<Blob>>;
|
|
21
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { HttpClient } from "@angular/common/http";
|
|
2
|
-
import { CbmSriHistoryModel } from "../../domain/models/sri-history.domain.model";
|
|
3
|
-
import { Observable } from "rxjs";
|
|
4
|
-
export declare class CbmSriHistoryInfrastructureService {
|
|
5
|
-
private http;
|
|
6
|
-
constructor(http: HttpClient);
|
|
7
|
-
private readonly url;
|
|
8
|
-
list(params: CbmSriHistoryModel.ListParams): Observable<CbmSriHistoryModel.ListResponse>;
|
|
9
|
-
}
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { CbmSriHistoryModel } from "../../domain/models/sri-history.domain.model";
|
|
3
|
+
import { Observable } from "rxjs";
|
|
4
|
+
export declare class CbmSriHistoryInfrastructureService {
|
|
5
|
+
private http;
|
|
6
|
+
constructor(http: HttpClient);
|
|
7
|
+
private readonly url;
|
|
8
|
+
list(params: CbmSriHistoryModel.ListParams): Observable<CbmSriHistoryModel.ListResponse>;
|
|
9
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
-
import { CbmUploadModel } from "../../domain/models/upload.domain.model";
|
|
3
|
-
import { ICbmUploadInfrastructureRepository } from "../repositories/upload.infrastructure.repository";
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
export declare class CbmUploadInfrastructureService implements ICbmUploadInfrastructureRepository {
|
|
6
|
-
private readonly http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
private readonly url;
|
|
9
|
-
listImport(params: CbmUploadModel.ListImportParams): Observable<CbmUploadModel.ListImportResponse>;
|
|
10
|
-
listAnnexe(params: CbmUploadModel.ListAnnexeParams): Observable<CbmUploadModel.ListAnnexeResponse>;
|
|
11
|
-
uploadAnnexe(formData: FormData): Observable<CbmUploadModel.ConfirmResponse>;
|
|
12
|
-
deleteAnnexe(id: string): Observable<CbmUploadModel.ConfirmResponse>;
|
|
13
|
-
downloadFile(url: string): Observable<HttpResponse<Blob>>;
|
|
14
|
-
uploadRideAndXmlFiles(params: CbmUploadModel.UploadRideAndXmlFilesParams): Observable<CbmUploadModel.UploadRideAndXmlFilesResponse>;
|
|
15
|
-
downloadRideAndXmlFiles(params: CbmUploadModel.DownloadFileRideAndXml): Observable<HttpResponse<Blob>>;
|
|
16
|
-
}
|
|
1
|
+
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
|
+
import { CbmUploadModel } from "../../domain/models/upload.domain.model";
|
|
3
|
+
import { ICbmUploadInfrastructureRepository } from "../repositories/upload.infrastructure.repository";
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
export declare class CbmUploadInfrastructureService implements ICbmUploadInfrastructureRepository {
|
|
6
|
+
private readonly http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
private readonly url;
|
|
9
|
+
listImport(params: CbmUploadModel.ListImportParams): Observable<CbmUploadModel.ListImportResponse>;
|
|
10
|
+
listAnnexe(params: CbmUploadModel.ListAnnexeParams): Observable<CbmUploadModel.ListAnnexeResponse>;
|
|
11
|
+
uploadAnnexe(formData: FormData): Observable<CbmUploadModel.ConfirmResponse>;
|
|
12
|
+
deleteAnnexe(id: string): Observable<CbmUploadModel.ConfirmResponse>;
|
|
13
|
+
downloadFile(url: string): Observable<HttpResponse<Blob>>;
|
|
14
|
+
uploadRideAndXmlFiles(params: CbmUploadModel.UploadRideAndXmlFilesParams): Observable<CbmUploadModel.UploadRideAndXmlFilesResponse>;
|
|
15
|
+
downloadRideAndXmlFiles(params: CbmUploadModel.DownloadFileRideAndXml): Observable<HttpResponse<Blob>>;
|
|
16
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CbmWarehouseModel } from "../../domain/models/warehouse.domain.model";
|
|
4
|
-
import { ICbmWarehouseInfrastructureRepository } from "../repositories/warehouse.infrastructure.repository";
|
|
5
|
-
export declare class CbmWarehouseInfrastructureService implements ICbmWarehouseInfrastructureRepository {
|
|
6
|
-
private readonly http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
private readonly url;
|
|
9
|
-
list(params: CbmWarehouseModel.ListParams): Observable<CbmWarehouseModel.ListResponse>;
|
|
10
|
-
listPaginated(params: CbmWarehouseModel.ListParamsPaginated): Observable<CbmWarehouseModel.ListResponsePaginated>;
|
|
11
|
-
getOne(id: string): Observable<CbmWarehouseModel.GetOneResponse>;
|
|
12
|
-
save(data: CbmWarehouseModel.SaveBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
13
|
-
update(id: string, data: CbmWarehouseModel.UpdateBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
14
|
-
changeStatus(id: string, data: CbmWarehouseModel.ChangeStatusBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
15
|
-
delete(id: string): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
16
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CbmWarehouseModel } from "../../domain/models/warehouse.domain.model";
|
|
4
|
+
import { ICbmWarehouseInfrastructureRepository } from "../repositories/warehouse.infrastructure.repository";
|
|
5
|
+
export declare class CbmWarehouseInfrastructureService implements ICbmWarehouseInfrastructureRepository {
|
|
6
|
+
private readonly http;
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
private readonly url;
|
|
9
|
+
list(params: CbmWarehouseModel.ListParams): Observable<CbmWarehouseModel.ListResponse>;
|
|
10
|
+
listPaginated(params: CbmWarehouseModel.ListParamsPaginated): Observable<CbmWarehouseModel.ListResponsePaginated>;
|
|
11
|
+
getOne(id: string): Observable<CbmWarehouseModel.GetOneResponse>;
|
|
12
|
+
save(data: CbmWarehouseModel.SaveBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
13
|
+
update(id: string, data: CbmWarehouseModel.UpdateBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
14
|
+
changeStatus(id: string, data: CbmWarehouseModel.ChangeStatusBody): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
15
|
+
delete(id: string): Observable<CbmWarehouseModel.ConfirmResponse>;
|
|
16
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { CbmUserHistoryComponent } from "../components/user-history/user-history";
|
|
2
|
-
export { CbmModalConfirmComponent } from "../components/modal-confirm/modal-confirm";
|
|
3
|
-
export { CbmRecordDetailMetadataComponent } from "../components/record-detail-metadata/record-detail-metadata";
|
|
1
|
+
export { CbmUserHistoryComponent } from "../components/user-history/user-history";
|
|
2
|
+
export { CbmModalConfirmComponent } from "../components/modal-confirm/modal-confirm";
|
|
3
|
+
export { CbmRecordDetailMetadataComponent } from "../components/record-detail-metadata/record-detail-metadata";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { HttpClient } from "@angular/common/http";
|
|
2
|
-
import { CbmCompanyDomainRepository } from "../../domain/repositories/company.domain.repository";
|
|
3
|
-
export declare function companyFactory(http: HttpClient): CbmCompanyDomainRepository;
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { CbmCompanyDomainRepository } from "../../domain/repositories/company.domain.repository";
|
|
3
|
+
export declare function companyFactory(http: HttpClient): CbmCompanyDomainRepository;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { HttpClient } from "@angular/common/http";
|
|
2
|
-
import { CbmUserDomainRepository } from "../../domain/repositories/user.domain.repository";
|
|
3
|
-
export declare function userFactory(http: HttpClient): CbmUserDomainRepository;
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { CbmUserDomainRepository } from "../../domain/repositories/user.domain.repository";
|
|
3
|
+
export declare function userFactory(http: HttpClient): CbmUserDomainRepository;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Router } from "@angular/router";
|
|
2
|
-
import { CbmAuthService } from "../../domain/services/auth/auth.service";
|
|
3
|
-
export declare function authFactory(router: Router): CbmAuthService;
|
|
1
|
+
import { Router } from "@angular/router";
|
|
2
|
+
import { CbmAuthService } from "../../domain/services/auth/auth.service";
|
|
3
|
+
export declare function authFactory(router: Router): CbmAuthService;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApplicationRef } from "@angular/core";
|
|
2
|
-
import { Router } from "@angular/router";
|
|
3
|
-
import { CbmWebSocketService } from "../../domain/services/web-socket/web-socket.service";
|
|
4
|
-
export declare function webSocketFactory(appRef: ApplicationRef, router: Router): CbmWebSocketService;
|
|
1
|
+
import { ApplicationRef } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import { CbmWebSocketService } from "../../domain/services/web-socket/web-socket.service";
|
|
4
|
+
export declare function webSocketFactory(appRef: ApplicationRef, router: Router): CbmWebSocketService;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "../domain/services/notification/notification.service";
|
|
2
|
-
export * from "./services/auth.service";
|
|
3
|
-
export * from "./services/web-socket.service";
|
|
1
|
+
export * from "../domain/services/notification/notification.service";
|
|
2
|
+
export * from "./services/auth.service";
|
|
3
|
+
export * from "./services/web-socket.service";
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export * from './lib/domain/repositories/document-type.domain.repository';
|
|
|
99
99
|
export * from './lib/domain/models/document-type.model';
|
|
100
100
|
|
|
101
101
|
//#region driver repository
|
|
102
|
-
|
|
102
|
+
export * from './lib/domain/repositories/driver.domain.repository';
|
|
103
103
|
export * from './lib/domain/models/driver.domian.model';
|
|
104
104
|
|
|
105
105
|
//#region financial bank repository
|