@zodic/shared 0.0.397 → 0.0.398

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.397",
3
+ "version": "0.0.398",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -18,6 +18,7 @@ export type SECRETS_STORE_SECRET = {
18
18
 
19
19
  export type CentralBindings = {
20
20
  TEST_IMAGES_BUCKET: R2Bucket;
21
+ COSMIC_MIRROR_BUCKET: R2Bucket;
21
22
  PHOTOS_BUCKET: R2Bucket;
22
23
  WHEEL_BUCKET: R2Bucket;
23
24
  OPENAI_API_KEY: string;
@@ -104,6 +105,7 @@ export type BackendBindings = Env &
104
105
  Pick<
105
106
  CentralBindings,
106
107
  | 'TEST_IMAGES_BUCKET'
108
+ | 'COSMIC_MIRROR_BUCKET'
107
109
  | 'PHOTOS_BUCKET'
108
110
  | 'WHEEL_BUCKET'
109
111
  | 'OPENAI_API_KEY'