@lokalise/maestro-expert-tenant-lib 7.0.2 → 7.0.3
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 +14 -14
- package/dist/apiContract/workflowContracts.d.ts +4 -4
- package/dist/steps/StepRegistry.d.ts +18 -18
- package/dist/steps/resources/ScheduledTriggerStep.d.ts +6 -6
- package/dist/steps/resources/ScheduledTriggerStep.js +1 -1
- package/dist/steps/resources/ScheduledTriggerStep.js.map +1 -1
- package/package.json +1 -1
|
@@ -197,7 +197,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
197
197
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
198
198
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
199
199
|
timezone: z.ZodOptional<z.ZodString>;
|
|
200
|
-
|
|
200
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
201
201
|
mo: "mo";
|
|
202
202
|
tu: "tu";
|
|
203
203
|
we: "we";
|
|
@@ -205,7 +205,7 @@ export declare const LIVE_WORKFLOW_SCHEMA: z.ZodArray<z.ZodDiscriminatedUnion<[z
|
|
|
205
205
|
fr: "fr";
|
|
206
206
|
sa: "sa";
|
|
207
207
|
su: "su";
|
|
208
|
-
}
|
|
208
|
+
}>>>;
|
|
209
209
|
monitoredLanguageId: z.ZodNumber;
|
|
210
210
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
211
211
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -405,7 +405,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
405
405
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
406
406
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
407
407
|
timezone: z.ZodOptional<z.ZodString>;
|
|
408
|
-
|
|
408
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
409
409
|
mo: "mo";
|
|
410
410
|
tu: "tu";
|
|
411
411
|
we: "we";
|
|
@@ -413,7 +413,7 @@ export declare const LIVE_WORKFLOW: z.ZodObject<{
|
|
|
413
413
|
fr: "fr";
|
|
414
414
|
sa: "sa";
|
|
415
415
|
su: "su";
|
|
416
|
-
}
|
|
416
|
+
}>>>;
|
|
417
417
|
monitoredLanguageId: z.ZodNumber;
|
|
418
418
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
419
419
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -630,7 +630,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
630
630
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
631
631
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
632
632
|
timezone: z.ZodOptional<z.ZodString>;
|
|
633
|
-
|
|
633
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
634
634
|
mo: "mo";
|
|
635
635
|
tu: "tu";
|
|
636
636
|
we: "we";
|
|
@@ -638,7 +638,7 @@ export declare const GET_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
638
638
|
fr: "fr";
|
|
639
639
|
sa: "sa";
|
|
640
640
|
su: "su";
|
|
641
|
-
}
|
|
641
|
+
}>>>;
|
|
642
642
|
monitoredLanguageId: z.ZodNumber;
|
|
643
643
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
644
644
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -971,7 +971,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
971
971
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
972
972
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
973
973
|
timezone: z.ZodOptional<z.ZodString>;
|
|
974
|
-
|
|
974
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
975
975
|
mo: "mo";
|
|
976
976
|
tu: "tu";
|
|
977
977
|
we: "we";
|
|
@@ -979,7 +979,7 @@ export declare const POST_DUPLICATE_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
979
979
|
fr: "fr";
|
|
980
980
|
sa: "sa";
|
|
981
981
|
su: "su";
|
|
982
|
-
}
|
|
982
|
+
}>>>;
|
|
983
983
|
monitoredLanguageId: z.ZodNumber;
|
|
984
984
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
985
985
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1211,7 +1211,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1211
1211
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1212
1212
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1213
1213
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1214
|
-
|
|
1214
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1215
1215
|
mo: "mo";
|
|
1216
1216
|
tu: "tu";
|
|
1217
1217
|
we: "we";
|
|
@@ -1219,7 +1219,7 @@ export declare const POST_WORKFLOW_RESPONSE: z.ZodObject<{
|
|
|
1219
1219
|
fr: "fr";
|
|
1220
1220
|
sa: "sa";
|
|
1221
1221
|
su: "su";
|
|
1222
|
-
}
|
|
1222
|
+
}>>>;
|
|
1223
1223
|
monitoredLanguageId: z.ZodNumber;
|
|
1224
1224
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1225
1225
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1548,7 +1548,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1548
1548
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1549
1549
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1550
1550
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1551
|
-
|
|
1551
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1552
1552
|
mo: "mo";
|
|
1553
1553
|
tu: "tu";
|
|
1554
1554
|
we: "we";
|
|
@@ -1556,7 +1556,7 @@ export declare const POST_ACTIVATE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1556
1556
|
fr: "fr";
|
|
1557
1557
|
sa: "sa";
|
|
1558
1558
|
su: "su";
|
|
1559
|
-
}
|
|
1559
|
+
}>>>;
|
|
1560
1560
|
monitoredLanguageId: z.ZodNumber;
|
|
1561
1561
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1562
1562
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1746,7 +1746,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1746
1746
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1747
1747
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1748
1748
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1749
|
-
|
|
1749
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1750
1750
|
mo: "mo";
|
|
1751
1751
|
tu: "tu";
|
|
1752
1752
|
we: "we";
|
|
@@ -1754,7 +1754,7 @@ export declare const PUT_LIVE_WORKFLOW_BODY: z.ZodObject<{
|
|
|
1754
1754
|
fr: "fr";
|
|
1755
1755
|
sa: "sa";
|
|
1756
1756
|
su: "su";
|
|
1757
|
-
}
|
|
1757
|
+
}>>>;
|
|
1758
1758
|
monitoredLanguageId: z.ZodNumber;
|
|
1759
1759
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1760
1760
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -252,7 +252,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
252
252
|
timeFrom: import("zod/v4").ZodOptional<import("zod/v4").ZodISOTime>;
|
|
253
253
|
timeTo: import("zod/v4").ZodOptional<import("zod/v4").ZodISOTime>;
|
|
254
254
|
timezone: import("zod/v4").ZodOptional<import("zod/v4").ZodString>;
|
|
255
|
-
|
|
255
|
+
weekdays: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodEnum<{
|
|
256
256
|
mo: "mo";
|
|
257
257
|
tu: "tu";
|
|
258
258
|
we: "we";
|
|
@@ -260,7 +260,7 @@ export declare const postActivateWorkflowContract: import("@lokalise/api-contrac
|
|
|
260
260
|
fr: "fr";
|
|
261
261
|
sa: "sa";
|
|
262
262
|
su: "su";
|
|
263
|
-
}
|
|
263
|
+
}>>>;
|
|
264
264
|
monitoredLanguageId: import("zod/v4").ZodNumber;
|
|
265
265
|
targetLanguageIds: import("zod/v4").ZodArray<import("zod/v4").ZodNumber>;
|
|
266
266
|
monitoredKeyType: import("zod/v4").ZodEnum<{
|
|
@@ -500,7 +500,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
500
500
|
timeFrom: import("zod/v4").ZodOptional<import("zod/v4").ZodISOTime>;
|
|
501
501
|
timeTo: import("zod/v4").ZodOptional<import("zod/v4").ZodISOTime>;
|
|
502
502
|
timezone: import("zod/v4").ZodOptional<import("zod/v4").ZodString>;
|
|
503
|
-
|
|
503
|
+
weekdays: import("zod/v4").ZodOptional<import("zod/v4").ZodArray<import("zod/v4").ZodEnum<{
|
|
504
504
|
mo: "mo";
|
|
505
505
|
tu: "tu";
|
|
506
506
|
we: "we";
|
|
@@ -508,7 +508,7 @@ export declare const putLiveWorkflowContract: import("@lokalise/api-contracts").
|
|
|
508
508
|
fr: "fr";
|
|
509
509
|
sa: "sa";
|
|
510
510
|
su: "su";
|
|
511
|
-
}
|
|
511
|
+
}>>>;
|
|
512
512
|
monitoredLanguageId: import("zod/v4").ZodNumber;
|
|
513
513
|
targetLanguageIds: import("zod/v4").ZodArray<import("zod/v4").ZodNumber>;
|
|
514
514
|
monitoredKeyType: import("zod/v4").ZodEnum<{
|
|
@@ -17,7 +17,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
17
17
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
18
18
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
19
19
|
timezone: z.ZodOptional<z.ZodString>;
|
|
20
|
-
|
|
20
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
21
21
|
mo: "mo";
|
|
22
22
|
tu: "tu";
|
|
23
23
|
we: "we";
|
|
@@ -25,7 +25,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
25
25
|
fr: "fr";
|
|
26
26
|
sa: "sa";
|
|
27
27
|
su: "su";
|
|
28
|
-
}
|
|
28
|
+
}>>>;
|
|
29
29
|
monitoredLanguageId: z.ZodNumber;
|
|
30
30
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
31
31
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -49,7 +49,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
49
49
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
50
50
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
51
51
|
timezone: z.ZodOptional<z.ZodString>;
|
|
52
|
-
|
|
52
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
53
53
|
mo: "mo";
|
|
54
54
|
tu: "tu";
|
|
55
55
|
we: "we";
|
|
@@ -57,7 +57,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
57
57
|
fr: "fr";
|
|
58
58
|
sa: "sa";
|
|
59
59
|
su: "su";
|
|
60
|
-
}
|
|
60
|
+
}>>>;
|
|
61
61
|
monitoredLanguageId: z.ZodNumber;
|
|
62
62
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
63
63
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -85,7 +85,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
85
85
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
86
86
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
87
87
|
timezone: z.ZodOptional<z.ZodString>;
|
|
88
|
-
|
|
88
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
89
89
|
mo: "mo";
|
|
90
90
|
tu: "tu";
|
|
91
91
|
we: "we";
|
|
@@ -93,7 +93,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
93
93
|
fr: "fr";
|
|
94
94
|
sa: "sa";
|
|
95
95
|
su: "su";
|
|
96
|
-
}
|
|
96
|
+
}>>>;
|
|
97
97
|
monitoredLanguageId: z.ZodNumber;
|
|
98
98
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
99
99
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -128,7 +128,7 @@ declare const STEP_REGISTRY: readonly [StepInterface<"trigger_step", "TriggerSte
|
|
|
128
128
|
timeFrom?: string | undefined;
|
|
129
129
|
timeTo?: string | undefined;
|
|
130
130
|
timezone?: string | undefined;
|
|
131
|
-
|
|
131
|
+
weekdays?: ("mo" | "tu" | "we" | "th" | "fr" | "sa" | "su")[] | undefined;
|
|
132
132
|
projectFilterId?: string | null | undefined;
|
|
133
133
|
}>, CommonStepToLayout>, StepInterface<"clear_translations_step", "ClearTranslationsStep", "Clear existing translations", z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
134
134
|
stepType: z.ZodLiteral<"clear_translations_step">;
|
|
@@ -700,7 +700,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
700
700
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
701
701
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
702
702
|
timezone: z.ZodOptional<z.ZodString>;
|
|
703
|
-
|
|
703
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
704
704
|
mo: "mo";
|
|
705
705
|
tu: "tu";
|
|
706
706
|
we: "we";
|
|
@@ -708,7 +708,7 @@ export declare const WORKFLOW_STEP_LAYOUT_SCHEMA: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
708
708
|
fr: "fr";
|
|
709
709
|
sa: "sa";
|
|
710
710
|
su: "su";
|
|
711
|
-
}
|
|
711
|
+
}>>>;
|
|
712
712
|
monitoredLanguageId: z.ZodNumber;
|
|
713
713
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
714
714
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -866,7 +866,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
866
866
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
867
867
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
868
868
|
timezone: z.ZodOptional<z.ZodString>;
|
|
869
|
-
|
|
869
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
870
870
|
mo: "mo";
|
|
871
871
|
tu: "tu";
|
|
872
872
|
we: "we";
|
|
@@ -874,7 +874,7 @@ export declare const LIVE_WORKFLOW_STEP_DTO_SCHEMA: z.ZodDiscriminatedUnion<[z.Z
|
|
|
874
874
|
fr: "fr";
|
|
875
875
|
sa: "sa";
|
|
876
876
|
su: "su";
|
|
877
|
-
}
|
|
877
|
+
}>>>;
|
|
878
878
|
monitoredLanguageId: z.ZodNumber;
|
|
879
879
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
880
880
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1101,7 +1101,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1101
1101
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1102
1102
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1103
1103
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1104
|
-
|
|
1104
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1105
1105
|
mo: "mo";
|
|
1106
1106
|
tu: "tu";
|
|
1107
1107
|
we: "we";
|
|
@@ -1109,7 +1109,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1109
1109
|
fr: "fr";
|
|
1110
1110
|
sa: "sa";
|
|
1111
1111
|
su: "su";
|
|
1112
|
-
}
|
|
1112
|
+
}>>>;
|
|
1113
1113
|
monitoredLanguageId: z.ZodNumber;
|
|
1114
1114
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1115
1115
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1245,7 +1245,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1245
1245
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1246
1246
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1247
1247
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1248
|
-
|
|
1248
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1249
1249
|
mo: "mo";
|
|
1250
1250
|
tu: "tu";
|
|
1251
1251
|
we: "we";
|
|
@@ -1253,7 +1253,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1253
1253
|
fr: "fr";
|
|
1254
1254
|
sa: "sa";
|
|
1255
1255
|
su: "su";
|
|
1256
|
-
}
|
|
1256
|
+
}>>>;
|
|
1257
1257
|
monitoredLanguageId: z.ZodNumber;
|
|
1258
1258
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1259
1259
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1408,7 +1408,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1408
1408
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
1409
1409
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
1410
1410
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1411
|
-
|
|
1411
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1412
1412
|
mo: "mo";
|
|
1413
1413
|
tu: "tu";
|
|
1414
1414
|
we: "we";
|
|
@@ -1416,7 +1416,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1416
1416
|
fr: "fr";
|
|
1417
1417
|
sa: "sa";
|
|
1418
1418
|
su: "su";
|
|
1419
|
-
}
|
|
1419
|
+
}>>>;
|
|
1420
1420
|
monitoredLanguageId: z.ZodNumber;
|
|
1421
1421
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
1422
1422
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -1640,7 +1640,7 @@ export declare const AVAILABLE_STEPS: (StepInterface<"trigger_step" | "clear_tra
|
|
|
1640
1640
|
timeFrom?: string | undefined;
|
|
1641
1641
|
timeTo?: string | undefined;
|
|
1642
1642
|
timezone?: string | undefined;
|
|
1643
|
-
|
|
1643
|
+
weekdays?: ("mo" | "tu" | "we" | "th" | "fr" | "sa" | "su")[] | undefined;
|
|
1644
1644
|
projectFilterId?: string | null | undefined;
|
|
1645
1645
|
}>) | ({
|
|
1646
1646
|
[x: string]: unknown;
|
|
@@ -34,7 +34,7 @@ declare const FORM_SCHEMA: z.ZodObject<{
|
|
|
34
34
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
35
35
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
36
36
|
timezone: z.ZodOptional<z.ZodString>;
|
|
37
|
-
|
|
37
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
38
38
|
mo: "mo";
|
|
39
39
|
tu: "tu";
|
|
40
40
|
we: "we";
|
|
@@ -42,7 +42,7 @@ declare const FORM_SCHEMA: z.ZodObject<{
|
|
|
42
42
|
fr: "fr";
|
|
43
43
|
sa: "sa";
|
|
44
44
|
su: "su";
|
|
45
|
-
}
|
|
45
|
+
}>>>;
|
|
46
46
|
monitoredLanguageId: z.ZodNumber;
|
|
47
47
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
48
48
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -67,7 +67,7 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
|
|
|
67
67
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
68
68
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
69
69
|
timezone: z.ZodOptional<z.ZodString>;
|
|
70
|
-
|
|
70
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
71
71
|
mo: "mo";
|
|
72
72
|
tu: "tu";
|
|
73
73
|
we: "we";
|
|
@@ -75,7 +75,7 @@ declare const LAYOUT_SCHEMA: z.ZodObject<{
|
|
|
75
75
|
fr: "fr";
|
|
76
76
|
sa: "sa";
|
|
77
77
|
su: "su";
|
|
78
|
-
}
|
|
78
|
+
}>>>;
|
|
79
79
|
monitoredLanguageId: z.ZodNumber;
|
|
80
80
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
81
81
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -104,7 +104,7 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
|
|
|
104
104
|
timeFrom: z.ZodOptional<z.ZodISOTime>;
|
|
105
105
|
timeTo: z.ZodOptional<z.ZodISOTime>;
|
|
106
106
|
timezone: z.ZodOptional<z.ZodString>;
|
|
107
|
-
|
|
107
|
+
weekdays: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
108
108
|
mo: "mo";
|
|
109
109
|
tu: "tu";
|
|
110
110
|
we: "we";
|
|
@@ -112,7 +112,7 @@ declare const LIVE_DTO_SCHEMA: z.ZodObject<{
|
|
|
112
112
|
fr: "fr";
|
|
113
113
|
sa: "sa";
|
|
114
114
|
su: "su";
|
|
115
|
-
}
|
|
115
|
+
}>>>;
|
|
116
116
|
monitoredLanguageId: z.ZodNumber;
|
|
117
117
|
targetLanguageIds: z.ZodArray<z.ZodNumber>;
|
|
118
118
|
monitoredKeyType: z.ZodEnum<{
|
|
@@ -15,7 +15,7 @@ const FORM_SCHEMA = z.object({
|
|
|
15
15
|
timeFrom: z.iso.time().optional(),
|
|
16
16
|
timeTo: z.iso.time().optional(),
|
|
17
17
|
timezone: z.string().optional(),
|
|
18
|
-
|
|
18
|
+
weekdays: z.array(WEEKDAY).optional(),
|
|
19
19
|
monitoredLanguageId: z.number().min(1).int(),
|
|
20
20
|
targetLanguageIds: z
|
|
21
21
|
.array(z.number().min(1).int())
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduledTriggerStep.js","sourceRoot":"","sources":["../../../src/steps/resources/ScheduledTriggerStep.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,GAGtB,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAG1B,MAAM,IAAI,GAAG,cAAc,CAAA;AAE3B,MAAM,IAAI,GAAG,aAAa,CAAA;AAE1B,MAAM,cAAc,GAAG,mBAAmB,CAAA;AAE1C,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAA;AAC9E,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAA;AAEzE,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,qBAAqB,CAAC;IACpE,oBAAoB,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,oCAAoC,CAAC;IACtE,SAAS,EAAE,cAAc,CAAC,QAAQ,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC/C,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,
|
|
1
|
+
{"version":3,"file":"ScheduledTriggerStep.js","sourceRoot":"","sources":["../../../src/steps/resources/ScheduledTriggerStep.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED