summaryrefslogtreecommitdiffhomepage
path: root/packages/function
diff options
context:
space:
mode:
Diffstat (limited to 'packages/function')
-rw-r--r--packages/function/package.json2
-rw-r--r--packages/function/sst-env.d.ts12
2 files changed, 9 insertions, 5 deletions
diff --git a/packages/function/package.json b/packages/function/package.json
index d0c8c8173..591dcfb3c 100644
--- a/packages/function/package.json
+++ b/packages/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/function",
- "version": "1.0.149",
+ "version": "1.0.150",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts
index 0b09bfd0c..632ea3fbe 100644
--- a/packages/function/sst-env.d.ts
+++ b/packages/function/sst-env.d.ts
@@ -50,10 +50,6 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
- "Enterprise": {
- "type": "sst.cloudflare.SolidStart"
- "url": string
- }
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string
@@ -94,6 +90,10 @@ declare module "sst" {
"type": "sst.sst.Linkable"
"value": string
}
+ "Teams": {
+ "type": "sst.cloudflare.SolidStart"
+ "url": string
+ }
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
@@ -114,6 +114,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "ZEN_MODELS5": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
}
}
// cloudflare