@lokalise/maestro-expert-tenant-lib 7.3.3 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -244,7 +244,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
244
244
  languageId: z.ZodNumber;
245
245
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
246
246
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
247
- isSource: z.ZodBoolean;
247
+ isSource: z.ZodDefault<z.ZodBoolean>;
248
248
  }, z.core.$strip>>;
249
249
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
250
250
  autoCloseLanguages: z.ZodBoolean;
@@ -312,7 +312,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
312
312
  languageId: z.ZodNumber;
313
313
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
314
314
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
315
- isSource: z.ZodBoolean;
315
+ isSource: z.ZodDefault<z.ZodBoolean>;
316
316
  }, z.core.$strip>>;
317
317
  autoCloseLanguages: z.ZodBoolean;
318
318
  autoCloseTask: z.ZodBoolean;
@@ -345,7 +345,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
345
345
  languageId: z.ZodNumber;
346
346
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
347
347
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
348
- isSource: z.ZodBoolean;
348
+ isSource: z.ZodDefault<z.ZodBoolean>;
349
349
  }, z.core.$strip>>;
350
350
  autoCloseLanguages: z.ZodBoolean;
351
351
  autoCloseTask: z.ZodBoolean;
@@ -457,7 +457,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
457
457
  languageId: z.ZodNumber;
458
458
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
459
459
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
460
- isSource: z.ZodBoolean;
460
+ isSource: z.ZodDefault<z.ZodBoolean>;
461
461
  }, z.core.$strip>>;
462
462
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
463
463
  autoCloseLanguages: z.ZodBoolean;
@@ -525,7 +525,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
525
525
  languageId: z.ZodNumber;
526
526
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
527
527
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
528
- isSource: z.ZodBoolean;
528
+ isSource: z.ZodDefault<z.ZodBoolean>;
529
529
  }, z.core.$strip>>;
530
530
  autoCloseLanguages: z.ZodBoolean;
531
531
  autoCloseTask: z.ZodBoolean;
@@ -558,7 +558,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
558
558
  languageId: z.ZodNumber;
559
559
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
560
560
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
561
- isSource: z.ZodBoolean;
561
+ isSource: z.ZodDefault<z.ZodBoolean>;
562
562
  }, z.core.$strip>>;
563
563
  autoCloseLanguages: z.ZodBoolean;
564
564
  autoCloseTask: z.ZodBoolean;
@@ -689,7 +689,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
689
689
  languageId: z.ZodNumber;
690
690
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
691
691
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
692
- isSource: z.ZodBoolean;
692
+ isSource: z.ZodDefault<z.ZodBoolean>;
693
693
  }, z.core.$strip>>;
694
694
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
695
695
  autoCloseLanguages: z.ZodBoolean;
@@ -757,7 +757,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
757
757
  languageId: z.ZodNumber;
758
758
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
759
759
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
760
- isSource: z.ZodBoolean;
760
+ isSource: z.ZodDefault<z.ZodBoolean>;
761
761
  }, z.core.$strip>>;
762
762
  autoCloseLanguages: z.ZodBoolean;
763
763
  autoCloseTask: z.ZodBoolean;
@@ -790,7 +790,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
790
790
  languageId: z.ZodNumber;
791
791
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
792
792
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
793
- isSource: z.ZodBoolean;
793
+ isSource: z.ZodDefault<z.ZodBoolean>;
794
794
  }, z.core.$strip>>;
795
795
  autoCloseLanguages: z.ZodBoolean;
796
796
  autoCloseTask: z.ZodBoolean;
@@ -1035,7 +1035,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
1035
1035
  languageId: z.ZodNumber;
1036
1036
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1037
1037
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1038
- isSource: z.ZodBoolean;
1038
+ isSource: z.ZodDefault<z.ZodBoolean>;
1039
1039
  }, z.core.$strip>>;
1040
1040
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1041
1041
  autoCloseLanguages: z.ZodBoolean;
@@ -1103,7 +1103,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
1103
1103
  languageId: z.ZodNumber;
1104
1104
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1105
1105
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1106
- isSource: z.ZodBoolean;
1106
+ isSource: z.ZodDefault<z.ZodBoolean>;
1107
1107
  }, z.core.$strip>>;
1108
1108
  autoCloseLanguages: z.ZodBoolean;
1109
1109
  autoCloseTask: z.ZodBoolean;
