mrs-toolbox-cli 0.0.120 → 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 +8354 -8661
  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 -2157
  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 +255 -651
  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 +11635 -8904
  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 */ {
438
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
439
+ class RadioProperty extends dto.form.property.Property {
561
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 */ {
504
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
505
+ class TextareaProperty extends dto.form.property.Property {
617
506
  constructor();
618
- get minRows(): Nullable<number>;
619
- set minRows(value: Nullable<number>);
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: any/* kotlinx.serialization.json.JsonObject */, 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(): any/* kotlinx.serialization.json.JsonObject */;
2081
- set settings(value: any/* kotlinx.serialization.json.JsonObject */);
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,19 +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
- getSettings(): string;
2095
- /** @deprecated This synthesized declaration should not be used directly */
2096
- static ViewDTO_init_$Create$(seen1: number, viewType: Nullable<dto.view.ViewType>, settings: Nullable<any>/* Nullable<kotlinx.serialization.json.JsonObject> */, 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>;
2097
1822
  readonly __doNotUseOrImplementIt: dto.view.Query["__doNotUseOrImplementIt"] & dto.WithName["__doNotUseOrImplementIt"];
2098
1823
  static get Companion(): {
2099
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewDTO> */;
2100
1824
  };
2101
- /** @deprecated This synthesized declaration should not be used directly */
2102
- static get $serializer(): {
2103
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.ViewDTO> */;
2104
1825
  }
2105
1826
  }
2106
1827
  export declare namespace dto.view {
1828
+ /** @deprecated Use ViewDTO instead */
2107
1829
  class ViewQuery implements dto.view.Query, dto.WithName {
2108
1830
  constructor(name: string, filters?: Array<dto.view.filters.Filter>, queries?: Array<dto.view.QueryItem>);
2109
1831
  get name(): string;
@@ -2112,21 +1834,14 @@ export declare namespace dto.view {
2112
1834
  set filters(value: Array<dto.view.filters.Filter>);
2113
1835
  get queries(): Array<dto.view.QueryItem>;
2114
1836
  set queries(value: Array<dto.view.QueryItem>);
2115
- /** @deprecated This synthesized declaration should not be used directly */
2116
- 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;
2117
1837
  readonly __doNotUseOrImplementIt: dto.view.Query["__doNotUseOrImplementIt"] & dto.WithName["__doNotUseOrImplementIt"];
2118
1838
  static get Companion(): {
2119
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewQuery> */;
2120
1839
  };
2121
- /** @deprecated This synthesized declaration should not be used directly */
2122
- static get $serializer(): {
2123
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.ViewQuery> */;
2124
1840
  }
2125
1841
  }
2126
1842
  export declare namespace dto.view {
2127
1843
  abstract class ViewType {
2128
1844
  private constructor();
2129
- get code(): string;
2130
1845
  static get list(): dto.view.ViewType & {
2131
1846
  get name(): "list";
2132
1847
  get ordinal(): 0;
@@ -2175,12 +1890,12 @@ export declare namespace dto.view {
2175
1890
  get name(): "usm";
2176
1891
  get ordinal(): 11;
2177
1892
  };
2178
- static values(): Array<dto.view.ViewType>;
2179
- static valueOf(value: string): dto.view.ViewType;
2180
1893
  get name(): "list" | "grid" | "dataGrid" | "tree" | "document" | "gantt" | "calendar" | "drawing2d" | "embed" | "superset" | "dictionary" | "usm";
2181
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;
2182
1898
  static get Companion(): {
2183
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewType> */;
2184
1899
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2185
1900
  }
2186
1901
  }
@@ -2189,14 +1904,12 @@ export declare namespace dto.view.creation {
2189
1904
  constructor();
2190
1905
  abstract get type(): Nullable<string>;
2191
1906
  abstract get formId(): Nullable<string>;
2192
- /** @deprecated This synthesized declaration should not be used directly */
2193
- static BaseCreationData_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.BaseCreationData;
2194
1907
  static get Companion(): {
2195
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.BaseCreationData> */;
2196
1908
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2197
1909
  }
2198
1910
  }
2199
1911
  export declare namespace dto.view.creation {
1912
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2200
1913
  class CreationData extends dto.view.creation.BaseCreationData {
2201
1914
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2202
1915
  get type(): Nullable<string>;
@@ -2205,14 +1918,8 @@ export declare namespace dto.view.creation {
2205
1918
  toString(): string;
2206
1919
  hashCode(): number;
2207
1920
  equals(other: Nullable<any>): boolean;
2208
- /** @deprecated This synthesized declaration should not be used directly */
2209
- static CreationData_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.CreationData;
2210
1921
  static get Companion(): {
2211
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.CreationData> */;
2212
1922
  };
2213
- /** @deprecated This synthesized declaration should not be used directly */
2214
- static get $serializer(): {
2215
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.CreationData> */;
2216
1923
  }
2217
1924
  }
2218
1925
  export declare namespace dto.view.creation {
@@ -2226,17 +1933,12 @@ export declare namespace dto.view.creation {
2226
1933
  toString(): string;
2227
1934
  hashCode(): number;
2228
1935
  equals(other: Nullable<any>): boolean;
2229
- /** @deprecated This synthesized declaration should not be used directly */
2230
- 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;
2231
1936
  static get Companion(): {
2232
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.CreationItem> */;
2233
1937
  };
2234
- /** @deprecated This synthesized declaration should not be used directly */
2235
- static get $serializer(): {
2236
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.CreationItem> */;
2237
1938
  }
2238
1939
  }
2239
1940
  export declare namespace dto.view.creation {
1941
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2240
1942
  class ForCreate extends dto.view.creation.BaseCreationData {
2241
1943
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2242
1944
  get type(): Nullable<string>;
@@ -2245,17 +1947,12 @@ export declare namespace dto.view.creation {
2245
1947
  toString(): string;
2246
1948
  hashCode(): number;
2247
1949
  equals(other: Nullable<any>): boolean;
2248
- /** @deprecated This synthesized declaration should not be used directly */
2249
- static ForCreate_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.ForCreate;
2250
1950
  static get Companion(): {
2251
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.ForCreate> */;
2252
1951
  };
2253
- /** @deprecated This synthesized declaration should not be used directly */
2254
- static get $serializer(): {
2255
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.ForCreate> */;
2256
1952
  }
2257
1953
  }
2258
1954
  export declare namespace dto.view.creation {
1955
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2259
1956
  class ListenerItem extends dto.view.creation.BaseCreationData {
2260
1957
  constructor(type?: Nullable<string>, formId?: Nullable<string>);
2261
1958
  get type(): Nullable<string>;
@@ -2264,14 +1961,8 @@ export declare namespace dto.view.creation {
2264
1961
  toString(): string;
2265
1962
  hashCode(): number;
2266
1963
  equals(other: Nullable<any>): boolean;
2267
- /** @deprecated This synthesized declaration should not be used directly */
2268
- static ListenerItem_init_$Create$(seen1: number, type: Nullable<string>, formId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.creation.ListenerItem;
2269
1964
  static get Companion(): {
2270
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.creation.ListenerItem> */;
2271
1965
  };
2272
- /** @deprecated This synthesized declaration should not be used directly */
2273
- static get $serializer(): {
2274
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.creation.ListenerItem> */;
2275
1966
  }
2276
1967
  }
2277
1968
  export declare namespace dto.view.filters {
@@ -2281,45 +1972,29 @@ export declare namespace dto.view.filters {
2281
1972
  set start(value: Nullable<string>);
2282
1973
  get end(): Nullable<string>;
2283
1974
  set end(value: Nullable<string>);
2284
- /** @deprecated This synthesized declaration should not be used directly */
2285
- static DateDefaultValue_init_$Create$(seen1: number, start: Nullable<string>, end: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.DateDefaultValue;
2286
1975
  static get Companion(): {
2287
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateDefaultValue> */;
2288
1976
  };
2289
- /** @deprecated This synthesized declaration should not be used directly */
2290
- static get $serializer(): {
2291
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateDefaultValue> */;
2292
1977
  }
2293
1978
  }
2294
1979
  export declare namespace dto.view.filters {
1980
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2295
1981
  class DateFilter extends dto.view.filters.Filter {
2296
1982
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2297
1983
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2298
1984
  get params(): Array<dto.view.filters.DateParam>;
2299
1985
  set params(value: Array<dto.view.filters.DateParam>);
2300
- /** @deprecated This synthesized declaration should not be used directly */
2301
- 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;
2302
1986
  static get Companion(): {
2303
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateFilter> */;
2304
1987
  };
2305
- /** @deprecated This synthesized declaration should not be used directly */
2306
- static get $serializer(): {
2307
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateFilter> */;
2308
1988
  }
2309
1989
  }
2310
1990
  export declare namespace dto.view.filters {
1991
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2311
1992
  class DateParam extends dto.view.filters.Param {
2312
1993
  constructor();
2313
1994
  get value(): Nullable<dto.view.filters.DateDefaultValue>;
2314
1995
  set value(value: Nullable<dto.view.filters.DateDefaultValue>);
2315
- /** @deprecated This synthesized declaration should not be used directly */
2316
- 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;
2317
1996
  static get Companion(): {
2318
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.DateParam> */;
2319
1997
  };
2320
- /** @deprecated This synthesized declaration should not be used directly */
2321
- static get $serializer(): {
2322
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.DateParam> */;
2323
1998
  }
2324
1999
  }
2325
2000
  export declare namespace dto.view.filters {
@@ -2336,10 +2011,7 @@ export declare namespace dto.view.filters {
2336
2011
  get inSidebar(): Nullable<boolean>;
2337
2012
  set inSidebar(value: Nullable<boolean>);
2338
2013
  abstract get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2339
- /** @deprecated This synthesized declaration should not be used directly */
2340
- 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;
2341
2014
  static get Companion(): {
2342
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.Filter> */;
2343
2015
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2344
2016
  }
2345
2017
  }
@@ -2348,67 +2020,45 @@ export declare namespace dto.view.filters {
2348
2020
  constructor();
2349
2021
  get name(): string;
2350
2022
  set name(value: string);
2351
- /** @deprecated This synthesized declaration should not be used directly */
2352
- static Param_init_$Create$(seen1: number, name: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.Param;
2353
2023
  static get Companion(): {
2354
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.Param> */;
2355
2024
  };
2356
- /** @deprecated This synthesized declaration should not be used directly */
2357
- static get $serializer(): {
2358
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.Param> */;
2359
2025
  }
2360
2026
  }
2361
2027
  export declare namespace dto.view.filters {
2028
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2362
2029
  class RegularParam extends dto.view.filters.Param {
2363
2030
  constructor();
2364
2031
  get value(): Nullable<string>;
2365
2032
  set value(value: Nullable<string>);
2366
- /** @deprecated This synthesized declaration should not be used directly */
2367
- static RegularParam_init_$Create$(seen1: number, name: Nullable<string>, value: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.filters.RegularParam;
2368
2033
  static get Companion(): {
2369
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.RegularParam> */;
2370
2034
  };
2371
- /** @deprecated This synthesized declaration should not be used directly */
2372
- static get $serializer(): {
2373
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.RegularParam> */;
2374
2035
  }
2375
2036
  }
2376
2037
  export declare namespace dto.view.filters {
2038
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2377
2039
  class SwitchFilter extends dto.view.filters.Filter {
2378
2040
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2379
2041
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2380
2042
  get params(): Array<dto.view.filters.Param>;
2381
2043
  set params(value: Array<dto.view.filters.Param>);
2382
- /** @deprecated This synthesized declaration should not be used directly */
2383
- 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;
2384
2044
  static get Companion(): {
2385
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.SwitchFilter> */;
2386
2045
  };
2387
- /** @deprecated This synthesized declaration should not be used directly */
2388
- static get $serializer(): {
2389
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.SwitchFilter> */;
2390
2046
  }
2391
2047
  }
2392
2048
  export declare namespace dto.view.filters {
2049
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2393
2050
  class TextFilter extends dto.view.filters.Filter {
2394
2051
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2395
2052
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
2396
2053
  get params(): Array<dto.view.filters.Param>;
2397
2054
  set params(value: Array<dto.view.filters.Param>);
2398
- /** @deprecated This synthesized declaration should not be used directly */
2399
- 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;
2400
2055
  static get Companion(): {
2401
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.TextFilter> */;
2402
2056
  };
2403
- /** @deprecated This synthesized declaration should not be used directly */
2404
- static get $serializer(): {
2405
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.TextFilter> */;
2406
2057
  }
2407
2058
  }
2408
2059
  export declare namespace dto.view.filters {
2409
2060
  abstract class VIEW_FILTER_TYPE {
2410
2061
  private constructor();
2411
- get code(): string;
2412
2062
  static get TEXT(): dto.view.filters.VIEW_FILTER_TYPE & {
2413
2063
  get name(): "TEXT";
2414
2064
  get ordinal(): 0;
@@ -2425,16 +2075,17 @@ export declare namespace dto.view.filters {
2425
2075
  get name(): "SWITCH";
2426
2076
  get ordinal(): 3;
2427
2077
  };
2428
- static values(): Array<dto.view.filters.VIEW_FILTER_TYPE>;
2429
- static valueOf(value: string): dto.view.filters.VIEW_FILTER_TYPE;
2430
2078
  get name(): "TEXT" | "VIEW" | "DATE" | "SWITCH";
2431
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;
2432
2083
  static get Companion(): {
2433
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.VIEW_FILTER_TYPE> */;
2434
2084
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2435
2085
  }
2436
2086
  }
2437
2087
  export declare namespace dto.view.filters {
2088
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2438
2089
  class ViewFilter extends dto.view.filters.Filter {
2439
2090
  constructor(filterType?: dto.view.filters.VIEW_FILTER_TYPE);
2440
2091
  get filterType(): dto.view.filters.VIEW_FILTER_TYPE;
@@ -2444,14 +2095,8 @@ export declare namespace dto.view.filters {
2444
2095
  set viewId(value: string);
2445
2096
  get fields(): Nullable<Array<string>>;
2446
2097
  set fields(value: Nullable<Array<string>>);
2447
- /** @deprecated This synthesized declaration should not be used directly */
2448
- 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;
2449
2098
  static get Companion(): {
2450
- serializer(): any/* kotlinx.serialization.KSerializer<dto.view.filters.ViewFilter> */;
2451
2099
  };
2452
- /** @deprecated This synthesized declaration should not be used directly */
2453
- static get $serializer(): {
2454
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.filters.ViewFilter> */;
2455
2100
  }
2456
2101
  }
2457
2102
  export declare namespace dto.view.filters {
@@ -2473,15 +2118,9 @@ export declare namespace dto.workflow {
2473
2118
  set timeout(value: Nullable<number>);
2474
2119
  get triggers(): Array<dto.workflow.triggers.WorkflowTrigger>;
2475
2120
  set triggers(value: Array<dto.workflow.triggers.WorkflowTrigger>);
2476
- /** @deprecated This synthesized declaration should not be used directly */
2477
- 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;
2478
2121
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
2479
2122
  static get Companion(): {
2480
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.WorkflowDTO> */;
2481
2123
  };
2482
- /** @deprecated This synthesized declaration should not be used directly */
2483
- static get $serializer(): {
2484
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowDTO> */;
2485
2124
  }
2486
2125
  }
2487
2126
  export declare namespace dto.workflow {
@@ -2489,21 +2128,14 @@ export declare namespace dto.workflow {
2489
2128
  constructor(name: string);
2490
2129
  get name(): string;
2491
2130
  set name(value: string);
2492
- /** @deprecated This synthesized declaration should not be used directly */
2493
- static WorkflowQuery_init_$Create$(seen1: number, name: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.WorkflowQuery;
2494
2131
  readonly __doNotUseOrImplementIt: dto.WithName["__doNotUseOrImplementIt"];
2495
2132
  static get Companion(): {
2496
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.WorkflowQuery> */;
2497
2133
  };
2498
- /** @deprecated This synthesized declaration should not be used directly */
2499
- static get $serializer(): {
2500
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowQuery> */;
2501
2134
  }
2502
2135
  }
2503
2136
  export declare namespace dto.workflow.triggers {
2504
2137
  abstract class WorkflowBusType {
2505
2138
  private constructor();
2506
- get code(): string;
2507
2139
  static get rabbitmq(): dto.workflow.triggers.WorkflowBusType & {
2508
2140
  get name(): "rabbitmq";
2509
2141
  get ordinal(): 0;
@@ -2512,16 +2144,17 @@ export declare namespace dto.workflow.triggers {
2512
2144
  get name(): "kafka";
2513
2145
  get ordinal(): 1;
2514
2146
  };
2515
- static values(): Array<dto.workflow.triggers.WorkflowBusType>;
2516
- static valueOf(value: string): dto.workflow.triggers.WorkflowBusType;
2517
2147
  get name(): "rabbitmq" | "kafka";
2518
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;
2519
2152
  static get Companion(): {
2520
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowBusType> */;
2521
2153
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2522
2154
  }
2523
2155
  }
2524
2156
  export declare namespace dto.workflow.triggers {
2157
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2525
2158
  class WorkflowCron extends dto.workflow.triggers.WorkflowTrigger {
2526
2159
  constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, expression: string);
2527
2160
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2530,17 +2163,12 @@ export declare namespace dto.workflow.triggers {
2530
2163
  toString(): string;
2531
2164
  hashCode(): number;
2532
2165
  equals(other: Nullable<any>): boolean;
2533
- /** @deprecated This synthesized declaration should not be used directly */
2534
- 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;
2535
2166
  static get Companion(): {
2536
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowCron> */;
2537
2167
  };
2538
- /** @deprecated This synthesized declaration should not be used directly */
2539
- static get $serializer(): {
2540
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowCron> */;
2541
2168
  }
2542
2169
  }
2543
2170
  export declare namespace dto.workflow.triggers {
2171
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2544
2172
  class WorkflowEvent extends dto.workflow.triggers.WorkflowTrigger {
2545
2173
  constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string, busType: dto.workflow.triggers.WorkflowBusType, credName?: string);
2546
2174
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2551,17 +2179,12 @@ export declare namespace dto.workflow.triggers {
2551
2179
  toString(): string;
2552
2180
  hashCode(): number;
2553
2181
  equals(other: Nullable<any>): boolean;
2554
- /** @deprecated This synthesized declaration should not be used directly */
2555
- 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;
2556
2182
  static get Companion(): {
2557
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowEvent> */;
2558
2183
  };
2559
- /** @deprecated This synthesized declaration should not be used directly */
2560
- static get $serializer(): {
2561
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowEvent> */;
2562
2184
  }
2563
2185
  }
2564
2186
  export declare namespace dto.workflow.triggers {
2187
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2565
2188
  class WorkflowRest extends dto.workflow.triggers.WorkflowTrigger {
2566
2189
  constructor(type?: dto.workflow.triggers.WorkflowTriggerType, isEnabled?: boolean);
2567
2190
  get type(): dto.workflow.triggers.WorkflowTriggerType;
@@ -2570,31 +2193,21 @@ export declare namespace dto.workflow.triggers {
2570
2193
  toString(): string;
2571
2194
  hashCode(): number;
2572
2195
  equals(other: Nullable<any>): boolean;
2573
- /** @deprecated This synthesized declaration should not be used directly */
2574
- 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;
2575
2196
  static get Companion(): {
2576
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowRest> */;
2577
2197
  };
2578
- /** @deprecated This synthesized declaration should not be used directly */
2579
- static get $serializer(): {
2580
- } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.triggers.WorkflowRest> */;
2581
2198
  }
2582
2199
  }
2583
2200
  export declare namespace dto.workflow.triggers {
2584
2201
  abstract class WorkflowTrigger {
2585
2202
  protected constructor();
2586
2203
  abstract get type(): dto.workflow.triggers.WorkflowTriggerType;
2587
- /** @deprecated This synthesized declaration should not be used directly */
2588
- static WorkflowTrigger_init_$Create$(seen1: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowTrigger;
2589
2204
  static get Companion(): {
2590
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowTrigger> */;
2591
2205
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2592
2206
  }
2593
2207
  }
2594
2208
  export declare namespace dto.workflow.triggers {
2595
2209
  abstract class WorkflowTriggerType {
2596
2210
  private constructor();
2597
- get code(): string;
2598
2211
  static get cron(): dto.workflow.triggers.WorkflowTriggerType & {
2599
2212
  get name(): "cron";
2600
2213
  get ordinal(): 0;
@@ -2607,15 +2220,38 @@ export declare namespace dto.workflow.triggers {
2607
2220
  get name(): "event";
2608
2221
  get ordinal(): 2;
2609
2222
  };
2610
- static values(): Array<dto.workflow.triggers.WorkflowTriggerType>;
2611
- static valueOf(value: string): dto.workflow.triggers.WorkflowTriggerType;
2612
2223
  get name(): "cron" | "rest" | "event";
2613
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;
2614
2228
  static get Companion(): {
2615
- serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowTriggerType> */;
2616
2229
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2617
2230
  }
2618
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
+ }
2619
2255
  export declare namespace types {
2620
2256
  class Component {
2621
2257
  constructor(type: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>);
@@ -2635,78 +2271,6 @@ export declare namespace types {
2635
2271
  };
2636
2272
  }
2637
2273
  }
2638
- export declare namespace types {
2639
- class Config {
2640
- 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>);
2641
- get url(): Nullable<string>;
2642
- set url(value: Nullable<string>);
2643
- get testsDirectory(): Nullable<string>;
2644
- set testsDirectory(value: Nullable<string>);
2645
- get mapName(): Nullable<string>;
2646
- set mapName(value: Nullable<string>);
2647
- get token(): Nullable<string>;
2648
- set token(value: Nullable<string>);
2649
- get refreshToken(): Nullable<string>;
2650
- set refreshToken(value: Nullable<string>);
2651
- get s3(): Nullable<types.S3Config>;
2652
- set s3(value: Nullable<types.S3Config>);
2653
- get port(): Nullable<number>;
2654
- set port(value: Nullable<number>);
2655
- get dictionariesCollections(): Array<string>;
2656
- set dictionariesCollections(value: Array<string>);
2657
- get currentDictionaryPrefix(): Nullable<string>;
2658
- set currentDictionaryPrefix(value: Nullable<string>);
2659
- get author(): Nullable<string>;
2660
- set author(value: Nullable<string>);
2661
- 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;
2662
- toString(): string;
2663
- hashCode(): number;
2664
- equals(other: Nullable<any>): boolean;
2665
- static get Companion(): {
2666
- };
2667
- }
2668
- class S3Config {
2669
- constructor(accessKeyId: string, secretAccessKey: string, region: string, host: string, bucketName: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>);
2670
- get accessKeyId(): string;
2671
- set accessKeyId(value: string);
2672
- get secretAccessKey(): string;
2673
- set secretAccessKey(value: string);
2674
- get region(): string;
2675
- set region(value: string);
2676
- get host(): string;
2677
- set host(value: string);
2678
- get bucketName(): string;
2679
- set bucketName(value: string);
2680
- get autoUpdate(): Nullable<boolean>;
2681
- set autoUpdate(value: Nullable<boolean>);
2682
- get pathToUpload(): Nullable<string>;
2683
- set pathToUpload(value: Nullable<string>);
2684
- copy(accessKeyId?: string, secretAccessKey?: string, region?: string, host?: string, bucketName?: string, autoUpdate?: Nullable<boolean>, pathToUpload?: Nullable<string>): types.S3Config;
2685
- toString(): string;
2686
- hashCode(): number;
2687
- equals(other: Nullable<any>): boolean;
2688
- static get Companion(): {
2689
- };
2690
- }
2691
- }
2692
- export declare namespace types {
2693
- class ExportConfig {
2694
- 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>);
2695
- get app(): dto.manifest.ManifestApp;
2696
- set app(value: dto.manifest.ManifestApp);
2697
- get build(): dto.manifest.ManifestBuild;
2698
- set build(value: dto.manifest.ManifestBuild);
2699
- get docTemplates(): Array<dto.doctemplates.InternalDocTemplate>;
2700
- set docTemplates(value: Array<dto.doctemplates.InternalDocTemplate>);
2701
- get forms(): Array<dto.form.FormDTO>;
2702
- get menu(): Nullable<dto.menu.Menu>;
2703
- get views(): Array<dto.view.ViewDTO>;
2704
- get relations(): dto.relations.Relations;
2705
- get workflows(): Array<dto.workflow.WorkflowDTO>;
2706
- static get Companion(): {
2707
- };
2708
- }
2709
- }
2710
2274
  export declare namespace types {
2711
2275
  class OutputStream {
2712
2276
  constructor(stderr?: string, stdout?: string);
@@ -2757,6 +2321,58 @@ export declare namespace types {
2757
2321
  };
2758
2322
  }
2759
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
+ }
2760
2376
  export declare namespace types {
2761
2377
  class Secret {
2762
2378
  constructor(secrets: Array<string>, functionName: Nullable<string>);
@@ -2783,7 +2399,6 @@ export declare namespace types {
2783
2399
  export declare namespace types {
2784
2400
  interface WithUuid extends dto.WithId {
2785
2401
  uuid: Nullable<string>;
2786
- id: Nullable<string>;
2787
2402
  readonly __doNotUseOrImplementIt: {
2788
2403
  readonly "types.WithUuid": unique symbol;
2789
2404
  } & dto.WithId["__doNotUseOrImplementIt"];
@@ -2805,6 +2420,7 @@ export declare namespace types.internal {
2805
2420
  }
2806
2421
  }
2807
2422
  export declare namespace types.triggers {
2423
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2808
2424
  class CronTrigger extends types.triggers.Trigger {
2809
2425
  constructor(cron: string, functionName?: Nullable<string>);
2810
2426
  get cron(): string;
@@ -2825,10 +2441,10 @@ export declare namespace types.triggers {
2825
2441
  get name(): "POST";
2826
2442
  get ordinal(): 1;
2827
2443
  };
2828
- static values(): Array<types.triggers.HttpMethod>;
2829
- static valueOf(value: string): types.triggers.HttpMethod;
2830
2444
  get name(): "GET" | "POST";
2831
2445
  get ordinal(): 0 | 1;
2446
+ static values(): Array<types.triggers.HttpMethod>;
2447
+ static valueOf(value: string): types.triggers.HttpMethod;
2832
2448
  static get Companion(): {
2833
2449
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
2834
2450
  }
@@ -2841,6 +2457,7 @@ export declare namespace types.triggers {
2841
2457
  readonly "types.triggers.QueueTrigger": unique symbol;
2842
2458
  };
2843
2459
  }
2460
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2844
2461
  class RabbitMqTrigger extends types.triggers.Trigger implements types.triggers.QueueTrigger {
2845
2462
  constructor(inTopic: string, outTopic: string, functionName?: Nullable<string>);
2846
2463
  get inTopic(): string;
@@ -2851,6 +2468,7 @@ export declare namespace types.triggers {
2851
2468
  static get Companion(): {
2852
2469
  };
2853
2470
  }
2471
+ /* @ts-ignore: https://github.com/microsoft/TypeScript/issues/4628 */
2854
2472
  class KafkaTrigger extends types.triggers.Trigger implements types.triggers.QueueTrigger {
2855
2473
  constructor(inTopic: string, outTopic: string, functionName?: Nullable<string>);
2856
2474
  get inTopic(): string;
@@ -2881,18 +2499,4 @@ export declare namespace util {
2881
2499
  log(message: string): void;
2882
2500
  warn(message: string): void;
2883
2501
  }
2884
- }
2885
- export declare const CommandExecutor: {
2886
- get console(): util.Console;
2887
- set console(value: util.Console);
2888
- get json(): any/* kotlinx.serialization.json.Json */;
2889
- httpClient(config?: (p0: any/* io.ktor.client.HttpClientConfig<UnknownType *> */) => void): any/* io.ktor.client.HttpClient */;
2890
- setUrl(config: types.Config): string;
2891
- getConsoleStream(): types.OutputStream;
2892
- auth(email: string, password: string, url: Nullable<string>, cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
2893
- test(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
2894
- prepare(cwd: Nullable<string>, config?: Nullable<string>): void;
2895
- export(autoUpdate: boolean, cwd: Nullable<string>, config: Nullable<string>, version: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
2896
- upload(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
2897
- pullDictionaries(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
2898
- };
2502
+ }