mrs-toolbox-cli 0.0.119 → 0.0.128

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.
Files changed (53) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js +32 -33
  2. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -626
  4. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  5. package/clikt-clikt.js +2063 -2080
  6. package/clikt-clikt.js.map +1 -1
  7. package/colormath-root-colormath.js +563 -455
  8. package/colormath-root-colormath.js.map +1 -1
  9. package/com.mrs.platform.configuration.dto.js +8144 -10110
  10. package/com.mrs.platform.configuration.dto.js.map +1 -1
  11. package/kotlin-kotlin-stdlib.js +9747 -9277
  12. package/kotlin-kotlin-stdlib.js.map +1 -1
  13. package/kotlin-logging-js-ir.js +62 -62
  14. package/kotlin-logging-js-ir.js.map +1 -1
  15. package/kotlin-node.js +12 -2
  16. package/kotlin-node.js.map +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-core.js +2509 -2492
  18. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  19. package/kotlinx-serialization-kotlinx-serialization-json.js +2346 -2152
  20. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  21. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +3151 -2091
  22. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
  23. package/ktor-ktor-client-content-negotiation.js +261 -260
  24. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  25. package/ktor-ktor-client-core.js +2777 -2786
  26. package/ktor-ktor-client-core.js.map +1 -1
  27. package/ktor-ktor-events.js +17 -18
  28. package/ktor-ktor-events.js.map +1 -1
  29. package/ktor-ktor-http.js +921 -923
  30. package/ktor-ktor-http.js.map +1 -1
  31. package/ktor-ktor-io.js +1738 -1760
  32. package/ktor-ktor-io.js.map +1 -1
  33. package/ktor-ktor-serialization-kotlinx-json.js +9 -9
  34. package/ktor-ktor-serialization-kotlinx.js +303 -305
  35. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  36. package/ktor-ktor-serialization.js +135 -134
  37. package/ktor-ktor-serialization.js.map +1 -1
  38. package/ktor-ktor-utils.js +641 -637
  39. package/ktor-ktor-utils.js.map +1 -1
  40. package/ktor-ktor-websockets.js +73 -73
  41. package/ktor-ktor-websockets.js.map +1 -1
  42. package/markdown.js +2346 -2358
  43. package/markdown.js.map +1 -1
  44. package/mordant-mordant.js +2536 -2631
  45. package/mordant-mordant.js.map +1 -1
  46. package/mrs-toolbox-cli.d.ts +257 -856
  47. package/mrs-toolbox-cli.js +125 -209
  48. package/mrs-toolbox-cli.js.map +1 -1
  49. package/package.json +2 -2
  50. package/static/demo.test.ts.txt +1 -1
  51. package/static/mrscconfig.json +0 -1
  52. package/toolbox.js +11653 -8922
  53. package/toolbox.js.map +1 -1
@@ -1,8 +1,15 @@
1
1
  type Nullable<T> = T | null | undefined
