@cbm-common/cbm-types 0.0.223 → 0.0.224

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.
@@ -90,6 +90,7 @@ export declare namespace CbmAuthReactiveModel {
90
90
  regime_name: string;
91
91
  withholding_agent_number: string;
92
92
  withholding_agent: boolean;
93
+ expiration_signature_date: string;
93
94
  }
94
95
  interface CompanyBranchData {
95
96
  _id: string;
@@ -49,6 +49,7 @@ export declare namespace CbmEmployeeModel {
49
49
  phone: string;
50
50
  cellphone: string;
51
51
  email: string[];
52
+ emails_company: string[];
52
53
  gender: string;
53
54
  birthdate: number;
54
55
  enabled: boolean;
@@ -0,0 +1,6 @@
1
+ export declare class FingerprintingDomainService {
2
+ constructor();
3
+ private fingerprint;
4
+ get fingerprinting(): string | null;
5
+ setFingerprinting(fingerprint: string): void;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.223",
3
+ "version": "0.0.224",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {