@cbm-common/cbm-types 0.0.282 → 0.0.283

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.
@@ -353,6 +353,8 @@ export declare namespace CbmSalesAccountModel {
353
353
  provider_document_number: string;
354
354
  provider_business_name: string;
355
355
  cost: number;
356
+ collection_origin_id?: string;
357
+ collection_origin_name?: string;
356
358
  }
357
359
  interface Tax {
358
360
  _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.282",
3
+ "version": "0.0.283",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {