@cbm-common/cbm-types 0.0.325 → 0.0.326

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.
@@ -157,6 +157,11 @@ export declare namespace CbmChargesForOrderVehicleModel {
157
157
  collection_origin_document_nomenclature_number: string;
158
158
  collection_origin_name: string;
159
159
  event_module_origin: string;
160
+ default_cost_center_id?: string;
161
+ default_cost_center_code?: string;
162
+ default_cost_center_name?: string;
163
+ default_cost_center_father_code?: string;
164
+ default_cost_center_father_name?: string;
160
165
  charges_detail: SaveBody.Detail[];
161
166
  }
162
167
  namespace SaveBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.325",
3
+ "version": "0.0.326",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {