@lokalise/tm-api-schemas 5.5.3 → 5.5.4

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.
@@ -60,7 +60,7 @@ export declare const GET_TRANSLATION_MEMORY_RECORDS_RESPONSE_SCHEMA: z.ZodObject
60
60
  meta: z.ZodObject<{
61
61
  count: z.ZodNumber;
62
62
  cursor: z.ZodOptional<z.ZodString>;
63
- hasMore: z.ZodOptional<z.ZodBoolean>;
63
+ hasMore: z.ZodBoolean;
64
64
  }, z.core.$strip>;
65
65
  }, z.core.$strip>;
66
66
  export type GetTranslationMemoryRecordsResponse = z.infer<typeof GET_TRANSLATION_MEMORY_RECORDS_RESPONSE_SCHEMA>;
@@ -92,7 +92,7 @@ export declare const getTranslationMemoryRecordsContract: import("@lokalise/api-
92
92
  meta: z.ZodObject<{
93
93
  count: z.ZodNumber;
94
94
  cursor: z.ZodOptional<z.ZodString>;
95
- hasMore: z.ZodOptional<z.ZodBoolean>;
95
+ hasMore: z.ZodBoolean;
96
96
  }, z.core.$strip>;
97
97
  }, z.core.$strip>, z.ZodObject<{
98
98
  ownerId: z.ZodGUID;
@@ -145,7 +145,7 @@ export declare const getTranslationMemoryRecordsContract: import("@lokalise/api-
145
145
  meta: z.ZodObject<{
146
146
  count: z.ZodNumber;
147
147
  cursor: z.ZodOptional<z.ZodString>;
148
- hasMore: z.ZodOptional<z.ZodBoolean>;
148
+ hasMore: z.ZodBoolean;
149
149
  }, z.core.$strip>;
150
150
  }, z.core.$strip>;
151
151
  400: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/tm-api-schemas",
3
- "version": "5.5.3",
3
+ "version": "5.5.4",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Lokalise",
@@ -34,9 +34,9 @@
34
34
  "postversion": "biome check --write package.json"
35
35
  },
36
36
  "dependencies": {
37
- "@lokalise/api-common": "^6.1.1",
37
+ "@lokalise/api-common": "^7.1.1",
38
38
  "@lokalise/api-contracts": "^6.9.0",
39
- "@lokalise/common-api-schemas": "^2.2.0",
39
+ "@lokalise/common-api-schemas": "^2.2.1",
40
40
  "@lokalise/supported-languages": "^3.2.0"
41
41
  },
42
42
  "peerDependencies": {