@lokalise/ragnarok-api-contracts 2.2.0 → 2.3.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.
@@ -11,22 +11,49 @@ export declare const getEvaluation: import("@lokalise/api-contracts").GetRouteDe
11
11
  completed: "completed";
12
12
  failed: "failed";
13
13
  }>;
14
- resultByConfigurationName: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
14
+ metricsMetadata: z.ZodObject<{
15
+ exactMatch: z.ZodObject<{
16
+ betterWhen: z.ZodEnum<{
17
+ higher: "higher";
18
+ lower: "lower";
19
+ }>;
20
+ }, z.core.$strip>;
21
+ ter: z.ZodObject<{
22
+ betterWhen: z.ZodEnum<{
23
+ higher: "higher";
24
+ lower: "lower";
25
+ }>;
26
+ }, z.core.$strip>;
27
+ bleu: z.ZodObject<{
28
+ betterWhen: z.ZodEnum<{
29
+ higher: "higher";
30
+ lower: "lower";
31
+ }>;
32
+ }, z.core.$strip>;
33
+ meteor: z.ZodObject<{
34
+ betterWhen: z.ZodEnum<{
35
+ higher: "higher";
36
+ lower: "lower";
37
+ }>;
38
+ }, z.core.$strip>;
39
+ }, z.core.$strip>;
40
+ results: z.ZodNullable<z.ZodArray<z.ZodObject<{
41
+ configurationName: z.ZodString;
15
42
  global: z.ZodObject<{
16
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
17
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
18
- perfectMatch: z.ZodOptional<z.ZodNumber>;
19
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
43
+ exactMatch: z.ZodOptional<z.ZodNumber>;
44
+ ter: z.ZodOptional<z.ZodNumber>;
20
45
  bleu: z.ZodOptional<z.ZodNumber>;
21
46
  meteor: z.ZodOptional<z.ZodNumber>;
22
47
  }, z.core.$strip>;
23
- byLanguagePair: z.ZodRecord<z.ZodString, z.ZodObject<{
24
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
25
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
26
- perfectMatch: z.ZodOptional<z.ZodNumber>;
27
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
28
- bleu: z.ZodOptional<z.ZodNumber>;
29
- meteor: z.ZodOptional<z.ZodNumber>;
48
+ resultsByLocalePair: z.ZodArray<z.ZodObject<{
49
+ sourceLocale: z.ZodString;
50
+ targetLocale: z.ZodString;
51
+ metrics: z.ZodObject<{
52
+ exactMatch: z.ZodOptional<z.ZodNumber>;
53
+ ter: z.ZodOptional<z.ZodNumber>;
54
+ bleu: z.ZodOptional<z.ZodNumber>;
55
+ meteor: z.ZodOptional<z.ZodNumber>;
56
+ }, z.core.$strip>;
30
57
  }, z.core.$strip>>;
31
58
  }, z.core.$strip>>>;
32
59
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -43,22 +70,49 @@ export declare const getEvaluation: import("@lokalise/api-contracts").GetRouteDe
43
70
  completed: "completed";
44
71
  failed: "failed";
45
72
  }>;
