@targetprocess/shared-data-model-client 0.2.0-us817123-mappings.7 → 0.2.0-us817123-improvements.5
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/entityTypes/index.d.ts +7 -7
- package/dist/api/settings/entityTypes/index.js +5 -5
- package/dist/api/settings/profile/index.d.ts +14 -14
- package/dist/api/settings/profile/index.js +11 -11
- package/dist/api/sharedData/index.d.ts +7 -7
- package/dist/api/sharedData/index.js +5 -5
- package/dist/models/index.d.ts +290 -213
- package/dist/models/index.js +338 -256
- package/package.json +1 -1
- package/src/api/settings/entityTypes/index.ts +12 -12
- package/src/api/settings/profile/index.ts +25 -25
- package/src/api/sharedData/index.ts +12 -12
- package/src/kiota-lock.json +1 -1
- package/src/models/index.ts +460 -343
- package/src/v1.json +246 -93
package/dist/models/index.d.ts
CHANGED
|
@@ -2,203 +2,333 @@ import { type AdditionalDataHolder, type ApiError, type Parsable, type ParseNode
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
4
4
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
5
|
-
* @returns {
|
|
5
|
+
* @returns {FieldAttributesDto}
|
|
6
6
|
*/
|
|
7
|
-
export declare function
|
|
7
|
+
export declare function createFieldAttributesDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
8
8
|
/**
|
|
9
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
10
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
|
-
* @returns {
|
|
11
|
+
* @returns {FieldDefDto}
|
|
12
12
|
*/
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function createFieldDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14
14
|
/**
|
|
15
15
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
16
16
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17
|
-
* @returns {
|
|
17
|
+
* @returns {FieldMappingDto}
|
|
18
18
|
*/
|
|
19
|
-
export declare function
|
|
19
|
+
export declare function createFieldMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20
20
|
/**
|
|
21
21
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
22
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
|
-
* @returns {
|
|
23
|
+
* @returns {FieldMetaDto}
|
|
24
24
|
*/
|
|
25
|
-
export declare function
|
|
25
|
+
export declare function createFieldMetaDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
26
26
|
/**
|
|
27
27
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
28
28
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
29
|
-
* @returns {
|
|
29
|
+
* @returns {GetEntityTypesDto}
|
|
30
30
|
*/
|
|
31
|
-
export declare function
|
|
31
|
+
export declare function createGetEntityTypesDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
32
32
|
/**
|
|
33
33
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
34
34
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
35
|
-
* @returns {
|
|
35
|
+
* @returns {GetProfileSettingsDto}
|
|
36
36
|
*/
|
|
37
|
-
export declare function
|
|
37
|
+
export declare function createGetProfileSettingsDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
38
38
|
/**
|
|
39
39
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
40
40
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
41
|
-
* @returns {
|
|
41
|
+
* @returns {GetSharedDataModelResponseDto}
|
|
42
42
|
*/
|
|
43
|
-
export declare function
|
|
43
|
+
export declare function createGetSharedDataModelResponseDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
44
44
|
/**
|
|
45
45
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
46
46
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
47
|
-
* @returns {
|
|
47
|
+
* @returns {HttpValidationProblemDetails_errors}
|
|
48
48
|
*/
|
|
49
|
-
export declare function
|
|
49
|
+
export declare function createHttpValidationProblemDetails_errorsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
50
50
|
/**
|
|
51
51
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
52
52
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
53
|
-
* @returns {
|
|
53
|
+
* @returns {HttpValidationProblemDetails}
|
|
54
54
|
*/
|
|
55
|
-
export declare function
|
|
55
|
+
export declare function createHttpValidationProblemDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
56
56
|
/**
|
|
57
57
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
58
58
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
59
|
-
* @returns {
|
|
59
|
+
* @returns {ProblemDetails}
|
|
60
60
|
*/
|
|
61
|
-
export declare function
|
|
61
|
+
export declare function createProblemDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
62
62
|
/**
|
|
63
63
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
64
64
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
65
|
-
* @returns {
|
|
65
|
+
* @returns {ProfileDto}
|
|
66
66
|
*/
|
|
67
|
-
export declare function
|
|
67
|
+
export declare function createProfileDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
68
68
|
/**
|
|
69
69
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
70
70
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
71
|
-
* @returns {
|
|
71
|
+
* @returns {ProfileMappingDto}
|
|
72
72
|
*/
|
|
73
|
-
export declare function
|
|
73
|
+
export declare function createProfileMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
74
74
|
/**
|
|
75
75
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
76
76
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
77
|
-
* @returns {
|
|
77
|
+
* @returns {RelationDefRefDto}
|
|
78
78
|
*/
|
|
79
|
-
export declare function
|
|
79
|
+
export declare function createRelationDefRefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
80
80
|
/**
|
|
81
81
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
82
82
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
83
|
-
* @returns {
|
|
83
|
+
* @returns {RelationDto}
|
|
84
84
|
*/
|
|
85
|
-
export declare function
|
|
85
|
+
export declare function createRelationDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
86
86
|
/**
|
|
87
87
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
88
88
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
89
|
-
* @returns {
|
|
89
|
+
* @returns {TpUser}
|
|
90
90
|
*/
|
|
91
|
-
export declare function
|
|
91
|
+
export declare function createTpUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
92
92
|
/**
|
|
93
93
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
94
94
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
95
|
-
* @returns {
|
|
95
|
+
* @returns {TypeDefDto}
|
|
96
96
|
*/
|
|
97
|
-
export declare function
|
|
97
|
+
export declare function createTypeDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
98
98
|
/**
|
|
99
99
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
100
100
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
101
|
-
* @returns {
|
|
101
|
+
* @returns {TypeDefRefDto}
|
|
102
102
|
*/
|
|
103
|
-
export declare function
|
|
103
|
+
export declare function createTypeDefRefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
104
|
+
/**
|
|
105
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
106
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
107
|
+
* @returns {TypeMappingDto}
|
|
108
|
+
*/
|
|
109
|
+
export declare function createTypeMappingDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
110
|
+
/**
|
|
111
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
112
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
113
|
+
* @returns {TypeMetaDefDto}
|
|
114
|
+
*/
|
|
115
|
+
export declare function createTypeMetaDefDtoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
104
116
|
/**
|
|
105
117
|
* The deserialization information for the current model
|
|
106
118
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
107
119
|
*/
|
|
108
|
-
export declare function
|
|
120
|
+
export declare function deserializeIntoFieldAttributesDto(fieldAttributesDto?: Partial<FieldAttributesDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
109
121
|
/**
|
|
110
122
|
* The deserialization information for the current model
|
|
111
123
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
112
124
|
*/
|
|
113
|
-
export declare function
|
|
125
|
+
export declare function deserializeIntoFieldDefDto(fieldDefDto?: Partial<FieldDefDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
114
126
|
/**
|
|
115
127
|
* The deserialization information for the current model
|
|
116
128
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
117
129
|
*/
|
|
118
|
-
export declare function
|
|
130
|
+
export declare function deserializeIntoFieldMappingDto(fieldMappingDto?: Partial<FieldMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
119
131
|
/**
|
|
120
132
|
* The deserialization information for the current model
|
|
121
133
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
122
134
|
*/
|
|
123
|
-
export declare function
|
|
135
|
+
export declare function deserializeIntoFieldMetaDto(fieldMetaDto?: Partial<FieldMetaDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
124
136
|
/**
|
|
125
137
|
* The deserialization information for the current model
|
|
126
138
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
127
139
|
*/
|
|
128
|
-
export declare function
|
|
140
|
+
export declare function deserializeIntoGetEntityTypesDto(getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
129
141
|
/**
|
|
130
142
|
* The deserialization information for the current model
|
|
131
143
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
132
144
|
*/
|
|
133
|
-
export declare function
|
|
145
|
+
export declare function deserializeIntoGetProfileSettingsDto(getProfileSettingsDto?: Partial<GetProfileSettingsDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
134
146
|
/**
|
|
135
147
|
* The deserialization information for the current model
|
|
136
148
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
137
149
|
*/
|
|
138
|
-
export declare function
|
|
150
|
+
export declare function deserializeIntoGetSharedDataModelResponseDto(getSharedDataModelResponseDto?: Partial<GetSharedDataModelResponseDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
139
151
|
/**
|
|
140
152
|
* The deserialization information for the current model
|
|
141
153
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
142
154
|
*/
|
|
143
|
-
export declare function
|
|
155
|
+
export declare function deserializeIntoHttpValidationProblemDetails(httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
144
156
|
/**
|
|
145
157
|
* The deserialization information for the current model
|
|
146
158
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
147
159
|
*/
|
|
148
|
-
export declare function
|
|
160
|
+
export declare function deserializeIntoHttpValidationProblemDetails_errors(httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined): Record<string, (node: ParseNode) => void>;
|
|
149
161
|
/**
|
|
150
162
|
* The deserialization information for the current model
|
|
151
163
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
152
164
|
*/
|
|
153
|
-
export declare function
|
|
165
|
+
export declare function deserializeIntoProblemDetails(problemDetails?: Partial<ProblemDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
154
166
|
/**
|
|
155
167
|
* The deserialization information for the current model
|
|
156
168
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
157
169
|
*/
|
|
158
|
-
export declare function
|
|
170
|
+
export declare function deserializeIntoProfileDto(profileDto?: Partial<ProfileDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
159
171
|
/**
|
|
160
172
|
* The deserialization information for the current model
|
|
161
173
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
162
174
|
*/
|
|
163
|
-
export declare function
|
|
175
|
+
export declare function deserializeIntoProfileMappingDto(profileMappingDto?: Partial<ProfileMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
164
176
|
/**
|
|
165
177
|
* The deserialization information for the current model
|
|
166
178
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
167
179
|
*/
|
|
168
|
-
export declare function
|
|
180
|
+
export declare function deserializeIntoRelationDefRefDto(relationDefRefDto?: Partial<RelationDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
169
181
|
/**
|
|
170
182
|
* The deserialization information for the current model
|
|
171
183
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
172
184
|
*/
|
|
173
|
-
export declare function
|
|
185
|
+
export declare function deserializeIntoRelationDto(relationDto?: Partial<RelationDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
174
186
|
/**
|
|
175
187
|
* The deserialization information for the current model
|
|
176
188
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
177
189
|
*/
|
|
178
|
-
export declare function
|
|
190
|
+
export declare function deserializeIntoTpUser(tpUser?: Partial<TpUser> | undefined): Record<string, (node: ParseNode) => void>;
|
|
179
191
|
/**
|
|
180
192
|
* The deserialization information for the current model
|
|
181
193
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
182
194
|
*/
|
|
183
|
-
export declare function
|
|
195
|
+
export declare function deserializeIntoTypeDefDto(typeDefDto?: Partial<TypeDefDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
184
196
|
/**
|
|
185
197
|
* The deserialization information for the current model
|
|
186
198
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
187
199
|
*/
|
|
188
|
-
export declare function
|
|
189
|
-
|
|
200
|
+
export declare function deserializeIntoTypeDefRefDto(typeDefRefDto?: Partial<TypeDefRefDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
201
|
+
/**
|
|
202
|
+
* The deserialization information for the current model
|
|
203
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
204
|
+
*/
|
|
205
|
+
export declare function deserializeIntoTypeMappingDto(typeMappingDto?: Partial<TypeMappingDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
206
|
+
/**
|
|
207
|
+
* The deserialization information for the current model
|
|
208
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
209
|
+
*/
|
|
210
|
+
export declare function deserializeIntoTypeMetaDefDto(typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined): Record<string, (node: ParseNode) => void>;
|
|
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
|
+
}
|
|
239
|
+
export type FieldKind = (typeof FieldKindObject)[keyof typeof FieldKindObject];
|
|
240
|
+
export interface FieldMappingDto extends Parsable {
|
|
241
|
+
/**
|
|
242
|
+
* The id property
|
|
243
|
+
*/
|
|
244
|
+
id?: string | null;
|
|
245
|
+
/**
|
|
246
|
+
* The source property
|
|
247
|
+
*/
|
|
248
|
+
source?: FieldDefDto | null;
|
|
249
|
+
/**
|
|
250
|
+
* The sourceRel property
|
|
251
|
+
*/
|
|
252
|
+
sourceRel?: RelationDto | null;
|
|
253
|
+
/**
|
|
254
|
+
* The target property
|
|
255
|
+
*/
|
|
256
|
+
target?: FieldDefDto | null;
|
|
257
|
+
/**
|
|
258
|
+
* The targetRel property
|
|
259
|
+
*/
|
|
260
|
+
targetRel?: RelationDto | null;
|
|
261
|
+
/**
|
|
262
|
+
* The type property
|
|
263
|
+
*/
|
|
264
|
+
type?: FieldMappingType | null;
|
|
265
|
+
}
|
|
266
|
+
export type FieldMappingType = (typeof FieldMappingTypeObject)[keyof typeof FieldMappingTypeObject];
|
|
267
|
+
export interface FieldMetaDto extends Parsable {
|
|
268
|
+
/**
|
|
269
|
+
* The attributes property
|
|
270
|
+
*/
|
|
271
|
+
attributes?: FieldAttributesDto | null;
|
|
272
|
+
/**
|
|
273
|
+
* The isReadonly property
|
|
274
|
+
*/
|
|
275
|
+
isReadonly?: boolean | null;
|
|
276
|
+
/**
|
|
277
|
+
* The kind property
|
|
278
|
+
*/
|
|
279
|
+
kind?: FieldKind | null;
|
|
280
|
+
/**
|
|
281
|
+
* The multiple property
|
|
282
|
+
*/
|
|
283
|
+
multiple?: boolean | null;
|
|
284
|
+
/**
|
|
285
|
+
* The options property
|
|
286
|
+
*/
|
|
287
|
+
options?: UntypedNode | null;
|
|
288
|
+
/**
|
|
289
|
+
* The required property
|
|
290
|
+
*/
|
|
291
|
+
required?: boolean | null;
|
|
292
|
+
/**
|
|
293
|
+
* The roundsDate property
|
|
294
|
+
*/
|
|
295
|
+
roundsDate?: boolean | null;
|
|
296
|
+
/**
|
|
297
|
+
* The type property
|
|
298
|
+
*/
|
|
299
|
+
type?: TypeDefRefDto | null;
|
|
300
|
+
}
|
|
301
|
+
export interface GetEntityTypesDto extends Parsable {
|
|
302
|
+
/**
|
|
303
|
+
* The types property
|
|
304
|
+
*/
|
|
305
|
+
types?: TypeMetaDefDto[] | null;
|
|
306
|
+
}
|
|
307
|
+
export interface GetProfileSettingsDto extends Parsable {
|
|
308
|
+
/**
|
|
309
|
+
* The profile property
|
|
310
|
+
*/
|
|
311
|
+
profile?: ProfileDto | null;
|
|
312
|
+
}
|
|
313
|
+
export interface GetSharedDataModelResponseDto extends Parsable {
|
|
314
|
+
/**
|
|
315
|
+
* The users property
|
|
316
|
+
*/
|
|
317
|
+
users?: TpUser[] | null;
|
|
318
|
+
}
|
|
319
|
+
export interface HttpValidationProblemDetails extends ApiError, Parsable, ProblemDetails {
|
|
190
320
|
/**
|
|
191
321
|
* The errors property
|
|
192
322
|
*/
|
|
193
|
-
errors?:
|
|
323
|
+
errors?: HttpValidationProblemDetails_errors | null;
|
|
194
324
|
}
|
|
195
|
-
export interface
|
|
325
|
+
export interface HttpValidationProblemDetails_errors extends AdditionalDataHolder, Parsable {
|
|
196
326
|
/**
|
|
197
327
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
198
328
|
*/
|
|
199
329
|
additionalData?: Record<string, unknown>;
|
|
200
330
|
}
|
|
201
|
-
export interface
|
|
331
|
+
export interface ProblemDetails extends AdditionalDataHolder, ApiError, Parsable {
|
|
202
332
|
/**
|
|
203
333
|
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
204
334
|
*/
|
|
@@ -224,210 +354,165 @@ export interface MicrosoftAspNetCoreMvcProblemDetails extends AdditionalDataHold
|
|
|
224
354
|
*/
|
|
225
355
|
type?: string | null;
|
|
226
356
|
}
|
|
357
|
+
export interface ProfileDto extends Parsable {
|
|
358
|
+
/**
|
|
359
|
+
* The id property
|
|
360
|
+
*/
|
|
361
|
+
id?: string | null;
|
|
362
|
+
/**
|
|
363
|
+
* The mappings property
|
|
364
|
+
*/
|
|
365
|
+
mappings?: ProfileMappingDto[] | null;
|
|
366
|
+
/**
|
|
367
|
+
* The name property
|
|
368
|
+
*/
|
|
369
|
+
name?: string | null;
|
|
370
|
+
}
|
|
371
|
+
export interface ProfileMappingDto extends Parsable {
|
|
372
|
+
/**
|
|
373
|
+
* The enabled property
|
|
374
|
+
*/
|
|
375
|
+
enabled?: boolean | null;
|
|
376
|
+
/**
|
|
377
|
+
* The id property
|
|
378
|
+
*/
|
|
379
|
+
id?: string | null;
|
|
380
|
+
/**
|
|
381
|
+
* The name property
|
|
382
|
+
*/
|
|
383
|
+
name?: string | null;
|
|
384
|
+
/**
|
|
385
|
+
* The typeMappings property
|
|
386
|
+
*/
|
|
387
|
+
typeMappings?: TypeMappingDto[] | null;
|
|
388
|
+
}
|
|
389
|
+
export interface RelationDefRefDto extends Parsable {
|
|
390
|
+
/**
|
|
391
|
+
* The direction property
|
|
392
|
+
*/
|
|
393
|
+
direction?: RelationDirection | null;
|
|
394
|
+
/**
|
|
395
|
+
* The id property
|
|
396
|
+
*/
|
|
397
|
+
id?: string | null;
|
|
398
|
+
}
|
|
399
|
+
export type RelationDirection = (typeof RelationDirectionObject)[keyof typeof RelationDirectionObject];
|
|
400
|
+
export interface RelationDto extends Parsable {
|
|
401
|
+
/**
|
|
402
|
+
* The childType property
|
|
403
|
+
*/
|
|
404
|
+
childType?: TypeDefRefDto | null;
|
|
405
|
+
/**
|
|
406
|
+
* The field property
|
|
407
|
+
*/
|
|
408
|
+
field?: FieldDefDto | null;
|
|
409
|
+
/**
|
|
410
|
+
* The relation property
|
|
411
|
+
*/
|
|
412
|
+
relation?: RelationDefRefDto | null;
|
|
413
|
+
}
|
|
227
414
|
/**
|
|
228
415
|
* Serializes information the current object
|
|
229
416
|
* @param writer Serialization writer to use to serialize this model
|
|
230
417
|
*/
|
|
231
|
-
export declare function
|
|
418
|
+
export declare function serializeFieldAttributesDto(writer: SerializationWriter, fieldAttributesDto?: Partial<FieldAttributesDto> | undefined | null): void;
|
|
232
419
|
/**
|
|
233
420
|
* Serializes information the current object
|
|
234
421
|
* @param writer Serialization writer to use to serialize this model
|
|
235
422
|
*/
|
|
236
|
-
export declare function
|
|
423
|
+
export declare function serializeFieldDefDto(writer: SerializationWriter, fieldDefDto?: Partial<FieldDefDto> | undefined | null): void;
|
|
237
424
|
/**
|
|
238
425
|
* Serializes information the current object
|
|
239
426
|
* @param writer Serialization writer to use to serialize this model
|
|
240
427
|
*/
|
|
241
|
-
export declare function
|
|
428
|
+
export declare function serializeFieldMappingDto(writer: SerializationWriter, fieldMappingDto?: Partial<FieldMappingDto> | undefined | null): void;
|
|
242
429
|
/**
|
|
243
430
|
* Serializes information the current object
|
|
244
431
|
* @param writer Serialization writer to use to serialize this model
|
|
245
432
|
*/
|
|
246
|
-
export declare function
|
|
433
|
+
export declare function serializeFieldMetaDto(writer: SerializationWriter, fieldMetaDto?: Partial<FieldMetaDto> | undefined | null): void;
|
|
247
434
|
/**
|
|
248
435
|
* Serializes information the current object
|
|
249
436
|
* @param writer Serialization writer to use to serialize this model
|
|
250
437
|
*/
|
|
251
|
-
export declare function
|
|
438
|
+
export declare function serializeGetEntityTypesDto(writer: SerializationWriter, getEntityTypesDto?: Partial<GetEntityTypesDto> | undefined | null): void;
|
|
252
439
|
/**
|
|
253
440
|
* Serializes information the current object
|
|
254
441
|
* @param writer Serialization writer to use to serialize this model
|
|
255
442
|
*/
|
|
256
|
-
export declare function
|
|
443
|
+
export declare function serializeGetProfileSettingsDto(writer: SerializationWriter, getProfileSettingsDto?: Partial<GetProfileSettingsDto> | undefined | null): void;
|
|
257
444
|
/**
|
|
258
445
|
* Serializes information the current object
|
|
259
446
|
* @param writer Serialization writer to use to serialize this model
|
|
260
447
|
*/
|
|
261
|
-
export declare function
|
|
448
|
+
export declare function serializeGetSharedDataModelResponseDto(writer: SerializationWriter, getSharedDataModelResponseDto?: Partial<GetSharedDataModelResponseDto> | undefined | null): void;
|
|
262
449
|
/**
|
|
263
450
|
* Serializes information the current object
|
|
264
451
|
* @param writer Serialization writer to use to serialize this model
|
|
265
452
|
*/
|
|
266
|
-
export declare function
|
|
453
|
+
export declare function serializeHttpValidationProblemDetails(writer: SerializationWriter, httpValidationProblemDetails?: Partial<HttpValidationProblemDetails> | undefined | null): void;
|
|
267
454
|
/**
|
|
268
455
|
* Serializes information the current object
|
|
269
456
|
* @param writer Serialization writer to use to serialize this model
|
|
270
457
|
*/
|
|
271
|
-
export declare function
|
|
458
|
+
export declare function serializeHttpValidationProblemDetails_errors(writer: SerializationWriter, httpValidationProblemDetails_errors?: Partial<HttpValidationProblemDetails_errors> | undefined | null): void;
|
|
272
459
|
/**
|
|
273
460
|
* Serializes information the current object
|
|
274
461
|
* @param writer Serialization writer to use to serialize this model
|
|
275
462
|
*/
|
|
276
|
-
export declare function
|
|
463
|
+
export declare function serializeProblemDetails(writer: SerializationWriter, problemDetails?: Partial<ProblemDetails> | undefined | null): void;
|
|
277
464
|
/**
|
|
278
465
|
* Serializes information the current object
|
|
279
466
|
* @param writer Serialization writer to use to serialize this model
|
|
280
467
|
*/
|
|
281
|
-
export declare function
|
|
468
|
+
export declare function serializeProfileDto(writer: SerializationWriter, profileDto?: Partial<ProfileDto> | undefined | null): void;
|
|
282
469
|
/**
|
|
283
470
|
* Serializes information the current object
|
|
284
471
|
* @param writer Serialization writer to use to serialize this model
|
|
285
472
|
*/
|
|
286
|
-
export declare function
|
|
473
|
+
export declare function serializeProfileMappingDto(writer: SerializationWriter, profileMappingDto?: Partial<ProfileMappingDto> | undefined | null): void;
|
|
287
474
|
/**
|
|
288
475
|
* Serializes information the current object
|
|
289
476
|
* @param writer Serialization writer to use to serialize this model
|
|
290
477
|
*/
|
|
291
|
-
export declare function
|
|
478
|
+
export declare function serializeRelationDefRefDto(writer: SerializationWriter, relationDefRefDto?: Partial<RelationDefRefDto> | undefined | null): void;
|
|
292
479
|
/**
|
|
293
480
|
* Serializes information the current object
|
|
294
481
|
* @param writer Serialization writer to use to serialize this model
|
|
295
482
|
*/
|
|
296
|
-
export declare function
|
|
483
|
+
export declare function serializeRelationDto(writer: SerializationWriter, relationDto?: Partial<RelationDto> | undefined | null): void;
|
|
297
484
|
/**
|
|
298
485
|
* Serializes information the current object
|
|
299
486
|
* @param writer Serialization writer to use to serialize this model
|
|
300
487
|
*/
|
|
301
|
-
export declare function
|
|
488
|
+
export declare function serializeTpUser(writer: SerializationWriter, tpUser?: Partial<TpUser> | undefined | null): void;
|
|
302
489
|
/**
|
|
303
490
|
* Serializes information the current object
|
|
304
491
|
* @param writer Serialization writer to use to serialize this model
|
|
305
492
|
*/
|
|
306
|
-
export declare function
|
|
493
|
+
export declare function serializeTypeDefDto(writer: SerializationWriter, typeDefDto?: Partial<TypeDefDto> | undefined | null): void;
|
|
307
494
|
/**
|
|
308
495
|
* Serializes information the current object
|
|
309
496
|
* @param writer Serialization writer to use to serialize this model
|
|
310
497
|
*/
|
|
311
|
-
export declare function
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
export interface
|
|
323
|
-
/**
|
|
324
|
-
* The id property
|
|
325
|
-
*/
|
|
326
|
-
id?: string | null;
|
|
327
|
-
/**
|
|
328
|
-
* The meta property
|
|
329
|
-
*/
|
|
330
|
-
meta?: TpSharedDataModelServiceModulesSettingsFieldMetaDto | null;
|
|
331
|
-
/**
|
|
332
|
-
* The name property
|
|
333
|
-
*/
|
|
334
|
-
name?: string | null;
|
|
335
|
-
/**
|
|
336
|
-
* The path property
|
|
337
|
-
*/
|
|
338
|
-
path?: string | null;
|
|
339
|
-
}
|
|
340
|
-
export type TpSharedDataModelServiceModulesSettingsFieldKind = (typeof TpSharedDataModelServiceModulesSettingsFieldKindObject)[keyof typeof TpSharedDataModelServiceModulesSettingsFieldKindObject];
|
|
341
|
-
export interface TpSharedDataModelServiceModulesSettingsFieldMappingDto extends Parsable {
|
|
342
|
-
/**
|
|
343
|
-
* The id property
|
|
344
|
-
*/
|
|
345
|
-
id?: string | null;
|
|
346
|
-
/**
|
|
347
|
-
* The type property
|
|
348
|
-
*/
|
|
349
|
-
type?: TpSharedDataModelServiceModulesSettingsFieldMappingType | null;
|
|
350
|
-
}
|
|
351
|
-
export type TpSharedDataModelServiceModulesSettingsFieldMappingType = (typeof TpSharedDataModelServiceModulesSettingsFieldMappingTypeObject)[keyof typeof TpSharedDataModelServiceModulesSettingsFieldMappingTypeObject];
|
|
352
|
-
export interface TpSharedDataModelServiceModulesSettingsFieldMetaDto extends Parsable {
|
|
353
|
-
/**
|
|
354
|
-
* The attributes property
|
|
355
|
-
*/
|
|
356
|
-
attributes?: TpSharedDataModelServiceModulesSettingsFieldAttributesDto | null;
|
|
357
|
-
/**
|
|
358
|
-
* The isReadonly property
|
|
359
|
-
*/
|
|
360
|
-
isReadonly?: boolean | null;
|
|
361
|
-
/**
|
|
362
|
-
* The kind property
|
|
363
|
-
*/
|
|
364
|
-
kind?: TpSharedDataModelServiceModulesSettingsFieldKind | null;
|
|
365
|
-
/**
|
|
366
|
-
* The multiple property
|
|
367
|
-
*/
|
|
368
|
-
multiple?: boolean | null;
|
|
369
|
-
/**
|
|
370
|
-
* The options property
|
|
371
|
-
*/
|
|
372
|
-
options?: UntypedNode | null;
|
|
373
|
-
/**
|
|
374
|
-
* The required property
|
|
375
|
-
*/
|
|
376
|
-
required?: boolean | null;
|
|
377
|
-
/**
|
|
378
|
-
* The roundsDate property
|
|
379
|
-
*/
|
|
380
|
-
roundsDate?: boolean | null;
|
|
381
|
-
/**
|
|
382
|
-
* The type property
|
|
383
|
-
*/
|
|
384
|
-
type?: TpSharedDataModelServiceModulesSettingsTypeDefRefDto | null;
|
|
385
|
-
}
|
|
386
|
-
export interface TpSharedDataModelServiceModulesSettingsGetEntityTypesGetEntityTypesDto extends Parsable {
|
|
387
|
-
/**
|
|
388
|
-
* The types property
|
|
389
|
-
*/
|
|
390
|
-
types?: TpSharedDataModelServiceModulesSettingsTypeMetaDefDto[] | null;
|
|
391
|
-
}
|
|
392
|
-
export interface TpSharedDataModelServiceModulesSettingsGetProfileGetProfileSettingsDto extends Parsable {
|
|
393
|
-
/**
|
|
394
|
-
* The profile property
|
|
395
|
-
*/
|
|
396
|
-
profile?: TpSharedDataModelServiceModulesSettingsProfileDto | null;
|
|
397
|
-
}
|
|
398
|
-
export interface TpSharedDataModelServiceModulesSettingsProfileDto extends Parsable {
|
|
399
|
-
/**
|
|
400
|
-
* The id property
|
|
401
|
-
*/
|
|
402
|
-
id?: string | null;
|
|
403
|
-
/**
|
|
404
|
-
* The mappings property
|
|
405
|
-
*/
|
|
406
|
-
mappings?: TpSharedDataModelServiceModulesSettingsProfileMappingDto[] | null;
|
|
407
|
-
/**
|
|
408
|
-
* The name property
|
|
409
|
-
*/
|
|
410
|
-
name?: string | null;
|
|
411
|
-
}
|
|
412
|
-
export interface TpSharedDataModelServiceModulesSettingsProfileMappingDto extends Parsable {
|
|
413
|
-
/**
|
|
414
|
-
* The enabled property
|
|
415
|
-
*/
|
|
416
|
-
enabled?: boolean | null;
|
|
417
|
-
/**
|
|
418
|
-
* The id property
|
|
419
|
-
*/
|
|
420
|
-
id?: string | null;
|
|
421
|
-
/**
|
|
422
|
-
* The name property
|
|
423
|
-
*/
|
|
424
|
-
name?: string | null;
|
|
498
|
+
export declare function serializeTypeDefRefDto(writer: SerializationWriter, typeDefRefDto?: Partial<TypeDefRefDto> | undefined | null): void;
|
|
499
|
+
/**
|
|
500
|
+
* Serializes information the current object
|
|
501
|
+
* @param writer Serialization writer to use to serialize this model
|
|
502
|
+
*/
|
|
503
|
+
export declare function serializeTypeMappingDto(writer: SerializationWriter, typeMappingDto?: Partial<TypeMappingDto> | undefined | null): void;
|
|
504
|
+
/**
|
|
505
|
+
* Serializes information the current object
|
|
506
|
+
* @param writer Serialization writer to use to serialize this model
|
|
507
|
+
*/
|
|
508
|
+
export declare function serializeTypeMetaDefDto(writer: SerializationWriter, typeMetaDefDto?: Partial<TypeMetaDefDto> | undefined | null): void;
|
|
509
|
+
export interface TpUser extends Parsable {
|
|
425
510
|
/**
|
|
426
|
-
* The
|
|
511
|
+
* The email property
|
|
427
512
|
*/
|
|
428
|
-
|
|
513
|
+
email?: string | null;
|
|
429
514
|
}
|
|
430
|
-
export interface
|
|
515
|
+
export interface TypeDefDto extends Parsable {
|
|
431
516
|
/**
|
|
432
517
|
* The id property
|
|
433
518
|
*/
|
|
@@ -439,13 +524,13 @@ export interface TpSharedDataModelServiceModulesSettingsTypeDefDto extends Parsa
|
|
|
439
524
|
/**
|
|
440
525
|
* The kind property
|
|
441
526
|
*/
|
|
442
|
-
kind?:
|
|
527
|
+
kind?: TypeKind | null;
|
|
443
528
|
/**
|
|
444
529
|
* The name property
|
|
445
530
|
*/
|
|
446
531
|
name?: string | null;
|
|
447
532
|
}
|
|
448
|
-
export interface
|
|
533
|
+
export interface TypeDefRefDto extends Parsable {
|
|
449
534
|
/**
|
|
450
535
|
* The id property
|
|
451
536
|
*/
|
|
@@ -453,14 +538,14 @@ export interface TpSharedDataModelServiceModulesSettingsTypeDefRefDto extends Pa
|
|
|
453
538
|
/**
|
|
454
539
|
* The kind property
|
|
455
540
|
*/
|
|
456
|
-
kind?:
|
|
541
|
+
kind?: TypeKind | null;
|
|
457
542
|
}
|
|
458
|
-
export type
|
|
459
|
-
export interface
|
|
543
|
+
export type TypeKind = (typeof TypeKindObject)[keyof typeof TypeKindObject];
|
|
544
|
+
export interface TypeMappingDto extends Parsable {
|
|
460
545
|
/**
|
|
461
546
|
* The fieldMappings property
|
|
462
547
|
*/
|
|
463
|
-
fieldMappings?:
|
|
548
|
+
fieldMappings?: FieldMappingDto[] | null;
|
|
464
549
|
/**
|
|
465
550
|
* The id property
|
|
466
551
|
*/
|
|
@@ -468,17 +553,17 @@ export interface TpSharedDataModelServiceModulesSettingsTypeMappingDto extends P
|
|
|
468
553
|
/**
|
|
469
554
|
* The sourceType property
|
|
470
555
|
*/
|
|
471
|
-
sourceType?:
|
|
556
|
+
sourceType?: TypeDefDto | null;
|
|
472
557
|
/**
|
|
473
558
|
* The targetType property
|
|
474
559
|
*/
|
|
475
|
-
targetType?:
|
|
560
|
+
targetType?: TypeDefDto | null;
|
|
476
561
|
}
|
|
477
|
-
export interface
|
|
562
|
+
export interface TypeMetaDefDto extends Parsable {
|
|
478
563
|
/**
|
|
479
564
|
* The fields property
|
|
480
565
|
*/
|
|
481
|
-
fields?:
|
|
566
|
+
fields?: FieldDefDto[] | null;
|
|
482
567
|
/**
|
|
483
568
|
* The id property
|
|
484
569
|
*/
|
|
@@ -492,24 +577,12 @@ export interface TpSharedDataModelServiceModulesSettingsTypeMetaDefDto extends P
|
|
|
492
577
|
*/
|
|
493
578
|
name?: string | null;
|
|
494
579
|
}
|
|
495
|
-
export
|
|
496
|
-
/**
|
|
497
|
-
* The users property
|
|
498
|
-
*/
|
|
499
|
-
users?: TpSharedDataModelServiceModulesTargetprocessTpUser[] | null;
|
|
500
|
-
}
|
|
501
|
-
export interface TpSharedDataModelServiceModulesTargetprocessTpUser extends Parsable {
|
|
502
|
-
/**
|
|
503
|
-
* The email property
|
|
504
|
-
*/
|
|
505
|
-
email?: string | null;
|
|
506
|
-
}
|
|
507
|
-
export declare const TpSharedDataModelServiceModulesSettingsFieldKindObject: {
|
|
580
|
+
export declare const FieldKindObject: {
|
|
508
581
|
readonly CollectionFieldMeta: "CollectionFieldMeta";
|
|
509
582
|
readonly FieldMeta: "FieldMeta";
|
|
510
583
|
readonly SelectFieldMeta: "SelectFieldMeta";
|
|
511
584
|
};
|
|
512
|
-
export declare const
|
|
585
|
+
export declare const FieldMappingTypeObject: {
|
|
513
586
|
readonly ValueFieldMapping: "ValueFieldMapping";
|
|
514
587
|
readonly CollectionFieldMapping: "CollectionFieldMapping";
|
|
515
588
|
readonly ReferenceToStringFieldMapping: "ReferenceToStringFieldMapping";
|
|
@@ -525,7 +598,11 @@ export declare const TpSharedDataModelServiceModulesSettingsFieldMappingTypeObje
|
|
|
525
598
|
readonly RoleAssignmentsFieldMapping: "RoleAssignmentsFieldMapping";
|
|
526
599
|
readonly RoleEffortToRoleEffortFieldMapping: "RoleEffortToRoleEffortFieldMapping";
|
|
527
600
|
};
|
|
528
|
-
export declare const
|
|
601
|
+
export declare const RelationDirectionObject: {
|
|
602
|
+
readonly Inbound: "Inbound";
|
|
603
|
+
readonly Outbound: "Outbound";
|
|
604
|
+
};
|
|
605
|
+
export declare const TypeKindObject: {
|
|
529
606
|
readonly String: "String";
|
|
530
607
|
readonly RichText: "RichText";
|
|
531
608
|
readonly Number: "Number";
|