@@ -1136,7 +1136,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
1136
1136
  languageId: z.ZodNumber;
1137
1137
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1138
1138
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1139
- isSource: z.ZodBoolean;
1139
+ isSource: z.ZodDefault<z.ZodBoolean>;
1140
1140
  }, z.core.$strip>>;
1141
1141
  autoCloseLanguages: z.ZodBoolean;
1142
1142
  autoCloseTask: z.ZodBoolean;
@@ -1280,7 +1280,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
1280
1280
  languageId: z.ZodNumber;
1281
1281
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1282
1282
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1283
- isSource: z.ZodBoolean;
1283
+ isSource: z.ZodDefault<z.ZodBoolean>;
1284
1284
  }, z.core.$strip>>;
1285
1285
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1286
1286
  autoCloseLanguages: z.ZodBoolean;
@@ -1348,7 +1348,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
1348
1348
  languageId: z.ZodNumber;
1349
1349
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1350
1350
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1351
- isSource: z.ZodBoolean;
1351
+ isSource: z.ZodDefault<z.ZodBoolean>;
1352
1352
  }, z.core.$strip>>;
1353
1353
  autoCloseLanguages: z.ZodBoolean;
1354
1354
  autoCloseTask: z.ZodBoolean;
@@ -1381,7 +1381,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
1381
1381
  languageId: z.ZodNumber;
1382
1382
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1383
1383
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1384
- isSource: z.ZodBoolean;
1384
+ isSource: z.ZodDefault<z.ZodBoolean>;
1385
1385
  }, z.core.$strip>>;
1386
1386
  autoCloseLanguages: z.ZodBoolean;
1387
1387
  autoCloseTask: z.ZodBoolean;
@@ -1622,7 +1622,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
1622
1622
  languageId: z.ZodNumber;
1623
1623
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1624
1624
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1625
- isSource: z.ZodBoolean;
1625
+ isSource: z.ZodDefault<z.ZodBoolean>;
1626
1626
  }, z.core.$strip>>;
1627
1627
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1628
1628
  autoCloseLanguages: z.ZodBoolean;
@@ -1690,7 +1690,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
1690
1690
  languageId: z.ZodNumber;
1691
1691
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1692
1692
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1693
- isSource: z.ZodBoolean;
1693
+ isSource: z.ZodDefault<z.ZodBoolean>;
1694
1694
  }, z.core.$strip>>;
1695
1695
  autoCloseLanguages: z.ZodBoolean;
1696
1696
  autoCloseTask: z.ZodBoolean;
@@ -1723,7 +1723,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
1723
1723
  languageId: z.ZodNumber;
1724
1724
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1725
1725
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1726
- isSource: z.ZodBoolean;
1726
+ isSource: z.ZodDefault<z.ZodBoolean>;
1727
1727
  }, z.core.$strip>>;
1728
1728
  autoCloseLanguages: z.ZodBoolean;
1729
1729
  autoCloseTask: z.ZodBoolean;
@@ -1825,7 +1825,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
1825
1825
  languageId: z.ZodNumber;
1826
1826
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1827
1827
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1828
- isSource: z.ZodBoolean;
1828
+ isSource: z.ZodDefault<z.ZodBoolean>;
1829
1829
  }, z.core.$strip>>;
1830
1830
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1831
1831
  autoCloseLanguages: z.ZodBoolean;
@@ -1893,7 +1893,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
1893
1893
  languageId: z.ZodNumber;
1894
1894
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1895
1895
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1896
- isSource: z.ZodBoolean;
1896
+ isSource: z.ZodDefault<z.ZodBoolean>;
1897
1897
  }, z.core.$strip>>;
1898
1898
  autoCloseLanguages: z.ZodBoolean;
1899
1899
  autoCloseTask: z.ZodBoolean;
@@ -1926,7 +1926,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
1926
1926
  languageId: z.ZodNumber;
1927
1927
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1928
1928
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1929
- isSource: z.ZodBoolean;
1929
+ isSource: z.ZodDefault<z.ZodBoolean>;
1930
1930
  }, z.core.$strip>>;
1931
1931
  autoCloseLanguages: z.ZodBoolean;
1932
1932
  autoCloseTask: z.ZodBoolean;
@@ -299,7 +299,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
299
299
  languageId: import("zod/v4").ZodNumber;
300
300
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
301
301
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
302
- isSource: import("zod/v4").ZodBoolean;
302
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
303
303
  }, import("zod/v4/core").$strip>>;
