@cbm-common/cbm-types 0.0.261 → 0.0.263

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.
@@ -85,9 +85,7 @@ export declare class CbmAddDownPayment {
85
85
  value: FormControl<string | null>;
86
86
  }>;
87
87
  commentary: FormControl<string | null>;
88
- collectionOriginId: FormControl<string | null>;
89
- collectionOriginName: FormControl<string | null>;
90
- eventModuleOrigin: FormControl<string | null>;
88
+ collectionOrigin: FormControl<CbmSalesAccountModel.ListResponse.Item | null>;
91
89
  dataOrigin: FormControl<CbmSalesAccountModel.ListResponse.Item.DataOrigin | null>;
92
90
  }>;
93
91
  sellers: import("@angular/core").WritableSignal<CbmSellerModel.ListResponse.Data[]>;
@@ -93,6 +93,44 @@ export declare namespace IDownPaymentModel {
93
93
  client_branch_contact_full_name?: string;
94
94
  client_branch_contact_cellphone?: string;
95
95
  client_branch_contact_email?: string[];
96
+ collection_origin_id: string;
97
+ collection_origin_name: string;
98
+ collection_origin_document_nomenclature_number: string;
99
+ collection_origin_created_at: number;
100
+ collection_origin_created_user: string;
101
+ event_module_origin: string;
102
+ data_origin: Item.DataOrigin;
103
+ country_id: string;
104
+ country_code: string;
105
+ country_name: string;
106
+ country_short_name: string;
107
+ period_id: string;
108
+ period_year: string;
109
+ client_price_list_id?: string;
110
+ client_price_list_name?: string;
111
+ default_cost_center_id: string;
112
+ default_cost_center_code: string;
113
+ default_cost_center_name: string;
114
+ default_cost_center_father_code: string;
115
+ default_cost_center_father_name: string;
116
+ document_date: number;
117
+ generation_type: string;
118
+ state: string;
119
+ tax_base: number;
120
+ discount: number;
121
+ service: number;
122
+ tax_base_iva: number;
123
+ tax_base_iva_rate_0: number;
124
+ tax_base_iva_exempt: number;
125
+ tax_base_iva_not_subject: number;
126
+ tax_base_irbpnr: number;
127
+ rate_iva: number;
128
+ tax_base_ice: number;
129
+ tax_iva: number;
130
+ code_iva: string;
131
+ tax_irbpnr: number;
132
+ tax_ice: number;
133
+ commentary: string;
96
134
  }
97
135
  namespace Item {
98
136
  interface PaymentTermOptions {
@@ -115,6 +153,24 @@ export declare namespace IDownPaymentModel {
115
153
  global_bank_id?: string;
116
154
  global_bank_code?: string;
117
155
  }
156
+ interface DataOrigin {
157
+ document_type: string;
158
+ booking_document_nomenclature_number: string;
159
+ room_id: string;
160
+ room_name: string;
161
+ comment_check_in: string;
162
+ guest_id?: string;
163
+ guest_document_type_id?: string;
164
+ guest_document_type_code?: string;
165
+ guest_document_type_name?: string;
166
+ guest_name?: string;
167
+ guest_last_name?: string;
168
+ entry_date?: number;
169
+ exit_date?: number;
170
+ booking_id?: string;
171
+ booking_created_at?: number;
172
+ booking_created_user?: string;
173
+ }
118
174
  }
119
175
  }
120
176
  export interface GetOneResponse {
@@ -293,10 +349,10 @@ export declare namespace IDownPaymentModel {
293
349
  client_branch_contact_cellphone?: string;
294
350
  client_branch_contact_email?: string[];
295
351
  payment_term_options: SaveBody.PaymentTermOptions;
296
- collection_origin_id?: string;
297
- collection_origin_name?: string;
298
- event_module_origin?: string;
299
- data_origin?: SaveBody.DataOrigin;
352
+ collection_origin_id: string;
353
+ collection_origin_name: string;
354
+ event_module_origin: string;
355
+ data_origin: SaveBody.DataOrigin;
300
356
  }
301
357
  export namespace SaveBody {
302
358
  interface PaymentTermOptions {
@@ -334,6 +390,8 @@ export declare namespace IDownPaymentModel {
334
390
  guest_document_type_name: string;
335
391
  guest_name: string;
336
392
  guest_last_name: string;
393
+ entry_date?: number;
394
+ exit_date?: number;
337
395
  }
338
396
  }
339
397
  export interface DownloadExcelParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.261",
3
+ "version": "0.0.263",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {