@cbm-common/cbm-types 0.0.263 → 0.0.265

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.
@@ -86,7 +86,7 @@ export declare class CbmAddDownPayment {
86
86
  }>;
87
87
  commentary: FormControl<string | null>;
88
88
  collectionOrigin: FormControl<CbmSalesAccountModel.ListResponse.Item | null>;
89
- dataOrigin: FormControl<CbmSalesAccountModel.ListResponse.Item.DataOrigin | null>;
89
+ dataOrigin: FormControl<any>;
90
90
  }>;
91
91
  sellers: import("@angular/core").WritableSignal<CbmSellerModel.ListResponse.Data[]>;
92
92
  banks: import("@angular/core").WritableSignal<CbmBankModel.ListResponse.Item[]>;
@@ -120,6 +120,11 @@ export declare namespace CbmSalesAccountModel {
120
120
  guest_document_type_name: string;
121
121
  guest_name: string;
122
122
  guest_last_name: string;
123
+ entry_date?: number;
124
+ exit_date?: number;
125
+ booking_id?: string;
126
+ booking_created_at?: number;
127
+ booking_created_user?: string;
123
128
  }
124
129
  }
125
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.263",
3
+ "version": "0.0.265",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {