@cbm-common/cbm-types 0.0.279 → 0.0.280

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.
@@ -62,6 +62,8 @@ export interface OutsourcingServiceData {
62
62
  structured_document_number: string;
63
63
  provider_document_number: string;
64
64
  provider_business_name: string;
65
+ collection_origin_id: string;
66
+ collection_origin_name: string;
65
67
  cost: number;
66
68
  }
67
69
  export interface ICustomUnitMeasureListResponse extends CbmUnitMeasureModel.ListResponse.Data {
@@ -352,6 +352,8 @@ export declare namespace CbmSalesAccountModel {
352
352
  structured_document_number: string;
353
353
  provider_document_number: string;
354
354
  provider_business_name: string;
355
+ collection_origin_name?: string;
356
+ collection_origin_id?: string;
355
357
  cost: number;
356
358
  }
357
359
  interface Tax {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.279",
3
+ "version": "0.0.280",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
@@ -9,4 +9,4 @@
9
9
  "types": "./public-api.d.ts"
10
10
  }
11
11
  }
12
- }
12
+ }