@voquill/types 0.3.7 → 0.3.10

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,6 +1,6 @@
1
1
  import type { Nullable } from "./common.types";
2
2
  import type { OpenRouterConfig } from "./openrouter.types";
3
- export declare const API_KEY_PROVIDERS: readonly ["groq", "openai", "aldea", "assemblyai", "elevenlabs", "deepgram", "openrouter", "ollama", "openai-compatible", "azure", "deepseek", "gemini", "claude", "cerebras", "speaches"];
3
+ export declare const API_KEY_PROVIDERS: readonly ["groq", "openai", "aldea", "assemblyai", "elevenlabs", "deepgram", "openrouter", "ollama", "openai-compatible", "azure", "deepseek", "gemini", "claude", "cerebras", "speaches", "xai"];
4
4
  export type ApiKeyProvider = (typeof API_KEY_PROVIDERS)[number];
5
5
  export type ApiKey = {
6
6
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"apiKey.types.d.ts","sourceRoot":"","sources":["../src/apiKey.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,eAAO,MAAM,iBAAiB,4LAgBpB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,MAAM,MAAM,MAAM,GAAG;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,cAAc,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"apiKey.types.d.ts","sourceRoot":"","sources":["../src/apiKey.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,eAAO,MAAM,iBAAiB,mMAiBpB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,MAAM,MAAM,MAAM,GAAG;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,cAAc,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC,CAAC"}
@@ -14,4 +14,5 @@ export const API_KEY_PROVIDERS = [
14
14
  "claude",
15
15
  "cerebras",
16
16
  "speaches",
17
+ "xai",
17
18
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voquill/types",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
4
4
  "description": "Shared types for the monorepo",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "devDependencies": {
13
13
  "@types/json-schema": "^7.0.15",
14
14
  "typescript": "5.9.2",
15
- "@voquill/typescript-config": "0.3.7"
15
+ "@voquill/typescript-config": "0.3.10"
16
16
  },
17
17
  "files": [
18
18
  "dist"