@targetprocess/shared-data-model-client 1.16.0 → 1.18.0

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.
@@ -157,121 +157,145 @@ export interface DeleteProfileRequestDto extends Parsable {
157
157
  }
158
158
  /**
159
159
  * The deserialization information for the current model
160
+ * @param CopyCurrentProfileRequestDto The instance to deserialize into.
160
161
  * @returns {Record<string, (node: ParseNode) => void>}
161
162
  */
162
163
  export declare function deserializeIntoCopyCurrentProfileRequestDto(copyCurrentProfileRequestDto?: Partial<CopyCurrentProfileRequestDto> | undefined): Record<string, (node: ParseNode) => void>;
163
164
  /**
164
165
  * The deserialization information for the current model
166
+ * @param DeleteProfileRequestDto The instance to deserialize into.
165
167
  * @returns {Record<string, (node: ParseNode) => void>}
166
168
  */
167
169
  export declare function deserializeIntoDeleteProfileRequestDto(deleteProfileRequestDto?: Partial<DeleteProfileRequestDto> | undefined): Record<string, (node: ParseNode) => void>;
168
170
  /**
169
171
  * The deserialization information for the current model
172
+ * @param FieldDefDto The instance to deserialize into.
170
173
  * @returns {Record<string, (node: ParseNode) => void>}
171
174
  */
