@lokalise/connector-api-contracts 2.9.0 → 2.9.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.
@@ -9,3 +9,5 @@ export declare const CONNECTOR_SETTINGS_BAG: z.ZodObject<{
9
9
  slug: z.ZodString;
10
10
  }, z.core.$strict>>>;
11
11
  }, z.core.$strip>;
12
+ export type LanguageFolders = z.infer<typeof LANGUAGE_FOLDERS>;
13
+ export type ConnectorSettingsBag = z.infer<typeof CONNECTOR_SETTINGS_BAG>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/connector-api-contracts",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Lokalise Connector API schemas and contracts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",