@targetprocess/shared-data-model-client 0.6.0-us817837-mapping.14 → 0.6.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.
@@ -1,4 +1,16 @@
1
- import { type AdditionalDataHolder, type ApiError, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
1
+ import { type AdditionalDataHolder, type ApiError, type Parsable, type ParseNode, type SerializationWriter, type UntypedNode } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Creates a new instance of the appropriate class based on discriminator value
4
+ * @param parseNode The parse node to use to read the discriminator value and create the object
5
+ * @returns {FieldAttributesDto}
6
+ */
7
+ export declare function createFieldAttributesDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
8
+ /**
9
+ * Creates a new instance of the appropriate class based on discriminator value
10
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11
+ * @returns {FieldDefDto}
12
+ */
13
+ export declare function createFieldDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
2
14
  /**
3
15
  * Creates a new instance of the appropriate class based on discriminator value
4
16
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -8,33 +20,33 @@ export declare function createFieldMappingDtoFromDiscriminatorValue(parseNode: P
8
20
  /**
9
21
  * Creates a new instance of the appropriate class based on discriminator value
10
22
  * @param parseNode The parse node to use to read the discriminator value and create the object
11
- * @returns {GetEntityTypesDto}
23
+ * @returns {FieldMetaDto}
12
24
  */
13
- export declare function createGetEntityTypesDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25
+ export declare function createFieldMetaDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14
26
  /**
15
27
  * Creates a new instance of the appropriate class based on discriminator value
16
28
  * @param parseNode The parse node to use to read the discriminator value and create the object
17
- * @returns {HttpValidationProblemDetails_errors}
29
+ * @returns {GetEntityTypesDto}
18
30
  */
19
- export declare function createHttpValidationProblemDetails_errorsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
31
+ export declare function createGetEntityTypesDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20
32
  /**
21
33
  * Creates a new instance of the appropriate class based on discriminator value
22
34
  * @param parseNode The parse node to use to read the discriminator value and create the object
23
- * @returns {HttpValidationProblemDetails}
35
+ * @returns {GetProfileSettingsDto}
24
36
  */
25
- export declare function createHttpValidationProblemDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
37
+ export declare function createGetProfileSettingsDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26
38
  /**
27
39
  * Creates a new instance of the appropriate class based on discriminator value
28
40
  * @param parseNode The parse node to use to read the discriminator value and create the object
29
- * @returns {IFieldDef}
41
+ * @returns {HttpValidationProblemDetails_errors}
30
42
  */
31
- export declare function createIFieldDefFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
43
+ export declare function createHttpValidationProblemDetails_errorsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
32
44
  /**
33
45
  * Creates a new instance of the appropriate class based on discriminator value
34
46
  * @param parseNode The parse node to use to read the discriminator value and create the object
35
- * @returns {MappingErrorDto}
47
+ * @returns {HttpValidationProblemDetails}
36
48
  */
37
- export declare function createMappingErrorDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
49
+ export declare function createHttpValidationProblemDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
38
50
  /**
39
51
  * Creates a new instance of the appropriate class based on discriminator value
40
52
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -50,27 +62,21 @@ export declare function createProfileDtoFromDiscriminatorValue(parseNode: ParseN
50
62
  /**
51
63
  * Creates a new instance of the appropriate class based on discriminator value
52
64
  * @param parseNode The parse node to use to read the discriminator value and create the object
53
- * @returns {ProfileIdDto}
54
- */
55
- export declare function createProfileIdDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
56
- /**
57
- * Creates a new instance of the appropriate class based on discriminator value
58
- * @param parseNode The parse node to use to read the discriminator value and create the object
59
- * @returns {SdmMappingFieldDefDto}
65
+ * @returns {ProfileMappingDto}
60
66
  */
61
- export declare function createSdmMappingFieldDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
67
+ export declare function createProfileMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
62
68
  /**
63
69
  * Creates a new instance of the appropriate class based on discriminator value
64
70
  * @param parseNode The parse node to use to read the discriminator value and create the object
65
- * @returns {SdmTypeDefDto}
71
+ * @returns {RelationDefRefDto}
66
72
  */
67
- export declare function createSdmTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
73
+ export declare function createRelationDefRefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
68
74
  /**
69
75
  * Creates a new instance of the appropriate class based on discriminator value
70
76
  * @param parseNode The parse node to use to read the discriminator value and create the object
71
- * @returns {SetCurrentProfileRequestDto}
77
+ * @returns {RelationDto}
72
78
  */
73
- export declare function createSetCurrentProfileRequestDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
79
+ export declare function createRelationDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
74
80
  /**
75
81
  * Creates a new instance of the appropriate class based on discriminator value
76
82
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -86,21 +92,15 @@ export declare function createSharedDataCreateAttachmentResponseItemDtoFromDiscr
86
92
  /**
87
93
  * Creates a new instance of the appropriate class based on discriminator value
88
94
  * @param parseNode The parse node to use to read the discriminator value and create the object
89
- * @returns {TestTypeMappingDto}
95
+ * @returns {TypeDefDto}
90
96
  */
91
- export declare function createTestTypeMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
97
+ export declare function createTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
92
98
  /**
93
99
  * Creates a new instance of the appropriate class based on discriminator value
94
100
  * @param parseNode The parse node to use to read the discriminator value and create the object
95
- * @returns {TpMappingFieldDefDto}
101
+ * @returns {TypeDefRefDto}
96
102
  */
97
- export declare function createTpMappingFieldDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
98
- /**
99
- * Creates a new instance of the appropriate class based on discriminator value
100
- * @param parseNode The parse node to use to read the discriminator value and create the object
101
- * @returns {TpTypeDefDto}
102
- */
103
- export declare function createTpTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
103
+ export declare function createTypeDefRefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
104
104
  /**
105
105
  * Creates a new instance of the appropriate class based on discriminator value
106
106
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -114,23 +114,15 @@ export declare function createTypeMappingDtoFromDiscriminatorValue(parseNode: Pa
114
114
  */
115
115
  export declare function createTypeMetaDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
116
116
  /**
117
- * Creates a new instance of the appropriate class based on discriminator value
118
- * @param parseNode The parse node to use to read the discriminator value and create the object
119
- * @returns {ValidatedFieldMappingDto}
120
- */
121
- export declare function createValidatedFieldMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
122
- /**
123
- * Creates a new instance of the appropriate class based on discriminator value
124
- * @param parseNode The parse node to use to read the discriminator value and create the object
125
- * @returns {ValidatedProfileDto}
117
+ * The deserialization information for the current model
118
+ * @returns {Record<string, (node: ParseNode) => void>}
126
119
  */
127
- export declare function createValidatedProfileDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
120
+ export declare function deserializeIntoFieldAttributesDto(fieldAttributesDto?: Partial<FieldAttributesDto> | undefined): Record<string, (node: ParseNode) => void>;
128
121
  /**
129
- * Creates a new instance of the appropriate class based on discriminator value
130
- * @param parseNode The parse node to use to read the discriminator value and create the object
131
- * @returns {ValidatedTypeMappingDto}
122
+ * The deserialization information for the current model
123
+ * @returns {Record<string, (node: ParseNode) => void>}
132
124
  */
133
- export declare function createValidatedTypeMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
125
+ export declare function deserializeIntoFieldDefDto(fieldDefDto?: Partial<FieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
134
126
  /**
135
127
  * The deserialization information for the current model
136
128
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -140,27 +132,27 @@ export declare function deserializeIntoFieldMappingDto(fieldMappingDto?: Partial
140
132
  * The deserialization information for the current model
141
133
  * @returns {Record<string, (node: ParseNode) => void>}
142
134
  */
143
- export declare function deserializeIntoGetEntityTypesDto(getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined): Record<string, (node: ParseNode) => void>;
135
+ export declare function deserializeIntoFieldMetaDto(fieldMetaDto?: Partial<FieldMetaDto> | undefined): Record<string, (node: ParseNode) => void>;
144
136
  /**
145
137
  * The deserialization information for the current model
146
138
  * @returns {Record<string, (node: ParseNode) => void>}
147
139
  */
148
- export declare function deserializeIntoHttpValidationProblemDetails(httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
140
+ export declare function deserializeIntoGetEntityTypesDto(getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined): Record<string, (node: ParseNode) => void>;
149
141
  /**
150
142
  * The deserialization information for the current model
151
143
  * @returns {Record<string, (node: ParseNode) => void>}
152
144
  */
153
- export declare function deserializeIntoHttpValidationProblemDetails_errors(httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined): Record<string, (node: ParseNode) => void>;
145
+ export declare function deserializeIntoGetProfileSettingsDto(getProfileSettingsDto?: Partial<GetProfileSettingsDto> | undefined): Record<string, (node: ParseNode) => void>;
154
146
  /**
155
147
  * The deserialization information for the current model
156
148
  * @returns {Record<string, (node: ParseNode) => void>}
157
149
  */
158
- export declare function deserializeIntoIFieldDef(iFieldDef?: Partial<IFieldDef> | undefined): Record<string, (node: ParseNode) => void>;
150
+ export declare function deserializeIntoHttpValidationProblemDetails(httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
159
151
  /**
160
152
  * The deserialization information for the current model
161
153
  * @returns {Record<string, (node: ParseNode) => void>}
162
154
  */
163
- export declare function deserializeIntoMappingErrorDto(mappingErrorDto?: Partial<MappingErrorDto> | undefined): Record<string, (node: ParseNode) => void>;
155
+ export declare function deserializeIntoHttpValidationProblemDetails_errors(httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined): Record<string, (node: ParseNode) => void>;
164
156
  /**
165
157
  * The deserialization information for the current model
166
158
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -175,22 +167,17 @@ export declare function deserializeIntoProfileDto(profileDto?: Partial<ProfileDt
175
167
  * The deserialization information for the current model
176
168
  * @returns {Record<string, (node: ParseNode) => void>}
177
169
  */
178
- export declare function deserializeIntoProfileIdDto(profileIdDto?: Partial<ProfileIdDto> | undefined): Record<string, (node: ParseNode) => void>;
179
- /**
180
- * The deserialization information for the current model
181
- * @returns {Record<string, (node: ParseNode) => void>}
182
- */
183
- export declare function deserializeIntoSdmMappingFieldDefDto(sdmMappingFieldDefDto?: Partial<SdmMappingFieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
170
+ export declare function deserializeIntoProfileMappingDto(profileMappingDto?: Partial<ProfileMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
184
171
  /**
185
172
  * The deserialization information for the current model
186
173
  * @returns {Record<string, (node: ParseNode) => void>}
187
174
  */
188
- export declare function deserializeIntoSdmTypeDefDto(sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
175
+ export declare function deserializeIntoRelationDefRefDto(relationDefRefDto?: Partial<RelationDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
189
176
  /**
190
177
  * The deserialization information for the current model
191
178
  * @returns {Record<string, (node: ParseNode) => void>}
192
179
  */
193
- export declare function deserializeIntoSetCurrentProfileRequestDto(setCurrentProfileRequestDto?: Partial<SetCurrentProfileRequestDto> | undefined): Record<string, (node: ParseNode) => void>;
180
+ export declare function deserializeIntoRelationDto(relationDto?: Partial<RelationDto> | undefined): Record<string, (node: ParseNode) => void>;
194
181
  /**
195
182
  * The deserialization information for the current model
196
183
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -205,17 +192,12 @@ export declare function deserializeIntoSharedDataCreateAttachmentResponseItemDto
205
192
  * The deserialization information for the current model
206
193
  * @returns {Record<string, (node: ParseNode) => void>}
207
194
  */
208
- export declare function deserializeIntoTestTypeMappingDto(testTypeMappingDto?: Partial<TestTypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
195
+ export declare function deserializeIntoTypeDefDto(typeDefDto?: Partial<TypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
209
196
  /**
210
197
  * The deserialization information for the current model
211
198
  * @returns {Record<string, (node: ParseNode) => void>}
212
199
  */
213
- export declare function deserializeIntoTpMappingFieldDefDto(tpMappingFieldDefDto?: Partial<TpMappingFieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
214
- /**
215
- * The deserialization information for the current model
216
- * @returns {Record<string, (node: ParseNode) => void>}
217
- */
218
- export declare function deserializeIntoTpTypeDefDto(tpTypeDefDto?: Partial<TpTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
200
+ export declare function deserializeIntoTypeDefRefDto(typeDefRefDto?: Partial<TypeDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
219
201
  /**
220
202
  * The deserialization information for the current model
221
203
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -226,22 +208,34 @@ export declare function deserializeIntoTypeMappingDto(typeMappingDto?: Partial<T
226
208
  * @returns {Record<string, (node: ParseNode) => void>}
227
209
  */
228
210
  export declare function deserializeIntoTypeMetaDefDto(typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined): Record<string, (node: ParseNode) => void>;
229
- /**
230
- * The deserialization information for the current model
231
- * @returns {Record<string, (node: ParseNode) => void>}
232
- */
233
- export declare function deserializeIntoValidatedFieldMappingDto(validatedFieldMappingDto?: Partial<ValidatedFieldMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
234
- /**
235
- * The deserialization information for the current model
236
- * @returns {Record<string, (node: ParseNode) => void>}
237
- */
238
- export declare function deserializeIntoValidatedProfileDto(validatedProfileDto?: Partial<ValidatedProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
239
- /**
240
- * The deserialization information for the current model
241
- * @returns {Record<string, (node: ParseNode) => void>}
242
- */
243
- export declare function deserializeIntoValidatedTypeMappingDto(validatedTypeMappingDto?: Partial<ValidatedTypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
244
- export type FieldKind = (typeof FieldKindObject)[keyof typeof FieldKindObject];
211
+ export interface FieldAttributesDto extends Parsable {
212
+ /**
213
+ * The isExtendable property
214
+ */
215
+ isExtendable?: boolean | null;
216
+ /**
217
+ * The roleId property
218
+ */
219
+ roleId?: string | null;
220
+ }
221
+ export interface FieldDefDto extends Parsable {
222
+ /**
223
+ * The id property
224
+ */
225
+ id?: string | null;
226
+ /**
227
+ * The meta property
228
+ */
229
+ meta?: FieldMetaDto | null;
230
+ /**
231
+ * The name property
232
+ */
233
+ name?: string | null;
234
+ /**
235
+ * The path property
236
+ */
237
+ path?: string | null;
238
+ }
245
239
  export interface FieldMappingDto extends Parsable {
246
240
  /**
247
241
  * The id property
@@ -250,59 +244,82 @@ export interface FieldMappingDto extends Parsable {
250
244
  /**
251
245
  * The source property
252
246
  */
253
- source?: TpMappingFieldDefDto | null;
247
+ source?: FieldDefDto | null;
248
+ /**
249
+ * The sourceRel property
250
+ */
251
+ sourceRel?: RelationDto | null;
254
252
  /**
255
253
  * The target property
256
254
  */
257
- target?: SdmMappingFieldDefDto | null;
255
+ target?: FieldDefDto | null;
258
256
  /**
259
- * The Type property
257
+ * The targetRel property
260
258
  */
261
- type?: string | null;
259
+ targetRel?: RelationDto | null;
260
+ /**
261
+ * The type property
262
+ */
263
+ type?: number | null;
262
264
  }
263
- export interface GetEntityTypesDto extends Parsable {
265
+ export interface FieldMetaDto extends Parsable {
264
266
  /**
265
- * The sdmTypes property
267
+ * The attributes property
266
268
  */
267
- sdmTypes?: TypeMetaDefDto[] | null;
269
+ attributes?: FieldAttributesDto | null;
268
270
  /**
269
- * The tpTypes property
271
+ * The isReadonly property
270
272
  */
271
- tpTypes?: TypeMetaDefDto[] | null;
272
- }
273
- export interface HttpValidationProblemDetails extends ApiError, Parsable, ProblemDetails {
273
+ isReadonly?: boolean | null;
274
274
  /**
275
- * The errors property
275
+ * The kind property
276
276
  */
277
- errors?: HttpValidationProblemDetails_errors | null;
278
- }
279
- export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
277
+ kind?: number | null;
280
278
  /**
281
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
279
+ * The multiple property
282
280
  */
283
- additionalData?: Record<string, unknown>;
281
+ multiple?: boolean | null;
282
+ /**
283
+ * The options property
284
+ */
285
+ options?: UntypedNode | null;
286
+ /**
287
+ * The required property
288
+ */
289
+ required?: boolean | null;
290
+ /**
291
+ * The roundsDate property
292
+ */
293
+ roundsDate?: boolean | null;
294
+ /**
295
+ * The type property
296
+ */
297
+ type?: TypeDefRefDto | null;
284
298
  }
285
- export interface IFieldDef extends Parsable {
299
+ export interface GetEntityTypesDto extends Parsable {
286
300
  /**
287
- * The expression property
301
+ * The types property
288
302
  */
289
- expression?: string | null;
303
+ types?: TypeMetaDefDto[] | null;
304
+ }
305
+ export interface GetProfileSettingsDto extends Parsable {
290
306
  /**
291
- * The kind property
307
+ * The profile property
292
308
  */
293
- kind?: FieldKind | null;
309
+ profile?: ProfileDto | null;
310
+ }
311
+ export interface HttpValidationProblemDetails extends ApiError, Parsable, ProblemDetails {
294
312
  /**
295
- * The refType property
313
+ * The errors property
296
314
  */
297
- refType?: string | null;
315
+ errors?: HttpValidationProblemDetails_errors | null;
298
316
  }
299
- export interface MappingErrorDto extends Parsable {
317
+ export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
300
318
  /**
301
- * The message property
319
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
302
320
  */
303
- message?: string | null;
321
+ additionalData?: Record<string, unknown>;
304
322
  }
305
- export type MappingKind = (typeof MappingKindObject)[keyof typeof MappingKindObject];
306
323
  export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable {
307
324
  /**
308
325
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -329,17 +346,29 @@ export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable
329
346
  */
330
347
  type?: string | null;
331
348
  }
332
- export interface ProfileDto extends AdditionalDataHolder, Parsable, ProfileIdDto {
349
+ export interface ProfileDto extends Parsable {
333
350
  /**
334
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
351
+ * The account property
335
352
  */
336
- additionalData?: Record<string, unknown>;
353
+ account?: string | null;
337
354
  /**
338
- * The typeMappings property
355
+ * The enabled property
339
356
  */
340
- typeMappings?: TypeMappingDto[] | null;
357
+ enabled?: boolean | null;
358
+ /**
359
+ * The id property
360
+ */
361
+ id?: string | null;
362
+ /**
363
+ * The mappings property
364
+ */
365
+ mappings?: ProfileMappingDto[] | null;
341
366
  }
342
- export interface ProfileIdDto extends Parsable {
367
+ export interface ProfileMappingDto extends Parsable {
368
+ /**
369
+ * The enabled property
370
+ */
371
+ enabled?: boolean | null;
343
372
  /**
344
373
  * The id property
345
374
  */
@@ -348,112 +377,120 @@ export interface ProfileIdDto extends Parsable {
348
377
  * The name property
349
378
  */
350
379
  name?: string | null;
351
- }
352
- export interface SdmMappingFieldDefDto extends Parsable {
353
380
  /**
354
- * The expression property
381
+ * The typeMappings property
355
382
  */
356
- expression?: string | null;
383
+ typeMappings?: TypeMappingDto[] | null;
384
+ }
385
+ export interface RelationDefRefDto extends Parsable {
357
386
  /**
358
- * The kind property
387
+ * The direction property
359
388
  */
360
- kind?: MappingKind | null;
361
- }
362
- export interface SdmTypeDefDto extends Parsable {
389
+ direction?: number | null;
363
390
  /**
364
391
  * The id property
365
392
  */
366
393
  id?: string | null;
394
+ }
395
+ export interface RelationDto extends Parsable {
367
396
  /**
368
- * The name property
397
+ * The childType property
369
398
  */
370
- name?: string | null;
399
+ childType?: TypeDefRefDto | null;
400
+ /**
401
+ * The field property
402
+ */
403
+ field?: FieldDefDto | null;
404
+ /**
405
+ * The relation property
406
+ */
407
+ relation?: RelationDefRefDto | null;
371
408
  }
372
409
  /**
373
410
  * Serializes information the current object
374
411
  * @param writer Serialization writer to use to serialize this model
375
412
  */
376
- export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null): void;
413
+ export declare function serializeFieldAttributesDto(writer: SerializationWriter, fieldAttributesDto?: Partial<FieldAttributesDto> | undefined | null): void;
377
414
  /**
378
415
  * Serializes information the current object
379
416
  * @param writer Serialization writer to use to serialize this model
380
417
  */
381
- export declare function serializeGetEntityTypesDto(writer: SerializationWriter, getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined | null): void;
418
+ export declare function serializeFieldDefDto(writer: SerializationWriter, fieldDefDto?: Partial<FieldDefDto> | undefined | null): void;
382
419
  /**
383
420
  * Serializes information the current object
384
421
  * @param writer Serialization writer to use to serialize this model
385
422
  */
386
- export declare function serializeHttpValidationProblemDetails(writer: SerializationWriter, httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined | null): void;
423
+ export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null): void;
387
424
  /**
388
425
  * Serializes information the current object
389
426
  * @param writer Serialization writer to use to serialize this model
390
427
  */
391
- export declare function serializeHttpValidationProblemDetails_errors(writer: SerializationWriter, httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined | null): void;
428
+ export declare function serializeFieldMetaDto(writer: SerializationWriter, fieldMetaDto?: Partial<FieldMetaDto> | undefined | null): void;
392
429
  /**
393
430
  * Serializes information the current object
394
431
  * @param writer Serialization writer to use to serialize this model
395
432
  */
396
- export declare function serializeIFieldDef(writer: SerializationWriter, iFieldDef?: Partial<IFieldDef> | undefined | null): void;
433
+ export declare function serializeGetEntityTypesDto(writer: SerializationWriter, getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined | null): void;
397
434
  /**
398
435
  * Serializes information the current object
399
436
  * @param writer Serialization writer to use to serialize this model
400
437
  */
401
- export declare function serializeMappingErrorDto(writer: SerializationWriter, mappingErrorDto?: Partial<MappingErrorDto> | undefined | null): void;
438
+ export declare function serializeGetProfileSettingsDto(writer: SerializationWriter, getProfileSettingsDto?: Partial<GetProfileSettingsDto> | undefined | null): void;
402
439
  /**
403
440
  * Serializes information the current object
404
441
  * @param writer Serialization writer to use to serialize this model
405
442
  */
406
- export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
443
+ export declare function serializeHttpValidationProblemDetails(writer: SerializationWriter, httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined | null): void;
407
444
  /**
408
445
  * Serializes information the current object
409
446
  * @param writer Serialization writer to use to serialize this model
410
447
  */
411
- export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
448
+ export declare function serializeHttpValidationProblemDetails_errors(writer: SerializationWriter, httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined | null): void;
412
449
  /**
413
450
  * Serializes information the current object
414
451
  * @param writer Serialization writer to use to serialize this model
415
452
  */
416
- export declare function serializeProfileIdDto(writer: SerializationWriter, profileIdDto?: Partial<ProfileIdDto> | undefined | null): void;
453
+ export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
417
454
  /**
418
455
  * Serializes information the current object
419
456
  * @param writer Serialization writer to use to serialize this model
420
457
  */
421
- export declare function serializeSdmMappingFieldDefDto(writer: SerializationWriter, sdmMappingFieldDefDto?: Partial<SdmMappingFieldDefDto> | undefined | null): void;
458
+ export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
422
459
  /**
423
460
  * Serializes information the current object
424
461
  * @param writer Serialization writer to use to serialize this model
425
462
  */
426
- export declare function serializeSdmTypeDefDto(writer: SerializationWriter, sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined | null): void;
463
+ export declare function serializeProfileMappingDto(writer: SerializationWriter, profileMappingDto?: Partial<ProfileMappingDto> | undefined | null): void;
427
464
  /**
428
465
  * Serializes information the current object
429
466
  * @param writer Serialization writer to use to serialize this model
430
467
  */
431
- export declare function serializeSetCurrentProfileRequestDto(writer: SerializationWriter, setCurrentProfileRequestDto?: Partial<SetCurrentProfileRequestDto> | undefined | null): void;
468
+ export declare function serializeRelationDefRefDto(writer: SerializationWriter, relationDefRefDto?: Partial<RelationDefRefDto> | undefined | null): void;
432
469
  /**
433
470
  * Serializes information the current object
434
471
  * @param writer Serialization writer to use to serialize this model
435
472
  */
436
- export declare function serializeSharedDataCreateAttachmentResponseDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseDto?: Partial<SharedDataCreateAttachmentResponseDto> | undefined | null): void;
473
+ export declare function serializeRelationDto(writer: SerializationWriter, relationDto?: Partial<RelationDto> | undefined | null): void;
437
474
  /**
438
475
  * Serializes information the current object
439
476
  * @param writer Serialization writer to use to serialize this model
440
477
  */
441
- export declare function serializeSharedDataCreateAttachmentResponseItemDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseItemDto?: Partial<SharedDataCreateAttachmentResponseItemDto> | undefined | null): void;
478
+ export declare function serializeSharedDataCreateAttachmentResponseDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseDto?: Partial<SharedDataCreateAttachmentResponseDto> | undefined | null): void;
442
479
  /**
443
480
  * Serializes information the current object
444
481
  * @param writer Serialization writer to use to serialize this model
445
482
  */
446
- export declare function serializeTestTypeMappingDto(writer: SerializationWriter, testTypeMappingDto?: Partial<TestTypeMappingDto> | undefined | null): void;
483
+ export declare function serializeSharedDataCreateAttachmentResponseItemDto(writer: SerializationWriter, sharedDataCreateAttachmentResponseItemDto?: Partial<SharedDataCreateAttachmentResponseItemDto> | undefined | null): void;
447
484
  /**
448
485
  * Serializes information the current object
449
486
  * @param writer Serialization writer to use to serialize this model
450
487
  */
451
- export declare function serializeTpMappingFieldDefDto(writer: SerializationWriter, tpMappingFieldDefDto?: Partial<TpMappingFieldDefDto> | undefined | null): void;
488
+ export declare function serializeTypeDefDto(writer: SerializationWriter, typeDefDto?: Partial<TypeDefDto> | undefined | null): void;
452
489
  /**
453
490
  * Serializes information the current object
454
491
  * @param writer Serialization writer to use to serialize this model
455
492
  */
456
- export declare function serializeTpTypeDefDto(writer: SerializationWriter, tpTypeDefDto?: Partial<TpTypeDefDto> | undefined | null): void;
493
+ export declare function serializeTypeDefRefDto(writer: SerializationWriter, typeDefRefDto?: Partial<TypeDefRefDto> | undefined | null): void;
457
494
  /**
458
495
  * Serializes information the current object
459
496
  * @param writer Serialization writer to use to serialize this model
@@ -464,27 +501,6 @@ export declare function serializeTypeMappingDto(writer: SerializationWriter, typ
464
501
  * @param writer Serialization writer to use to serialize this model
465
502
  */
466
503
  export declare function serializeTypeMetaDefDto(writer: SerializationWriter, typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined | null): void;
467
- /**
468
- * Serializes information the current object
469
- * @param writer Serialization writer to use to serialize this model
470
- */
471
- export declare function serializeValidatedFieldMappingDto(writer: SerializationWriter, validatedFieldMappingDto?: Partial<ValidatedFieldMappingDto> | undefined | null): void;
472
- /**
473
- * Serializes information the current object
474
- * @param writer Serialization writer to use to serialize this model
475
- */
476
- export declare function serializeValidatedProfileDto(writer: SerializationWriter, validatedProfileDto?: Partial<ValidatedProfileDto> | undefined | null): void;
477
- /**
478
- * Serializes information the current object
479
- * @param writer Serialization writer to use to serialize this model
480
- */
481
- export declare function serializeValidatedTypeMappingDto(writer: SerializationWriter, validatedTypeMappingDto?: Partial<ValidatedTypeMappingDto> | undefined | null): void;
482
- export interface SetCurrentProfileRequestDto extends Parsable {
483
- /**
484
- * The profileId property
485
- */
486
- profileId?: string | null;
487
- }
488
504
  export interface SharedDataCreateAttachmentResponseDto extends Parsable {
489
505
  /**
490
506
  * The items property
@@ -505,35 +521,33 @@ export interface SharedDataCreateAttachmentResponseItemDto extends Parsable {
505
521
  */
506
522
  uri?: string | null;
507
523
  }
508
- export interface TestTypeMappingDto extends Parsable {
524
+ export interface TypeDefDto extends Parsable {
509
525
  /**
510
- * The entityType property
526
+ * The id property
511
527
  */
512
- entityType?: string | null;
528
+ id?: string | null;
513
529
  /**
514
- * The profile property
530
+ * The javaScriptComparator property
515
531
  */
516
- profile?: ProfileDto | null;
517
- }
518
- export interface TpMappingFieldDefDto extends Parsable {
532
+ javaScriptComparator?: string | null;
519
533
  /**
520
- * The expression property
534
+ * The kind property
521
535
  */
522
- expression?: string | null;
536
+ kind?: number | null;
523
537
  /**
524
- * The kind property
538
+ * The name property
525
539
  */
526
- kind?: MappingKind | null;
540
+ name?: string | null;
527
541
  }
528
- export interface TpTypeDefDto extends Parsable {
542
+ export interface TypeDefRefDto extends Parsable {
529
543
  /**
530
544
  * The id property
531
545
  */
532
546
  id?: string | null;
533
547
  /**
534
- * The name property
548
+ * The kind property
535
549
  */
536
- name?: string | null;
550
+ kind?: number | null;
537
551
  }
538
552
  export interface TypeMappingDto extends Parsable {
539
553
  /**
@@ -547,79 +561,27 @@ export interface TypeMappingDto extends Parsable {
547
561
  /**
548
562
  * The sourceType property
549
563
  */
550
- sourceType?: TpTypeDefDto | null;
564
+ sourceType?: TypeDefDto | null;
551
565
  /**
552
566
  * The targetType property
553
567
  */
554
- targetType?: SdmTypeDefDto | null;
555
- /**
556
- * The Type property
557
- */
558
- type?: string | null;
568
+ targetType?: TypeDefDto | null;
559
569
  }
560
570
  export interface TypeMetaDefDto extends Parsable {
561
571
  /**
562
572
  * The fields property
563
573
  */
564
- fields?: IFieldDef[] | null;
574
+ fields?: FieldDefDto[] | null;
565
575
  /**
566
576
  * The id property
567
577
  */
568
578
  id?: string | null;
569
579
  /**
570
- * The name property
571
- */
572
- name?: string | null;
573
- }
574
- export interface ValidatedFieldMappingDto extends AdditionalDataHolder, FieldMappingDto, Parsable {
575
- /**
576
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
577
- */
578
- additionalData?: Record<string, unknown>;
579
- /**
580
- * The errors property
581
- */
582
- errors?: MappingErrorDto[] | null;
583
- /**
584
- * The isValid property
585
- */
586
- isValid?: boolean | null;
587
- }
588
- export interface ValidatedProfileDto extends AdditionalDataHolder, Parsable, ProfileIdDto {
589
- /**
590
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
591
- */
592
- additionalData?: Record<string, unknown>;
593
- /**
594
- * The isValid property
595
- */
596
- isValid?: boolean | null;
597
- /**
598
- * The typeMappings property
599
- */
600
- typeMappings?: ValidatedTypeMappingDto[] | null;
601
- }
602
- export interface ValidatedTypeMappingDto extends AdditionalDataHolder, Parsable, TypeMappingDto {
603
- /**
604
- * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
605
- */
606
- additionalData?: Record<string, unknown>;
607
- /**
608
- * The errors property
580
+ * The kind property
609
581
  */
610
- errors?: MappingErrorDto[] | null;
582
+ kind?: string | null;
611
583
  /**
612
- * The isValid property
584
+ * The name property
613
585
  */
614
- isValid?: boolean | null;
586
+ name?: string | null;
615
587
  }
616
- export declare const FieldKindObject: {
617
- readonly Simple: "Simple";
618
- readonly Ref: "Ref";
619
- readonly Collection: "Collection";
620
- };
621
- export declare const MappingKindObject: {
622
- readonly Property: "Property";
623
- readonly PropertyChain: "PropertyChain";
624
- readonly FreeExpression: "FreeExpression";
625
- };