@elek-io/core 0.9.0 → 0.9.1

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.
@@ -12170,7 +12170,6 @@ declare const baseUserSchema: z.ZodObject<z.objectUtil.extendShape<{
12170
12170
  userType: z.ZodEnum<["local", "cloud"]>;
12171
12171
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12172
12172
  window: z.ZodNullable<z.ZodObject<{
12173
- displayId: z.ZodNumber;
12174
12173
  width: z.ZodNumber;
12175
12174
  height: z.ZodNumber;
12176
12175
  position: z.ZodObject<{
@@ -12184,7 +12183,6 @@ declare const baseUserSchema: z.ZodObject<z.objectUtil.extendShape<{
12184
12183
  y: number;
12185
12184
  }>;
12186
12185
  }, "strip", z.ZodTypeAny, {
12187
- displayId: number;
12188
12186
  width: number;
12189
12187
  height: number;
12190
12188
  position: {
@@ -12192,7 +12190,6 @@ declare const baseUserSchema: z.ZodObject<z.objectUtil.extendShape<{
12192
12190
  y: number;
12193
12191
  };
12194
12192
  }, {
12195
- displayId: number;
12196
12193
  width: number;
12197
12194
  height: number;
12198
12195
  position: {
@@ -12206,7 +12203,6 @@ declare const baseUserSchema: z.ZodObject<z.objectUtil.extendShape<{
12206
12203
  name: string;
12207
12204
  userType: "local" | "cloud";
12208
12205
  window: {
12209
- displayId: number;
12210
12206
  width: number;
12211
12207
  height: number;
12212
12208
  position: {
@@ -12220,7 +12216,6 @@ declare const baseUserSchema: z.ZodObject<z.objectUtil.extendShape<{
12220
12216
  name: string;
12221
12217
  userType: "local" | "cloud";
12222
12218
  window: {
12223
- displayId: number;
12224
12219
  width: number;
12225
12220
  height: number;
12226
12221
  position: {
@@ -12237,7 +12232,6 @@ declare const localUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12237
12232
  userType: z.ZodEnum<["local", "cloud"]>;
12238
12233
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12239
12234
  window: z.ZodNullable<z.ZodObject<{
12240
- displayId: z.ZodNumber;
12241
12235
  width: z.ZodNumber;
12242
12236
  height: z.ZodNumber;
12243
12237
  position: z.ZodObject<{
@@ -12251,7 +12245,6 @@ declare const localUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12251
12245
  y: number;
12252
12246
  }>;
12253
12247
  }, "strip", z.ZodTypeAny, {
12254
- displayId: number;
12255
12248
  width: number;
12256
12249
  height: number;
12257
12250
  position: {
@@ -12259,7 +12252,6 @@ declare const localUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12259
12252
  y: number;
12260
12253
  };
12261
12254
  }, {
12262
- displayId: number;
12263
12255
  width: number;
12264
12256
  height: number;
12265
12257
  position: {
@@ -12275,7 +12267,6 @@ declare const localUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12275
12267
  name: string;
12276
12268
  userType: "local";
12277
12269
  window: {
12278
- displayId: number;
12279
12270
  width: number;
12280
12271
  height: number;
12281
12272
  position: {
@@ -12289,7 +12280,6 @@ declare const localUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12289
12280
  name: string;
12290
12281
  userType: "local";
12291
12282
  window: {
12292
- displayId: number;
12293
12283
  width: number;
12294
12284
  height: number;
12295
12285
  position: {
@@ -12306,7 +12296,6 @@ declare const cloudUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12306
12296
  userType: z.ZodEnum<["local", "cloud"]>;
12307
12297
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12308
12298
  window: z.ZodNullable<z.ZodObject<{
12309
- displayId: z.ZodNumber;
12310
12299
  width: z.ZodNumber;
12311
12300
  height: z.ZodNumber;
12312
12301
  position: z.ZodObject<{
@@ -12320,7 +12309,6 @@ declare const cloudUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12320
12309
  y: number;
12321
12310
  }>;
12322
12311
  }, "strip", z.ZodTypeAny, {
12323
- displayId: number;
12324
12312
  width: number;
12325
12313
  height: number;
12326
12314
  position: {
@@ -12328,7 +12316,6 @@ declare const cloudUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12328
12316
  y: number;
12329
12317
  };
12330
12318
  }, {
12331
- displayId: number;
12332
12319
  width: number;
12333
12320
  height: number;
12334
12321
  position: {
@@ -12346,7 +12333,6 @@ declare const cloudUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12346
12333
  name: string;
12347
12334
  userType: "cloud";
12348
12335
  window: {
12349
- displayId: number;
12350
12336
  width: number;
12351
12337
  height: number;
12352
12338
  position: {
@@ -12361,7 +12347,6 @@ declare const cloudUserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
12361
12347
  name: string;
12362
12348
  userType: "cloud";
12363
12349
  window: {
12364
- displayId: number;
12365
12350
  width: number;
12366
12351
  height: number;
12367
12352
  position: {
@@ -12378,7 +12363,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12378
12363
  userType: z.ZodEnum<["local", "cloud"]>;
12379
12364
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12380
12365
  window: z.ZodNullable<z.ZodObject<{
12381
- displayId: z.ZodNumber;
12382
12366
  width: z.ZodNumber;
12383
12367
  height: z.ZodNumber;
12384
12368
  position: z.ZodObject<{
@@ -12392,7 +12376,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12392
12376
  y: number;
12393
12377
  }>;
12394
12378
  }, "strip", z.ZodTypeAny, {
12395
- displayId: number;
12396
12379
  width: number;
12397
12380
  height: number;
12398
12381
  position: {
@@ -12400,7 +12383,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12400
12383
  y: number;
12401
12384
  };
12402
12385
  }, {
12403
- displayId: number;
12404
12386
  width: number;
12405
12387
  height: number;
12406
12388
  position: {
@@ -12416,7 +12398,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12416
12398
  name: string;
12417
12399
  userType: "local";
12418
12400
  window: {
12419
- displayId: number;
12420
12401
  width: number;
12421
12402
  height: number;
12422
12403
  position: {
@@ -12430,7 +12411,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12430
12411
  name: string;
12431
12412
  userType: "local";
12432
12413
  window: {
12433
- displayId: number;
12434
12414
  width: number;
12435
12415
  height: number;
12436
12416
  position: {
@@ -12445,7 +12425,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12445
12425
  userType: z.ZodEnum<["local", "cloud"]>;
12446
12426
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12447
12427
  window: z.ZodNullable<z.ZodObject<{
12448
- displayId: z.ZodNumber;
12449
12428
  width: z.ZodNumber;
12450
12429
  height: z.ZodNumber;
12451
12430
  position: z.ZodObject<{
@@ -12459,7 +12438,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12459
12438
  y: number;
12460
12439
  }>;
12461
12440
  }, "strip", z.ZodTypeAny, {
12462
- displayId: number;
12463
12441
  width: number;
12464
12442
  height: number;
12465
12443
  position: {
@@ -12467,7 +12445,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12467
12445
  y: number;
12468
12446
  };
12469
12447
  }, {
12470
- displayId: number;
12471
12448
  width: number;
12472
12449
  height: number;
12473
12450
  position: {
@@ -12485,7 +12462,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12485
12462
  name: string;
12486
12463
  userType: "cloud";
12487
12464
  window: {
12488
- displayId: number;
12489
12465
  width: number;
12490
12466
  height: number;
12491
12467
  position: {
@@ -12500,7 +12476,6 @@ declare const userFileSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
12500
12476
  name: string;
12501
12477
  userType: "cloud";
12502
12478
  window: {
12503
- displayId: number;
12504
12479
  width: number;
12505
12480
  height: number;
12506
12481
  position: {
@@ -12517,7 +12492,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12517
12492
  userType: z.ZodEnum<["local", "cloud"]>;
12518
12493
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12519
12494
  window: z.ZodNullable<z.ZodObject<{
12520
- displayId: z.ZodNumber;
12521
12495
  width: z.ZodNumber;
12522
12496
  height: z.ZodNumber;
12523
12497
  position: z.ZodObject<{
@@ -12531,7 +12505,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12531
12505
  y: number;
12532
12506
  }>;
12533
12507
  }, "strip", z.ZodTypeAny, {
12534
- displayId: number;
12535
12508
  width: number;
12536
12509
  height: number;
12537
12510
  position: {
@@ -12539,7 +12512,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12539
12512
  y: number;
12540
12513
  };
12541
12514
  }, {
12542
- displayId: number;
12543
12515
  width: number;
12544
12516
  height: number;
12545
12517
  position: {
@@ -12555,7 +12527,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12555
12527
  name: string;
12556
12528
  userType: "local";
12557
12529
  window: {
12558
- displayId: number;
12559
12530
  width: number;
12560
12531
  height: number;
12561
12532
  position: {
@@ -12569,7 +12540,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12569
12540
  name: string;
12570
12541
  userType: "local";
12571
12542
  window: {
12572
- displayId: number;
12573
12543
  width: number;
12574
12544
  height: number;
12575
12545
  position: {
@@ -12584,7 +12554,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12584
12554
  userType: z.ZodEnum<["local", "cloud"]>;
12585
12555
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12586
12556
  window: z.ZodNullable<z.ZodObject<{
12587
- displayId: z.ZodNumber;
12588
12557
  width: z.ZodNumber;
12589
12558
  height: z.ZodNumber;
12590
12559
  position: z.ZodObject<{
@@ -12598,7 +12567,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12598
12567
  y: number;
12599
12568
  }>;
12600
12569
  }, "strip", z.ZodTypeAny, {
12601
- displayId: number;
12602
12570
  width: number;
12603
12571
  height: number;
12604
12572
  position: {
@@ -12606,7 +12574,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12606
12574
  y: number;
12607
12575
  };
12608
12576
  }, {
12609
- displayId: number;
12610
12577
  width: number;
12611
12578
  height: number;
12612
12579
  position: {
@@ -12624,7 +12591,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12624
12591
  name: string;
12625
12592
  userType: "cloud";
12626
12593
  window: {
12627
- displayId: number;
12628
12594
  width: number;
12629
12595
  height: number;
12630
12596
  position: {
@@ -12639,7 +12605,6 @@ declare const userSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.obj
12639
12605
  name: string;
12640
12606
  userType: "cloud";
12641
12607
  window: {
12642
- displayId: number;
12643
12608
  width: number;
12644
12609
  height: number;
12645
12610
  position: {
@@ -12656,7 +12621,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12656
12621
  userType: z.ZodEnum<["local", "cloud"]>;
12657
12622
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12658
12623
  window: z.ZodNullable<z.ZodObject<{
12659
- displayId: z.ZodNumber;
12660
12624
  width: z.ZodNumber;
12661
12625
  height: z.ZodNumber;
12662
12626
  position: z.ZodObject<{
@@ -12670,7 +12634,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12670
12634
  y: number;
12671
12635
  }>;
12672
12636
  }, "strip", z.ZodTypeAny, {
12673
- displayId: number;
12674
12637
  width: number;
12675
12638
  height: number;
12676
12639
  position: {
@@ -12678,7 +12641,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12678
12641
  y: number;
12679
12642
  };
12680
12643
  }, {
12681
- displayId: number;
12682
12644
  width: number;
12683
12645
  height: number;
12684
12646
  position: {
@@ -12694,7 +12656,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12694
12656
  name: string;
12695
12657
  userType: "local";
12696
12658
  window: {
12697
- displayId: number;
12698
12659
  width: number;
12699
12660
  height: number;
12700
12661
  position: {
@@ -12708,7 +12669,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12708
12669
  name: string;
12709
12670
  userType: "local";
12710
12671
  window: {
12711
- displayId: number;
12712
12672
  width: number;
12713
12673
  height: number;
12714
12674
  position: {
@@ -12723,7 +12683,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12723
12683
  userType: z.ZodEnum<["local", "cloud"]>;
12724
12684
  language: z.ZodEnum<["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "ja", "lt", "lv", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "zh"]>;
12725
12685
  window: z.ZodNullable<z.ZodObject<{
12726
- displayId: z.ZodNumber;
12727
12686
  width: z.ZodNumber;
12728
12687
  height: z.ZodNumber;
12729
12688
  position: z.ZodObject<{
@@ -12737,7 +12696,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12737
12696
  y: number;
12738
12697
  }>;
12739
12698
  }, "strip", z.ZodTypeAny, {
12740
- displayId: number;
12741
12699
  width: number;
12742
12700
  height: number;
12743
12701
  position: {
@@ -12745,7 +12703,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12745
12703
  y: number;
12746
12704
  };
12747
12705
  }, {
12748
- displayId: number;
12749
12706
  width: number;
12750
12707
  height: number;
12751
12708
  position: {
@@ -12763,7 +12720,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12763
12720
  name: string;
12764
12721
  userType: "cloud";
12765
12722
  window: {
12766
- displayId: number;
12767
12723
  width: number;
12768
12724
  height: number;
12769
12725
  position: {
@@ -12778,7 +12734,6 @@ declare const setUserSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.
12778
12734
  name: string;
12779
12735
  userType: "cloud";
12780
12736
  window: {
12781
- displayId: number;
12782
12737
  width: number;
12783
12738
  height: number;
12784
12739
  position: {
@@ -886,7 +886,6 @@ var baseUserSchema = gitSignatureSchema.extend({
886
886
  userType: UserTypeSchema,
887
887
  language: supportedLanguageSchema,
888
888
  window: z13.object({
889
- displayId: z13.number(),
890
889
  width: z13.number(),
891
890
  height: z13.number(),
892
891
  position: z13.object({