@cbm-common/cbm-types 0.0.97 → 0.0.99

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.
@@ -17,7 +17,7 @@ export declare namespace CbmContactModel {
17
17
  full_name?: string;
18
18
  phone_code?: string;
19
19
  cellphone?: string;
20
- email?: string;
20
+ email?: string[];
21
21
  created_user?: string;
22
22
  created_at?: number;
23
23
  updated_at?: number;
@@ -49,6 +49,7 @@ export declare namespace CbmCreditRequestModel {
49
49
  new_credit_number?: string;
50
50
  client_id: string;
51
51
  client_credit_limit?: number;
52
+ client_payment_deadline?: number;
52
53
  client_business_name: string;
53
54
  client_trade_name: string;
54
55
  client_document_number: string;
@@ -117,6 +118,7 @@ export declare namespace CbmCreditRequestModel {
117
118
  reason_country_description?: string;
118
119
  reason_country_description_process?: string;
119
120
  client_id: string;
121
+ client_payment_deadline?: number;
120
122
  client_credit_limit?: number;
121
123
  client_business_name: string;
122
124
  client_trade_name: string;
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { CbmContactModel } from "../../domain/models/contact.domain.model";
2
+ import { CbmContactModel } from '../../domain/models/contact.domain.model';
3
3
  import { Observable } from 'rxjs';
4
- import { ICbmContactInfrastructureRepository } from "../repositories/contac.infrastrucutre.repository";
4
+ import { ICbmContactInfrastructureRepository } from '../repositories/contac.infrastrucutre.repository';
5
5
  export declare class CbmContactInfrastructureService implements ICbmContactInfrastructureRepository {
6
6
  private readonly http;
7
7
  constructor(http: HttpClient);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {