@cbm-common/cbm-types 0.0.106 → 0.0.107

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.
@@ -0,0 +1,8 @@
1
+ import { Location } from '@angular/common';
2
+ import { Router } from '@angular/router';
3
+ export declare class CbmNotFound {
4
+ private readonly location;
5
+ private readonly router;
6
+ constructor(location: Location, router: Router);
7
+ goBack(): void;
8
+ }
@@ -150,6 +150,9 @@ export declare namespace CbmClientModel {
150
150
  seller_id?: string;
151
151
  seller_identification_number?: string;
152
152
  seller_full_name?: string;
153
+ seller_address?: string;
154
+ seller_email?: string[];
155
+ seller_cellphone?: string;
153
156
  enabled?: boolean;
154
157
  type_establishment?: string;
155
158
  deleted?: boolean;
@@ -327,8 +330,11 @@ export declare namespace CbmClientModel {
327
330
  professions_code?: string;
328
331
  professions_name?: string;
329
332
  category_client_name?: string;
330
- seller_identification_number?: string;
331
- seller_full_name?: string;
333
+ seller_identification_number: string;
334
+ seller_full_name: string;
335
+ seller_address: string;
336
+ seller_email?: string[];
337
+ seller_cellphone?: string;
332
338
  price_list_name?: string;
333
339
  price_list_code?: string;
334
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {