@zodic/shared 0.0.147 → 0.0.148

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.147",
3
+ "version": "0.0.148",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -53,6 +53,7 @@ export type CentralBindings = {
53
53
  ASTROLOGY_PDF_API_KEY: string;
54
54
  PIAPI_API_KEY: string;
55
55
  DEEPSEEK_API_KEY: string;
56
+ TOGETHER_API_KEY: string;
56
57
 
57
58
  API_BASE_URL: string;
58
59
  PUBLIC_GOOGLE_CLIENT_ID: string;
@@ -108,6 +109,7 @@ export type BackendBindings = Env &
108
109
  | 'CONCEPT_GENERATION_QUEUE'
109
110
  | 'DEEPSEEK_API_KEY'
110
111
  | 'PROMPT_GENERATE_ARCHETYPE_BASIC_INFO'
112
+ | 'TOGETHER_API_KEY'
111
113
  >;
112
114
 
113
115
  export type BackendCtx = Context<