@cbm-common/cbm-types 0.0.312 → 0.0.313

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.
@@ -86,6 +86,6 @@ export declare class CbmElectronicReceiptMonitor implements OnInit {
86
86
  }, b: {
87
87
  _id: string;
88
88
  }): boolean;
89
- redirectTo(event_module: string, collection_origin_name: string, collection_origin_id: string): void;
89
+ redirectTo(event_module: string, collection_origin_name: string, collection_origin_id: string, retention_origin_type?: string): void;
90
90
  setFilter(sriState: string): void;
91
91
  }
@@ -227,6 +227,7 @@ export declare namespace CbmElectronicReceiptMonitorModel {
227
227
  period_year: string;
228
228
  document_nomenclature: string;
229
229
  document_number: string;
230
+ retention_origin_type: 'liquidation' | 'dividend';
230
231
  document_date: number;
231
232
  SRI_state: TStateSRI;
232
233
  document_branch_identification_number: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.312",
3
+ "version": "0.0.313",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {