@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.
- package/dist/api/settings/index.js +0 -1
- package/dist/api/settings/profile/index.d.ts +4 -23
- package/dist/api/settings/profile/index.js +3 -23
- package/dist/models/index.d.ts +200 -238
- package/dist/models/index.js +226 -336
- package/package.json +1 -1
- package/src/api/settings/index.ts +1 -2
- package/src/api/settings/profile/index.ts +6 -38
- package/src/kiota-lock.json +1 -1
- package/src/models/index.ts +332 -415
- package/src/v1.json +282 -549
- package/dist/api/settings/profile/current/index.d.ts +0 -49
- package/dist/api/settings/profile/current/index.js +0 -46
- package/dist/api/settings/profile/testTypeMapping/index.d.ts +0 -33
- package/dist/api/settings/profile/testTypeMapping/index.js +0 -36
- package/dist/api/settings/profile/validate/index.d.ts +0 -33
- package/dist/api/settings/profile/validate/index.js +0 -34
- package/src/api/settings/profile/current/index.ts +0 -85
- package/src/api/settings/profile/testTypeMapping/index.ts +0 -57
- package/src/api/settings/profile/validate/index.ts +0 -57
package/dist/models/index.d.ts
CHANGED
|
@@ -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 {
|
|
23
|
+
* @returns {FieldMetaDto}
|
|
12
24
|
*/
|
|
13
|
-
export declare function
|
|
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 {
|
|
29
|
+
* @returns {GetEntityTypesDto}
|
|
18
30
|
*/
|
|
19
|
-
export declare function
|
|
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 {
|
|
35
|
+
* @returns {GetProfileSettingsDto}
|
|
24
36
|
*/
|
|
25
|
-
export declare function
|
|
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 {
|
|
41
|
+
* @returns {HttpValidationProblemDetails_errors}
|
|
30
42
|
*/
|
|
31
|
-
export declare function
|
|
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 {
|
|
47
|
+
* @returns {HttpValidationProblemDetails}
|
|
36
48
|
*/
|
|
37
|
-
export declare function
|
|
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 {
|
|
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
|
|
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 {
|
|
71
|
+
* @returns {RelationDefRefDto}
|
|
66
72
|
*/
|
|
67
|
-
export declare function
|
|
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 {
|
|
77
|
+
* @returns {RelationDto}
|
|
72
78
|
*/
|
|
73
|
-
export declare function
|
|
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 {
|
|
95
|
+
* @returns {TypeDefDto}
|
|
90
96
|
*/
|
|
91
|
-
export declare function
|
|
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 {
|
|
101
|
+
* @returns {TypeDefRefDto}
|
|
96
102
|
*/
|
|
97
|
-
export declare function
|
|
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
|
-
*
|
|
118
|
-
* @
|
|
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
|
|
120
|
+
export declare function deserializeIntoFieldAttributesDto(fieldAttributesDto?: Partial<FieldAttributesDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
128
121
|
/**
|
|
129
|
-
*
|
|
130
|
-
* @
|
|
131
|
-
* @returns {ValidatedTypeMappingDto}
|
|
122
|
+
* The deserialization information for the current model
|
|
123
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
132
124
|
*/
|
|
133
|
-
export declare function
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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?:
|
|
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?:
|
|
255
|
+
target?: FieldDefDto | null;
|
|
258
256
|
/**
|
|
259
|
-
* The
|
|
257
|
+
* The targetRel property
|
|
260
258
|
*/
|
|
261
|
-
|
|
259
|
+
targetRel?: RelationDto | null;
|
|
260
|
+
/**
|
|
261
|
+
* The type property
|
|
262
|
+
*/
|
|
263
|
+
type?: number | null;
|
|
262
264
|
}
|
|
263
|
-
export interface
|
|
265
|
+
export interface FieldMetaDto extends Parsable {
|
|
264
266
|
/**
|
|
265
|
-
* The
|
|
267
|
+
* The attributes property
|
|
266
268
|
*/
|
|
267
|
-
|
|
269
|
+
attributes?: FieldAttributesDto | null;
|
|
268
270
|
/**
|
|
269
|
-
* The
|
|
271
|
+
* The isReadonly property
|
|
270
272
|
*/
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
export interface HttpValidationProblemDetails extends ApiError, Parsable, ProblemDetails {
|
|
273
|
+
isReadonly?: boolean | null;
|
|
274
274
|
/**
|
|
275
|
-
* The
|
|
275
|
+
* The kind property
|
|
276
276
|
*/
|
|
277
|
-
|
|
278
|
-
}
|
|
279
|
-
export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
|
|
277
|
+
kind?: number | null;
|
|
280
278
|
/**
|
|
281
|
-
*
|
|
279
|
+
* The multiple property
|
|
282
280
|
*/
|
|
283
|
-
|
|
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
|
|
299
|
+
export interface GetEntityTypesDto extends Parsable {
|
|
286
300
|
/**
|
|
287
|
-
* The
|
|
301
|
+
* The types property
|
|
288
302
|
*/
|
|
289
|
-
|
|
303
|
+
types?: TypeMetaDefDto[] | null;
|
|
304
|
+
}
|
|
305
|
+
export interface GetProfileSettingsDto extends Parsable {
|
|
290
306
|
/**
|
|
291
|
-
* The
|
|
307
|
+
* The profile property
|
|
292
308
|
*/
|
|
293
|
-
|
|
309
|
+
profile?: ProfileDto | null;
|
|
310
|
+
}
|
|
311
|
+
export interface HttpValidationProblemDetails extends ApiError, Parsable, ProblemDetails {
|
|
294
312
|
/**
|
|
295
|
-
* The
|
|
313
|
+
* The errors property
|
|
296
314
|
*/
|
|
297
|
-
|
|
315
|
+
errors?: HttpValidationProblemDetails_errors | null;
|
|
298
316
|
}
|
|
299
|
-
export interface
|
|
317
|
+
export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
|
|
300
318
|
/**
|
|
301
|
-
*
|
|
319
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
302
320
|
*/
|
|
303
|
-
|
|
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
|
|
349
|
+
export interface ProfileDto extends Parsable {
|
|
333
350
|
/**
|
|
334
|
-
*
|
|
351
|
+
* The account property
|
|
335
352
|
*/
|
|
336
|
-
|
|
353
|
+
account?: string | null;
|
|
337
354
|
/**
|
|
338
|
-
* The
|
|
355
|
+
* The enabled property
|
|
339
356
|
*/
|
|
340
|
-
|
|
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
|
|
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
|
|
381
|
+
* The typeMappings property
|
|
355
382
|
*/
|
|
356
|
-
|
|
383
|
+
typeMappings?: TypeMappingDto[] | null;
|
|
384
|
+
}
|
|
385
|
+
export interface RelationDefRefDto extends Parsable {
|
|
357
386
|
/**
|
|
358
|
-
* The
|
|
387
|
+
* The direction property
|
|
359
388
|
*/
|
|
360
|
-
|
|
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
|
|
397
|
+
* The childType property
|
|
369
398
|
*/
|
|
370
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
524
|
+
export interface TypeDefDto extends Parsable {
|
|
509
525
|
/**
|
|
510
|
-
* The
|
|
526
|
+
* The id property
|
|
511
527
|
*/
|
|
512
|
-
|
|
528
|
+
id?: string | null;
|
|
513
529
|
/**
|
|
514
|
-
* The
|
|
530
|
+
* The javaScriptComparator property
|
|
515
531
|
*/
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
export interface TpMappingFieldDefDto extends Parsable {
|
|
532
|
+
javaScriptComparator?: string | null;
|
|
519
533
|
/**
|
|
520
|
-
* The
|
|
534
|
+
* The kind property
|
|
521
535
|
*/
|
|
522
|
-
|
|
536
|
+
kind?: number | null;
|
|
523
537
|
/**
|
|
524
|
-
* The
|
|
538
|
+
* The name property
|
|
525
539
|
*/
|
|
526
|
-
|
|
540
|
+
name?: string | null;
|
|
527
541
|
}
|
|
528
|
-
export interface
|
|
542
|
+
export interface TypeDefRefDto extends Parsable {
|
|
529
543
|
/**
|
|
530
544
|
* The id property
|
|
531
545
|
*/
|
|
532
546
|
id?: string | null;
|
|
533
547
|
/**
|
|
534
|
-
* The
|
|
548
|
+
* The kind property
|
|
535
549
|
*/
|
|
536
|
-
|
|
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?:
|
|
564
|
+
sourceType?: TypeDefDto | null;
|
|
551
565
|
/**
|
|
552
566
|
* The targetType property
|
|
553
567
|
*/
|
|
554
|
-
targetType?:
|
|
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?:
|
|
574
|
+
fields?: FieldDefDto[] | null;
|
|
565
575
|
/**
|
|
566
576
|
* The id property
|
|
567
577
|
*/
|
|
568
578
|
id?: string | null;
|
|
569
579
|
/**
|
|
570
|
-
* The
|
|
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
|
-
|
|
582
|
+
kind?: string | null;
|
|
611
583
|
/**
|
|
612
|
-
* The
|
|
584
|
+
* The name property
|
|
613
585
|
*/
|
|
614
|
-
|
|
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
|
-
};
|