304
304
  autoCloseItems: import("zod/v4").ZodOptional<import("zod/v4").ZodBoolean>;
305
305
  autoCloseLanguages: import("zod/v4").ZodBoolean;
@@ -367,7 +367,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
367
367
  languageId: import("zod/v4").ZodNumber;
368
368
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
369
369
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
370
- isSource: import("zod/v4").ZodBoolean;
370
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
371
371
  }, import("zod/v4/core").$strip>>;
372
372
  autoCloseLanguages: import("zod/v4").ZodBoolean;
373
373
  autoCloseTask: import("zod/v4").ZodBoolean;
@@ -400,7 +400,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
400
400
  languageId: import("zod/v4").ZodNumber;
401
401
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
402
402
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
403
- isSource: import("zod/v4").ZodBoolean;
403
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
404
404
  }, import("zod/v4/core").$strip>>;
405
405
  autoCloseLanguages: import("zod/v4").ZodBoolean;
406
406
  autoCloseTask: import("zod/v4").ZodBoolean;
@@ -552,7 +552,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
552
552
  languageId: import("zod/v4").ZodNumber;
553
553
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
554
554
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
555
- isSource: import("zod/v4").ZodBoolean;
555
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
556
556
  }, import("zod/v4/core").$strip>>;
557
557
  autoCloseItems: import("zod/v4").ZodOptional<import("zod/v4").ZodBoolean>;
558
558
  autoCloseLanguages: import("zod/v4").ZodBoolean;
@@ -620,7 +620,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
620
620
  languageId: import("zod/v4").ZodNumber;
621
621
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
622
622
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
623
- isSource: import("zod/v4").ZodBoolean;
623
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
624
624
  }, import("zod/v4/core").$strip>>;
625
625
  autoCloseLanguages: import("zod/v4").ZodBoolean;
626
626
  autoCloseTask: import("zod/v4").ZodBoolean;
@@ -653,7 +653,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
653
653
  languageId: import("zod/v4").ZodNumber;
654
654
  userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
655
655
  userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
656
- isSource: import("zod/v4").ZodBoolean;
656
+ isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
657
657
  }, import("zod/v4/core").$strip>>;
658
658
  autoCloseLanguages: import("zod/v4").ZodBoolean;
659
659
  autoCloseTask: import("zod/v4").ZodBoolean;
@@ -198,7 +198,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
198
198
  languageId: z.ZodNumber;
199
199
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
200
200
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
201
- isSource: z.ZodBoolean;
201
+ isSource: z.ZodDefault<z.ZodBoolean>;
202
202
  }, z.core.$strip>>;
203
203
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
204
204
  autoCloseLanguages: z.ZodBoolean;
@@ -227,7 +227,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
227
227
  languageId: z.ZodNumber;
228
228
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
229
229
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
230
- isSource: z.ZodBoolean;
230
+ isSource: z.ZodDefault<z.ZodBoolean>;
231
231
  }, z.core.$strip>>;
232
232
  autoCloseLanguages: z.ZodBoolean;
233
233
  autoCloseTask: z.ZodBoolean;
@@ -260,7 +260,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
260
260
  languageId: z.ZodNumber;
261
261
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
262
262
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
263
- isSource: z.ZodBoolean;
263
+ isSource: z.ZodDefault<z.ZodBoolean>;
264
264
  }, z.core.$strip>>;
265
265
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
266
266
  autoCloseLanguages: z.ZodBoolean;
@@ -448,7 +448,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
448
448
  languageId: z.ZodNumber;
449
449
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
450
450
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
451
- isSource: z.ZodBoolean;
451
+ isSource: z.ZodDefault<z.ZodBoolean>;
452
452
  }, z.core.$strip>>;
453
453
  autoCloseLanguages: z.ZodBoolean;
454
454
  autoCloseTask: z.ZodBoolean;
@@ -476,7 +476,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
476
476
  languageId: z.ZodNumber;
477
477
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
478
478
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
479
- isSource: z.ZodBoolean;
479
+ isSource: z.ZodDefault<z.ZodBoolean>;
480
480
  }, z.core.$strip>>;
481
481
  autoCloseLanguages: z.ZodBoolean;
482
482
  autoCloseTask: z.ZodBoolean;
@@ -508,7 +508,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
508
508
  languageId: z.ZodNumber;
509
509
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
510
510
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
511
- isSource: z.ZodBoolean;
511
+ isSource: z.ZodDefault<z.ZodBoolean>;
512
512
  }, z.core.$strip>>;
513
513
  autoCloseLanguages: z.ZodBoolean;
514
514
  autoCloseTask: z.ZodBoolean;
@@ -570,7 +570,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
570
570
  languageId: z.ZodNumber;
571
571
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
572
572
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
573
- isSource: z.ZodBoolean;
573
+ isSource: z.ZodDefault<z.ZodBoolean>;
574
574
  }, z.core.$strip>>;
575
575
  autoCloseLanguages: z.ZodBoolean;
576
576
  autoCloseTask: z.ZodBoolean;
@@ -598,7 +598,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
598
598
  languageId: z.ZodNumber;
599
599
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
600
600
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
601
- isSource: z.ZodBoolean;
601
+ isSource: z.ZodDefault<z.ZodBoolean>;
602
602
  }, z.core.$strip>>;
603
603
  autoCloseLanguages: z.ZodBoolean;
604
604
  autoCloseTask: z.ZodBoolean;
@@ -630,7 +630,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
630
630
  languageId: z.ZodNumber;
631
631
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
632
632
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
633
- isSource: z.ZodBoolean;
633
+ isSource: z.ZodDefault<z.ZodBoolean>;
634
634
  }, z.core.$strip>>;
635
635
  autoCloseLanguages: z.ZodBoolean;
636
636
  autoCloseTask: z.ZodBoolean;
@@ -755,7 +755,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
755
755
  languageId: z.ZodNumber;
756
756
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
757
757
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
758
- isSource: z.ZodBoolean;
758
+ isSource: z.ZodDefault<z.ZodBoolean>;
759
759
  }, z.core.$strip>>;
760
760
  autoCloseLanguages: z.ZodBoolean;
761
761
  autoCloseTask: z.ZodBoolean;
@@ -814,7 +814,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
814
814
  languageId: z.ZodNumber;
815
815
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
816
816
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
817
- isSource: z.ZodBoolean;
817
+ isSource: z.ZodDefault<z.ZodBoolean>;
818
818
  }, z.core.$strip>>;
819
819
  autoCloseLanguages: z.ZodBoolean;
820
820
  autoCloseTask: z.ZodBoolean;
@@ -844,7 +844,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
844
844
  languageId: z.ZodNumber;
845
845
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
846
846
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
847
- isSource: z.ZodBoolean;
847
+ isSource: z.ZodDefault<z.ZodBoolean>;
848
848
  }, z.core.$strip>>;
849
849
  autoCloseLanguages: z.ZodBoolean;
850
850
  autoCloseTask: z.ZodBoolean;
@@ -934,7 +934,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
934
934
  languageId: z.ZodNumber;
935
935
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
936
936
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
937
- isSource: z.ZodBoolean;
937
+ isSource: z.ZodDefault<z.ZodBoolean>;
938
938
  }, z.core.$strip>>;
939
939
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
940
940
  autoCloseLanguages: z.ZodBoolean;
@@ -1002,7 +1002,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
1002
1002
  languageId: z.ZodNumber;
1003
1003
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1004
1004
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1005
- isSource: z.ZodBoolean;
1005
+ isSource: z.ZodDefault<z.ZodBoolean>;
1006
1006
  }, z.core.$strip>>;
1007
1007
  autoCloseLanguages: z.ZodBoolean;
1008
1008
  autoCloseTask: z.ZodBoolean;
@@ -1035,7 +1035,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
1035
1035
  languageId: z.ZodNumber;
1036
1036
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1037
1037
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1038
- isSource: z.ZodBoolean;
1038
+ isSource: z.ZodDefault<z.ZodBoolean>;
1039
1039
  }, z.core.$strip>>;
1040
1040
  autoCloseLanguages: z.ZodBoolean;
1041
1041
  autoCloseTask: z.ZodBoolean;
@@ -1161,7 +1161,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1161
1161
  languageId: z.ZodNumber;
1162
1162
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1163
1163
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1164
- isSource: z.ZodBoolean;
1164
+ isSource: z.ZodDefault<z.ZodBoolean>;
1165
1165
  }, z.core.$strip>>;
1166
1166
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1167
1167
  autoCloseLanguages: z.ZodBoolean;
@@ -1214,7 +1214,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1214
1214
  languageId: z.ZodNumber;
1215
1215
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1216
1216
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1217
- isSource: z.ZodBoolean;
1217
+ isSource: z.ZodDefault<z.ZodBoolean>;
1218
1218
  }, z.core.$strip>>;
1219
1219
  autoCloseLanguages: z.ZodBoolean;
1220
1220
  autoCloseTask: z.ZodBoolean;
@@ -1242,7 +1242,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1242
1242
  languageId: z.ZodNumber;
1243
1243
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1244
1244
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1245
- isSource: z.ZodBoolean;
1245
+ isSource: z.ZodDefault<z.ZodBoolean>;
1246
1246
  }, z.core.$strip>>;
1247
1247
  autoCloseLanguages: z.ZodBoolean;
1248
1248
  autoCloseTask: z.ZodBoolean;
@@ -1315,7 +1315,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1315
1315
  languageId: z.ZodNumber;
1316
1316
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1317
1317
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1318
- isSource: z.ZodBoolean;
1318
+ isSource: z.ZodDefault<z.ZodBoolean>;
1319
1319
  }, z.core.$strip>>;
1320
1320
  autoCloseLanguages: z.ZodBoolean;
1321
1321
  autoCloseTask: z.ZodBoolean;
@@ -1374,7 +1374,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1374
1374
  languageId: z.ZodNumber;
1375
1375
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1376
1376
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1377
- isSource: z.ZodBoolean;
1377
+ isSource: z.ZodDefault<z.ZodBoolean>;
1378
1378
  }, z.core.$strip>>;
1379
1379
  autoCloseLanguages: z.ZodBoolean;
1380
1380
  autoCloseTask: z.ZodBoolean;
@@ -1404,7 +1404,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1404
1404
  languageId: z.ZodNumber;
1405
1405
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1406
1406
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1407
- isSource: z.ZodBoolean;
1407
+ isSource: z.ZodDefault<z.ZodBoolean>;
1408
1408
  }, z.core.$strip>>;
1409
1409
  autoCloseLanguages: z.ZodBoolean;
1410
1410
  autoCloseTask: z.ZodBoolean;
@@ -1491,7 +1491,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1491
1491
  languageId: z.ZodNumber;
1492
1492
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1493
1493
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1494
- isSource: z.ZodBoolean;
1494
+ isSource: z.ZodDefault<z.ZodBoolean>;
1495
1495
  }, z.core.$strip>>;
1496
1496
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
1497
1497
  autoCloseLanguages: z.ZodBoolean;
@@ -1559,7 +1559,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1559
1559
  languageId: z.ZodNumber;
1560
1560
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1561
1561
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1562
- isSource: z.ZodBoolean;
1562
+ isSource: z.ZodDefault<z.ZodBoolean>;
1563
1563
  }, z.core.$strip>>;
1564
1564
  autoCloseLanguages: z.ZodBoolean;
1565
1565
  autoCloseTask: z.ZodBoolean;
@@ -1592,7 +1592,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
1592
1592
  languageId: z.ZodNumber;
1593
1593
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1594
1594
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
1595
- isSource: z.ZodBoolean;
1595
+ isSource: z.ZodDefault<z.ZodBoolean>;
1596
1596
  }, z.core.$strip>>;
1597
1597
  autoCloseLanguages: z.ZodBoolean;
1598
1598
  autoCloseTask: z.ZodBoolean;
@@ -32,7 +32,7 @@ export declare const COMMON_TASK_STEP_FORM_SCHEMA: z.ZodObject<{
32
32
  languageId: z.ZodNumber;
33
33
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
34
34
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
35
- isSource: z.ZodBoolean;
35
+ isSource: z.ZodDefault<z.ZodBoolean>;
36
36
  }, z.core.$strip>>;
37
37
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
38
38
  autoCloseLanguages: z.ZodBoolean;
@@ -62,7 +62,7 @@ export declare const COMMON_TASK_STEP_LAYOUT_SCHEMA: z.ZodObject<{
62
62
  languageId: z.ZodNumber;
63
63
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
64
64
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
65
- isSource: z.ZodBoolean;
65
+ isSource: z.ZodDefault<z.ZodBoolean>;
66
66
  }, z.core.$strip>>;
67
67
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
68
68
  autoCloseLanguages: z.ZodBoolean;
