@lokalise/content-type-app-engine-contracts 5.11.0 → 5.12.1

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.
@@ -1,7 +1,7 @@
1
1
  import { buildGetRoute, buildRestContract } from '@lokalise/api-contracts';
2
2
  import { z } from 'zod/v4';
3
3
  import { AUTHORIZATION_HEADER_SCHEMA, COMMON_ERROR_RESPONSE_SCHEMA_V2, } from "../commonRequestSchemas.js";
4
- import { CONNECTOR_ID_PARAM, GET_CONNECTOR_LIST_FOR_PLATFORM_PARAMS_SCHEMA, GET_CONNECTOR_LIST_FOR_PLATFORM_RESPONSE_SCHEMA, GET_CONNECTOR_MANIFEST_MODES_RESPONSE_SCHEMA, GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA, } from "./connectorSchemas.js";
4
+ import { CONNECTOR_ID_PARAM, GET_CONNECTOR_LIST_FOR_PLATFORM_PARAMS_SCHEMA, GET_CONNECTOR_LIST_FOR_PLATFORM_RESPONSE_SCHEMA, GET_CONNECTOR_MANIFEST_MODES_RESPONSE_SCHEMA, GET_CONNECTOR_MANIFEST_PARAMS_SCHEMA, GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA, } from "./connectorSchemas.js";
5
5
  export const getConnectorListForPlatformContract = buildRestContract({
6
6
  method: 'get',
7
7
  pathResolver: (params) => `/v1/connectors/platform/${params.platform}`,
@@ -37,9 +37,7 @@ export const getConnectorManifestModes = buildGetRoute({
37
37
  export const getConnectorManifest = buildGetRoute({
38
38
  pathResolver: (params) => `/v1/connector/${params.connectorId}/manifest`,
39
39
  description: 'Get the manifest configuration for the connector',
40
- requestPathParamsSchema: z.object({
41
- connectorId: CONNECTOR_ID_PARAM,
42
- }),
40
+ requestPathParamsSchema: GET_CONNECTOR_MANIFEST_PARAMS_SCHEMA,
43
41
  successResponseBodySchema: GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA,
44
42
  responseSchemasByStatusCode: {
45
43
  200: GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA,
@@ -1 +1 @@
1
- {"version":3,"file":"connectorApiSchemas.js","sourceRoot":"","sources":["../../../src/schemas/connector/connectorApiSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC1E,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EACL,2BAA2B,EAC3B,+BAA+B,GAChC,MAAM,4BAA4B,CAAA;AACnC,OAAO,EACL,kBAAkB,EAClB,6CAA6C,EAC7C,+CAA+C,EAC/C,4CAA4C,EAC5C,sCAAsC,GACvC,MAAM,uBAAuB,CAAA;AAE9B,MAAM,CAAC,MAAM,mCAAmC,GAAG,iBAAiB,CAAC;IACnE,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,2BAA2B,MAAM,CAAC,QAAQ,EAAE;IACtE,WAAW,EAAE,uCAAuC;IACpD,uBAAuB,EAAE,6CAA6C;IACtE,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC;QACjC,+CAA+C;QAC/C,+BAA+B;KAChC,CAAC;IACF,2BAA2B,EAAE;QAC3B,GAAG,EAAE,+CAA+C;QACpD,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;CACjD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAC;IACrD,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,iBAAiB,MAAM,CAAC,WAAW,iBAAiB;IAC9E,WAAW,EAAE,kDAAkD;IAC/D,uBAAuB,EAAE,CAAC,CAAC,MAAM,CAAC;QAChC,WAAW,EAAE,kBAAkB;KAChC,CAAC;IACF,yBAAyB,EAAE,4CAA4C;IACvE,2BAA2B,EAAE;QAC3B,GAAG,EAAE,4CAA4C;QACjD,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;IAChD,IAAI,EAAE,CAAC,UAAU,CAAC;CACnB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC;IAChD,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,iBAAiB,MAAM,CAAC,WAAW,WAAW;IACxE,WAAW,EAAE,kDAAkD;IAC/D,uBAAuB,EAAE,CAAC,CAAC,MAAM,CAAC;QAChC,WAAW,EAAE,kBAAkB;KAChC,CAAC;IACF,yBAAyB,EAAE,sCAAsC;IACjE,2BAA2B,EAAE;QAC3B,GAAG,EAAE,sCAAsC;QAC3C,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;IAChD,IAAI,EAAE,CAAC,UAAU,CAAC;CACnB,CAAC,CAAA"}
1
+ {"version":3,"file":"connectorApiSchemas.js","sourceRoot":"","sources":["../../../src/schemas/connector/connectorApiSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC1E,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EACL,2BAA2B,EAC3B,+BAA+B,GAChC,MAAM,4BAA4B,CAAA;AACnC,OAAO,EACL,kBAAkB,EAClB,6CAA6C,EAC7C,+CAA+C,EAC/C,4CAA4C,EAC5C,oCAAoC,EACpC,sCAAsC,GACvC,MAAM,uBAAuB,CAAA;AAE9B,MAAM,CAAC,MAAM,mCAAmC,GAAG,iBAAiB,CAAC;IACnE,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,2BAA2B,MAAM,CAAC,QAAQ,EAAE;IACtE,WAAW,EAAE,uCAAuC;IACpD,uBAAuB,EAAE,6CAA6C;IACtE,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC;QACjC,+CAA+C;QAC/C,+BAA+B;KAChC,CAAC;IACF,2BAA2B,EAAE;QAC3B,GAAG,EAAE,+CAA+C;QACpD,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;CACjD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAC;IACrD,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,iBAAiB,MAAM,CAAC,WAAW,iBAAiB;IAC9E,WAAW,EAAE,kDAAkD;IAC/D,uBAAuB,EAAE,CAAC,CAAC,MAAM,CAAC;QAChC,WAAW,EAAE,kBAAkB;KAChC,CAAC;IACF,yBAAyB,EAAE,4CAA4C;IACvE,2BAA2B,EAAE;QAC3B,GAAG,EAAE,4CAA4C;QACjD,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;IAChD,IAAI,EAAE,CAAC,UAAU,CAAC;CACnB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC;IAChD,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,iBAAiB,MAAM,CAAC,WAAW,WAAW;IACxE,WAAW,EAAE,kDAAkD;IAC/D,uBAAuB,EAAE,oCAAoC;IAC7D,yBAAyB,EAAE,sCAAsC;IACjE,2BAA2B,EAAE;QAC3B,GAAG,EAAE,sCAAsC;QAC3C,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;QACpC,GAAG,EAAE,+BAA+B;KACrC;IACD,mBAAmB,EAAE,2BAA2B;IAChD,IAAI,EAAE,CAAC,UAAU,CAAC;CACnB,CAAC,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import { z } from 'zod/v4';
2
+ export { type AsyncMultiselectFilter, type AsyncSelectFilter, type Authentication, type AuthField, type Capability, type DaterangeFilter, type DatetimeColumn, type Filter as ManifestFilter, ListLocationEnum, type ListLocationEnumType, type Manifest, type ManifestColumn, type ManifestFilterOption, type MultiselectFilter, type PasswordAuthField, type PrimaryColumn, type SearchFilter, type SelectAuthField, type SelectEntry, type SelectFilter, type TextColumn, type UrlAuthField, } from '@lokalise/connector-api-contracts';
2
3
  export declare const CONNECTOR_ID_PARAM: z.ZodString;
3
4
  export declare const CONNECTOR_PLATFORM: z.ZodEnum<{
4
5
  vantage: "vantage";
@@ -30,6 +31,10 @@ export declare const GET_CONNECTOR_MANIFEST_MODES_RESPONSE_SCHEMA: z.ZodObject<{
30
31
  }, z.core.$strip>>;
31
32
  }, z.core.$strip>;
32
33
  export type GetConnectorManifestModesResponse = z.infer<typeof GET_CONNECTOR_MANIFEST_MODES_RESPONSE_SCHEMA>;
34
+ export declare const GET_CONNECTOR_MANIFEST_PARAMS_SCHEMA: z.ZodObject<{
35
+ connectorId: z.ZodString;
36
+ }, z.core.$strip>;
37
+ export type GetConnectorManifestParams = z.infer<typeof GET_CONNECTOR_MANIFEST_PARAMS_SCHEMA>;
33
38
  export declare const GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA: z.ZodObject<{
34
39
  manifest: z.ZodObject<{
35
40
  defaultModeId: z.ZodString;
@@ -1,5 +1,6 @@
1
1
  import { MANIFEST_MODES_CONFIG } from '@lokalise/connector-api-contracts';
2
2
  import { z } from 'zod/v4';
3
+ export { ListLocationEnum, } from '@lokalise/connector-api-contracts';
3
4
  export const CONNECTOR_ID_PARAM = z
4
5
  .string()
5
6
  .describe('Identifier of a connector, like `storyblok-ce`');
@@ -18,6 +19,9 @@ export const GET_CONNECTOR_LIST_FOR_PLATFORM_RESPONSE_SCHEMA = z.object({
18
19
  export const GET_CONNECTOR_MANIFEST_MODES_RESPONSE_SCHEMA = z.object({
19
20
  modes: z.array(z.object({ id: z.string() })).min(1),
20
21
  });
22
+ export const GET_CONNECTOR_MANIFEST_PARAMS_SCHEMA = z.object({
23
+ connectorId: CONNECTOR_ID_PARAM,
24
+ });
21
25
  export const GET_CONNECTOR_MANIFEST_RESPONSE_SCHEMA = z.object({
22
26
  manifest: MANIFEST_MODES_CONFIG,
23
27
  });
@@ -1 +1 @@
1
- {"version":3,"file":"connectorSchemas.js","sourceRoot":"","sources":["../../../src/schemas/connector/connectorSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC;KAChC,MAAM,EAAE;KACR,QAAQ,CAAC,gDAAgD,CAAC,CAAA;AAE7D,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAA;AAI/D,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC,CAAC,QAAQ,EAAE;CACzE,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,QAAQ,EAAE,kBAAkB;CAC7B,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,+CAA+C,GAAG,CAAC,CAAC,MAAM,CAAC;IACtE,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC;CACzC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,4CAA4C,GAAG,CAAC,CAAC,MAAM,CAAC;IACnE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;CACpD,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,QAAQ,EAAE,qBAAqB;CAChC,CAAC,CAAA"}
1
+ {"version":3,"file":"connectorSchemas.js","sourceRoot":"","sources":["../../../src/schemas/connector/connectorSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,OAAO,EASL,gBAAgB,GAcjB,MAAM,mCAAmC,CAAA;AAE1C,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC;KAChC,MAAM,EAAE;KACR,QAAQ,CAAC,gDAAgD,CAAC,CAAA;AAE7D,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAA;AAI/D,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC,CAAC,QAAQ,EAAE;CACzE,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,6CAA6C,GAAG,CAAC,CAAC,MAAM,CAAC;IACpE,QAAQ,EAAE,kBAAkB;CAC7B,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,+CAA+C,GAAG,CAAC,CAAC,MAAM,CAAC;IACtE,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC;CACzC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,4CAA4C,GAAG,CAAC,CAAC,MAAM,CAAC;IACnE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;CACpD,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,oCAAoC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3D,WAAW,EAAE,kBAAkB;CAChC,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,QAAQ,EAAE,qBAAqB;CAChC,CAAC,CAAA"}
@@ -258,6 +258,7 @@ export declare const postTranslateContentContract: import("@lokalise/api-contrac
258
258
  convertPlaceholders: z.ZodOptional<z.ZodBoolean>;
259
259
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
260
260
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
261
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
261
262
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
262
263
  }, z.core.$strip>>;
263
264
  }, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
@@ -304,6 +305,7 @@ export declare const postTranslateSingleContentContract: import("@lokalise/api-c
304
305
  convertPlaceholders: z.ZodOptional<z.ZodBoolean>;
305
306
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
306
307
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
308
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
307
309
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
308
310
  }, z.core.$strip>>;
309
311
  items: z.ZodArray<z.ZodObject<{
@@ -352,6 +354,7 @@ export declare const postPublishContentContract: import("@lokalise/api-contracts
352
354
  languages: z.ZodArray<z.ZodString>;
353
355
  groupIds: z.ZodArray<z.ZodString>;
354
356
  fieldIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
357
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
355
358
  }, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
356
359
  statusCode: z.ZodNumber;
357
360
  message: z.ZodString;
@@ -260,6 +260,7 @@ export declare const POST_CONTENT_TRANSLATE_BODY_SCHEMA: z.ZodObject<{
260
260
  convertPlaceholders: z.ZodOptional<z.ZodBoolean>;
261
261
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
262
262
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
263
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
263
264
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
264
265
  }, z.core.$strip>>;
265
266
  }, z.core.$strip>;
@@ -279,6 +280,7 @@ export declare const POST_CONTENT_TRANSLATE_SINGLE_BODY_SCHEMA: z.ZodObject<{
279
280
  convertPlaceholders: z.ZodOptional<z.ZodBoolean>;
280
281
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
281
282
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
283
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
282
284
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
283
285
  }, z.core.$strip>>;
284
286
  items: z.ZodArray<z.ZodObject<{
@@ -293,6 +295,7 @@ export declare const POST_CONTENT_PUBLISH_BODY: z.ZodObject<{
293
295
  languages: z.ZodArray<z.ZodString>;
294
296
  groupIds: z.ZodArray<z.ZodString>;
295
297
  fieldIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
298
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
296
299
  }, z.core.$strip>;
297
300
  export type PostContentPublishBody = z.infer<typeof POST_CONTENT_PUBLISH_BODY>;
298
301
  export declare const IMPORT_UPLOAD_COMPLETED_RESPONSE_SCHEMA: z.ZodObject<{
@@ -135,6 +135,10 @@ const TRANSLATION_OPTIONS_DTO_SCHEMA = z.object({
135
135
  convertPlaceholders: z.boolean().optional(),
136
136
  overrideUpdatedTranslations: z.boolean().optional(),
137
137
  skipEmptyTranslations: z.boolean().optional(),
138
+ includeReferencedEntries: z
139
+ .boolean()
140
+ .optional()
141
+ .describe('When true, referenced (linked/nested) entries are pulled in with the selected items. Absent keeps connector-side legacy behaviour.'),
138
142
  importTags: z
139
143
  .array(z.string().trim().min(1))
140
144
  .optional()
@@ -165,6 +169,10 @@ export const POST_CONTENT_PUBLISH_BODY = z.object({
165
169
  languages: z.array(z.string()).min(1, { message: 'At least one language must be provided' }),
166
170
  groupIds: z.array(z.string()).describe('Group identifiers of content items'),
167
171
  fieldIds: z.array(z.string()).optional().describe('Contains uniqueId values for selected fields'),
172
+ includeReferencedEntries: z
173
+ .boolean()
174
+ .optional()
175
+ .describe('When true, referenced (linked/nested) entries are published together with the selected items. Absent keeps flag-only legacy behaviour.'),
168
176
  });
169
177
  export const IMPORT_UPLOAD_COMPLETED_RESPONSE_SCHEMA = z.object({
170
178
  importProcessId: z.guid(),
@@ -1 +1 @@
1
- {"version":3,"file":"contentSchemas.js","sourceRoot":"","sources":["../../../src/schemas/content/contentSchemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"contentSchemas.js","sourceRoot":"","sources":["../../../src/schemas/content/contentSchemas.ts"],"names":[],"mappings":"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"}
@@ -15,6 +15,7 @@ export declare const getEnvContract: import("@lokalise/api-contracts").GetRouteD
15
15
  }, z.core.$strip>>>;
16
16
  showImportExport: z.ZodOptional<z.ZodBoolean>;
17
17
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
18
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
18
19
  }, z.core.$strip>;
19
20
  }, z.core.$strip>, z.ZodObject<{
20
21
  statusCode: z.ZodNumber;
@@ -42,6 +43,7 @@ export declare const getEnvContract: import("@lokalise/api-contracts").GetRouteD
42
43
  }, z.core.$strip>>>;
43
44
  showImportExport: z.ZodOptional<z.ZodBoolean>;
44
45
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
46
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
45
47
  }, z.core.$strip>;
46
48
  }, z.core.$strip>;
47
49
  401: z.ZodObject<{
@@ -84,6 +86,7 @@ export declare const getEnvContractV2: import("@lokalise/api-contracts").GetRout
84
86
  }, z.core.$strip>>>;
85
87
  showImportExport: z.ZodOptional<z.ZodBoolean>;
86
88
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
89
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
87
90
  }, z.core.$strip>;
88
91
  }, z.core.$strip>, z.ZodObject<{
89
92
  message: z.ZodString;
@@ -115,6 +118,7 @@ export declare const getEnvContractV2: import("@lokalise/api-contracts").GetRout
115
118
  }, z.core.$strip>>>;
116
119
  showImportExport: z.ZodOptional<z.ZodBoolean>;
117
120
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
121
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
118
122
  }, z.core.$strip>;
119
123
  }, z.core.$strip>;
120
124
  401: z.ZodObject<{
@@ -12,6 +12,7 @@ export declare const FEATURES_SCHEMA: z.ZodObject<{
12
12
  }, z.core.$strip>>>;
13
13
  showImportExport: z.ZodOptional<z.ZodBoolean>;
14
14
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
15
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
15
16
  }, z.core.$strip>;
16
17
  export type Features = z.infer<typeof FEATURES_SCHEMA>;
17
18
  export declare const GET_ENV_RESPONSE_SCHEMA: z.ZodObject<{
@@ -30,6 +31,7 @@ export declare const GET_ENV_RESPONSE_SCHEMA: z.ZodObject<{
30
31
  }, z.core.$strip>>>;
31
32
  showImportExport: z.ZodOptional<z.ZodBoolean>;
32
33
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
34
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
33
35
  }, z.core.$strip>;
34
36
  }, z.core.$strip>;
35
37
  export type GetEnvResponse = z.infer<typeof GET_ENV_RESPONSE_SCHEMA>;
@@ -56,6 +58,7 @@ export declare const GET_ENV_RESPONSE_SCHEMA_V2: z.ZodObject<{
56
58
  }, z.core.$strip>>>;
57
59
  showImportExport: z.ZodOptional<z.ZodBoolean>;
58
60
  showFieldSelection: z.ZodOptional<z.ZodBoolean>;
61
+ showIncludeReferencedEntriesOption: z.ZodOptional<z.ZodBoolean>;
59
62
  }, z.core.$strip>;
60
63
  }, z.core.$strip>;
61
64
  export type GetEnvResponseV2 = z.infer<typeof GET_ENV_RESPONSE_SCHEMA_V2>;
@@ -25,6 +25,10 @@ export const FEATURES_SCHEMA = z.object({
25
25
  .boolean()
26
26
  .optional()
27
27
  .describe('When true, shows per-row selection checkboxes in the content table for field-level import/export.'),
28
+ showIncludeReferencedEntriesOption: z
29
+ .boolean()
30
+ .optional()
31
+ .describe('When true, shows an "Include referenced entries" checkbox in the Import/Export modals and schedule forms.'),
28
32
  });
29
33
  export const GET_ENV_RESPONSE_SCHEMA = z.object({
30
34
  defaultLocale: z.string(),
@@ -1 +1 @@
1
- {"version":3,"file":"envSchemas.js","sourceRoot":"","sources":["../../../src/schemas/env/envSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AACrE,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAE9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAChC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,2BAA2B,EAAE,CAAC;SAC3B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,mBAAmB,EAAE,CAAC;SACnB,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,EAAE;SACV,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,MAAM,EAAE;QAClF,KAAK,EAAE,wCAAwC;KAChD,CAAC;SACD,QAAQ,CACP,0GAA0G,CAC3G;IACH,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,kBAAkB,EAAE,CAAC;SAClB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,mGAAmG,CACpG;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;IAC/B,kBAAkB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IACpD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,eAAe;CAC1B,CAAC,CAAA;AAGF,KAAK;AAEL,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;IAC/B,gBAAgB,EAAE,iBAAiB;IACnC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,eAAe;CAC1B,CAAC,CAAA"}
1
+ {"version":3,"file":"envSchemas.js","sourceRoot":"","sources":["../../../src/schemas/env/envSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AACrE,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAE9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAChC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,2BAA2B,EAAE,CAAC;SAC3B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,mBAAmB,EAAE,CAAC;SACnB,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,EAAE;SACV,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,MAAM,EAAE;QAClF,KAAK,EAAE,wCAAwC;KAChD,CAAC;SACD,QAAQ,CACP,0GAA0G,CAC3G;IACH,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,4FAA4F,CAC7F;IACH,kBAAkB,EAAE,CAAC;SAClB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,mGAAmG,CACpG;IACH,kCAAkC,EAAE,CAAC;SAClC,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,2GAA2G,CAC5G;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;IAC/B,kBAAkB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IACpD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,eAAe;CAC1B,CAAC,CAAA;AAGF,KAAK;AAEL,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC;IAC/B,gBAAgB,EAAE,iBAAiB;IACnC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,eAAe;CAC1B,CAAC,CAAA"}
@@ -10,6 +10,7 @@ export declare const getScheduleConfigContract: import("@lokalise/api-contracts"
10
10
  options: import("zod").ZodOptional<import("zod").ZodObject<{
11
11
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
12
12
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
13
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
13
14
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
14
15
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
15
16
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -30,6 +31,7 @@ export declare const getScheduleConfigContract: import("@lokalise/api-contracts"
30
31
  options: import("zod").ZodOptional<import("zod").ZodObject<{
31
32
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
32
33
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
34
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
33
35
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
34
36
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
35
37
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -48,6 +50,7 @@ export declare const getScheduleConfigContract: import("@lokalise/api-contracts"
48
50
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
49
51
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
50
52
  options: import("zod").ZodOptional<import("zod").ZodObject<{
53
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
51
54
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
52
55
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
53
56
  id: import("zod").ZodString;
@@ -65,6 +68,7 @@ export declare const getScheduleConfigContract: import("@lokalise/api-contracts"
65
68
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
66
69
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
67
70
  options: import("zod").ZodOptional<import("zod").ZodObject<{
71
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
68
72
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
69
73
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
70
74
  id: import("zod").ZodString;
@@ -88,6 +92,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
88
92
  options: import("zod").ZodOptional<import("zod").ZodObject<{
89
93
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
90
94
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
95
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
91
96
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
92
97
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
93
98
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -108,6 +113,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
108
113
  options: import("zod").ZodOptional<import("zod").ZodObject<{
109
114
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
110
115
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
116
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
111
117
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
112
118
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
113
119
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -126,6 +132,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
126
132
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
127
133
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
128
134
  options: import("zod").ZodOptional<import("zod").ZodObject<{
135
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
129
136
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
130
137
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
131
138
  id: import("zod").ZodString;
@@ -143,6 +150,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
143
150
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
144
151
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
145
152
  options: import("zod").ZodOptional<import("zod").ZodObject<{
153
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
146
154
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
147
155
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
148
156
  id: import("zod").ZodString;
@@ -163,6 +171,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
163
171
  options: import("zod").ZodOptional<import("zod").ZodObject<{
164
172
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
165
173
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
174
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
166
175
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
167
176
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
168
177
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -183,6 +192,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
183
192
  options: import("zod").ZodOptional<import("zod").ZodObject<{
184
193
  overrideUpdatedTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
185
194
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
195
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
186
196
  importTags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
187
197
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
188
198
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
@@ -201,6 +211,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
201
211
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
202
212
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
203
213
  options: import("zod").ZodOptional<import("zod").ZodObject<{
214
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
204
215
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
205
216
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
206
217
  id: import("zod").ZodString;
@@ -218,6 +229,7 @@ export declare const putScheduleConfigContract: import("@lokalise/api-contracts"
218
229
  filterId: import("zod").ZodOptional<import("zod").ZodGUID>;
219
230
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
220
231
  options: import("zod").ZodOptional<import("zod").ZodObject<{
232
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
221
233
  connector: import("zod").ZodOptional<import("zod").ZodObject<{
222
234
  languageFolders: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
223
235
  id: import("zod").ZodString;
@@ -30,6 +30,7 @@ export declare const AUTO_IMPORT_EXTRA: {
30
30
  options: z.ZodOptional<z.ZodObject<{
31
31
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
32
32
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
33
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
33
34
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
34
35
  connector: z.ZodOptional<z.ZodObject<{
35
36
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -50,6 +51,7 @@ export declare const AUTO_IMPORT_OPTIONS_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodO
50
51
  options: z.ZodOptional<z.ZodObject<{
51
52
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
52
53
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
54
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
53
55
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
54
56
  connector: z.ZodOptional<z.ZodObject<{
55
57
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -70,6 +72,7 @@ export declare const AUTO_IMPORT_OPTIONS_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodO
70
72
  options: z.ZodOptional<z.ZodObject<{
71
73
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
72
74
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
75
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
73
76
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
74
77
  connector: z.ZodOptional<z.ZodObject<{
75
78
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -82,6 +85,7 @@ export declare const AUTO_IMPORT_OPTIONS_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodO
82
85
  export declare const AUTO_EXPORT_EXTRA: {
83
86
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
84
87
  options: z.ZodOptional<z.ZodObject<{
88
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
85
89
  connector: z.ZodOptional<z.ZodObject<{
86
90
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
87
91
  id: z.ZodString;
@@ -99,6 +103,7 @@ export declare const AUTO_EXPORT_OPTIONS_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodO
99
103
  filterId: z.ZodOptional<z.ZodGUID>;
100
104
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
101
105
  options: z.ZodOptional<z.ZodObject<{
106
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
102
107
  connector: z.ZodOptional<z.ZodObject<{
103
108
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
104
109
  id: z.ZodString;
@@ -116,6 +121,7 @@ export declare const AUTO_EXPORT_OPTIONS_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodO
116
121
  filterId: z.ZodOptional<z.ZodGUID>;
117
122
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
118
123
  options: z.ZodOptional<z.ZodObject<{
124
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
119
125
  connector: z.ZodOptional<z.ZodObject<{
120
126
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
121
127
  id: z.ZodString;
@@ -136,6 +142,7 @@ export declare const SCHEDULE_CONFIG_RESPONSE: z.ZodObject<{
136
142
  options: z.ZodOptional<z.ZodObject<{
137
143
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
138
144
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
145
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
139
146
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
140
147
  connector: z.ZodOptional<z.ZodObject<{
141
148
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -156,6 +163,7 @@ export declare const SCHEDULE_CONFIG_RESPONSE: z.ZodObject<{
156
163
  options: z.ZodOptional<z.ZodObject<{
157
164
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
158
165
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
166
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
159
167
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
160
168
  connector: z.ZodOptional<z.ZodObject<{
161
169
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -174,6 +182,7 @@ export declare const SCHEDULE_CONFIG_RESPONSE: z.ZodObject<{
174
182
  filterId: z.ZodOptional<z.ZodGUID>;
175
183
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
176
184
  options: z.ZodOptional<z.ZodObject<{
185
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
177
186
  connector: z.ZodOptional<z.ZodObject<{
178
187
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
179
188
  id: z.ZodString;
@@ -191,6 +200,7 @@ export declare const SCHEDULE_CONFIG_RESPONSE: z.ZodObject<{
191
200
  filterId: z.ZodOptional<z.ZodGUID>;
192
201
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
193
202
  options: z.ZodOptional<z.ZodObject<{
203
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
194
204
  connector: z.ZodOptional<z.ZodObject<{
195
205
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
196
206
  id: z.ZodString;
@@ -212,6 +222,7 @@ export declare const UPDATE_SCHEDULE_REQUEST_BODY: z.ZodObject<{
212
222
  options: z.ZodOptional<z.ZodObject<{
213
223
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
214
224
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
225
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
215
226
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
216
227
  connector: z.ZodOptional<z.ZodObject<{
217
228
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -232,6 +243,7 @@ export declare const UPDATE_SCHEDULE_REQUEST_BODY: z.ZodObject<{
232
243
  options: z.ZodOptional<z.ZodObject<{
233
244
  overrideUpdatedTranslations: z.ZodOptional<z.ZodBoolean>;
234
245
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
246
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
235
247
  importTags: z.ZodOptional<z.ZodArray<z.ZodString>>;
236
248
  connector: z.ZodOptional<z.ZodObject<{
237
249
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -250,6 +262,7 @@ export declare const UPDATE_SCHEDULE_REQUEST_BODY: z.ZodObject<{
250
262
  filterId: z.ZodOptional<z.ZodGUID>;
251
263
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
252
264
  options: z.ZodOptional<z.ZodObject<{
265
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
253
266
  connector: z.ZodOptional<z.ZodObject<{
254
267
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
255
268
  id: z.ZodString;
@@ -267,6 +280,7 @@ export declare const UPDATE_SCHEDULE_REQUEST_BODY: z.ZodObject<{
267
280
  filterId: z.ZodOptional<z.ZodGUID>;
268
281
  languages: z.ZodOptional<z.ZodArray<z.ZodString>>;
269
282
  options: z.ZodOptional<z.ZodObject<{
283
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
270
284
  connector: z.ZodOptional<z.ZodObject<{
271
285
  languageFolders: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
272
286
  id: z.ZodString;
@@ -29,6 +29,7 @@ export const AUTO_IMPORT_EXTRA = {
29
29
  .object({
30
30
  overrideUpdatedTranslations: z.boolean().optional(),
31
31
  skipEmptyTranslations: z.boolean().optional(),
32
+ includeReferencedEntries: z.boolean().optional(),
32
33
  importTags: z.array(z.string()).optional(),
33
34
  connector: CONNECTOR_SETTINGS_BAG.optional(),
34
35
  })
@@ -42,6 +43,7 @@ export const AUTO_EXPORT_EXTRA = {
42
43
  languages: z.array(z.string()).optional(),
43
44
  options: z
44
45
  .object({
46
+ includeReferencedEntries: z.boolean().optional(),
45
47
  connector: CONNECTOR_SETTINGS_BAG.optional(),
46
48
  })
47
49
  .optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"scheduleSchemas.js","sourceRoot":"","sources":["../../../src/schemas/schedule/scheduleSchemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"scheduleSchemas.js","sourceRoot":"","sources":["../../../src/schemas/schedule/scheduleSchemas.ts"],"names":[],"mappings":"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"}
@@ -7,6 +7,7 @@ export declare const getSettingsContract: import("@lokalise/api-contracts").GetR
7
7
  options: import("zod").ZodObject<{
8
8
  overrideUpdatedTranslations: import("zod").ZodBoolean;
9
9
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
10
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
10
11
  }, import("zod/v4/core").$strict>;
11
12
  }, import("zod/v4/core").$strict>;
12
13
  }, import("zod/v4/core").$strict>], "version">>;
@@ -14,6 +15,9 @@ export declare const getSettingsContract: import("@lokalise/api-contracts").GetR
14
15
  version: import("zod").ZodLiteral<1>;
15
16
  content: import("zod").ZodObject<{
16
17
  languages: import("zod").ZodArray<import("zod").ZodString>;
18
+ options: import("zod").ZodOptional<import("zod").ZodObject<{
19
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
20
+ }, import("zod/v4/core").$strict>>;
17
21
  }, import("zod/v4/core").$strict>;
18
22
  }, import("zod/v4/core").$strict>], "version">>;
19
23
  languageFolderOptions: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -45,6 +49,7 @@ export declare const getSettingsContract: import("@lokalise/api-contracts").GetR
45
49
  options: import("zod").ZodObject<{
46
50
  overrideUpdatedTranslations: import("zod").ZodBoolean;
47
51
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
52
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
48
53
  }, import("zod/v4/core").$strict>;
49
54
  }, import("zod/v4/core").$strict>;
50
55
  }, import("zod/v4/core").$strict>], "version">>;
@@ -52,6 +57,9 @@ export declare const getSettingsContract: import("@lokalise/api-contracts").GetR
52
57
  version: import("zod").ZodLiteral<1>;
53
58
  content: import("zod").ZodObject<{
54
59
  languages: import("zod").ZodArray<import("zod").ZodString>;
60
+ options: import("zod").ZodOptional<import("zod").ZodObject<{
61
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
62
+ }, import("zod/v4/core").$strict>>;
55
63
  }, import("zod/v4/core").$strict>;
56
64
  }, import("zod/v4/core").$strict>], "version">>;
57
65
  languageFolderOptions: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -84,6 +92,7 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
84
92
  options: import("zod").ZodObject<{
85
93
  overrideUpdatedTranslations: import("zod").ZodBoolean;
86
94
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
95
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
87
96
  }, import("zod/v4/core").$strict>;
88
97
  }, import("zod/v4/core").$strict>;
89
98
  }, import("zod/v4/core").$strict>], "version">>;
@@ -91,6 +100,9 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
91
100
  version: import("zod").ZodLiteral<1>;
92
101
  content: import("zod").ZodObject<{
93
102
  languages: import("zod").ZodArray<import("zod").ZodString>;
103
+ options: import("zod").ZodOptional<import("zod").ZodObject<{
104
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
105
+ }, import("zod/v4/core").$strict>>;
94
106
  }, import("zod/v4/core").$strict>;
95
107
  }, import("zod/v4/core").$strict>], "version">>;
96
108
  languageFolderOptions: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -116,6 +128,7 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
116
128
  options: import("zod").ZodObject<{
117
129
  overrideUpdatedTranslations: import("zod").ZodBoolean;
118
130
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
131
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
119
132
  }, import("zod/v4/core").$strict>;
120
133
  }, import("zod/v4/core").$strict>;
121
134
  }, import("zod/v4/core").$strict>], "version">>;
@@ -123,6 +136,9 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
123
136
  version: import("zod").ZodLiteral<1>;
124
137
  content: import("zod").ZodObject<{
125
138
  languages: import("zod").ZodArray<import("zod").ZodString>;
139
+ options: import("zod").ZodOptional<import("zod").ZodObject<{
140
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
141
+ }, import("zod/v4/core").$strict>>;
126
142
  }, import("zod/v4/core").$strict>;
127
143
  }, import("zod/v4/core").$strict>], "version">>;
128
144
  languageFolderOptions: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -154,6 +170,7 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
154
170
  options: import("zod").ZodObject<{
155
171
  overrideUpdatedTranslations: import("zod").ZodBoolean;
156
172
  skipEmptyTranslations: import("zod").ZodOptional<import("zod").ZodBoolean>;
173
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
157
174
  }, import("zod/v4/core").$strict>;
158
175
  }, import("zod/v4/core").$strict>;
159
176
  }, import("zod/v4/core").$strict>], "version">>;
@@ -161,6 +178,9 @@ export declare const updateSettingsContract: import("@lokalise/api-contracts").P
161
178
  version: import("zod").ZodLiteral<1>;
162
179
  content: import("zod").ZodObject<{
163
180
  languages: import("zod").ZodArray<import("zod").ZodString>;
181
+ options: import("zod").ZodOptional<import("zod").ZodObject<{
182
+ includeReferencedEntries: import("zod").ZodOptional<import("zod").ZodBoolean>;
183
+ }, import("zod/v4/core").$strict>>;
164
184
  }, import("zod/v4/core").$strict>;
165
185
  }, import("zod/v4/core").$strict>], "version">>;
166
186
  languageFolderOptions: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -7,6 +7,7 @@ export declare const ALL_SETTINGS: z.ZodObject<{
7
7
  options: z.ZodObject<{
8
8
  overrideUpdatedTranslations: z.ZodBoolean;
9
9
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
10
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
10
11
  }, z.core.$strict>;
11
12
  }, z.core.$strict>;
12
13
  }, z.core.$strict>], "version">>;
@@ -14,6 +15,9 @@ export declare const ALL_SETTINGS: z.ZodObject<{
14
15
  version: z.ZodLiteral<1>;
15
16
  content: z.ZodObject<{
16
17
  languages: z.ZodArray<z.ZodString>;
18
+ options: z.ZodOptional<z.ZodObject<{
19
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
20
+ }, z.core.$strict>>;
17
21
  }, z.core.$strict>;
18
22
  }, z.core.$strict>], "version">>;
19
23
  languageFolderOptions: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -43,6 +47,7 @@ export declare const GET_SETTINGS_RESPONSE: z.ZodObject<{
43
47
  options: z.ZodObject<{
44
48
  overrideUpdatedTranslations: z.ZodBoolean;
45
49
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
50
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
46
51
  }, z.core.$strict>;
47
52
  }, z.core.$strict>;
48
53
  }, z.core.$strict>], "version">>;
@@ -50,6 +55,9 @@ export declare const GET_SETTINGS_RESPONSE: z.ZodObject<{
50
55
  version: z.ZodLiteral<1>;
51
56
  content: z.ZodObject<{
52
57
  languages: z.ZodArray<z.ZodString>;
58
+ options: z.ZodOptional<z.ZodObject<{
59
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
60
+ }, z.core.$strict>>;
53
61
  }, z.core.$strict>;
54
62
  }, z.core.$strict>], "version">>;
55
63
  languageFolderOptions: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -77,6 +85,7 @@ export declare const UPDATE_SETTINGS_RESPONSE: z.ZodObject<{
77
85
  options: z.ZodObject<{
78
86
  overrideUpdatedTranslations: z.ZodBoolean;
79
87
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
88
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
80
89
  }, z.core.$strict>;
81
90
  }, z.core.$strict>;
82
91
  }, z.core.$strict>], "version">>;
@@ -84,6 +93,9 @@ export declare const UPDATE_SETTINGS_RESPONSE: z.ZodObject<{
84
93
  version: z.ZodLiteral<1>;
85
94
  content: z.ZodObject<{
86
95
  languages: z.ZodArray<z.ZodString>;
96
+ options: z.ZodOptional<z.ZodObject<{
97
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
98
+ }, z.core.$strict>>;
87
99
  }, z.core.$strict>;
88
100
  }, z.core.$strict>], "version">>;
89
101
  languageFolderOptions: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -110,6 +122,7 @@ export declare const UPDATE_SETTINGS_BODY: z.ZodObject<{
110
122
  options: z.ZodObject<{
111
123
  overrideUpdatedTranslations: z.ZodBoolean;
112
124
  skipEmptyTranslations: z.ZodOptional<z.ZodBoolean>;
125
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
113
126
  }, z.core.$strict>;
114
127
  }, z.core.$strict>;
115
128
  }, z.core.$strict>], "version">>;
@@ -117,6 +130,9 @@ export declare const UPDATE_SETTINGS_BODY: z.ZodObject<{
117
130
  version: z.ZodLiteral<1>;
118
131
  content: z.ZodObject<{
119
132
  languages: z.ZodArray<z.ZodString>;
133
+ options: z.ZodOptional<z.ZodObject<{
134
+ includeReferencedEntries: z.ZodOptional<z.ZodBoolean>;
135
+ }, z.core.$strict>>;
120
136
  }, z.core.$strict>;
121
137
  }, z.core.$strict>], "version">>;
122
138
  languageFolderOptions: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -5,6 +5,11 @@ const EXPORT_OPTIONS = z.discriminatedUnion('version', [
5
5
  version: z.literal(1),
6
6
  content: z.strictObject({
7
7
  languages: z.array(z.string().describe('Language iso')),
8
+ options: z
9
+ .strictObject({
10
+ includeReferencedEntries: z.boolean().optional(),
11
+ })
12
+ .optional(),
8
13
  }),
9
14
  }),
10
15
  ]);
@@ -16,6 +21,7 @@ const IMPORT_OPTIONS = z.discriminatedUnion('version', [
16
21
  options: z.strictObject({
17
22
  overrideUpdatedTranslations: z.boolean(),
18
23
  skipEmptyTranslations: z.boolean().optional(),
24
+ includeReferencedEntries: z.boolean().optional(),
19
25
  }),
20
26
  }),
21
27
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"settingsSchemas.js","sourceRoot":"","sources":["../../../src/schemas/settings/settingsSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AACpE,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,MAAM,cAAc,GAAG,CAAC,CAAC,kBAAkB,CAAC,SAAS,EAAE;IACrD,CAAC,CAAC,YAAY,CAAC;QACb,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QACrB,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC;YACtB,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;SACxD,CAAC;KACH,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,cAAc,GAAG,CAAC,CAAC,kBAAkB,CAAC,SAAS,EAAE;IACrD,CAAC,CAAC,YAAY,CAAC;QACb,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QACrB,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC;YACtB,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;YACvD,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC;gBACtB,2BAA2B,EAAE,CAAC,CAAC,OAAO,EAAE;gBACxC,qBAAqB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;aAC9C,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,uBAAuB,GAAG,CAAC,CAAC,kBAAkB,CAAC,SAAS,EAAE;IAC9D,CAAC,CAAC,YAAY,CAAC;QACb,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QACrB,OAAO,EAAE,gBAAgB;KAC1B,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAAG,CAAC,CAAC,kBAAkB,CAAC,SAAS,EAAE;IAC7D,CAAC,CAAC,YAAY,CAAC;QACb,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QACrB,OAAO,EAAE,CAAC,CAAC,YAAY,CAAC;YACtB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;SACxB,CAAC;KACH,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,aAAa,EAAE,cAAc,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,cAAc,CAAC,QAAQ,EAAE;IACxC,qBAAqB,EAAE,uBAAuB,CAAC,QAAQ,EAAE;IACzD,aAAa,EAAE,sBAAsB,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,QAAQ,EAAE,YAAY;CACvB,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,QAAQ,EAAE,YAAY;CACvB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,QAAQ,EAAE,YAAY;CACvB,CAAC,CAAA"}
1
+ {"version":3,"file":"settingsSchemas.js","sourceRoot":"","sources":["../../../src/schemas/settings/settingsSchemas.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/content-type-app-engine-contracts",
3
- "version": "5.11.0",
3
+ "version": "5.12.1",
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": "^6.2.0",
20
+ "@lokalise/connector-api-contracts": "^6.2.1",
21
21
  "@lokalise/content-conversion-api-schemas": "^1.1.0"
22
22
  },
23
23
  "devDependencies": {