46
- resultByConfigurationName: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
73
+ metricsMetadata: z.ZodObject<{
74
+ exactMatch: z.ZodObject<{
75
+ betterWhen: z.ZodEnum<{
76
+ higher: "higher";
77
+ lower: "lower";
78
+ }>;
79
+ }, z.core.$strip>;
80
+ ter: z.ZodObject<{
81
+ betterWhen: z.ZodEnum<{
82
+ higher: "higher";
83
+ lower: "lower";
84
+ }>;
85
+ }, z.core.$strip>;
86
+ bleu: z.ZodObject<{
87
+ betterWhen: z.ZodEnum<{
88
+ higher: "higher";
89
+ lower: "lower";
90
+ }>;
91
+ }, z.core.$strip>;
92
+ meteor: z.ZodObject<{
93
+ betterWhen: z.ZodEnum<{
94
+ higher: "higher";
95
+ lower: "lower";
96
+ }>;
97
+ }, z.core.$strip>;
98
+ }, z.core.$strip>;
99
+ results: z.ZodNullable<z.ZodArray<z.ZodObject<{
100
+ configurationName: z.ZodString;
47
101
  global: z.ZodObject<{
48
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
49
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
50
- perfectMatch: z.ZodOptional<z.ZodNumber>;
51
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
102
+ exactMatch: z.ZodOptional<z.ZodNumber>;
103
+ ter: z.ZodOptional<z.ZodNumber>;
52
104
  bleu: z.ZodOptional<z.ZodNumber>;
53
105
  meteor: z.ZodOptional<z.ZodNumber>;
54
106
  }, z.core.$strip>;
55
- byLanguagePair: z.ZodRecord<z.ZodString, z.ZodObject<{
56
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
57
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
58
- perfectMatch: z.ZodOptional<z.ZodNumber>;
59
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
60
- bleu: z.ZodOptional<z.ZodNumber>;
61
- meteor: z.ZodOptional<z.ZodNumber>;
107
+ resultsByLocalePair: z.ZodArray<z.ZodObject<{
108
+ sourceLocale: z.ZodString;
109
+ targetLocale: z.ZodString;
110
+ metrics: z.ZodObject<{
111
+ exactMatch: z.ZodOptional<z.ZodNumber>;
112
+ ter: z.ZodOptional<z.ZodNumber>;
113
+ bleu: z.ZodOptional<z.ZodNumber>;
114
+ meteor: z.ZodOptional<z.ZodNumber>;
115
+ }, z.core.$strip>;
62
116
  }, z.core.$strip>>;
63
117
  }, z.core.$strip>>>;
64
118
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
package/dist/objects.d.ts CHANGED
@@ -1,51 +1,70 @@
1
1
  import { z } from 'zod';
2
2
  export declare const METRICS_SCHEMA: z.ZodObject<{
3
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
4
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
5
- perfectMatch: z.ZodOptional<z.ZodNumber>;
6
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
3
+ exactMatch: z.ZodOptional<z.ZodNumber>;
4
+ ter: z.ZodOptional<z.ZodNumber>;
7
5
  bleu: z.ZodOptional<z.ZodNumber>;
8
6
  meteor: z.ZodOptional<z.ZodNumber>;
9
7
  }, z.core.$strip>;
10
8
  export type Metrics = z.infer<typeof METRICS_SCHEMA>;
11
- export declare const CONFIGURATION_RESULT_SCHEMA: z.ZodObject<{
12
- global: z.ZodObject<{
13
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
14
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
15
- perfectMatch: z.ZodOptional<z.ZodNumber>;
16
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
17
- bleu: z.ZodOptional<z.ZodNumber>;
18
- meteor: z.ZodOptional<z.ZodNumber>;
9
+ export declare const METRICS_METADATA_SCHEMA: z.ZodObject<{
10
+ exactMatch: z.ZodObject<{
11
+ betterWhen: z.ZodEnum<{
12
+ higher: "higher";
13
+ lower: "lower";
14
+ }>;
15
+ }, z.core.$strip>;
16
+ ter: z.ZodObject<{
17
+ betterWhen: z.ZodEnum<{
18
+ higher: "higher";
19
+ lower: "lower";
20
+ }>;
21
+ }, z.core.$strip>;
22
+ bleu: z.ZodObject<{
23
+ betterWhen: z.ZodEnum<{
24
+ higher: "higher";
25
+ lower: "lower";
26
+ }>;
27
+ }, z.core.$strip>;
28
+ meteor: z.ZodObject<{
29
+ betterWhen: z.ZodEnum<{
30
+ higher: "higher";
31
+ lower: "lower";
32
+ }>;
19
33
  }, z.core.$strip>;
20
- byLanguagePair: z.ZodRecord<z.ZodString, z.ZodObject<{
21
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
22
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
23
- perfectMatch: z.ZodOptional<z.ZodNumber>;
24
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
34
+ }, z.core.$strip>;
35
+ export type MetricsMetadata = z.infer<typeof METRICS_METADATA_SCHEMA>;
36
+ export declare const METRICS_METADATA: MetricsMetadata;
37
+ export declare const LOCALE_PAIR_RESULT_SCHEMA: z.ZodObject<{
38
+ sourceLocale: z.ZodString;
39
+ targetLocale: z.ZodString;
40
+ metrics: z.ZodObject<{
41
+ exactMatch: z.ZodOptional<z.ZodNumber>;
42
+ ter: z.ZodOptional<z.ZodNumber>;
25
43
  bleu: z.ZodOptional<z.ZodNumber>;
26
44
  meteor: z.ZodOptional<z.ZodNumber>;
27
- }, z.core.$strip>>;
45
+ }, z.core.$strip>;
28
46
  }, z.core.$strip>;
29
- export type ConfigurationResult = z.infer<typeof CONFIGURATION_RESULT_SCHEMA>;
30
- export declare const RESULT_BY_CONFIGURATION_NAME_SCHEMA: z.ZodRecord<z.ZodString, z.ZodObject<{
47
+ export type LocalePairResult = z.infer<typeof LOCALE_PAIR_RESULT_SCHEMA>;
48
+ export declare const CONFIGURATION_RESULT_SCHEMA: z.ZodObject<{
49
+ configurationName: z.ZodString;
31
50
  global: z.ZodObject<{
32
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
33
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
34
- perfectMatch: z.ZodOptional<z.ZodNumber>;
35
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
51
+ exactMatch: z.ZodOptional<z.ZodNumber>;
52
+ ter: z.ZodOptional<z.ZodNumber>;
36
53
  bleu: z.ZodOptional<z.ZodNumber>;
37
54
  meteor: z.ZodOptional<z.ZodNumber>;
38
55
  }, z.core.$strip>;
39
- byLanguagePair: z.ZodRecord<z.ZodString, z.ZodObject<{
40
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
41
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
42
- perfectMatch: z.ZodOptional<z.ZodNumber>;
43
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
44
- bleu: z.ZodOptional<z.ZodNumber>;
45
- meteor: z.ZodOptional<z.ZodNumber>;
56
+ resultsByLocalePair: z.ZodArray<z.ZodObject<{
57
+ sourceLocale: z.ZodString;
58
+ targetLocale: z.ZodString;
59
+ metrics: z.ZodObject<{
60
+ exactMatch: z.ZodOptional<z.ZodNumber>;
61
+ ter: z.ZodOptional<z.ZodNumber>;
62
+ bleu: z.ZodOptional<z.ZodNumber>;
63
+ meteor: z.ZodOptional<z.ZodNumber>;
64
+ }, z.core.$strip>;
46
65
  }, z.core.$strip>>;
47
- }, z.core.$strip>>;
48
- export type ResultByConfigurationName = z.infer<typeof RESULT_BY_CONFIGURATION_NAME_SCHEMA>;
66
+ }, z.core.$strip>;
67
+ export type ConfigurationResult = z.infer<typeof CONFIGURATION_RESULT_SCHEMA>;
49
68
  export declare const EVALUATION_SCHEMA: z.ZodObject<{
50
69
  id: z.ZodUUID;
51
70
  ownerId: z.ZodString;
@@ -54,22 +73,49 @@ export declare const EVALUATION_SCHEMA: z.ZodObject<{
54
73
  completed: "completed";
55
74
  failed: "failed";
56
75
  }>;
57
- resultByConfigurationName: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
76
+ metricsMetadata: z.ZodObject<{
77
+ exactMatch: z.ZodObject<{
78
+ betterWhen: z.ZodEnum<{
79
+ higher: "higher";
80
+ lower: "lower";
81
+ }>;
82
+ }, z.core.$strip>;
83
+ ter: z.ZodObject<{
84
+ betterWhen: z.ZodEnum<{
85
+ higher: "higher";
86
+ lower: "lower";
87
+ }>;
88
+ }, z.core.$strip>;
89
+ bleu: z.ZodObject<{
90
+ betterWhen: z.ZodEnum<{
91
+ higher: "higher";
92
+ lower: "lower";
93
+ }>;
94
+ }, z.core.$strip>;
95
+ meteor: z.ZodObject<{
96
+ betterWhen: z.ZodEnum<{
97
+ higher: "higher";
98
+ lower: "lower";
99
+ }>;
100
+ }, z.core.$strip>;
101
+ }, z.core.$strip>;
102
+ results: z.ZodNullable<z.ZodArray<z.ZodObject<{
103
+ configurationName: z.ZodString;
58
104
  global: z.ZodObject<{
59
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
60
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
61
- perfectMatch: z.ZodOptional<z.ZodNumber>;
62
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
105
+ exactMatch: z.ZodOptional<z.ZodNumber>;
106
+ ter: z.ZodOptional<z.ZodNumber>;
63
107
  bleu: z.ZodOptional<z.ZodNumber>;
64
108
  meteor: z.ZodOptional<z.ZodNumber>;
65
109
  }, z.core.$strip>;
66
- byLanguagePair: z.ZodRecord<z.ZodString, z.ZodObject<{
67
- referenceTranslationScore: z.ZodOptional<z.ZodNumber>;
68
- actualTranslationScore: z.ZodOptional<z.ZodNumber>;
69
- perfectMatch: z.ZodOptional<z.ZodNumber>;
70
- translationErrorRate: z.ZodOptional<z.ZodNumber>;
71
- bleu: z.ZodOptional<z.ZodNumber>;
72
- meteor: z.ZodOptional<z.ZodNumber>;
110
+ resultsByLocalePair: z.ZodArray<z.ZodObject<{
111
+ sourceLocale: z.ZodString;
112
+ targetLocale: z.ZodString;
113
+ metrics: z.ZodObject<{
114
+ exactMatch: z.ZodOptional<z.ZodNumber>;
115
+ ter: z.ZodOptional<z.ZodNumber>;
116
+ bleu: z.ZodOptional<z.ZodNumber>;
117
+ meteor: z.ZodOptional<z.ZodNumber>;
118
+ }, z.core.$strip>;
73
119
  }, z.core.$strip>>;
74
120
  }, z.core.$strip>>>;
75
121
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
package/dist/objects.js CHANGED
@@ -1,18 +1,13 @@
1
1
  import { z } from 'zod';
2
2
  export const METRICS_SCHEMA = z.object({
3
- referenceTranslationScore: z
4
- .number()
5
- .optional()
6
- .describe('Average LQA score of reference translations'),
7
- actualTranslationScore: z
8
- .number()
9
- .optional()
10
- .describe('Average LQA score of actual (generated) translations'),
11
- perfectMatch: z
3
+ // TODO bring it back and adjust it once we align on ai scoring metrics
4
+ // referenceTranslationScore: z.number().optional().describe('Average LQA score of reference translations'),
5
+ // actualTranslationScore: z.number().optional().describe('Average LQA score of actual (generated) translations'),
6
+ exactMatch: z
12
7
  .number()
13
8
  .optional()
14
9
  .describe('Rate of translations that exactly match the reference (0–1)'),
15
- translationErrorRate: z
10
+ ter: z
16
11
  .number()
17
12
  .optional()
18
13
  .describe('TER score measuring post-editing effort relative to reference length'),
@@ -20,24 +15,53 @@ export const METRICS_SCHEMA = z.object({
20
15
  .number()
21
16
  .optional()
22
17
  .describe('BLEU score measuring n-gram overlap with reference translations'),
23
- meteor: z.number().optional().describe('METEOR score measuring translation quality'),
18
+ meteor: z
19
+ .number()
20
+ .optional()
21
+ .describe('METEOR score measuring n-gram overlap with synonym and morphological variant support'),
24
22
  });
23
+ const METRIC_DIRECTION_SCHEMA = z.object({
24
+ betterWhen: z
25
+ .enum(['higher', 'lower'])
26
+ .describe('Whether a higher or lower score indicates better translation quality'),
27
+ });
28
+ export const METRICS_METADATA_SCHEMA = z
29
+ .object({
30
+ exactMatch: METRIC_DIRECTION_SCHEMA,
31
+ ter: METRIC_DIRECTION_SCHEMA,
32
+ bleu: METRIC_DIRECTION_SCHEMA,
33
+ meteor: METRIC_DIRECTION_SCHEMA,
34
+ })
35
+ .describe('Metadata about each metric, indicating whether a higher or lower value is better');
36
+ export const METRICS_METADATA = {
37
+ exactMatch: { betterWhen: 'higher' },
38
+ ter: { betterWhen: 'lower' },
39
+ bleu: { betterWhen: 'higher' },
40
+ meteor: { betterWhen: 'higher' },
41
+ };
42
+ export const LOCALE_PAIR_RESULT_SCHEMA = z
43
+ .object({
44
+ sourceLocale: z.string().describe('Source language locale'),
45
+ targetLocale: z.string().describe('Target language locale'),
46
+ metrics: METRICS_SCHEMA.describe('Metrics for this locale pair'),
47
+ })
48
+ .describe('Evaluation metrics for a single locale pair');
25
49
  export const CONFIGURATION_RESULT_SCHEMA = z
26
50
  .object({
27
- global: METRICS_SCHEMA.describe('Metrics aggregated across all language pairs'),
28
- byLanguagePair: z
29
- .record(z.string(), METRICS_SCHEMA)
30
- .describe('Metrics per language pair, keyed by "source->target" (e.g. "en-GB->pl-PL")'),
51
+ configurationName: z.string().describe('Name of the run configuration'),
52
+ global: METRICS_SCHEMA.describe('Metrics aggregated across all locale pairs'),
53
+ resultsByLocalePair: z.array(LOCALE_PAIR_RESULT_SCHEMA).describe('Metrics per locale pair'),
31
54
  })
32
55
  .describe('Evaluation metrics for a single run configuration');
33
- export const RESULT_BY_CONFIGURATION_NAME_SCHEMA = z
34
- .record(z.string(), CONFIGURATION_RESULT_SCHEMA)
35
- .describe('Evaluation results grouped by configuration name');
36
56
  export const EVALUATION_SCHEMA = z.object({
37
57
  id: z.uuid().describe('Unique identifier of the evaluation request'),
38
58
  ownerId: z.string().describe('Owner identifier (team ID or similar) for this evaluation'),
39
59
  status: z.enum(['pending', 'completed', 'failed']).describe('Current status of the evaluation'),
40
- resultByConfigurationName: RESULT_BY_CONFIGURATION_NAME_SCHEMA.nullable(),
60
+ metricsMetadata: METRICS_METADATA_SCHEMA.describe('Per-metric metadata for interpreting evaluation scores'),
61
+ results: z
62
+ .array(CONFIGURATION_RESULT_SCHEMA)
63
+ .nullable()
64
+ .describe('Evaluation results per run configuration'),
41
65
  metadata: z.record(z.string(), z.unknown()).nullable(),
42
66
  });
43
67
  //# sourceMappingURL=objects.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"objects.js","sourceRoot":"","sources":["../src/objects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,yBAAyB,EAAE,CAAC;SACzB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sEAAsE,CAAC;IACnF,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iEAAiE,CAAC;IAC9E,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4CAA4C,CAAC;CACrF,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,MAAM,CAAC;IACN,MAAM,EAAE,cAAc,CAAC,QAAQ,CAAC,8CAA8C,CAAC;IAC/E,cAAc,EAAE,CAAC;SACd,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,cAAc,CAAC;SAClC,QAAQ,CAAC,4EAA4E,CAAC;CAC1F,CAAC;KACD,QAAQ,CAAC,mDAAmD,CAAC,CAAA;AAIhE,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAC;KACjD,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,2BAA2B,CAAC;KAC/C,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAI/D,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,6CAA6C,CAAC;IACpE,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2DAA2D,CAAC;IACzF,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IAC/F,yBAAyB,EAAE,mCAAmC,CAAC,QAAQ,EAAE;IACzE,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAA"}
1
+ {"version":3,"file":"objects.js","sourceRoot":"","sources":["../src/objects.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/ragnarok-api-contracts",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com"