@@ -64,7 +64,7 @@ export const COMMON_TASK_STEP_FORM_SCHEMA = z.object({
64
64
  languageId: z.number(),
65
65
  userIds: z.optional(z.array(z.number())),
66
66
  userGroupIds: z.optional(z.array(z.number())),
67
- isSource: z.boolean(),
67
+ isSource: z.boolean().default(false),
68
68
  }))
69
69
  .min(1),
70
70
  autoCloseItems: z.optional(z.boolean()),
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/steps/common.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/steps/common.ts"],"names":[],"mappings":"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"}
@@ -13,7 +13,7 @@ declare const FORM_SCHEMA: z.ZodObject<{
13
13
  languageId: z.ZodNumber;
14
14
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
15
15
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
16
- isSource: z.ZodBoolean;
16
+ isSource: z.ZodDefault<z.ZodBoolean>;
17
17
  }, z.core.$strip>>;
18
18
  autoCloseLanguages: z.ZodBoolean;
19
19
  autoCloseTask: z.ZodBoolean;
@@ -42,7 +42,7 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
42
42
  languageId: z.ZodNumber;
43
43
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
44
44
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
45
- isSource: z.ZodBoolean;
45
+ isSource: z.ZodDefault<z.ZodBoolean>;
46
46
  }, z.core.$strip>>;
47
47
  autoCloseLanguages: z.ZodBoolean;
48
48
  autoCloseTask: z.ZodBoolean;
@@ -75,7 +75,7 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
75
75
  languageId: z.ZodNumber;
76
76
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
77
77
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
78
- isSource: z.ZodBoolean;
78
+ isSource: z.ZodDefault<z.ZodBoolean>;
79
79
  }, z.core.$strip>>;
80
80
  autoCloseLanguages: z.ZodBoolean;
81
81
  autoCloseTask: z.ZodBoolean;
@@ -13,7 +13,7 @@ declare const FORM_SCHEMA: z.ZodObject<{
13
13
  languageId: z.ZodNumber;
14
14
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
15
15
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
16
- isSource: z.ZodBoolean;
16
+ isSource: z.ZodDefault<z.ZodBoolean>;
17
17
  }, z.core.$strip>>;
18
18
  autoCloseLanguages: z.ZodBoolean;
19
19
  autoCloseTask: z.ZodBoolean;
@@ -42,7 +42,7 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
42
42
  languageId: z.ZodNumber;
43
43
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
44
44
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
45
- isSource: z.ZodBoolean;
45
+ isSource: z.ZodDefault<z.ZodBoolean>;
46
46
  }, z.core.$strip>>;
47
47
  autoCloseLanguages: z.ZodBoolean;
48
48
  autoCloseTask: z.ZodBoolean;
@@ -75,7 +75,7 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
75
75
  languageId: z.ZodNumber;
76
76
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
77
77
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
78
- isSource: z.ZodBoolean;
78
+ isSource: z.ZodDefault<z.ZodBoolean>;
79
79
  }, z.core.$strip>>;
80
80
  autoCloseLanguages: z.ZodBoolean;
81
81
  autoCloseTask: z.ZodBoolean;
@@ -13,7 +13,7 @@ declare const FORM_SCHEMA: z.ZodObject<{
13
13
  languageId: z.ZodNumber;
14
14
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
15
15
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
16
- isSource: z.ZodBoolean;
16
+ isSource: z.ZodDefault<z.ZodBoolean>;
17
17
  }, z.core.$strip>>;
18
18
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
19
19
  autoCloseLanguages: z.ZodBoolean;
@@ -43,7 +43,7 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
43
43
  languageId: z.ZodNumber;
44
44
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
45
45
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
46
- isSource: z.ZodBoolean;
46
+ isSource: z.ZodDefault<z.ZodBoolean>;
47
47
  }, z.core.$strip>>;
48
48
  autoCloseLanguages: z.ZodBoolean;
49
49
  autoCloseTask: z.ZodBoolean;
@@ -77,7 +77,7 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
77
77
  languageId: z.ZodNumber;
78
78
  userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
79
79
  userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
80
- isSource: z.ZodBoolean;
80
+ isSource: z.ZodDefault<z.ZodBoolean>;
81
81
  }, z.core.$strip>>;
82
82
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
83
83
  autoCloseLanguages: z.ZodBoolean;
