@vm0/cli 9.169.0 → 9.169.1
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/{chunk-5KJLUOMN.js → chunk-RWNXCBAW.js} +325 -324
- package/{chunk-5KJLUOMN.js.map → chunk-RWNXCBAW.js.map} +1 -1
- package/index.js +12 -12
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +23 -21
- package/zero.js.map +1 -1
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.169.
|
|
74086
|
+
release: "9.169.1",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.169.
|
|
74105
|
+
version: "9.169.1",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74427,9 +74427,8 @@ var FEATURE_SWITCHES = {
|
|
|
74427
74427
|
},
|
|
74428
74428
|
["docsSite" /* DocsSite */]: {
|
|
74429
74429
|
maintainer: "linghan@vm0.ai",
|
|
74430
|
-
description: "Enable the
|
|
74431
|
-
enabled:
|
|
74432
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74430
|
+
description: "Enable the Strapi-backed public docs site routes, navigation entry, and docs pages.",
|
|
74431
|
+
enabled: true
|
|
74433
74432
|
},
|
|
74434
74433
|
["freshdeskConnector" /* FreshdeskConnector */]: {
|
|
74435
74434
|
maintainer: "ethan@vm0.ai",
|
|
@@ -93986,7 +93985,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
93986
93985
|
label: "Claude Code (OAuth Token)",
|
|
93987
93986
|
secretLabel: "OAuth token",
|
|
93988
93987
|
helpText: "To get your OAuth token, run: claude setup-token\n(Requires Claude Pro or Max subscription)",
|
|
93989
|
-
|
|
93988
|
+
envBindings: {
|
|
93990
93989
|
CLAUDE_CODE_OAUTH_TOKEN: "$secret",
|
|
93991
93990
|
ANTHROPIC_MODEL: "$model"
|
|
93992
93991
|
},
|
|
@@ -94003,7 +94002,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94003
94002
|
label: "Anthropic",
|
|
94004
94003
|
secretLabel: "API key",
|
|
94005
94004
|
helpText: "Get your API key at: https://console.anthropic.com/settings/keys",
|
|
94006
|
-
|
|
94005
|
+
envBindings: {
|
|
94007
94006
|
ANTHROPIC_API_KEY: "$secret",
|
|
94008
94007
|
ANTHROPIC_MODEL: "$model"
|
|
94009
94008
|
},
|
|
@@ -94020,7 +94019,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94020
94019
|
label: "OpenRouter",
|
|
94021
94020
|
secretLabel: "API key",
|
|
94022
94021
|
helpText: "Get your API key at: https://openrouter.ai/settings/keys",
|
|
94023
|
-
|
|
94022
|
+
envBindings: {
|
|
94024
94023
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94025
94024
|
ANTHROPIC_BASE_URL: "https://openrouter.ai/api",
|
|
94026
94025
|
ANTHROPIC_API_KEY: "",
|
|
@@ -94052,7 +94051,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94052
94051
|
label: "Moonshot (Kimi)",
|
|
94053
94052
|
secretLabel: "API key",
|
|
94054
94053
|
helpText: "Get your API key at: https://platform.moonshot.ai/console/api-keys",
|
|
94055
|
-
|
|
94054
|
+
envBindings: {
|
|
94056
94055
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94057
94056
|
ANTHROPIC_BASE_URL: "https://api.moonshot.ai/anthropic",
|
|
94058
94057
|
ANTHROPIC_MODEL: "$model",
|
|
@@ -94075,7 +94074,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94075
94074
|
label: "MiniMax",
|
|
94076
94075
|
secretLabel: "API key",
|
|
94077
94076
|
helpText: "Get your API key at: https://platform.minimax.io/user-center/basic-information/interface-key",
|
|
94078
|
-
|
|
94077
|
+
envBindings: {
|
|
94079
94078
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94080
94079
|
ANTHROPIC_BASE_URL: "https://api.minimax.io/anthropic",
|
|
94081
94080
|
ANTHROPIC_MODEL: "$model",
|
|
@@ -94095,7 +94094,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94095
94094
|
label: "DeepSeek",
|
|
94096
94095
|
secretLabel: "API key",
|
|
94097
94096
|
helpText: "Get your API key at: https://platform.deepseek.com/api_keys",
|
|
94098
|
-
|
|
94097
|
+
envBindings: {
|
|
94099
94098
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94100
94099
|
ANTHROPIC_BASE_URL: "https://api.deepseek.com/anthropic",
|
|
94101
94100
|
ANTHROPIC_MODEL: "$model",
|
|
@@ -94115,7 +94114,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94115
94114
|
label: "Z.AI (GLM)",
|
|
94116
94115
|
secretLabel: "API key",
|
|
94117
94116
|
helpText: "Get your API key at: https://z.ai/model-api",
|
|
94118
|
-
|
|
94117
|
+
envBindings: {
|
|
94119
94118
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94120
94119
|
ANTHROPIC_BASE_URL: "https://api.z.ai/api/anthropic",
|
|
94121
94120
|
ANTHROPIC_MODEL: "$model",
|
|
@@ -94134,7 +94133,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94134
94133
|
label: "Vercel AI Gateway",
|
|
94135
94134
|
secretLabel: "API key",
|
|
94136
94135
|
helpText: "Get your API key from the Vercel AI Gateway dashboard",
|
|
94137
|
-
|
|
94136
|
+
envBindings: {
|
|
94138
94137
|
ANTHROPIC_AUTH_TOKEN: "$secret",
|
|
94139
94138
|
ANTHROPIC_BASE_URL: "https://ai-gateway.vercel.sh",
|
|
94140
94139
|
ANTHROPIC_API_KEY: "",
|
|
@@ -94170,7 +94169,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94170
94169
|
label: "OpenRouter (Codex)",
|
|
94171
94170
|
secretLabel: "API key",
|
|
94172
94171
|
helpText: "Get your API key at: https://openrouter.ai/settings/keys",
|
|
94173
|
-
|
|
94172
|
+
envBindings: {
|
|
94174
94173
|
OPENAI_API_KEY: "$secret",
|
|
94175
94174
|
OPENAI_BASE_URL: "https://openrouter.ai/api/v1",
|
|
94176
94175
|
OPENAI_MODEL: "$model"
|
|
@@ -94193,7 +94192,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94193
94192
|
label: "Vercel AI Gateway (Codex)",
|
|
94194
94193
|
secretLabel: "API key",
|
|
94195
94194
|
helpText: "Get your API key from the Vercel AI Gateway dashboard",
|
|
94196
|
-
|
|
94195
|
+
envBindings: {
|
|
94197
94196
|
OPENAI_API_KEY: "$secret",
|
|
94198
94197
|
OPENAI_BASE_URL: "https://ai-gateway.vercel.sh/v1",
|
|
94199
94198
|
OPENAI_MODEL: "$model"
|
|
@@ -94211,7 +94210,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94211
94210
|
label: "OpenAI",
|
|
94212
94211
|
secretLabel: "API key",
|
|
94213
94212
|
helpText: "Get your API key at: https://platform.openai.com/api-keys",
|
|
94214
|
-
|
|
94213
|
+
envBindings: {
|
|
94215
94214
|
OPENAI_API_KEY: "$secret",
|
|
94216
94215
|
OPENAI_MODEL: "$model"
|
|
94217
94216
|
},
|
|
@@ -94275,7 +94274,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94275
94274
|
}
|
|
94276
94275
|
},
|
|
94277
94276
|
defaultAuthMethod: "auth_json",
|
|
94278
|
-
|
|
94277
|
+
envBindings: {
|
|
94279
94278
|
CHATGPT_ACCESS_TOKEN: "$secrets.CHATGPT_ACCESS_TOKEN",
|
|
94280
94279
|
CHATGPT_ACCOUNT_ID: "$secrets.CHATGPT_ACCOUNT_ID",
|
|
94281
94280
|
OPENAI_MODEL: "$model"
|
|
@@ -94307,7 +94306,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94307
94306
|
}
|
|
94308
94307
|
},
|
|
94309
94308
|
defaultAuthMethod: "api-key",
|
|
94310
|
-
|
|
94309
|
+
envBindings: {
|
|
94311
94310
|
CLAUDE_CODE_USE_FOUNDRY: "1",
|
|
94312
94311
|
ANTHROPIC_FOUNDRY_API_KEY: "$secrets.ANTHROPIC_FOUNDRY_API_KEY",
|
|
94313
94312
|
ANTHROPIC_FOUNDRY_RESOURCE: "$secrets.ANTHROPIC_FOUNDRY_RESOURCE",
|
|
@@ -94369,7 +94368,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
94369
94368
|
}
|
|
94370
94369
|
},
|
|
94371
94370
|
defaultAuthMethod: "api-key",
|
|
94372
|
-
|
|
94371
|
+
envBindings: {
|
|
94373
94372
|
CLAUDE_CODE_USE_BEDROCK: "1",
|
|
94374
94373
|
AWS_REGION: "$secrets.AWS_REGION",
|
|
94375
94374
|
AWS_BEARER_TOKEN_BEDROCK: "$secrets.AWS_BEARER_TOKEN_BEDROCK",
|
|
@@ -94429,13 +94428,13 @@ function getFirewallBaseUrl(type) {
|
|
|
94429
94428
|
return "https://chatgpt.com/backend-api/codex";
|
|
94430
94429
|
}
|
|
94431
94430
|
if (getFrameworkForType(type) === "codex") {
|
|
94432
|
-
const overrideBase =
|
|
94431
|
+
const overrideBase = getModelProviderEnvBindings(type)?.OPENAI_BASE_URL;
|
|
94433
94432
|
if (overrideBase) {
|
|
94434
94433
|
return overrideBase.replace(/\/+$/, "");
|
|
94435
94434
|
}
|
|
94436
94435
|
return "https://api.openai.com/v1/responses";
|
|
94437
94436
|
}
|
|
94438
|
-
const base = (
|
|
94437
|
+
const base = (getModelProviderEnvBindings(type)?.ANTHROPIC_BASE_URL ?? ANTHROPIC_API_BASE).replace(/\/+$/, "");
|
|
94439
94438
|
return `${base}/v1/messages`;
|
|
94440
94439
|
}
|
|
94441
94440
|
function mpFirewall(type, authHeader, placeholderValue) {
|
|
@@ -94496,7 +94495,7 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
|
|
|
94496
94495
|
MODEL_PROVIDER_ENV_PLACEHOLDERS.ANTHROPIC_AUTH_TOKEN
|
|
94497
94496
|
),
|
|
94498
94497
|
// Codex-framework twin of openrouter-api-key. It reuses the same stored
|
|
94499
|
-
// OpenRouter secret, but the sandbox env
|
|
94498
|
+
// OpenRouter secret, but the sandbox env name is OPENAI_API_KEY because codex
|
|
94500
94499
|
// SDK hits OpenAI-compatible paths (/chat/completions, /responses) under
|
|
94501
94500
|
// https://openrouter.ai/api/v1, derived from the OPENAI_BASE_URL mapping by
|
|
94502
94501
|
// getFirewallBaseUrl.
|
|
@@ -94506,7 +94505,7 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
|
|
|
94506
94505
|
MODEL_PROVIDER_ENV_PLACEHOLDERS.OPENAI_API_KEY
|
|
94507
94506
|
),
|
|
94508
94507
|
// Codex-framework twin of vercel-ai-gateway. It reuses the same stored Vercel
|
|
94509
|
-
// secret, but the sandbox env
|
|
94508
|
+
// secret, but the sandbox env name is OPENAI_API_KEY. Base URL is scoped to
|
|
94510
94509
|
// the /v1 prefix by getFirewallBaseUrl so codex can use either
|
|
94511
94510
|
// /chat/completions or /responses paths the gateway exposes.
|
|
94512
94511
|
"vercel-ai-gateway-codex": mpFirewall(
|
|
@@ -94622,9 +94621,9 @@ function getSecretsForAuthMethod(type, authMethod) {
|
|
|
94622
94621
|
const method = authMethods[authMethod];
|
|
94623
94622
|
return method?.secrets;
|
|
94624
94623
|
}
|
|
94625
|
-
function
|
|
94624
|
+
function getModelProviderEnvBindings(type) {
|
|
94626
94625
|
const config4 = MODEL_PROVIDER_TYPES[type];
|
|
94627
|
-
return "
|
|
94626
|
+
return "envBindings" in config4 ? config4.envBindings : void 0;
|
|
94628
94627
|
}
|
|
94629
94628
|
var modelProviderResponseSchema = external_exports.object({
|
|
94630
94629
|
id: external_exports.uuid(),
|
|
@@ -97729,7 +97728,7 @@ var github = {
|
|
|
97729
97728
|
},
|
|
97730
97729
|
access: {
|
|
97731
97730
|
kind: "static",
|
|
97732
|
-
|
|
97731
|
+
envBindings: {
|
|
97733
97732
|
GH_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN",
|
|
97734
97733
|
GITHUB_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN"
|
|
97735
97734
|
}
|
|
@@ -97768,7 +97767,7 @@ var gmail = {
|
|
|
97768
97767
|
kind: "refresh-token",
|
|
97769
97768
|
accessToken: "GMAIL_ACCESS_TOKEN",
|
|
97770
97769
|
refreshToken: "GMAIL_REFRESH_TOKEN",
|
|
97771
|
-
|
|
97770
|
+
envBindings: {
|
|
97772
97771
|
GMAIL_TOKEN: "$secrets.GMAIL_ACCESS_TOKEN"
|
|
97773
97772
|
}
|
|
97774
97773
|
},
|
|
@@ -97806,7 +97805,7 @@ var notion = {
|
|
|
97806
97805
|
kind: "refresh-token",
|
|
97807
97806
|
accessToken: "NOTION_ACCESS_TOKEN",
|
|
97808
97807
|
refreshToken: "NOTION_REFRESH_TOKEN",
|
|
97809
|
-
|
|
97808
|
+
envBindings: {
|
|
97810
97809
|
NOTION_TOKEN: "$secrets.NOTION_ACCESS_TOKEN"
|
|
97811
97810
|
}
|
|
97812
97811
|
},
|
|
@@ -97888,7 +97887,7 @@ var x = {
|
|
|
97888
97887
|
kind: "refresh-token",
|
|
97889
97888
|
accessToken: "X_ACCESS_TOKEN",
|
|
97890
97889
|
refreshToken: "X_REFRESH_TOKEN",
|
|
97891
|
-
|
|
97890
|
+
envBindings: {
|
|
97892
97891
|
X_TOKEN: "$secrets.X_ACCESS_TOKEN"
|
|
97893
97892
|
}
|
|
97894
97893
|
},
|
|
@@ -97928,7 +97927,7 @@ var googleDrive = {
|
|
|
97928
97927
|
kind: "refresh-token",
|
|
97929
97928
|
accessToken: "GOOGLE_DRIVE_ACCESS_TOKEN",
|
|
97930
97929
|
refreshToken: "GOOGLE_DRIVE_REFRESH_TOKEN",
|
|
97931
|
-
|
|
97930
|
+
envBindings: {
|
|
97932
97931
|
GOOGLE_DRIVE_TOKEN: "$secrets.GOOGLE_DRIVE_ACCESS_TOKEN"
|
|
97933
97932
|
}
|
|
97934
97933
|
},
|
|
@@ -97998,7 +97997,7 @@ var slack = {
|
|
|
97998
97997
|
},
|
|
97999
97998
|
access: {
|
|
98000
97999
|
kind: "static",
|
|
98001
|
-
|
|
98000
|
+
envBindings: {
|
|
98002
98001
|
SLACK_TOKEN: "$secrets.SLACK_ACCESS_TOKEN"
|
|
98003
98002
|
}
|
|
98004
98003
|
},
|
|
@@ -98036,7 +98035,7 @@ var slock = {
|
|
|
98036
98035
|
kind: "refresh-token",
|
|
98037
98036
|
accessToken: "SLOCK_ACCESS_TOKEN",
|
|
98038
98037
|
refreshToken: "SLOCK_REFRESH_TOKEN",
|
|
98039
|
-
|
|
98038
|
+
envBindings: {
|
|
98040
98039
|
SLOCK_TOKEN: "$secrets.SLOCK_ACCESS_TOKEN",
|
|
98041
98040
|
SLOCK_SERVER_ID: "$secrets.SLOCK_SERVER_ID"
|
|
98042
98041
|
}
|
|
@@ -98077,7 +98076,7 @@ var googleSheets = {
|
|
|
98077
98076
|
kind: "refresh-token",
|
|
98078
98077
|
accessToken: "GOOGLE_SHEETS_ACCESS_TOKEN",
|
|
98079
98078
|
refreshToken: "GOOGLE_SHEETS_REFRESH_TOKEN",
|
|
98080
|
-
|
|
98079
|
+
envBindings: {
|
|
98081
98080
|
GOOGLE_SHEETS_TOKEN: "$secrets.GOOGLE_SHEETS_ACCESS_TOKEN"
|
|
98082
98081
|
}
|
|
98083
98082
|
},
|
|
@@ -98118,7 +98117,7 @@ var googleCalendar = {
|
|
|
98118
98117
|
kind: "refresh-token",
|
|
98119
98118
|
accessToken: "GOOGLE_CALENDAR_ACCESS_TOKEN",
|
|
98120
98119
|
refreshToken: "GOOGLE_CALENDAR_REFRESH_TOKEN",
|
|
98121
|
-
|
|
98120
|
+
envBindings: {
|
|
98122
98121
|
GOOGLE_CALENDAR_TOKEN: "$secrets.GOOGLE_CALENDAR_ACCESS_TOKEN"
|
|
98123
98122
|
}
|
|
98124
98123
|
},
|
|
@@ -98158,7 +98157,7 @@ var googleDocs = {
|
|
|
98158
98157
|
kind: "refresh-token",
|
|
98159
98158
|
accessToken: "GOOGLE_DOCS_ACCESS_TOKEN",
|
|
98160
98159
|
refreshToken: "GOOGLE_DOCS_REFRESH_TOKEN",
|
|
98161
|
-
|
|
98160
|
+
envBindings: {
|
|
98162
98161
|
GOOGLE_DOCS_TOKEN: "$secrets.GOOGLE_DOCS_ACCESS_TOKEN"
|
|
98163
98162
|
}
|
|
98164
98163
|
},
|
|
@@ -98202,7 +98201,7 @@ var linear = {
|
|
|
98202
98201
|
kind: "refresh-token",
|
|
98203
98202
|
accessToken: "LINEAR_ACCESS_TOKEN",
|
|
98204
98203
|
refreshToken: "LINEAR_REFRESH_TOKEN",
|
|
98205
|
-
|
|
98204
|
+
envBindings: {
|
|
98206
98205
|
LINEAR_TOKEN: "$secrets.LINEAR_ACCESS_TOKEN"
|
|
98207
98206
|
}
|
|
98208
98207
|
},
|
|
@@ -98237,7 +98236,7 @@ var intervalsIcu = {
|
|
|
98237
98236
|
},
|
|
98238
98237
|
access: {
|
|
98239
98238
|
kind: "static",
|
|
98240
|
-
|
|
98239
|
+
envBindings: {
|
|
98241
98240
|
INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
|
|
98242
98241
|
}
|
|
98243
98242
|
},
|
|
@@ -98272,7 +98271,7 @@ var vercel = {
|
|
|
98272
98271
|
},
|
|
98273
98272
|
access: {
|
|
98274
98273
|
kind: "static",
|
|
98275
|
-
|
|
98274
|
+
envBindings: {
|
|
98276
98275
|
VERCEL_TOKEN: "$secrets.VERCEL_ACCESS_TOKEN"
|
|
98277
98276
|
}
|
|
98278
98277
|
},
|
|
@@ -98314,7 +98313,7 @@ var strava = {
|
|
|
98314
98313
|
kind: "refresh-token",
|
|
98315
98314
|
accessToken: "STRAVA_ACCESS_TOKEN",
|
|
98316
98315
|
refreshToken: "STRAVA_REFRESH_TOKEN",
|
|
98317
|
-
|
|
98316
|
+
envBindings: {
|
|
98318
98317
|
STRAVA_TOKEN: "$secrets.STRAVA_ACCESS_TOKEN"
|
|
98319
98318
|
}
|
|
98320
98319
|
},
|
|
@@ -98359,7 +98358,7 @@ var googleMeet = {
|
|
|
98359
98358
|
kind: "refresh-token",
|
|
98360
98359
|
accessToken: "GOOGLE_MEET_ACCESS_TOKEN",
|
|
98361
98360
|
refreshToken: "GOOGLE_MEET_REFRESH_TOKEN",
|
|
98362
|
-
|
|
98361
|
+
envBindings: {
|
|
98363
98362
|
GOOGLE_MEET_TOKEN: "$secrets.GOOGLE_MEET_ACCESS_TOKEN"
|
|
98364
98363
|
}
|
|
98365
98364
|
},
|
|
@@ -98409,7 +98408,7 @@ var hubspot = {
|
|
|
98409
98408
|
kind: "refresh-token",
|
|
98410
98409
|
accessToken: "HUBSPOT_ACCESS_TOKEN",
|
|
98411
98410
|
refreshToken: "HUBSPOT_REFRESH_TOKEN",
|
|
98412
|
-
|
|
98411
|
+
envBindings: {
|
|
98413
98412
|
HUBSPOT_TOKEN: "$secrets.HUBSPOT_ACCESS_TOKEN"
|
|
98414
98413
|
}
|
|
98415
98414
|
},
|
|
@@ -98475,7 +98474,7 @@ var sentry = {
|
|
|
98475
98474
|
kind: "refresh-token",
|
|
98476
98475
|
accessToken: "SENTRY_ACCESS_TOKEN",
|
|
98477
98476
|
refreshToken: "SENTRY_REFRESH_TOKEN",
|
|
98478
|
-
|
|
98477
|
+
envBindings: {
|
|
98479
98478
|
SENTRY_TOKEN: "$secrets.SENTRY_ACCESS_TOKEN"
|
|
98480
98479
|
}
|
|
98481
98480
|
},
|
|
@@ -98510,7 +98509,7 @@ var todoist = {
|
|
|
98510
98509
|
},
|
|
98511
98510
|
access: {
|
|
98512
98511
|
kind: "static",
|
|
98513
|
-
|
|
98512
|
+
envBindings: {
|
|
98514
98513
|
TODOIST_TOKEN: "$secrets.TODOIST_ACCESS_TOKEN"
|
|
98515
98514
|
}
|
|
98516
98515
|
},
|
|
@@ -98570,7 +98569,7 @@ var xero = {
|
|
|
98570
98569
|
kind: "refresh-token",
|
|
98571
98570
|
accessToken: "XERO_ACCESS_TOKEN",
|
|
98572
98571
|
refreshToken: "XERO_REFRESH_TOKEN",
|
|
98573
|
-
|
|
98572
|
+
envBindings: {
|
|
98574
98573
|
XERO_TOKEN: "$secrets.XERO_ACCESS_TOKEN"
|
|
98575
98574
|
}
|
|
98576
98575
|
},
|
|
@@ -98615,7 +98614,7 @@ var airtable = {
|
|
|
98615
98614
|
kind: "refresh-token",
|
|
98616
98615
|
accessToken: "AIRTABLE_ACCESS_TOKEN",
|
|
98617
98616
|
refreshToken: "AIRTABLE_REFRESH_TOKEN",
|
|
98618
|
-
|
|
98617
|
+
envBindings: {
|
|
98619
98618
|
AIRTABLE_TOKEN: "$secrets.AIRTABLE_ACCESS_TOKEN"
|
|
98620
98619
|
}
|
|
98621
98620
|
},
|
|
@@ -98653,7 +98652,7 @@ var docusign = {
|
|
|
98653
98652
|
kind: "refresh-token",
|
|
98654
98653
|
accessToken: "DOCUSIGN_ACCESS_TOKEN",
|
|
98655
98654
|
refreshToken: "DOCUSIGN_REFRESH_TOKEN",
|
|
98656
|
-
|
|
98655
|
+
envBindings: {
|
|
98657
98656
|
DOCUSIGN_TOKEN: "$secrets.DOCUSIGN_ACCESS_TOKEN"
|
|
98658
98657
|
}
|
|
98659
98658
|
},
|
|
@@ -98696,7 +98695,7 @@ var googleAds = {
|
|
|
98696
98695
|
kind: "refresh-token",
|
|
98697
98696
|
accessToken: "GOOGLE_ADS_ACCESS_TOKEN",
|
|
98698
98697
|
refreshToken: "GOOGLE_ADS_REFRESH_TOKEN",
|
|
98699
|
-
|
|
98698
|
+
envBindings: {
|
|
98700
98699
|
GOOGLE_ADS_TOKEN: "$secrets.GOOGLE_ADS_ACCESS_TOKEN"
|
|
98701
98700
|
}
|
|
98702
98701
|
},
|
|
@@ -98730,7 +98729,7 @@ var googleMaps = {
|
|
|
98730
98729
|
},
|
|
98731
98730
|
access: {
|
|
98732
98731
|
kind: "static",
|
|
98733
|
-
|
|
98732
|
+
envBindings: {
|
|
98734
98733
|
GOOGLE_MAPS_TOKEN: "$secrets.GOOGLE_MAPS_TOKEN"
|
|
98735
98734
|
}
|
|
98736
98735
|
},
|
|
@@ -98772,7 +98771,7 @@ var gumroad = {
|
|
|
98772
98771
|
},
|
|
98773
98772
|
access: {
|
|
98774
98773
|
kind: "static",
|
|
98775
|
-
|
|
98774
|
+
envBindings: {
|
|
98776
98775
|
GUMROAD_TOKEN: "$secrets.GUMROAD_ACCESS_TOKEN"
|
|
98777
98776
|
}
|
|
98778
98777
|
},
|
|
@@ -98793,7 +98792,7 @@ var gumroad = {
|
|
|
98793
98792
|
},
|
|
98794
98793
|
access: {
|
|
98795
98794
|
kind: "static",
|
|
98796
|
-
|
|
98795
|
+
envBindings: {
|
|
98797
98796
|
GUMROAD_TOKEN: "$secrets.GUMROAD_TOKEN"
|
|
98798
98797
|
}
|
|
98799
98798
|
},
|
|
@@ -98851,7 +98850,7 @@ var spotify = {
|
|
|
98851
98850
|
kind: "refresh-token",
|
|
98852
98851
|
accessToken: "SPOTIFY_ACCESS_TOKEN",
|
|
98853
98852
|
refreshToken: "SPOTIFY_REFRESH_TOKEN",
|
|
98854
|
-
|
|
98853
|
+
envBindings: {
|
|
98855
98854
|
SPOTIFY_TOKEN: "$secrets.SPOTIFY_ACCESS_TOKEN"
|
|
98856
98855
|
}
|
|
98857
98856
|
},
|
|
@@ -98885,7 +98884,7 @@ var agentmail = {
|
|
|
98885
98884
|
},
|
|
98886
98885
|
access: {
|
|
98887
98886
|
kind: "static",
|
|
98888
|
-
|
|
98887
|
+
envBindings: {
|
|
98889
98888
|
AGENTMAIL_TOKEN: "$secrets.AGENTMAIL_TOKEN"
|
|
98890
98889
|
}
|
|
98891
98890
|
},
|
|
@@ -98936,7 +98935,7 @@ var agora = {
|
|
|
98936
98935
|
},
|
|
98937
98936
|
access: {
|
|
98938
98937
|
kind: "static",
|
|
98939
|
-
|
|
98938
|
+
envBindings: {
|
|
98940
98939
|
AGORA_CUSTOMER_ID: "$secrets.AGORA_CUSTOMER_ID",
|
|
98941
98940
|
AGORA_CUSTOMER_SECRET: "$secrets.AGORA_CUSTOMER_SECRET",
|
|
98942
98941
|
AGORA_APP_ID: "$vars.AGORA_APP_ID",
|
|
@@ -98977,7 +98976,7 @@ var ahrefs = {
|
|
|
98977
98976
|
kind: "refresh-token",
|
|
98978
98977
|
accessToken: "AHREFS_ACCESS_TOKEN",
|
|
98979
98978
|
refreshToken: "AHREFS_REFRESH_TOKEN",
|
|
98980
|
-
|
|
98979
|
+
envBindings: {
|
|
98981
98980
|
AHREFS_TOKEN: "$secrets.AHREFS_ACCESS_TOKEN"
|
|
98982
98981
|
}
|
|
98983
98982
|
},
|
|
@@ -98998,7 +98997,7 @@ var ahrefs = {
|
|
|
98998
98997
|
},
|
|
98999
98998
|
access: {
|
|
99000
98999
|
kind: "static",
|
|
99001
|
-
|
|
99000
|
+
envBindings: {
|
|
99002
99001
|
AHREFS_TOKEN: "$secrets.AHREFS_TOKEN"
|
|
99003
99002
|
}
|
|
99004
99003
|
},
|
|
@@ -99039,7 +99038,7 @@ var adzuna = {
|
|
|
99039
99038
|
},
|
|
99040
99039
|
access: {
|
|
99041
99040
|
kind: "static",
|
|
99042
|
-
|
|
99041
|
+
envBindings: {
|
|
99043
99042
|
ADZUNA_APP_ID: "$vars.ADZUNA_APP_ID",
|
|
99044
99043
|
ADZUNA_APP_KEY: "$secrets.ADZUNA_APP_KEY"
|
|
99045
99044
|
}
|
|
@@ -99081,7 +99080,7 @@ var altium365 = {
|
|
|
99081
99080
|
},
|
|
99082
99081
|
access: {
|
|
99083
99082
|
kind: "static",
|
|
99084
|
-
|
|
99083
|
+
envBindings: {
|
|
99085
99084
|
ALTIUM365_TOKEN: "$secrets.ALTIUM365_TOKEN",
|
|
99086
99085
|
ALTIUM365_WORKSPACE_URL: "$vars.ALTIUM365_WORKSPACE_URL"
|
|
99087
99086
|
}
|
|
@@ -99115,7 +99114,7 @@ var alchemy = {
|
|
|
99115
99114
|
},
|
|
99116
99115
|
access: {
|
|
99117
99116
|
kind: "static",
|
|
99118
|
-
|
|
99117
|
+
envBindings: {
|
|
99119
99118
|
ALCHEMY_API_KEY: "$secrets.ALCHEMY_API_KEY"
|
|
99120
99119
|
}
|
|
99121
99120
|
},
|
|
@@ -99155,7 +99154,7 @@ var amplitude = {
|
|
|
99155
99154
|
},
|
|
99156
99155
|
access: {
|
|
99157
99156
|
kind: "static",
|
|
99158
|
-
|
|
99157
|
+
envBindings: {
|
|
99159
99158
|
AMPLITUDE_API_KEY: "$secrets.AMPLITUDE_API_KEY",
|
|
99160
99159
|
AMPLITUDE_SECRET_KEY: "$secrets.AMPLITUDE_SECRET_KEY"
|
|
99161
99160
|
}
|
|
@@ -99193,7 +99192,7 @@ var amadeus = {
|
|
|
99193
99192
|
},
|
|
99194
99193
|
access: {
|
|
99195
99194
|
kind: "static",
|
|
99196
|
-
|
|
99195
|
+
envBindings: {
|
|
99197
99196
|
AMADEUS_API_KEY: "$secrets.AMADEUS_API_KEY",
|
|
99198
99197
|
AMADEUS_API_SECRET: "$secrets.AMADEUS_API_SECRET"
|
|
99199
99198
|
}
|
|
@@ -99228,7 +99227,7 @@ var anthropicManagedAgents = {
|
|
|
99228
99227
|
},
|
|
99229
99228
|
access: {
|
|
99230
99229
|
kind: "static",
|
|
99231
|
-
|
|
99230
|
+
envBindings: {
|
|
99232
99231
|
ANTHROPIC_MANAGED_AGENTS_TOKEN: "$secrets.ANTHROPIC_MANAGED_AGENTS_TOKEN"
|
|
99233
99232
|
}
|
|
99234
99233
|
},
|
|
@@ -99262,7 +99261,7 @@ var apify = {
|
|
|
99262
99261
|
},
|
|
99263
99262
|
access: {
|
|
99264
99263
|
kind: "static",
|
|
99265
|
-
|
|
99264
|
+
envBindings: {
|
|
99266
99265
|
APIFY_TOKEN: "$secrets.APIFY_TOKEN"
|
|
99267
99266
|
}
|
|
99268
99267
|
},
|
|
@@ -99296,7 +99295,7 @@ var apollo = {
|
|
|
99296
99295
|
},
|
|
99297
99296
|
access: {
|
|
99298
99297
|
kind: "static",
|
|
99299
|
-
|
|
99298
|
+
envBindings: {
|
|
99300
99299
|
APOLLO_TOKEN: "$secrets.APOLLO_TOKEN"
|
|
99301
99300
|
}
|
|
99302
99301
|
},
|
|
@@ -99333,7 +99332,7 @@ var asana = {
|
|
|
99333
99332
|
kind: "refresh-token",
|
|
99334
99333
|
accessToken: "ASANA_ACCESS_TOKEN",
|
|
99335
99334
|
refreshToken: "ASANA_REFRESH_TOKEN",
|
|
99336
|
-
|
|
99335
|
+
envBindings: {
|
|
99337
99336
|
ASANA_TOKEN: "$secrets.ASANA_ACCESS_TOKEN"
|
|
99338
99337
|
}
|
|
99339
99338
|
},
|
|
@@ -99379,7 +99378,7 @@ var atlassian = {
|
|
|
99379
99378
|
},
|
|
99380
99379
|
access: {
|
|
99381
99380
|
kind: "static",
|
|
99382
|
-
|
|
99381
|
+
envBindings: {
|
|
99383
99382
|
ATLASSIAN_TOKEN: "$secrets.ATLASSIAN_TOKEN",
|
|
99384
99383
|
ATLASSIAN_EMAIL: "$vars.ATLASSIAN_EMAIL",
|
|
99385
99384
|
ATLASSIAN_DOMAIN: "$vars.ATLASSIAN_DOMAIN"
|
|
@@ -99415,7 +99414,7 @@ var attio = {
|
|
|
99415
99414
|
},
|
|
99416
99415
|
access: {
|
|
99417
99416
|
kind: "static",
|
|
99418
|
-
|
|
99417
|
+
envBindings: {
|
|
99419
99418
|
ATTIO_TOKEN: "$secrets.ATTIO_TOKEN"
|
|
99420
99419
|
}
|
|
99421
99420
|
},
|
|
@@ -99451,7 +99450,7 @@ var atlascloud = {
|
|
|
99451
99450
|
},
|
|
99452
99451
|
access: {
|
|
99453
99452
|
kind: "static",
|
|
99454
|
-
|
|
99453
|
+
envBindings: {
|
|
99455
99454
|
ATLASCLOUD_API_KEY: "$secrets.ATLASCLOUD_API_KEY"
|
|
99456
99455
|
}
|
|
99457
99456
|
},
|
|
@@ -99484,7 +99483,7 @@ var aviationstack = {
|
|
|
99484
99483
|
},
|
|
99485
99484
|
access: {
|
|
99486
99485
|
kind: "static",
|
|
99487
|
-
|
|
99486
|
+
envBindings: {
|
|
99488
99487
|
AVIATIONSTACK_TOKEN: "$secrets.AVIATIONSTACK_TOKEN"
|
|
99489
99488
|
}
|
|
99490
99489
|
},
|
|
@@ -99518,7 +99517,7 @@ var axiom = {
|
|
|
99518
99517
|
},
|
|
99519
99518
|
access: {
|
|
99520
99519
|
kind: "static",
|
|
99521
|
-
|
|
99520
|
+
envBindings: {
|
|
99522
99521
|
AXIOM_TOKEN: "$secrets.AXIOM_TOKEN"
|
|
99523
99522
|
}
|
|
99524
99523
|
},
|
|
@@ -99555,7 +99554,7 @@ var base44 = {
|
|
|
99555
99554
|
kind: "refresh-token",
|
|
99556
99555
|
accessToken: "BASE44_ACCESS_TOKEN",
|
|
99557
99556
|
refreshToken: "BASE44_REFRESH_TOKEN",
|
|
99558
|
-
|
|
99557
|
+
envBindings: {
|
|
99559
99558
|
BASE44_TOKEN: "$secrets.BASE44_ACCESS_TOKEN"
|
|
99560
99559
|
}
|
|
99561
99560
|
},
|
|
@@ -99598,7 +99597,7 @@ var bentoml = {
|
|
|
99598
99597
|
},
|
|
99599
99598
|
access: {
|
|
99600
99599
|
kind: "static",
|
|
99601
|
-
|
|
99600
|
+
envBindings: {
|
|
99602
99601
|
BENTO_CLOUD_API_KEY: "$secrets.BENTO_CLOUD_API_KEY",
|
|
99603
99602
|
BENTO_CLOUD_API_ENDPOINT: "$vars.BENTO_CLOUD_API_ENDPOINT"
|
|
99604
99603
|
}
|
|
@@ -99635,7 +99634,7 @@ var bfl = {
|
|
|
99635
99634
|
},
|
|
99636
99635
|
access: {
|
|
99637
99636
|
kind: "static",
|
|
99638
|
-
|
|
99637
|
+
envBindings: {
|
|
99639
99638
|
BFL_API_KEY: "$secrets.BFL_API_KEY"
|
|
99640
99639
|
}
|
|
99641
99640
|
},
|
|
@@ -99668,7 +99667,7 @@ var bitrefill = {
|
|
|
99668
99667
|
},
|
|
99669
99668
|
access: {
|
|
99670
99669
|
kind: "static",
|
|
99671
|
-
|
|
99670
|
+
envBindings: {
|
|
99672
99671
|
BITREFILL_TOKEN: "$secrets.BITREFILL_TOKEN"
|
|
99673
99672
|
}
|
|
99674
99673
|
},
|
|
@@ -99702,7 +99701,7 @@ var bitrix = {
|
|
|
99702
99701
|
},
|
|
99703
99702
|
access: {
|
|
99704
99703
|
kind: "static",
|
|
99705
|
-
|
|
99704
|
+
envBindings: {
|
|
99706
99705
|
BITRIX_WEBHOOK_URL: "$secrets.BITRIX_WEBHOOK_URL"
|
|
99707
99706
|
}
|
|
99708
99707
|
},
|
|
@@ -99738,7 +99737,7 @@ var bland = {
|
|
|
99738
99737
|
},
|
|
99739
99738
|
access: {
|
|
99740
99739
|
kind: "static",
|
|
99741
|
-
|
|
99740
|
+
envBindings: {
|
|
99742
99741
|
BLAND_API_KEY: "$secrets.BLAND_API_KEY"
|
|
99743
99742
|
}
|
|
99744
99743
|
},
|
|
@@ -99772,7 +99771,7 @@ var braveSearch = {
|
|
|
99772
99771
|
},
|
|
99773
99772
|
access: {
|
|
99774
99773
|
kind: "static",
|
|
99775
|
-
|
|
99774
|
+
envBindings: {
|
|
99776
99775
|
BRAVE_API_KEY: "$secrets.BRAVE_API_KEY"
|
|
99777
99776
|
}
|
|
99778
99777
|
},
|
|
@@ -99807,7 +99806,7 @@ var brex = {
|
|
|
99807
99806
|
},
|
|
99808
99807
|
access: {
|
|
99809
99808
|
kind: "static",
|
|
99810
|
-
|
|
99809
|
+
envBindings: {
|
|
99811
99810
|
BREX_TOKEN: "$secrets.BREX_TOKEN"
|
|
99812
99811
|
}
|
|
99813
99812
|
},
|
|
@@ -99841,7 +99840,7 @@ var brevo = {
|
|
|
99841
99840
|
},
|
|
99842
99841
|
access: {
|
|
99843
99842
|
kind: "static",
|
|
99844
|
-
|
|
99843
|
+
envBindings: {
|
|
99845
99844
|
BREVO_TOKEN: "$secrets.BREVO_TOKEN"
|
|
99846
99845
|
}
|
|
99847
99846
|
},
|
|
@@ -99874,7 +99873,7 @@ var brightData = {
|
|
|
99874
99873
|
},
|
|
99875
99874
|
access: {
|
|
99876
99875
|
kind: "static",
|
|
99877
|
-
|
|
99876
|
+
envBindings: {
|
|
99878
99877
|
BRIGHTDATA_TOKEN: "$secrets.BRIGHTDATA_TOKEN"
|
|
99879
99878
|
}
|
|
99880
99879
|
},
|
|
@@ -99912,7 +99911,7 @@ var browserbase = {
|
|
|
99912
99911
|
},
|
|
99913
99912
|
access: {
|
|
99914
99913
|
kind: "static",
|
|
99915
|
-
|
|
99914
|
+
envBindings: {
|
|
99916
99915
|
BROWSERBASE_TOKEN: "$secrets.BROWSERBASE_TOKEN",
|
|
99917
99916
|
BROWSERBASE_PROJECT_ID: "$vars.BROWSERBASE_PROJECT_ID"
|
|
99918
99917
|
}
|
|
@@ -99947,7 +99946,7 @@ var browserless = {
|
|
|
99947
99946
|
},
|
|
99948
99947
|
access: {
|
|
99949
99948
|
kind: "static",
|
|
99950
|
-
|
|
99949
|
+
envBindings: {
|
|
99951
99950
|
BROWSERLESS_TOKEN: "$secrets.BROWSERLESS_TOKEN"
|
|
99952
99951
|
}
|
|
99953
99952
|
},
|
|
@@ -99987,7 +99986,7 @@ var browserstack = {
|
|
|
99987
99986
|
},
|
|
99988
99987
|
access: {
|
|
99989
99988
|
kind: "static",
|
|
99990
|
-
|
|
99989
|
+
envBindings: {
|
|
99991
99990
|
BROWSERSTACK_USERNAME: "$secrets.BROWSERSTACK_USERNAME",
|
|
99992
99991
|
BROWSERSTACK_ACCESS_KEY: "$secrets.BROWSERSTACK_ACCESS_KEY"
|
|
99993
99992
|
}
|
|
@@ -100022,7 +100021,7 @@ var browserUse = {
|
|
|
100022
100021
|
},
|
|
100023
100022
|
access: {
|
|
100024
100023
|
kind: "static",
|
|
100025
|
-
|
|
100024
|
+
envBindings: {
|
|
100026
100025
|
BROWSER_USE_TOKEN: "$secrets.BROWSER_USE_TOKEN"
|
|
100027
100026
|
}
|
|
100028
100027
|
},
|
|
@@ -100056,7 +100055,7 @@ var bubblemaps = {
|
|
|
100056
100055
|
},
|
|
100057
100056
|
access: {
|
|
100058
100057
|
kind: "static",
|
|
100059
|
-
|
|
100058
|
+
envBindings: {
|
|
100060
100059
|
BUBBLEMAPS_API_KEY: "$secrets.BUBBLEMAPS_API_KEY"
|
|
100061
100060
|
}
|
|
100062
100061
|
},
|
|
@@ -100090,7 +100089,7 @@ var buffer = {
|
|
|
100090
100089
|
},
|
|
100091
100090
|
access: {
|
|
100092
100091
|
kind: "static",
|
|
100093
|
-
|
|
100092
|
+
envBindings: {
|
|
100094
100093
|
BUFFER_TOKEN: "$secrets.BUFFER_TOKEN"
|
|
100095
100094
|
}
|
|
100096
100095
|
},
|
|
@@ -100123,7 +100122,7 @@ var builtwith = {
|
|
|
100123
100122
|
},
|
|
100124
100123
|
access: {
|
|
100125
100124
|
kind: "static",
|
|
100126
|
-
|
|
100125
|
+
envBindings: {
|
|
100127
100126
|
BUILTWITH_TOKEN: "$secrets.BUILTWITH_TOKEN"
|
|
100128
100127
|
}
|
|
100129
100128
|
},
|
|
@@ -100157,7 +100156,7 @@ var calCom = {
|
|
|
100157
100156
|
},
|
|
100158
100157
|
access: {
|
|
100159
100158
|
kind: "static",
|
|
100160
|
-
|
|
100159
|
+
envBindings: {
|
|
100161
100160
|
CALCOM_TOKEN: "$secrets.CALCOM_TOKEN"
|
|
100162
100161
|
}
|
|
100163
100162
|
},
|
|
@@ -100191,7 +100190,7 @@ var calendly = {
|
|
|
100191
100190
|
},
|
|
100192
100191
|
access: {
|
|
100193
100192
|
kind: "static",
|
|
100194
|
-
|
|
100193
|
+
envBindings: {
|
|
100195
100194
|
CALENDLY_TOKEN: "$secrets.CALENDLY_TOKEN"
|
|
100196
100195
|
}
|
|
100197
100196
|
},
|
|
@@ -100242,7 +100241,7 @@ var canva = {
|
|
|
100242
100241
|
kind: "refresh-token",
|
|
100243
100242
|
accessToken: "CANVA_ACCESS_TOKEN",
|
|
100244
100243
|
refreshToken: "CANVA_REFRESH_TOKEN",
|
|
100245
|
-
|
|
100244
|
+
envBindings: {
|
|
100246
100245
|
CANVA_TOKEN: "$secrets.CANVA_ACCESS_TOKEN"
|
|
100247
100246
|
}
|
|
100248
100247
|
},
|
|
@@ -100276,7 +100275,7 @@ var chatwoot = {
|
|
|
100276
100275
|
},
|
|
100277
100276
|
access: {
|
|
100278
100277
|
kind: "static",
|
|
100279
|
-
|
|
100278
|
+
envBindings: {
|
|
100280
100279
|
CHATWOOT_TOKEN: "$secrets.CHATWOOT_TOKEN"
|
|
100281
100280
|
}
|
|
100282
100281
|
},
|
|
@@ -100317,7 +100316,7 @@ var checkr = {
|
|
|
100317
100316
|
},
|
|
100318
100317
|
access: {
|
|
100319
100318
|
kind: "static",
|
|
100320
|
-
|
|
100319
|
+
envBindings: {
|
|
100321
100320
|
CHECKR_TOKEN: "$secrets.CHECKR_TOKEN"
|
|
100322
100321
|
}
|
|
100323
100322
|
},
|
|
@@ -100350,7 +100349,7 @@ var clado = {
|
|
|
100350
100349
|
},
|
|
100351
100350
|
access: {
|
|
100352
100351
|
kind: "static",
|
|
100353
|
-
|
|
100352
|
+
envBindings: {
|
|
100354
100353
|
CLADO_TOKEN: "$secrets.CLADO_TOKEN"
|
|
100355
100354
|
}
|
|
100356
100355
|
},
|
|
@@ -100384,7 +100383,7 @@ var clerk = {
|
|
|
100384
100383
|
},
|
|
100385
100384
|
access: {
|
|
100386
100385
|
kind: "static",
|
|
100387
|
-
|
|
100386
|
+
envBindings: {
|
|
100388
100387
|
CLERK_TOKEN: "$secrets.CLERK_TOKEN"
|
|
100389
100388
|
}
|
|
100390
100389
|
},
|
|
@@ -100418,7 +100417,7 @@ var clearbit = {
|
|
|
100418
100417
|
},
|
|
100419
100418
|
access: {
|
|
100420
100419
|
kind: "static",
|
|
100421
|
-
|
|
100420
|
+
envBindings: {
|
|
100422
100421
|
CLEARBIT_TOKEN: "$secrets.CLEARBIT_TOKEN"
|
|
100423
100422
|
}
|
|
100424
100423
|
},
|
|
@@ -100452,7 +100451,7 @@ var clickup = {
|
|
|
100452
100451
|
},
|
|
100453
100452
|
access: {
|
|
100454
100453
|
kind: "static",
|
|
100455
|
-
|
|
100454
|
+
envBindings: {
|
|
100456
100455
|
CLICKUP_TOKEN: "$secrets.CLICKUP_TOKEN"
|
|
100457
100456
|
}
|
|
100458
100457
|
},
|
|
@@ -100490,7 +100489,7 @@ var close2 = {
|
|
|
100490
100489
|
kind: "refresh-token",
|
|
100491
100490
|
accessToken: "CLOSE_ACCESS_TOKEN",
|
|
100492
100491
|
refreshToken: "CLOSE_REFRESH_TOKEN",
|
|
100493
|
-
|
|
100492
|
+
envBindings: {
|
|
100494
100493
|
CLOSE_TOKEN: "$secrets.CLOSE_ACCESS_TOKEN"
|
|
100495
100494
|
}
|
|
100496
100495
|
},
|
|
@@ -100523,7 +100522,7 @@ var cloudflare = {
|
|
|
100523
100522
|
},
|
|
100524
100523
|
access: {
|
|
100525
100524
|
kind: "static",
|
|
100526
|
-
|
|
100525
|
+
envBindings: {
|
|
100527
100526
|
CLOUDFLARE_TOKEN: "$secrets.CLOUDFLARE_TOKEN"
|
|
100528
100527
|
}
|
|
100529
100528
|
},
|
|
@@ -100566,7 +100565,7 @@ var cloudinary = {
|
|
|
100566
100565
|
},
|
|
100567
100566
|
access: {
|
|
100568
100567
|
kind: "static",
|
|
100569
|
-
|
|
100568
|
+
envBindings: {
|
|
100570
100569
|
CLOUDINARY_TOKEN: "$secrets.CLOUDINARY_TOKEN",
|
|
100571
100570
|
CLOUDINARY_API_SECRET: "$secrets.CLOUDINARY_API_SECRET",
|
|
100572
100571
|
CLOUDINARY_CLOUD_NAME: "$vars.CLOUDINARY_CLOUD_NAME"
|
|
@@ -100602,7 +100601,7 @@ var coda = {
|
|
|
100602
100601
|
},
|
|
100603
100602
|
access: {
|
|
100604
100603
|
kind: "static",
|
|
100605
|
-
|
|
100604
|
+
envBindings: {
|
|
100606
100605
|
CODA_TOKEN: "$secrets.CODA_TOKEN"
|
|
100607
100606
|
}
|
|
100608
100607
|
},
|
|
@@ -100636,7 +100635,7 @@ var coingecko = {
|
|
|
100636
100635
|
},
|
|
100637
100636
|
access: {
|
|
100638
100637
|
kind: "static",
|
|
100639
|
-
|
|
100638
|
+
envBindings: {
|
|
100640
100639
|
COINGECKO_TOKEN: "$secrets.COINGECKO_TOKEN"
|
|
100641
100640
|
}
|
|
100642
100641
|
},
|
|
@@ -100670,7 +100669,7 @@ var coresignal = {
|
|
|
100670
100669
|
},
|
|
100671
100670
|
access: {
|
|
100672
100671
|
kind: "static",
|
|
100673
|
-
|
|
100672
|
+
envBindings: {
|
|
100674
100673
|
CORESIGNAL_TOKEN: "$secrets.CORESIGNAL_TOKEN"
|
|
100675
100674
|
}
|
|
100676
100675
|
},
|
|
@@ -100708,7 +100707,7 @@ var cronlytic = {
|
|
|
100708
100707
|
},
|
|
100709
100708
|
access: {
|
|
100710
100709
|
kind: "static",
|
|
100711
|
-
|
|
100710
|
+
envBindings: {
|
|
100712
100711
|
CRONLYTIC_API_KEY: "$secrets.CRONLYTIC_API_KEY",
|
|
100713
100712
|
CRONLYTIC_USER_ID: "$vars.CRONLYTIC_USER_ID"
|
|
100714
100713
|
}
|
|
@@ -100742,7 +100741,7 @@ var crustdata = {
|
|
|
100742
100741
|
},
|
|
100743
100742
|
access: {
|
|
100744
100743
|
kind: "static",
|
|
100745
|
-
|
|
100744
|
+
envBindings: {
|
|
100746
100745
|
CRUSTDATA_TOKEN: "$secrets.CRUSTDATA_TOKEN"
|
|
100747
100746
|
}
|
|
100748
100747
|
},
|
|
@@ -100775,7 +100774,7 @@ var customerIo = {
|
|
|
100775
100774
|
},
|
|
100776
100775
|
access: {
|
|
100777
100776
|
kind: "static",
|
|
100778
|
-
|
|
100777
|
+
envBindings: {
|
|
100779
100778
|
CUSTOMERIO_APP_TOKEN: "$secrets.CUSTOMERIO_APP_TOKEN"
|
|
100780
100779
|
}
|
|
100781
100780
|
},
|
|
@@ -100809,7 +100808,7 @@ var db9 = {
|
|
|
100809
100808
|
},
|
|
100810
100809
|
access: {
|
|
100811
100810
|
kind: "static",
|
|
100812
|
-
|
|
100811
|
+
envBindings: {
|
|
100813
100812
|
DB9_API_KEY: "$secrets.DB9_API_KEY"
|
|
100814
100813
|
}
|
|
100815
100814
|
},
|
|
@@ -100856,7 +100855,7 @@ var deel = {
|
|
|
100856
100855
|
kind: "refresh-token",
|
|
100857
100856
|
accessToken: "DEEL_ACCESS_TOKEN",
|
|
100858
100857
|
refreshToken: "DEEL_REFRESH_TOKEN",
|
|
100859
|
-
|
|
100858
|
+
envBindings: {
|
|
100860
100859
|
DEEL_TOKEN: "$secrets.DEEL_ACCESS_TOKEN"
|
|
100861
100860
|
}
|
|
100862
100861
|
},
|
|
@@ -100876,7 +100875,7 @@ var deel = {
|
|
|
100876
100875
|
},
|
|
100877
100876
|
access: {
|
|
100878
100877
|
kind: "static",
|
|
100879
|
-
|
|
100878
|
+
envBindings: {
|
|
100880
100879
|
DEEL_TOKEN: "$secrets.DEEL_TOKEN"
|
|
100881
100880
|
}
|
|
100882
100881
|
},
|
|
@@ -100910,7 +100909,7 @@ var defillama = {
|
|
|
100910
100909
|
},
|
|
100911
100910
|
access: {
|
|
100912
100911
|
kind: "static",
|
|
100913
|
-
|
|
100912
|
+
envBindings: {
|
|
100914
100913
|
DEFILLAMA_TOKEN: "$secrets.DEFILLAMA_TOKEN"
|
|
100915
100914
|
}
|
|
100916
100915
|
},
|
|
@@ -100945,7 +100944,7 @@ var deepseek = {
|
|
|
100945
100944
|
},
|
|
100946
100945
|
access: {
|
|
100947
100946
|
kind: "static",
|
|
100948
|
-
|
|
100947
|
+
envBindings: {
|
|
100949
100948
|
DEEPSEEK_TOKEN: "$secrets.DEEPSEEK_TOKEN"
|
|
100950
100949
|
}
|
|
100951
100950
|
},
|
|
@@ -100979,7 +100978,7 @@ var devto = {
|
|
|
100979
100978
|
},
|
|
100980
100979
|
access: {
|
|
100981
100980
|
kind: "static",
|
|
100982
|
-
|
|
100981
|
+
envBindings: {
|
|
100983
100982
|
DEVTO_TOKEN: "$secrets.DEVTO_TOKEN"
|
|
100984
100983
|
}
|
|
100985
100984
|
},
|
|
@@ -101012,7 +101011,7 @@ var diffbot = {
|
|
|
101012
101011
|
},
|
|
101013
101012
|
access: {
|
|
101014
101013
|
kind: "static",
|
|
101015
|
-
|
|
101014
|
+
envBindings: {
|
|
101016
101015
|
DIFFBOT_TOKEN: "$secrets.DIFFBOT_TOKEN"
|
|
101017
101016
|
}
|
|
101018
101017
|
},
|
|
@@ -101047,7 +101046,7 @@ var dify = {
|
|
|
101047
101046
|
},
|
|
101048
101047
|
access: {
|
|
101049
101048
|
kind: "static",
|
|
101050
|
-
|
|
101049
|
+
envBindings: {
|
|
101051
101050
|
DIFY_TOKEN: "$secrets.DIFY_TOKEN"
|
|
101052
101051
|
}
|
|
101053
101052
|
},
|
|
@@ -101081,7 +101080,7 @@ var discord = {
|
|
|
101081
101080
|
},
|
|
101082
101081
|
access: {
|
|
101083
101082
|
kind: "static",
|
|
101084
|
-
|
|
101083
|
+
envBindings: {
|
|
101085
101084
|
DISCORD_BOT_TOKEN: "$secrets.DISCORD_BOT_TOKEN"
|
|
101086
101085
|
}
|
|
101087
101086
|
},
|
|
@@ -101115,7 +101114,7 @@ var discordWebhook = {
|
|
|
101115
101114
|
},
|
|
101116
101115
|
access: {
|
|
101117
101116
|
kind: "static",
|
|
101118
|
-
|
|
101117
|
+
envBindings: {
|
|
101119
101118
|
DISCORD_WEBHOOK_URL: "$secrets.DISCORD_WEBHOOK_URL"
|
|
101120
101119
|
}
|
|
101121
101120
|
},
|
|
@@ -101149,7 +101148,7 @@ var doppler = {
|
|
|
101149
101148
|
},
|
|
101150
101149
|
access: {
|
|
101151
101150
|
kind: "static",
|
|
101152
|
-
|
|
101151
|
+
envBindings: {
|
|
101153
101152
|
DOPPLER_TOKEN: "$secrets.DOPPLER_TOKEN"
|
|
101154
101153
|
}
|
|
101155
101154
|
},
|
|
@@ -101185,7 +101184,7 @@ var doubao = {
|
|
|
101185
101184
|
},
|
|
101186
101185
|
access: {
|
|
101187
101186
|
kind: "static",
|
|
101188
|
-
|
|
101187
|
+
envBindings: {
|
|
101189
101188
|
DOUBAO_API_KEY: "$secrets.DOUBAO_API_KEY"
|
|
101190
101189
|
}
|
|
101191
101190
|
},
|
|
@@ -101219,7 +101218,7 @@ var drive9 = {
|
|
|
101219
101218
|
},
|
|
101220
101219
|
access: {
|
|
101221
101220
|
kind: "static",
|
|
101222
|
-
|
|
101221
|
+
envBindings: {
|
|
101223
101222
|
DRIVE9_TOKEN: "$secrets.DRIVE9_TOKEN"
|
|
101224
101223
|
}
|
|
101225
101224
|
},
|
|
@@ -101261,7 +101260,7 @@ var dropbox = {
|
|
|
101261
101260
|
kind: "refresh-token",
|
|
101262
101261
|
accessToken: "DROPBOX_ACCESS_TOKEN",
|
|
101263
101262
|
refreshToken: "DROPBOX_REFRESH_TOKEN",
|
|
101264
|
-
|
|
101263
|
+
envBindings: {
|
|
101265
101264
|
DROPBOX_TOKEN: "$secrets.DROPBOX_ACCESS_TOKEN"
|
|
101266
101265
|
}
|
|
101267
101266
|
},
|
|
@@ -101282,7 +101281,7 @@ var dropbox = {
|
|
|
101282
101281
|
},
|
|
101283
101282
|
access: {
|
|
101284
101283
|
kind: "static",
|
|
101285
|
-
|
|
101284
|
+
envBindings: {
|
|
101286
101285
|
DROPBOX_TOKEN: "$secrets.DROPBOX_TOKEN"
|
|
101287
101286
|
}
|
|
101288
101287
|
},
|
|
@@ -101317,7 +101316,7 @@ var dropboxSign = {
|
|
|
101317
101316
|
},
|
|
101318
101317
|
access: {
|
|
101319
101318
|
kind: "static",
|
|
101320
|
-
|
|
101319
|
+
envBindings: {
|
|
101321
101320
|
DROPBOX_SIGN_TOKEN: "$secrets.DROPBOX_SIGN_TOKEN"
|
|
101322
101321
|
}
|
|
101323
101322
|
},
|
|
@@ -101351,7 +101350,7 @@ var duffel = {
|
|
|
101351
101350
|
},
|
|
101352
101351
|
access: {
|
|
101353
101352
|
kind: "static",
|
|
101354
|
-
|
|
101353
|
+
envBindings: {
|
|
101355
101354
|
DUFFEL_TOKEN: "$secrets.DUFFEL_TOKEN"
|
|
101356
101355
|
}
|
|
101357
101356
|
},
|
|
@@ -101385,7 +101384,7 @@ var e2b = {
|
|
|
101385
101384
|
},
|
|
101386
101385
|
access: {
|
|
101387
101386
|
kind: "static",
|
|
101388
|
-
|
|
101387
|
+
envBindings: {
|
|
101389
101388
|
E2B_TOKEN: "$secrets.E2B_TOKEN"
|
|
101390
101389
|
}
|
|
101391
101390
|
},
|
|
@@ -101420,7 +101419,7 @@ var elevenlabs = {
|
|
|
101420
101419
|
},
|
|
101421
101420
|
access: {
|
|
101422
101421
|
kind: "static",
|
|
101423
|
-
|
|
101422
|
+
envBindings: {
|
|
101424
101423
|
ELEVENLABS_TOKEN: "$secrets.ELEVENLABS_TOKEN"
|
|
101425
101424
|
}
|
|
101426
101425
|
},
|
|
@@ -101454,7 +101453,7 @@ var etsy = {
|
|
|
101454
101453
|
},
|
|
101455
101454
|
access: {
|
|
101456
101455
|
kind: "static",
|
|
101457
|
-
|
|
101456
|
+
envBindings: {
|
|
101458
101457
|
ETSY_TOKEN: "$secrets.ETSY_TOKEN"
|
|
101459
101458
|
}
|
|
101460
101459
|
},
|
|
@@ -101487,7 +101486,7 @@ var etherscan = {
|
|
|
101487
101486
|
},
|
|
101488
101487
|
access: {
|
|
101489
101488
|
kind: "static",
|
|
101490
|
-
|
|
101489
|
+
envBindings: {
|
|
101491
101490
|
ETHERSCAN_API_KEY: "$secrets.ETHERSCAN_API_KEY"
|
|
101492
101491
|
}
|
|
101493
101492
|
},
|
|
@@ -101521,7 +101520,7 @@ var exa = {
|
|
|
101521
101520
|
},
|
|
101522
101521
|
access: {
|
|
101523
101522
|
kind: "static",
|
|
101524
|
-
|
|
101523
|
+
envBindings: {
|
|
101525
101524
|
EXA_TOKEN: "$secrets.EXA_TOKEN"
|
|
101526
101525
|
}
|
|
101527
101526
|
},
|
|
@@ -101555,7 +101554,7 @@ var explorium = {
|
|
|
101555
101554
|
},
|
|
101556
101555
|
access: {
|
|
101557
101556
|
kind: "static",
|
|
101558
|
-
|
|
101557
|
+
envBindings: {
|
|
101559
101558
|
EXPLORIUM_TOKEN: "$secrets.EXPLORIUM_TOKEN"
|
|
101560
101559
|
}
|
|
101561
101560
|
},
|
|
@@ -101597,7 +101596,7 @@ var faire = {
|
|
|
101597
101596
|
},
|
|
101598
101597
|
access: {
|
|
101599
101598
|
kind: "static",
|
|
101600
|
-
|
|
101599
|
+
envBindings: {
|
|
101601
101600
|
FAIRE_TOKEN: "$secrets.FAIRE_TOKEN"
|
|
101602
101601
|
}
|
|
101603
101602
|
},
|
|
@@ -101632,7 +101631,7 @@ var fal = {
|
|
|
101632
101631
|
},
|
|
101633
101632
|
access: {
|
|
101634
101633
|
kind: "static",
|
|
101635
|
-
|
|
101634
|
+
envBindings: {
|
|
101636
101635
|
FAL_TOKEN: "$secrets.FAL_TOKEN"
|
|
101637
101636
|
}
|
|
101638
101637
|
},
|
|
@@ -101680,7 +101679,7 @@ var figma = {
|
|
|
101680
101679
|
kind: "refresh-token",
|
|
101681
101680
|
accessToken: "FIGMA_ACCESS_TOKEN",
|
|
101682
101681
|
refreshToken: "FIGMA_REFRESH_TOKEN",
|
|
101683
|
-
|
|
101682
|
+
envBindings: {
|
|
101684
101683
|
FIGMA_TOKEN: "$secrets.FIGMA_ACCESS_TOKEN"
|
|
101685
101684
|
}
|
|
101686
101685
|
},
|
|
@@ -101701,7 +101700,7 @@ var figma = {
|
|
|
101701
101700
|
},
|
|
101702
101701
|
access: {
|
|
101703
101702
|
kind: "static",
|
|
101704
|
-
|
|
101703
|
+
envBindings: {
|
|
101705
101704
|
FIGMA_TOKEN: "$secrets.FIGMA_TOKEN"
|
|
101706
101705
|
}
|
|
101707
101706
|
},
|
|
@@ -101735,7 +101734,7 @@ var firecrawl = {
|
|
|
101735
101734
|
},
|
|
101736
101735
|
access: {
|
|
101737
101736
|
kind: "static",
|
|
101738
|
-
|
|
101737
|
+
envBindings: {
|
|
101739
101738
|
FIRECRAWL_TOKEN: "$secrets.FIRECRAWL_TOKEN"
|
|
101740
101739
|
}
|
|
101741
101740
|
},
|
|
@@ -101768,7 +101767,7 @@ var fireflies = {
|
|
|
101768
101767
|
},
|
|
101769
101768
|
access: {
|
|
101770
101769
|
kind: "static",
|
|
101771
|
-
|
|
101770
|
+
envBindings: {
|
|
101772
101771
|
FIREFLIES_TOKEN: "$secrets.FIREFLIES_TOKEN"
|
|
101773
101772
|
}
|
|
101774
101773
|
},
|
|
@@ -101801,7 +101800,7 @@ var flightaware = {
|
|
|
101801
101800
|
},
|
|
101802
101801
|
access: {
|
|
101803
101802
|
kind: "static",
|
|
101804
|
-
|
|
101803
|
+
envBindings: {
|
|
101805
101804
|
FLIGHTAWARE_TOKEN: "$secrets.FLIGHTAWARE_TOKEN"
|
|
101806
101805
|
}
|
|
101807
101806
|
},
|
|
@@ -101841,7 +101840,7 @@ var freshdesk = {
|
|
|
101841
101840
|
},
|
|
101842
101841
|
access: {
|
|
101843
101842
|
kind: "static",
|
|
101844
|
-
|
|
101843
|
+
envBindings: {
|
|
101845
101844
|
FRESHDESK_TOKEN: "$secrets.FRESHDESK_TOKEN",
|
|
101846
101845
|
FRESHDESK_DOMAIN: "$vars.FRESHDESK_DOMAIN"
|
|
101847
101846
|
}
|
|
@@ -101877,7 +101876,7 @@ var gamma = {
|
|
|
101877
101876
|
},
|
|
101878
101877
|
access: {
|
|
101879
101878
|
kind: "static",
|
|
101880
|
-
|
|
101879
|
+
envBindings: {
|
|
101881
101880
|
GAMMA_TOKEN: "$secrets.GAMMA_TOKEN"
|
|
101882
101881
|
}
|
|
101883
101882
|
},
|
|
@@ -101915,7 +101914,7 @@ var garminConnect = {
|
|
|
101915
101914
|
kind: "refresh-token",
|
|
101916
101915
|
accessToken: "GARMIN_CONNECT_ACCESS_TOKEN",
|
|
101917
101916
|
refreshToken: "GARMIN_CONNECT_REFRESH_TOKEN",
|
|
101918
|
-
|
|
101917
|
+
envBindings: {
|
|
101919
101918
|
GARMIN_CONNECT_TOKEN: "$secrets.GARMIN_CONNECT_ACCESS_TOKEN"
|
|
101920
101919
|
}
|
|
101921
101920
|
},
|
|
@@ -101951,7 +101950,7 @@ var gemini = {
|
|
|
101951
101950
|
},
|
|
101952
101951
|
access: {
|
|
101953
101952
|
kind: "static",
|
|
101954
|
-
|
|
101953
|
+
envBindings: {
|
|
101955
101954
|
GEMINI_TOKEN: "$secrets.GEMINI_TOKEN"
|
|
101956
101955
|
}
|
|
101957
101956
|
},
|
|
@@ -101991,7 +101990,7 @@ var gitlab = {
|
|
|
101991
101990
|
},
|
|
101992
101991
|
access: {
|
|
101993
101992
|
kind: "static",
|
|
101994
|
-
|
|
101993
|
+
envBindings: {
|
|
101995
101994
|
GITLAB_TOKEN: "$secrets.GITLAB_TOKEN",
|
|
101996
101995
|
GITLAB_HOST: "$vars.GITLAB_HOST"
|
|
101997
101996
|
}
|
|
@@ -102036,7 +102035,7 @@ var gong = {
|
|
|
102036
102035
|
},
|
|
102037
102036
|
access: {
|
|
102038
102037
|
kind: "static",
|
|
102039
|
-
|
|
102038
|
+
envBindings: {
|
|
102040
102039
|
GONG_ACCESS_KEY: "$secrets.GONG_ACCESS_KEY",
|
|
102041
102040
|
GONG_ACCESS_KEY_SECRET: "$secrets.GONG_ACCESS_KEY_SECRET",
|
|
102042
102041
|
GONG_API_BASE: "$vars.GONG_API_BASE"
|
|
@@ -102072,7 +102071,7 @@ var granola = {
|
|
|
102072
102071
|
},
|
|
102073
102072
|
access: {
|
|
102074
102073
|
kind: "static",
|
|
102075
|
-
|
|
102074
|
+
envBindings: {
|
|
102076
102075
|
GRANOLA_TOKEN: "$secrets.GRANOLA_TOKEN"
|
|
102077
102076
|
}
|
|
102078
102077
|
},
|
|
@@ -102106,7 +102105,7 @@ var greenhouse = {
|
|
|
102106
102105
|
},
|
|
102107
102106
|
access: {
|
|
102108
102107
|
kind: "static",
|
|
102109
|
-
|
|
102108
|
+
envBindings: {
|
|
102110
102109
|
GREENHOUSE_TOKEN: "$secrets.GREENHOUSE_TOKEN"
|
|
102111
102110
|
}
|
|
102112
102111
|
},
|
|
@@ -102142,7 +102141,7 @@ var groq = {
|
|
|
102142
102141
|
},
|
|
102143
102142
|
access: {
|
|
102144
102143
|
kind: "static",
|
|
102145
|
-
|
|
102144
|
+
envBindings: {
|
|
102146
102145
|
GROQ_TOKEN: "$secrets.GROQ_TOKEN"
|
|
102147
102146
|
}
|
|
102148
102147
|
},
|
|
@@ -102176,7 +102175,7 @@ var helicone = {
|
|
|
102176
102175
|
},
|
|
102177
102176
|
access: {
|
|
102178
102177
|
kind: "static",
|
|
102179
|
-
|
|
102178
|
+
envBindings: {
|
|
102180
102179
|
HELICONE_TOKEN: "$secrets.HELICONE_TOKEN"
|
|
102181
102180
|
}
|
|
102182
102181
|
},
|
|
@@ -102211,7 +102210,7 @@ var heygen = {
|
|
|
102211
102210
|
},
|
|
102212
102211
|
access: {
|
|
102213
102212
|
kind: "static",
|
|
102214
|
-
|
|
102213
|
+
envBindings: {
|
|
102215
102214
|
HEYGEN_TOKEN: "$secrets.HEYGEN_TOKEN"
|
|
102216
102215
|
}
|
|
102217
102216
|
},
|
|
@@ -102250,7 +102249,7 @@ var htmlcsstoimage = {
|
|
|
102250
102249
|
},
|
|
102251
102250
|
access: {
|
|
102252
102251
|
kind: "static",
|
|
102253
|
-
|
|
102252
|
+
envBindings: {
|
|
102254
102253
|
HCTI_API_KEY: "$secrets.HCTI_API_KEY",
|
|
102255
102254
|
HCTI_USER_ID: "$vars.HCTI_USER_ID"
|
|
102256
102255
|
}
|
|
@@ -102285,7 +102284,7 @@ var honcho = {
|
|
|
102285
102284
|
},
|
|
102286
102285
|
access: {
|
|
102287
102286
|
kind: "static",
|
|
102288
|
-
|
|
102287
|
+
envBindings: {
|
|
102289
102288
|
HONCHO_API_KEY: "$secrets.HONCHO_API_KEY"
|
|
102290
102289
|
}
|
|
102291
102290
|
},
|
|
@@ -102320,7 +102319,7 @@ var huggingFace = {
|
|
|
102320
102319
|
},
|
|
102321
102320
|
access: {
|
|
102322
102321
|
kind: "static",
|
|
102323
|
-
|
|
102322
|
+
envBindings: {
|
|
102324
102323
|
HUGGING_FACE_TOKEN: "$secrets.HUGGING_FACE_TOKEN"
|
|
102325
102324
|
}
|
|
102326
102325
|
},
|
|
@@ -102354,7 +102353,7 @@ var hume = {
|
|
|
102354
102353
|
},
|
|
102355
102354
|
access: {
|
|
102356
102355
|
kind: "static",
|
|
102357
|
-
|
|
102356
|
+
envBindings: {
|
|
102358
102357
|
HUME_TOKEN: "$secrets.HUME_TOKEN"
|
|
102359
102358
|
}
|
|
102360
102359
|
},
|
|
@@ -102387,7 +102386,7 @@ var hunter = {
|
|
|
102387
102386
|
},
|
|
102388
102387
|
access: {
|
|
102389
102388
|
kind: "static",
|
|
102390
|
-
|
|
102389
|
+
envBindings: {
|
|
102391
102390
|
HUNTER_TOKEN: "$secrets.HUNTER_TOKEN"
|
|
102392
102391
|
}
|
|
102393
102392
|
},
|
|
@@ -102421,7 +102420,7 @@ var imgur = {
|
|
|
102421
102420
|
},
|
|
102422
102421
|
access: {
|
|
102423
102422
|
kind: "static",
|
|
102424
|
-
|
|
102423
|
+
envBindings: {
|
|
102425
102424
|
IMGUR_CLIENT_ID: "$secrets.IMGUR_CLIENT_ID"
|
|
102426
102425
|
}
|
|
102427
102426
|
},
|
|
@@ -102455,7 +102454,7 @@ var infisical = {
|
|
|
102455
102454
|
},
|
|
102456
102455
|
access: {
|
|
102457
102456
|
kind: "static",
|
|
102458
|
-
|
|
102457
|
+
envBindings: {
|
|
102459
102458
|
INFISICAL_TOKEN: "$secrets.INFISICAL_TOKEN"
|
|
102460
102459
|
}
|
|
102461
102460
|
},
|
|
@@ -102493,7 +102492,7 @@ var instagram = {
|
|
|
102493
102492
|
},
|
|
102494
102493
|
access: {
|
|
102495
102494
|
kind: "static",
|
|
102496
|
-
|
|
102495
|
+
envBindings: {
|
|
102497
102496
|
INSTAGRAM_TOKEN: "$secrets.INSTAGRAM_TOKEN",
|
|
102498
102497
|
INSTAGRAM_BUSINESS_ACCOUNT_ID: "$vars.INSTAGRAM_BUSINESS_ACCOUNT_ID"
|
|
102499
102498
|
}
|
|
@@ -102528,7 +102527,7 @@ var instantly = {
|
|
|
102528
102527
|
},
|
|
102529
102528
|
access: {
|
|
102530
102529
|
kind: "static",
|
|
102531
|
-
|
|
102530
|
+
envBindings: {
|
|
102532
102531
|
INSTANTLY_API_KEY: "$secrets.INSTANTLY_API_KEY"
|
|
102533
102532
|
}
|
|
102534
102533
|
},
|
|
@@ -102561,7 +102560,7 @@ var intercom = {
|
|
|
102561
102560
|
},
|
|
102562
102561
|
access: {
|
|
102563
102562
|
kind: "static",
|
|
102564
|
-
|
|
102563
|
+
envBindings: {
|
|
102565
102564
|
INTERCOM_TOKEN: "$secrets.INTERCOM_TOKEN"
|
|
102566
102565
|
}
|
|
102567
102566
|
},
|
|
@@ -102601,7 +102600,7 @@ var ironclad = {
|
|
|
102601
102600
|
},
|
|
102602
102601
|
access: {
|
|
102603
102602
|
kind: "static",
|
|
102604
|
-
|
|
102603
|
+
envBindings: {
|
|
102605
102604
|
IRONCLAD_API_KEY: "$secrets.IRONCLAD_API_KEY",
|
|
102606
102605
|
IRONCLAD_HOST: "$vars.IRONCLAD_HOST"
|
|
102607
102606
|
}
|
|
@@ -102636,7 +102635,7 @@ var jam = {
|
|
|
102636
102635
|
},
|
|
102637
102636
|
access: {
|
|
102638
102637
|
kind: "static",
|
|
102639
|
-
|
|
102638
|
+
envBindings: {
|
|
102640
102639
|
JAM_TOKEN: "$secrets.JAM_TOKEN"
|
|
102641
102640
|
}
|
|
102642
102641
|
},
|
|
@@ -102682,7 +102681,7 @@ var jira = {
|
|
|
102682
102681
|
},
|
|
102683
102682
|
access: {
|
|
102684
102683
|
kind: "static",
|
|
102685
|
-
|
|
102684
|
+
envBindings: {
|
|
102686
102685
|
JIRA_API_TOKEN: "$secrets.JIRA_API_TOKEN",
|
|
102687
102686
|
JIRA_DOMAIN: "$vars.JIRA_DOMAIN",
|
|
102688
102687
|
JIRA_EMAIL: "$vars.JIRA_EMAIL"
|
|
@@ -102717,7 +102716,7 @@ var jotform = {
|
|
|
102717
102716
|
},
|
|
102718
102717
|
access: {
|
|
102719
102718
|
kind: "static",
|
|
102720
|
-
|
|
102719
|
+
envBindings: {
|
|
102721
102720
|
JOTFORM_TOKEN: "$secrets.JOTFORM_TOKEN"
|
|
102722
102721
|
}
|
|
102723
102722
|
},
|
|
@@ -102751,7 +102750,7 @@ var klaviyo = {
|
|
|
102751
102750
|
},
|
|
102752
102751
|
access: {
|
|
102753
102752
|
kind: "static",
|
|
102754
|
-
|
|
102753
|
+
envBindings: {
|
|
102755
102754
|
KLAVIYO_TOKEN: "$secrets.KLAVIYO_TOKEN"
|
|
102756
102755
|
}
|
|
102757
102756
|
},
|
|
@@ -102790,7 +102789,7 @@ var kommo = {
|
|
|
102790
102789
|
},
|
|
102791
102790
|
access: {
|
|
102792
102791
|
kind: "static",
|
|
102793
|
-
|
|
102792
|
+
envBindings: {
|
|
102794
102793
|
KOMMO_API_KEY: "$secrets.KOMMO_API_KEY",
|
|
102795
102794
|
KOMMO_SUBDOMAIN: "$vars.KOMMO_SUBDOMAIN"
|
|
102796
102795
|
}
|
|
@@ -102831,7 +102830,7 @@ var langfuse = {
|
|
|
102831
102830
|
},
|
|
102832
102831
|
access: {
|
|
102833
102832
|
kind: "static",
|
|
102834
|
-
|
|
102833
|
+
envBindings: {
|
|
102835
102834
|
LANGFUSE_PUBLIC_KEY: "$secrets.LANGFUSE_PUBLIC_KEY",
|
|
102836
102835
|
LANGFUSE_SECRET_KEY: "$secrets.LANGFUSE_SECRET_KEY"
|
|
102837
102836
|
}
|
|
@@ -102866,7 +102865,7 @@ var langsmith = {
|
|
|
102866
102865
|
},
|
|
102867
102866
|
access: {
|
|
102868
102867
|
kind: "static",
|
|
102869
|
-
|
|
102868
|
+
envBindings: {
|
|
102870
102869
|
LANGSMITH_TOKEN: "$secrets.LANGSMITH_TOKEN"
|
|
102871
102870
|
}
|
|
102872
102871
|
},
|
|
@@ -102906,7 +102905,7 @@ var lark = {
|
|
|
102906
102905
|
},
|
|
102907
102906
|
access: {
|
|
102908
102907
|
kind: "static",
|
|
102909
|
-
|
|
102908
|
+
envBindings: {
|
|
102910
102909
|
LARK_TOKEN: "$secrets.LARK_TOKEN",
|
|
102911
102910
|
LARK_APP_ID: "$vars.LARK_APP_ID"
|
|
102912
102911
|
}
|
|
@@ -102940,7 +102939,7 @@ var line = {
|
|
|
102940
102939
|
},
|
|
102941
102940
|
access: {
|
|
102942
102941
|
kind: "static",
|
|
102943
|
-
|
|
102942
|
+
envBindings: {
|
|
102944
102943
|
LINE_TOKEN: "$secrets.LINE_TOKEN"
|
|
102945
102944
|
}
|
|
102946
102945
|
},
|
|
@@ -102996,7 +102995,7 @@ var loops = {
|
|
|
102996
102995
|
},
|
|
102997
102996
|
access: {
|
|
102998
102997
|
kind: "static",
|
|
102999
|
-
|
|
102998
|
+
envBindings: {
|
|
103000
102999
|
LOOPS_TOKEN: "$secrets.LOOPS_TOKEN"
|
|
103001
103000
|
}
|
|
103002
103001
|
},
|
|
@@ -103031,7 +103030,7 @@ var luma = {
|
|
|
103031
103030
|
},
|
|
103032
103031
|
access: {
|
|
103033
103032
|
kind: "static",
|
|
103034
|
-
|
|
103033
|
+
envBindings: {
|
|
103035
103034
|
LUMA_API_KEY: "$secrets.LUMA_API_KEY"
|
|
103036
103035
|
}
|
|
103037
103036
|
},
|
|
@@ -103066,7 +103065,7 @@ var lumaAi = {
|
|
|
103066
103065
|
},
|
|
103067
103066
|
access: {
|
|
103068
103067
|
kind: "static",
|
|
103069
|
-
|
|
103068
|
+
envBindings: {
|
|
103070
103069
|
LUMA_TOKEN: "$secrets.LUMA_TOKEN"
|
|
103071
103070
|
}
|
|
103072
103071
|
},
|
|
@@ -103102,7 +103101,7 @@ var mailchimp = {
|
|
|
103102
103101
|
},
|
|
103103
103102
|
access: {
|
|
103104
103103
|
kind: "static",
|
|
103105
|
-
|
|
103104
|
+
envBindings: {
|
|
103106
103105
|
MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN"
|
|
103107
103106
|
}
|
|
103108
103107
|
},
|
|
@@ -103123,7 +103122,7 @@ var mailchimp = {
|
|
|
103123
103122
|
},
|
|
103124
103123
|
access: {
|
|
103125
103124
|
kind: "static",
|
|
103126
|
-
|
|
103125
|
+
envBindings: {
|
|
103127
103126
|
MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_TOKEN"
|
|
103128
103127
|
}
|
|
103129
103128
|
},
|
|
@@ -103157,7 +103156,7 @@ var mailsac = {
|
|
|
103157
103156
|
},
|
|
103158
103157
|
access: {
|
|
103159
103158
|
kind: "static",
|
|
103160
|
-
|
|
103159
|
+
envBindings: {
|
|
103161
103160
|
MAILSAC_TOKEN: "$secrets.MAILSAC_TOKEN"
|
|
103162
103161
|
}
|
|
103163
103162
|
},
|
|
@@ -103190,7 +103189,7 @@ var make = {
|
|
|
103190
103189
|
},
|
|
103191
103190
|
access: {
|
|
103192
103191
|
kind: "static",
|
|
103193
|
-
|
|
103192
|
+
envBindings: {
|
|
103194
103193
|
MAKE_TOKEN: "$secrets.MAKE_TOKEN"
|
|
103195
103194
|
}
|
|
103196
103195
|
},
|
|
@@ -103224,7 +103223,7 @@ var manus = {
|
|
|
103224
103223
|
},
|
|
103225
103224
|
access: {
|
|
103226
103225
|
kind: "static",
|
|
103227
|
-
|
|
103226
|
+
envBindings: {
|
|
103228
103227
|
MANUS_TOKEN: "$secrets.MANUS_TOKEN"
|
|
103229
103228
|
}
|
|
103230
103229
|
},
|
|
@@ -103258,7 +103257,7 @@ var mapbox = {
|
|
|
103258
103257
|
},
|
|
103259
103258
|
access: {
|
|
103260
103259
|
kind: "static",
|
|
103261
|
-
|
|
103260
|
+
envBindings: {
|
|
103262
103261
|
MAPBOX_TOKEN: "$secrets.MAPBOX_TOKEN"
|
|
103263
103262
|
}
|
|
103264
103263
|
},
|
|
@@ -103296,7 +103295,7 @@ var mathpix = {
|
|
|
103296
103295
|
},
|
|
103297
103296
|
access: {
|
|
103298
103297
|
kind: "static",
|
|
103299
|
-
|
|
103298
|
+
envBindings: {
|
|
103300
103299
|
MATHPIX_APP_KEY: "$secrets.MATHPIX_APP_KEY",
|
|
103301
103300
|
MATHPIX_APP_ID: "$vars.MATHPIX_APP_ID"
|
|
103302
103301
|
}
|
|
@@ -103331,7 +103330,7 @@ var mem0 = {
|
|
|
103331
103330
|
},
|
|
103332
103331
|
access: {
|
|
103333
103332
|
kind: "static",
|
|
103334
|
-
|
|
103333
|
+
envBindings: {
|
|
103335
103334
|
MEM0_TOKEN: "$secrets.MEM0_TOKEN"
|
|
103336
103335
|
}
|
|
103337
103336
|
},
|
|
@@ -103369,7 +103368,7 @@ var mercury = {
|
|
|
103369
103368
|
kind: "refresh-token",
|
|
103370
103369
|
accessToken: "MERCURY_ACCESS_TOKEN",
|
|
103371
103370
|
refreshToken: "MERCURY_REFRESH_TOKEN",
|
|
103372
|
-
|
|
103371
|
+
envBindings: {
|
|
103373
103372
|
MERCURY_TOKEN: "$secrets.MERCURY_ACCESS_TOKEN"
|
|
103374
103373
|
}
|
|
103375
103374
|
},
|
|
@@ -103390,7 +103389,7 @@ var mercury = {
|
|
|
103390
103389
|
},
|
|
103391
103390
|
access: {
|
|
103392
103391
|
kind: "static",
|
|
103393
|
-
|
|
103392
|
+
envBindings: {
|
|
103394
103393
|
MERCURY_TOKEN: "$secrets.MERCURY_TOKEN"
|
|
103395
103394
|
}
|
|
103396
103395
|
},
|
|
@@ -103425,7 +103424,7 @@ var meshy = {
|
|
|
103425
103424
|
},
|
|
103426
103425
|
access: {
|
|
103427
103426
|
kind: "static",
|
|
103428
|
-
|
|
103427
|
+
envBindings: {
|
|
103429
103428
|
MESHY_API_KEY: "$secrets.MESHY_API_KEY"
|
|
103430
103429
|
}
|
|
103431
103430
|
},
|
|
@@ -103461,7 +103460,7 @@ var metaAds = {
|
|
|
103461
103460
|
},
|
|
103462
103461
|
access: {
|
|
103463
103462
|
kind: "static",
|
|
103464
|
-
|
|
103463
|
+
envBindings: {
|
|
103465
103464
|
META_ADS_TOKEN: "$secrets.META_ADS_ACCESS_TOKEN"
|
|
103466
103465
|
}
|
|
103467
103466
|
},
|
|
@@ -103500,7 +103499,7 @@ var metabase = {
|
|
|
103500
103499
|
},
|
|
103501
103500
|
access: {
|
|
103502
103501
|
kind: "static",
|
|
103503
|
-
|
|
103502
|
+
envBindings: {
|
|
103504
103503
|
METABASE_TOKEN: "$secrets.METABASE_TOKEN",
|
|
103505
103504
|
METABASE_BASE_URL: "$vars.METABASE_BASE_URL"
|
|
103506
103505
|
}
|
|
@@ -103536,7 +103535,7 @@ var minimax = {
|
|
|
103536
103535
|
},
|
|
103537
103536
|
access: {
|
|
103538
103537
|
kind: "static",
|
|
103539
|
-
|
|
103538
|
+
envBindings: {
|
|
103540
103539
|
MINIMAX_TOKEN: "$secrets.MINIMAX_TOKEN"
|
|
103541
103540
|
}
|
|
103542
103541
|
},
|
|
@@ -103581,7 +103580,7 @@ var minio = {
|
|
|
103581
103580
|
},
|
|
103582
103581
|
access: {
|
|
103583
103582
|
kind: "static",
|
|
103584
|
-
|
|
103583
|
+
envBindings: {
|
|
103585
103584
|
MINIO_TOKEN: "$secrets.MINIO_TOKEN",
|
|
103586
103585
|
MINIO_SECRET_TOKEN: "$secrets.MINIO_SECRET_TOKEN",
|
|
103587
103586
|
MINIO_ENDPOINT: "$vars.MINIO_ENDPOINT"
|
|
@@ -103617,7 +103616,7 @@ var miro = {
|
|
|
103617
103616
|
},
|
|
103618
103617
|
access: {
|
|
103619
103618
|
kind: "static",
|
|
103620
|
-
|
|
103619
|
+
envBindings: {
|
|
103621
103620
|
MIRO_TOKEN: "$secrets.MIRO_TOKEN"
|
|
103622
103621
|
}
|
|
103623
103622
|
},
|
|
@@ -103662,7 +103661,7 @@ var mixpanel = {
|
|
|
103662
103661
|
},
|
|
103663
103662
|
access: {
|
|
103664
103663
|
kind: "static",
|
|
103665
|
-
|
|
103664
|
+
envBindings: {
|
|
103666
103665
|
MIXPANEL_SERVICE_ACCOUNT_USERNAME: "$secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME",
|
|
103667
103666
|
MIXPANEL_SERVICE_ACCOUNT_SECRET: "$secrets.MIXPANEL_SERVICE_ACCOUNT_SECRET",
|
|
103668
103667
|
MIXPANEL_PROJECT_ID: "$vars.MIXPANEL_PROJECT_ID"
|
|
@@ -103716,7 +103715,7 @@ var monday = {
|
|
|
103716
103715
|
kind: "refresh-token",
|
|
103717
103716
|
accessToken: "MONDAY_ACCESS_TOKEN",
|
|
103718
103717
|
refreshToken: "MONDAY_REFRESH_TOKEN",
|
|
103719
|
-
|
|
103718
|
+
envBindings: {
|
|
103720
103719
|
MONDAY_TOKEN: "$secrets.MONDAY_ACCESS_TOKEN"
|
|
103721
103720
|
}
|
|
103722
103721
|
},
|
|
@@ -103756,7 +103755,7 @@ var moss = {
|
|
|
103756
103755
|
},
|
|
103757
103756
|
access: {
|
|
103758
103757
|
kind: "static",
|
|
103759
|
-
|
|
103758
|
+
envBindings: {
|
|
103760
103759
|
MOSS_PROJECT_ID: "$secrets.MOSS_PROJECT_ID",
|
|
103761
103760
|
MOSS_PROJECT_KEY: "$secrets.MOSS_PROJECT_KEY"
|
|
103762
103761
|
}
|
|
@@ -103791,7 +103790,7 @@ var msg9 = {
|
|
|
103791
103790
|
},
|
|
103792
103791
|
access: {
|
|
103793
103792
|
kind: "static",
|
|
103794
|
-
|
|
103793
|
+
envBindings: {
|
|
103795
103794
|
MSG9_TOKEN: "$secrets.MSG9_TOKEN"
|
|
103796
103795
|
}
|
|
103797
103796
|
},
|
|
@@ -103831,7 +103830,7 @@ var n8n = {
|
|
|
103831
103830
|
},
|
|
103832
103831
|
access: {
|
|
103833
103832
|
kind: "static",
|
|
103834
|
-
|
|
103833
|
+
envBindings: {
|
|
103835
103834
|
N8N_TOKEN: "$secrets.N8N_TOKEN",
|
|
103836
103835
|
N8N_BASE_URL: "$vars.N8N_BASE_URL"
|
|
103837
103836
|
}
|
|
@@ -103877,7 +103876,7 @@ var neon = {
|
|
|
103877
103876
|
kind: "refresh-token",
|
|
103878
103877
|
accessToken: "NEON_ACCESS_TOKEN",
|
|
103879
103878
|
refreshToken: "NEON_REFRESH_TOKEN",
|
|
103880
|
-
|
|
103879
|
+
envBindings: {
|
|
103881
103880
|
NEON_TOKEN: "$secrets.NEON_ACCESS_TOKEN"
|
|
103882
103881
|
}
|
|
103883
103882
|
},
|
|
@@ -103898,7 +103897,7 @@ var neon = {
|
|
|
103898
103897
|
},
|
|
103899
103898
|
access: {
|
|
103900
103899
|
kind: "static",
|
|
103901
|
-
|
|
103900
|
+
envBindings: {
|
|
103902
103901
|
NEON_TOKEN: "$secrets.NEON_TOKEN"
|
|
103903
103902
|
}
|
|
103904
103903
|
},
|
|
@@ -103933,7 +103932,7 @@ var novita = {
|
|
|
103933
103932
|
},
|
|
103934
103933
|
access: {
|
|
103935
103934
|
kind: "static",
|
|
103936
|
-
|
|
103935
|
+
envBindings: {
|
|
103937
103936
|
NOVITA_TOKEN: "$secrets.NOVITA_TOKEN"
|
|
103938
103937
|
}
|
|
103939
103938
|
},
|
|
@@ -103970,7 +103969,7 @@ var nyne = {
|
|
|
103970
103969
|
},
|
|
103971
103970
|
access: {
|
|
103972
103971
|
kind: "static",
|
|
103973
|
-
|
|
103972
|
+
envBindings: {
|
|
103974
103973
|
NYNE_API_KEY: "$secrets.NYNE_API_KEY",
|
|
103975
103974
|
NYNE_API_SECRET: "$secrets.NYNE_API_SECRET"
|
|
103976
103975
|
}
|
|
@@ -104005,7 +104004,7 @@ var onyx = {
|
|
|
104005
104004
|
},
|
|
104006
104005
|
access: {
|
|
104007
104006
|
kind: "static",
|
|
104008
|
-
|
|
104007
|
+
envBindings: {
|
|
104009
104008
|
ONYX_TOKEN: "$secrets.ONYX_TOKEN"
|
|
104010
104009
|
}
|
|
104011
104010
|
},
|
|
@@ -104041,7 +104040,7 @@ var openai = {
|
|
|
104041
104040
|
},
|
|
104042
104041
|
access: {
|
|
104043
104042
|
kind: "static",
|
|
104044
|
-
|
|
104043
|
+
envBindings: {
|
|
104045
104044
|
OPENAI_TOKEN: "$secrets.OPENAI_TOKEN"
|
|
104046
104045
|
}
|
|
104047
104046
|
},
|
|
@@ -104076,7 +104075,7 @@ var openrouter = {
|
|
|
104076
104075
|
},
|
|
104077
104076
|
access: {
|
|
104078
104077
|
kind: "static",
|
|
104079
|
-
|
|
104078
|
+
envBindings: {
|
|
104080
104079
|
OPENROUTER_TOKEN: "$secrets.OPENROUTER_TOKEN"
|
|
104081
104080
|
}
|
|
104082
104081
|
},
|
|
@@ -104109,7 +104108,7 @@ var openweather = {
|
|
|
104109
104108
|
},
|
|
104110
104109
|
access: {
|
|
104111
104110
|
kind: "static",
|
|
104112
|
-
|
|
104111
|
+
envBindings: {
|
|
104113
104112
|
OPENWEATHER_TOKEN: "$secrets.OPENWEATHER_TOKEN"
|
|
104114
104113
|
}
|
|
104115
104114
|
},
|
|
@@ -104147,7 +104146,7 @@ var outlookCalendar = {
|
|
|
104147
104146
|
kind: "refresh-token",
|
|
104148
104147
|
accessToken: "OUTLOOK_CALENDAR_ACCESS_TOKEN",
|
|
104149
104148
|
refreshToken: "OUTLOOK_CALENDAR_REFRESH_TOKEN",
|
|
104150
|
-
|
|
104149
|
+
envBindings: {
|
|
104151
104150
|
OUTLOOK_CALENDAR_TOKEN: "$secrets.OUTLOOK_CALENDAR_ACCESS_TOKEN"
|
|
104152
104151
|
}
|
|
104153
104152
|
},
|
|
@@ -104190,7 +104189,7 @@ var outlookMail = {
|
|
|
104190
104189
|
kind: "refresh-token",
|
|
104191
104190
|
accessToken: "OUTLOOK_MAIL_ACCESS_TOKEN",
|
|
104192
104191
|
refreshToken: "OUTLOOK_MAIL_REFRESH_TOKEN",
|
|
104193
|
-
|
|
104192
|
+
envBindings: {
|
|
104194
104193
|
OUTLOOK_MAIL_TOKEN: "$secrets.OUTLOOK_MAIL_ACCESS_TOKEN"
|
|
104195
104194
|
}
|
|
104196
104195
|
},
|
|
@@ -104224,7 +104223,7 @@ var pandadoc = {
|
|
|
104224
104223
|
},
|
|
104225
104224
|
access: {
|
|
104226
104225
|
kind: "static",
|
|
104227
|
-
|
|
104226
|
+
envBindings: {
|
|
104228
104227
|
PANDADOC_TOKEN: "$secrets.PANDADOC_TOKEN"
|
|
104229
104228
|
}
|
|
104230
104229
|
},
|
|
@@ -104258,7 +104257,7 @@ var parallel = {
|
|
|
104258
104257
|
},
|
|
104259
104258
|
access: {
|
|
104260
104259
|
kind: "static",
|
|
104261
|
-
|
|
104260
|
+
envBindings: {
|
|
104262
104261
|
PARALLEL_API_KEY: "$secrets.PARALLEL_API_KEY"
|
|
104263
104262
|
}
|
|
104264
104263
|
},
|
|
@@ -104293,7 +104292,7 @@ var pdf4me = {
|
|
|
104293
104292
|
},
|
|
104294
104293
|
access: {
|
|
104295
104294
|
kind: "static",
|
|
104296
|
-
|
|
104295
|
+
envBindings: {
|
|
104297
104296
|
PDF4ME_TOKEN: "$secrets.PDF4ME_TOKEN"
|
|
104298
104297
|
}
|
|
104299
104298
|
},
|
|
@@ -104327,7 +104326,7 @@ var pdfco = {
|
|
|
104327
104326
|
},
|
|
104328
104327
|
access: {
|
|
104329
104328
|
kind: "static",
|
|
104330
|
-
|
|
104329
|
+
envBindings: {
|
|
104331
104330
|
PDFCO_TOKEN: "$secrets.PDFCO_TOKEN"
|
|
104332
104331
|
}
|
|
104333
104332
|
},
|
|
@@ -104362,7 +104361,7 @@ var pdforge = {
|
|
|
104362
104361
|
},
|
|
104363
104362
|
access: {
|
|
104364
104363
|
kind: "static",
|
|
104365
|
-
|
|
104364
|
+
envBindings: {
|
|
104366
104365
|
PDFORGE_API_KEY: "$secrets.PDFORGE_API_KEY"
|
|
104367
104366
|
}
|
|
104368
104367
|
},
|
|
@@ -104396,7 +104395,7 @@ var peopleDataLabs = {
|
|
|
104396
104395
|
},
|
|
104397
104396
|
access: {
|
|
104398
104397
|
kind: "static",
|
|
104399
|
-
|
|
104398
|
+
envBindings: {
|
|
104400
104399
|
PEOPLE_DATA_LABS_API_KEY: "$secrets.PEOPLE_DATA_LABS_API_KEY"
|
|
104401
104400
|
}
|
|
104402
104401
|
},
|
|
@@ -104431,7 +104430,7 @@ var perplexity = {
|
|
|
104431
104430
|
},
|
|
104432
104431
|
access: {
|
|
104433
104432
|
kind: "static",
|
|
104434
|
-
|
|
104433
|
+
envBindings: {
|
|
104435
104434
|
PERPLEXITY_TOKEN: "$secrets.PERPLEXITY_TOKEN"
|
|
104436
104435
|
}
|
|
104437
104436
|
},
|
|
@@ -104465,7 +104464,7 @@ var pika = {
|
|
|
104465
104464
|
},
|
|
104466
104465
|
access: {
|
|
104467
104466
|
kind: "static",
|
|
104468
|
-
|
|
104467
|
+
envBindings: {
|
|
104469
104468
|
PIKA_TOKEN: "$secrets.PIKA_TOKEN"
|
|
104470
104469
|
}
|
|
104471
104470
|
},
|
|
@@ -104499,7 +104498,7 @@ var pinecone = {
|
|
|
104499
104498
|
},
|
|
104500
104499
|
access: {
|
|
104501
104500
|
kind: "static",
|
|
104502
|
-
|
|
104501
|
+
envBindings: {
|
|
104503
104502
|
PINECONE_TOKEN: "$secrets.PINECONE_TOKEN"
|
|
104504
104503
|
}
|
|
104505
104504
|
},
|
|
@@ -104533,7 +104532,7 @@ var pipedream = {
|
|
|
104533
104532
|
},
|
|
104534
104533
|
access: {
|
|
104535
104534
|
kind: "static",
|
|
104536
|
-
|
|
104535
|
+
envBindings: {
|
|
104537
104536
|
PIPEDREAM_TOKEN: "$secrets.PIPEDREAM_TOKEN"
|
|
104538
104537
|
}
|
|
104539
104538
|
},
|
|
@@ -104567,7 +104566,7 @@ var pipedrive = {
|
|
|
104567
104566
|
},
|
|
104568
104567
|
access: {
|
|
104569
104568
|
kind: "static",
|
|
104570
|
-
|
|
104569
|
+
envBindings: {
|
|
104571
104570
|
PIPEDRIVE_TOKEN: "$secrets.PIPEDRIVE_TOKEN"
|
|
104572
104571
|
}
|
|
104573
104572
|
},
|
|
@@ -104601,7 +104600,7 @@ var plain = {
|
|
|
104601
104600
|
},
|
|
104602
104601
|
access: {
|
|
104603
104602
|
kind: "static",
|
|
104604
|
-
|
|
104603
|
+
envBindings: {
|
|
104605
104604
|
PLAIN_TOKEN: "$secrets.PLAIN_TOKEN"
|
|
104606
104605
|
}
|
|
104607
104606
|
},
|
|
@@ -104635,7 +104634,7 @@ var plausible = {
|
|
|
104635
104634
|
},
|
|
104636
104635
|
access: {
|
|
104637
104636
|
kind: "static",
|
|
104638
|
-
|
|
104637
|
+
envBindings: {
|
|
104639
104638
|
PLAUSIBLE_TOKEN: "$secrets.PLAUSIBLE_TOKEN"
|
|
104640
104639
|
}
|
|
104641
104640
|
},
|
|
@@ -104669,7 +104668,7 @@ var podchaser = {
|
|
|
104669
104668
|
},
|
|
104670
104669
|
access: {
|
|
104671
104670
|
kind: "static",
|
|
104672
|
-
|
|
104671
|
+
envBindings: {
|
|
104673
104672
|
PODCHASER_TOKEN: "$secrets.PODCHASER_TOKEN"
|
|
104674
104673
|
}
|
|
104675
104674
|
},
|
|
@@ -104732,7 +104731,7 @@ var posthog = {
|
|
|
104732
104731
|
kind: "refresh-token",
|
|
104733
104732
|
accessToken: "POSTHOG_ACCESS_TOKEN",
|
|
104734
104733
|
refreshToken: "POSTHOG_REFRESH_TOKEN",
|
|
104735
|
-
|
|
104734
|
+
envBindings: {
|
|
104736
104735
|
POSTHOG_TOKEN: "$secrets.POSTHOG_ACCESS_TOKEN"
|
|
104737
104736
|
}
|
|
104738
104737
|
},
|
|
@@ -104753,7 +104752,7 @@ var posthog = {
|
|
|
104753
104752
|
},
|
|
104754
104753
|
access: {
|
|
104755
104754
|
kind: "static",
|
|
104756
|
-
|
|
104755
|
+
envBindings: {
|
|
104757
104756
|
POSTHOG_TOKEN: "$secrets.POSTHOG_TOKEN"
|
|
104758
104757
|
}
|
|
104759
104758
|
},
|
|
@@ -104792,7 +104791,7 @@ var porkbun = {
|
|
|
104792
104791
|
},
|
|
104793
104792
|
access: {
|
|
104794
104793
|
kind: "static",
|
|
104795
|
-
|
|
104794
|
+
envBindings: {
|
|
104796
104795
|
PORKBUN_API_KEY: "$secrets.PORKBUN_API_KEY",
|
|
104797
104796
|
PORKBUN_SECRET_API_KEY: "$secrets.PORKBUN_SECRET_API_KEY"
|
|
104798
104797
|
}
|
|
@@ -104827,7 +104826,7 @@ var printful = {
|
|
|
104827
104826
|
},
|
|
104828
104827
|
access: {
|
|
104829
104828
|
kind: "static",
|
|
104830
|
-
|
|
104829
|
+
envBindings: {
|
|
104831
104830
|
PRINTFUL_TOKEN: "$secrets.PRINTFUL_TOKEN"
|
|
104832
104831
|
}
|
|
104833
104832
|
},
|
|
@@ -104861,7 +104860,7 @@ var prismaPostgres = {
|
|
|
104861
104860
|
},
|
|
104862
104861
|
access: {
|
|
104863
104862
|
kind: "static",
|
|
104864
|
-
|
|
104863
|
+
envBindings: {
|
|
104865
104864
|
PRISMA_POSTGRES_TOKEN: "$secrets.PRISMA_POSTGRES_TOKEN"
|
|
104866
104865
|
}
|
|
104867
104866
|
},
|
|
@@ -104894,7 +104893,7 @@ var productlane = {
|
|
|
104894
104893
|
},
|
|
104895
104894
|
access: {
|
|
104896
104895
|
kind: "static",
|
|
104897
|
-
|
|
104896
|
+
envBindings: {
|
|
104898
104897
|
PRODUCTLANE_TOKEN: "$secrets.PRODUCTLANE_TOKEN"
|
|
104899
104898
|
}
|
|
104900
104899
|
},
|
|
@@ -104927,7 +104926,7 @@ var pushinator = {
|
|
|
104927
104926
|
},
|
|
104928
104927
|
access: {
|
|
104929
104928
|
kind: "static",
|
|
104930
|
-
|
|
104929
|
+
envBindings: {
|
|
104931
104930
|
PUSHINATOR_TOKEN: "$secrets.PUSHINATOR_TOKEN"
|
|
104932
104931
|
}
|
|
104933
104932
|
},
|
|
@@ -104967,7 +104966,7 @@ var qdrant = {
|
|
|
104967
104966
|
},
|
|
104968
104967
|
access: {
|
|
104969
104968
|
kind: "static",
|
|
104970
|
-
|
|
104969
|
+
envBindings: {
|
|
104971
104970
|
QDRANT_TOKEN: "$secrets.QDRANT_TOKEN",
|
|
104972
104971
|
QDRANT_BASE_URL: "$vars.QDRANT_BASE_URL"
|
|
104973
104972
|
}
|
|
@@ -105002,7 +105001,7 @@ var qiita = {
|
|
|
105002
105001
|
},
|
|
105003
105002
|
access: {
|
|
105004
105003
|
kind: "static",
|
|
105005
|
-
|
|
105004
|
+
envBindings: {
|
|
105006
105005
|
QIITA_TOKEN: "$secrets.QIITA_TOKEN"
|
|
105007
105006
|
}
|
|
105008
105007
|
},
|
|
@@ -105036,7 +105035,7 @@ var railway = {
|
|
|
105036
105035
|
},
|
|
105037
105036
|
access: {
|
|
105038
105037
|
kind: "static",
|
|
105039
|
-
|
|
105038
|
+
envBindings: {
|
|
105040
105039
|
RAILWAY_TOKEN: "$secrets.RAILWAY_TOKEN"
|
|
105041
105040
|
}
|
|
105042
105041
|
},
|
|
@@ -105070,7 +105069,7 @@ var railwayProject = {
|
|
|
105070
105069
|
},
|
|
105071
105070
|
access: {
|
|
105072
105071
|
kind: "static",
|
|
105073
|
-
|
|
105072
|
+
envBindings: {
|
|
105074
105073
|
RAILWAY_PROJECT_TOKEN: "$secrets.RAILWAY_PROJECT_TOKEN"
|
|
105075
105074
|
}
|
|
105076
105075
|
},
|
|
@@ -105118,7 +105117,7 @@ var reap = {
|
|
|
105118
105117
|
},
|
|
105119
105118
|
access: {
|
|
105120
105119
|
kind: "static",
|
|
105121
|
-
|
|
105120
|
+
envBindings: {
|
|
105122
105121
|
REAP_API_KEY: "$secrets.REAP_API_KEY",
|
|
105123
105122
|
REAP_API_BASE_URL: "$vars.REAP_API_BASE_URL"
|
|
105124
105123
|
}
|
|
@@ -105157,7 +105156,7 @@ var reddit = {
|
|
|
105157
105156
|
kind: "refresh-token",
|
|
105158
105157
|
accessToken: "REDDIT_ACCESS_TOKEN",
|
|
105159
105158
|
refreshToken: "REDDIT_REFRESH_TOKEN",
|
|
105160
|
-
|
|
105159
|
+
envBindings: {
|
|
105161
105160
|
REDDIT_TOKEN: "$secrets.REDDIT_ACCESS_TOKEN"
|
|
105162
105161
|
}
|
|
105163
105162
|
},
|
|
@@ -105190,7 +105189,7 @@ var reducto = {
|
|
|
105190
105189
|
},
|
|
105191
105190
|
access: {
|
|
105192
105191
|
kind: "static",
|
|
105193
|
-
|
|
105192
|
+
envBindings: {
|
|
105194
105193
|
REDUCTO_TOKEN: "$secrets.REDUCTO_TOKEN"
|
|
105195
105194
|
}
|
|
105196
105195
|
},
|
|
@@ -105224,7 +105223,7 @@ var recraft = {
|
|
|
105224
105223
|
},
|
|
105225
105224
|
access: {
|
|
105226
105225
|
kind: "static",
|
|
105227
|
-
|
|
105226
|
+
envBindings: {
|
|
105228
105227
|
RECRAFT_API_TOKEN: "$secrets.RECRAFT_API_TOKEN"
|
|
105229
105228
|
}
|
|
105230
105229
|
},
|
|
@@ -105259,7 +105258,7 @@ var replicate = {
|
|
|
105259
105258
|
},
|
|
105260
105259
|
access: {
|
|
105261
105260
|
kind: "static",
|
|
105262
|
-
|
|
105261
|
+
envBindings: {
|
|
105263
105262
|
REPLICATE_TOKEN: "$secrets.REPLICATE_TOKEN"
|
|
105264
105263
|
}
|
|
105265
105264
|
},
|
|
@@ -105293,7 +105292,7 @@ var reportei = {
|
|
|
105293
105292
|
},
|
|
105294
105293
|
access: {
|
|
105295
105294
|
kind: "static",
|
|
105296
|
-
|
|
105295
|
+
envBindings: {
|
|
105297
105296
|
REPORTEI_TOKEN: "$secrets.REPORTEI_TOKEN"
|
|
105298
105297
|
}
|
|
105299
105298
|
},
|
|
@@ -105327,7 +105326,7 @@ var resend = {
|
|
|
105327
105326
|
},
|
|
105328
105327
|
access: {
|
|
105329
105328
|
kind: "static",
|
|
105330
|
-
|
|
105329
|
+
envBindings: {
|
|
105331
105330
|
RESEND_TOKEN: "$secrets.RESEND_TOKEN"
|
|
105332
105331
|
}
|
|
105333
105332
|
},
|
|
@@ -105361,7 +105360,7 @@ var rentcast = {
|
|
|
105361
105360
|
},
|
|
105362
105361
|
access: {
|
|
105363
105362
|
kind: "static",
|
|
105364
|
-
|
|
105363
|
+
envBindings: {
|
|
105365
105364
|
RENTCAST_API_KEY: "$secrets.RENTCAST_API_KEY"
|
|
105366
105365
|
}
|
|
105367
105366
|
},
|
|
@@ -105395,7 +105394,7 @@ var revenuecat = {
|
|
|
105395
105394
|
},
|
|
105396
105395
|
access: {
|
|
105397
105396
|
kind: "static",
|
|
105398
|
-
|
|
105397
|
+
envBindings: {
|
|
105399
105398
|
REVENUECAT_TOKEN: "$secrets.REVENUECAT_TOKEN"
|
|
105400
105399
|
}
|
|
105401
105400
|
},
|
|
@@ -105430,7 +105429,7 @@ var runway = {
|
|
|
105430
105429
|
},
|
|
105431
105430
|
access: {
|
|
105432
105431
|
kind: "static",
|
|
105433
|
-
|
|
105432
|
+
envBindings: {
|
|
105434
105433
|
RUNWAY_TOKEN: "$secrets.RUNWAY_TOKEN"
|
|
105435
105434
|
}
|
|
105436
105435
|
},
|
|
@@ -105469,7 +105468,7 @@ var salesforce = {
|
|
|
105469
105468
|
},
|
|
105470
105469
|
access: {
|
|
105471
105470
|
kind: "static",
|
|
105472
|
-
|
|
105471
|
+
envBindings: {
|
|
105473
105472
|
SALESFORCE_TOKEN: "$secrets.SALESFORCE_TOKEN",
|
|
105474
105473
|
SALESFORCE_INSTANCE: "$vars.SALESFORCE_INSTANCE"
|
|
105475
105474
|
}
|
|
@@ -105502,7 +105501,7 @@ var scrapeninja = {
|
|
|
105502
105501
|
},
|
|
105503
105502
|
access: {
|
|
105504
105503
|
kind: "static",
|
|
105505
|
-
|
|
105504
|
+
envBindings: {
|
|
105506
105505
|
SCRAPENINJA_TOKEN: "$secrets.SCRAPENINJA_TOKEN"
|
|
105507
105506
|
}
|
|
105508
105507
|
},
|
|
@@ -105537,7 +105536,7 @@ var segment = {
|
|
|
105537
105536
|
},
|
|
105538
105537
|
access: {
|
|
105539
105538
|
kind: "static",
|
|
105540
|
-
|
|
105539
|
+
envBindings: {
|
|
105541
105540
|
SEGMENT_TOKEN: "$secrets.SEGMENT_TOKEN"
|
|
105542
105541
|
}
|
|
105543
105542
|
},
|
|
@@ -105572,7 +105571,7 @@ var sendgrid = {
|
|
|
105572
105571
|
},
|
|
105573
105572
|
access: {
|
|
105574
105573
|
kind: "static",
|
|
105575
|
-
|
|
105574
|
+
envBindings: {
|
|
105576
105575
|
SENDGRID_TOKEN: "$secrets.SENDGRID_TOKEN"
|
|
105577
105576
|
}
|
|
105578
105577
|
},
|
|
@@ -105606,7 +105605,7 @@ var serpapi = {
|
|
|
105606
105605
|
},
|
|
105607
105606
|
access: {
|
|
105608
105607
|
kind: "static",
|
|
105609
|
-
|
|
105608
|
+
envBindings: {
|
|
105610
105609
|
SERPAPI_TOKEN: "$secrets.SERPAPI_TOKEN"
|
|
105611
105610
|
}
|
|
105612
105611
|
},
|
|
@@ -105652,7 +105651,7 @@ var servicenow = {
|
|
|
105652
105651
|
},
|
|
105653
105652
|
access: {
|
|
105654
105653
|
kind: "static",
|
|
105655
|
-
|
|
105654
|
+
envBindings: {
|
|
105656
105655
|
SERVICENOW_USERNAME: "$secrets.SERVICENOW_USERNAME",
|
|
105657
105656
|
SERVICENOW_PASSWORD: "$secrets.SERVICENOW_PASSWORD",
|
|
105658
105657
|
SERVICENOW_INSTANCE: "$vars.SERVICENOW_INSTANCE"
|
|
@@ -105695,7 +105694,7 @@ var shopify = {
|
|
|
105695
105694
|
},
|
|
105696
105695
|
access: {
|
|
105697
105696
|
kind: "static",
|
|
105698
|
-
|
|
105697
|
+
envBindings: {
|
|
105699
105698
|
SHOPIFY_TOKEN: "$secrets.SHOPIFY_TOKEN",
|
|
105700
105699
|
SHOPIFY_SHOP: "$vars.SHOPIFY_SHOP"
|
|
105701
105700
|
}
|
|
@@ -105730,7 +105729,7 @@ var shortio = {
|
|
|
105730
105729
|
},
|
|
105731
105730
|
access: {
|
|
105732
105731
|
kind: "static",
|
|
105733
|
-
|
|
105732
|
+
envBindings: {
|
|
105734
105733
|
SHORTIO_TOKEN: "$secrets.SHORTIO_TOKEN"
|
|
105735
105734
|
}
|
|
105736
105735
|
},
|
|
@@ -105764,7 +105763,7 @@ var similarweb = {
|
|
|
105764
105763
|
},
|
|
105765
105764
|
access: {
|
|
105766
105765
|
kind: "static",
|
|
105767
|
-
|
|
105766
|
+
envBindings: {
|
|
105768
105767
|
SIMILARWEB_TOKEN: "$secrets.SIMILARWEB_TOKEN"
|
|
105769
105768
|
}
|
|
105770
105769
|
},
|
|
@@ -105798,7 +105797,7 @@ var slackWebhook = {
|
|
|
105798
105797
|
},
|
|
105799
105798
|
access: {
|
|
105800
105799
|
kind: "static",
|
|
105801
|
-
|
|
105800
|
+
envBindings: {
|
|
105802
105801
|
SLACK_WEBHOOK_URL: "$secrets.SLACK_WEBHOOK_URL"
|
|
105803
105802
|
}
|
|
105804
105803
|
},
|
|
@@ -105839,7 +105838,7 @@ var snowflake = {
|
|
|
105839
105838
|
},
|
|
105840
105839
|
access: {
|
|
105841
105840
|
kind: "static",
|
|
105842
|
-
|
|
105841
|
+
envBindings: {
|
|
105843
105842
|
SNOWFLAKE_PAT: "$secrets.SNOWFLAKE_PAT",
|
|
105844
105843
|
SNOWFLAKE_ACCOUNT: "$vars.SNOWFLAKE_ACCOUNT"
|
|
105845
105844
|
}
|
|
@@ -105873,7 +105872,7 @@ var sociavault = {
|
|
|
105873
105872
|
},
|
|
105874
105873
|
access: {
|
|
105875
105874
|
kind: "static",
|
|
105876
|
-
|
|
105875
|
+
envBindings: {
|
|
105877
105876
|
SOCIAVAULT_TOKEN: "$secrets.SOCIAVAULT_TOKEN"
|
|
105878
105877
|
}
|
|
105879
105878
|
},
|
|
@@ -105908,7 +105907,7 @@ var sponge = {
|
|
|
105908
105907
|
},
|
|
105909
105908
|
access: {
|
|
105910
105909
|
kind: "static",
|
|
105911
|
-
|
|
105910
|
+
envBindings: {
|
|
105912
105911
|
SPONGE_MASTER_KEY: "$secrets.SPONGE_MASTER_KEY"
|
|
105913
105912
|
}
|
|
105914
105913
|
},
|
|
@@ -105956,7 +105955,7 @@ var sproutgigs = {
|
|
|
105956
105955
|
},
|
|
105957
105956
|
access: {
|
|
105958
105957
|
kind: "static",
|
|
105959
|
-
|
|
105958
|
+
envBindings: {
|
|
105960
105959
|
SPROUTGIGS_USER_ID: "$vars.SPROUTGIGS_USER_ID",
|
|
105961
105960
|
SPROUTGIGS_API_SECRET: "$secrets.SPROUTGIGS_API_SECRET"
|
|
105962
105961
|
}
|
|
@@ -105991,7 +105990,7 @@ var square = {
|
|
|
105991
105990
|
},
|
|
105992
105991
|
access: {
|
|
105993
105992
|
kind: "static",
|
|
105994
|
-
|
|
105993
|
+
envBindings: {
|
|
105995
105994
|
SQUARE_TOKEN: "$secrets.SQUARE_TOKEN"
|
|
105996
105995
|
}
|
|
105997
105996
|
},
|
|
@@ -106026,7 +106025,7 @@ var stabilityAi = {
|
|
|
106026
106025
|
},
|
|
106027
106026
|
access: {
|
|
106028
106027
|
kind: "static",
|
|
106029
|
-
|
|
106028
|
+
envBindings: {
|
|
106030
106029
|
STABILITY_TOKEN: "$secrets.STABILITY_TOKEN"
|
|
106031
106030
|
}
|
|
106032
106031
|
},
|
|
@@ -106065,7 +106064,7 @@ var strapi = {
|
|
|
106065
106064
|
},
|
|
106066
106065
|
access: {
|
|
106067
106066
|
kind: "static",
|
|
106068
|
-
|
|
106067
|
+
envBindings: {
|
|
106069
106068
|
STRAPI_TOKEN: "$secrets.STRAPI_TOKEN",
|
|
106070
106069
|
STRAPI_BASE_URL: "$vars.STRAPI_BASE_URL"
|
|
106071
106070
|
}
|
|
@@ -106100,7 +106099,7 @@ var streak = {
|
|
|
106100
106099
|
},
|
|
106101
106100
|
access: {
|
|
106102
106101
|
kind: "static",
|
|
106103
|
-
|
|
106102
|
+
envBindings: {
|
|
106104
106103
|
STREAK_TOKEN: "$secrets.STREAK_TOKEN"
|
|
106105
106104
|
}
|
|
106106
106105
|
},
|
|
@@ -106139,7 +106138,7 @@ var stripe = {
|
|
|
106139
106138
|
kind: "refresh-token",
|
|
106140
106139
|
accessToken: "STRIPE_ACCESS_TOKEN",
|
|
106141
106140
|
refreshToken: "STRIPE_REFRESH_TOKEN",
|
|
106142
|
-
|
|
106141
|
+
envBindings: {
|
|
106143
106142
|
STRIPE_TOKEN: "$secrets.STRIPE_ACCESS_TOKEN"
|
|
106144
106143
|
}
|
|
106145
106144
|
},
|
|
@@ -106160,7 +106159,7 @@ var stripe = {
|
|
|
106160
106159
|
},
|
|
106161
106160
|
access: {
|
|
106162
106161
|
kind: "static",
|
|
106163
|
-
|
|
106162
|
+
envBindings: {
|
|
106164
106163
|
STRIPE_TOKEN: "$secrets.STRIPE_TOKEN"
|
|
106165
106164
|
}
|
|
106166
106165
|
},
|
|
@@ -106211,7 +106210,7 @@ var supabase = {
|
|
|
106211
106210
|
kind: "refresh-token",
|
|
106212
106211
|
accessToken: "SUPABASE_ACCESS_TOKEN",
|
|
106213
106212
|
refreshToken: "SUPABASE_REFRESH_TOKEN",
|
|
106214
|
-
|
|
106213
|
+
envBindings: {
|
|
106215
106214
|
SUPABASE_TOKEN: "$secrets.SUPABASE_ACCESS_TOKEN"
|
|
106216
106215
|
}
|
|
106217
106216
|
},
|
|
@@ -106232,7 +106231,7 @@ var supabase = {
|
|
|
106232
106231
|
},
|
|
106233
106232
|
access: {
|
|
106234
106233
|
kind: "static",
|
|
106235
|
-
|
|
106234
|
+
envBindings: {
|
|
106236
106235
|
SUPABASE_TOKEN: "$secrets.SUPABASE_TOKEN"
|
|
106237
106236
|
}
|
|
106238
106237
|
},
|
|
@@ -106266,7 +106265,7 @@ var supadata = {
|
|
|
106266
106265
|
},
|
|
106267
106266
|
access: {
|
|
106268
106267
|
kind: "static",
|
|
106269
|
-
|
|
106268
|
+
envBindings: {
|
|
106270
106269
|
SUPADATA_TOKEN: "$secrets.SUPADATA_TOKEN"
|
|
106271
106270
|
}
|
|
106272
106271
|
},
|
|
@@ -106300,7 +106299,7 @@ var supermemory = {
|
|
|
106300
106299
|
},
|
|
106301
106300
|
access: {
|
|
106302
106301
|
kind: "static",
|
|
106303
|
-
|
|
106302
|
+
envBindings: {
|
|
106304
106303
|
SUPERMEMORY_API_KEY: "$secrets.SUPERMEMORY_API_KEY"
|
|
106305
106304
|
}
|
|
106306
106305
|
},
|
|
@@ -106334,7 +106333,7 @@ var tavily = {
|
|
|
106334
106333
|
},
|
|
106335
106334
|
access: {
|
|
106336
106335
|
kind: "static",
|
|
106337
|
-
|
|
106336
|
+
envBindings: {
|
|
106338
106337
|
TAVILY_TOKEN: "$secrets.TAVILY_TOKEN"
|
|
106339
106338
|
}
|
|
106340
106339
|
},
|
|
@@ -106372,7 +106371,7 @@ var testOauth = {
|
|
|
106372
106371
|
kind: "refresh-token",
|
|
106373
106372
|
accessToken: "TEST_OAUTH_ACCESS_TOKEN",
|
|
106374
106373
|
refreshToken: "TEST_OAUTH_REFRESH_TOKEN",
|
|
106375
|
-
|
|
106374
|
+
envBindings: {
|
|
106376
106375
|
TEST_OAUTH_TOKEN: "$secrets.TEST_OAUTH_ACCESS_TOKEN"
|
|
106377
106376
|
}
|
|
106378
106377
|
},
|
|
@@ -106408,7 +106407,7 @@ var testOauthDevice = {
|
|
|
106408
106407
|
},
|
|
106409
106408
|
access: {
|
|
106410
106409
|
kind: "static",
|
|
106411
|
-
|
|
106410
|
+
envBindings: {
|
|
106412
106411
|
TEST_OAUTH_DEVICE_TOKEN: "$secrets.TEST_OAUTH_DEVICE_ACCESS_TOKEN"
|
|
106413
106412
|
}
|
|
106414
106413
|
},
|
|
@@ -106454,7 +106453,7 @@ var testrail = {
|
|
|
106454
106453
|
},
|
|
106455
106454
|
access: {
|
|
106456
106455
|
kind: "static",
|
|
106457
|
-
|
|
106456
|
+
envBindings: {
|
|
106458
106457
|
TESTRAIL_EMAIL: "$secrets.TESTRAIL_EMAIL",
|
|
106459
106458
|
TESTRAIL_TOKEN: "$secrets.TESTRAIL_TOKEN",
|
|
106460
106459
|
TESTRAIL_INSTANCE: "$vars.TESTRAIL_INSTANCE"
|
|
@@ -106490,7 +106489,7 @@ var ticketmaster = {
|
|
|
106490
106489
|
},
|
|
106491
106490
|
access: {
|
|
106492
106491
|
kind: "static",
|
|
106493
|
-
|
|
106492
|
+
envBindings: {
|
|
106494
106493
|
TICKETMASTER_API_KEY: "$secrets.TICKETMASTER_API_KEY"
|
|
106495
106494
|
}
|
|
106496
106495
|
},
|
|
@@ -106524,7 +106523,7 @@ var tldv = {
|
|
|
106524
106523
|
},
|
|
106525
106524
|
access: {
|
|
106526
106525
|
kind: "static",
|
|
106527
|
-
|
|
106526
|
+
envBindings: {
|
|
106528
106527
|
TLDV_TOKEN: "$secrets.TLDV_TOKEN"
|
|
106529
106528
|
}
|
|
106530
106529
|
},
|
|
@@ -106559,7 +106558,7 @@ var together = {
|
|
|
106559
106558
|
},
|
|
106560
106559
|
access: {
|
|
106561
106560
|
kind: "static",
|
|
106562
|
-
|
|
106561
|
+
envBindings: {
|
|
106563
106562
|
TOGETHER_TOKEN: "$secrets.TOGETHER_TOKEN"
|
|
106564
106563
|
}
|
|
106565
106564
|
},
|
|
@@ -106593,7 +106592,7 @@ var twenty = {
|
|
|
106593
106592
|
},
|
|
106594
106593
|
access: {
|
|
106595
106594
|
kind: "static",
|
|
106596
|
-
|
|
106595
|
+
envBindings: {
|
|
106597
106596
|
TWENTY_TOKEN: "$secrets.TWENTY_TOKEN"
|
|
106598
106597
|
}
|
|
106599
106598
|
},
|
|
@@ -106633,7 +106632,7 @@ var twilio = {
|
|
|
106633
106632
|
},
|
|
106634
106633
|
access: {
|
|
106635
106634
|
kind: "static",
|
|
106636
|
-
|
|
106635
|
+
envBindings: {
|
|
106637
106636
|
TWILIO_ACCOUNT_SID: "$secrets.TWILIO_ACCOUNT_SID",
|
|
106638
106637
|
TWILIO_AUTH_TOKEN: "$secrets.TWILIO_AUTH_TOKEN"
|
|
106639
106638
|
}
|
|
@@ -106668,7 +106667,7 @@ var typeform = {
|
|
|
106668
106667
|
},
|
|
106669
106668
|
access: {
|
|
106670
106669
|
kind: "static",
|
|
106671
|
-
|
|
106670
|
+
envBindings: {
|
|
106672
106671
|
TYPEFORM_TOKEN: "$secrets.TYPEFORM_TOKEN"
|
|
106673
106672
|
}
|
|
106674
106673
|
},
|
|
@@ -106703,7 +106702,7 @@ var v0 = {
|
|
|
106703
106702
|
},
|
|
106704
106703
|
access: {
|
|
106705
106704
|
kind: "static",
|
|
106706
|
-
|
|
106705
|
+
envBindings: {
|
|
106707
106706
|
V0_TOKEN: "$secrets.V0_TOKEN"
|
|
106708
106707
|
}
|
|
106709
106708
|
},
|
|
@@ -106737,7 +106736,7 @@ var wandb = {
|
|
|
106737
106736
|
},
|
|
106738
106737
|
access: {
|
|
106739
106738
|
kind: "static",
|
|
106740
|
-
|
|
106739
|
+
envBindings: {
|
|
106741
106740
|
WANDB_TOKEN: "$secrets.WANDB_TOKEN"
|
|
106742
106741
|
}
|
|
106743
106742
|
},
|
|
@@ -106790,7 +106789,7 @@ var webflow = {
|
|
|
106790
106789
|
},
|
|
106791
106790
|
access: {
|
|
106792
106791
|
kind: "static",
|
|
106793
|
-
|
|
106792
|
+
envBindings: {
|
|
106794
106793
|
WEBFLOW_TOKEN: "$secrets.WEBFLOW_ACCESS_TOKEN"
|
|
106795
106794
|
}
|
|
106796
106795
|
},
|
|
@@ -106810,7 +106809,7 @@ var webflow = {
|
|
|
106810
106809
|
},
|
|
106811
106810
|
access: {
|
|
106812
106811
|
kind: "static",
|
|
106813
|
-
|
|
106812
|
+
envBindings: {
|
|
106814
106813
|
WEBFLOW_TOKEN: "$secrets.WEBFLOW_TOKEN"
|
|
106815
106814
|
}
|
|
106816
106815
|
},
|
|
@@ -106854,7 +106853,7 @@ var weread = {
|
|
|
106854
106853
|
},
|
|
106855
106854
|
access: {
|
|
106856
106855
|
kind: "static",
|
|
106857
|
-
|
|
106856
|
+
envBindings: {
|
|
106858
106857
|
WEREAD_TOKEN: "$secrets.WEREAD_TOKEN"
|
|
106859
106858
|
}
|
|
106860
106859
|
},
|
|
@@ -106888,7 +106887,7 @@ var whaleAlert = {
|
|
|
106888
106887
|
},
|
|
106889
106888
|
access: {
|
|
106890
106889
|
kind: "static",
|
|
106891
|
-
|
|
106890
|
+
envBindings: {
|
|
106892
106891
|
WHALE_ALERT_API_KEY: "$secrets.WHALE_ALERT_API_KEY"
|
|
106893
106892
|
}
|
|
106894
106893
|
},
|
|
@@ -106922,7 +106921,7 @@ var wix = {
|
|
|
106922
106921
|
},
|
|
106923
106922
|
access: {
|
|
106924
106923
|
kind: "static",
|
|
106925
|
-
|
|
106924
|
+
envBindings: {
|
|
106926
106925
|
WIX_TOKEN: "$secrets.WIX_TOKEN"
|
|
106927
106926
|
}
|
|
106928
106927
|
},
|
|
@@ -106956,7 +106955,7 @@ var workos = {
|
|
|
106956
106955
|
},
|
|
106957
106956
|
access: {
|
|
106958
106957
|
kind: "static",
|
|
106959
|
-
|
|
106958
|
+
envBindings: {
|
|
106960
106959
|
WORKOS_TOKEN: "$secrets.WORKOS_TOKEN"
|
|
106961
106960
|
}
|
|
106962
106961
|
},
|
|
@@ -106989,7 +106988,7 @@ var wrike = {
|
|
|
106989
106988
|
},
|
|
106990
106989
|
access: {
|
|
106991
106990
|
kind: "static",
|
|
106992
|
-
|
|
106991
|
+
envBindings: {
|
|
106993
106992
|
WRIKE_TOKEN: "$secrets.WRIKE_TOKEN"
|
|
106994
106993
|
}
|
|
106995
106994
|
},
|
|
@@ -107023,7 +107022,7 @@ var youtube = {
|
|
|
107023
107022
|
},
|
|
107024
107023
|
access: {
|
|
107025
107024
|
kind: "static",
|
|
107026
|
-
|
|
107025
|
+
envBindings: {
|
|
107027
107026
|
YOUTUBE_TOKEN: "$secrets.YOUTUBE_TOKEN"
|
|
107028
107027
|
}
|
|
107029
107028
|
},
|
|
@@ -107057,7 +107056,7 @@ var zapier = {
|
|
|
107057
107056
|
},
|
|
107058
107057
|
access: {
|
|
107059
107058
|
kind: "static",
|
|
107060
|
-
|
|
107059
|
+
envBindings: {
|
|
107061
107060
|
ZAPIER_TOKEN: "$secrets.ZAPIER_TOKEN"
|
|
107062
107061
|
}
|
|
107063
107062
|
},
|
|
@@ -107091,7 +107090,7 @@ var zapsign = {
|
|
|
107091
107090
|
},
|
|
107092
107091
|
access: {
|
|
107093
107092
|
kind: "static",
|
|
107094
|
-
|
|
107093
|
+
envBindings: {
|
|
107095
107094
|
ZAPSIGN_TOKEN: "$secrets.ZAPSIGN_TOKEN"
|
|
107096
107095
|
}
|
|
107097
107096
|
},
|
|
@@ -107137,7 +107136,7 @@ var zendesk = {
|
|
|
107137
107136
|
},
|
|
107138
107137
|
access: {
|
|
107139
107138
|
kind: "static",
|
|
107140
|
-
|
|
107139
|
+
envBindings: {
|
|
107141
107140
|
ZENDESK_API_TOKEN: "$secrets.ZENDESK_API_TOKEN",
|
|
107142
107141
|
ZENDESK_EMAIL: "$vars.ZENDESK_EMAIL",
|
|
107143
107142
|
ZENDESK_SUBDOMAIN: "$vars.ZENDESK_SUBDOMAIN"
|
|
@@ -107173,7 +107172,7 @@ var zep = {
|
|
|
107173
107172
|
},
|
|
107174
107173
|
access: {
|
|
107175
107174
|
kind: "static",
|
|
107176
|
-
|
|
107175
|
+
envBindings: {
|
|
107177
107176
|
ZEP_TOKEN: "$secrets.ZEP_TOKEN"
|
|
107178
107177
|
}
|
|
107179
107178
|
},
|
|
@@ -107207,7 +107206,7 @@ var zeptomail = {
|
|
|
107207
107206
|
},
|
|
107208
107207
|
access: {
|
|
107209
107208
|
kind: "static",
|
|
107210
|
-
|
|
107209
|
+
envBindings: {
|
|
107211
107210
|
ZEPTOMAIL_TOKEN: "$secrets.ZEPTOMAIL_TOKEN"
|
|
107212
107211
|
}
|
|
107213
107212
|
},
|
|
@@ -107260,7 +107259,7 @@ var zoom = {
|
|
|
107260
107259
|
kind: "refresh-token",
|
|
107261
107260
|
accessToken: "ZOOM_ACCESS_TOKEN",
|
|
107262
107261
|
refreshToken: "ZOOM_REFRESH_TOKEN",
|
|
107263
|
-
|
|
107262
|
+
envBindings: {
|
|
107264
107263
|
ZOOM_TOKEN: "$secrets.ZOOM_ACCESS_TOKEN"
|
|
107265
107264
|
}
|
|
107266
107265
|
},
|
|
@@ -107546,7 +107545,7 @@ var connectorResponseSchema = external_exports.object({
|
|
|
107546
107545
|
var connectorListResponseSchema = external_exports.object({
|
|
107547
107546
|
connectors: external_exports.array(connectorResponseSchema),
|
|
107548
107547
|
configuredTypes: external_exports.array(connectorTypeSchema),
|
|
107549
|
-
|
|
107548
|
+
connectorProvidedEnvNames: external_exports.array(external_exports.string())
|
|
107550
107549
|
});
|
|
107551
107550
|
var scopeDiffResponseSchema = external_exports.object({
|
|
107552
107551
|
addedScopes: external_exports.array(external_exports.string()),
|
|
@@ -117749,11 +117748,11 @@ function getManualGrantFields(method) {
|
|
|
117749
117748
|
}
|
|
117750
117749
|
return method.grant.fields;
|
|
117751
117750
|
}
|
|
117752
|
-
function
|
|
117751
|
+
function connectorAccessEnvBindings(access) {
|
|
117753
117752
|
switch (access.kind) {
|
|
117754
117753
|
case "static":
|
|
117755
117754
|
case "refresh-token":
|
|
117756
|
-
return access.
|
|
117755
|
+
return access.envBindings;
|
|
117757
117756
|
case "none":
|
|
117758
117757
|
return {};
|
|
117759
117758
|
}
|
|
@@ -117778,7 +117777,7 @@ function isConnectorOAuthGrantConfig(method) {
|
|
|
117778
117777
|
return false;
|
|
117779
117778
|
}
|
|
117780
117779
|
}
|
|
117781
|
-
function
|
|
117780
|
+
function getConnectorOAuthGrantConfig(type) {
|
|
117782
117781
|
for (const method of connectorAuthMethodValues(type)) {
|
|
117783
117782
|
if (isConnectorOAuthGrantConfig(method)) {
|
|
117784
117783
|
return method.grant;
|
|
@@ -117801,7 +117800,9 @@ function connectorMethodSecretNames(method) {
|
|
|
117801
117800
|
names.add(name);
|
|
117802
117801
|
}
|
|
117803
117802
|
}
|
|
117804
|
-
for (const valueRef of Object.values(
|
|
117803
|
+
for (const valueRef of Object.values(
|
|
117804
|
+
connectorAccessEnvBindings(method.access)
|
|
117805
|
+
)) {
|
|
117805
117806
|
if (valueRef.startsWith("$secrets.")) {
|
|
117806
117807
|
names.add(valueRef.slice("$secrets.".length));
|
|
117807
117808
|
}
|
|
@@ -117812,17 +117813,17 @@ function connectorMethodSecretNames(method) {
|
|
|
117812
117813
|
}
|
|
117813
117814
|
return [...names];
|
|
117814
117815
|
}
|
|
117815
|
-
function
|
|
117816
|
+
function getConnectorEnvBindings(type) {
|
|
117816
117817
|
const methods = connectorAuthMethodValues(type).sort((a, b) => {
|
|
117817
117818
|
return authMethodAccessPriority(a) - authMethodAccessPriority(b);
|
|
117818
117819
|
});
|
|
117819
|
-
const
|
|
117820
|
+
const envBindings = {};
|
|
117820
117821
|
for (const method of methods) {
|
|
117821
|
-
Object.assign(
|
|
117822
|
+
Object.assign(envBindings, connectorAccessEnvBindings(method.access));
|
|
117822
117823
|
}
|
|
117823
|
-
return
|
|
117824
|
+
return envBindings;
|
|
117824
117825
|
}
|
|
117825
|
-
function
|
|
117826
|
+
function getConnectorEnvNamesForSecret(secretName) {
|
|
117826
117827
|
const allTypes = CONNECTOR_TYPE_KEYS;
|
|
117827
117828
|
for (const type of allTypes) {
|
|
117828
117829
|
const config4 = CONNECTOR_TYPES[type];
|
|
@@ -117832,20 +117833,20 @@ function getConnectorDerivedNames(secretName) {
|
|
|
117832
117833
|
if (!found) {
|
|
117833
117834
|
continue;
|
|
117834
117835
|
}
|
|
117835
|
-
const
|
|
117836
|
-
const
|
|
117836
|
+
const envBindings = getConnectorEnvBindings(type);
|
|
117837
|
+
const envNames = Object.entries(envBindings).filter(([, valueRef]) => {
|
|
117837
117838
|
return valueRef === `$secrets.${secretName}`;
|
|
117838
|
-
}).map(([
|
|
117839
|
-
return
|
|
117839
|
+
}).map(([envName]) => {
|
|
117840
|
+
return envName;
|
|
117840
117841
|
});
|
|
117841
|
-
if (
|
|
117842
|
-
return { connectorLabel: config4.label,
|
|
117842
|
+
if (envNames.length > 0) {
|
|
117843
|
+
return { connectorLabel: config4.label, envNames };
|
|
117843
117844
|
}
|
|
117844
117845
|
}
|
|
117845
117846
|
return null;
|
|
117846
117847
|
}
|
|
117847
117848
|
function hasRequiredScopes(connectorType, storedScopes) {
|
|
117848
|
-
const scopes =
|
|
117849
|
+
const scopes = getConnectorOAuthGrantConfig(connectorType)?.scopes;
|
|
117849
117850
|
if (!scopes) return true;
|
|
117850
117851
|
if (scopes.length === 0) return true;
|
|
117851
117852
|
if (!storedScopes) return false;
|
|
@@ -117856,7 +117857,7 @@ function hasRequiredScopes(connectorType, storedScopes) {
|
|
|
117856
117857
|
}
|
|
117857
117858
|
function getScopeDiff(connectorType, storedScopes) {
|
|
117858
117859
|
const currentScopes = [
|
|
117859
|
-
...
|
|
117860
|
+
...getConnectorOAuthGrantConfig(connectorType)?.scopes ?? []
|
|
117860
117861
|
];
|
|
117861
117862
|
const stored = storedScopes ?? [];
|
|
117862
117863
|
const storedSet = new Set(stored);
|
|
@@ -117886,8 +117887,8 @@ function getConnectorTypeForSecretName(name) {
|
|
|
117886
117887
|
return type;
|
|
117887
117888
|
}
|
|
117888
117889
|
}
|
|
117889
|
-
const
|
|
117890
|
-
if (name in
|
|
117890
|
+
const envBindings = getConnectorEnvBindings(type);
|
|
117891
|
+
if (name in envBindings) {
|
|
117891
117892
|
return type;
|
|
117892
117893
|
}
|
|
117893
117894
|
}
|
|
@@ -117914,7 +117915,7 @@ function listSecretNames(config4) {
|
|
|
117914
117915
|
names.push(name);
|
|
117915
117916
|
}
|
|
117916
117917
|
for (const valueRef of Object.values(
|
|
117917
|
-
|
|
117918
|
+
connectorAccessEnvBindings(method.access)
|
|
117918
117919
|
)) {
|
|
117919
117920
|
if (valueRef.startsWith("$secrets.")) {
|
|
117920
117921
|
names.push(valueRef.slice("$secrets.".length));
|
|
@@ -117927,9 +117928,9 @@ function findExactMatch(keywordLower, type, config4) {
|
|
|
117927
117928
|
if (type.toLowerCase() === keywordLower) {
|
|
117928
117929
|
return { score: 100, matchedField: "type" };
|
|
117929
117930
|
}
|
|
117930
|
-
for (const
|
|
117931
|
-
if (
|
|
117932
|
-
return { score: 90, matchedField: `env:${
|
|
117931
|
+
for (const envName of Object.keys(getConnectorEnvBindings(type))) {
|
|
117932
|
+
if (envName.toLowerCase() === keywordLower) {
|
|
117933
|
+
return { score: 90, matchedField: `env:${envName}` };
|
|
117933
117934
|
}
|
|
117934
117935
|
}
|
|
117935
117936
|
if (config4.label.toLowerCase() === keywordLower) {
|
|
@@ -117950,9 +117951,9 @@ function findSubstringMatch(keywordLower, type, config4) {
|
|
|
117950
117951
|
if (config4.label.toLowerCase().includes(keywordLower)) {
|
|
117951
117952
|
return { score: 50, matchedField: "label" };
|
|
117952
117953
|
}
|
|
117953
|
-
for (const
|
|
117954
|
-
if (
|
|
117955
|
-
return { score: 40, matchedField: `env:${
|
|
117954
|
+
for (const envName of Object.keys(getConnectorEnvBindings(type))) {
|
|
117955
|
+
if (envName.toLowerCase().includes(keywordLower)) {
|
|
117956
|
+
return { score: 40, matchedField: `env:${envName}` };
|
|
117956
117957
|
}
|
|
117957
117958
|
}
|
|
117958
117959
|
for (const name of listSecretNames(config4)) {
|
|
@@ -117973,7 +117974,7 @@ function collectCandidateTokens(type, config4) {
|
|
|
117973
117974
|
const sources = [
|
|
117974
117975
|
type,
|
|
117975
117976
|
config4.label,
|
|
117976
|
-
...Object.keys(
|
|
117977
|
+
...Object.keys(getConnectorEnvBindings(type)),
|
|
117977
117978
|
...listSecretNames(config4),
|
|
117978
117979
|
...config4.tags ?? []
|
|
117979
117980
|
];
|
|
@@ -129373,26 +129374,26 @@ var CONNECTOR_FIREWALLS = {
|
|
|
129373
129374
|
};
|
|
129374
129375
|
function expandPlaceholders(firewall, connectorType) {
|
|
129375
129376
|
if (!firewall.placeholders) return firewall;
|
|
129376
|
-
const
|
|
129377
|
-
if (Object.keys(
|
|
129377
|
+
const envBindings = getConnectorEnvBindings(connectorType);
|
|
129378
|
+
if (Object.keys(envBindings).length === 0) return firewall;
|
|
129378
129379
|
const expanded = { ...firewall.placeholders };
|
|
129379
129380
|
for (const [key, placeholderValue] of Object.entries(firewall.placeholders)) {
|
|
129380
|
-
const valueRef =
|
|
129381
|
+
const valueRef = envBindings[key];
|
|
129381
129382
|
if (valueRef?.startsWith("$secrets.")) {
|
|
129382
129383
|
const rawName = valueRef.slice("$secrets.".length);
|
|
129383
129384
|
if (!expanded[rawName]) {
|
|
129384
129385
|
expanded[rawName] = placeholderValue;
|
|
129385
129386
|
}
|
|
129386
|
-
for (const [
|
|
129387
|
-
if (ref === valueRef && !expanded[
|
|
129388
|
-
expanded[
|
|
129387
|
+
for (const [envName, ref] of Object.entries(envBindings)) {
|
|
129388
|
+
if (ref === valueRef && !expanded[envName]) {
|
|
129389
|
+
expanded[envName] = placeholderValue;
|
|
129389
129390
|
}
|
|
129390
129391
|
}
|
|
129391
129392
|
}
|
|
129392
129393
|
const rawRef = `$secrets.${key}`;
|
|
129393
|
-
for (const [
|
|
129394
|
-
if (ref === rawRef && !expanded[
|
|
129395
|
-
expanded[
|
|
129394
|
+
for (const [envName, ref] of Object.entries(envBindings)) {
|
|
129395
|
+
if (ref === rawRef && !expanded[envName]) {
|
|
129396
|
+
expanded[envName] = placeholderValue;
|
|
129396
129397
|
}
|
|
129397
129398
|
}
|
|
129398
129399
|
}
|
|
@@ -135189,8 +135190,8 @@ export {
|
|
|
135189
135190
|
promptSelect,
|
|
135190
135191
|
promptPassword,
|
|
135191
135192
|
getConnectorGenerationTypes,
|
|
135192
|
-
|
|
135193
|
-
|
|
135193
|
+
getConnectorEnvBindings,
|
|
135194
|
+
getConnectorEnvNamesForSecret,
|
|
135194
135195
|
hasRequiredScopes,
|
|
135195
135196
|
getScopeDiff,
|
|
135196
135197
|
getConnectorTypeForSecretName,
|
|
@@ -135228,4 +135229,4 @@ undici/lib/web/fetch/body.js:
|
|
|
135228
135229
|
undici/lib/web/websocket/frame.js:
|
|
135229
135230
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
135230
135231
|
*/
|
|
135231
|
-
//# sourceMappingURL=chunk-
|
|
135232
|
+
//# sourceMappingURL=chunk-RWNXCBAW.js.map
|