@lokalise/content-type-app-engine-contracts 5.8.0 → 5.10.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.
@@ -97,11 +97,29 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
97
97
  }, z.core.$strip>], "type">;
98
98
  filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
99
99
  id: z.ZodString;
100
+ name: z.ZodString;
100
101
  query: z.ZodString;
102
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
103
+ type: z.ZodEnum<{
104
+ equals: "equals";
105
+ notEquals: "notEquals";
106
+ contains: "contains";
107
+ }>;
108
+ name: z.ZodString;
109
+ }, z.core.$strip>>>;
101
110
  type: z.ZodLiteral<"search">;
102
111
  }, z.core.$strip>, z.ZodObject<{
103
112
  id: z.ZodString;
113
+ name: z.ZodString;
104
114
  query: z.ZodString;
115
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
116
+ type: z.ZodEnum<{
117
+ equals: "equals";
118
+ notEquals: "notEquals";
119
+ contains: "contains";
120
+ }>;
121
+ name: z.ZodString;
122
+ }, z.core.$strip>>>;
105
123
  type: z.ZodLiteral<"multiselect">;
106
124
  options: z.ZodArray<z.ZodObject<{
107
125
  id: z.ZodString;
@@ -110,14 +128,45 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
110
128
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
111
129
  }, z.core.$strip>, z.ZodObject<{
112
130
  id: z.ZodString;
131
+ name: z.ZodString;
132
+ query: z.ZodString;
133
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
134
+ type: z.ZodEnum<{
135
+ equals: "equals";
136
+ notEquals: "notEquals";
137
+ contains: "contains";
138
+ }>;
139
+ name: z.ZodString;
140
+ }, z.core.$strip>>>;
141
+ type: z.ZodLiteral<"text">;
142
+ }, z.core.$strip>, z.ZodObject<{
143
+ id: z.ZodString;
144
+ name: z.ZodString;
113
145
  query: z.ZodString;
146
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
147
+ type: z.ZodEnum<{
148
+ equals: "equals";
149
+ notEquals: "notEquals";
150
+ contains: "contains";
151
+ }>;
152
+ name: z.ZodString;
153
+ }, z.core.$strip>>>;
114
154
  type: z.ZodLiteral<"async-multiselect">;
115
155
  constraintQuery: z.ZodOptional<z.ZodString>;
116
156
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
117
157
  dependsOn: z.ZodOptional<z.ZodString>;
118
158
  }, z.core.$strip>, z.ZodObject<{
119
159
  id: z.ZodString;
160
+ name: z.ZodString;
120
161
  query: z.ZodString;
162
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
163
+ type: z.ZodEnum<{
164
+ equals: "equals";
165
+ notEquals: "notEquals";
166
+ contains: "contains";
167
+ }>;
168
+ name: z.ZodString;
169
+ }, z.core.$strip>>>;
121
170
  type: z.ZodLiteral<"select">;
122
171
  options: z.ZodArray<z.ZodObject<{
123
172
  id: z.ZodString;
@@ -126,13 +175,31 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
126
175
  defaultValue: z.ZodOptional<z.ZodString>;
127
176
  }, z.core.$strip>, z.ZodObject<{
128
177
  id: z.ZodString;
178
+ name: z.ZodString;
129
179
  query: z.ZodString;
180
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
181
+ type: z.ZodEnum<{
182
+ equals: "equals";
183
+ notEquals: "notEquals";
184
+ contains: "contains";
185
+ }>;
186
+ name: z.ZodString;
187
+ }, z.core.$strip>>>;
130
188
  type: z.ZodLiteral<"async-select">;
131
189
  constraintQuery: z.ZodOptional<z.ZodString>;
132
190
  dependsOn: z.ZodOptional<z.ZodString>;
133
191
  }, z.core.$strip>, z.ZodObject<{
134
192
  id: z.ZodString;
193
+ name: z.ZodString;
135
194
  query: z.ZodString;
195
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
196
+ type: z.ZodEnum<{
197
+ equals: "equals";
198
+ notEquals: "notEquals";
199
+ contains: "contains";
200
+ }>;
201
+ name: z.ZodString;
202
+ }, z.core.$strip>>>;
136
203
  type: z.ZodLiteral<"daterange">;
