@zodic/shared 0.0.357 → 0.0.358
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
|
@@ -40,6 +40,7 @@ export type CentralBindings = {
|
|
|
40
40
|
LANTERN_QUEUE: Queue;
|
|
41
41
|
ORB_QUEUE: Queue;
|
|
42
42
|
ARCHETYPE_POPULATION_QUEUE: Queue;
|
|
43
|
+
FACESWAP_QUEUE: Queue;
|
|
43
44
|
|
|
44
45
|
PROMPT_IMAGE_DESCRIBER: string;
|
|
45
46
|
PROMPT_GENERATE_ARCHETYPE_BASIC_INFO: string;
|
|
@@ -143,6 +144,7 @@ export type BackendBindings = Env &
|
|
|
143
144
|
| 'KV_API_USAGE'
|
|
144
145
|
| 'KV_CONCEPT_CACHE'
|
|
145
146
|
| 'ENV'
|
|
147
|
+
| 'FACESWAP_QUEUE'
|
|
146
148
|
>;
|
|
147
149
|
|
|
148
150
|
export type BackendCtx = Context<
|