@@ -2,12 +2,6 @@ import { z } from 'zod/v4';
2
2
  export declare const CREATE_TASK_MESSAGE_CONTEXT: z.ZodObject<{
3
3
  taskTitle: z.ZodOptional<z.ZodString>;
4
4
  taskDescription: z.ZodOptional<z.ZodString>;
5
- languageAssignees: z.ZodArray<z.ZodObject<{
6
- languageId: z.ZodNumber;
7
- userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
8
- userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
9
- isSource: z.ZodBoolean;
10
- }, z.core.$strip>>;
11
5
  autoCloseItems: z.ZodOptional<z.ZodBoolean>;
12
6
  autoCloseLanguages: z.ZodBoolean;
13
7
  autoCloseTask: z.ZodBoolean;
@@ -31,6 +25,12 @@ export declare const CREATE_TASK_MESSAGE_CONTEXT: z.ZodObject<{
31
25
  ai_mt_translation_ai_scoring: "ai_mt_translation_ai_scoring";
32
26
  review_ai_scoring: "review_ai_scoring";
33
27
  }>;
28
+ languageAssignees: z.ZodArray<z.ZodObject<{
29
+ languageId: z.ZodNumber;
30
+ userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
31
+ userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
32
+ isSource: z.ZodBoolean;
33
+ }, z.core.$strip>>;
34
34
  teamId: z.ZodNumber;
35
35
  projectId: z.ZodString;
36
36
  dueDate: z.ZodOptional<z.ZodDate>;
@@ -7,6 +7,14 @@ export const CREATE_TASK_MESSAGE_CONTEXT = COMMON_TASK_STEP_LAYOUT_SCHEMA.omit({
7
7
  dueDate: true,
8
8
  tagKeysAfterClose: true,
9
9
  }).extend({
10
+ languageAssignees: z
11
+ .array(z.object({
12
+ languageId: z.number(),
13
+ userIds: z.optional(z.array(z.number())),
14
+ userGroupIds: z.optional(z.array(z.number())),
15
+ isSource: z.boolean(),
16
+ }))
17
+ .min(1),
10
18
  teamId: z.number(),
11
19
  projectId: z.string(),
12
20
  dueDate: z.optional(z.date()),
@@ -1 +1 @@
1
- {"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/workflow/messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAA;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAE/D,MAAM,CAAC,MAAM,2BAA2B,GAAG,8BAA8B,CAAC,IAAI,CAAC;IAC7E,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,OAAO,EAAE,IAAI;IACb,iBAAiB,EAAE,IAAI;CACxB,CAAC,CAAC,MAAM,CAAC;IACR,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC7B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACjD,gBAAgB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACxC,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACtC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,wBAAwB,GAAG,WAAW,CAAC,YAAY;KAC7D,IAAI,CAAC;IACJ,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;CAChB,CAAC;KACD,MAAM,CAAC;IACN,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;CAC3D,CAAC,CAAA"}
1
+ {"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/workflow/messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAA;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAE/D,MAAM,CAAC,MAAM,2BAA2B,GAAG,8BAA8B,CAAC,IAAI,CAAC;IAC7E,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,OAAO,EAAE,IAAI;IACb,iBAAiB,EAAE,IAAI;CACxB,CAAC,CAAC,MAAM,CAAC;IACR,iBAAiB,EAAE,CAAC;SACjB,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;QACxC,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;QAC7C,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE;KACtB,CAAC,CACH;SACA,GAAG,CAAC,CAAC,CAAC;IACT,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC7B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACjD,gBAAgB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACxC,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACtC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,wBAAwB,GAAG,WAAW,CAAC,YAAY;KAC7D,IAAI,CAAC;IACJ,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;CAChB,CAAC;KACD,MAAM,CAAC;IACN,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;CAC3D,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/maestro-expert-tenant-lib",
3
- "version": "7.3.3",
3
+ "version": "7.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://github.com/lokalise/maestro",
6
6
  "description": "This library provides shared objects, types and zod schemas for Maestro",
@@ -45,8 +45,8 @@
45
45
  "@biomejs/biome": "^1.9.4",
46
46
  "@lokalise/biome-config": "^2.0.0",
47
47
  "@lokalise/maestro-common": "*",
48
- "@lokalise/tsconfig": "~1.3.0",
49
- "@types/node": "^24.1.0",
48
+ "@lokalise/tsconfig": "~2.0.0",
49
+ "@types/node": "^24.3.0",
50
50
  "@vitest/coverage-v8": "^3.1.4",
51
51
  "auto-changelog": "^2.5.0",
52
52
  "rimraf": "^6.0.1",