@lokalise/connector-api-contracts 5.0.0 → 5.0.2
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.
|
@@ -27,6 +27,20 @@ export declare const SEARCH_FILTER_SCHEMA: z.ZodObject<{
|
|
|
27
27
|
}, z.core.$strip>>>;
|
|
28
28
|
type: z.ZodLiteral<"search">;
|
|
29
29
|
}, z.core.$strip>;
|
|
30
|
+
export declare const TEXT_FILTER_SCHEMA: z.ZodObject<{
|
|
31
|
+
id: z.ZodString;
|
|
32
|
+
name: z.ZodString;
|
|
33
|
+
query: z.ZodString;
|
|
34
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35
|
+
type: z.ZodEnum<{
|
|
36
|
+
equals: "equals";
|
|
37
|
+
notEquals: "notEquals";
|
|
38
|
+
contains: "contains";
|
|
39
|
+
}>;
|
|
40
|
+
name: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>>;
|
|
42
|
+
type: z.ZodLiteral<"text">;
|
|
43
|
+
}, z.core.$strip>;
|
|
30
44
|
export declare const MULTISELECT_FILTER_SCHEMA: z.ZodObject<{
|
|
31
45
|
id: z.ZodString;
|
|
32
46
|
name: z.ZodString;
|
|
@@ -147,6 +161,19 @@ export declare const MANIFEST_FILTER_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
147
161
|
name: z.ZodString;
|
|
148
162
|
}, z.core.$strip>>;
|
|
149
163
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
164
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
165
|
+
id: z.ZodString;
|
|
166
|
+
name: z.ZodString;
|
|
167
|
+
query: z.ZodString;
|
|
168
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
169
|
+
type: z.ZodEnum<{
|
|
170
|
+
equals: "equals";
|
|
171
|
+
notEquals: "notEquals";
|
|
172
|
+
contains: "contains";
|
|
173
|
+
}>;
|
|
174
|
+
name: z.ZodString;
|
|
175
|
+
}, z.core.$strip>>>;
|
|
176
|
+
type: z.ZodLiteral<"text">;
|
|
150
177
|
}, z.core.$strip>, z.ZodObject<{
|
|
151
178
|
id: z.ZodString;
|
|
152
179
|
name: z.ZodString;
|
|
@@ -414,6 +441,19 @@ export declare const MANIFEST_SCHEMA: z.ZodObject<{
|
|
|
414
441
|
name: z.ZodString;
|
|
415
442
|
}, z.core.$strip>>;
|
|
416
443
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
444
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
445
|
+
id: z.ZodString;
|
|
446
|
+
name: z.ZodString;
|
|
447
|
+
query: z.ZodString;
|
|
448
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
449
|
+
type: z.ZodEnum<{
|
|
450
|
+
equals: "equals";
|
|
451
|
+
notEquals: "notEquals";
|
|
452
|
+
contains: "contains";
|
|
453
|
+
}>;
|
|
454
|
+
name: z.ZodString;
|
|
455
|
+
}, z.core.$strip>>>;
|
|
456
|
+
type: z.ZodLiteral<"text">;
|
|
417
457
|
}, z.core.$strip>, z.ZodObject<{
|
|
418
458
|
id: z.ZodString;
|
|
419
459
|
name: z.ZodString;
|
|
@@ -558,6 +598,19 @@ export declare const MANIFESTS_BY_MODE_SCHEMA: z.ZodRecord<z.ZodString, z.ZodObj
|
|
|
558
598
|
name: z.ZodString;
|
|
559
599
|
}, z.core.$strip>>;
|
|
560
600
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
602
|
+
id: z.ZodString;
|
|
603
|
+
name: z.ZodString;
|
|
604
|
+
query: z.ZodString;
|
|
605
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
606
|
+
type: z.ZodEnum<{
|
|
607
|
+
equals: "equals";
|
|
608
|
+
notEquals: "notEquals";
|
|
609
|
+
contains: "contains";
|
|
610
|
+
}>;
|
|
611
|
+
name: z.ZodString;
|
|
612
|
+
}, z.core.$strip>>>;
|
|
613
|
+
type: z.ZodLiteral<"text">;
|
|
561
614
|
}, z.core.$strip>, z.ZodObject<{
|
|
562
615
|
id: z.ZodString;
|
|
563
616
|
name: z.ZodString;
|
|
@@ -704,6 +757,19 @@ export declare const MANIFEST_MODES_CONFIG: z.ZodObject<{
|
|
|
704
757
|
name: z.ZodString;
|
|
705
758
|
}, z.core.$strip>>;
|
|
706
759
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
760
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
761
|
+
id: z.ZodString;
|
|
762
|
+
name: z.ZodString;
|
|
763
|
+
query: z.ZodString;
|
|
764
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
765
|
+
type: z.ZodEnum<{
|
|
766
|
+
equals: "equals";
|
|
767
|
+
notEquals: "notEquals";
|
|
768
|
+
contains: "contains";
|
|
769
|
+
}>;
|
|
770
|
+
name: z.ZodString;
|
|
771
|
+
}, z.core.$strip>>>;
|
|
772
|
+
type: z.ZodLiteral<"text">;
|
|
707
773
|
}, z.core.$strip>, z.ZodObject<{
|
|
708
774
|
id: z.ZodString;
|
|
709
775
|
name: z.ZodString;
|
|
@@ -852,6 +918,19 @@ export declare const GET_MANIFEST_RESPONSE: z.ZodObject<{
|
|
|
852
918
|
name: z.ZodString;
|
|
853
919
|
}, z.core.$strip>>;
|
|
854
920
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
921
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
922
|
+
id: z.ZodString;
|
|
923
|
+
name: z.ZodString;
|
|
924
|
+
query: z.ZodString;
|
|
925
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
926
|
+
type: z.ZodEnum<{
|
|
927
|
+
equals: "equals";
|
|
928
|
+
notEquals: "notEquals";
|
|
929
|
+
contains: "contains";
|
|
930
|
+
}>;
|
|
931
|
+
name: z.ZodString;
|
|
932
|
+
}, z.core.$strip>>>;
|
|
933
|
+
type: z.ZodLiteral<"text">;
|
|
855
934
|
}, z.core.$strip>, z.ZodObject<{
|
|
856
935
|
id: z.ZodString;
|
|
857
936
|
name: z.ZodString;
|
|
@@ -1000,6 +1079,19 @@ export declare const getManifestContract: import("@lokalise/api-contracts").GetR
|
|
|
1000
1079
|
name: z.ZodString;
|
|
1001
1080
|
}, z.core.$strip>>;
|
|
1002
1081
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1082
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1083
|
+
id: z.ZodString;
|
|
1084
|
+
name: z.ZodString;
|
|
1085
|
+
query: z.ZodString;
|
|
1086
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1087
|
+
type: z.ZodEnum<{
|
|
1088
|
+
equals: "equals";
|
|
1089
|
+
notEquals: "notEquals";
|
|
1090
|
+
contains: "contains";
|
|
1091
|
+
}>;
|
|
1092
|
+
name: z.ZodString;
|
|
1093
|
+
}, z.core.$strip>>>;
|
|
1094
|
+
type: z.ZodLiteral<"text">;
|
|
1003
1095
|
}, z.core.$strip>, z.ZodObject<{
|
|
1004
1096
|
id: z.ZodString;
|
|
1005
1097
|
name: z.ZodString;
|
|
@@ -1151,6 +1243,19 @@ export declare const getManifestContract: import("@lokalise/api-contracts").GetR
|
|
|
1151
1243
|
name: z.ZodString;
|
|
1152
1244
|
}, z.core.$strip>>;
|
|
1153
1245
|
defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1246
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1247
|
+
id: z.ZodString;
|
|
1248
|
+
name: z.ZodString;
|
|
1249
|
+
query: z.ZodString;
|
|
1250
|
+
clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1251
|
+
type: z.ZodEnum<{
|
|
1252
|
+
equals: "equals";
|
|
1253
|
+
notEquals: "notEquals";
|
|
1254
|
+
contains: "contains";
|
|
1255
|
+
}>;
|
|
1256
|
+
name: z.ZodString;
|
|
1257
|
+
}, z.core.$strip>>>;
|
|
1258
|
+
type: z.ZodLiteral<"text">;
|
|
1154
1259
|
}, z.core.$strip>, z.ZodObject<{
|
|
1155
1260
|
id: z.ZodString;
|
|
1156
1261
|
name: z.ZodString;
|
|
@@ -13,10 +13,17 @@ const BASE_FILTER_SCHEMA = z.object({
|
|
|
13
13
|
id: z.string(),
|
|
14
14
|
name: z.string(),
|
|
15
15
|
query: z.string(),
|
|
16
|
-
clauses: z
|
|
16
|
+
clauses: z
|
|
17
|
+
.array(FILTER_CLAUSE)
|
|
18
|
+
.min(1)
|
|
19
|
+
.optional()
|
|
20
|
+
.describe('Clauses for compatibility with expert.'),
|
|
17
21
|
});
|
|
18
22
|
export const SEARCH_FILTER_SCHEMA = BASE_FILTER_SCHEMA.extend({
|
|
19
23
|
type: z.literal('search'),
|
|
24
|
+
}).describe('Represents explicit global search box on a page. Should be only one within the filter definitions.');
|
|
25
|
+
export const TEXT_FILTER_SCHEMA = BASE_FILTER_SCHEMA.extend({
|
|
26
|
+
type: z.literal('text'),
|
|
20
27
|
});
|
|
21
28
|
export const MULTISELECT_FILTER_SCHEMA = BASE_FILTER_SCHEMA.extend({
|
|
22
29
|
type: z.literal('multiselect'),
|
|
@@ -51,6 +58,7 @@ export const DATERANGE_FILTER_SCHEMA = BASE_FILTER_SCHEMA.extend({
|
|
|
51
58
|
export const MANIFEST_FILTER_SCHEMA = z.discriminatedUnion('type', [
|
|
52
59
|
SEARCH_FILTER_SCHEMA,
|
|
53
60
|
MULTISELECT_FILTER_SCHEMA,
|
|
61
|
+
TEXT_FILTER_SCHEMA,
|
|
54
62
|
ASYNC_MULTISELECT_FILTER_SCHEMA,
|
|
55
63
|
SELECT_FILTER_SCHEMA,
|
|
56
64
|
ASYNC_SELECT_FILTER_SCHEMA,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifestContracts.js","sourceRoot":"","sources":["../../src/contracts/manifestContracts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AACvD,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EACL,kCAAkC,EAClC,0CAA0C,GAC3C,MAAM,oBAAoB,CAAA;AAE3B,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,MAAM,CAAC;IACpD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IACjD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAA;AAIF,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,OAAO,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"manifestContracts.js","sourceRoot":"","sources":["../../src/contracts/manifestContracts.ts"],"names":[],"mappings":"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"}
|