@bisondesk/core-sdk 1.0.106-leasing-admin → 1.0.106

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.
@@ -203,59 +203,3 @@ export type NewLeasingAdminUploadRequest = {
203
203
  attachment: AttachmentValue;
204
204
  handlerId: string;
205
205
  };
206
-
207
- export type DhondtVehicle = {
208
- VoertuigID: number;
209
- Plaatnummer: string;
210
- Bouwjaar: number;
211
- ChassisNummer: string;
212
- LeasingEindDatum: string;
213
- LeasingStartDatum: string;
214
- StartLeasingTermijn: string;
215
- EindLeasingTermijn: string;
216
- VoertuigVlootNummer: string;
217
- Type: string;
218
- Merk: string;
219
- MerkID: number;
220
- TotaalNettoPremie: number;
221
- TotaalTaksen: number;
222
- TotaalBrutoPremie: number;
223
- TotaalFee: number;
224
- TotaalBTW: number;
225
- TotaalPNettoPremie: number;
226
- TotaalPTaksen: number;
227
- TotaalPBrutoPremie: number;
228
- TotaalPFee: number;
229
- TotaalPBTW: number;
230
- TotaalProRataNettoPremie: number;
231
- TotaalProRataTaksen: number;
232
- TotaalProRataBrutoPremie: number;
233
- TotaalProRataFee: number;
234
- TotaalProRataBTW: number;
235
- TotaalTermijnPremie: number;
236
- TotaalTermijnFee: number;
237
- TotaalTermijnBTW: number;
238
- fonetisch: string;
239
- TotaalPremie: number;
240
- TotaalPPremie: number;
241
- TotaalProRataPremie: number;
242
- TotaalAcquisitieKosten: number;
243
- TotaalPAcquisitieKosten: number;
244
- TotaalProrataAcquisitieKosten: number;
245
- TotaalAdministratieKosten: number;
246
- TotaalPAdministratieKosten: number;
247
- TotaalProRataAdministratieKosten: number;
248
- };
249
-
250
- export type DhondtVehicleDiff = {
251
- [Property in keyof DhondtVehicle]: {
252
- value: DhondtVehicle[Property];
253
- before: DhondtVehicle[Property];
254
- };
255
- };
256
-
257
- export type DhondtUploadResponse = {
258
- changedVehicles: DhondtVehicleDiff[];
259
- addedVehicles: DhondtVehicle[];
260
- removedVehicles: DhondtVehicle[];
261
- };
@@ -9,6 +9,7 @@ export type Tenant = {
9
9
  subdomain: string;
10
10
  currency: string;
11
11
  hyperdmsIds?: string[];
12
+ hyperportalId?: string;
12
13
  emailDomain: string;
13
14
 
14
15
  // Pay attention to what information is added here since