@zodic/shared 0.0.185 → 0.0.186

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.185",
3
+ "version": "0.0.186",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -27,6 +27,11 @@ export type CentralBindings = {
27
27
  CONCEPT_GENERATION_QUEUE: Queue;
28
28
  CONCEPT_NAMES_DO: DurableObjectNamespace;
29
29
  CROWN_QUEUE: Queue;
30
+ SCEPTER_QUEUE: Queue;
31
+ RING_QUEUE: Queue;
32
+ AMULET_QUEUE: Queue;
33
+ LANTERN_QUEUE: Queue;
34
+ ORB_QUEUE: Queue;
30
35
 
31
36
  PROMPT_IMAGE_DESCRIBER: string;
32
37
  PROMPT_GENERATE_ARCHETYPE_BASIC_INFO: string;
@@ -118,6 +123,11 @@ export type BackendBindings = Env &
118
123
  | 'CONCEPT_NAMES_DO'
119
124
  | 'API_BASE_URL'
120
125
  | 'CROWN_QUEUE'
126
+ | 'AMULET_QUEUE'
127
+ | 'SCEPTER_QUEUE'
128
+ | 'RING_QUEUE'
129
+ | 'LANTERN_QUEUE'
130
+ | 'ORB_QUEUE'
121
131
  >;
122
132
 
123
133
  export type BackendCtx = Context<