@zodic/shared 0.0.72 → 0.0.73

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -250,3 +250,5 @@ export type DeepSeekBatchResponse = Array<{
250
250
  input: DeepSeekBatchInputItem;
251
251
  output: string;
252
252
  }>;
253
+
254
+ export type Languages = 'pt-br' | 'en-us';