@lokalise/content-type-app-engine-contracts 5.9.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.
|
@@ -210,7 +210,10 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
|
|
|
210
210
|
version: z.ZodNumber;
|
|
211
211
|
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
212
212
|
}, z.core.$strip>>;
|
|
213
|
-
columns: z.
|
|
213
|
+
columns: z.ZodRecord<z.ZodEnum<{
|
|
214
|
+
projectSetupList: "projectSetupList";
|
|
215
|
+
importModalList: "importModalList";
|
|
216
|
+
}> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
214
217
|
id: z.ZodString;
|
|
215
218
|
type: z.ZodLiteral<"primary">;
|
|
216
219
|
paths: z.ZodObject<{
|
|
@@ -225,7 +228,13 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
|
|
|
225
228
|
text: z.ZodString;
|
|
226
229
|
icon: z.ZodOptional<z.ZodString>;
|
|
227
230
|
}, z.core.$strip>;
|
|
228
|
-
}, z.core.$strip
|
|
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">>>;
|
|
229
238
|
}, z.core.$strip>;
|
|
230
239
|
}, z.core.$strip>, z.ZodObject<{
|
|
231
240
|
integrationId: z.ZodGUID;
|
|
@@ -372,7 +381,10 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
|
|
|
372
381
|
version: z.ZodNumber;
|
|
373
382
|
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
374
383
|
}, z.core.$strip>>;
|
|
375
|
-
columns: z.
|
|
384
|
+
columns: z.ZodRecord<z.ZodEnum<{
|
|
385
|
+
projectSetupList: "projectSetupList";
|
|
386
|
+
importModalList: "importModalList";
|
|
387
|
+
}> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
376
388
|
id: z.ZodString;
|
|
377
389
|
type: z.ZodLiteral<"primary">;
|
|
378
390
|
paths: z.ZodObject<{
|
|
@@ -387,7 +399,13 @@ export declare const getIntegrationManifestContract: import("@lokalise/api-contr
|
|
|
387
399
|
text: z.ZodString;
|
|
388
400
|
icon: z.ZodOptional<z.ZodString>;
|
|
389
401
|
}, z.core.$strip>;
|
|
390
|
-
}, z.core.$strip
|
|
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">>>;
|
|
391
409
|
}, z.core.$strip>;
|
|
392
410
|
}, z.core.$strip>;
|
|
393
411
|
401: z.ZodObject<{
|
|
@@ -213,7 +213,10 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
|
|
|
213
213
|
version: z.ZodNumber;
|
|
214
214
|
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
215
215
|
}, z.core.$strip>>;
|
|
216
|
-
columns: z.
|
|
216
|
+
columns: z.ZodRecord<z.ZodEnum<{
|
|
217
|
+
projectSetupList: "projectSetupList";
|
|
218
|
+
importModalList: "importModalList";
|
|
219
|
+
}> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
217
220
|
id: z.ZodString;
|
|
218
221
|
type: z.ZodLiteral<"primary">;
|
|
219
222
|
paths: z.ZodObject<{
|
|
@@ -228,7 +231,13 @@ export declare const GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
|
|
|
228
231
|
text: z.ZodString;
|
|
229
232
|
icon: z.ZodOptional<z.ZodString>;
|
|
230
233
|
}, z.core.$strip>;
|
|
231
|
-
}, z.core.$strip
|
|
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">>>;
|
|
232
241
|
}, z.core.$strip>;
|
|
233
242
|
}, z.core.$strip>;
|
|
234
243
|
export type GetIntegrationManifestResponse = z.infer<typeof GET_INTEGRATION_MANIFEST_RESPONSE_SCHEMA>;
|
|
@@ -138,7 +138,10 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
|
|
|
138
138
|
version: import("zod").ZodNumber;
|
|
139
139
|
data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$loose>>;
|
|
140
140
|
}, import("zod/v4/core").$strip>>;
|
|
141
|
-
columns: import("zod").
|
|
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<{
|
|
142
145
|
id: import("zod").ZodString;
|
|
143
146
|
type: import("zod").ZodLiteral<"primary">;
|
|
144
147
|
paths: import("zod").ZodObject<{
|
|
@@ -153,7 +156,13 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
|
|
|
153
156
|
text: import("zod").ZodString;
|
|
154
157
|
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
158
|
}, import("zod/v4/core").$strip>;
|
|
156
|
-
}, import("zod/v4/core").$strip
|
|
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">>>;
|
|
157
166
|
}, import("zod/v4/core").$strip>;
|
|
158
167
|
}, import("zod/v4/core").$strip>, undefined, undefined, import("zod").ZodObject<{
|
|
159
168
|
authorization: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -298,7 +307,10 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
|
|
|
298
307
|
version: import("zod").ZodNumber;
|
|
299
308
|
data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$loose>>;
|
|
300
309
|
}, import("zod/v4/core").$strip>>;
|
|
301
|
-
columns: import("zod").
|
|
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<{
|
|
302
314
|
id: import("zod").ZodString;
|
|
303
315
|
type: import("zod").ZodLiteral<"primary">;
|
|
304
316
|
paths: import("zod").ZodObject<{
|
|
@@ -313,7 +325,13 @@ export declare const getLinkManifest: import("@lokalise/api-contracts").GetRoute
|
|
|
313
325
|
text: import("zod").ZodString;
|
|
314
326
|
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
315
327
|
}, import("zod/v4/core").$strip>;
|
|
316
|
-
}, import("zod/v4/core").$strip
|
|
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">>>;
|
|
317
335
|
}, import("zod/v4/core").$strip>;
|
|
318
336
|
}, import("zod/v4/core").$strip>;
|
|
319
337
|
401: import("zod").ZodObject<{
|
|
@@ -139,7 +139,10 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
|
|
|
139
139
|
version: z.ZodNumber;
|
|
140
140
|
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
141
141
|
}, z.core.$strip>>;
|
|
142
|
-
columns: z.
|
|
142
|
+
columns: z.ZodRecord<z.ZodEnum<{
|
|
143
|
+
projectSetupList: "projectSetupList";
|
|
144
|
+
importModalList: "importModalList";
|
|
145
|
+
}> & z.core.$partial, z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
143
146
|
id: z.ZodString;
|
|
144
147
|
type: z.ZodLiteral<"primary">;
|
|
145
148
|
paths: z.ZodObject<{
|
|
@@ -154,7 +157,13 @@ export declare const GET_LINK_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
|
|
|
154
157
|
text: z.ZodString;
|
|
155
158
|
icon: z.ZodOptional<z.ZodString>;
|
|
156
159
|
}, z.core.$strip>;
|
|
157
|
-
}, z.core.$strip
|
|
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">>>;
|
|
158
167
|
}, z.core.$strip>;
|
|
159
168
|
}, z.core.$strip>;
|
|
160
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.
|
|
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": "^
|
|
20
|
+
"@lokalise/connector-api-contracts": "^6.0.0",
|
|
21
21
|
"@lokalise/content-conversion-api-schemas": "^1.1.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|