2
+ export declare namespace kotlin.collections {
3
+ interface KtMap<K, V> {
4
+ asJsReadonlyMapView(): ReadonlyMap<K, V>;
5
+ readonly __doNotUseOrImplementIt: {
6
+ readonly "kotlin.collections.KtMap": unique symbol;
7
+ };
8
+ }
9
+ }
2
10
  export declare namespace dto {
3
11
  abstract class ObjectType {
4
12
  private constructor();
5
- get code(): string;
6
13
  static get USER(): dto.ObjectType & {
7
14
  get name(): "USER";
8
15
  get ordinal(): 0;
@@ -47,12 +54,12 @@ export declare namespace dto {
47
54
  get name(): "POST";
48
55
  get ordinal(): 10;
49
56
  };
50
- static values(): Array<dto.ObjectType>;
51
- static valueOf(value: string): dto.ObjectType;
52
57
  get name(): "USER" | "DOCUMENT" | "FORM" | "DICTIONARY" | "FORM_INSTANCE" | "HOOK" | "FORGE_DOCUMENT" | "VIEW" | "REPORT_TEMPLATE" | "MENU_ITEM" | "POST";
53
58
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
59
+ get code(): string;
60
+ static values(): Array<dto.ObjectType>;
61
+ static valueOf(value: string): dto.ObjectType;
54
62
  static get Companion(): {
55
- serializer(): any/* kotlinx.serialization.KSerializer<dto.ObjectType> */;
56
63
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
57
64
  }
58
65
  }
@@ -89,14 +96,8 @@ export declare namespace dto.doctemplates {
89
96
  toString(): string;
90
97
  hashCode(): number;
91
98
  equals(other: Nullable<any>): boolean;
92
- /** @deprecated This synthesized declaration should not be used directly */
93
- static DocQuery_init_$Create$(seen1: number, title: Nullable<string>, sqlRequest: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.doctemplates.DocQuery;
94
99
  static get Companion(): {
95
- serializer(): any/* kotlinx.serialization.KSerializer<dto.doctemplates.DocQuery> */;
96
100
  };
97
- /** @deprecated This synthesized declaration should not be used directly */
98
- static get $serializer(): {
99
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.doctemplates.DocQuery> */;
100
101
  }
101
102
  }
102
103
  export declare namespace dto.doctemplates {
@@ -116,33 +117,14 @@ export declare namespace dto.doctemplates {
116
117
  set formId(value: Nullable<string>);
117
118
  get tags(): Nullable<Array<string>>;
118
119
  set tags(value: Nullable<Array<string>>);
119
- checkLocationFilter(location: string): boolean;
120
- /** @deprecated This synthesized declaration should not be used directly */
121
- static DocTemplate_init_$Create$(seen1: number, name: Nullable<string>, templateName: Nullable<string>, fileTitle: Nullable<string>, filenameExtension: Nullable<string>, locationFilter: Nullable<string>, formId: Nullable<string>, tags: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.doctemplates.DocTemplate;
122
- readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
123
- static get Companion(): {
124
- serializer(): any/* kotlinx.serialization.KSerializer<dto.doctemplates.DocTemplate> */;
125
- };
126
- /** @deprecated This synthesized declaration should not be used directly */
127
- static get $serializer(): {
128
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.doctemplates.DocTemplate> */;
129
- }
130
- }
131
- export declare namespace dto.doctemplates {
132
- class InternalDocTemplate extends dto.doctemplates.DocTemplate {
133
- constructor();
134
120
  get sql(): Array<dto.doctemplates.DocQuery>;
135
121
  set sql(value: Array<dto.doctemplates.DocQuery>);
136
122
  get templateUrl(): Nullable<string>;
137
123
  set templateUrl(value: Nullable<string>);
138
- /** @deprecated This synthesized declaration should not be used directly */
139
- static InternalDocTemplate_init_$Create$(seen1: number, name: Nullable<string>, templateName: Nullable<string>, fileTitle: Nullable<string>, filenameExtension: Nullable<string>, locationFilter: Nullable<string>, formId: Nullable<string>, tags: Nullable<Array<string>>, sql: Nullable<Array<dto.doctemplates.DocQuery>>, templateUrl: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.doctemplates.InternalDocTemplate;
124
+ checkLocationFilter(location: string): boolean;
125
+ readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
140
126
  static get Companion(): {
141
- serializer(): any/* kotlinx.serialization.KSerializer<dto.doctemplates.InternalDocTemplate> */;
142
127
  };
143
- /** @deprecated This synthesized declaration should not be used directly */
144
- static get $serializer(): {
145
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.doctemplates.InternalDocTemplate> */;
146
128
  }
147
129
  }
148
130
  export declare namespace dto.form {
@@ -166,15 +148,9 @@ export declare namespace dto.form {
166
148
  set tags(value: Array<string>);
167
149
  get hooks(): Array<dto.hook.FormHook>;
168
150
  set hooks(value: Array<dto.hook.FormHook>);
169
- /** @deprecated This synthesized declaration should not be used directly */
170
- static FormDTO_init_$Create$(seen1: number, name: Nullable<string>, type: Nullable<dto.ObjectType>, description: Nullable<string>, title: Nullable<string>, code: Nullable<string>, scheme: Nullable<dto.form.Scheme>, fieldsForMappedTable: Nullable<Array<string>>, tags: Nullable<Array<string>>, hooks: Nullable<Array<dto.hook.FormHook>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.FormDTO;
171
151
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"] & dto.WithType["__doNotUseOrImplementIt"];
172
152
  static get Companion(): {
173
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.FormDTO> */;
174
153
  };
175
- /** @deprecated This synthesized declaration should not be used directly */
176
- static get $serializer(): {
177
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.FormDTO> */;
178
154
  }
179
155
  }
180
156
  export declare namespace dto.form {
@@ -182,115 +158,88 @@ export declare namespace dto.form {
182
158
  constructor();
183
159
  get title(): Nullable<string>;
184
160
  set title(value: Nullable<string>);
185
- get properties(): Array<dto.form.property.Property>;
186
- set properties(value: Array<dto.form.property.Property>);
161
+ get properties(): Array<kotlin.collections.KtMap<string, any/* kotlinx.serialization.json.JsonElement */>/* kotlinx.serialization.json.JsonObject */>;
162
+ set properties(value: Array<kotlin.collections.KtMap<string, any/* kotlinx.serialization.json.JsonElement */>/* kotlinx.serialization.json.JsonObject */>);
187
163
  get tabs(): Nullable<Array<dto.form.tabs.Tab>>;
188
164
  set tabs(value: Nullable<Array<dto.form.tabs.Tab>>);
189
165
  get required(): Nullable<Array<string>>;
190
166
  set required(value: Nullable<Array<string>>);
191
167
  get order(): Nullable<Array<string>>;
192
168
  set order(value: Nullable<Array<string>>);
193
- /** @deprecated This synthesized declaration should not be used directly */
194
- static Scheme_init_$Create$(seen1: number, title: Nullable<string>, properties: Nullable<Array<dto.form.property.Property>>, tabs: Nullable<Array<dto.form.tabs.Tab>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.Scheme;
195
169
  static get Companion(): {
196
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.Scheme> */;
197
170
  };
198
- /** @deprecated This synthesized declaration should not be used directly */
199
- static get $serializer(): {
200
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.Scheme> */;
201
171
  }
202
172
  }
203
173
  export declare namespace dto.form.items {
204
174
  abstract class FormItems {
205
175
  protected constructor();
206
- /** @deprecated This synthesized declaration should not be used directly */
207
- static FormItems_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.items.FormItems;
208
176
  static get Companion(): {
209
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.items.FormItems> */;
210
177
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
211
178
  }
212
179
  }
213
180
  export declare namespace dto.form.items {
181
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
214
182
  class ItemsBoolean extends dto.form.items.FormItems {
215
183
  constructor();
216
184
  get enum(): Array<string>;
217
185
  set enum(value: Array<string>);
218
186
  get enumNames(): Array<string>;
219
187
  set enumNames(value: Array<string>);
220
- /** @deprecated This synthesized declaration should not be used directly */
221
- static ItemsBoolean_init_$Create$(seen1: number, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.items.ItemsBoolean;
222
188
  static get Companion(): {
223
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.items.ItemsBoolean> */;
224
189
  };
225
- /** @deprecated This synthesized declaration should not be used directly */
226
- static get $serializer(): {
227
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.items.ItemsBoolean> */;
228
190
  }
229
191
  }
230
192
  export declare namespace dto.form.items {
193
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
231
194
  class ItemsNumber extends dto.form.items.FormItems {
232
195
  constructor();
233
196
  get enum(): Array<number>;
234
197
  set enum(value: Array<number>);
235
198
  get enumNames(): Array<string>;
236
199
  set enumNames(value: Array<string>);
237
- /** @deprecated This synthesized declaration should not be used directly */
238
- static ItemsNumber_init_$Create$(seen1: number, _enum: Nullable<Array<number>>, enumNames: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.items.ItemsNumber;
239
200
  static get Companion(): {
240
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.items.ItemsNumber> */;
241
201
  };
242
- /** @deprecated This synthesized declaration should not be used directly */
243
- static get $serializer(): {
244
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.items.ItemsNumber> */;
245
202
  }
246
203
  }
247
204
  export declare namespace dto.form.items {
205
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
248
206
  class ItemsObject extends dto.form.items.FormItems {
249
207
  constructor();
250
208
  get properties(): Nullable<Array<dto.form.property.Property>>;
251
209
  set properties(value: Nullable<Array<dto.form.property.Property>>);
252
- /** @deprecated This synthesized declaration should not be used directly */
253
- static ItemsObject_init_$Create$(seen1: number, properties: Nullable<Array<dto.form.property.Property>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.items.ItemsObject;
254
210
  static get Companion(): {
255
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.items.ItemsObject> */;
256
211
  };
257
- /** @deprecated This synthesized declaration should not be used directly */
258
- static get $serializer(): {
259
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.items.ItemsObject> */;
260
212
  }
261
213
  }
262
214
  export declare namespace dto.form.items {
215
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
263
216
  class ItemsString extends dto.form.items.FormItems {
264
217
  constructor();
265
218
  get enum(): Array<string>;
266
219
  set enum(value: Array<string>);
267
220
  get enumNames(): Array<string>;
268
221
  set enumNames(value: Array<string>);
269
- /** @deprecated This synthesized declaration should not be used directly */
270
- static ItemsString_init_$Create$(seen1: number, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.items.ItemsString;
271
222
  static get Companion(): {
272
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.items.ItemsString> */;
273
223
  };
274
- /** @deprecated This synthesized declaration should not be used directly */
275
- static get $serializer(): {
276
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.items.ItemsString> */;
277
224
  }
278
225
  }
279
226
  export declare namespace dto.form.property {
280
- class ArrayProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
227
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
228
+ class ArrayProperty extends dto.form.property.Property {
281
229
  constructor();
282
- /** @deprecated This synthesized declaration should not be used directly */
283
- static ArrayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ArrayProperty;
230
+ get items(): Nullable<dto.form.items.FormItems>;
231
+ set items(value: Nullable<dto.form.items.FormItems>);
232
+ get minItems(): Nullable<number>;
233
+ set minItems(value: Nullable<number>);
234
+ get maxItems(): Nullable<number>;
235
+ set maxItems(value: Nullable<number>);
284
236
  static get Companion(): {
285
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ArrayProperty> */;
286
237
  };
287
- /** @deprecated This synthesized declaration should not be used directly */
288
- static get $serializer(): {
289
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ArrayProperty> */;
290
238
  }
291
239
  }
292
240
  export declare namespace dto.form.property {
293
241
  /** @deprecated */
242
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
294
243
  class AttachmentsOldProperty extends dto.form.property.Property {
295
244
  constructor();
296
245
  get canAddFile(): Nullable<boolean>;
@@ -305,17 +254,12 @@ export declare namespace dto.form.property {
305
254
  get maxSize(): number;
306
255
  get extensions(): Nullable<Array<string>>;
307
256
  set extensions(value: Nullable<Array<string>>);
308
- /** @deprecated This synthesized declaration should not be used directly */
309
- static AttachmentsOldProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, maxCount: number, maxSize: number, extensions: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsOldProperty;
310
257
  static get Companion(): {
311
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.AttachmentsOldProperty> */;
312
258
  };
313
- /** @deprecated This synthesized declaration should not be used directly */
314
- static get $serializer(): {
315
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.AttachmentsOldProperty> */;
316
259
  }
317
260
  }
318
261
  export declare namespace dto.form.property {
262
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
319
263
  class AttachmentsProperty extends dto.form.property.Property {
320
264
  constructor();
321
265
  get canAddFile(): Nullable<boolean>;
@@ -330,116 +274,82 @@ export declare namespace dto.form.property {
330
274
  get maxSize(): Nullable<number>;
331
275
  get extensions(): Nullable<Array<string>>;
332
276
  set extensions(value: Nullable<Array<string>>);
333
- /** @deprecated This synthesized declaration should not be used directly */
334
- static AttachmentsProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, maxCount: number, maxSize: Nullable<number>, extensions: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsProperty;
335
277
  static get Companion(): {
336
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.AttachmentsProperty> */;
337
278
  };
338
- /** @deprecated This synthesized declaration should not be used directly */
339
- static get $serializer(): {
340
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.AttachmentsProperty> */;
341
279
  }
342
280
  }
343
281
  export declare namespace dto.form.property {
282
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
344
283
  class BooleanProperty extends dto.form.property.Property {
345
284
  constructor();
346
- /** @deprecated This synthesized declaration should not be used directly */
347
- static BooleanProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.BooleanProperty;
348
285
  static get Companion(): {
349
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.BooleanProperty> */;
350
286
  };
351
- /** @deprecated This synthesized declaration should not be used directly */
352
- static get $serializer(): {
353
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.BooleanProperty> */;
354
287
  }
355
288
  }
356
289
  export declare namespace dto.form.property {
357
290
  /** @deprecated will be deleted after tabs implementation on client */
291
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
358
292
  class ButtonSwitcherProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
359
293
  constructor();
360
- /** @deprecated This synthesized declaration should not be used directly */
361
- static ButtonSwitcherProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ButtonSwitcherProperty;
362
294
  static get Companion(): {
363
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ButtonSwitcherProperty> */;
364
295
  };
365
- /** @deprecated This synthesized declaration should not be used directly */
366
- static get $serializer(): {
367
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ButtonSwitcherProperty> */;
368
296
  }
369
297
  }
370
298
  export declare namespace dto.form.property {
299
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
371
300
  class ChainProperty extends dto.form.property.Property {
372
301
  constructor();
373
302
  get viewId(): string;
374
303
  set viewId(value: string);
375
- /** @deprecated This synthesized declaration should not be used directly */
376
- static ChainProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
377
304
  static get Companion(): {
378
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChainProperty> */;
379
305
  };
380
- /** @deprecated This synthesized declaration should not be used directly */
381
- static get $serializer(): {
382
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ChainProperty> */;
383
306
  }
384
307
  }
385
308
  export declare namespace dto.form.property {
386
- class CheckboxesProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
309
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
310
+ class CheckboxesProperty extends dto.form.property.Property {
387
311
  constructor();
388
- /** @deprecated This synthesized declaration should not be used directly */
389
- static CheckboxesProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.CheckboxesProperty;
312
+ get items(): Nullable<dto.form.items.FormItems>;
313
+ set items(value: Nullable<dto.form.items.FormItems>);
314
+ get minItems(): Nullable<number>;
315
+ set minItems(value: Nullable<number>);
316
+ get maxItems(): Nullable<number>;
317
+ set maxItems(value: Nullable<number>);
390
318
  static get Companion(): {
391
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.CheckboxesProperty> */;
392
319
  };
393
- /** @deprecated This synthesized declaration should not be used directly */
394
- static get $serializer(): {
395
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.CheckboxesProperty> */;
396
320
  }
397
321
  }
398
322
  export declare namespace dto.form.property {
323
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
399
324
  class ChecklistProperty extends dto.form.property.Property {
400
325
  constructor();
401
326
  get sections(): Array<dto.form.property.misc.Section>;
402
327
  set sections(value: Array<dto.form.property.misc.Section>);
403
328
  get variants(): Array<dto.form.property.misc.Variant>;
404
329
  set variants(value: Array<dto.form.property.misc.Variant>);
405
- /** @deprecated This synthesized declaration should not be used directly */
406
- static ChecklistProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, sections: Nullable<Array<dto.form.property.misc.Section>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
407
330
  static get Companion(): {
408
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChecklistProperty> */;
409
331
  };
410
- /** @deprecated This synthesized declaration should not be used directly */
411
- static get $serializer(): {
412
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ChecklistProperty> */;
413
332
  }
414
333
  }
415
334
  export declare namespace dto.form.property {
335
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
416
336
  class DateProperty extends dto.form.property.Property {
417
337
  constructor();
418
- /** @deprecated This synthesized declaration should not be used directly */
419
- static DateProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DateProperty;
420
338
  static get Companion(): {
421
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DateProperty> */;
422
339
  };
423
- /** @deprecated This synthesized declaration should not be used directly */
424
- static get $serializer(): {
425
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.DateProperty> */;
426
340
  }
427
341
  }
428
342
  export declare namespace dto.form.property {
343
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
429
344
  class DatetimeProperty extends dto.form.property.Property {
430
345
  constructor();
431
- /** @deprecated This synthesized declaration should not be used directly */
432
- static DatetimeProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DatetimeProperty;
433
346
  static get Companion(): {
434
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DatetimeProperty> */;
435
347
  };
436
- /** @deprecated This synthesized declaration should not be used directly */
437
- static get $serializer(): {
438
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.DatetimeProperty> */;
439
348
  }
440
349
  }
441
350
  export declare namespace dto.form.property {
442
- class DictionaryProperty extends dto.form.property.Property /* implements dto.form.property.ISortable */ {
351
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
352
+ class DictionaryProperty extends dto.form.property.Property {
443
353
  constructor();
444
354
  get dictionaryName(): string;
445
355
  set dictionaryName(value: string);
@@ -447,71 +357,48 @@ export declare namespace dto.form.property {
447
357
  set fields(value: Nullable<Array<string>>);
448
358
  get multiple(): Nullable<boolean>;
449
359
  set multiple(value: Nullable<boolean>);
450
- /** @deprecated This synthesized declaration should not be used directly */
451
- static DictionaryProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, dictionaryName: Nullable<string>, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DictionaryProperty;
360
+ get sort(): Nullable<Array<dto.query.Sort>>;
361
+ set sort(value: Nullable<Array<dto.query.Sort>>);
452
362
  static get Companion(): {
453
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DictionaryProperty> */;
454
363
  };
455
- /** @deprecated This synthesized declaration should not be used directly */
456
- static get $serializer(): {
457
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.DictionaryProperty> */;
458
364
  }
459
365
  }
460
366
  export declare namespace dto.form.property {
367
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
461
368
  class Drawing2dProperty extends dto.form.property.Property {
462
369
  constructor();
463
370
  get viewId(): string;
464
371
  set viewId(value: string);
465
- /** @deprecated This synthesized declaration should not be used directly */
466
- static Drawing2dProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Drawing2dProperty;
467
372
  static get Companion(): {
468
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Drawing2dProperty> */;
469
373
  };
470
- /** @deprecated This synthesized declaration should not be used directly */
471
- static get $serializer(): {
472
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.Drawing2dProperty> */;
473
374
  }
474
375
  }
475
376
  export declare namespace dto.form.property {
377
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
476
378
  class EmailProperty extends dto.form.property.Property {
477
379
  constructor();
478
- /** @deprecated This synthesized declaration should not be used directly */
479
- static EmailProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.EmailProperty;
480
380
  static get Companion(): {
481
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.EmailProperty> */;
482
381
  };
483
- /** @deprecated This synthesized declaration should not be used directly */
484
- static get $serializer(): {
485
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.EmailProperty> */;
486
382
  }
487
383
  }
488
384
  export declare namespace dto.form.property {
385
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
489
386
  class FeedProperty extends dto.form.property.Property {
490
387
  constructor();
491
- /** @deprecated This synthesized declaration should not be used directly */
492
- static FeedProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.FeedProperty;
493
388
  static get Companion(): {
494
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.FeedProperty> */;
495
389
  };
496
- /** @deprecated This synthesized declaration should not be used directly */
497
- static get $serializer(): {
498
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.FeedProperty> */;
499
390
  }
500
391
  }
501
392
  export declare namespace dto.form.property {
393
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
502
394
  class NumberProperty extends dto.form.property.Property {
503
395
  constructor();
504
- /** @deprecated This synthesized declaration should not be used directly */
505
- static NumberProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.NumberProperty;
506
396
  static get Companion(): {
507
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.NumberProperty> */;
508
397
  };
509
- /** @deprecated This synthesized declaration should not be used directly */
510
- static get $serializer(): {
511
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.NumberProperty> */;
512
398
  }
513
399
  }
514
400
  export declare namespace dto.form.property {
401
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
515
402
  class ObjectProperty extends dto.form.property.Property {
516
403
  constructor();
517
404
  get properties(): Array<dto.form.property.Property>;
@@ -520,14 +407,8 @@ export declare namespace dto.form.property {
520
407
  set required(value: Nullable<Array<string>>);
521
408
  get order(): Nullable<Array<string>>;
522
409
  set order(value: Nullable<Array<string>>);
523
- /** @deprecated This synthesized declaration should not be used directly */
524
- static ObjectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, properties: Nullable<Array<dto.form.property.Property>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ObjectProperty;
525
410
  static get Companion(): {
526
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ObjectProperty> */;
527
411
  };
528
- /** @deprecated This synthesized declaration should not be used directly */
529
- static get $serializer(): {
530
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ObjectProperty> */;
531
412
  }
532
413
  }
533
414
  export declare namespace dto.form.property {
@@ -549,127 +430,126 @@ export declare namespace dto.form.property {
549
430
  set description(value: Nullable<string>);
550
431
  get lazyLoading(): boolean;
551
432
  set lazyLoading(value: boolean);
552
- /** @deprecated This synthesized declaration should not be used directly */
553
- static Property_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Property;
554
433
  static get Companion(): {
555
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Property> */;
556
434
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
557
435
  }
558
436
  }
559
437
  export declare namespace dto.form.property {
560
- class RadioProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
561
- constructor();
438
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
439
+ class RadioProperty extends dto.form.property.Property {
440
+ constructor();
441
+ get enum(): Nullable<Array<string>>;
442
+ set enum(value: Nullable<Array<string>>);
443
+ /** @deprecated May be removed in a future major release of RJSF */
444
+ get enumNames(): Nullable<Array<string>>;
445
+ set enumNames(value: Nullable<Array<string>>);
446
+ get enumDisabled(): Nullable<Array<string>>;
447
+ set enumDisabled(value: Nullable<Array<string>>);
562
448
  get variant(): dto.form.property.misc.RadioButtonVariant;
563
449
  set variant(value: dto.form.property.misc.RadioButtonVariant);
564
- /** @deprecated This synthesized declaration should not be used directly */
565
- static RadioProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, variant: Nullable<dto.form.property.misc.RadioButtonVariant>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.RadioProperty;
450
+ get allOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
451
+ set allOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
452
+ get anyOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
453
+ set anyOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
454
+ get oneOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
455
+ set oneOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
566
456
  static get Companion(): {
567
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.RadioProperty> */;
568
457
  };
569
- /** @deprecated This synthesized declaration should not be used directly */
570
- static get $serializer(): {
571
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.RadioProperty> */;
572
458
  }
573
459
  }
574
460
  export declare namespace dto.form.property {
575
- class SelectProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
461
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
462
+ class SelectProperty extends dto.form.property.Property {
576
463
  constructor();
577
- /** @deprecated This synthesized declaration should not be used directly */
578
- static SelectProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SelectProperty;
464
+ get enum(): Nullable<Array<string>>;
465
+ set enum(value: Nullable<Array<string>>);
466
+ /** @deprecated May be removed in a future major release of RJSF */
467
+ get enumNames(): Nullable<Array<string>>;
468
+ set enumNames(value: Nullable<Array<string>>);
469
+ get enumDisabled(): Nullable<Array<string>>;
470
+ set enumDisabled(value: Nullable<Array<string>>);
471
+ get allOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
472
+ set allOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
473
+ get anyOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
474
+ set anyOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
475
+ get oneOf(): Nullable<Array<dto.form.property.misc.AnyOf>>;
476
+ set oneOf(value: Nullable<Array<dto.form.property.misc.AnyOf>>);
579
477
  static get Companion(): {
580
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SelectProperty> */;
581
478
  };
582
- /** @deprecated This synthesized declaration should not be used directly */
583
- static get $serializer(): {
584
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.SelectProperty> */;
585
479
  }
586
480
  }
587
481
  export declare namespace dto.form.property {
482
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
588
483
  class SignatureProperty extends dto.form.property.Property {
589
484
  constructor();
590
485
  get showTextToSign(): Nullable<boolean>;
591
486
  get provider(): dto.form.property.misc.SignatureProviderVariant;
592
- /** @deprecated This synthesized declaration should not be used directly */
593
- static SignatureProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, showTextToSign: Nullable<boolean>, provider: Nullable<dto.form.property.misc.SignatureProviderVariant>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SignatureProperty;
594
487
  static get Companion(): {
595
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SignatureProperty> */;
596
488
  };
597
- /** @deprecated This synthesized declaration should not be used directly */
598
- static get $serializer(): {
599
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.SignatureProperty> */;
600
489
  }
601
490
  }
602
491
  export declare namespace dto.form.property {
603
- class TextProperty extends dto.form.property.Property /* implements dto.form.property.ITextProperty */ {
492
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
493
+ class TextProperty extends dto.form.property.Property {
604
494
  constructor();
605
- /** @deprecated This synthesized declaration should not be used directly */
606
- static TextProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, minLength: Nullable<number>, maxLength: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextProperty;
495
+ get minLength(): Nullable<number>;
496
+ set minLength(value: Nullable<number>);
497
+ get maxLength(): Nullable<number>;
498
+ set maxLength(value: Nullable<number>);
607
499
  static get Companion(): {
608
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextProperty> */;
609
500
  };
610
- /** @deprecated This synthesized declaration should not be used directly */
611
- static get $serializer(): {
612
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.TextProperty> */;
613
501
  }
614
502
  }
615
503
  export declare namespace dto.form.property {
616
- class TextareaProperty extends dto.form.property.Property /* implements dto.form.property.ITextProperty */ {
617
- constructor();
618
- get minRows(): Nullable<number>;
619
- set minRows(value: Nullable<number>);
504
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
505
+ class TextareaProperty extends dto.form.property.Property {
506
+ constructor();
507
+ get minLength(): Nullable<number>;
508
+ set minLength(value: Nullable<number>);
509
+ get maxLength(): Nullable<number>;
510
+ set maxLength(value: Nullable<number>);
511
+ get rowsMin(): Nullable<number>;
512
+ set rowsMin(value: Nullable<number>);
620
513
  get maxRows(): Nullable<number>;
621
514
  set maxRows(value: Nullable<number>);
622
- /** @deprecated This synthesized declaration should not be used directly */
623
- static TextareaProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, minLength: Nullable<number>, maxLength: Nullable<number>, minRows: Nullable<number>, maxRows: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextareaProperty;
624
515
  static get Companion(): {
625
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextareaProperty> */;
626
516
  };
627
- /** @deprecated This synthesized declaration should not be used directly */
628
- static get $serializer(): {
629
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.TextareaProperty> */;
630
517
  }
631
518
  }
632
519
  export declare namespace dto.form.property {
520
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
633
521
  class UserProperty extends dto.form.property.Property {
634
522
  constructor();
635
- /** @deprecated This synthesized declaration should not be used directly */
636
- static UserProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.UserProperty;
637
523
  static get Companion(): {
638
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.UserProperty> */;
639
524
  };
640
- /** @deprecated This synthesized declaration should not be used directly */
641
- static get $serializer(): {
642
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.UserProperty> */;
643
525
  }
644
526
  }
645
527
  export declare namespace dto.form.property {
646
- class ViewDisplayProperty extends dto.form.property.Property /* implements dto.form.property.ISortable */ {
528
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
529
+ class ViewDisplayProperty extends dto.form.property.Property {
647
530
  constructor();
648
531
  get viewId(): string;
649
532
  set viewId(value: string);
650
- get variables(): any/* kotlin.collections.Map<string, string> */;
651
- set variables(value: any/* kotlin.collections.Map<string, string> */);
533
+ get variables(): kotlin.collections.KtMap<string, string>;
534
+ set variables(value: kotlin.collections.KtMap<string, string>);
652
535
  get fields(): Nullable<Array<string>>;
653
536
  set fields(value: Nullable<Array<string>>);
537
+ get sort(): Nullable<Array<dto.query.Sort>>;
538
+ set sort(value: Nullable<Array<dto.query.Sort>>);
654
539
  get canCreate(): Nullable<boolean>;
655
540
  set canCreate(value: Nullable<boolean>);
656
- /** @deprecated This synthesized declaration should not be used directly */
657
- static ViewDisplayProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, sort: Nullable<Array<dto.query.Sort>>, canCreate: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewDisplayProperty;
658
541
  static get Companion(): {
659
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewDisplayProperty> */;
660
542
  };
661
- /** @deprecated This synthesized declaration should not be used directly */
662
- static get $serializer(): {
663
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ViewDisplayProperty> */;
664
543
  }
665
544
  }
666
545
  export declare namespace dto.form.property {
667
- class ViewProperty extends dto.form.property.Property /* implements dto.form.property.ISortable */ {
546
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
547
+ class ViewProperty extends dto.form.property.Property {
668
548
  constructor();
669
549
  get viewId(): string;
670
550
  set viewId(value: string);
671
- get variables(): Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */;
672
- set variables(value: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */);
551
+ get variables(): Nullable<kotlin.collections.KtMap<string, string>>;
552
+ set variables(value: Nullable<kotlin.collections.KtMap<string, string>>);
673
553
  get fields(): Nullable<Array<string>>;
674
554
  set fields(value: Nullable<Array<string>>);
675
555
  get multiple(): Nullable<boolean>;
@@ -682,14 +562,10 @@ export declare namespace dto.form.property {
682
562
  set linkTo(value: Nullable<dto.form.property.misc.LinkedTo>);
683
563
  get autoUpdate(): Nullable<boolean>;
684
564
  get maxCount(): number;
685
- /** @deprecated This synthesized declaration should not be used directly */
686
- static ViewProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, canCreate: Nullable<boolean>, canSelect: Nullable<boolean>, linkTo: Nullable<dto.form.property.misc.LinkedTo>, autoUpdate: Nullable<boolean>, maxCount: number, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
565
+ get sort(): Nullable<Array<dto.query.Sort>>;
566
+ set sort(value: Nullable<Array<dto.query.Sort>>);
687
567
  static get Companion(): {
688
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewProperty> */;
689
568
  };
690
- /** @deprecated This synthesized declaration should not be used directly */
691
- static get $serializer(): {
692
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.ViewProperty> */;
693
569
  }
694
570
  }
695
571
  export declare namespace dto.form.property.misc {
@@ -703,20 +579,13 @@ export declare namespace dto.form.property.misc {
703
579
  set color(value: Nullable<string>);
704
580
  get title(): Nullable<string>;
705
581
  set title(value: Nullable<string>);
706
- /** @deprecated This synthesized declaration should not be used directly */
707
- static AnyOf_init_$Create$(seen1: number, _enum: Nullable<Array<string>>, type: Nullable<string>, color: Nullable<string>, title: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.AnyOf;
708
582
  static get Companion(): {
709
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.AnyOf> */;
710
583
  };
711
- /** @deprecated This synthesized declaration should not be used directly */
712
- static get $serializer(): {
713
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.AnyOf> */;
714
584
  }
715
585
  }
716
586
  export declare namespace dto.form.property.misc {
717
587
  abstract class AttachmentVariant {
718
588
  private constructor();
719
- get code(): string;
720
589
  static get list(): dto.form.property.misc.AttachmentVariant & {
721
590
  get name(): "list";
722
591
  get ordinal(): 0;
@@ -725,19 +594,18 @@ export declare namespace dto.form.property.misc {
725
594
  get name(): "card";
726
595
  get ordinal(): 1;
727
596
  };
728
- static values(): Array<dto.form.property.misc.AttachmentVariant>;
729
- static valueOf(value: string): dto.form.property.misc.AttachmentVariant;
730
597
  get name(): "list" | "card";
731
598
  get ordinal(): 0 | 1;
599
+ get code(): string;
600
+ static values(): Array<dto.form.property.misc.AttachmentVariant>;
601
+ static valueOf(value: string): dto.form.property.misc.AttachmentVariant;
732
602
  static get Companion(): {
733
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.AttachmentVariant> */;
734
603
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
735
604
  }
736
605
  }
737
606
  export declare namespace dto.form.property.misc {
738
607
  abstract class EntityType {
739
608
  private constructor();
740
- get code(): string;
741
609
  static get formInstance(): dto.form.property.misc.EntityType & {
742
610
  get name(): "formInstance";
743
611
  get ordinal(): 0;
@@ -746,12 +614,12 @@ export declare namespace dto.form.property.misc {
746
614
  get name(): "dictionary";
747
615
  get ordinal(): 1;
748
616
  };
749
- static values(): Array<dto.form.property.misc.EntityType>;
750
- static valueOf(value: string): dto.form.property.misc.EntityType;
751
617
  get name(): "formInstance" | "dictionary";
752
618
  get ordinal(): 0 | 1;
619
+ get code(): string;
620
+ static values(): Array<dto.form.property.misc.EntityType>;
621
+ static valueOf(value: string): dto.form.property.misc.EntityType;
753
622
  static get Companion(): {
754
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.EntityType> */;
755
623
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
756
624
  }
757
625
  }
@@ -764,14 +632,8 @@ export declare namespace dto.form.property.misc {
764
632
  set title(value: Nullable<string>);
765
633
  get items(): Array<dto.form.property.misc.Item>;
766
634
  set items(value: Array<dto.form.property.misc.Item>);
767
- /** @deprecated This synthesized declaration should not be used directly */
768
- static Group_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, items: Nullable<Array<dto.form.property.misc.Item>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Group;
769
635
  static get Companion(): {
770
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Group> */;
771
636
  };
772
- /** @deprecated This synthesized declaration should not be used directly */
773
- static get $serializer(): {
774
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Group> */;
775
637
  }
776
638
  }
777
639
  export declare namespace dto.form.property.misc {
@@ -781,14 +643,8 @@ export declare namespace dto.form.property.misc {
781
643
  set name(value: string);
782
644
  get title(): Nullable<string>;
783
645
  set title(value: Nullable<string>);
784
- /** @deprecated This synthesized declaration should not be used directly */
785
- static Item_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Item;
786
646
  static get Companion(): {
787
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Item> */;
788
647
  };
789
- /** @deprecated This synthesized declaration should not be used directly */
790
- static get $serializer(): {
791
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Item> */;
792
648
  }
793
649
  }
794
650
  export declare namespace dto.form.property.misc {
@@ -798,21 +654,14 @@ export declare namespace dto.form.property.misc {
798
654
  set name(value: string);
799
655
  get entityType(): dto.form.property.misc.EntityType;
800
656
  set entityType(value: dto.form.property.misc.EntityType);
801
- /** @deprecated This synthesized declaration should not be used directly */
802
- static LinkedTo_init_$Create$(seen1: number, name: Nullable<string>, entityType: Nullable<dto.form.property.misc.EntityType>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.LinkedTo;
803
657
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
804
658
  static get Companion(): {
805
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.LinkedTo> */;
806
659
  };
807
- /** @deprecated This synthesized declaration should not be used directly */
808
- static get $serializer(): {
809
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.LinkedTo> */;
810
660
  }
811
661
  }
812
662
  export declare namespace dto.form.property.misc {
813
663
  abstract class RadioButtonVariant {
814
664
  private constructor();
815
- get code(): string;
816
665
  static get RADIO(): dto.form.property.misc.RadioButtonVariant & {
817
666
  get name(): "RADIO";
818
667
  get ordinal(): 0;
@@ -821,12 +670,12 @@ export declare namespace dto.form.property.misc {
821
670
  get name(): "BUTTON";
822
671
  get ordinal(): 1;
823
672
  };
824
- static values(): Array<dto.form.property.misc.RadioButtonVariant>;
825
- static valueOf(value: string): dto.form.property.misc.RadioButtonVariant;
826
673
  get name(): "RADIO" | "BUTTON";
827
674
  get ordinal(): 0 | 1;
675
+ get code(): string;
676
+ static values(): Array<dto.form.property.misc.RadioButtonVariant>;
677
+ static valueOf(value: string): dto.form.property.misc.RadioButtonVariant;
828
678
  static get Companion(): {
829
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.RadioButtonVariant> */;
830
679
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
831
680
  }
832
681
  }
@@ -839,20 +688,13 @@ export declare namespace dto.form.property.misc {
839
688
  set groups(value: Array<dto.form.property.misc.Group>);
840
689
  get title(): Nullable<string>;
841
690
  set title(value: Nullable<string>);
842
- /** @deprecated This synthesized declaration should not be used directly */
843
- static Section_init_$Create$(seen1: number, name: Nullable<string>, groups: Nullable<Array<dto.form.property.misc.Group>>, title: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Section;
844
691
  static get Companion(): {
845
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Section> */;
846
692
  };
847
- /** @deprecated This synthesized declaration should not be used directly */
848
- static get $serializer(): {
849
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Section> */;
850
693
  }
851
694
  }
852
695
  export declare namespace dto.form.property.misc {
853
696
  abstract class SignatureProviderVariant {
854
697
  private constructor();
855
- get code(): string;
856
698
  static get rutoken(): dto.form.property.misc.SignatureProviderVariant & {
857
699
  get name(): "rutoken";
858
700
  get ordinal(): 0;
@@ -861,12 +703,12 @@ export declare namespace dto.form.property.misc {
861
703
  get name(): "cryptopro";
862
704
  get ordinal(): 1;
863
705
  };
864
- static values(): Array<dto.form.property.misc.SignatureProviderVariant>;
865
- static valueOf(value: string): dto.form.property.misc.SignatureProviderVariant;
866
706
  get name(): "rutoken" | "cryptopro";
867
707
  get ordinal(): 0 | 1;
708
+ get code(): string;
709
+ static values(): Array<dto.form.property.misc.SignatureProviderVariant>;
710
+ static valueOf(value: string): dto.form.property.misc.SignatureProviderVariant;
868
711
  static get Companion(): {
869
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.SignatureProviderVariant> */;
870
712
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
871
713
  }
872
714
  }
@@ -879,14 +721,8 @@ export declare namespace dto.form.property.misc {
879
721
  set title(value: Nullable<string>);
880
722
  get color(): Nullable<string>;
881
723
  set color(value: Nullable<string>);
882
- /** @deprecated This synthesized declaration should not be used directly */
883
- static Variant_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, color: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Variant;
884
724
  static get Companion(): {
885
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Variant> */;
886
725
  };
887
- /** @deprecated This synthesized declaration should not be used directly */
888
- static get $serializer(): {
889
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Variant> */;
890
726
  }
891
727
  }
892
728
  export declare namespace dto.form.property.misc {
@@ -896,14 +732,8 @@ export declare namespace dto.form.property.misc {
896
732
  set url(value: Nullable<string>);
897
733
  get extensions(): Nullable<Array<string>>;
898
734
  set extensions(value: Nullable<Array<string>>);
899
- /** @deprecated This synthesized declaration should not be used directly */
900
- static Viewer_init_$Create$(seen1: number, url: Nullable<string>, extensions: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.misc.Viewer;
901
735
  static get Companion(): {
902
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.misc.Viewer> */;
903
736
  };
904
- /** @deprecated This synthesized declaration should not be used directly */
905
- static get $serializer(): {
906
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.property.misc.Viewer> */;
907
737
  }
908
738
  }
909
739
  export declare namespace dto.form.tabs {
@@ -913,17 +743,15 @@ export declare namespace dto.form.tabs {
913
743
  abstract get title(): string;
914
744
  abstract get hidden(): Nullable<boolean>;
915
745
  abstract get disabled(): Nullable<boolean>;
916
- /** @deprecated This synthesized declaration should not be used directly */
917
- static Tab_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.tabs.Tab;
918
746
  abstract get name(): string;
919
747
  abstract set name(value: string);
920
748
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
921
749
  static get Companion(): {
922
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.tabs.Tab> */;
923
750
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
924
751
  }
925
752
  }
926
753
  export declare namespace dto.form.tabs {
754
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
927
755
  class TabForm extends dto.form.tabs.Tab {
928
756
  constructor(type: dto.form.tabs.TabType | undefined, name: string, title: string, hidden: Nullable<boolean>, disabled: Nullable<boolean>, fieldNames: Array<string>);
929
757
  get type(): dto.form.tabs.TabType;
@@ -937,17 +765,12 @@ export declare namespace dto.form.tabs {
937
765
  toString(): string;
938
766
  hashCode(): number;
939
767
  equals(other: Nullable<any>): boolean;
940
- /** @deprecated This synthesized declaration should not be used directly */
941
- static TabForm_init_$Create$(seen1: number, type: Nullable<dto.form.tabs.TabType>, name: Nullable<string>, title: Nullable<string>, hidden: Nullable<boolean>, disabled: Nullable<boolean>, fieldNames: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.tabs.TabForm;
942
768
  static get Companion(): {
943
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.tabs.TabForm> */;
944
769
  };
945
- /** @deprecated This synthesized declaration should not be used directly */
946
- static get $serializer(): {
947
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.tabs.TabForm> */;
948
770
  }
949
771
  }
950
772
  export declare namespace dto.form.tabs {
773
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
951
774
  class TabFullScreen extends dto.form.tabs.Tab {
952
775
  constructor(type: dto.form.tabs.TabType | undefined, name: string, title: string, hidden: Nullable<boolean>, disabled: Nullable<boolean>, fieldName: string);
953
776
  get type(): dto.form.tabs.TabType;
@@ -961,20 +784,13 @@ export declare namespace dto.form.tabs {
961
784
  toString(): string;
962
785
  hashCode(): number;
963
786
  equals(other: Nullable<any>): boolean;
964
- /** @deprecated This synthesized declaration should not be used directly */
965
- static TabFullScreen_init_$Create$(seen1: number, type: Nullable<dto.form.tabs.TabType>, name: Nullable<string>, title: Nullable<string>, hidden: Nullable<boolean>, disabled: Nullable<boolean>, fieldName: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.tabs.TabFullScreen;
966
787
  static get Companion(): {
967
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.tabs.TabFullScreen> */;
968
788
  };
969
- /** @deprecated This synthesized declaration should not be used directly */
970
- static get $serializer(): {
971
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.form.tabs.TabFullScreen> */;
972
789
  }
973
790
  }
974
791
  export declare namespace dto.form.tabs {
975
792
  abstract class TabType {
976
793
  private constructor();
977
- get code(): string;
978
794
  static get form(): dto.form.tabs.TabType & {
979
795
  get name(): "form";
980
796
  get ordinal(): 0;
@@ -983,16 +799,17 @@ export declare namespace dto.form.tabs {
983
799
  get name(): "fullScreen";
984
800
  get ordinal(): 1;
985
801
  };
986
- static values(): Array<dto.form.tabs.TabType>;
987
- static valueOf(value: string): dto.form.tabs.TabType;
988
802
  get name(): "form" | "fullScreen";
989
803
  get ordinal(): 0 | 1;
804
+ get code(): string;
805
+ static values(): Array<dto.form.tabs.TabType>;
806
+ static valueOf(value: string): dto.form.tabs.TabType;
990
807
  static get Companion(): {
991
- serializer(): any/* kotlinx.serialization.KSerializer<dto.form.tabs.TabType> */;
992
808
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
993
809
  }
994
810
  }
995
811
  export declare namespace dto.hook {
812
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
996
813
  class FormHook extends dto.hook.Hook {
997
814
  constructor();
998
815
  get title(): string;
@@ -1001,20 +818,13 @@ export declare namespace dto.hook {
1001
818
  set hookType(value: dto.hook.HOOK_TYPE);
1002
819
  get form(): string;
1003
820
  set form(value: string);
1004
- /** @deprecated This synthesized declaration should not be used directly */
1005
- static FormHook_init_$Create$(seen1: number, name: Nullable<string>, _function: Nullable<string>, title: Nullable<string>, hookType: Nullable<dto.hook.HOOK_TYPE>, form: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.hook.FormHook;
1006
821
  static get Companion(): {
1007
- serializer(): any/* kotlinx.serialization.KSerializer<dto.hook.FormHook> */;
1008
822
  };
1009
- /** @deprecated This synthesized declaration should not be used directly */
1010
- static get $serializer(): {
1011
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.hook.FormHook> */;
1012
823
  }
1013
824
  }
1014
825
  export declare namespace dto.hook {
1015
826
  abstract class HOOK_TYPE {
1016
827
  private constructor();
1017
- get code(): string;
1018
828
  static get VIEW_UPDATE(): dto.hook.HOOK_TYPE & {
1019
829
  get name(): "VIEW_UPDATE";
1020
830
  get ordinal(): 0;
@@ -1047,12 +857,13 @@ export declare namespace dto.hook {
1047
857
  get name(): "ON_SAVE";
1048
858
  get ordinal(): 7;
1049
859
  };
1050
- static values(): Array<dto.hook.HOOK_TYPE>;
1051
- static valueOf(value: string): dto.hook.HOOK_TYPE;
1052
860
  get name(): "VIEW_UPDATE" | "ON_CHANGE" | "CAN_CHANGE" | "ON_CREATE" | "CAN_CREATE" | "CAN_DELETE" | "CAN_SAVE" | "ON_SAVE";
1053
861
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
862
+ get code(): string;
863
+ static values(): Array<dto.hook.HOOK_TYPE>;
864
+ static valueOf(value: string): dto.hook.HOOK_TYPE;
1054
865
  static get Companion(): {
1055
- serializer(): any/* kotlinx.serialization.KSerializer<dto.hook.HOOK_TYPE> */;
866
+ fromCode(code: string): Nullable<dto.hook.HOOK_TYPE>;
1056
867
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1057
868
  }
1058
869
  }
@@ -1063,25 +874,17 @@ export declare namespace dto.hook {
1063
874
  set name(value: string);
1064
875
  get function(): string;
1065
876
  set function(value: string);
1066
- /** @deprecated This synthesized declaration should not be used directly */
1067
- static Hook_init_$Create$(seen1: number, name: Nullable<string>, _function: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.hook.Hook;
1068
877
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
1069
878
  static get Companion(): {
1070
- serializer(): any/* kotlinx.serialization.KSerializer<dto.hook.Hook> */;
1071
879
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1072
880
  }
1073
881
  }
1074
882
  export declare namespace dto.hook {
883
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
1075
884
  class MenuHook extends dto.hook.Hook {
1076
885
  constructor();
1077
- /** @deprecated This synthesized declaration should not be used directly */
1078
- static MenuHook_init_$Create$(seen1: number, name: Nullable<string>, _function: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.hook.MenuHook;
1079
886
  static get Companion(): {
1080
- serializer(): any/* kotlinx.serialization.KSerializer<dto.hook.MenuHook> */;
1081
887
  };
1082
- /** @deprecated This synthesized declaration should not be used directly */
1083
- static get $serializer(): {
1084
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.hook.MenuHook> */;
1085
888
  }
1086
889
  }
1087
890
  export declare namespace dto.manifest {
@@ -1095,14 +898,8 @@ export declare namespace dto.manifest {
1095
898
  set favicon(value: Nullable<string>);
1096
899
  get logo(): Nullable<dto.manifest.ManifestLogo>;
1097
900
  set logo(value: Nullable<dto.manifest.ManifestLogo>);
1098
- /** @deprecated This synthesized declaration should not be used directly */
1099
- static ManifestApp_init_$Create$(seen1: number, caption: Nullable<string>, title: Nullable<string>, favicon: Nullable<string>, logo: Nullable<dto.manifest.ManifestLogo>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.manifest.ManifestApp;
1100
901
  static get Companion(): {
1101
- serializer(): any/* kotlinx.serialization.KSerializer<dto.manifest.ManifestApp> */;
1102
902
  };
1103
- /** @deprecated This synthesized declaration should not be used directly */
1104
- static get $serializer(): {
1105
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.manifest.ManifestApp> */;
1106
903
  }
1107
904
  }
1108
905
  export declare namespace dto.manifest {
@@ -1116,14 +913,8 @@ export declare namespace dto.manifest {
1116
913
  set platformVersion(value: string);
1117
914
  get modularComponents(): Array<string>;
1118
915
  set modularComponents(value: Array<string>);
1119
- /** @deprecated This synthesized declaration should not be used directly */
1120
- static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>, platformVersion: Nullable<string>, modularComponents: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.manifest.ManifestBuild;
1121
916
  static get Companion(): {
1122
- serializer(): any/* kotlinx.serialization.KSerializer<dto.manifest.ManifestBuild> */;
1123
917
  };
1124
- /** @deprecated This synthesized declaration should not be used directly */
1125
- static get $serializer(): {
1126
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.manifest.ManifestBuild> */;
1127
918
  }
1128
919
  }
1129
920
  export declare namespace dto.manifest {
@@ -1133,20 +924,13 @@ export declare namespace dto.manifest {
1133
924
  set url(value: Nullable<string>);
1134
925
  get alt(): Nullable<string>;
1135
926
  set alt(value: Nullable<string>);
1136
- /** @deprecated This synthesized declaration should not be used directly */
1137
- static ManifestLogo_init_$Create$(seen1: number, url: Nullable<string>, alt: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.manifest.ManifestLogo;
1138
927
  static get Companion(): {
1139
- serializer(): any/* kotlinx.serialization.KSerializer<dto.manifest.ManifestLogo> */;
1140
928
  };
1141
- /** @deprecated This synthesized declaration should not be used directly */
1142
- static get $serializer(): {
1143
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.manifest.ManifestLogo> */;
1144
929
  }
1145
930
  }
1146
931
  export declare namespace dto.menu {
1147
932
  abstract class Icon {
1148
933
  private constructor();
1149
- get code(): string;
1150
934
  static get Project(): dto.menu.Icon & {
1151
935
  get name(): "Project";
1152
936
  get ordinal(): 0;
@@ -1731,12 +1515,12 @@ export declare namespace dto.menu {
1731
1515
  get name(): "WarningFilled";
1732
1516
  get ordinal(): 145;
1733
1517
  };
1734
- static values(): Array<dto.menu.Icon>;
1735
- static valueOf(value: string): dto.menu.Icon;
1736
1518
  get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled" | "FlashRegular" | "PersonTagRegular" | "CalendarArrowRightRegular" | "BookmarkRegular" | "WindowBulletListRegular" | "PersonBoardRegular" | "ReplayRegular" | "CircleHintRegular" | "PreviousRegular" | "NextRegular" | "ArrowSortUpRegular" | "ArrowSortDownRegular" | "ChevronDoubleUpRegular" | "ChevronDoubleDownRegular" | "EmojiRegular" | "WarningRegular" | "FlashFilled" | "PersonTagFilled" | "CalendarArrowRightFilled" | "BookmarkFilled" | "WindowBulletListFilled" | "PersonBoardFilled" | "ReplayFilled" | "CircleHintFilled" | "PreviousFilled" | "NextFilled" | "ArrowSortUpFilled" | "ArrowSortDownFilled" | "ChevronDoubleUpFilled" | "ChevronDoubleDownFilled" | "EmojiFilled" | "WarningFilled";
1737
1519
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145;
1520
+ get code(): string;
1521
+ static values(): Array<dto.menu.Icon>;
1522
+ static valueOf(value: string): dto.menu.Icon;
1738
1523
  static get Companion(): {
1739
- serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.Icon> */;
1740
1524
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1741
1525
  }
1742
1526
  }
@@ -1747,14 +1531,8 @@ export declare namespace dto.menu {
1747
1531
  set items(value: Array<dto.menu.MenuItem>);
1748
1532
  get hook(): Nullable<dto.hook.MenuHook>;
1749
1533
  set hook(value: Nullable<dto.hook.MenuHook>);
1750
- /** @deprecated This synthesized declaration should not be used directly */
1751
- static Menu_init_$Create$(seen1: number, items: Nullable<Array<dto.menu.MenuItem>>, hook: Nullable<dto.hook.MenuHook>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.menu.Menu;
1752
1534
  static get Companion(): {
1753
- serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.Menu> */;
1754
1535
  };
1755
- /** @deprecated This synthesized declaration should not be used directly */
1756
- static get $serializer(): {
1757
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.menu.Menu> */;
1758
1536
  }
1759
1537
  }
1760
1538
  export declare namespace dto.menu {
@@ -1772,15 +1550,9 @@ export declare namespace dto.menu {
1772
1550
  set order(value: number);
1773
1551
  get isSystem(): boolean;
1774
1552
  set isSystem(value: boolean);
1775
- /** @deprecated This synthesized declaration should not be used directly */
1776
- static MenuItem_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, viewId: Nullable<string>, order: number, isSystem: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.menu.MenuItem;
1777
1553
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
1778
1554
  static get Companion(): {
1779
- serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.MenuItem> */;
1780
1555
  };
1781
- /** @deprecated This synthesized declaration should not be used directly */
1782
- static get $serializer(): {
1783
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.menu.MenuItem> */;
1784
1556
  }
1785
1557
  }
1786
1558
  export declare namespace dto.query {
@@ -1790,14 +1562,8 @@ export declare namespace dto.query {
1790
1562
  set offset(value: Nullable<number>);
1791
1563
  get limit(): Nullable<number>;
1792
1564
  set limit(value: Nullable<number>);
1793
- /** @deprecated This synthesized declaration should not be used directly */
1794
- static Pagination_init_$Create$(seen1: number, offset: Nullable<number>, limit: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.query.Pagination;
1795
1565
  static get Companion(): {
1796
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.Pagination> */;
1797
1566
  };
1798
- /** @deprecated This synthesized declaration should not be used directly */
1799
- static get $serializer(): {
1800
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.query.Pagination> */;
1801
1567
  }
1802
1568
  }
1803
1569
  export declare namespace dto.query {
@@ -1813,20 +1579,13 @@ export declare namespace dto.query {
1813
1579
  set sort(value: Nullable<Array<dto.query.Sort>>);
1814
1580
  get selectionType(): dto.query.SelectionType;
1815
1581
  set selectionType(value: dto.query.SelectionType);
1816
- /** @deprecated This synthesized declaration should not be used directly */
1817
- static Query_init_$Create$(seen1: number, type: Nullable<dto.query.QueryType>, query: Nullable<Array<dto.query.RealmQuery>>, pagination: Nullable<dto.query.Pagination>, sort: Nullable<Array<dto.query.Sort>>, selectionType: Nullable<dto.query.SelectionType>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.query.Query;
1818
1582
  static get Companion(): {
1819
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.Query> */;
1820
1583
  };
1821
- /** @deprecated This synthesized declaration should not be used directly */
1822
- static get $serializer(): {
1823
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.query.Query> */;
1824
1584
  }
1825
1585
  }
1826
1586
  export declare namespace dto.query {
1827
1587
  abstract class QueryType {
1828
1588
  private constructor();
1829
- get code(): string;
1830
1589
  static get user(): dto.query.QueryType & {
1831
1590
  get name(): "user";
1832
1591
  get ordinal(): 0;
@@ -1839,12 +1598,12 @@ export declare namespace dto.query {
1839
1598
  get name(): "dictionary";
1840
1599
  get ordinal(): 2;
1841
1600
  };
1842
- static values(): Array<dto.query.QueryType>;
1843
- static valueOf(value: string): dto.query.QueryType;
1844
1601
  get name(): "user" | "formInstance" | "dictionary";
1845
1602
  get ordinal(): 0 | 1 | 2;
1603
+ get code(): string;
1604
+ static values(): Array<dto.query.QueryType>;
1605
+ static valueOf(value: string): dto.query.QueryType;
1846
1606
  static get Companion(): {
1847
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.QueryType> */;
1848
1607
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1849
1608
  }
1850
1609
  }
@@ -1861,20 +1620,13 @@ export declare namespace dto.query {
1861
1620
  set group(value: Nullable<Array<dto.query.RealmQuery>>);
1862
1621
  get logical(): Nullable<string>;
1863
1622
  set logical(value: Nullable<string>);
1864
- /** @deprecated This synthesized declaration should not be used directly */
1865
- static RealmQuery_init_$Create$(seen1: number, realmOperatorType: Nullable<dto.query.realm.RealmOperator>, property: Nullable<string>, value: Nullable<string>, group: Nullable<Array<dto.query.RealmQuery>>, logical: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.query.RealmQuery;
1866
1623
  static get Companion(): {
1867
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.RealmQuery> */;
1868
1624
  };
1869
- /** @deprecated This synthesized declaration should not be used directly */
1870
- static get $serializer(): {
1871
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.query.RealmQuery> */;
1872
1625
  }
1873
1626
  }
1874
1627
  export declare namespace dto.query {
1875
1628
  abstract class SelectionType {
1876
1629
  private constructor();
1877
- get type(): string;
1878
1630
  static get DEFAULT(): dto.query.SelectionType & {
1879
1631
  get name(): "DEFAULT";
1880
1632
  get ordinal(): 0;
@@ -1883,12 +1635,12 @@ export declare namespace dto.query {
1883
1635
  get name(): "COUNT";
1884
1636
  get ordinal(): 1;
1885
1637
  };
1886
- static values(): Array<dto.query.SelectionType>;
1887
- static valueOf(value: string): dto.query.SelectionType;
1888
1638
  get name(): "DEFAULT" | "COUNT";
1889
1639
  get ordinal(): 0 | 1;
1640
+ get type(): string;
1641
+ static values(): Array<dto.query.SelectionType>;
1642
+ static valueOf(value: string): dto.query.SelectionType;
1890
1643
  static get Companion(): {
1891
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.SelectionType> */;
1892
1644
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1893
1645
  }
1894
1646
  }
@@ -1899,20 +1651,13 @@ export declare namespace dto.query {
1899
1651
  set property(value: string);
1900
1652
  get sort(): string;
1901
1653
  set sort(value: string);
1902
- /** @deprecated This synthesized declaration should not be used directly */
1903
- static Sort_init_$Create$(seen1: number, property: Nullable<string>, sort: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.query.Sort;
1904
1654
  static get Companion(): {
1905
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.Sort> */;
1906
1655
  };
1907
- /** @deprecated This synthesized declaration should not be used directly */
1908
- static get $serializer(): {
1909
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.query.Sort> */;
1910
1656
  }
1911
1657
  }
1912
1658
  export declare namespace dto.query.realm {
1913
1659
  abstract class RealmOperator {
1914
1660
  private constructor();
1915
- get code(): string;
1916
1661
  static get operator_gt(): dto.query.realm.RealmOperator & {
1917
1662
  get name(): "operator_gt";
1918
1663
  get ordinal(): 0;
@@ -1989,12 +1734,12 @@ export declare namespace dto.query.realm {
1989
1734
  get name(): "operator_inObject";
1990
1735
  get ordinal(): 18;
1991
1736
  };
1992
- static values(): Array<dto.query.realm.RealmOperator>;
1993
- static valueOf(value: string): dto.query.realm.RealmOperator;
1994
1737
  get name(): "operator_gt" | "operator_lt" | "operator_ge" | "operator_le" | "operator_eq" | "operator_neq" | "operator_in" | "operator_startWith" | "operator_endWith" | "operator_contains" | "operator_like" | "operator_between" | "operator_not" | "operator_or" | "operator_and" | "operator_beginGroup" | "operator_endGroup" | "operator_isnull" | "operator_inObject";
1995
1738
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18;
1739
+ get code(): string;
1740
+ static values(): Array<dto.query.realm.RealmOperator>;
1741
+ static valueOf(value: string): dto.query.realm.RealmOperator;
1996
1742
  static get Companion(): {
1997
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.realm.RealmOperator> */;
1998
1743
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
1999
1744
  }
2000
1745
  }
@@ -2007,14 +1752,8 @@ export declare namespace dto.query.realm {
2007
1752
  set operator(value: Nullable<dto.query.realm.RealmOperator>);
2008
1753
  get property(): Nullable<string>;
2009
1754
  set property(value: Nullable<string>);
2010
- /** @deprecated This synthesized declaration should not be used directly */
2011
- static RealmOperatorType_init_$Create$(seen1: number, value: Nullable<string>, operator: Nullable<dto.query.realm.RealmOperator>, property: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.query.realm.RealmOperatorType;
2012
1755
  static get Companion(): {
2013
- serializer(): any/* kotlinx.serialization.KSerializer<dto.query.realm.RealmOperatorType> */;
2014
1756
  };
2015
- /** @deprecated This synthesized declaration should not be used directly */
2016
- static get $serializer(): {
2017
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.query.realm.RealmOperatorType> */;
2018
1757
  }
2019
1758
  }
2020
1759
  export declare namespace dto.relations {
@@ -2028,14 +1767,8 @@ export declare namespace dto.relations {
2028
1767
  toString(): string;
2029
1768
  hashCode(): number;
2030
1769
  equals(other: Nullable<any>): boolean;
2031
- /** @deprecated This synthesized declaration should not be used directly */
2032
- static Relations_init_$Create$(seen1: number, graph: Nullable<string>, access: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.relations.Relations;
2033
1770
  static get Companion(): {
2034
- serializer(): any/* kotlinx.serialization.KSerializer<dto.relations.Relations> */;
2035
1771
  };
2036
- /** @deprecated This synthesized declaration should not be used directly */
2037
- static get $serializer(): {
2038
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.relations.Relations> */;
2039
1772
  }
2040
1773
  }
2041
1774
  export declare namespace dto.view {
@@ -2062,23 +1795,17 @@ export declare namespace dto.view {
2062
1795
  toString(): string;
2063
1796
  hashCode(): number;
2064
1797
  equals(other: Nullable<any>): boolean;
2065
- /** @deprecated This synthesized declaration should not be used directly */
2066
- static QueryItem_init_$Create$(seen1: number, name: Nullable<string>, raw: Nullable<string>, map: Nullable<string>, listeners: Nullable<Array<dto.view.creation.ListenerItem>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.QueryItem;
2067
1798
  static get Companion(): {
2068
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.QueryItem> */;
2069
1799
  };
2070
- /** @deprecated This synthesized declaration should not be used directly */
2071
- static get $serializer(): {
2072
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.QueryItem> */;
2073
1800
  }
2074
1801
  }
2075
1802
  export declare namespace dto.view {
2076
1803
  class ViewDTO implements dto.view.Query, dto.WithName {
2077
- constructor(viewType: dto.view.ViewType, settings: Nullable<dto.view.settings.Settings> | undefined, forCreate: Nullable<dto.view.creation.ForCreate> | undefined, creationList: Nullable<Array<dto.view.creation.CreationItem>> | undefined, title: Nullable<string> | undefined, name: string, filters?: Array<dto.view.filters.Filter>, queries?: Array<dto.view.QueryItem>);
1804
+ constructor(viewType: dto.view.ViewType, settings: Nullable<kotlin.collections.KtMap<string, any/* kotlinx.serialization.json.JsonElement */>>/* Nullable<kotlinx.serialization.json.JsonObject> */ | undefined, forCreate: Nullable<dto.view.creation.ForCreate> | undefined, creationList: Nullable<Array<dto.view.creation.CreationItem>> | undefined, title: Nullable<string> | undefined, name: string, filters?: Array<dto.view.filters.Filter>, queries?: Array<dto.view.QueryItem>);
2078
1805
  get viewType(): dto.view.ViewType;
2079
1806
  set viewType(value: dto.view.ViewType);
2080
- get settings(): Nullable<dto.view.settings.Settings>;
2081
- set settings(value: Nullable<dto.view.settings.Settings>);
1807
+ get settings(): Nullable<kotlin.collections.KtMap<string, any/* kotlinx.serialization.json.JsonElement */>>/* Nullable<kotlinx.serialization.json.JsonObject> */;
1808
+ set settings(value: Nullable<kotlin.collections.KtMap<string, any/* kotlinx.serialization.json.JsonElement */>>/* Nullable<kotlinx.serialization.json.JsonObject> */);
2082
1809
  get forCreate(): Nullable<dto.view.creation.ForCreate>;
2083
1810
  set forCreate(value: Nullable<dto.view.creation.ForCreate>);
2084
1811
  get creationList(): Nullable<Array<dto.view.creation.CreationItem>>;
@@ -2091,18 +1818,14 @@ export declare namespace dto.view {
2091
1818
  set filters(value: Array<dto.view.filters.Filter>);
2092
1819
  get queries(): Array<dto.view.QueryItem>;
2093
1820
  set queries(value: Array<dto.view.QueryItem>);
2094
- /** @deprecated This synthesized declaration should not be used directly */
2095
- static ViewDTO_init_$Create$(seen1: number, viewType: Nullable<dto.view.ViewType>, settings: Nullable<dto.view.settings.Settings>, forCreate: Nullable<dto.view.creation.ForCreate>, creationList: Nullable<Array<dto.view.creation.CreationItem>>, title: Nullable<string>, name: Nullable<string>, filters: Nullable<Array<dto.view.filters.Filter>>, queries: Nullable<Array<dto.view.QueryItem>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.ViewDTO;
1821
+ getSettings(): Nullable<string>;
2096
1822
  readonly __doNotUseOrImplementIt: dto.view.Query["__doNotUseOrImplementIt"] & dto.WithName["__doNotUseOrImplementIt"];
2097
1823
  static get Companion(): {
2098
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewDTO> */;
2099
1824
  };
2100
- /** @deprecated This synthesized declaration should not be used directly */
2101
- static get $serializer(): {
2102
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.ViewDTO> */;
2103
1825
  }
2104
1826
  }
2105
1827
  export declare namespace dto.view {
1828
+ /** @deprecated Use ViewDTO instead */
2106
1829
  class ViewQuery implements dto.view.Query, dto.WithName {
2107
1830
  constructor(name: string, filters?: Array<dto.view.filters.Filter>, queries?: Array<dto.view.QueryItem>);
2108
1831
  get name(): string;
@@ -2111,21 +1834,14 @@ export declare namespace dto.view {
2111
1834
  set filters(value: Array<dto.view.filters.Filter>);
2112
1835
  get queries(): Array<dto.view.QueryItem>;
2113
1836
  set queries(value: Array<dto.view.QueryItem>);
2114
- /** @deprecated This synthesized declaration should not be used directly */
2115
- static ViewQuery_init_$Create$(seen1: number, name: Nullable<string>, filters: Nullable<Array<dto.view.filters.Filter>>, queries: Nullable<Array<dto.view.QueryItem>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.ViewQuery;
2116
1837
  readonly __doNotUseOrImplementIt: dto.view.Query["__doNotUseOrImplementIt"] & dto.WithName["__doNotUseOrImplementIt"];
2117
1838
  static get Companion(): {
2118
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewQuery> */;
2119
1839
  };
2120
- /** @deprecated This synthesized declaration should not be used directly */
2121
- static get $serializer(): {
2122
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.ViewQuery> */;
2123
1840
  }
2124
1841
  }
2125
1842
  export declare namespace dto.view {
2126
1843
  abstract class ViewType {
2127
1844
  private constructor();
2128
- get code(): string;
2129
1845
  static get list(): dto.view.ViewType & {
2130
1846
  get name(): "list";
2131
1847
  get ordinal(): 0;
@@ -2174,12 +1890,12 @@ export declare namespace dto.view {
2174
1890
  get name(): "usm";
2175
1891
  get ordinal(): 11;
2176
1892
  };
2177
- static values(): Array<dto.view.ViewType>;
2178
- static valueOf(value: string): dto.view.ViewType;
2179
1893
  get name(): "list" | "grid" | "dataGrid" | "tree" | "document" | "gantt" | "calendar" | "drawing2d" | "embed" | "superset" | "dictionary" | "usm";
2180
1894
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
1895
+ get code(): string;
1896
+ static values(): Array<dto.view.ViewType>;
1897
+ static valueOf(value: string): dto.view.ViewType;
2181
1898
  static get Companion(): {
2182
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewType> */;
2183
1899
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2184
1900
  }
2185
1901
  }
@@ -2188,14 +1904,12 @@ export declare namespace dto.view.creation {
2188
1904
  constructor();
2189
1905
  abstract get type(): Nullable<string>;
2190
1906
  abstract get formId(): Nullable<string>;
2191
- /** @deprecated This synthesized declaration should not be used directly */
2192
- static BaseCreationData_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.BaseCreationData;
2193
1907
  static get Companion(): {
2194
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.BaseCreationData> */;
2195
1908
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2196
1909
  }
2197
1910
  }
2198
1911
  export declare namespace dto.view.creation {
1912
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2199
1913
  class CreationData extends dto.view.creation.BaseCreationData {
2200
1914
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2201
1915
  get type(): Nullable<string>;
@@ -2204,14 +1918,8 @@ export declare namespace dto.view.creation {
2204
1918
  toString(): string;
2205
1919
  hashCode(): number;
2206
1920
  equals(other: Nullable<any>): boolean;
2207
- /** @deprecated This synthesized declaration should not be used directly */
2208
- static CreationData_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.CreationData;
2209
1921
  static get Companion(): {
2210
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.CreationData> */;
2211
1922
  };
2212
- /** @deprecated This synthesized declaration should not be used directly */
2213
- static get $serializer(): {
2214
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.CreationData> */;
2215
1923
  }
2216
1924
  }
2217
1925
  export declare namespace dto.view.creation {
@@ -2225,17 +1933,12 @@ export declare namespace dto.view.creation {
2225
1933
  toString(): string;
2226
1934
  hashCode(): number;
2227
1935
  equals(other: Nullable<any>): boolean;
2228
- /** @deprecated This synthesized declaration should not be used directly */
2229
- static CreationItem_init_$Create$(seen1: number, name: Nullable<string>, data: Nullable<dto.view.creation.CreationData>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.CreationItem;
2230
1936
  static get Companion(): {
2231
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.CreationItem> */;
2232
1937
  };
2233
- /** @deprecated This synthesized declaration should not be used directly */
2234
- static get $serializer(): {
2235
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.CreationItem> */;
2236
1938
  }
2237
1939
  }
2238
1940
  export declare namespace dto.view.creation {
1941
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2239
1942
  class ForCreate extends dto.view.creation.BaseCreationData {
2240
1943
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2241
1944
  get type(): Nullable<string>;
@@ -2244,17 +1947,12 @@ export declare namespace dto.view.creation {
2244
1947
  toString(): string;
2245
1948
  hashCode(): number;
2246
1949
  equals(other: Nullable<any>): boolean;
2247
- /** @deprecated This synthesized declaration should not be used directly */
2248
- static ForCreate_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.ForCreate;
2249
1950
  static get Companion(): {
2250
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.ForCreate> */;
2251
1951
  };
2252
- /** @deprecated This synthesized declaration should not be used directly */
2253
- static get $serializer(): {
2254
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.ForCreate> */;
2255
1952
  }
2256
1953
  }
2257
1954
  export declare namespace dto.view.creation {
1955
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2258
1956
  class ListenerItem extends dto.view.creation.BaseCreationData {
2259
1957
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2260
1958
  get type(): Nullable<string>;
@@ -2263,14 +1961,8 @@ export declare namespace dto.view.creation {
2263
1961
  toString(): string;
2264
1962
  hashCode(): number;
2265
1963
  equals(other: Nullable<any>): boolean;
2266
- /** @deprecated This synthesized declaration should not be used directly */
2267
- static ListenerItem_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.ListenerItem;
2268
1964
  static get Companion(): {
2269
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.ListenerItem> */;
2270
1965
  };
2271
- /** @deprecated This synthesized declaration should not be used directly */
2272
- static get $serializer(): {
2273
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.ListenerItem> */;
2274
1966
  }
2275
1967
  }
2276
1968
  export declare namespace dto.view.filters {
@@ -2280,45 +1972,29 @@ export declare namespace dto.view.filters {
2280
1972
  set start(value: Nullable<string>);
2281
1973
  get end(): Nullable<string>;
2282
1974
  set end(value: Nullable<string>);
2283
- /** @deprecated This synthesized declaration should not be used directly */
2284
- static DateDefaultValue_init_$Create$(seen1: number, start: Nullable<string>, end: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.DateDefaultValue;
2285
1975
  static get Companion(): {
2286
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateDefaultValue> */;
2287
1976
  };
2288
- /** @deprecated This synthesized declaration should not be used directly */
2289
- static get $serializer(): {
2290
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateDefaultValue> */;
2291
1977
  }
2292
1978
  }
2293
1979
  export declare namespace dto.view.filters {
1980
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2294
1981
  class DateFilter extends dto.view.filters.Filter {
2295
1982
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2296
1983
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2297
1984
  get params(): Array<dto.view.filters.DateParam>;
2298
1985
  set params(value: Array<dto.view.filters.DateParam>);
2299
- /** @deprecated This synthesized declaration should not be used directly */
2300
- static DateFilter_init_$Create$(seen1: number, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, placeholder: Nullable<string>, multiple: Nullable<boolean>, inSidebar: Nullable<boolean>, filterType: Nullable<dto.view.filters.VIEW_FILTER_TYPE>, params: Nullable<Array<dto.view.filters.DateParam>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.DateFilter;
2301
1986
  static get Companion(): {
2302
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateFilter> */;
2303
1987
  };
2304
- /** @deprecated This synthesized declaration should not be used directly */
2305
- static get $serializer(): {
2306
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateFilter> */;
2307
1988
  }
2308
1989
  }
2309
1990
  export declare namespace dto.view.filters {
1991
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2310
1992
  class DateParam extends dto.view.filters.Param {
2311
1993
  constructor();
2312
1994
  get value(): Nullable<dto.view.filters.DateDefaultValue>;
2313
1995
  set value(value: Nullable<dto.view.filters.DateDefaultValue>);
2314
- /** @deprecated This synthesized declaration should not be used directly */
2315
- static DateParam_init_$Create$(seen1: number, name: Nullable<string>, value: Nullable<dto.view.filters.DateDefaultValue>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.DateParam;
2316
1996
  static get Companion(): {
2317
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateParam> */;
2318
1997
  };
2319
- /** @deprecated This synthesized declaration should not be used directly */
2320
- static get $serializer(): {
2321
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateParam> */;
2322
1998
  }
2323
1999
  }
2324
2000
  export declare namespace dto.view.filters {
@@ -2335,10 +2011,7 @@ export declare namespace dto.view.filters {
2335
2011
  get inSidebar(): Nullable<boolean>;
2336
2012
  set inSidebar(value: Nullable<boolean>);
2337
2013
  abstract get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2338
- /** @deprecated This synthesized declaration should not be used directly */
2339
- static Filter_init_$Create$(seen1: number, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, placeholder: Nullable<string>, multiple: Nullable<boolean>, inSidebar: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.Filter;
2340
2014
  static get Companion(): {
2341
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.Filter> */;
2342
2015
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2343
2016
  }
2344
2017
  }
@@ -2347,67 +2020,45 @@ export declare namespace dto.view.filters {
2347
2020
  constructor();
2348
2021
  get name(): string;
2349
2022
  set name(value: string);
2350
- /** @deprecated This synthesized declaration should not be used directly */
2351
- static Param_init_$Create$(seen1: number, name: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.Param;
2352
2023
  static get Companion(): {
2353
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.Param> */;
2354
2024
  };
2355
- /** @deprecated This synthesized declaration should not be used directly */
2356
- static get $serializer(): {
2357
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.Param> */;
2358
2025
  }
2359
2026
  }
2360
2027
  export declare namespace dto.view.filters {
2028
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2361
2029
  class RegularParam extends dto.view.filters.Param {
2362
2030
  constructor();
2363
2031
  get value(): Nullable<string>;
2364
2032
  set value(value: Nullable<string>);
2365
- /** @deprecated This synthesized declaration should not be used directly */
2366
- static RegularParam_init_$Create$(seen1: number, name: Nullable<string>, value: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.RegularParam;
2367
2033
  static get Companion(): {
2368
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.RegularParam> */;
2369
2034
  };
2370
- /** @deprecated This synthesized declaration should not be used directly */
2371
- static get $serializer(): {
2372
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.RegularParam> */;
2373
2035
  }
2374
2036
  }
2375
2037
  export declare namespace dto.view.filters {
2038
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2376
2039
  class SwitchFilter extends dto.view.filters.Filter {
2377
2040
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2378
2041
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2379
2042
  get params(): Array<dto.view.filters.Param>;
2380
2043
  set params(value: Array<dto.view.filters.Param>);
2381
- /** @deprecated This synthesized declaration should not be used directly */
2382
- static SwitchFilter_init_$Create$(seen1: number, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, placeholder: Nullable<string>, multiple: Nullable<boolean>, inSidebar: Nullable<boolean>, filterType: Nullable<dto.view.filters.VIEW_FILTER_TYPE>, params: Nullable<Array<dto.view.filters.Param>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.SwitchFilter;
2383
2044
  static get Companion(): {
2384
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.SwitchFilter> */;
2385
2045
  };
2386
- /** @deprecated This synthesized declaration should not be used directly */
2387
- static get $serializer(): {
2388
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.SwitchFilter> */;
2389
2046
  }
2390
2047
  }
2391
2048
  export declare namespace dto.view.filters {
2049
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2392
2050
  class TextFilter extends dto.view.filters.Filter {
2393
2051
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2394
2052
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2395
2053
  get params(): Array<dto.view.filters.Param>;
2396
2054
  set params(value: Array<dto.view.filters.Param>);
2397
- /** @deprecated This synthesized declaration should not be used directly */
2398
- static TextFilter_init_$Create$(seen1: number, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, placeholder: Nullable<string>, multiple: Nullable<boolean>, inSidebar: Nullable<boolean>, filterType: Nullable<dto.view.filters.VIEW_FILTER_TYPE>, params: Nullable<Array<dto.view.filters.Param>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.TextFilter;
2399
2055
  static get Companion(): {
2400
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.TextFilter> */;
2401
2056
  };
2402
- /** @deprecated This synthesized declaration should not be used directly */
2403
- static get $serializer(): {
2404
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.TextFilter> */;
2405
2057
  }
2406
2058
  }
2407
2059
  export declare namespace dto.view.filters {
2408
2060
  abstract class VIEW_FILTER_TYPE {
2409
2061
  private constructor();
2410
- get code(): string;
2411
2062
  static get TEXT(): dto.view.filters.VIEW_FILTER_TYPE & {
2412
2063
  get name(): "TEXT";
2413
2064
  get ordinal(): 0;
@@ -2424,16 +2075,17 @@ export declare namespace dto.view.filters {
2424
2075
  get name(): "SWITCH";
2425
2076
  get ordinal(): 3;
2426
2077
  };
2427
- static values(): Array<dto.view.filters.VIEW_FILTER_TYPE>;
2428
- static valueOf(value: string): dto.view.filters.VIEW_FILTER_TYPE;
2429
2078
  get name(): "TEXT" | "VIEW" | "DATE" | "SWITCH";
2430
2079
  get ordinal(): 0 | 1 | 2 | 3;
2080
+ get code(): string;
2081
+ static values(): Array<dto.view.filters.VIEW_FILTER_TYPE>;
2082
+ static valueOf(value: string): dto.view.filters.VIEW_FILTER_TYPE;
2431
2083
  static get Companion(): {
2432
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.VIEW_FILTER_TYPE> */;
2433
2084
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2434
2085
  }
2435
2086
  }
2436
2087
  export declare namespace dto.view.filters {
2088
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2437
2089
  class ViewFilter extends dto.view.filters.Filter {
2438
2090
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2439
2091
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
@@ -2443,14 +2095,8 @@ export declare namespace dto.view.filters {
2443
2095
  set viewId(value: string);
2444
2096
  get fields(): Nullable<Array<string>>;
2445
2097
  set fields(value: Nullable<Array<string>>);
2446
- /** @deprecated This synthesized declaration should not be used directly */
2447
- static ViewFilter_init_$Create$(seen1: number, title: Nullable<string>, icon: Nullable<dto.menu.Icon>, placeholder: Nullable<string>, multiple: Nullable<boolean>, inSidebar: Nullable<boolean>, filterType: Nullable<dto.view.filters.VIEW_FILTER_TYPE>, params: Nullable<Array<dto.view.filters.Param>>, viewId: Nullable<string>, fields: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.ViewFilter;
2448
2098
  static get Companion(): {
2449
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.ViewFilter> */;
2450
2099
  };
2451
- /** @deprecated This synthesized declaration should not be used directly */
2452
- static get $serializer(): {
2453
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.ViewFilter> */;
2454
2100
  }
2455
2101
  }
2456
2102
  export declare namespace dto.view.filters {
@@ -2461,210 +2107,6 @@ export declare namespace dto.view.filters {
2461
2107
  };
2462
2108
  }
2463
2109
  }
2464
- export declare namespace dto.view.settings {
2465
- class Column {
2466
- constructor();
2467
- get id(): Nullable<string>;
2468
- set id(value: Nullable<string>);
2469
- get type(): Nullable<string>;
2470
- set type(value: Nullable<string>);
2471
- get color(): Nullable<string>;
2472
- set color(value: Nullable<string>);
2473
- get header(): Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>;
2474
- set header(value: Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>);
2475
- get name(): Nullable<string>;
2476
- set name(value: Nullable<string>);
2477
- get tree(): Nullable<string>;
2478
- set tree(value: Nullable<string>);
2479
- get label(): Nullable<string>;
2480
- set label(value: Nullable<string>);
2481
- get width(): Nullable<string>;
2482
- set width(value: Nullable<string>);
2483
- get format(): Nullable<string>;
2484
- set format(value: Nullable<string>);
2485
- get resize(): Nullable<boolean>;
2486
- set resize(value: Nullable<boolean>);
2487
- get min_width(): Nullable<string>;
2488
- set min_width(value: Nullable<string>);
2489
- get fontWeight(): Nullable<string>;
2490
- set fontWeight(value: Nullable<string>);
2491
- get hide(): Nullable<string>;
2492
- set hide(value: Nullable<string>);
2493
- get align(): Nullable<string>;
2494
- set align(value: Nullable<string>);
2495
- /** @deprecated This synthesized declaration should not be used directly */
2496
- static Column_init_$Create$(seen1: number, id: Nullable<string>, type: Nullable<string>, color: Nullable<string>, header: Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>, name: Nullable<string>, tree: Nullable<string>, label: Nullable<string>, width: Nullable<string>, format: Nullable<string>, resize: Nullable<boolean>, min_width: Nullable<string>, fontWeight: Nullable<string>, hide: Nullable<string>, align: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.Column;
2497
- static get Companion(): {
2498
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.Column> */;
2499
- };
2500
- /** @deprecated This synthesized declaration should not be used directly */
2501
- static get $serializer(): {
2502
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.Column> */;
2503
- }
2504
- }
2505
- export declare namespace dto.view.settings {
2506
- class EmptyList {
2507
- constructor();
2508
- get nothingFound(): Nullable<dto.view.settings.NothingFound>;
2509
- set nothingFound(value: Nullable<dto.view.settings.NothingFound>);
2510
- get nothingSelected(): Nullable<dto.view.settings.NothingSelected>;
2511
- set nothingSelected(value: Nullable<dto.view.settings.NothingSelected>);
2512
- /** @deprecated This synthesized declaration should not be used directly */
2513
- static EmptyList_init_$Create$(seen1: number, nothingFound: Nullable<dto.view.settings.NothingFound>, nothingSelected: Nullable<dto.view.settings.NothingSelected>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.EmptyList;
2514
- static get Companion(): {
2515
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.EmptyList> */;
2516
- };
2517
- /** @deprecated This synthesized declaration should not be used directly */
2518
- static get $serializer(): {
2519
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.EmptyList> */;
2520
- }
2521
- }
2522
- export declare namespace dto.view.settings {
2523
- class NothingFound {
2524
- constructor();
2525
- get text(): Nullable<string>;
2526
- set text(value: Nullable<string>);
2527
- get subtitle(): Nullable<string>;
2528
- set subtitle(value: Nullable<string>);
2529
- /** @deprecated This synthesized declaration should not be used directly */
2530
- static NothingFound_init_$Create$(seen1: number, text: Nullable<string>, subtitle: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.NothingFound;
2531
- static get Companion(): {
2532
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.NothingFound> */;
2533
- };
2534
- /** @deprecated This synthesized declaration should not be used directly */
2535
- static get $serializer(): {
2536
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.NothingFound> */;
2537
- }
2538
- }
2539
- export declare namespace dto.view.settings {
2540
- class NothingSelected {
2541
- constructor();
2542
- get text(): Nullable<string>;
2543
- set text(value: Nullable<string>);
2544
- get subtitle(): Nullable<string>;
2545
- set subtitle(value: Nullable<string>);
2546
- /** @deprecated This synthesized declaration should not be used directly */
2547
- static NothingSelected_init_$Create$(seen1: number, text: Nullable<string>, subtitle: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.NothingSelected;
2548
- static get Companion(): {
2549
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.NothingSelected> */;
2550
- };
2551
- /** @deprecated This synthesized declaration should not be used directly */
2552
- static get $serializer(): {
2553
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.NothingSelected> */;
2554
- }
2555
- }
2556
- export declare namespace dto.view.settings {
2557
- class QueryVariables {
2558
- constructor();
2559
- get required(): Array<string>;
2560
- set required(value: Array<string>);
2561
- get message(): Nullable<string>;
2562
- set message(value: Nullable<string>);
2563
- /** @deprecated This synthesized declaration should not be used directly */
2564
- static QueryVariables_init_$Create$(seen1: number, required: Nullable<Array<string>>, message: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.QueryVariables;
2565
- static get Companion(): {
2566
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.QueryVariables> */;
2567
- };
2568
- /** @deprecated This synthesized declaration should not be used directly */
2569
- static get $serializer(): {
2570
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.QueryVariables> */;
2571
- }
2572
- }
2573
- export declare namespace dto.view.settings {
2574
- class Settings {
2575
- constructor();
2576
- get columns(): Nullable<Array<dto.view.settings.Column>>;
2577
- set columns(value: Nullable<Array<dto.view.settings.Column>>);
2578
- get height(): Nullable<number>;
2579
- set height(value: Nullable<number>);
2580
- get dashboardUiConfig(): Nullable<dto.view.settings.UiConfigType>;
2581
- set dashboardUiConfig(value: Nullable<dto.view.settings.UiConfigType>);
2582
- get emptyList(): Nullable<dto.view.settings.EmptyList>;
2583
- set emptyList(value: Nullable<dto.view.settings.EmptyList>);
2584
- get type(): Nullable<dto.view.settings.SettingsType>;
2585
- get selectChildren(): Nullable<boolean>;
2586
- set selectChildren(value: Nullable<boolean>);
2587
- get folderEmptyText(): Nullable<string>;
2588
- set folderEmptyText(value: Nullable<string>);
2589
- get variables(): Nullable<dto.view.settings.QueryVariables>;
2590
- set variables(value: Nullable<dto.view.settings.QueryVariables>);
2591
- /** @deprecated This synthesized declaration should not be used directly */
2592
- static Settings_init_$Create$(seen1: number, columns: Nullable<Array<dto.view.settings.Column>>, height: Nullable<number>, dashboardUiConfig: Nullable<dto.view.settings.UiConfigType>, emptyList: Nullable<dto.view.settings.EmptyList>, type: Nullable<dto.view.settings.SettingsType>, selectChildren: Nullable<boolean>, folderEmptyText: Nullable<string>, variables: Nullable<dto.view.settings.QueryVariables>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.Settings;
2593
- static get Companion(): {
2594
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.Settings> */;
2595
- };
2596
- /** @deprecated This synthesized declaration should not be used directly */
2597
- static get $serializer(): {
2598
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.Settings> */;
2599
- }
2600
- }
2601
- export declare namespace dto.view.settings {
2602
- abstract class SettingsType {
2603
- private constructor();
2604
- get value(): string;
2605
- static get Resource(): dto.view.settings.SettingsType & {
2606
- get name(): "Resource";
2607
- get ordinal(): 0;
2608
- };
2609
- static get Gantt(): dto.view.settings.SettingsType & {
2610
- get name(): "Gantt";
2611
- get ordinal(): 1;
2612
- };
2613
- static get GanttWithResource(): dto.view.settings.SettingsType & {
2614
- get name(): "GanttWithResource";
2615
- get ordinal(): 2;
2616
- };
2617
- static get Superset(): dto.view.settings.SettingsType & {
2618
- get name(): "Superset";
2619
- get ordinal(): 3;
2620
- };
2621
- static values(): Array<dto.view.settings.SettingsType>;
2622
- static valueOf(value: string): dto.view.settings.SettingsType;
2623
- get name(): "Resource" | "Gantt" | "GanttWithResource" | "Superset";
2624
- get ordinal(): 0 | 1 | 2 | 3;
2625
- static get Companion(): {
2626
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.SettingsType> */;
2627
- } & any/* kotlinx.serialization.internal.SerializerFactory */;
2628
- }
2629
- }
2630
- export declare namespace dto.view.settings {
2631
- class UiConfigFilters /* implements kotlin.collections.MutableMap<string, Nullable<boolean>> */ {
2632
- constructor();
2633
- get visible(): Nullable<boolean>;
2634
- set visible(value: Nullable<boolean>);
2635
- get expanded(): Nullable<boolean>;
2636
- set expanded(value: Nullable<boolean>);
2637
- /** @deprecated This synthesized declaration should not be used directly */
2638
- static UiConfigFilters_init_$Create$(seen1: number, visible: Nullable<boolean>, expanded: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.UiConfigFilters;
2639
- static get Companion(): {
2640
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.UiConfigFilters> */;
2641
- };
2642
- /** @deprecated This synthesized declaration should not be used directly */
2643
- static get $serializer(): {
2644
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigFilters> */;
2645
- }
2646
- }
2647
- export declare namespace dto.view.settings {
2648
- class UiConfigType {
2649
- constructor();
2650
- get hideTitle(): Nullable<boolean>;
2651
- set hideTitle(value: Nullable<boolean>);
2652
- get hideTab(): Nullable<boolean>;
2653
- set hideTab(value: Nullable<boolean>);
2654
- get hideChartControls(): Nullable<boolean>;
2655
- set hideChartControls(value: Nullable<boolean>);
2656
- get filters(): Nullable<dto.view.settings.UiConfigFilters>;
2657
- set filters(value: Nullable<dto.view.settings.UiConfigFilters>);
2658
- /** @deprecated This synthesized declaration should not be used directly */
2659
- static UiConfigType_init_$Create$(seen1: number, hideTitle: Nullable<boolean>, hideTab: Nullable<boolean>, hideChartControls: Nullable<boolean>, filters: Nullable<dto.view.settings.UiConfigFilters>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.UiConfigType;
2660
- static get Companion(): {
2661
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.UiConfigType> */;
2662
- };
2663
- /** @deprecated This synthesized declaration should not be used directly */
2664
- static get $serializer(): {
2665
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigType> */;
2666
- }
2667
- }
2668
2110
  export declare namespace dto.workflow {
2669
2111
  class WorkflowDTO implements dto.WithName {
2670
2112
  constructor();
@@ -2676,15 +2118,9 @@ export declare namespace dto.workflow {
2676
2118
  set timeout(value: Nullable<number>);
2677
2119
  get triggers(): Array<dto.workflow.triggers.WorkflowTrigger>;
2678
2120
  set triggers(value: Array<dto.workflow.triggers.WorkflowTrigger>);
2679
- /** @deprecated This synthesized declaration should not be used directly */
2680
- static WorkflowDTO_init_$Create$(seen1: number, name: Nullable<string>, path: Nullable<string>, timeout: Nullable<number>, triggers: Nullable<Array<dto.workflow.triggers.WorkflowTrigger>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.WorkflowDTO;
2681
2121
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
2682
2122
  static get Companion(): {
2683
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.WorkflowDTO> */;
2684
2123
  };
2685
- /** @deprecated This synthesized declaration should not be used directly */
2686
- static get $serializer(): {
2687
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowDTO> */;
2688
2124
  }
2689
2125
  }
2690
2126
  export declare namespace dto.workflow {
@@ -2692,21 +2128,14 @@ export declare namespace dto.workflow {
2692
2128
  constructor(name: string);
2693
2129
  get name(): string;
2694
2130
  set name(value: string);
2695
- /** @deprecated This synthesized declaration should not be used directly */
2696
- static WorkflowQuery_init_$Create$(seen1: number, name: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.WorkflowQuery;
2697
2131
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
2698
2132
  static get Companion(): {
2699
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.WorkflowQuery> */;
2700
2133
  };
2701
- /** @deprecated This synthesized declaration should not be used directly */
2702
- static get $serializer(): {
2703
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowQuery> */;
2704
2134
  }
2705
2135
  }
2706
2136
  export declare namespace dto.workflow.triggers {
2707
2137
  abstract class WorkflowBusType {
2708
2138
  private constructor();
2709
- get code(): string;
2710
2139
  static get rabbitmq(): dto.workflow.triggers.WorkflowBusType & {
2711
2140
  get name(): "rabbitmq";
2712
2141
  get ordinal(): 0;
@@ -2715,16 +2144,17 @@ export declare namespace dto.workflow.triggers {
2715
2144
  get name(): "kafka";
2716
2145
  get ordinal(): 1;
2717
2146
  };
2718
- static values(): Array<dto.workflow.triggers.WorkflowBusType>;
2719
- static valueOf(value: string): dto.workflow.triggers.WorkflowBusType;
2720
2147
  get name(): "rabbitmq" | "kafka";
2721
2148
  get ordinal(): 0 | 1;
2149
+ get code(): string;
2150
+ static values(): Array<dto.workflow.triggers.WorkflowBusType>;
2151
+ static valueOf(value: string): dto.workflow.triggers.WorkflowBusType;
2722
2152
  static get Companion(): {
2723
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowBusType> */;
2724
2153
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2725
2154
  }
2726
2155
  }
2727
2156
  export declare namespace dto.workflow.triggers {
2157
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2728
2158
  class WorkflowCron extends dto.workflow.triggers.WorkflowTrigger {
2729
2159
  constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, expression: string);
2730
2160
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2733,17 +2163,12 @@ export declare namespace dto.workflow.triggers {
2733
2163
  toString(): string;
2734
2164
  hashCode(): number;
2735
2165
  equals(other: Nullable<any>): boolean;
2736
- /** @deprecated This synthesized declaration should not be used directly */
2737
- static WorkflowCron_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, expression: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowCron;
2738
2166
  static get Companion(): {
2739
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowCron> */;
2740
2167
  };
2741
- /** @deprecated This synthesized declaration should not be used directly */
2742
- static get $serializer(): {
2743
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowCron> */;
2744
2168
  }
2745
2169
  }
2746
2170
  export declare namespace dto.workflow.triggers {
2171
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2747
2172
  class WorkflowEvent extends dto.workflow.triggers.WorkflowTrigger {
2748
2173
  constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string, busType: dto.workflow.triggers.WorkflowBusType, credName?: string);
2749
2174
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2754,17 +2179,12 @@ export declare namespace dto.workflow.triggers {
2754
2179
  toString(): string;
2755
2180
  hashCode(): number;
2756
2181
  equals(other: Nullable<any>): boolean;
2757
- /** @deprecated This synthesized declaration should not be used directly */
2758
- static WorkflowEvent_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, regex: Nullable<string>, busType: Nullable<dto.workflow.triggers.WorkflowBusType>, credName: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowEvent;
2759
2182
  static get Companion(): {
2760
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowEvent> */;
2761
2183
  };
2762
- /** @deprecated This synthesized declaration should not be used directly */
2763
- static get $serializer(): {
2764
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowEvent> */;
2765
2184
  }
2766
2185
  }
2767
2186
  export declare namespace dto.workflow.triggers {
2187
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2768
2188
  class WorkflowRest extends dto.workflow.triggers.WorkflowTrigger {
2769
2189
  constructor(type?: dto.workflow.triggers.WorkflowTriggerType, isEnabled?: boolean);
2770
2190
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2773,31 +2193,21 @@ export declare namespace dto.workflow.triggers {
2773
2193
  toString(): string;
2774
2194
  hashCode(): number;
2775
2195
  equals(other: Nullable<any>): boolean;
2776
- /** @deprecated This synthesized declaration should not be used directly */
2777
- static WorkflowRest_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, isEnabled: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowRest;
2778
2196
  static get Companion(): {
2779
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowRest> */;
2780
2197
  };
2781
- /** @deprecated This synthesized declaration should not be used directly */
2782
- static get $serializer(): {
2783
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowRest> */;
2784
2198
  }
2785
2199
  }
2786
2200
  export declare namespace dto.workflow.triggers {
2787
2201
  abstract class WorkflowTrigger {
2788
2202
  protected constructor();
2789
2203
  abstract get type(): dto.workflow.triggers.WorkflowTriggerType;
2790
- /** @deprecated This synthesized declaration should not be used directly */
2791
- static WorkflowTrigger_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowTrigger;
2792
2204
  static get Companion(): {
2793
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowTrigger> */;
2794
2205
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2795
2206
  }
2796
2207
  }
2797
2208
  export declare namespace dto.workflow.triggers {
2798
2209
  abstract class WorkflowTriggerType {
2799
2210
  private constructor();
2800
- get code(): string;
2801
2211
  static get cron(): dto.workflow.triggers.WorkflowTriggerType & {
2802
2212
  get name(): "cron";
2803
2213
  get ordinal(): 0;
@@ -2810,15 +2220,38 @@ export declare namespace dto.workflow.triggers {
2810
2220
  get name(): "event";
2811
2221
  get ordinal(): 2;
2812
2222
  };
2813
- static values(): Array<dto.workflow.triggers.WorkflowTriggerType>;
2814
- static valueOf(value: string): dto.workflow.triggers.WorkflowTriggerType;
2815
2223
  get name(): "cron" | "rest" | "event";
2816
2224
  get ordinal(): 0 | 1 | 2;
2225
+ get code(): string;
2226
+ static values(): Array<dto.workflow.triggers.WorkflowTriggerType>;
2227
+ static valueOf(value: string): dto.workflow.triggers.WorkflowTriggerType;
2817
2228
  static get Companion(): {
2818
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowTriggerType> */;
2819
2229
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2820
2230
  }
2821
2231
  }
2232
+ export declare namespace types {
2233
+ class ClientJson {
2234
+ constructor(app?: dto.manifest.ManifestApp, build?: dto.manifest.ManifestBuild, docTemplates?: Array<dto.doctemplates.DocTemplate>, forms?: Array<dto.form.FormDTO>, menu?: dto.menu.Menu, views?: Array<dto.view.ViewDTO>, relations?: dto.relations.Relations, workflows?: Array<dto.workflow.WorkflowDTO>);
2235
+ get app(): dto.manifest.ManifestApp;
2236
+ set app(value: dto.manifest.ManifestApp);
2237
+ get build(): dto.manifest.ManifestBuild;
2238
+ set build(value: dto.manifest.ManifestBuild);
2239
+ get docTemplates(): Array<dto.doctemplates.DocTemplate>;
2240
+ set docTemplates(value: Array<dto.doctemplates.DocTemplate>);
2241
+ get forms(): Array<dto.form.FormDTO>;
2242
+ set forms(value: Array<dto.form.FormDTO>);
2243
+ get menu(): dto.menu.Menu;
2244
+ set menu(value: dto.menu.Menu);
2245
+ get views(): Array<dto.view.ViewDTO>;
2246
+ set views(value: Array<dto.view.ViewDTO>);
2247
+ get relations(): dto.relations.Relations;
2248
+ set relations(value: dto.relations.Relations);
2249
+ get workflows(): Array<dto.workflow.WorkflowDTO>;
2250
+ set workflows(value: Array<dto.workflow.WorkflowDTO>);
2251
+ static get Companion(): {
2252
+ };
2253
+ }
2254
+ }
2822
2255
  export declare namespace types {
2823
2256
  class Component {
2824
2257
  constructor(type: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>);
@@ -2838,78 +2271,6 @@ export declare namespace types {
2838
2271
  };
2839
2272
  }
2840
2273
  }
2841
- export declare namespace types {
2842
- class Config {
2843
- constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>);
2844
- get url(): Nullable<string>;
2845
- set url(value: Nullable<string>);
2846
- get testsDirectory(): Nullable<string>;
2847
- set testsDirectory(value: Nullable<string>);
2848
- get mapName(): Nullable<string>;
2849
- set mapName(value: Nullable<string>);
2850
- get token(): Nullable<string>;
2851
- set token(value: Nullable<string>);
2852
- get refreshToken(): Nullable<string>;
2853
- set refreshToken(value: Nullable<string>);
2854
- get s3(): Nullable<types.S3Config>;
2855
- set s3(value: Nullable<types.S3Config>);
2856
- get port(): Nullable<number>;
2857
- set port(value: Nullable<number>);
2858
- get dictionariesCollections(): Array<string>;
2859
- set dictionariesCollections(value: Array<string>);
2860
- get currentDictionaryPrefix(): Nullable<string>;
2861
- set currentDictionaryPrefix(value: Nullable<string>);
2862
- get author(): Nullable<string>;
2863
- set author(value: Nullable<string>);
2864
- copy(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>): types.Config;
2865
- toString(): string;
2866
- hashCode(): number;
2867
- equals(other: Nullable<any>): boolean;
2868
- static get Companion(): {
2869
- };
2870
- }
2871
- class S3Config {
2872
- constructor(accessKeyId: string, secretAccessKey: string, region: string, host: string, bucketName: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>);
2873
- get accessKeyId(): string;
2874
- set accessKeyId(value: string);
2875
- get secretAccessKey(): string;
2876
- set secretAccessKey(value: string);
2877
- get region(): string;
2878
- set region(value: string);
2879
- get host(): string;
2880
- set host(value: string);
2881
- get bucketName(): string;
2882
- set bucketName(value: string);
2883
- get autoUpdate(): Nullable<boolean>;
2884
- set autoUpdate(value: Nullable<boolean>);
2885
- get pathToUpload(): Nullable<string>;
2886
- set pathToUpload(value: Nullable<string>);
2887
- copy(accessKeyId?: string, secretAccessKey?: string, region?: string, host?: string, bucketName?: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>): types.S3Config;
2888
- toString(): string;
2889
- hashCode(): number;
2890
- equals(other: Nullable<any>): boolean;
2891
- static get Companion(): {
2892
- };
2893
- }
2894
- }
2895
- export declare namespace types {
2896
- class ExportConfig {
2897
- constructor(app: dto.manifest.ManifestApp | undefined, build: dto.manifest.ManifestBuild | undefined, docTemplates: Array<dto.doctemplates.InternalDocTemplate>, forms: Array<dto.form.FormDTO>, menu: Nullable<dto.menu.Menu>, views: Array<dto.view.ViewDTO>, relations: dto.relations.Relations, workflows: Array<dto.workflow.WorkflowDTO>);
2898
- get app(): dto.manifest.ManifestApp;
2899
- set app(value: dto.manifest.ManifestApp);
2900
- get build(): dto.manifest.ManifestBuild;
2901
- set build(value: dto.manifest.ManifestBuild);
2902
- get docTemplates(): Array<dto.doctemplates.InternalDocTemplate>;
2903
- set docTemplates(value: Array<dto.doctemplates.InternalDocTemplate>);
2904
- get forms(): Array<dto.form.FormDTO>;
2905
- get menu(): Nullable<dto.menu.Menu>;
2906
- get views(): Array<dto.view.ViewDTO>;
2907
- get relations(): dto.relations.Relations;
2908
- get workflows(): Array<dto.workflow.WorkflowDTO>;
2909
- static get Companion(): {
2910
- };
2911
- }
2912
- }
2913
2274
  export declare namespace types {
2914
2275
  class OutputStream {
2915
2276
  constructor(stderr?: string, stdout?: string);
@@ -2960,6 +2321,58 @@ export declare namespace types {
2960
2321
  };
2961
2322
  }
2962
2323
  }
2324
+ export declare namespace types {
2325
+ class ProjectConfig {
2326
+ constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>);
2327
+ get url(): Nullable<string>;
2328
+ set url(value: Nullable<string>);
2329
+ get testsDirectory(): Nullable<string>;
2330
+ set testsDirectory(value: Nullable<string>);
2331
+ get token(): Nullable<string>;
2332
+ set token(value: Nullable<string>);
2333
+ get refreshToken(): Nullable<string>;
2334
+ set refreshToken(value: Nullable<string>);
2335
+ get s3(): Nullable<types.S3Config>;
2336
+ set s3(value: Nullable<types.S3Config>);
2337
+ get port(): Nullable<number>;
2338
+ set port(value: Nullable<number>);
2339
+ get dictionariesCollections(): Array<string>;
2340
+ set dictionariesCollections(value: Array<string>);
2341
+ get currentDictionaryPrefix(): Nullable<string>;
2342
+ set currentDictionaryPrefix(value: Nullable<string>);
2343
+ get author(): Nullable<string>;
2344
+ set author(value: Nullable<string>);
2345
+ copy(url?: Nullable<string>, testsDirectory?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>): types.ProjectConfig;
2346
+ toString(): string;
2347
+ hashCode(): number;
2348
+ equals(other: Nullable<any>): boolean;
2349
+ static get Companion(): {
2350
+ };
2351
+ }
2352
+ class S3Config {
2353
+ constructor(accessKeyId: string, secretAccessKey: string, region: string, host: string, bucketName: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>);
2354
+ get accessKeyId(): string;
2355
+ set accessKeyId(value: string);
2356
+ get secretAccessKey(): string;
2357
+ set secretAccessKey(value: string);
2358
+ get region(): string;
2359
+ set region(value: string);
2360
+ get host(): string;
2361
+ set host(value: string);
2362
+ get bucketName(): string;
2363
+ set bucketName(value: string);
2364
+ get autoUpdate(): Nullable<boolean>;
2365
+ set autoUpdate(value: Nullable<boolean>);
2366
+ get pathToUpload(): Nullable<string>;
2367
+ set pathToUpload(value: Nullable<string>);
2368
+ copy(accessKeyId?: string, secretAccessKey?: string, region?: string, host?: string, bucketName?: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>): types.S3Config;
2369
+ toString(): string;
2370
+ hashCode(): number;
2371
+ equals(other: Nullable<any>): boolean;
2372
+ static get Companion(): {
2373
+ };
2374
+ }
2375
+ }
2963
2376
  export declare namespace types {
2964
2377
  class Secret {
2965
2378
  constructor(secrets: Array<string>, functionName: Nullable<string>);
@@ -2986,7 +2399,6 @@ export declare namespace types {
2986
2399
  export declare namespace types {
2987
2400
  interface WithUuid extends dto.WithId {
2988
2401
  uuid: Nullable<string>;
2989
- id: Nullable<string>;
2990
2402
  readonly __doNotUseOrImplementIt: {
2991
2403
  readonly "types.WithUuid": unique symbol;
2992
2404
  } & dto.WithId["__doNotUseOrImplementIt"];
@@ -3008,6 +2420,7 @@ export declare namespace types.internal {
3008
2420
  }
3009
2421
  }
3010
2422
  export declare namespace types.triggers {
2423
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
3011
2424
  class CronTrigger extends types.triggers.Trigger {
3012
2425
  constructor(cron: string, functionName?: Nullable<string>);
3013
2426
  get cron(): string;
@@ -3028,10 +2441,10 @@ export declare namespace types.triggers {
3028
2441
  get name(): "POST";
3029
2442
  get ordinal(): 1;
3030
2443
  };
3031
- static values(): Array<types.triggers.HttpMethod>;
3032
- static valueOf(value: string): types.triggers.HttpMethod;
3033
2444
  get name(): "GET" | "POST";
3034
2445
  get ordinal(): 0 | 1;
2446
+ static values(): Array<types.triggers.HttpMethod>;
2447
+ static valueOf(value: string): types.triggers.HttpMethod;
3035
2448
  static get Companion(): {
3036
2449
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
3037
2450
  }
@@ -3044,6 +2457,7 @@ export declare namespace types.triggers {
3044
2457
  readonly "types.triggers.QueueTrigger": unique symbol;
3045
2458
  };
3046
2459
  }
2460
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
3047
2461
  class RabbitMqTrigger extends types.triggers.Trigger implements types.triggers.QueueTrigger {
3048
2462
  constructor(inTopic: string, outTopic: string, functionName?: Nullable<string>);
3049
2463
  get inTopic(): string;
@@ -3054,6 +2468,7 @@ export declare namespace types.triggers {
3054
2468
  static get Companion(): {
3055
2469
  };
3056
2470
  }
2471
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
3057
2472
  class KafkaTrigger extends types.triggers.Trigger implements types.triggers.QueueTrigger {
3058
2473
  constructor(inTopic: string, outTopic: string, functionName?: Nullable<string>);
3059
2474
  get inTopic(): string;
@@ -3084,18 +2499,4 @@ export declare namespace util {
3084
2499
  log(message: string): void;
3085
2500
  warn(message: string): void;
3086
2501
  }
3087
- }
3088
- export declare const CommandExecutor: {
3089
- get console(): util.Console;
3090
- set console(value: util.Console);
3091
- get json(): any/* kotlinx.serialization.json.Json */;
3092
- httpClient(config?: (p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void): any/* io.ktor.client.HttpClient */;
3093
- setUrl(config: types.Config): string;
3094
- getConsoleStream(): types.OutputStream;
3095
- auth(email: string, password: string, url: Nullable<string>, cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
3096
- test(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
3097
- prepare(cwd: Nullable<string>, config?: Nullable<string>): void;
3098
- export(autoUpdate: boolean, cwd: Nullable<string>, config: Nullable<string>, version: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
3099
- upload(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
3100
- pullDictionaries(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
3101
- };
2502
+ }