172
175
  export declare function deserializeIntoFieldDefDto(fieldDefDto?: Partial<FieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
173
176
  /**
174
177
  * The deserialization information for the current model
178
+ * @param FieldMappingDto The instance to deserialize into.
175
179
  * @returns {Record<string, (node: ParseNode) => void>}
176
180
  */
177
181
  export declare function deserializeIntoFieldMappingDto(fieldMappingDto?: Partial<FieldMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
178
182
  /**
179
183
  * The deserialization information for the current model
184
+ * @param GetEntityTypesDto The instance to deserialize into.
180
185
  * @returns {Record<string, (node: ParseNode) => void>}
181
186
  */
182
187
  export declare function deserializeIntoGetEntityTypesDto(getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined): Record<string, (node: ParseNode) => void>;
183
188
  /**
184
189
  * The deserialization information for the current model
190
+ * @param HttpValidationProblemDetails The instance to deserialize into.
185
191
  * @returns {Record<string, (node: ParseNode) => void>}
186
192
  */
187
193
  export declare function deserializeIntoHttpValidationProblemDetails(httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
188
194
  /**
189
195
  * The deserialization information for the current model
196
+ * @param HttpValidationProblemDetails_errors The instance to deserialize into.
190
197
  * @returns {Record<string, (node: ParseNode) => void>}
191
198
  */
192
199
  export declare function deserializeIntoHttpValidationProblemDetails_errors(httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined): Record<string, (node: ParseNode) => void>;
193
200
  /**
194
201
  * The deserialization information for the current model
202
+ * @param MappingErrorDto The instance to deserialize into.
195
203
  * @returns {Record<string, (node: ParseNode) => void>}
196
204
  */
197
205
  export declare function deserializeIntoMappingErrorDto(mappingErrorDto?: Partial<MappingErrorDto> | undefined): Record<string, (node: ParseNode) => void>;
198
206
  /**
199
207
  * The deserialization information for the current model
208
+ * @param MappingFieldDefDto The instance to deserialize into.
200
209
  * @returns {Record<string, (node: ParseNode) => void>}
201
210
  */
202
211
  export declare function deserializeIntoMappingFieldDefDto(mappingFieldDefDto?: Partial<MappingFieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
203
212
  /**
204
213
  * The deserialization information for the current model
214
+ * @param ProblemDetails The instance to deserialize into.
205
215
  * @returns {Record<string, (node: ParseNode) => void>}
206
216
  */
207
217
  export declare function deserializeIntoProblemDetails(problemDetails?: Partial<ProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
208
218
  /**
209
219
  * The deserialization information for the current model
220
+ * @param ProfileDto The instance to deserialize into.
210
221
  * @returns {Record<string, (node: ParseNode) => void>}
211
222
  */
212
223
  export declare function deserializeIntoProfileDto(profileDto?: Partial<ProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
213
224
  /**
214
225
  * The deserialization information for the current model
226
+ * @param ProfileIdDto The instance to deserialize into.
215
227
  * @returns {Record<string, (node: ParseNode) => void>}
216
228
  */
217
229
  export declare function deserializeIntoProfileIdDto(profileIdDto?: Partial<ProfileIdDto> | undefined): Record<string, (node: ParseNode) => void>;
218
230
  /**
219
231
  * The deserialization information for the current model
232
+ * @param SdmTypeDefDto The instance to deserialize into.
220
233
  * @returns {Record<string, (node: ParseNode) => void>}
221
234
  */
222
235
  export declare function deserializeIntoSdmTypeDefDto(sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
223
236
  /**
224
237
  * The deserialization information for the current model
238
+ * @param SetCurrentProfileRequestDto The instance to deserialize into.
225
239
  * @returns {Record<string, (node: ParseNode) => void>}
226
240
  */
227
241
  export declare function deserializeIntoSetCurrentProfileRequestDto(setCurrentProfileRequestDto?: Partial<SetCurrentProfileRequestDto> | undefined): Record<string, (node: ParseNode) => void>;
228
242
  /**
229
243
  * The deserialization information for the current model
244
+ * @param SharedDataCreateAttachmentResponseDto The instance to deserialize into.
230
245
  * @returns {Record<string, (node: ParseNode) => void>}
231
246
  */
232
247
  export declare function deserializeIntoSharedDataCreateAttachmentResponseDto(sharedDataCreateAttachmentResponseDto?: Partial<SharedDataCreateAttachmentResponseDto> | undefined): Record<string, (node: ParseNode) => void>;
233
248
  /**
234
249
  * The deserialization information for the current model
250
+ * @param SharedDataCreateAttachmentResponseItemDto The instance to deserialize into.
235
251
  * @returns {Record<string, (node: ParseNode) => void>}
236
252
  */
237
253
  export declare function deserializeIntoSharedDataCreateAttachmentResponseItemDto(sharedDataCreateAttachmentResponseItemDto?: Partial<SharedDataCreateAttachmentResponseItemDto> | undefined): Record<string, (node: ParseNode) => void>;
238
254
  /**
239
255
  * The deserialization information for the current model
256
+ * @param SharedDataDeleteDto The instance to deserialize into.
240
257
  * @returns {Record<string, (node: ParseNode) => void>}
241
258
  */
242
259
  export declare function deserializeIntoSharedDataDeleteDto(sharedDataDeleteDto?: Partial<SharedDataDeleteDto> | undefined): Record<string, (node: ParseNode) => void>;
243
260
  /**
244
261
  * The deserialization information for the current model
262
+ * @param TestTypeMappingDto The instance to deserialize into.
245
263
  * @returns {Record<string, (node: ParseNode) => void>}
246
264
  */
247
265
  export declare function deserializeIntoTestTypeMappingDto(testTypeMappingDto?: Partial<TestTypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
248
266
  /**
249
267
  * The deserialization information for the current model
268
+ * @param TpTypeDefDto The instance to deserialize into.
250
269
  * @returns {Record<string, (node: ParseNode) => void>}
251
270
  */
252
271
  export declare function deserializeIntoTpTypeDefDto(tpTypeDefDto?: Partial<TpTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
253
272
  /**
254
273
  * The deserialization information for the current model
274
+ * @param TypeMappingDto The instance to deserialize into.
255
275
  * @returns {Record<string, (node: ParseNode) => void>}
256
276
  */
257
277
  export declare function deserializeIntoTypeMappingDto(typeMappingDto?: Partial<TypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
258
278
  /**
259
279
  * The deserialization information for the current model
280
+ * @param TypeMetaDefDto The instance to deserialize into.
260
281
  * @returns {Record<string, (node: ParseNode) => void>}
261
282
  */
262
283
  export declare function deserializeIntoTypeMetaDefDto(typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined): Record<string, (node: ParseNode) => void>;
263
284
  /**
264
285
  * The deserialization information for the current model
286
+ * @param ValidatedFieldMappingDto The instance to deserialize into.
265
287
  * @returns {Record<string, (node: ParseNode) => void>}
266
288
  */
267
289
  export declare function deserializeIntoValidatedFieldMappingDto(validatedFieldMappingDto?: Partial<ValidatedFieldMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
268
290
  /**
269
291
  * The deserialization information for the current model
292
+ * @param ValidatedProfileDto The instance to deserialize into.
270
293
  * @returns {Record<string, (node: ParseNode) => void>}
271
294
  */
272
295
  export declare function deserializeIntoValidatedProfileDto(validatedProfileDto?: Partial<ValidatedProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
273
296
  /**
274
297
  * The deserialization information for the current model
298
+ * @param ValidatedTypeMappingDto The instance to deserialize into.
275
299
  * @returns {Record<string, (node: ParseNode) => void>}
276
300
  */
277
301
  export declare function deserializeIntoValidatedTypeMappingDto(validatedTypeMappingDto?: Partial<ValidatedTypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
@@ -333,10 +357,6 @@ export interface HttpValidationProblemDetails extends ApiError, Parsable, Proble
333
357
  errors?: HttpValidationProblemDetails_errors | null;
334
358
  }
335
359
  export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
336
- /**
337
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
338
- */
339
- additionalData?: Record<string, unknown>;
340
360
  }
341
361
  export interface MappingErrorDto extends Parsable {
342
362
  /**
@@ -351,10 +371,6 @@ export interface MappingFieldDefDto extends Parsable {
351
371
  expression?: string | null;
352
372
  }
353
373
  export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable {
354
- /**
355
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
356
- */
357
- additionalData?: Record<string, unknown>;
358
374
  /**
359
375
  * The detail property
360
376
  */
@@ -377,10 +393,6 @@ export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable
377
393
  type?: string | null;
378
394
  }
379
395
  export interface ProfileDto extends AdditionalDataHolder, Parsable, ProfileIdDto {
380
- /**
381
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
382
- */
383
- additionalData?: Record<string, unknown>;
384
396
  /**
385
397
  * The typeMappings property
386
398
  */
@@ -413,124 +425,172 @@ export interface SdmTypeDefDto extends Parsable {
413
425
  }
414
426
  /**
415
427
  * Serializes information the current object
428
+ * @param CopyCurrentProfileRequestDto The instance to serialize from.
429
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
416
430
  * @param writer Serialization writer to use to serialize this model
417
431
  */
418
- export declare function serializeCopyCurrentProfileRequestDto(writer: SerializationWriter, copyCurrentProfileRequestDto?: Partial<CopyCurrentProfileRequestDto> | undefined | null): void;
432
+ export declare function serializeCopyCurrentProfileRequestDto(writer: SerializationWriter, copyCurrentProfileRequestDto?: Partial<CopyCurrentProfileRequestDto> | undefined | null, isSerializingDerivedType?: boolean): void;
419
433
  /**
420
434
  * Serializes information the current object
435
+ * @param DeleteProfileRequestDto The instance to serialize from.
436
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
421
437
  * @param writer Serialization writer to use to serialize this model
422
438
  */
423
- export declare function serializeDeleteProfileRequestDto(writer: SerializationWriter, deleteProfileRequestDto?: Partial<DeleteProfileRequestDto> | undefined | null): void;
439
+ export declare function serializeDeleteProfileRequestDto(writer: SerializationWriter, deleteProfileRequestDto?: Partial<DeleteProfileRequestDto> | undefined | null, isSerializingDerivedType?: boolean): void;
424
440
  /**
425
441
  * Serializes information the current object
442
+ * @param FieldDefDto The instance to serialize from.
443
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
426
444
  * @param writer Serialization writer to use to serialize this model
427
445
  */
428
- export declare function serializeFieldDefDto(writer: SerializationWriter, fieldDefDto?: Partial<FieldDefDto> | undefined | null): void;
446
+ export declare function serializeFieldDefDto(writer: SerializationWriter, fieldDefDto?: Partial<FieldDefDto> | undefined | null, isSerializingDerivedType?: boolean): void;
429
447
  /**
430
448
  * Serializes information the current object
449
+ * @param FieldMappingDto The instance to serialize from.
450
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
431
451
  * @param writer Serialization writer to use to serialize this model
432
452
  */
433
- export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null): void;
453
+ export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null, isSerializingDerivedType?: boolean): void;
434
454
  /**
435
455
  * Serializes information the current object
456
+ * @param GetEntityTypesDto The instance to serialize from.
457
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
436
458
  * @param writer Serialization writer to use to serialize this model
437
459
  */
438
- export declare function serializeGetEntityTypesDto(writer: SerializationWriter, getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined | null): void;
460
+ export declare function serializeGetEntityTypesDto(writer: SerializationWriter, getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined | null, isSerializingDerivedType?: boolean): void;
439
461
  /**
440
462
  * Serializes information the current object
463
+ * @param HttpValidationProblemDetails The instance to serialize from.
464
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
441
465
  * @param writer Serialization writer to use to serialize this model
442
466
  */
443
- export declare function serializeHttpValidationProblemDetails(writer: SerializationWriter, httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined | null): void;
467
+ export declare function serializeHttpValidationProblemDetails(writer: SerializationWriter, httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
444
468
  /**
445
469
  * Serializes information the current object
470
+ * @param HttpValidationProblemDetails_errors The instance to serialize from.
471
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
446
472
  * @param writer Serialization writer to use to serialize this model
447
473
  */
448
- export declare function serializeHttpValidationProblemDetails_errors(writer: SerializationWriter, httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined | null): void;
474
+ export declare function serializeHttpValidationProblemDetails_errors(writer: SerializationWriter, httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined | null, isSerializingDerivedType?: boolean): void;
449
475
  /**
450
476
  * Serializes information the current object
477
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
478
+ * @param MappingErrorDto The instance to serialize from.
451
479
  * @param writer Serialization writer to use to serialize this model
452
480
  */
453
- export declare function serializeMappingErrorDto(writer: SerializationWriter, mappingErrorDto?: Partial<MappingErrorDto> | undefined | null): void;
481
+ export declare function serializeMappingErrorDto(writer: SerializationWriter, mappingErrorDto?: Partial<MappingErrorDto> | undefined | null, isSerializingDerivedType?: boolean): void;
454
482
  /**
455
483
  * Serializes information the current object
484
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
485
+ * @param MappingFieldDefDto The instance to serialize from.
456
486
  * @param writer Serialization writer to use to serialize this model
457
487
  */
458
- export declare function serializeMappingFieldDefDto(writer: SerializationWriter, mappingFieldDefDto?: Partial<MappingFieldDefDto> | undefined | null): void;
488
+ export declare function serializeMappingFieldDefDto(writer: SerializationWriter, mappingFieldDefDto?: Partial<MappingFieldDefDto> | undefined | null, isSerializingDerivedType?: boolean): void;
459
489
  /**
460
490
  * Serializes information the current object
491
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
492
+ * @param ProblemDetails The instance to serialize from.
461
493
  * @param writer Serialization writer to use to serialize this model
462
494
  */
463
- export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
495
+ export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
464
496
  /**
465
497
  * Serializes information the current object
498
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
499
+ * @param ProfileDto The instance to serialize from.
466
500
  * @param writer Serialization writer to use to serialize this model
467
501
  */
468
- export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
502
+ export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null, isSerializingDerivedType?: boolean): void;
469
503
  /**
470
504
  * Serializes information the current object
505
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
506
+ * @param ProfileIdDto The instance to serialize from.
471
507
  * @param writer Serialization writer to use to serialize this model
472
508
  */
473
- export declare function serializeProfileIdDto(writer: SerializationWriter, profileIdDto?: Partial<ProfileIdDto> | undefined | null): void;
509
+ export declare function serializeProfileIdDto(writer: SerializationWriter, profileIdDto?: Partial<ProfileIdDto> | undefined | null, isSerializingDerivedType?: boolean): void;
474
510
  /**
475
511
  * Serializes information the current object
512
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
513
+ * @param SdmTypeDefDto The instance to serialize from.
476
514
  * @param writer Serialization writer to use to serialize this model
477
515
  */
478
- export declare function serializeSdmTypeDefDto(writer: SerializationWriter, sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined | null): void;
516
+ export declare function serializeSdmTypeDefDto(writer: SerializationWriter, sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined | null, isSerializingDerivedType?: boolean): void;
479
517
  /**
480
518
  * Serializes information the current object
519
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
520
+ * @param SetCurrentProfileRequestDto The instance to serialize from.
481
521
  * @param writer Serialization writer to use to serialize this model
482
522
  */
483
- export declare function serializeSetCurrentProfileRequestDto(writer: SerializationWriter, setCurrentProfileRequestDto?: Partial<SetCurrentProfileRequestDto> | undefined | null): void;
523
+ export declare function serializeSetCurrentProfileRequestDto(writer: SerializationWriter, setCurrentProfileRequestDto?: Partial<SetCurrentProfileRequestDto> | undefined | null, isSerializingDerivedType?: boolean): void;
484
524
  /**
485
525
  * Serializes information the current object
526
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
527
+ * @param SharedDataCreateAttachmentResponseDto The instance to serialize from.
486
528
  * @param writer Serialization writer to use to serialize this model
487
529
  */
488
- export declare function serializeSharedDataCreateAttachmentResponseDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseDto?: Partial<SharedDataCreateAttachmentResponseDto> | undefined | null): void;
530
+ export declare function serializeSharedDataCreateAttachmentResponseDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseDto?: Partial<SharedDataCreateAttachmentResponseDto> | undefined | null, isSerializingDerivedType?: boolean): void;
489
531
  /**
490
532
  * Serializes information the current object
533
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
534
+ * @param SharedDataCreateAttachmentResponseItemDto The instance to serialize from.
491
535
  * @param writer Serialization writer to use to serialize this model
492
536
  */
493
- export declare function serializeSharedDataCreateAttachmentResponseItemDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseItemDto?: Partial<SharedDataCreateAttachmentResponseItemDto> | undefined | null): void;
537
+ export declare function serializeSharedDataCreateAttachmentResponseItemDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseItemDto?: Partial<SharedDataCreateAttachmentResponseItemDto> | undefined | null, isSerializingDerivedType?: boolean): void;
494
538
  /**
495
539
  * Serializes information the current object
540
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
541
+ * @param SharedDataDeleteDto The instance to serialize from.
496
542
  * @param writer Serialization writer to use to serialize this model
497
543
  */
498
- export declare function serializeSharedDataDeleteDto(writer: SerializationWriter, sharedDataDeleteDto?: Partial<SharedDataDeleteDto> | undefined | null): void;
544
+ export declare function serializeSharedDataDeleteDto(writer: SerializationWriter, sharedDataDeleteDto?: Partial<SharedDataDeleteDto> | undefined | null, isSerializingDerivedType?: boolean): void;
499
545
  /**
500
546
  * Serializes information the current object
547
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
548
+ * @param TestTypeMappingDto The instance to serialize from.
501
549
  * @param writer Serialization writer to use to serialize this model
502
550
  */
503
- export declare function serializeTestTypeMappingDto(writer: SerializationWriter, testTypeMappingDto?: Partial<TestTypeMappingDto> | undefined | null): void;
551
+ export declare function serializeTestTypeMappingDto(writer: SerializationWriter, testTypeMappingDto?: Partial<TestTypeMappingDto> | undefined | null, isSerializingDerivedType?: boolean): void;
504
552
  /**
505
553
  * Serializes information the current object
554
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
555
+ * @param TpTypeDefDto The instance to serialize from.
506
556
  * @param writer Serialization writer to use to serialize this model
507
557
  */
508
- export declare function serializeTpTypeDefDto(writer: SerializationWriter, tpTypeDefDto?: Partial<TpTypeDefDto> | undefined | null): void;
558
+ export declare function serializeTpTypeDefDto(writer: SerializationWriter, tpTypeDefDto?: Partial<TpTypeDefDto> | undefined | null, isSerializingDerivedType?: boolean): void;
509
559
  /**
510
560
  * Serializes information the current object
561
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
562
+ * @param TypeMappingDto The instance to serialize from.
511
563
  * @param writer Serialization writer to use to serialize this model
512
564
  */
513
- export declare function serializeTypeMappingDto(writer: SerializationWriter, typeMappingDto?: Partial<TypeMappingDto> | undefined | null): void;
565
+ export declare function serializeTypeMappingDto(writer: SerializationWriter, typeMappingDto?: Partial<TypeMappingDto> | undefined | null, isSerializingDerivedType?: boolean): void;
514
566
  /**
515
567
  * Serializes information the current object
568
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
569
+ * @param TypeMetaDefDto The instance to serialize from.
516
570
  * @param writer Serialization writer to use to serialize this model
517
571
  */
518
- export declare function serializeTypeMetaDefDto(writer: SerializationWriter, typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined | null): void;
572
+ export declare function serializeTypeMetaDefDto(writer: SerializationWriter, typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined | null, isSerializingDerivedType?: boolean): void;
519
573
  /**
520
574
  * Serializes information the current object
575
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
576
+ * @param ValidatedFieldMappingDto The instance to serialize from.
521
577
  * @param writer Serialization writer to use to serialize this model
522
578
  */
523
- export declare function serializeValidatedFieldMappingDto(writer: SerializationWriter, validatedFieldMappingDto?: Partial<ValidatedFieldMappingDto> | undefined | null): void;
579
+ export declare function serializeValidatedFieldMappingDto(writer: SerializationWriter, validatedFieldMappingDto?: Partial<ValidatedFieldMappingDto> | undefined | null, isSerializingDerivedType?: boolean): void;
524
580
  /**
525
581
  * Serializes information the current object
582
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
583
+ * @param ValidatedProfileDto The instance to serialize from.
526
584
  * @param writer Serialization writer to use to serialize this model
527
585
  */
528
- export declare function serializeValidatedProfileDto(writer: SerializationWriter, validatedProfileDto?: Partial<ValidatedProfileDto> | undefined | null): void;
586
+ export declare function serializeValidatedProfileDto(writer: SerializationWriter, validatedProfileDto?: Partial<ValidatedProfileDto> | undefined | null, isSerializingDerivedType?: boolean): void;
529
587
  /**
530
588
  * Serializes information the current object
589
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
590
+ * @param ValidatedTypeMappingDto The instance to serialize from.
531
591
  * @param writer Serialization writer to use to serialize this model
532
592
  */
533
- export declare function serializeValidatedTypeMappingDto(writer: SerializationWriter, validatedTypeMappingDto?: Partial<ValidatedTypeMappingDto> | undefined | null): void;
593
+ export declare function serializeValidatedTypeMappingDto(writer: SerializationWriter, validatedTypeMappingDto?: Partial<ValidatedTypeMappingDto> | undefined | null, isSerializingDerivedType?: boolean): void;
534
594
  export interface SetCurrentProfileRequestDto extends Parsable {
535
595
  /**
536
596
  * The profileId property
@@ -640,10 +700,6 @@ export interface TypeMetaDefDto extends Parsable {
640
700
  name?: string | null;
641
701
  }
642
702
  export interface ValidatedFieldMappingDto extends AdditionalDataHolder, FieldMappingDto, Parsable {
643
- /**
644
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
645
- */
646
- additionalData?: Record<string, unknown>;
647
703
  /**
648
704
  * The errors property
649
705
  */
@@ -654,10 +710,6 @@ export interface ValidatedFieldMappingDto extends AdditionalDataHolder, FieldMap
654
710
  validationState?: ValidationState | null;
655
711
  }
656
712
  export interface ValidatedProfileDto extends AdditionalDataHolder, Parsable, ProfileIdDto {
657
- /**
658
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
659
- */
660
- additionalData?: Record<string, unknown>;
661
713
  /**
662
714
  * The typeMappings property
663
715
  */
@@ -668,10 +720,6 @@ export interface ValidatedProfileDto extends AdditionalDataHolder, Parsable, Pro
668
720
  validationState?: ValidationState | null;
669
721
  }
670
722
  export interface ValidatedTypeMappingDto extends AdditionalDataHolder, Parsable, TypeMappingDto {
671
- /**
672
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
673
- */
674
- additionalData?: Record<string, unknown>;
675
723
  /**
676
724
  * The errors property
677
725
  */