137
204
  defaultValue: z.ZodOptional<z.ZodObject<{
138
205
  from: z.ZodString;
@@ -143,7 +210,10 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
143
210
  version: z.ZodNumber;
144
211
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
145
212
  }, z.core.$strip>>;
146
- columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
213
+ columns: z.ZodRecord<z.ZodEnum<{
214
+ projectSetupList: "projectSetupList";
215
+ importModalList: "importModalList";
216
+ }> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
147
217
  id: z.ZodString;
148
218
  type: z.ZodLiteral<"primary">;
149
219
  paths: z.ZodObject<{
@@ -158,7 +228,13 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
158
228
  text: z.ZodString;
159
229
  icon: z.ZodOptional<z.ZodString>;
160
230
  }, z.core.$strip>;
161
- }, z.core.$strip>], "type">>;
231
+ }, z.core.$strip>, z.ZodObject<{
232
+ id: z.ZodString;
233
+ type: z.ZodLiteral<"datetime">;
234
+ paths: z.ZodObject<{
235
+ datetime: z.ZodString;
236
+ }, z.core.$strip>;
237
+ }, z.core.$strip>], "type">>>;
162
238
  }, z.core.$strip>;
163
239
  }, z.core.$strip>, z.ZodObject<{
164
240
  integrationId: z.ZodGUID;
@@ -192,11 +268,29 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
192
268
  }, z.core.$strip>], "type">;
193
269
  filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
194
270
  id: z.ZodString;
271
+ name: z.ZodString;
195
272
  query: z.ZodString;
273
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
274
+ type: z.ZodEnum<{
275
+ equals: "equals";
276
+ notEquals: "notEquals";
277
+ contains: "contains";
278
+ }>;
279
+ name: z.ZodString;
280
+ }, z.core.$strip>>>;
196
281
  type: z.ZodLiteral<"search">;
197
282
  }, z.core.$strip>, z.ZodObject<{
198
283
  id: z.ZodString;
284
+ name: z.ZodString;
199
285
  query: z.ZodString;
286
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
287
+ type: z.ZodEnum<{
288
+ equals: "equals";
289
+ notEquals: "notEquals";
290
+ contains: "contains";
291
+ }>;
292
+ name: z.ZodString;
293
+ }, z.core.$strip>>>;
200
294
  type: z.ZodLiteral<"multiselect">;
201
295
  options: z.ZodArray<z.ZodObject<{
202
296
  id: z.ZodString;
@@ -205,14 +299,45 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
205
299
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
206
300
  }, z.core.$strip>, z.ZodObject<{
207
301
  id: z.ZodString;
302
+ name: z.ZodString;
303
+ query: z.ZodString;
304
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
305
+ type: z.ZodEnum<{
306
+ equals: "equals";
307
+ notEquals: "notEquals";
308
+ contains: "contains";
309
+ }>;
310
+ name: z.ZodString;
311
+ }, z.core.$strip>>>;
312
+ type: z.ZodLiteral<"text">;
313
+ }, z.core.$strip>, z.ZodObject<{
314
+ id: z.ZodString;
315
+ name: z.ZodString;
208
316
  query: z.ZodString;
317
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
318
+ type: z.ZodEnum<{
319
+ equals: "equals";
320
+ notEquals: "notEquals";
321
+ contains: "contains";
322
+ }>;
323
+ name: z.ZodString;
324
+ }, z.core.$strip>>>;
209
325
  type: z.ZodLiteral<"async-multiselect">;
210
326
  constraintQuery: z.ZodOptional<z.ZodString>;
211
327
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
212
328
  dependsOn: z.ZodOptional<z.ZodString>;
213
329
  }, z.core.$strip>, z.ZodObject<{
214
330
  id: z.ZodString;
331
+ name: z.ZodString;
215
332
  query: z.ZodString;
333
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
334
+ type: z.ZodEnum<{
335
+ equals: "equals";
336
+ notEquals: "notEquals";
337
+ contains: "contains";
338
+ }>;
339
+ name: z.ZodString;
340
+ }, z.core.$strip>>>;
216
341
  type: z.ZodLiteral<"select">;
