@cbm-common/cbm-types 0.0.100 → 0.0.101

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.
@@ -38,6 +38,7 @@ export declare namespace CbmClientModel {
38
38
  professions_name?: string;
39
39
  price_list_id?: string;
40
40
  price_list_name?: string;
41
+ price_list_code?: string;
41
42
  document_type_id?: string;
42
43
  document_type_name?: string;
43
44
  document_type_code?: string;
@@ -96,6 +97,7 @@ export declare namespace CbmClientModel {
96
97
  professions_name?: string;
97
98
  price_list_id?: string;
98
99
  price_list_name?: string;
100
+ price_list_code?: string;
99
101
  document_type_id?: string;
100
102
  document_type_name?: string;
101
103
  document_type_code?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {