@targetprocess/shared-data-model-client 0.2.0-us817837-mapping.31 → 0.2.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,10 +1,28 @@
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
5
17
  * @returns {FieldMappingDto}
6
18
  */
7
19
  export declare function createFieldMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20
+ /**
21
+ * Creates a new instance of the appropriate class based on discriminator value
22
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23
+ * @returns {FieldMetaDto}
24
+ */
25
+ export declare function createFieldMetaDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
8
26
  /**
9
27
  * Creates a new instance of the appropriate class based on discriminator value
10
28
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -29,12 +47,6 @@ export declare function createHttpValidationProblemDetails_errorsFromDiscriminat
29
47
  * @returns {HttpValidationProblemDetails}
30
48
  */
31
49
  export declare function createHttpValidationProblemDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
32
- /**
33
- * Creates a new instance of the appropriate class based on discriminator value
34
- * @param parseNode The parse node to use to read the discriminator value and create the object
35
- * @returns {IFieldDef}
36
- */
37
- export declare function createIFieldDefFromDiscriminatorValue(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,33 @@ 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 {SdmMappingFieldDefDto}
65
+ * @returns {ProfileMappingDto}
66
+ */
67
+ export declare function createProfileMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
68
+ /**
69
+ * Creates a new instance of the appropriate class based on discriminator value
70
+ * @param parseNode The parse node to use to read the discriminator value and create the object
71
+ * @returns {RelationDefRefDto}
54
72
  */
55
- export declare function createSdmMappingFieldDefDtoFromDiscriminatorValue(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>);
56
74
  /**
57
75
  * Creates a new instance of the appropriate class based on discriminator value
58
76
  * @param parseNode The parse node to use to read the discriminator value and create the object
59
- * @returns {SdmTypeDefDto}
77
+ * @returns {RelationDto}
60
78
  */
61
- export declare function createSdmTypeDefDtoFromDiscriminatorValue(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>);
62
80
  /**
63
81
  * Creates a new instance of the appropriate class based on discriminator value
64
82
  * @param parseNode The parse node to use to read the discriminator value and create the object
65
- * @returns {TpMappingFieldDefDto}
83
+ * @returns {TypeDefDto}
66
84
  */
67
- export declare function createTpMappingFieldDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
85
+ export declare function createTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
68
86
  /**
69
87
  * Creates a new instance of the appropriate class based on discriminator value
70
88
  * @param parseNode The parse node to use to read the discriminator value and create the object
71
- * @returns {TpTypeDefDto}
89
+ * @returns {TypeDefRefDto}
72
90
  */
73
- export declare function createTpTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
91
+ export declare function createTypeDefRefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
74
92
  /**
75
93
  * Creates a new instance of the appropriate class based on discriminator value
76
94
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -83,11 +101,26 @@ export declare function createTypeMappingDtoFromDiscriminatorValue(parseNode: Pa
83
101
  * @returns {TypeMetaDefDto}
84
102
  */
85
103
  export declare function createTypeMetaDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
104
+ /**
105
+ * The deserialization information for the current model
106
+ * @returns {Record<string, (node: ParseNode) => void>}
107
+ */
108
+ export declare function deserializeIntoFieldAttributesDto(fieldAttributesDto?: Partial<FieldAttributesDto> | undefined): Record<string, (node: ParseNode) => void>;
109
+ /**
110
+ * The deserialization information for the current model
111
+ * @returns {Record<string, (node: ParseNode) => void>}
112
+ */
113
+ export declare function deserializeIntoFieldDefDto(fieldDefDto?: Partial<FieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
86
114
  /**
87
115
  * The deserialization information for the current model
88
116
  * @returns {Record<string, (node: ParseNode) => void>}
89
117
  */
90
118
  export declare function deserializeIntoFieldMappingDto(fieldMappingDto?: Partial<FieldMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
119
+ /**
120
+ * The deserialization information for the current model
121
+ * @returns {Record<string, (node: ParseNode) => void>}
122
+ */
123
+ export declare function deserializeIntoFieldMetaDto(fieldMetaDto?: Partial<FieldMetaDto> | undefined): Record<string, (node: ParseNode) => void>;
91
124
  /**
92
125
  * The deserialization information for the current model
93
126
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -112,37 +145,37 @@ export declare function deserializeIntoHttpValidationProblemDetails_errors(httpV
112
145
  * The deserialization information for the current model
113
146
  * @returns {Record<string, (node: ParseNode) => void>}
114
147
  */
115
- export declare function deserializeIntoIFieldDef(iFieldDef?: Partial<IFieldDef> | undefined): Record<string, (node: ParseNode) => void>;
148
+ export declare function deserializeIntoProblemDetails(problemDetails?: Partial<ProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
116
149
  /**
117
150
  * The deserialization information for the current model
118
151
  * @returns {Record<string, (node: ParseNode) => void>}
119
152
  */
120
- export declare function deserializeIntoProblemDetails(problemDetails?: Partial<ProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
153
+ export declare function deserializeIntoProfileDto(profileDto?: Partial<ProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
121
154
  /**
122
155
  * The deserialization information for the current model
123
156
  * @returns {Record<string, (node: ParseNode) => void>}
124
157
  */
125
- export declare function deserializeIntoProfileDto(profileDto?: Partial<ProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
158
+ export declare function deserializeIntoProfileMappingDto(profileMappingDto?: Partial<ProfileMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
126
159
  /**
127
160
  * The deserialization information for the current model
128
161
  * @returns {Record<string, (node: ParseNode) => void>}
129
162
  */
130
- export declare function deserializeIntoSdmMappingFieldDefDto(sdmMappingFieldDefDto?: Partial<SdmMappingFieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
163
+ export declare function deserializeIntoRelationDefRefDto(relationDefRefDto?: Partial<RelationDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
131
164
  /**
132
165
  * The deserialization information for the current model
133
166
  * @returns {Record<string, (node: ParseNode) => void>}
134
167
  */
135
- export declare function deserializeIntoSdmTypeDefDto(sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
168
+ export declare function deserializeIntoRelationDto(relationDto?: Partial<RelationDto> | undefined): Record<string, (node: ParseNode) => void>;
136
169
  /**
137
170
  * The deserialization information for the current model
138
171
  * @returns {Record<string, (node: ParseNode) => void>}
139
172
  */
140
- export declare function deserializeIntoTpMappingFieldDefDto(tpMappingFieldDefDto?: Partial<TpMappingFieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
173
+ export declare function deserializeIntoTypeDefDto(typeDefDto?: Partial<TypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
141
174
  /**
142
175
  * The deserialization information for the current model
143
176
  * @returns {Record<string, (node: ParseNode) => void>}
144
177
  */
145
- export declare function deserializeIntoTpTypeDefDto(tpTypeDefDto?: Partial<TpTypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
178
+ export declare function deserializeIntoTypeDefRefDto(typeDefRefDto?: Partial<TypeDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
146
179
  /**
147
180
  * The deserialization information for the current model
148
181
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -153,6 +186,34 @@ export declare function deserializeIntoTypeMappingDto(typeMappingDto?: Partial<T
153
186
  * @returns {Record<string, (node: ParseNode) => void>}
154
187
  */
155
188
  export declare function deserializeIntoTypeMetaDefDto(typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined): Record<string, (node: ParseNode) => void>;
189
+ export interface FieldAttributesDto extends Parsable {
190
+ /**
191
+ * The isExtendable property
192
+ */
193
+ isExtendable?: boolean | null;
194
+ /**
195
+ * The roleId property
196
+ */
197
+ roleId?: string | null;
198
+ }
199
+ export interface FieldDefDto extends Parsable {
200
+ /**
201
+ * The id property
202
+ */
203
+ id?: string | null;
204
+ /**
205
+ * The meta property
206
+ */
207
+ meta?: FieldMetaDto | null;
208
+ /**
209
+ * The name property
210
+ */
211
+ name?: string | null;
212
+ /**
213
+ * The path property
214
+ */
215
+ path?: string | null;
216
+ }
156
217
  export type FieldKind = (typeof FieldKindObject)[keyof typeof FieldKindObject];
157
218
  export interface FieldMappingDto extends Parsable {
158
219
  /**
@@ -160,31 +221,66 @@ export interface FieldMappingDto extends Parsable {
160
221
  */
161
222
  id?: string | null;
162
223
  /**
163
- * The isValid property
224
+ * The source property
164
225
  */
165
- isValid?: boolean | null;
226
+ source?: FieldDefDto | null;
166
227
  /**
167
- * The source property
228
+ * The sourceRel property
168
229
  */
169
- source?: TpMappingFieldDefDto | null;
230
+ sourceRel?: RelationDto | null;
170
231
  /**
171
232
  * The target property
172
233
  */
173
- target?: SdmMappingFieldDefDto | null;
234
+ target?: FieldDefDto | null;
235
+ /**
236
+ * The targetRel property
237
+ */
238
+ targetRel?: RelationDto | null;
174
239
  /**
175
240
  * The type property
176
241
  */
177
- type?: string | null;
242
+ type?: FieldMappingType | null;
178
243
  }
179
- export interface GetEntityTypesDto extends Parsable {
244
+ export type FieldMappingType = (typeof FieldMappingTypeObject)[keyof typeof FieldMappingTypeObject];
245
+ export interface FieldMetaDto extends Parsable {
246
+ /**
247
+ * The attributes property
248
+ */
249
+ attributes?: FieldAttributesDto | null;
250
+ /**
251
+ * The isReadonly property
252
+ */
253
+ isReadonly?: boolean | null;
254
+ /**
255
+ * The kind property
256
+ */
257
+ kind?: FieldKind | null;
258
+ /**
259
+ * The multiple property
260
+ */
261
+ multiple?: boolean | null;
262
+ /**
263
+ * The options property
264
+ */
265
+ options?: UntypedNode | null;
180
266
  /**
181
- * The sdmTypes property
267
+ * The required property
182
268
  */
183
- sdmTypes?: TypeMetaDefDto[] | null;
269
+ required?: boolean | null;
184
270
  /**
185
- * The tpTypes property
271
+ * The roundsDate property
186
272
  */
187
- tpTypes?: TypeMetaDefDto[] | null;
273
+ roundsDate?: boolean | null;
274
+ /**
275
+ * The type property
276
+ */
277
+ type?: TypeDefRefDto | null;
278
+ }
279
+ export interface GetEntityTypesDto extends Parsable {
280
+ /**
281
+ * The types property
282
+ */
283
+ types?: TypeMetaDefDto[] | null;
188
284
  }
189
285
  export interface GetProfileSettingsDto extends Parsable {
190
286
  /**
@@ -204,17 +300,6 @@ export interface HttpValidationProblemDetails_errors extends AdditionalDataHolde
204
300
  */
205
301
  additionalData?: Record<string, unknown>;
206
302
  }
207
- export interface IFieldDef extends Parsable {
208
- /**
209
- * The expression property
210
- */
211
- expression?: string | null;
212
- /**
213
- * The kind property
214
- */
215
- kind?: FieldKind | null;
216
- }
217
- export type MappingKind = (typeof MappingKindObject)[keyof typeof MappingKindObject];
218
303
  export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable {
219
304
  /**
220
305
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -255,39 +340,73 @@ export interface ProfileDto extends Parsable {
255
340
  */
256
341
  id?: string | null;
257
342
  /**
258
- * The typeMappings property
343
+ * The mappings property
259
344
  */
260
- typeMappings?: TypeMappingDto[] | null;
345
+ mappings?: ProfileMappingDto[] | null;
261
346
  }
262
- export interface SdmMappingFieldDefDto extends Parsable {
347
+ export interface ProfileMappingDto extends Parsable {
348
+ /**
349
+ * The enabled property
350
+ */
351
+ enabled?: boolean | null;
263
352
  /**
264
- * The expression property
353
+ * The id property
265
354
  */
266
- expression?: string | null;
355
+ id?: string | null;
267
356
  /**
268
- * The kind property
357
+ * The name property
358
+ */
359
+ name?: string | null;
360
+ /**
361
+ * The typeMappings property
269
362
  */
270
- kind?: MappingKind | null;
363
+ typeMappings?: TypeMappingDto[] | null;
271
364
  }
272
- export interface SdmTypeDefDto extends Parsable {
365
+ export interface RelationDefRefDto extends Parsable {
366
+ /**
367
+ * The direction property
368
+ */
369
+ direction?: RelationDirection | null;
273
370
  /**
274
371
  * The id property
275
372
  */
276
373
  id?: string | null;
374
+ }
375
+ export type RelationDirection = (typeof RelationDirectionObject)[keyof typeof RelationDirectionObject];
376
+ export interface RelationDto extends Parsable {
277
377
  /**
278
- * The kind property
378
+ * The childType property
279
379
  */
280
- kind?: TypeKind | null;
380
+ childType?: TypeDefRefDto | null;
281
381
  /**
282
- * The name property
382
+ * The field property
283
383
  */
284
- name?: string | null;
384
+ field?: FieldDefDto | null;
385
+ /**
386
+ * The relation property
387
+ */
388
+ relation?: RelationDefRefDto | null;
285
389
  }
390
+ /**
391
+ * Serializes information the current object
392
+ * @param writer Serialization writer to use to serialize this model
393
+ */
394
+ export declare function serializeFieldAttributesDto(writer: SerializationWriter, fieldAttributesDto?: Partial<FieldAttributesDto> | undefined | null): void;
395
+ /**
396
+ * Serializes information the current object
397
+ * @param writer Serialization writer to use to serialize this model
398
+ */
399
+ export declare function serializeFieldDefDto(writer: SerializationWriter, fieldDefDto?: Partial<FieldDefDto> | undefined | null): void;
286
400
  /**
287
401
  * Serializes information the current object
288
402
  * @param writer Serialization writer to use to serialize this model
289
403
  */
290
404
  export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null): void;
405
+ /**
406
+ * Serializes information the current object
407
+ * @param writer Serialization writer to use to serialize this model
408
+ */
409
+ export declare function serializeFieldMetaDto(writer: SerializationWriter, fieldMetaDto?: Partial<FieldMetaDto> | undefined | null): void;
291
410
  /**
292
411
  * Serializes information the current object
293
412
  * @param writer Serialization writer to use to serialize this model
@@ -312,37 +431,37 @@ export declare function serializeHttpValidationProblemDetails_errors(writer: Ser
312
431
  * Serializes information the current object
313
432
  * @param writer Serialization writer to use to serialize this model
314
433
  */
315
- export declare function serializeIFieldDef(writer: SerializationWriter, iFieldDef?: Partial<IFieldDef> | undefined | null): void;
434
+ export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
316
435
  /**
317
436
  * Serializes information the current object
318
437
  * @param writer Serialization writer to use to serialize this model
319
438
  */
320
- export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
439
+ export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
321
440
  /**
322
441
  * Serializes information the current object
323
442
  * @param writer Serialization writer to use to serialize this model
324
443
  */
325
- export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
444
+ export declare function serializeProfileMappingDto(writer: SerializationWriter, profileMappingDto?: Partial<ProfileMappingDto> | undefined | null): void;
326
445
  /**
327
446
  * Serializes information the current object
328
447
  * @param writer Serialization writer to use to serialize this model
329
448
  */
330
- export declare function serializeSdmMappingFieldDefDto(writer: SerializationWriter, sdmMappingFieldDefDto?: Partial<SdmMappingFieldDefDto> | undefined | null): void;
449
+ export declare function serializeRelationDefRefDto(writer: SerializationWriter, relationDefRefDto?: Partial<RelationDefRefDto> | undefined | null): void;
331
450
  /**
332
451
  * Serializes information the current object
333
452
  * @param writer Serialization writer to use to serialize this model
334
453
  */
335
- export declare function serializeSdmTypeDefDto(writer: SerializationWriter, sdmTypeDefDto?: Partial<SdmTypeDefDto> | undefined | null): void;
454
+ export declare function serializeRelationDto(writer: SerializationWriter, relationDto?: Partial<RelationDto> | undefined | null): void;
336
455
  /**
337
456
  * Serializes information the current object
338
457
  * @param writer Serialization writer to use to serialize this model
339
458
  */
340
- export declare function serializeTpMappingFieldDefDto(writer: SerializationWriter, tpMappingFieldDefDto?: Partial<TpMappingFieldDefDto> | undefined | null): void;
459
+ export declare function serializeTypeDefDto(writer: SerializationWriter, typeDefDto?: Partial<TypeDefDto> | undefined | null): void;
341
460
  /**
342
461
  * Serializes information the current object
343
462
  * @param writer Serialization writer to use to serialize this model
344
463
  */
345
- export declare function serializeTpTypeDefDto(writer: SerializationWriter, tpTypeDefDto?: Partial<TpTypeDefDto> | undefined | null): void;
464
+ export declare function serializeTypeDefRefDto(writer: SerializationWriter, typeDefRefDto?: Partial<TypeDefRefDto> | undefined | null): void;
346
465
  /**
347
466
  * Serializes information the current object
348
467
  * @param writer Serialization writer to use to serialize this model
@@ -353,17 +472,25 @@ export declare function serializeTypeMappingDto(writer: SerializationWriter, typ
353
472
  * @param writer Serialization writer to use to serialize this model
354
473
  */
355
474
  export declare function serializeTypeMetaDefDto(writer: SerializationWriter, typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined | null): void;
356
- export interface TpMappingFieldDefDto extends Parsable {
475
+ export interface TypeDefDto extends Parsable {
357
476
  /**
358
- * The expression property
477
+ * The id property
359
478
  */
360
- expression?: string | null;
479
+ id?: string | null;
480
+ /**
481
+ * The javaScriptComparator property
482
+ */
483
+ javaScriptComparator?: string | null;
361
484
  /**
362
485
  * The kind property
363
486
  */
364
- kind?: MappingKind | null;
487
+ kind?: TypeKind | null;
488
+ /**
489
+ * The name property
490
+ */
491
+ name?: string | null;
365
492
  }
366
- export interface TpTypeDefDto extends Parsable {
493
+ export interface TypeDefRefDto extends Parsable {
367
494
  /**
368
495
  * The id property
369
496
  */
@@ -372,10 +499,6 @@ export interface TpTypeDefDto extends Parsable {
372
499
  * The kind property
373
500
  */
374
501
  kind?: TypeKind | null;
375
- /**
376
- * The name property
377
- */
378
- name?: string | null;
379
502
  }
380
503
  export type TypeKind = (typeof TypeKindObject)[keyof typeof TypeKindObject];
381
504
  export interface TypeMappingDto extends Parsable {
@@ -387,24 +510,20 @@ export interface TypeMappingDto extends Parsable {
387
510
  * The id property
388
511
  */
389
512
  id?: string | null;
390
- /**
391
- * The isValid property
392
- */
393
- isValid?: boolean | null;
394
513
  /**
395
514
  * The sourceType property
396
515
  */
397
- sourceType?: TpTypeDefDto | null;
516
+ sourceType?: TypeDefDto | null;
398
517
  /**
399
518
  * The targetType property
400
519
  */
401
- targetType?: SdmTypeDefDto | null;
520
+ targetType?: TypeDefDto | null;
402
521
  }
403
522
  export interface TypeMetaDefDto extends Parsable {
404
523
  /**
405
524
  * The fields property
406
525
  */
407
- fields?: IFieldDef[] | null;
526
+ fields?: FieldDefDto[] | null;
408
527
  /**
409
528
  * The id property
410
529
  */
@@ -412,20 +531,36 @@ export interface TypeMetaDefDto extends Parsable {
412
531
  /**
413
532
  * The kind property
414
533
  */
415
- kind?: TypeKind | null;
534
+ kind?: string | null;
416
535
  /**
417
536
  * The name property
418
537
  */
419
538
  name?: string | null;
420
539
  }
421
540
  export declare const FieldKindObject: {
422
- readonly Simple: "Simple";
423
- readonly Ref: "Ref";
541
+ readonly CollectionFieldMeta: "CollectionFieldMeta";
542
+ readonly FieldMeta: "FieldMeta";
543
+ readonly SelectFieldMeta: "SelectFieldMeta";
544
+ };
545
+ export declare const FieldMappingTypeObject: {
546
+ readonly ValueFieldMapping: "ValueFieldMapping";
547
+ readonly CollectionFieldMapping: "CollectionFieldMapping";
548
+ readonly ReferenceToStringFieldMapping: "ReferenceToStringFieldMapping";
549
+ readonly TargetprocessDescriptionMapping: "TargetprocessDescriptionMapping";
550
+ readonly CollectionToStringMapping: "CollectionToStringMapping";
551
+ readonly RelationFieldMapping: "RelationFieldMapping";
552
+ readonly EntityStateMapping: "EntityStateMapping";
553
+ readonly JavaScriptFieldMapping: "JavaScriptFieldMapping";
554
+ readonly UserFieldMapping: "UserFieldMapping";
555
+ readonly RoleAssignmentUserFieldMapping: "RoleAssignmentUserFieldMapping";
556
+ readonly RoleEffortFieldMapping: "RoleEffortFieldMapping";
557
+ readonly ConstantFieldMapping: "ConstantFieldMapping";
558
+ readonly RoleAssignmentsFieldMapping: "RoleAssignmentsFieldMapping";
559
+ readonly RoleEffortToRoleEffortFieldMapping: "RoleEffortToRoleEffortFieldMapping";
424
560
  };
425
- export declare const MappingKindObject: {
426
- readonly Property: "Property";
427
- readonly PropertyChain: "PropertyChain";
428
- readonly FreeExpression: "FreeExpression";
561
+ export declare const RelationDirectionObject: {
562
+ readonly Inbound: "Inbound";
563
+ readonly Outbound: "Outbound";
429
564
  };
430
565
  export declare const TypeKindObject: {
431
566
  readonly String: "String";