217
342
  options: z.ZodArray<z.ZodObject<{
218
343
  id: z.ZodString;
@@ -221,13 +346,31 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
221
346
  defaultValue: z.ZodOptional<z.ZodString>;
222
347
  }, z.core.$strip>, z.ZodObject<{
223
348
  id: z.ZodString;
349
+ name: z.ZodString;
224
350
  query: z.ZodString;
351
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
352
+ type: z.ZodEnum<{
353
+ equals: "equals";
354
+ notEquals: "notEquals";
355
+ contains: "contains";
356
+ }>;
357
+ name: z.ZodString;
358
+ }, z.core.$strip>>>;
225
359
  type: z.ZodLiteral<"async-select">;
226
360
  constraintQuery: z.ZodOptional<z.ZodString>;
227
361
  dependsOn: z.ZodOptional<z.ZodString>;
228
362
  }, z.core.$strip>, z.ZodObject<{
229
363
  id: z.ZodString;
364
+ name: z.ZodString;
230
365
  query: z.ZodString;
366
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
367
+ type: z.ZodEnum<{
368
+ equals: "equals";
369
+ notEquals: "notEquals";
370
+ contains: "contains";
371
+ }>;
372
+ name: z.ZodString;
373
+ }, z.core.$strip>>>;
231
374
  type: z.ZodLiteral<"daterange">;
232
375
  defaultValue: z.ZodOptional<z.ZodObject<{
233
376
  from: z.ZodString;
@@ -238,7 +381,10 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
238
381
  version: z.ZodNumber;
239
382
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
240
383
  }, z.core.$strip>>;
241
- columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
384
+ columns: z.ZodRecord<z.ZodEnum<{
385
+ projectSetupList: "projectSetupList";
386
+ importModalList: "importModalList";
387
+ }> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
242
388
  id: z.ZodString;
243
389
  type: z.ZodLiteral<"primary">;
244
390
  paths: z.ZodObject<{
@@ -253,7 +399,13 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
253
399
  text: z.ZodString;
254
400
  icon: z.ZodOptional<z.ZodString>;
255
401
  }, z.core.$strip>;
256
- }, z.core.$strip>], "type">>;
402
+ }, z.core.$strip>, z.ZodObject<{
403
+ id: z.ZodString;
404
+ type: z.ZodLiteral<"datetime">;
405
+ paths: z.ZodObject<{
406
+ datetime: z.ZodString;
407
+ }, z.core.$strip>;
408
+ }, z.core.$strip>], "type">>>;
257
409
  }, z.core.$strip>;
258
410
  }, z.core.$strip>;
259
411
  401: z.ZodObject<{
@@ -100,11 +100,29 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
100
100
  }, z.core.$strip>], "type">;
101
101
  filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
102
102
  id: z.ZodString;
103
+ name: z.ZodString;
103
104
  query: z.ZodString;
105
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
106
+ type: z.ZodEnum<{
107
+ equals: "equals";
108
+ notEquals: "notEquals";
109
+ contains: "contains";
110
+ }>;
111
+ name: z.ZodString;
112
+ }, z.core.$strip>>>;
104
113
  type: z.ZodLiteral<"search">;
105
114
  }, z.core.$strip>, z.ZodObject<{
106
115
  id: z.ZodString;
116
+ name: z.ZodString;
107
117
  query: z.ZodString;
118
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
119
+ type: z.ZodEnum<{
120
+ equals: "equals";
121
+ notEquals: "notEquals";
122
+ contains: "contains";
123
+ }>;
124
+ name: z.ZodString;
125
+ }, z.core.$strip>>>;
108
126
  type: z.ZodLiteral<"multiselect">;
109
127
  options: z.ZodArray<z.ZodObject<{
110
128
  id: z.ZodString;
@@ -113,14 +131,45 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
113
131
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
114
132
  }, z.core.$strip>, z.ZodObject<{
115
133
  id: z.ZodString;
134
+ name: z.ZodString;
135
+ query: z.ZodString;
136
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
137
+ type: z.ZodEnum<{
138
+ equals: "equals";
139
+ notEquals: "notEquals";
140
+ contains: "contains";
141
+ }>;
142
+ name: z.ZodString;
143
+ }, z.core.$strip>>>;
144
+ type: z.ZodLiteral<"text">;
145
+ }, z.core.$strip>, z.ZodObject<{
146
+ id: z.ZodString;
147
+ name: z.ZodString;
116
148
  query: z.ZodString;
149
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
150
+ type: z.ZodEnum<{
151
+ equals: "equals";
152
+ notEquals: "notEquals";
153
+ contains: "contains";
154
+ }>;
155
+ name: z.ZodString;
156
+ }, z.core.$strip>>>;
117
157
  type: z.ZodLiteral<"async-multiselect">;
118
158
  constraintQuery: z.ZodOptional<z.ZodString>;
119
159
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
120
160
  dependsOn: z.ZodOptional<z.ZodString>;
121
161
  }, z.core.$strip>, z.ZodObject<{
122
162
  id: z.ZodString;
163
+ name: z.ZodString;
123
164
  query: z.ZodString;
165
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
166
+ type: z.ZodEnum<{
167
+ equals: "equals";
168
+ notEquals: "notEquals";
169
+ contains: "contains";
170
+ }>;
171
+ name: z.ZodString;
172
+ }, z.core.$strip>>>;
124
173
  type: z.ZodLiteral<"select">;
125
174
  options: z.ZodArray<z.ZodObject<{
126
175
  id: z.ZodString;
@@ -129,13 +178,31 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
129
178
  defaultValue: z.ZodOptional<z.ZodString>;
130
179
  }, z.core.$strip>, z.ZodObject<{
131
180
  id: z.ZodString;
181
+ name: z.ZodString;
132
182
  query: z.ZodString;
183
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
184
+ type: z.ZodEnum<{
185
+ equals: "equals";
186
+ notEquals: "notEquals";
187
+ contains: "contains";
188
+ }>;
189
+ name: z.ZodString;
190
+ }, z.core.$strip>>>;
133
191
  type: z.ZodLiteral<"async-select">;
134
192
  constraintQuery: z.ZodOptional<z.ZodString>;
135
193
  dependsOn: z.ZodOptional<z.ZodString>;
136
194
  }, z.core.$strip>, z.ZodObject<{
137
195
  id: z.ZodString;
196
+ name: z.ZodString;
138
197
  query: z.ZodString;
198
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
199
+ type: z.ZodEnum<{
200
+ equals: "equals";
201
+ notEquals: "notEquals";
202
+ contains: "contains";
203
+ }>;
204
+ name: z.ZodString;
205
+ }, z.core.$strip>>>;
139
206
  type: z.ZodLiteral<"daterange">;
140
207
  defaultValue: z.ZodOptional<z.ZodObject<{
141
208
  from: z.ZodString;
@@ -146,7 +213,10 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
146
213
  version: z.ZodNumber;
147
214
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
148
215
  }, z.core.$strip>>;
149
- columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
216
+ columns: z.ZodRecord<z.ZodEnum<{
217
+ projectSetupList: "projectSetupList";
218
+ importModalList: "importModalList";
219
+ }> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
150
220
  id: z.ZodString;
151
221
  type: z.ZodLiteral<"primary">;
152
222
  paths: z.ZodObject<{
@@ -161,7 +231,13 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
161
231
  text: z.ZodString;
162
232
  icon: z.ZodOptional<z.ZodString>;
163
233
  }, z.core.$strip>;
164
- }, z.core.$strip>], "type">>;
234
+ }, z.core.$strip>, z.ZodObject<{
235
+ id: z.ZodString;
236
+ type: z.ZodLiteral<"datetime">;
237
+ paths: z.ZodObject<{
238
+ datetime: z.ZodString;
239
+ }, z.core.$strip>;
240
+ }, z.core.$strip>], "type">>>;
165
241
  }, z.core.$strip>;
166
242
  }, z.core.$strip>;
167
243
  export type GetIntegrationManifestResponse = z.infer<typeof GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA>;
@@ -25,11 +25,29 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
25
25
  }, import("zod/v4/core").$strip>], "type">;
26
26
  filters: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
27
27
  id: import("zod").ZodString;
28
+ name: import("zod").ZodString;
28
29
  query: import("zod").ZodString;
30
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
31
+ type: import("zod").ZodEnum<{
32
+ equals: "equals";
33
+ notEquals: "notEquals";
34
+ contains: "contains";
35
+ }>;
36
+ name: import("zod").ZodString;
37
+ }, import("zod/v4/core").$strip>>>;
29
38
  type: import("zod").ZodLiteral<"search">;
30
39
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31
40
  id: import("zod").ZodString;
41
+ name: import("zod").ZodString;
32
42
  query: import("zod").ZodString;
43
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
44
+ type: import("zod").ZodEnum<{
45
+ equals: "equals";
46
+ notEquals: "notEquals";
47
+ contains: "contains";
48
+ }>;
49
+ name: import("zod").ZodString;
50
+ }, import("zod/v4/core").$strip>>>;
33
51
  type: import("zod").ZodLiteral<"multiselect">;
34
52
  options: import("zod").ZodArray<import("zod").ZodObject<{
35
53
  id: import("zod").ZodString;
@@ -38,14 +56,45 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
38
56
  defaultValue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
39
57
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
40
58
  id: import("zod").ZodString;
59
+ name: import("zod").ZodString;
60
+ query: import("zod").ZodString;
61
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
62
+ type: import("zod").ZodEnum<{
63
+ equals: "equals";
64
+ notEquals: "notEquals";
65
+ contains: "contains";
66
+ }>;
67
+ name: import("zod").ZodString;
68
+ }, import("zod/v4/core").$strip>>>;
69
+ type: import("zod").ZodLiteral<"text">;
70
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
71
+ id: import("zod").ZodString;
72
+ name: import("zod").ZodString;
41
73
  query: import("zod").ZodString;
74
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
75
+ type: import("zod").ZodEnum<{
76
+ equals: "equals";
77
+ notEquals: "notEquals";
78
+ contains: "contains";
79
+ }>;
80
+ name: import("zod").ZodString;
81
+ }, import("zod/v4/core").$strip>>>;
42
82
  type: import("zod").ZodLiteral<"async-multiselect">;
43
83
  constraintQuery: import("zod").ZodOptional<import("zod").ZodString>;
44
84
  defaultValue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
45
85
  dependsOn: import("zod").ZodOptional<import("zod").ZodString>;
46
86
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
47
87
  id: import("zod").ZodString;
88
+ name: import("zod").ZodString;
48
89
  query: import("zod").ZodString;
90
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
91
+ type: import("zod").ZodEnum<{
92
+ equals: "equals";
93
+ notEquals: "notEquals";
94
+ contains: "contains";
95
+ }>;
96
+ name: import("zod").ZodString;
97
+ }, import("zod/v4/core").$strip>>>;
49
98
  type: import("zod").ZodLiteral<"select">;
50
99
  options: import("zod").ZodArray<import("zod").ZodObject<{
51
100
  id: import("zod").ZodString;
@@ -54,13 +103,31 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
54
103
  defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
55
104
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
56
105
  id: import("zod").ZodString;
106
+ name: import("zod").ZodString;
57
107
  query: import("zod").ZodString;
108
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
109
+ type: import("zod").ZodEnum<{
110
+ equals: "equals";
111
+ notEquals: "notEquals";
112
+ contains: "contains";
113
+ }>;
114
+ name: import("zod").ZodString;
115
+ }, import("zod/v4/core").$strip>>>;
58
116
  type: import("zod").ZodLiteral<"async-select">;
59
117
  constraintQuery: import("zod").ZodOptional<import("zod").ZodString>;
60
118
  dependsOn: import("zod").ZodOptional<import("zod").ZodString>;
61
119
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
62
120
  id: import("zod").ZodString;
121
+ name: import("zod").ZodString;
63
122
  query: import("zod").ZodString;
123
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
124
+ type: import("zod").ZodEnum<{
125
+ equals: "equals";
126
+ notEquals: "notEquals";
127
+ contains: "contains";
128
+ }>;
129
+ name: import("zod").ZodString;
130
+ }, import("zod/v4/core").$strip>>>;
64
131
  type: import("zod").ZodLiteral<"daterange">;
65
132
  defaultValue: import("zod").ZodOptional<import("zod").ZodObject<{
66
133
  from: import("zod").ZodString;
@@ -71,7 +138,10 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
71
138
  version: import("zod").ZodNumber;
72
139
  data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$loose>>;
73
140
  }, import("zod/v4/core").$strip>>;
74
- columns: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
141
+ columns: import("zod").ZodRecord<import("zod").ZodEnum<{
142
+ projectSetupList: "projectSetupList";
143
+ importModalList: "importModalList";
144
+ }> & import("zod/v4/core").$partial, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
75
145
  id: import("zod").ZodString;
76
146
  type: import("zod").ZodLiteral<"primary">;
77
147
  paths: import("zod").ZodObject<{
@@ -86,7 +156,13 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
86
156
  text: import("zod").ZodString;
87
157
  icon: import("zod").ZodOptional<import("zod").ZodString>;
88
158
  }, import("zod/v4/core").$strip>;
89
- }, import("zod/v4/core").$strip>], "type">>;
159
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
160
+ id: import("zod").ZodString;
161
+ type: import("zod").ZodLiteral<"datetime">;
162
+ paths: import("zod").ZodObject<{
163
+ datetime: import("zod").ZodString;
164
+ }, import("zod/v4/core").$strip>;
165
+ }, import("zod/v4/core").$strip>], "type">>>;
90
166
  }, import("zod/v4/core").$strip>;
91
167
  }, import("zod/v4/core").$strip>, undefined, undefined, import("zod").ZodObject<{
92
168
  authorization: import("zod").ZodOptional<import("zod").ZodString>;
@@ -118,11 +194,29 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
118
194
  }, import("zod/v4/core").$strip>], "type">;
119
195
  filters: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
120
196
  id: import("zod").ZodString;
197
+ name: import("zod").ZodString;
121
198
  query: import("zod").ZodString;
199
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
200
+ type: import("zod").ZodEnum<{
201
+ equals: "equals";
202
+ notEquals: "notEquals";
203
+ contains: "contains";
204
+ }>;
205
+ name: import("zod").ZodString;
206
+ }, import("zod/v4/core").$strip>>>;
122
207
  type: import("zod").ZodLiteral<"search">;
123
208
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
124
209
  id: import("zod").ZodString;
210
+ name: import("zod").ZodString;
125
211
  query: import("zod").ZodString;
212
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
213
+ type: import("zod").ZodEnum<{
214
+ equals: "equals";
215
+ notEquals: "notEquals";
216
+ contains: "contains";
217
+ }>;
218
+ name: import("zod").ZodString;
219
+ }, import("zod/v4/core").$strip>>>;
126
220
  type: import("zod").ZodLiteral<"multiselect">;
127
221
  options: import("zod").ZodArray<import("zod").ZodObject<{
128
222
  id: import("zod").ZodString;
@@ -131,14 +225,45 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
131
225
  defaultValue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
132
226
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
133
227
  id: import("zod").ZodString;
228
+ name: import("zod").ZodString;
229
+ query: import("zod").ZodString;
230
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
231
+ type: import("zod").ZodEnum<{
232
+ equals: "equals";
233
+ notEquals: "notEquals";
234
+ contains: "contains";
235
+ }>;
236
+ name: import("zod").ZodString;
237
+ }, import("zod/v4/core").$strip>>>;
238
+ type: import("zod").ZodLiteral<"text">;
239
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
240
+ id: import("zod").ZodString;
241
+ name: import("zod").ZodString;
134
242
  query: import("zod").ZodString;
243
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
244
+ type: import("zod").ZodEnum<{
245
+ equals: "equals";
246
+ notEquals: "notEquals";
247
+ contains: "contains";
248
+ }>;
249
+ name: import("zod").ZodString;
250
+ }, import("zod/v4/core").$strip>>>;
135
251
  type: import("zod").ZodLiteral<"async-multiselect">;
136
252
  constraintQuery: import("zod").ZodOptional<import("zod").ZodString>;
137
253
  defaultValue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
138
254
  dependsOn: import("zod").ZodOptional<import("zod").ZodString>;
139
255
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
140
256
  id: import("zod").ZodString;
257
+ name: import("zod").ZodString;
141
258
  query: import("zod").ZodString;
259
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
260
+ type: import("zod").ZodEnum<{
261
+ equals: "equals";
262
+ notEquals: "notEquals";
263
+ contains: "contains";
264
+ }>;
265
+ name: import("zod").ZodString;
266
+ }, import("zod/v4/core").$strip>>>;
142
267
  type: import("zod").ZodLiteral<"select">;
143
268
  options: import("zod").ZodArray<import("zod").ZodObject<{
144
269
  id: import("zod").ZodString;
@@ -147,13 +272,31 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
147
272
  defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
148
273
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
149
274
  id: import("zod").ZodString;
275
+ name: import("zod").ZodString;
150
276
  query: import("zod").ZodString;
277
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
278
+ type: import("zod").ZodEnum<{
279
+ equals: "equals";
280
+ notEquals: "notEquals";
281
+ contains: "contains";
282
+ }>;
283
+ name: import("zod").ZodString;
284
+ }, import("zod/v4/core").$strip>>>;
151
285
  type: import("zod").ZodLiteral<"async-select">;
152
286
  constraintQuery: import("zod").ZodOptional<import("zod").ZodString>;
153
287
  dependsOn: import("zod").ZodOptional<import("zod").ZodString>;
154
288
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
155
289
  id: import("zod").ZodString;
290
+ name: import("zod").ZodString;
156
291
  query: import("zod").ZodString;
292
+ clauses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
293
+ type: import("zod").ZodEnum<{
294
+ equals: "equals";
295
+ notEquals: "notEquals";
296
+ contains: "contains";
297
+ }>;
298
+ name: import("zod").ZodString;
299
+ }, import("zod/v4/core").$strip>>>;
157
300
  type: import("zod").ZodLiteral<"daterange">;
158
301
  defaultValue: import("zod").ZodOptional<import("zod").ZodObject<{
159
302
  from: import("zod").ZodString;
@@ -164,7 +307,10 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
164
307
  version: import("zod").ZodNumber;
165
308
  data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$loose>>;
166
309
  }, import("zod/v4/core").$strip>>;
167
- columns: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
310
+ columns: import("zod").ZodRecord<import("zod").ZodEnum<{
311
+ projectSetupList: "projectSetupList";
312
+ importModalList: "importModalList";
313
+ }> & import("zod/v4/core").$partial, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
168
314
  id: import("zod").ZodString;
169
315
  type: import("zod").ZodLiteral<"primary">;
170
316
  paths: import("zod").ZodObject<{
@@ -179,7 +325,13 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
179
325
  text: import("zod").ZodString;
180
326
  icon: import("zod").ZodOptional<import("zod").ZodString>;
181
327
  }, import("zod/v4/core").$strip>;
182
- }, import("zod/v4/core").$strip>], "type">>;
328
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
329
+ id: import("zod").ZodString;
330
+ type: import("zod").ZodLiteral<"datetime">;
331
+ paths: import("zod").ZodObject<{
332
+ datetime: import("zod").ZodString;
333
+ }, import("zod/v4/core").$strip>;
334
+ }, import("zod/v4/core").$strip>], "type">>>;
183
335
  }, import("zod/v4/core").$strip>;
184
336
  }, import("zod/v4/core").$strip>;
185
337
  401: import("zod").ZodObject<{
@@ -26,11 +26,29 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
26
26
  }, z.core.$strip>], "type">;
27
27
  filters: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
28
28
  id: z.ZodString;
29
+ name: z.ZodString;
29
30
  query: z.ZodString;
31
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
32
+ type: z.ZodEnum<{
33
+ equals: "equals";
34
+ notEquals: "notEquals";
35
+ contains: "contains";
36
+ }>;
37
+ name: z.ZodString;
38
+ }, z.core.$strip>>>;
30
39
  type: z.ZodLiteral<"search">;
31
40
  }, z.core.$strip>, z.ZodObject<{
32
41
  id: z.ZodString;
42
+ name: z.ZodString;
33
43
  query: z.ZodString;
44
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
45
+ type: z.ZodEnum<{
46
+ equals: "equals";
47
+ notEquals: "notEquals";
48
+ contains: "contains";
49
+ }>;
50
+ name: z.ZodString;
51
+ }, z.core.$strip>>>;
34
52
  type: z.ZodLiteral<"multiselect">;
35
53
  options: z.ZodArray<z.ZodObject<{
36
54
  id: z.ZodString;
@@ -39,14 +57,45 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
39
57
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
40
58
  }, z.core.$strip>, z.ZodObject<{
41
59
  id: z.ZodString;
60
+ name: z.ZodString;
61
+ query: z.ZodString;
62
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
63
+ type: z.ZodEnum<{
64
+ equals: "equals";
65
+ notEquals: "notEquals";
66
+ contains: "contains";
67
+ }>;
68
+ name: z.ZodString;
69
+ }, z.core.$strip>>>;
70
+ type: z.ZodLiteral<"text">;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ id: z.ZodString;
73
+ name: z.ZodString;
42
74
  query: z.ZodString;
75
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
76
+ type: z.ZodEnum<{
77
+ equals: "equals";
78
+ notEquals: "notEquals";
79
+ contains: "contains";
80
+ }>;
81
+ name: z.ZodString;
82
+ }, z.core.$strip>>>;
43
83
  type: z.ZodLiteral<"async-multiselect">;
44
84
  constraintQuery: z.ZodOptional<z.ZodString>;
45
85
  defaultValue: z.ZodOptional<z.ZodArray<z.ZodString>>;
46
86
  dependsOn: z.ZodOptional<z.ZodString>;
47
87
  }, z.core.$strip>, z.ZodObject<{
48
88
  id: z.ZodString;
89
+ name: z.ZodString;
49
90
  query: z.ZodString;
91
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
92
+ type: z.ZodEnum<{
93
+ equals: "equals";
94
+ notEquals: "notEquals";
95
+ contains: "contains";
96
+ }>;
97
+ name: z.ZodString;
98
+ }, z.core.$strip>>>;
50
99
  type: z.ZodLiteral<"select">;
51
100
  options: z.ZodArray<z.ZodObject<{
52
101
  id: z.ZodString;
@@ -55,13 +104,31 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
55
104
  defaultValue: z.ZodOptional<z.ZodString>;
56
105
  }, z.core.$strip>, z.ZodObject<{
57
106
  id: z.ZodString;
107
+ name: z.ZodString;
58
108
  query: z.ZodString;
109
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
110
+ type: z.ZodEnum<{
111
+ equals: "equals";
112
+ notEquals: "notEquals";
113
+ contains: "contains";
114
+ }>;
115
+ name: z.ZodString;
116
+ }, z.core.$strip>>>;
59
117
  type: z.ZodLiteral<"async-select">;
60
118
  constraintQuery: z.ZodOptional<z.ZodString>;
61
119
  dependsOn: z.ZodOptional<z.ZodString>;
62
120
  }, z.core.$strip>, z.ZodObject<{
63
121
  id: z.ZodString;
122
+ name: z.ZodString;
64
123
  query: z.ZodString;
124
+ clauses: z.ZodOptional<z.ZodArray<z.ZodObject<{
125
+ type: z.ZodEnum<{
126
+ equals: "equals";
127
+ notEquals: "notEquals";
128
+ contains: "contains";
129
+ }>;
130
+ name: z.ZodString;
131
+ }, z.core.$strip>>>;
65
132
  type: z.ZodLiteral<"daterange">;
66
133
  defaultValue: z.ZodOptional<z.ZodObject<{
67
134
  from: z.ZodString;
@@ -72,7 +139,10 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
72
139
  version: z.ZodNumber;
73
140
  data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
74
141
  }, z.core.$strip>>;
75
- columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
142
+ columns: z.ZodRecord<z.ZodEnum<{
143
+ projectSetupList: "projectSetupList";
144
+ importModalList: "importModalList";
145
+ }> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
76
146
  id: z.ZodString;
77
147
  type: z.ZodLiteral<"primary">;
78
148
  paths: z.ZodObject<{
@@ -87,7 +157,13 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
87
157
  text: z.ZodString;
88
158
  icon: z.ZodOptional<z.ZodString>;
89
159
  }, z.core.$strip>;
90
- }, z.core.$strip>], "type">>;
160
+ }, z.core.$strip>, z.ZodObject<{
161
+ id: z.ZodString;
162
+ type: z.ZodLiteral<"datetime">;
163
+ paths: z.ZodObject<{
164
+ datetime: z.ZodString;
165
+ }, z.core.$strip>;
166
+ }, z.core.$strip>], "type">>>;
91
167
  }, z.core.$strip>;
92
168
  }, z.core.$strip>;
93
169
  export type GetLinkManifestResponse = z.infer<typeof GET_LINK_MANIFEST_RESPONSE_SCHEMA>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/content-type-app-engine-contracts",
3
- "version": "5.8.0",
3
+ "version": "5.10.0",
4
4
  "description": "Content Type App Engine service contracts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@lokalise/api-contracts": "^6.0.0",
20
- "@lokalise/connector-api-contracts": "^4.0.2",
20
+ "@lokalise/connector-api-contracts": "^6.0.0",
21
21
  "@lokalise/content-conversion-api-schemas": "^1.1.0"
22
22
  },
23
23
  "devDependencies": {