@hitsoft/e-donusum 1.0.53 → 1.0.54

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.
@@ -9,6 +9,7 @@ export declare class HitInboundInvoiceService {
9
9
  LoadInboundInvoices: import("devextreme-aspnet-data-nojquery").CustomStore;
10
10
  sendInvoiceResponse: (invoiceUUID: string, isConfirm: boolean, id: string) => import("rxjs").Observable<any>;
11
11
  getInboundInvoice: (startDate: string, endDate: string) => import("rxjs").Observable<any>;
12
+ getInboundInvoiceView: (invoiceGUID: string) => import("rxjs").Observable<any>;
12
13
  getBankAccountByCurrency: (actCurr: string) => import("rxjs").Observable<any>;
13
14
  checkBusinessPartnerExist: (tcknVkn: string) => import("rxjs").Observable<any>;
14
15
  getPartnerNumberingSeries: () => import("rxjs").Observable<any>;
@@ -10,6 +10,8 @@ export interface GetParamsGeneralsInput extends PagedAndSortedResultRequestDto {
10
10
  eInvoiceStartDateMax?: string;
11
11
  eDespatchStartDateMin?: string;
12
12
  eDespatchStartDateMax?: string;
13
+ eProducerReceiptStartDateMin?: string;
14
+ eProducerReceiptStartDateMax?: string;
13
15
  }
14
16
  export interface ParamsGeneralCreateDto {
15
17
  connector?: number;
@@ -17,6 +19,7 @@ export interface ParamsGeneralCreateDto {
17
19
  isBranch?: boolean;
18
20
  eInvoiceStartDate?: string;
19
21
  eDespatchStartDate?: string;
22
+ eProducerReceiptStartDate?: string;
20
23
  }
21
24
  export interface ParamsGeneralDto extends FullAuditedEntityDto<string> {
22
25
  connector?: number;
@@ -24,6 +27,7 @@ export interface ParamsGeneralDto extends FullAuditedEntityDto<string> {
24
27
  isBranch?: boolean;
25
28
  eInvoiceStartDate?: string;
26
29
  eDespatchStartDate?: string;
30
+ eProducerReceiptStartDate?: string;
27
31
  }
28
32
  export interface ParamsGeneralExcelDownloadDto {
29
33
  downloadToken?: string;
@@ -36,4 +40,5 @@ export interface ParamsGeneralUpdateDto {
36
40
  isBranch?: boolean;
37
41
  eInvoiceStartDate?: string;
38
42
  eDespatchStartDate?: string;
43
+ eProducerReceiptStartDate?: string;
39
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitsoft/e-donusum",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=9",
6
6
  "@angular/core": ">=9",