@lokalise/maestro-expert-tenant-lib 7.3.2 → 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.
- package/dist/apiContract/schemas.d.ts +56 -21
- package/dist/apiContract/workflowContracts.d.ts +16 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/steps/StepRegistry.d.ts +66 -24
- package/dist/steps/common.d.ts +2 -2
- package/dist/steps/common.js +1 -1
- package/dist/steps/common.js.map +1 -1
- package/dist/steps/resources/ReviewTaskStep.d.ts +3 -3
- package/dist/steps/resources/ReviewTaskWithAiScoringStep.d.ts +3 -3
- package/dist/steps/resources/ScheduledTriggerStep.d.ts +73 -0
- package/dist/steps/resources/ScheduledTriggerStep.js +15 -0
- package/dist/steps/resources/ScheduledTriggerStep.js.map +1 -1
- package/dist/steps/resources/TranslateTaskStep.d.ts +3 -3
- package/dist/workflow/messages.d.ts +6 -6
- package/dist/workflow/messages.js +8 -0
- package/dist/workflow/messages.js.map +1 -1
- package/package.json +3 -3
|
@@ -206,6 +206,11 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
206
206
|
sa: "sa";
|
|
207
207
|
su: "su";
|
|
208
208
|
}>>>;
|
|
209
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
210
|
+
first: "first";
|
|
211
|
+
current: "current";
|
|
212
|
+
last: "last";
|
|
213
|
+
}>>;
|
|
209
214
|
monitoredLanguageId: z.ZodNumber;
|
|
210
215
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
211
216
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -239,7 +244,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
239
244
|
languageId: z.ZodNumber;
|
|
240
245
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
241
246
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
242
|
-
isSource: z.ZodBoolean
|
|
247
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
243
248
|
}, z.core.$strip>>;
|
|
244
249
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
245
250
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -307,7 +312,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
307
312
|
languageId: z.ZodNumber;
|
|
308
313
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
309
314
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
310
|
-
isSource: z.ZodBoolean
|
|
315
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
311
316
|
}, z.core.$strip>>;
|
|
312
317
|
autoCloseLanguages: z.ZodBoolean;
|
|
313
318
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -340,7 +345,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
340
345
|
languageId: z.ZodNumber;
|
|
341
346
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
342
347
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
343
|
-
isSource: z.ZodBoolean
|
|
348
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
344
349
|
}, z.core.$strip>>;
|
|
345
350
|
autoCloseLanguages: z.ZodBoolean;
|
|
346
351
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -414,6 +419,11 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
414
419
|
sa: "sa";
|
|
415
420
|
su: "su";
|
|
416
421
|
}>>>;
|
|
422
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
423
|
+
first: "first";
|
|
424
|
+
current: "current";
|
|
425
|
+
last: "last";
|
|
426
|
+
}>>;
|
|
417
427
|
monitoredLanguageId: z.ZodNumber;
|
|
418
428
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
419
429
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -447,7 +457,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
447
457
|
languageId: z.ZodNumber;
|
|
448
458
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
449
459
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
450
|
-
isSource: z.ZodBoolean
|
|
460
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
451
461
|
}, z.core.$strip>>;
|
|
452
462
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
453
463
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -515,7 +525,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
515
525
|
languageId: z.ZodNumber;
|
|
516
526
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
517
527
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
518
|
-
isSource: z.ZodBoolean
|
|
528
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
519
529
|
}, z.core.$strip>>;
|
|
520
530
|
autoCloseLanguages: z.ZodBoolean;
|
|
521
531
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -548,7 +558,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
548
558
|
languageId: z.ZodNumber;
|
|
549
559
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
550
560
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
551
|
-
isSource: z.ZodBoolean
|
|
561
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
552
562
|
}, z.core.$strip>>;
|
|
553
563
|
autoCloseLanguages: z.ZodBoolean;
|
|
554
564
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -641,6 +651,11 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
641
651
|
sa: "sa";
|
|
642
652
|
su: "su";
|
|
643
653
|
}>>>;
|
|
654
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
655
|
+
first: "first";
|
|
656
|
+
current: "current";
|
|
657
|
+
last: "last";
|
|
658
|
+
}>>;
|
|
644
659
|
monitoredLanguageId: z.ZodNumber;
|
|
645
660
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
646
661
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -674,7 +689,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
674
689
|
languageId: z.ZodNumber;
|
|
675
690
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
676
691
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
677
|
-
isSource: z.ZodBoolean
|
|
692
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
678
693
|
}, z.core.$strip>>;
|
|
679
694
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
680
695
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -742,7 +757,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
742
757
|
languageId: z.ZodNumber;
|
|
743
758
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
744
759
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
745
|
-
isSource: z.ZodBoolean
|
|
760
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
746
761
|
}, z.core.$strip>>;
|
|
747
762
|
autoCloseLanguages: z.ZodBoolean;
|
|
748
763
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -775,7 +790,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
775
790
|
languageId: z.ZodNumber;
|
|
776
791
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
777
792
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
778
|
-
isSource: z.ZodBoolean
|
|
793
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
779
794
|
}, z.core.$strip>>;
|
|
780
795
|
autoCloseLanguages: z.ZodBoolean;
|
|
781
796
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -982,6 +997,11 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
982
997
|
sa: "sa";
|
|
983
998
|
su: "su";
|
|
984
999
|
}>>>;
|
|
1000
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1001
|
+
first: "first";
|
|
1002
|
+
current: "current";
|
|
1003
|
+
last: "last";
|
|
1004
|
+
}>>;
|
|
985
1005
|
monitoredLanguageId: z.ZodNumber;
|
|
986
1006
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
987
1007
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1015,7 +1035,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1015
1035
|
languageId: z.ZodNumber;
|
|
1016
1036
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1017
1037
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1018
|
-
isSource: z.ZodBoolean
|
|
1038
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1019
1039
|
}, z.core.$strip>>;
|
|
1020
1040
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1021
1041
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1083,7 +1103,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1083
1103
|
languageId: z.ZodNumber;
|
|
1084
1104
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1085
1105
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1086
|
-
isSource: z.ZodBoolean
|
|
1106
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1087
1107
|
}, z.core.$strip>>;
|
|
1088
1108
|
autoCloseLanguages: z.ZodBoolean;
|
|
1089
1109
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1116,7 +1136,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1116
1136
|
languageId: z.ZodNumber;
|
|
1117
1137
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1118
1138
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1119
|
-
isSource: z.ZodBoolean
|
|
1139
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1120
1140
|
}, z.core.$strip>>;
|
|
1121
1141
|
autoCloseLanguages: z.ZodBoolean;
|
|
1122
1142
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1222,6 +1242,11 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1222
1242
|
sa: "sa";
|
|
1223
1243
|
su: "su";
|
|
1224
1244
|
}>>>;
|
|
1245
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1246
|
+
first: "first";
|
|
1247
|
+
current: "current";
|
|
1248
|
+
last: "last";
|
|
1249
|
+
}>>;
|
|
1225
1250
|
monitoredLanguageId: z.ZodNumber;
|
|
1226
1251
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1227
1252
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1255,7 +1280,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1255
1280
|
languageId: z.ZodNumber;
|
|
1256
1281
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1257
1282
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1258
|
-
isSource: z.ZodBoolean
|
|
1283
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1259
1284
|
}, z.core.$strip>>;
|
|
1260
1285
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1261
1286
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1323,7 +1348,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1323
1348
|
languageId: z.ZodNumber;
|
|
1324
1349
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1325
1350
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1326
|
-
isSource: z.ZodBoolean
|
|
1351
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1327
1352
|
}, z.core.$strip>>;
|
|
1328
1353
|
autoCloseLanguages: z.ZodBoolean;
|
|
1329
1354
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1356,7 +1381,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1356
1381
|
languageId: z.ZodNumber;
|
|
1357
1382
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1358
1383
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1359
|
-
isSource: z.ZodBoolean
|
|
1384
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1360
1385
|
}, z.core.$strip>>;
|
|
1361
1386
|
autoCloseLanguages: z.ZodBoolean;
|
|
1362
1387
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1559,6 +1584,11 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1559
1584
|
sa: "sa";
|
|
1560
1585
|
su: "su";
|
|
1561
1586
|
}>>>;
|
|
1587
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1588
|
+
first: "first";
|
|
1589
|
+
current: "current";
|
|
1590
|
+
last: "last";
|
|
1591
|
+
}>>;
|
|
1562
1592
|
monitoredLanguageId: z.ZodNumber;
|
|
1563
1593
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1564
1594
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1592,7 +1622,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1592
1622
|
languageId: z.ZodNumber;
|
|
1593
1623
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1594
1624
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1595
|
-
isSource: z.ZodBoolean
|
|
1625
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1596
1626
|
}, z.core.$strip>>;
|
|
1597
1627
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1598
1628
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1660,7 +1690,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1660
1690
|
languageId: z.ZodNumber;
|
|
1661
1691
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1662
1692
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1663
|
-
isSource: z.ZodBoolean
|
|
1693
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1664
1694
|
}, z.core.$strip>>;
|
|
1665
1695
|
autoCloseLanguages: z.ZodBoolean;
|
|
1666
1696
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1693,7 +1723,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1693
1723
|
languageId: z.ZodNumber;
|
|
1694
1724
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1695
1725
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1696
|
-
isSource: z.ZodBoolean
|
|
1726
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1697
1727
|
}, z.core.$strip>>;
|
|
1698
1728
|
autoCloseLanguages: z.ZodBoolean;
|
|
1699
1729
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1757,6 +1787,11 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1757
1787
|
sa: "sa";
|
|
1758
1788
|
su: "su";
|
|
1759
1789
|
}>>>;
|
|
1790
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1791
|
+
first: "first";
|
|
1792
|
+
current: "current";
|
|
1793
|
+
last: "last";
|
|
1794
|
+
}>>;
|
|
1760
1795
|
monitoredLanguageId: z.ZodNumber;
|
|
1761
1796
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1762
1797
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1790,7 +1825,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1790
1825
|
languageId: z.ZodNumber;
|
|
1791
1826
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1792
1827
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1793
|
-
isSource: z.ZodBoolean
|
|
1828
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1794
1829
|
}, z.core.$strip>>;
|
|
1795
1830
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1796
1831
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1858,7 +1893,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1858
1893
|
languageId: z.ZodNumber;
|
|
1859
1894
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1860
1895
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1861
|
-
isSource: z.ZodBoolean
|
|
1896
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1862
1897
|
}, z.core.$strip>>;
|
|
1863
1898
|
autoCloseLanguages: z.ZodBoolean;
|
|
1864
1899
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1891,7 +1926,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1891
1926
|
languageId: z.ZodNumber;
|
|
1892
1927
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1893
1928
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1894
|
-
isSource: z.ZodBoolean
|
|
1929
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1895
1930
|
}, z.core.$strip>>;
|
|
1896
1931
|
autoCloseLanguages: z.ZodBoolean;
|
|
1897
1932
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -261,6 +261,11 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
261
261
|
sa: "sa";
|
|
262
262
|
su: "su";
|
|
263
263
|
}>>>;
|
|
264
|
+
monthDayPosition: import("zod/v4").ZodOptional<import("zod/v4").ZodEnum<{
|
|
265
|
+
first: "first";
|
|
266
|
+
current: "current";
|
|
267
|
+
last: "last";
|
|
268
|
+
}>>;
|
|
264
269
|
monitoredLanguageId: import("zod/v4").ZodNumber;
|
|
265
270
|
targetLanguageIds: import("zod/v4").ZodArray<import("zod/v4").ZodNumber>;
|
|
266
271
|
monitoredKeyType: import("zod/v4").ZodEnum<{
|
|
@@ -294,7 +299,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
294
299
|
languageId: import("zod/v4").ZodNumber;
|
|
295
300
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
296
301
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
297
|
-
isSource: import("zod/v4").ZodBoolean
|
|
302
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
298
303
|
}, import("zod/v4/core").$strip>>;
|
|
299
304
|
autoCloseItems: import("zod/v4").ZodOptional<import("zod/v4").ZodBoolean>;
|
|
300
305
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
@@ -362,7 +367,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
362
367
|
languageId: import("zod/v4").ZodNumber;
|
|
363
368
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
364
369
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
365
|
-
isSource: import("zod/v4").ZodBoolean
|
|
370
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
366
371
|
}, import("zod/v4/core").$strip>>;
|
|
367
372
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
368
373
|
autoCloseTask: import("zod/v4").ZodBoolean;
|
|
@@ -395,7 +400,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
395
400
|
languageId: import("zod/v4").ZodNumber;
|
|
396
401
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
397
402
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
398
|
-
isSource: import("zod/v4").ZodBoolean
|
|
403
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
399
404
|
}, import("zod/v4/core").$strip>>;
|
|
400
405
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
401
406
|
autoCloseTask: import("zod/v4").ZodBoolean;
|
|
@@ -509,6 +514,11 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
509
514
|
sa: "sa";
|
|
510
515
|
su: "su";
|
|
511
516
|
}>>>;
|
|
517
|
+
monthDayPosition: import("zod/v4").ZodOptional<import("zod/v4").ZodEnum<{
|
|
518
|
+
first: "first";
|
|
519
|
+
current: "current";
|
|
520
|
+
last: "last";
|
|
521
|
+
}>>;
|
|
512
522
|
monitoredLanguageId: import("zod/v4").ZodNumber;
|
|
513
523
|
targetLanguageIds: import("zod/v4").ZodArray<import("zod/v4").ZodNumber>;
|
|
514
524
|
monitoredKeyType: import("zod/v4").ZodEnum<{
|
|
@@ -542,7 +552,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
542
552
|
languageId: import("zod/v4").ZodNumber;
|
|
543
553
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
544
554
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
545
|
-
isSource: import("zod/v4").ZodBoolean
|
|
555
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
546
556
|
}, import("zod/v4/core").$strip>>;
|
|
547
557
|
autoCloseItems: import("zod/v4").ZodOptional<import("zod/v4").ZodBoolean>;
|
|
548
558
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
@@ -610,7 +620,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
610
620
|
languageId: import("zod/v4").ZodNumber;
|
|
611
621
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
612
622
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
613
|
-
isSource: import("zod/v4").ZodBoolean
|
|
623
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
614
624
|
}, import("zod/v4/core").$strip>>;
|
|
615
625
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
616
626
|
autoCloseTask: import("zod/v4").ZodBoolean;
|
|
@@ -643,7 +653,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
643
653
|
languageId: import("zod/v4").ZodNumber;
|
|
644
654
|
userIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
645
655
|
userGroupIds: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodNumber>>;
|
|
646
|
-
isSource: import("zod/v4").ZodBoolean
|
|
656
|
+
isSource: import("zod/v4").ZodDefault<import("zod/v4").ZodBoolean>;
|
|
647
657
|
}, import("zod/v4/core").$strip>>;
|
|
648
658
|
autoCloseLanguages: import("zod/v4").ZodBoolean;
|
|
649
659
|
autoCloseTask: import("zod/v4").ZodBoolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -9,4 +9,4 @@ export type { Template, FrontendLayout } from './templates/types.js';
|
|
|
9
9
|
export { LayoutTranslator } from './workflow/LayoutTranslator.js';
|
|
10
10
|
export { MAX_STEPS, MAX_STEP_ID_LENGTH, TRANSLATION_ENGINE } from './steps/common.js';
|
|
11
11
|
export * from './steps/StepRegistry.js';
|
|
12
|
-
export { ADVANCED_SCHEDULING_HOURLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_DAILY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA, } from './steps/resources/ScheduledTriggerStep.js';
|
|
12
|
+
export { ADVANCED_SCHEDULING_HOURLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_DAILY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_MONTHLY_SUPPLEMENTARY_FORM_SCHEMA, } from './steps/resources/ScheduledTriggerStep.js';
|
package/dist/index.js
CHANGED
|
@@ -8,5 +8,5 @@ export { TEMPLATES } from './templates/schemas.js';
|
|
|
8
8
|
export { LayoutTranslator } from './workflow/LayoutTranslator.js';
|
|
9
9
|
export { MAX_STEPS, MAX_STEP_ID_LENGTH, TRANSLATION_ENGINE } from './steps/common.js';
|
|
10
10
|
export * from './steps/StepRegistry.js';
|
|
11
|
-
export { ADVANCED_SCHEDULING_HOURLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_DAILY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA, } from './steps/resources/ScheduledTriggerStep.js';
|
|
11
|
+
export { ADVANCED_SCHEDULING_HOURLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_DAILY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA, ADVANCED_SCHEDULING_MONTHLY_SUPPLEMENTARY_FORM_SCHEMA, } from './steps/resources/ScheduledTriggerStep.js';
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,cAAc,oCAAoC,CAAA;AAClD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,OAAO,EAAE,SAAS,EAAmB,MAAM,wBAAwB,CAAA;AAEnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AACrF,cAAc,yBAAyB,CAAA;AAEvC,OAAO,EACL,oDAAoD,EACpD,mDAAmD,EACnD,oDAAoD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,cAAc,oCAAoC,CAAA;AAClD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,OAAO,EAAE,SAAS,EAAmB,MAAM,wBAAwB,CAAA;AAEnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AACrF,cAAc,yBAAyB,CAAA;AAEvC,OAAO,EACL,oDAAoD,EACpD,mDAAmD,EACnD,oDAAoD,EACpD,qDAAqD,GACtD,MAAM,2CAA2C,CAAA"}
|
|
@@ -26,6 +26,11 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
26
26
|
sa: "sa";
|
|
27
27
|
su: "su";
|
|
28
28
|
}>>>;
|
|
29
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
30
|
+
first: "first";
|
|
31
|
+
current: "current";
|
|
32
|
+
last: "last";
|
|
33
|
+
}>>;
|
|
29
34
|
monitoredLanguageId: z.ZodNumber;
|
|
30
35
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
31
36
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -58,6 +63,11 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
58
63
|
sa: "sa";
|
|
59
64
|
su: "su";
|
|
60
65
|
}>>>;
|
|
66
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
67
|
+
first: "first";
|
|
68
|
+
current: "current";
|
|
69
|
+
last: "last";
|
|
70
|
+
}>>;
|
|
61
71
|
monitoredLanguageId: z.ZodNumber;
|
|
62
72
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
63
73
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -94,6 +104,11 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
94
104
|
sa: "sa";
|
|
95
105
|
su: "su";
|
|
96
106
|
}>>>;
|
|
107
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
108
|
+
first: "first";
|
|
109
|
+
current: "current";
|
|
110
|
+
last: "last";
|
|
111
|
+
}>>;
|
|
97
112
|
monitoredLanguageId: z.ZodNumber;
|
|
98
113
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
99
114
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -129,6 +144,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
129
144
|
timeTo?: string | undefined;
|
|
130
145
|
timezone?: string | undefined;
|
|
131
146
|
weekdays?: ("mo" | "tu" | "we" | "th" | "fr" | "sa" | "su")[] | undefined;
|
|
147
|
+
monthDayPosition?: "first" | "current" | "last" | undefined;
|
|
132
148
|
projectFilterId?: string | null | undefined;
|
|
133
149
|
}>, CommonStepToLayout>, StepInterface<"clear_translations_step", "ClearTranslationsStep", "Clear existing translations", z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
134
150
|
stepType: z.ZodLiteral<"clear_translations_step">;
|
|
@@ -182,7 +198,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
182
198
|
languageId: z.ZodNumber;
|
|
183
199
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
184
200
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
185
|
-
isSource: z.ZodBoolean
|
|
201
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
186
202
|
}, z.core.$strip>>;
|
|
187
203
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
188
204
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -211,7 +227,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
211
227
|
languageId: z.ZodNumber;
|
|
212
228
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
213
229
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
214
|
-
isSource: z.ZodBoolean
|
|
230
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
215
231
|
}, z.core.$strip>>;
|
|
216
232
|
autoCloseLanguages: z.ZodBoolean;
|
|
217
233
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -244,7 +260,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
244
260
|
languageId: z.ZodNumber;
|
|
245
261
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
246
262
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
247
|
-
isSource: z.ZodBoolean
|
|
263
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
248
264
|
}, z.core.$strip>>;
|
|
249
265
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
250
266
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -432,7 +448,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
432
448
|
languageId: z.ZodNumber;
|
|
433
449
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
434
450
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
435
|
-
isSource: z.ZodBoolean
|
|
451
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
436
452
|
}, z.core.$strip>>;
|
|
437
453
|
autoCloseLanguages: z.ZodBoolean;
|
|
438
454
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -460,7 +476,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
460
476
|
languageId: z.ZodNumber;
|
|
461
477
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
462
478
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
463
|
-
isSource: z.ZodBoolean
|
|
479
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
464
480
|
}, z.core.$strip>>;
|
|
465
481
|
autoCloseLanguages: z.ZodBoolean;
|
|
466
482
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -492,7 +508,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
492
508
|
languageId: z.ZodNumber;
|
|
493
509
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
494
510
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
495
|
-
isSource: z.ZodBoolean
|
|
511
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
496
512
|
}, z.core.$strip>>;
|
|
497
513
|
autoCloseLanguages: z.ZodBoolean;
|
|
498
514
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -554,7 +570,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
554
570
|
languageId: z.ZodNumber;
|
|
555
571
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
556
572
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
557
|
-
isSource: z.ZodBoolean
|
|
573
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
558
574
|
}, z.core.$strip>>;
|
|
559
575
|
autoCloseLanguages: z.ZodBoolean;
|
|
560
576
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -582,7 +598,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
582
598
|
languageId: z.ZodNumber;
|
|
583
599
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
584
600
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
585
|
-
isSource: z.ZodBoolean
|
|
601
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
586
602
|
}, z.core.$strip>>;
|
|
587
603
|
autoCloseLanguages: z.ZodBoolean;
|
|
588
604
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -614,7 +630,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
614
630
|
languageId: z.ZodNumber;
|
|
615
631
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
616
632
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
617
|
-
isSource: z.ZodBoolean
|
|
633
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
618
634
|
}, z.core.$strip>>;
|
|
619
635
|
autoCloseLanguages: z.ZodBoolean;
|
|
620
636
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -709,6 +725,11 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
709
725
|
sa: "sa";
|
|
710
726
|
su: "su";
|
|
711
727
|
}>>>;
|
|
728
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
729
|
+
first: "first";
|
|
730
|
+
current: "current";
|
|
731
|
+
last: "last";
|
|
732
|
+
}>>;
|
|
712
733
|
monitoredLanguageId: z.ZodNumber;
|
|
713
734
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
714
735
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -734,7 +755,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
734
755
|
languageId: z.ZodNumber;
|
|
735
756
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
736
757
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
737
|
-
isSource: z.ZodBoolean
|
|
758
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
738
759
|
}, z.core.$strip>>;
|
|
739
760
|
autoCloseLanguages: z.ZodBoolean;
|
|
740
761
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -793,7 +814,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
793
814
|
languageId: z.ZodNumber;
|
|
794
815
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
795
816
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
796
|
-
isSource: z.ZodBoolean
|
|
817
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
797
818
|
}, z.core.$strip>>;
|
|
798
819
|
autoCloseLanguages: z.ZodBoolean;
|
|
799
820
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -823,7 +844,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
823
844
|
languageId: z.ZodNumber;
|
|
824
845
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
825
846
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
826
|
-
isSource: z.ZodBoolean
|
|
847
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
827
848
|
}, z.core.$strip>>;
|
|
828
849
|
autoCloseLanguages: z.ZodBoolean;
|
|
829
850
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -875,6 +896,11 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
875
896
|
sa: "sa";
|
|
876
897
|
su: "su";
|
|
877
898
|
}>>>;
|
|
899
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
900
|
+
first: "first";
|
|
901
|
+
current: "current";
|
|
902
|
+
last: "last";
|
|
903
|
+
}>>;
|
|
878
904
|
monitoredLanguageId: z.ZodNumber;
|
|
879
905
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
880
906
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -908,7 +934,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
908
934
|
languageId: z.ZodNumber;
|
|
909
935
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
910
936
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
911
|
-
isSource: z.ZodBoolean
|
|
937
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
912
938
|
}, z.core.$strip>>;
|
|
913
939
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
914
940
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -976,7 +1002,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
976
1002
|
languageId: z.ZodNumber;
|
|
977
1003
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
978
1004
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
979
|
-
isSource: z.ZodBoolean
|
|
1005
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
980
1006
|
}, z.core.$strip>>;
|
|
981
1007
|
autoCloseLanguages: z.ZodBoolean;
|
|
982
1008
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1009,7 +1035,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
1009
1035
|
languageId: z.ZodNumber;
|
|
1010
1036
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1011
1037
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1012
|
-
isSource: z.ZodBoolean
|
|
1038
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1013
1039
|
}, z.core.$strip>>;
|
|
1014
1040
|
autoCloseLanguages: z.ZodBoolean;
|
|
1015
1041
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1110,6 +1136,11 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1110
1136
|
sa: "sa";
|
|
1111
1137
|
su: "su";
|
|
1112
1138
|
}>>>;
|
|
1139
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1140
|
+
first: "first";
|
|
1141
|
+
current: "current";
|
|
1142
|
+
last: "last";
|
|
1143
|
+
}>>;
|
|
1113
1144
|
monitoredLanguageId: z.ZodNumber;
|
|
1114
1145
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1115
1146
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1130,7 +1161,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1130
1161
|
languageId: z.ZodNumber;
|
|
1131
1162
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1132
1163
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1133
|
-
isSource: z.ZodBoolean
|
|
1164
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1134
1165
|
}, z.core.$strip>>;
|
|
1135
1166
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1136
1167
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1183,7 +1214,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1183
1214
|
languageId: z.ZodNumber;
|
|
1184
1215
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1185
1216
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1186
|
-
isSource: z.ZodBoolean
|
|
1217
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1187
1218
|
}, z.core.$strip>>;
|
|
1188
1219
|
autoCloseLanguages: z.ZodBoolean;
|
|
1189
1220
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1211,7 +1242,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1211
1242
|
languageId: z.ZodNumber;
|
|
1212
1243
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1213
1244
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1214
|
-
isSource: z.ZodBoolean
|
|
1245
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1215
1246
|
}, z.core.$strip>>;
|
|
1216
1247
|
autoCloseLanguages: z.ZodBoolean;
|
|
1217
1248
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1254,6 +1285,11 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1254
1285
|
sa: "sa";
|
|
1255
1286
|
su: "su";
|
|
1256
1287
|
}>>>;
|
|
1288
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1289
|
+
first: "first";
|
|
1290
|
+
current: "current";
|
|
1291
|
+
last: "last";
|
|
1292
|
+
}>>;
|
|
1257
1293
|
monitoredLanguageId: z.ZodNumber;
|
|
1258
1294
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1259
1295
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1279,7 +1315,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1279
1315
|
languageId: z.ZodNumber;
|
|
1280
1316
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1281
1317
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1282
|
-
isSource: z.ZodBoolean
|
|
1318
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1283
1319
|
}, z.core.$strip>>;
|
|
1284
1320
|
autoCloseLanguages: z.ZodBoolean;
|
|
1285
1321
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1338,7 +1374,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1338
1374
|
languageId: z.ZodNumber;
|
|
1339
1375
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1340
1376
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1341
|
-
isSource: z.ZodBoolean
|
|
1377
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1342
1378
|
}, z.core.$strip>>;
|
|
1343
1379
|
autoCloseLanguages: z.ZodBoolean;
|
|
1344
1380
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1368,7 +1404,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1368
1404
|
languageId: z.ZodNumber;
|
|
1369
1405
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1370
1406
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1371
|
-
isSource: z.ZodBoolean
|
|
1407
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1372
1408
|
}, z.core.$strip>>;
|
|
1373
1409
|
autoCloseLanguages: z.ZodBoolean;
|
|
1374
1410
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1417,6 +1453,11 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1417
1453
|
sa: "sa";
|
|
1418
1454
|
su: "su";
|
|
1419
1455
|
}>>>;
|
|
1456
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
1457
|
+
first: "first";
|
|
1458
|
+
current: "current";
|
|
1459
|
+
last: "last";
|
|
1460
|
+
}>>;
|
|
1420
1461
|
monitoredLanguageId: z.ZodNumber;
|
|
1421
1462
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1422
1463
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1450,7 +1491,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1450
1491
|
languageId: z.ZodNumber;
|
|
1451
1492
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1452
1493
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1453
|
-
isSource: z.ZodBoolean
|
|
1494
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1454
1495
|
}, z.core.$strip>>;
|
|
1455
1496
|
autoCloseItems: z.ZodOptional<z.ZodBoolean>;
|
|
1456
1497
|
autoCloseLanguages: z.ZodBoolean;
|
|
@@ -1518,7 +1559,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1518
1559
|
languageId: z.ZodNumber;
|
|
1519
1560
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1520
1561
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1521
|
-
isSource: z.ZodBoolean
|
|
1562
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1522
1563
|
}, z.core.$strip>>;
|
|
1523
1564
|
autoCloseLanguages: z.ZodBoolean;
|
|
1524
1565
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1551,7 +1592,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1551
1592
|
languageId: z.ZodNumber;
|
|
1552
1593
|
userIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1553
1594
|
userGroupIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1554
|
-
isSource: z.ZodBoolean
|
|
1595
|
+
isSource: z.ZodDefault<z.ZodBoolean>;
|
|
1555
1596
|
}, z.core.$strip>>;
|
|
1556
1597
|
autoCloseLanguages: z.ZodBoolean;
|
|
1557
1598
|
autoCloseTask: z.ZodBoolean;
|
|
@@ -1641,6 +1682,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1641
1682
|
timeTo?: string | undefined;
|
|
1642
1683
|
timezone?: string | undefined;
|
|
1643
1684
|
weekdays?: ("mo" | "tu" | "we" | "th" | "fr" | "sa" | "su")[] | undefined;
|
|
1685
|
+
monthDayPosition?: "first" | "current" | "last" | undefined;
|
|
1644
1686
|
projectFilterId?: string | null | undefined;
|
|
1645
1687
|
}>) | ({
|
|
1646
1688
|
[x: string]: unknown;
|
package/dist/steps/common.d.ts
CHANGED
|
@@ -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;
|
package/dist/steps/common.js
CHANGED
|
@@ -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()),
|
package/dist/steps/common.js.map
CHANGED
|
@@ -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;
|
|
@@ -10,6 +10,11 @@ export declare const FREQUENCY_TYPE: z.ZodEnum<{
|
|
|
10
10
|
weekly: "weekly";
|
|
11
11
|
monthly: "monthly";
|
|
12
12
|
}>;
|
|
13
|
+
export declare const MONTH_DAY_POSITION: z.ZodEnum<{
|
|
14
|
+
first: "first";
|
|
15
|
+
current: "current";
|
|
16
|
+
last: "last";
|
|
17
|
+
}>;
|
|
13
18
|
export declare const WEEKDAY: z.ZodEnum<{
|
|
14
19
|
mo: "mo";
|
|
15
20
|
tu: "tu";
|
|
@@ -43,6 +48,11 @@ declare const FORM_SCHEMA: z.ZodObject<{
|
|
|
43
48
|
sa: "sa";
|
|
44
49
|
su: "su";
|
|
45
50
|
}>>>;
|
|
51
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
52
|
+
first: "first";
|
|
53
|
+
current: "current";
|
|
54
|
+
last: "last";
|
|
55
|
+
}>>;
|
|
46
56
|
monitoredLanguageId: z.ZodNumber;
|
|
47
57
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
48
58
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -63,6 +73,11 @@ export declare const ADVANCED_SCHEDULING_HOURLY_SUPPLEMENTARY_FORM_SCHEMA: z.Zod
|
|
|
63
73
|
monthly: "monthly";
|
|
64
74
|
}>>;
|
|
65
75
|
time: z.ZodOptional<z.ZodISOTime>;
|
|
76
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
77
|
+
first: "first";
|
|
78
|
+
current: "current";
|
|
79
|
+
last: "last";
|
|
80
|
+
}>>;
|
|
66
81
|
monitoredLanguageId: z.ZodNumber;
|
|
67
82
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
68
83
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -107,6 +122,11 @@ export declare const ADVANCED_SCHEDULING_DAILY_SUPPLEMENTARY_FORM_SCHEMA: z.ZodO
|
|
|
107
122
|
sa: "sa";
|
|
108
123
|
su: "su";
|
|
109
124
|
}>>>;
|
|
125
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
126
|
+
first: "first";
|
|
127
|
+
current: "current";
|
|
128
|
+
last: "last";
|
|
129
|
+
}>>;
|
|
110
130
|
monitoredLanguageId: z.ZodNumber;
|
|
111
131
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
112
132
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -130,6 +150,11 @@ export declare const ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA: z.Zod
|
|
|
130
150
|
}>>;
|
|
131
151
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
132
152
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
153
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
154
|
+
first: "first";
|
|
155
|
+
current: "current";
|
|
156
|
+
last: "last";
|
|
157
|
+
}>>;
|
|
133
158
|
monitoredLanguageId: z.ZodNumber;
|
|
134
159
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
135
160
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -151,6 +176,44 @@ export declare const ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA: z.Zod
|
|
|
151
176
|
}>>;
|
|
152
177
|
timezone: z.ZodString;
|
|
153
178
|
}, z.core.$strip>;
|
|
179
|
+
export declare const ADVANCED_SCHEDULING_MONTHLY_SUPPLEMENTARY_FORM_SCHEMA: z.ZodObject<{
|
|
180
|
+
stepTitle: z.ZodString;
|
|
181
|
+
scheduleFrequencyExpression: z.ZodString;
|
|
182
|
+
scheduleStartingDate: z.ZodISODate;
|
|
183
|
+
frequency: z.ZodOptional<z.ZodEnum<{
|
|
184
|
+
hourly: "hourly";
|
|
185
|
+
daily: "daily";
|
|
186
|
+
weekly: "weekly";
|
|
187
|
+
monthly: "monthly";
|
|
188
|
+
}>>;
|
|
189
|
+
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
190
|
+
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
191
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
192
|
+
mo: "mo";
|
|
193
|
+
tu: "tu";
|
|
194
|
+
we: "we";
|
|
195
|
+
th: "th";
|
|
196
|
+
fr: "fr";
|
|
197
|
+
sa: "sa";
|
|
198
|
+
su: "su";
|
|
199
|
+
}>>>;
|
|
200
|
+
monitoredLanguageId: z.ZodNumber;
|
|
201
|
+
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
202
|
+
monitoredKeyType: z.ZodEnum<{
|
|
203
|
+
new: "new";
|
|
204
|
+
updated: "updated";
|
|
205
|
+
both: "both";
|
|
206
|
+
}>;
|
|
207
|
+
projectFilterId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
208
|
+
repeatEvery: z.ZodNumber;
|
|
209
|
+
time: z.ZodISOTime;
|
|
210
|
+
monthDayPosition: z.ZodEnum<{
|
|
211
|
+
first: "first";
|
|
212
|
+
current: "current";
|
|
213
|
+
last: "last";
|
|
214
|
+
}>;
|
|
215
|
+
timezone: z.ZodString;
|
|
216
|
+
}, z.core.$strip>;
|
|
154
217
|
declare const LAYOUT_SCHEMA: z.ZodObject<{
|
|
155
218
|
stepTitle: z.ZodString;
|
|
156
219
|
scheduleFrequencyExpression: z.ZodString;
|
|
@@ -175,6 +238,11 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
|
|
|
175
238
|
sa: "sa";
|
|
176
239
|
su: "su";
|
|
177
240
|
}>>>;
|
|
241
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
242
|
+
first: "first";
|
|
243
|
+
current: "current";
|
|
244
|
+
last: "last";
|
|
245
|
+
}>>;
|
|
178
246
|
monitoredLanguageId: z.ZodNumber;
|
|
179
247
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
180
248
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -212,6 +280,11 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
|
|
|
212
280
|
sa: "sa";
|
|
213
281
|
su: "su";
|
|
214
282
|
}>>>;
|
|
283
|
+
monthDayPosition: z.ZodOptional<z.ZodEnum<{
|
|
284
|
+
first: "first";
|
|
285
|
+
current: "current";
|
|
286
|
+
last: "last";
|
|
287
|
+
}>>;
|
|
215
288
|
monitoredLanguageId: z.ZodNumber;
|
|
216
289
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
217
290
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -4,6 +4,7 @@ const TYPE = 'trigger_step';
|
|
|
4
4
|
const NAME = 'TriggerStep';
|
|
5
5
|
const ADD_STEP_TITLE = 'Trigger and scope';
|
|
6
6
|
export const FREQUENCY_TYPE = z.enum(['hourly', 'daily', 'weekly', 'monthly']);
|
|
7
|
+
export const MONTH_DAY_POSITION = z.enum(['first', 'current', 'last']);
|
|
7
8
|
export const WEEKDAY = z.enum(['mo', 'tu', 'we', 'th', 'fr', 'sa', 'su']);
|
|
8
9
|
const FORM_SCHEMA = z.object({
|
|
9
10
|
stepTitle: z.string().trim().min(1).max(80),
|
|
@@ -16,6 +17,7 @@ const FORM_SCHEMA = z.object({
|
|
|
16
17
|
timeTo: z.iso.time().optional(),
|
|
17
18
|
timezone: z.string().optional(),
|
|
18
19
|
weekdays: z.array(WEEKDAY).optional(),
|
|
20
|
+
monthDayPosition: MONTH_DAY_POSITION.optional(),
|
|
19
21
|
monitoredLanguageId: z.number().min(1).int(),
|
|
20
22
|
targetLanguageIds: z
|
|
21
23
|
.array(z.number().min(1).int())
|
|
@@ -55,6 +57,18 @@ export const ADVANCED_SCHEDULING_WEEKLY_SUPPLEMENTARY_FORM_SCHEMA = FORM_SCHEMA.
|
|
|
55
57
|
weekdays: z.array(WEEKDAY).min(1, 'At least one weekday must be selected.'),
|
|
56
58
|
timezone: z.string(),
|
|
57
59
|
});
|
|
60
|
+
export const ADVANCED_SCHEDULING_MONTHLY_SUPPLEMENTARY_FORM_SCHEMA = FORM_SCHEMA.extend({
|
|
61
|
+
repeatEvery: z
|
|
62
|
+
.number()
|
|
63
|
+
.int()
|
|
64
|
+
.refine((value) => value >= 1 && value <= 12, {
|
|
65
|
+
message: 'Please enter a value between 1 and 12.',
|
|
66
|
+
path: ['repeatEvery'],
|
|
67
|
+
}),
|
|
68
|
+
time: z.iso.time('Please select a valid time.'),
|
|
69
|
+
monthDayPosition: MONTH_DAY_POSITION,
|
|
70
|
+
timezone: z.string(),
|
|
71
|
+
});
|
|
58
72
|
const LAYOUT_SCHEMA = FORM_SCHEMA.extend({
|
|
59
73
|
stepType: z.literal(TYPE),
|
|
60
74
|
triggerType: z.literal('Scheduled'),
|
|
@@ -89,6 +103,7 @@ export const ScheduledTriggerStep = {
|
|
|
89
103
|
timeFrom: '09:00:00',
|
|
90
104
|
timeTo: '17:00:00',
|
|
91
105
|
weekdays: ['mo', 'tu', 'we', 'th', 'fr'],
|
|
106
|
+
monthDayPosition: 'current',
|
|
92
107
|
monitoredLanguageId: undefined,
|
|
93
108
|
targetLanguageIds: [],
|
|
94
109
|
monitoredKeyType: 'new',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduledTriggerStep.js","sourceRoot":"","sources":["../../../src/steps/resources/ScheduledTriggerStep.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ScheduledTriggerStep.js","sourceRoot":"","sources":["../../../src/steps/resources/ScheduledTriggerStep.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
|
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
|
+
"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": "~
|
|
49
|
-
"@types/node": "^24.
|
|
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",
|