@vm0/cli 9.169.0 → 9.169.2
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-CZICABIP.js} +349 -326
- package/{chunk-5KJLUOMN.js.map → chunk-CZICABIP.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.2",
|
|
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.2",
|
|
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(),
|
|
@@ -94944,6 +94943,28 @@ var directRunModelProviderTypeSchema = modelProviderTypeSchema.refine(
|
|
|
94944
94943
|
},
|
|
94945
94944
|
{ message: "vm0 model provider is only supported by zero runs" }
|
|
94946
94945
|
);
|
|
94946
|
+
var claudeToolEntrySchema = external_exports.string().refine(
|
|
94947
|
+
(tool) => {
|
|
94948
|
+
return tool.trim().length > 0;
|
|
94949
|
+
},
|
|
94950
|
+
{
|
|
94951
|
+
message: "Claude tool name must not be empty"
|
|
94952
|
+
}
|
|
94953
|
+
).refine(
|
|
94954
|
+
(tool) => {
|
|
94955
|
+
return !tool.includes(",");
|
|
94956
|
+
},
|
|
94957
|
+
{
|
|
94958
|
+
message: "Claude tool name must not contain commas"
|
|
94959
|
+
}
|
|
94960
|
+
).refine(
|
|
94961
|
+
(tool) => {
|
|
94962
|
+
return !tool.trimStart().startsWith("-");
|
|
94963
|
+
},
|
|
94964
|
+
{
|
|
94965
|
+
message: "Claude tool name must not start with a hyphen"
|
|
94966
|
+
}
|
|
94967
|
+
);
|
|
94947
94968
|
var MAX_EVENT_SEQUENCE_NUMBER = 2147483647;
|
|
94948
94969
|
var eventSequenceNumberSchema = external_exports.number().int().nonnegative().max(MAX_EVENT_SEQUENCE_NUMBER);
|
|
94949
94970
|
var eventSequenceCursorSchema = external_exports.number().int().min(-1).max(MAX_EVENT_SEQUENCE_NUMBER);
|
|
@@ -94996,9 +95017,9 @@ var unifiedRunRequestSchema = external_exports.object({
|
|
|
94996
95017
|
// Optional system prompt to append to the agent's system prompt
|
|
94997
95018
|
appendSystemPrompt: external_exports.string().optional(),
|
|
94998
95019
|
// Optional list of tools to disable in Claude CLI (passed as --disallowed-tools)
|
|
94999
|
-
disallowedTools: external_exports.array(
|
|
95020
|
+
disallowedTools: external_exports.array(claudeToolEntrySchema).optional(),
|
|
95000
95021
|
// Optional list of tools to make available in Claude CLI (passed as --tools)
|
|
95001
|
-
tools: external_exports.array(
|
|
95022
|
+
tools: external_exports.array(claudeToolEntrySchema).optional(),
|
|
95002
95023
|
// Settings JSON to pass to Claude CLI (passed as --settings)
|
|
95003
95024
|
settings: external_exports.string().optional(),
|
|
95004
95025
|
// How the run was triggered (defaults to "cli" on the server if not provided)
|
|
@@ -97729,7 +97750,7 @@ var github = {
|
|
|
97729
97750
|
},
|
|
97730
97751
|
access: {
|
|
97731
97752
|
kind: "static",
|
|
97732
|
-
|
|
97753
|
+
envBindings: {
|
|
97733
97754
|
GH_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN",
|
|
97734
97755
|
GITHUB_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN"
|
|
97735
97756
|
}
|
|
@@ -97768,7 +97789,7 @@ var gmail = {
|
|
|
97768
97789
|
kind: "refresh-token",
|
|
97769
97790
|
accessToken: "GMAIL_ACCESS_TOKEN",
|
|
97770
97791
|
refreshToken: "GMAIL_REFRESH_TOKEN",
|
|
97771
|
-
|
|
97792
|
+
envBindings: {
|
|
97772
97793
|
GMAIL_TOKEN: "$secrets.GMAIL_ACCESS_TOKEN"
|
|
97773
97794
|
}
|
|
97774
97795
|
},
|
|
@@ -97806,7 +97827,7 @@ var notion = {
|
|
|
97806
97827
|
kind: "refresh-token",
|
|
97807
97828
|
accessToken: "NOTION_ACCESS_TOKEN",
|
|
97808
97829
|
refreshToken: "NOTION_REFRESH_TOKEN",
|
|
97809
|
-
|
|
97830
|
+
envBindings: {
|
|
97810
97831
|
NOTION_TOKEN: "$secrets.NOTION_ACCESS_TOKEN"
|
|
97811
97832
|
}
|
|
97812
97833
|
},
|
|
@@ -97888,7 +97909,7 @@ var x = {
|
|
|
97888
97909
|
kind: "refresh-token",
|
|
97889
97910
|
accessToken: "X_ACCESS_TOKEN",
|
|
97890
97911
|
refreshToken: "X_REFRESH_TOKEN",
|
|
97891
|
-
|
|
97912
|
+
envBindings: {
|
|
97892
97913
|
X_TOKEN: "$secrets.X_ACCESS_TOKEN"
|
|
97893
97914
|
}
|
|
97894
97915
|
},
|
|
@@ -97928,7 +97949,7 @@ var googleDrive = {
|
|
|
97928
97949
|
kind: "refresh-token",
|
|
97929
97950
|
accessToken: "GOOGLE_DRIVE_ACCESS_TOKEN",
|
|
97930
97951
|
refreshToken: "GOOGLE_DRIVE_REFRESH_TOKEN",
|
|
97931
|
-
|
|
97952
|
+
envBindings: {
|
|
97932
97953
|
GOOGLE_DRIVE_TOKEN: "$secrets.GOOGLE_DRIVE_ACCESS_TOKEN"
|
|
97933
97954
|
}
|
|
97934
97955
|
},
|
|
@@ -97998,7 +98019,7 @@ var slack = {
|
|
|
97998
98019
|
},
|
|
97999
98020
|
access: {
|
|
98000
98021
|
kind: "static",
|
|
98001
|
-
|
|
98022
|
+
envBindings: {
|
|
98002
98023
|
SLACK_TOKEN: "$secrets.SLACK_ACCESS_TOKEN"
|
|
98003
98024
|
}
|
|
98004
98025
|
},
|
|
@@ -98036,7 +98057,7 @@ var slock = {
|
|
|
98036
98057
|
kind: "refresh-token",
|
|
98037
98058
|
accessToken: "SLOCK_ACCESS_TOKEN",
|
|
98038
98059
|
refreshToken: "SLOCK_REFRESH_TOKEN",
|
|
98039
|
-
|
|
98060
|
+
envBindings: {
|
|
98040
98061
|
SLOCK_TOKEN: "$secrets.SLOCK_ACCESS_TOKEN",
|
|
98041
98062
|
SLOCK_SERVER_ID: "$secrets.SLOCK_SERVER_ID"
|
|
98042
98063
|
}
|
|
@@ -98077,7 +98098,7 @@ var googleSheets = {
|
|
|
98077
98098
|
kind: "refresh-token",
|
|
98078
98099
|
accessToken: "GOOGLE_SHEETS_ACCESS_TOKEN",
|
|
98079
98100
|
refreshToken: "GOOGLE_SHEETS_REFRESH_TOKEN",
|
|
98080
|
-
|
|
98101
|
+
envBindings: {
|
|
98081
98102
|
GOOGLE_SHEETS_TOKEN: "$secrets.GOOGLE_SHEETS_ACCESS_TOKEN"
|
|
98082
98103
|
}
|
|
98083
98104
|
},
|
|
@@ -98118,7 +98139,7 @@ var googleCalendar = {
|
|
|
98118
98139
|
kind: "refresh-token",
|
|
98119
98140
|
accessToken: "GOOGLE_CALENDAR_ACCESS_TOKEN",
|
|
98120
98141
|
refreshToken: "GOOGLE_CALENDAR_REFRESH_TOKEN",
|
|
98121
|
-
|
|
98142
|
+
envBindings: {
|
|
98122
98143
|
GOOGLE_CALENDAR_TOKEN: "$secrets.GOOGLE_CALENDAR_ACCESS_TOKEN"
|
|
98123
98144
|
}
|
|
98124
98145
|
},
|
|
@@ -98158,7 +98179,7 @@ var googleDocs = {
|
|
|
98158
98179
|
kind: "refresh-token",
|
|
98159
98180
|
accessToken: "GOOGLE_DOCS_ACCESS_TOKEN",
|
|
98160
98181
|
refreshToken: "GOOGLE_DOCS_REFRESH_TOKEN",
|
|
98161
|
-
|
|
98182
|
+
envBindings: {
|
|
98162
98183
|
GOOGLE_DOCS_TOKEN: "$secrets.GOOGLE_DOCS_ACCESS_TOKEN"
|
|
98163
98184
|
}
|
|
98164
98185
|
},
|
|
@@ -98202,7 +98223,7 @@ var linear = {
|
|
|
98202
98223
|
kind: "refresh-token",
|
|
98203
98224
|
accessToken: "LINEAR_ACCESS_TOKEN",
|
|
98204
98225
|
refreshToken: "LINEAR_REFRESH_TOKEN",
|
|
98205
|
-
|
|
98226
|
+
envBindings: {
|
|
98206
98227
|
LINEAR_TOKEN: "$secrets.LINEAR_ACCESS_TOKEN"
|
|
98207
98228
|
}
|
|
98208
98229
|
},
|
|
@@ -98237,7 +98258,7 @@ var intervalsIcu = {
|
|
|
98237
98258
|
},
|
|
98238
98259
|
access: {
|
|
98239
98260
|
kind: "static",
|
|
98240
|
-
|
|
98261
|
+
envBindings: {
|
|
98241
98262
|
INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
|
|
98242
98263
|
}
|
|
98243
98264
|
},
|
|
@@ -98272,7 +98293,7 @@ var vercel = {
|
|
|
98272
98293
|
},
|
|
98273
98294
|
access: {
|
|
98274
98295
|
kind: "static",
|
|
98275
|
-
|
|
98296
|
+
envBindings: {
|
|
98276
98297
|
VERCEL_TOKEN: "$secrets.VERCEL_ACCESS_TOKEN"
|
|
98277
98298
|
}
|
|
98278
98299
|
},
|
|
@@ -98314,7 +98335,7 @@ var strava = {
|
|
|
98314
98335
|
kind: "refresh-token",
|
|
98315
98336
|
accessToken: "STRAVA_ACCESS_TOKEN",
|
|
98316
98337
|
refreshToken: "STRAVA_REFRESH_TOKEN",
|
|
98317
|
-
|
|
98338
|
+
envBindings: {
|
|
98318
98339
|
STRAVA_TOKEN: "$secrets.STRAVA_ACCESS_TOKEN"
|
|
98319
98340
|
}
|
|
98320
98341
|
},
|
|
@@ -98359,7 +98380,7 @@ var googleMeet = {
|
|
|
98359
98380
|
kind: "refresh-token",
|
|
98360
98381
|
accessToken: "GOOGLE_MEET_ACCESS_TOKEN",
|
|
98361
98382
|
refreshToken: "GOOGLE_MEET_REFRESH_TOKEN",
|
|
98362
|
-
|
|
98383
|
+
envBindings: {
|
|
98363
98384
|
GOOGLE_MEET_TOKEN: "$secrets.GOOGLE_MEET_ACCESS_TOKEN"
|
|
98364
98385
|
}
|
|
98365
98386
|
},
|
|
@@ -98409,7 +98430,7 @@ var hubspot = {
|
|
|
98409
98430
|
kind: "refresh-token",
|
|
98410
98431
|
accessToken: "HUBSPOT_ACCESS_TOKEN",
|
|
98411
98432
|
refreshToken: "HUBSPOT_REFRESH_TOKEN",
|
|
98412
|
-
|
|
98433
|
+
envBindings: {
|
|
98413
98434
|
HUBSPOT_TOKEN: "$secrets.HUBSPOT_ACCESS_TOKEN"
|
|
98414
98435
|
}
|
|
98415
98436
|
},
|
|
@@ -98475,7 +98496,7 @@ var sentry = {
|
|
|
98475
98496
|
kind: "refresh-token",
|
|
98476
98497
|
accessToken: "SENTRY_ACCESS_TOKEN",
|
|
98477
98498
|
refreshToken: "SENTRY_REFRESH_TOKEN",
|
|
98478
|
-
|
|
98499
|
+
envBindings: {
|
|
98479
98500
|
SENTRY_TOKEN: "$secrets.SENTRY_ACCESS_TOKEN"
|
|
98480
98501
|
}
|
|
98481
98502
|
},
|
|
@@ -98510,7 +98531,7 @@ var todoist = {
|
|
|
98510
98531
|
},
|
|
98511
98532
|
access: {
|
|
98512
98533
|
kind: "static",
|
|
98513
|
-
|
|
98534
|
+
envBindings: {
|
|
98514
98535
|
TODOIST_TOKEN: "$secrets.TODOIST_ACCESS_TOKEN"
|
|
98515
98536
|
}
|
|
98516
98537
|
},
|
|
@@ -98570,7 +98591,7 @@ var xero = {
|
|
|
98570
98591
|
kind: "refresh-token",
|
|
98571
98592
|
accessToken: "XERO_ACCESS_TOKEN",
|
|
98572
98593
|
refreshToken: "XERO_REFRESH_TOKEN",
|
|
98573
|
-
|
|
98594
|
+
envBindings: {
|
|
98574
98595
|
XERO_TOKEN: "$secrets.XERO_ACCESS_TOKEN"
|
|
98575
98596
|
}
|
|
98576
98597
|
},
|
|
@@ -98615,7 +98636,7 @@ var airtable = {
|
|
|
98615
98636
|
kind: "refresh-token",
|
|
98616
98637
|
accessToken: "AIRTABLE_ACCESS_TOKEN",
|
|
98617
98638
|
refreshToken: "AIRTABLE_REFRESH_TOKEN",
|
|
98618
|
-
|
|
98639
|
+
envBindings: {
|
|
98619
98640
|
AIRTABLE_TOKEN: "$secrets.AIRTABLE_ACCESS_TOKEN"
|
|
98620
98641
|
}
|
|
98621
98642
|
},
|
|
@@ -98653,7 +98674,7 @@ var docusign = {
|
|
|
98653
98674
|
kind: "refresh-token",
|
|
98654
98675
|
accessToken: "DOCUSIGN_ACCESS_TOKEN",
|
|
98655
98676
|
refreshToken: "DOCUSIGN_REFRESH_TOKEN",
|
|
98656
|
-
|
|
98677
|
+
envBindings: {
|
|
98657
98678
|
DOCUSIGN_TOKEN: "$secrets.DOCUSIGN_ACCESS_TOKEN"
|
|
98658
98679
|
}
|
|
98659
98680
|
},
|
|
@@ -98696,7 +98717,7 @@ var googleAds = {
|
|
|
98696
98717
|
kind: "refresh-token",
|
|
98697
98718
|
accessToken: "GOOGLE_ADS_ACCESS_TOKEN",
|
|
98698
98719
|
refreshToken: "GOOGLE_ADS_REFRESH_TOKEN",
|
|
98699
|
-
|
|
98720
|
+
envBindings: {
|
|
98700
98721
|
GOOGLE_ADS_TOKEN: "$secrets.GOOGLE_ADS_ACCESS_TOKEN"
|
|
98701
98722
|
}
|
|
98702
98723
|
},
|
|
@@ -98730,7 +98751,7 @@ var googleMaps = {
|
|
|
98730
98751
|
},
|
|
98731
98752
|
access: {
|
|
98732
98753
|
kind: "static",
|
|
98733
|
-
|
|
98754
|
+
envBindings: {
|
|
98734
98755
|
GOOGLE_MAPS_TOKEN: "$secrets.GOOGLE_MAPS_TOKEN"
|
|
98735
98756
|
}
|
|
98736
98757
|
},
|
|
@@ -98772,7 +98793,7 @@ var gumroad = {
|
|
|
98772
98793
|
},
|
|
98773
98794
|
access: {
|
|
98774
98795
|
kind: "static",
|
|
98775
|
-
|
|
98796
|
+
envBindings: {
|
|
98776
98797
|
GUMROAD_TOKEN: "$secrets.GUMROAD_ACCESS_TOKEN"
|
|
98777
98798
|
}
|
|
98778
98799
|
},
|
|
@@ -98793,7 +98814,7 @@ var gumroad = {
|
|
|
98793
98814
|
},
|
|
98794
98815
|
access: {
|
|
98795
98816
|
kind: "static",
|
|
98796
|
-
|
|
98817
|
+
envBindings: {
|
|
98797
98818
|
GUMROAD_TOKEN: "$secrets.GUMROAD_TOKEN"
|
|
98798
98819
|
}
|
|
98799
98820
|
},
|
|
@@ -98851,7 +98872,7 @@ var spotify = {
|
|
|
98851
98872
|
kind: "refresh-token",
|
|
98852
98873
|
accessToken: "SPOTIFY_ACCESS_TOKEN",
|
|
98853
98874
|
refreshToken: "SPOTIFY_REFRESH_TOKEN",
|
|
98854
|
-
|
|
98875
|
+
envBindings: {
|
|
98855
98876
|
SPOTIFY_TOKEN: "$secrets.SPOTIFY_ACCESS_TOKEN"
|
|
98856
98877
|
}
|
|
98857
98878
|
},
|
|
@@ -98885,7 +98906,7 @@ var agentmail = {
|
|
|
98885
98906
|
},
|
|
98886
98907
|
access: {
|
|
98887
98908
|
kind: "static",
|
|
98888
|
-
|
|
98909
|
+
envBindings: {
|
|
98889
98910
|
AGENTMAIL_TOKEN: "$secrets.AGENTMAIL_TOKEN"
|
|
98890
98911
|
}
|
|
98891
98912
|
},
|
|
@@ -98936,7 +98957,7 @@ var agora = {
|
|
|
98936
98957
|
},
|
|
98937
98958
|
access: {
|
|
98938
98959
|
kind: "static",
|
|
98939
|
-
|
|
98960
|
+
envBindings: {
|
|
98940
98961
|
AGORA_CUSTOMER_ID: "$secrets.AGORA_CUSTOMER_ID",
|
|
98941
98962
|
AGORA_CUSTOMER_SECRET: "$secrets.AGORA_CUSTOMER_SECRET",
|
|
98942
98963
|
AGORA_APP_ID: "$vars.AGORA_APP_ID",
|
|
@@ -98977,7 +98998,7 @@ var ahrefs = {
|
|
|
98977
98998
|
kind: "refresh-token",
|
|
98978
98999
|
accessToken: "AHREFS_ACCESS_TOKEN",
|
|
98979
99000
|
refreshToken: "AHREFS_REFRESH_TOKEN",
|
|
98980
|
-
|
|
99001
|
+
envBindings: {
|
|
98981
99002
|
AHREFS_TOKEN: "$secrets.AHREFS_ACCESS_TOKEN"
|
|
98982
99003
|
}
|
|
98983
99004
|
},
|
|
@@ -98998,7 +99019,7 @@ var ahrefs = {
|
|
|
98998
99019
|
},
|
|
98999
99020
|
access: {
|
|
99000
99021
|
kind: "static",
|
|
99001
|
-
|
|
99022
|
+
envBindings: {
|
|
99002
99023
|
AHREFS_TOKEN: "$secrets.AHREFS_TOKEN"
|
|
99003
99024
|
}
|
|
99004
99025
|
},
|
|
@@ -99039,7 +99060,7 @@ var adzuna = {
|
|
|
99039
99060
|
},
|
|
99040
99061
|
access: {
|
|
99041
99062
|
kind: "static",
|
|
99042
|
-
|
|
99063
|
+
envBindings: {
|
|
99043
99064
|
ADZUNA_APP_ID: "$vars.ADZUNA_APP_ID",
|
|
99044
99065
|
ADZUNA_APP_KEY: "$secrets.ADZUNA_APP_KEY"
|
|
99045
99066
|
}
|
|
@@ -99081,7 +99102,7 @@ var altium365 = {
|
|
|
99081
99102
|
},
|
|
99082
99103
|
access: {
|
|
99083
99104
|
kind: "static",
|
|
99084
|
-
|
|
99105
|
+
envBindings: {
|
|
99085
99106
|
ALTIUM365_TOKEN: "$secrets.ALTIUM365_TOKEN",
|
|
99086
99107
|
ALTIUM365_WORKSPACE_URL: "$vars.ALTIUM365_WORKSPACE_URL"
|
|
99087
99108
|
}
|
|
@@ -99115,7 +99136,7 @@ var alchemy = {
|
|
|
99115
99136
|
},
|
|
99116
99137
|
access: {
|
|
99117
99138
|
kind: "static",
|
|
99118
|
-
|
|
99139
|
+
envBindings: {
|
|
99119
99140
|
ALCHEMY_API_KEY: "$secrets.ALCHEMY_API_KEY"
|
|
99120
99141
|
}
|
|
99121
99142
|
},
|
|
@@ -99155,7 +99176,7 @@ var amplitude = {
|
|
|
99155
99176
|
},
|
|
99156
99177
|
access: {
|
|
99157
99178
|
kind: "static",
|
|
99158
|
-
|
|
99179
|
+
envBindings: {
|
|
99159
99180
|
AMPLITUDE_API_KEY: "$secrets.AMPLITUDE_API_KEY",
|
|
99160
99181
|
AMPLITUDE_SECRET_KEY: "$secrets.AMPLITUDE_SECRET_KEY"
|
|
99161
99182
|
}
|
|
@@ -99193,7 +99214,7 @@ var amadeus = {
|
|
|
99193
99214
|
},
|
|
99194
99215
|
access: {
|
|
99195
99216
|
kind: "static",
|
|
99196
|
-
|
|
99217
|
+
envBindings: {
|
|
99197
99218
|
AMADEUS_API_KEY: "$secrets.AMADEUS_API_KEY",
|
|
99198
99219
|
AMADEUS_API_SECRET: "$secrets.AMADEUS_API_SECRET"
|
|
99199
99220
|
}
|
|
@@ -99228,7 +99249,7 @@ var anthropicManagedAgents = {
|
|
|
99228
99249
|
},
|
|
99229
99250
|
access: {
|
|
99230
99251
|
kind: "static",
|
|
99231
|
-
|
|
99252
|
+
envBindings: {
|
|
99232
99253
|
ANTHROPIC_MANAGED_AGENTS_TOKEN: "$secrets.ANTHROPIC_MANAGED_AGENTS_TOKEN"
|
|
99233
99254
|
}
|
|
99234
99255
|
},
|
|
@@ -99262,7 +99283,7 @@ var apify = {
|
|
|
99262
99283
|
},
|
|
99263
99284
|
access: {
|
|
99264
99285
|
kind: "static",
|
|
99265
|
-
|
|
99286
|
+
envBindings: {
|
|
99266
99287
|
APIFY_TOKEN: "$secrets.APIFY_TOKEN"
|
|
99267
99288
|
}
|
|
99268
99289
|
},
|
|
@@ -99296,7 +99317,7 @@ var apollo = {
|
|
|
99296
99317
|
},
|
|
99297
99318
|
access: {
|
|
99298
99319
|
kind: "static",
|
|
99299
|
-
|
|
99320
|
+
envBindings: {
|
|
99300
99321
|
APOLLO_TOKEN: "$secrets.APOLLO_TOKEN"
|
|
99301
99322
|
}
|
|
99302
99323
|
},
|
|
@@ -99333,7 +99354,7 @@ var asana = {
|
|
|
99333
99354
|
kind: "refresh-token",
|
|
99334
99355
|
accessToken: "ASANA_ACCESS_TOKEN",
|
|
99335
99356
|
refreshToken: "ASANA_REFRESH_TOKEN",
|
|
99336
|
-
|
|
99357
|
+
envBindings: {
|
|
99337
99358
|
ASANA_TOKEN: "$secrets.ASANA_ACCESS_TOKEN"
|
|
99338
99359
|
}
|
|
99339
99360
|
},
|
|
@@ -99379,7 +99400,7 @@ var atlassian = {
|
|
|
99379
99400
|
},
|
|
99380
99401
|
access: {
|
|
99381
99402
|
kind: "static",
|
|
99382
|
-
|
|
99403
|
+
envBindings: {
|
|
99383
99404
|
ATLASSIAN_TOKEN: "$secrets.ATLASSIAN_TOKEN",
|
|
99384
99405
|
ATLASSIAN_EMAIL: "$vars.ATLASSIAN_EMAIL",
|
|
99385
99406
|
ATLASSIAN_DOMAIN: "$vars.ATLASSIAN_DOMAIN"
|
|
@@ -99415,7 +99436,7 @@ var attio = {
|
|
|
99415
99436
|
},
|
|
99416
99437
|
access: {
|
|
99417
99438
|
kind: "static",
|
|
99418
|
-
|
|
99439
|
+
envBindings: {
|
|
99419
99440
|
ATTIO_TOKEN: "$secrets.ATTIO_TOKEN"
|
|
99420
99441
|
}
|
|
99421
99442
|
},
|
|
@@ -99451,7 +99472,7 @@ var atlascloud = {
|
|
|
99451
99472
|
},
|
|
99452
99473
|
access: {
|
|
99453
99474
|
kind: "static",
|
|
99454
|
-
|
|
99475
|
+
envBindings: {
|
|
99455
99476
|
ATLASCLOUD_API_KEY: "$secrets.ATLASCLOUD_API_KEY"
|
|
99456
99477
|
}
|
|
99457
99478
|
},
|
|
@@ -99484,7 +99505,7 @@ var aviationstack = {
|
|
|
99484
99505
|
},
|
|
99485
99506
|
access: {
|
|
99486
99507
|
kind: "static",
|
|
99487
|
-
|
|
99508
|
+
envBindings: {
|
|
99488
99509
|
AVIATIONSTACK_TOKEN: "$secrets.AVIATIONSTACK_TOKEN"
|
|
99489
99510
|
}
|
|
99490
99511
|
},
|
|
@@ -99518,7 +99539,7 @@ var axiom = {
|
|
|
99518
99539
|
},
|
|
99519
99540
|
access: {
|
|
99520
99541
|
kind: "static",
|
|
99521
|
-
|
|
99542
|
+
envBindings: {
|
|
99522
99543
|
AXIOM_TOKEN: "$secrets.AXIOM_TOKEN"
|
|
99523
99544
|
}
|
|
99524
99545
|
},
|
|
@@ -99555,7 +99576,7 @@ var base44 = {
|
|
|
99555
99576
|
kind: "refresh-token",
|
|
99556
99577
|
accessToken: "BASE44_ACCESS_TOKEN",
|
|
99557
99578
|
refreshToken: "BASE44_REFRESH_TOKEN",
|
|
99558
|
-
|
|
99579
|
+
envBindings: {
|
|
99559
99580
|
BASE44_TOKEN: "$secrets.BASE44_ACCESS_TOKEN"
|
|
99560
99581
|
}
|
|
99561
99582
|
},
|
|
@@ -99598,7 +99619,7 @@ var bentoml = {
|
|
|
99598
99619
|
},
|
|
99599
99620
|
access: {
|
|
99600
99621
|
kind: "static",
|
|
99601
|
-
|
|
99622
|
+
envBindings: {
|
|
99602
99623
|
BENTO_CLOUD_API_KEY: "$secrets.BENTO_CLOUD_API_KEY",
|
|
99603
99624
|
BENTO_CLOUD_API_ENDPOINT: "$vars.BENTO_CLOUD_API_ENDPOINT"
|
|
99604
99625
|
}
|
|
@@ -99635,7 +99656,7 @@ var bfl = {
|
|
|
99635
99656
|
},
|
|
99636
99657
|
access: {
|
|
99637
99658
|
kind: "static",
|
|
99638
|
-
|
|
99659
|
+
envBindings: {
|
|
99639
99660
|
BFL_API_KEY: "$secrets.BFL_API_KEY"
|
|
99640
99661
|
}
|
|
99641
99662
|
},
|
|
@@ -99668,7 +99689,7 @@ var bitrefill = {
|
|
|
99668
99689
|
},
|
|
99669
99690
|
access: {
|
|
99670
99691
|
kind: "static",
|
|
99671
|
-
|
|
99692
|
+
envBindings: {
|
|
99672
99693
|
BITREFILL_TOKEN: "$secrets.BITREFILL_TOKEN"
|
|
99673
99694
|
}
|
|
99674
99695
|
},
|
|
@@ -99702,7 +99723,7 @@ var bitrix = {
|
|
|
99702
99723
|
},
|
|
99703
99724
|
access: {
|
|
99704
99725
|
kind: "static",
|
|
99705
|
-
|
|
99726
|
+
envBindings: {
|
|
99706
99727
|
BITRIX_WEBHOOK_URL: "$secrets.BITRIX_WEBHOOK_URL"
|
|
99707
99728
|
}
|
|
99708
99729
|
},
|
|
@@ -99738,7 +99759,7 @@ var bland = {
|
|
|
99738
99759
|
},
|
|
99739
99760
|
access: {
|
|
99740
99761
|
kind: "static",
|
|
99741
|
-
|
|
99762
|
+
envBindings: {
|
|
99742
99763
|
BLAND_API_KEY: "$secrets.BLAND_API_KEY"
|
|
99743
99764
|
}
|
|
99744
99765
|
},
|
|
@@ -99772,7 +99793,7 @@ var braveSearch = {
|
|
|
99772
99793
|
},
|
|
99773
99794
|
access: {
|
|
99774
99795
|
kind: "static",
|
|
99775
|
-
|
|
99796
|
+
envBindings: {
|
|
99776
99797
|
BRAVE_API_KEY: "$secrets.BRAVE_API_KEY"
|
|
99777
99798
|
}
|
|
99778
99799
|
},
|
|
@@ -99807,7 +99828,7 @@ var brex = {
|
|
|
99807
99828
|
},
|
|
99808
99829
|
access: {
|
|
99809
99830
|
kind: "static",
|
|
99810
|
-
|
|
99831
|
+
envBindings: {
|
|
99811
99832
|
BREX_TOKEN: "$secrets.BREX_TOKEN"
|
|
99812
99833
|
}
|
|
99813
99834
|
},
|
|
@@ -99841,7 +99862,7 @@ var brevo = {
|
|
|
99841
99862
|
},
|
|
99842
99863
|
access: {
|
|
99843
99864
|
kind: "static",
|
|
99844
|
-
|
|
99865
|
+
envBindings: {
|
|
99845
99866
|
BREVO_TOKEN: "$secrets.BREVO_TOKEN"
|
|
99846
99867
|
}
|
|
99847
99868
|
},
|
|
@@ -99874,7 +99895,7 @@ var brightData = {
|
|
|
99874
99895
|
},
|
|
99875
99896
|
access: {
|
|
99876
99897
|
kind: "static",
|
|
99877
|
-
|
|
99898
|
+
envBindings: {
|
|
99878
99899
|
BRIGHTDATA_TOKEN: "$secrets.BRIGHTDATA_TOKEN"
|
|
99879
99900
|
}
|
|
99880
99901
|
},
|
|
@@ -99912,7 +99933,7 @@ var browserbase = {
|
|
|
99912
99933
|
},
|
|
99913
99934
|
access: {
|
|
99914
99935
|
kind: "static",
|
|
99915
|
-
|
|
99936
|
+
envBindings: {
|
|
99916
99937
|
BROWSERBASE_TOKEN: "$secrets.BROWSERBASE_TOKEN",
|
|
99917
99938
|
BROWSERBASE_PROJECT_ID: "$vars.BROWSERBASE_PROJECT_ID"
|
|
99918
99939
|
}
|
|
@@ -99947,7 +99968,7 @@ var browserless = {
|
|
|
99947
99968
|
},
|
|
99948
99969
|
access: {
|
|
99949
99970
|
kind: "static",
|
|
99950
|
-
|
|
99971
|
+
envBindings: {
|
|
99951
99972
|
BROWSERLESS_TOKEN: "$secrets.BROWSERLESS_TOKEN"
|
|
99952
99973
|
}
|
|
99953
99974
|
},
|
|
@@ -99987,7 +100008,7 @@ var browserstack = {
|
|
|
99987
100008
|
},
|
|
99988
100009
|
access: {
|
|
99989
100010
|
kind: "static",
|
|
99990
|
-
|
|
100011
|
+
envBindings: {
|
|
99991
100012
|
BROWSERSTACK_USERNAME: "$secrets.BROWSERSTACK_USERNAME",
|
|
99992
100013
|
BROWSERSTACK_ACCESS_KEY: "$secrets.BROWSERSTACK_ACCESS_KEY"
|
|
99993
100014
|
}
|
|
@@ -100022,7 +100043,7 @@ var browserUse = {
|
|
|
100022
100043
|
},
|
|
100023
100044
|
access: {
|
|
100024
100045
|
kind: "static",
|
|
100025
|
-
|
|
100046
|
+
envBindings: {
|
|
100026
100047
|
BROWSER_USE_TOKEN: "$secrets.BROWSER_USE_TOKEN"
|
|
100027
100048
|
}
|
|
100028
100049
|
},
|
|
@@ -100056,7 +100077,7 @@ var bubblemaps = {
|
|
|
100056
100077
|
},
|
|
100057
100078
|
access: {
|
|
100058
100079
|
kind: "static",
|
|
100059
|
-
|
|
100080
|
+
envBindings: {
|
|
100060
100081
|
BUBBLEMAPS_API_KEY: "$secrets.BUBBLEMAPS_API_KEY"
|
|
100061
100082
|
}
|
|
100062
100083
|
},
|
|
@@ -100090,7 +100111,7 @@ var buffer = {
|
|
|
100090
100111
|
},
|
|
100091
100112
|
access: {
|
|
100092
100113
|
kind: "static",
|
|
100093
|
-
|
|
100114
|
+
envBindings: {
|
|
100094
100115
|
BUFFER_TOKEN: "$secrets.BUFFER_TOKEN"
|
|
100095
100116
|
}
|
|
100096
100117
|
},
|
|
@@ -100123,7 +100144,7 @@ var builtwith = {
|
|
|
100123
100144
|
},
|
|
100124
100145
|
access: {
|
|
100125
100146
|
kind: "static",
|
|
100126
|
-
|
|
100147
|
+
envBindings: {
|
|
100127
100148
|
BUILTWITH_TOKEN: "$secrets.BUILTWITH_TOKEN"
|
|
100128
100149
|
}
|
|
100129
100150
|
},
|
|
@@ -100157,7 +100178,7 @@ var calCom = {
|
|
|
100157
100178
|
},
|
|
100158
100179
|
access: {
|
|
100159
100180
|
kind: "static",
|
|
100160
|
-
|
|
100181
|
+
envBindings: {
|
|
100161
100182
|
CALCOM_TOKEN: "$secrets.CALCOM_TOKEN"
|
|
100162
100183
|
}
|
|
100163
100184
|
},
|
|
@@ -100191,7 +100212,7 @@ var calendly = {
|
|
|
100191
100212
|
},
|
|
100192
100213
|
access: {
|
|
100193
100214
|
kind: "static",
|
|
100194
|
-
|
|
100215
|
+
envBindings: {
|
|
100195
100216
|
CALENDLY_TOKEN: "$secrets.CALENDLY_TOKEN"
|
|
100196
100217
|
}
|
|
100197
100218
|
},
|
|
@@ -100242,7 +100263,7 @@ var canva = {
|
|
|
100242
100263
|
kind: "refresh-token",
|
|
100243
100264
|
accessToken: "CANVA_ACCESS_TOKEN",
|
|
100244
100265
|
refreshToken: "CANVA_REFRESH_TOKEN",
|
|
100245
|
-
|
|
100266
|
+
envBindings: {
|
|
100246
100267
|
CANVA_TOKEN: "$secrets.CANVA_ACCESS_TOKEN"
|
|
100247
100268
|
}
|
|
100248
100269
|
},
|
|
@@ -100276,7 +100297,7 @@ var chatwoot = {
|
|
|
100276
100297
|
},
|
|
100277
100298
|
access: {
|
|
100278
100299
|
kind: "static",
|
|
100279
|
-
|
|
100300
|
+
envBindings: {
|
|
100280
100301
|
CHATWOOT_TOKEN: "$secrets.CHATWOOT_TOKEN"
|
|
100281
100302
|
}
|
|
100282
100303
|
},
|
|
@@ -100317,7 +100338,7 @@ var checkr = {
|
|
|
100317
100338
|
},
|
|
100318
100339
|
access: {
|
|
100319
100340
|
kind: "static",
|
|
100320
|
-
|
|
100341
|
+
envBindings: {
|
|
100321
100342
|
CHECKR_TOKEN: "$secrets.CHECKR_TOKEN"
|
|
100322
100343
|
}
|
|
100323
100344
|
},
|
|
@@ -100350,7 +100371,7 @@ var clado = {
|
|
|
100350
100371
|
},
|
|
100351
100372
|
access: {
|
|
100352
100373
|
kind: "static",
|
|
100353
|
-
|
|
100374
|
+
envBindings: {
|
|
100354
100375
|
CLADO_TOKEN: "$secrets.CLADO_TOKEN"
|
|
100355
100376
|
}
|
|
100356
100377
|
},
|
|
@@ -100384,7 +100405,7 @@ var clerk = {
|
|
|
100384
100405
|
},
|
|
100385
100406
|
access: {
|
|
100386
100407
|
kind: "static",
|
|
100387
|
-
|
|
100408
|
+
envBindings: {
|
|
100388
100409
|
CLERK_TOKEN: "$secrets.CLERK_TOKEN"
|
|
100389
100410
|
}
|
|
100390
100411
|
},
|
|
@@ -100418,7 +100439,7 @@ var clearbit = {
|
|
|
100418
100439
|
},
|
|
100419
100440
|
access: {
|
|
100420
100441
|
kind: "static",
|
|
100421
|
-
|
|
100442
|
+
envBindings: {
|
|
100422
100443
|
CLEARBIT_TOKEN: "$secrets.CLEARBIT_TOKEN"
|
|
100423
100444
|
}
|
|
100424
100445
|
},
|
|
@@ -100452,7 +100473,7 @@ var clickup = {
|
|
|
100452
100473
|
},
|
|
100453
100474
|
access: {
|
|
100454
100475
|
kind: "static",
|
|
100455
|
-
|
|
100476
|
+
envBindings: {
|
|
100456
100477
|
CLICKUP_TOKEN: "$secrets.CLICKUP_TOKEN"
|
|
100457
100478
|
}
|
|
100458
100479
|
},
|
|
@@ -100490,7 +100511,7 @@ var close2 = {
|
|
|
100490
100511
|
kind: "refresh-token",
|
|
100491
100512
|
accessToken: "CLOSE_ACCESS_TOKEN",
|
|
100492
100513
|
refreshToken: "CLOSE_REFRESH_TOKEN",
|
|
100493
|
-
|
|
100514
|
+
envBindings: {
|
|
100494
100515
|
CLOSE_TOKEN: "$secrets.CLOSE_ACCESS_TOKEN"
|
|
100495
100516
|
}
|
|
100496
100517
|
},
|
|
@@ -100523,7 +100544,7 @@ var cloudflare = {
|
|
|
100523
100544
|
},
|
|
100524
100545
|
access: {
|
|
100525
100546
|
kind: "static",
|
|
100526
|
-
|
|
100547
|
+
envBindings: {
|
|
100527
100548
|
CLOUDFLARE_TOKEN: "$secrets.CLOUDFLARE_TOKEN"
|
|
100528
100549
|
}
|
|
100529
100550
|
},
|
|
@@ -100566,7 +100587,7 @@ var cloudinary = {
|
|
|
100566
100587
|
},
|
|
100567
100588
|
access: {
|
|
100568
100589
|
kind: "static",
|
|
100569
|
-
|
|
100590
|
+
envBindings: {
|
|
100570
100591
|
CLOUDINARY_TOKEN: "$secrets.CLOUDINARY_TOKEN",
|
|
100571
100592
|
CLOUDINARY_API_SECRET: "$secrets.CLOUDINARY_API_SECRET",
|
|
100572
100593
|
CLOUDINARY_CLOUD_NAME: "$vars.CLOUDINARY_CLOUD_NAME"
|
|
@@ -100602,7 +100623,7 @@ var coda = {
|
|
|
100602
100623
|
},
|
|
100603
100624
|
access: {
|
|
100604
100625
|
kind: "static",
|
|
100605
|
-
|
|
100626
|
+
envBindings: {
|
|
100606
100627
|
CODA_TOKEN: "$secrets.CODA_TOKEN"
|
|
100607
100628
|
}
|
|
100608
100629
|
},
|
|
@@ -100636,7 +100657,7 @@ var coingecko = {
|
|
|
100636
100657
|
},
|
|
100637
100658
|
access: {
|
|
100638
100659
|
kind: "static",
|
|
100639
|
-
|
|
100660
|
+
envBindings: {
|
|
100640
100661
|
COINGECKO_TOKEN: "$secrets.COINGECKO_TOKEN"
|
|
100641
100662
|
}
|
|
100642
100663
|
},
|
|
@@ -100670,7 +100691,7 @@ var coresignal = {
|
|
|
100670
100691
|
},
|
|
100671
100692
|
access: {
|
|
100672
100693
|
kind: "static",
|
|
100673
|
-
|
|
100694
|
+
envBindings: {
|
|
100674
100695
|
CORESIGNAL_TOKEN: "$secrets.CORESIGNAL_TOKEN"
|
|
100675
100696
|
}
|
|
100676
100697
|
},
|
|
@@ -100708,7 +100729,7 @@ var cronlytic = {
|
|
|
100708
100729
|
},
|
|
100709
100730
|
access: {
|
|
100710
100731
|
kind: "static",
|
|
100711
|
-
|
|
100732
|
+
envBindings: {
|
|
100712
100733
|
CRONLYTIC_API_KEY: "$secrets.CRONLYTIC_API_KEY",
|
|
100713
100734
|
CRONLYTIC_USER_ID: "$vars.CRONLYTIC_USER_ID"
|
|
100714
100735
|
}
|
|
@@ -100742,7 +100763,7 @@ var crustdata = {
|
|
|
100742
100763
|
},
|
|
100743
100764
|
access: {
|
|
100744
100765
|
kind: "static",
|
|
100745
|
-
|
|
100766
|
+
envBindings: {
|
|
100746
100767
|
CRUSTDATA_TOKEN: "$secrets.CRUSTDATA_TOKEN"
|
|
100747
100768
|
}
|
|
100748
100769
|
},
|
|
@@ -100775,7 +100796,7 @@ var customerIo = {
|
|
|
100775
100796
|
},
|
|
100776
100797
|
access: {
|
|
100777
100798
|
kind: "static",
|
|
100778
|
-
|
|
100799
|
+
envBindings: {
|
|
100779
100800
|
CUSTOMERIO_APP_TOKEN: "$secrets.CUSTOMERIO_APP_TOKEN"
|
|
100780
100801
|
}
|
|
100781
100802
|
},
|
|
@@ -100809,7 +100830,7 @@ var db9 = {
|
|
|
100809
100830
|
},
|
|
100810
100831
|
access: {
|
|
100811
100832
|
kind: "static",
|
|
100812
|
-
|
|
100833
|
+
envBindings: {
|
|
100813
100834
|
DB9_API_KEY: "$secrets.DB9_API_KEY"
|
|
100814
100835
|
}
|
|
100815
100836
|
},
|
|
@@ -100856,7 +100877,7 @@ var deel = {
|
|
|
100856
100877
|
kind: "refresh-token",
|
|
100857
100878
|
accessToken: "DEEL_ACCESS_TOKEN",
|
|
100858
100879
|
refreshToken: "DEEL_REFRESH_TOKEN",
|
|
100859
|
-
|
|
100880
|
+
envBindings: {
|
|
100860
100881
|
DEEL_TOKEN: "$secrets.DEEL_ACCESS_TOKEN"
|
|
100861
100882
|
}
|
|
100862
100883
|
},
|
|
@@ -100876,7 +100897,7 @@ var deel = {
|
|
|
100876
100897
|
},
|
|
100877
100898
|
access: {
|
|
100878
100899
|
kind: "static",
|
|
100879
|
-
|
|
100900
|
+
envBindings: {
|
|
100880
100901
|
DEEL_TOKEN: "$secrets.DEEL_TOKEN"
|
|
100881
100902
|
}
|
|
100882
100903
|
},
|
|
@@ -100910,7 +100931,7 @@ var defillama = {
|
|
|
100910
100931
|
},
|
|
100911
100932
|
access: {
|
|
100912
100933
|
kind: "static",
|
|
100913
|
-
|
|
100934
|
+
envBindings: {
|
|
100914
100935
|
DEFILLAMA_TOKEN: "$secrets.DEFILLAMA_TOKEN"
|
|
100915
100936
|
}
|
|
100916
100937
|
},
|
|
@@ -100945,7 +100966,7 @@ var deepseek = {
|
|
|
100945
100966
|
},
|
|
100946
100967
|
access: {
|
|
100947
100968
|
kind: "static",
|
|
100948
|
-
|
|
100969
|
+
envBindings: {
|
|
100949
100970
|
DEEPSEEK_TOKEN: "$secrets.DEEPSEEK_TOKEN"
|
|
100950
100971
|
}
|
|
100951
100972
|
},
|
|
@@ -100979,7 +101000,7 @@ var devto = {
|
|
|
100979
101000
|
},
|
|
100980
101001
|
access: {
|
|
100981
101002
|
kind: "static",
|
|
100982
|
-
|
|
101003
|
+
envBindings: {
|
|
100983
101004
|
DEVTO_TOKEN: "$secrets.DEVTO_TOKEN"
|
|
100984
101005
|
}
|
|
100985
101006
|
},
|
|
@@ -101012,7 +101033,7 @@ var diffbot = {
|
|
|
101012
101033
|
},
|
|
101013
101034
|
access: {
|
|
101014
101035
|
kind: "static",
|
|
101015
|
-
|
|
101036
|
+
envBindings: {
|
|
101016
101037
|
DIFFBOT_TOKEN: "$secrets.DIFFBOT_TOKEN"
|
|
101017
101038
|
}
|
|
101018
101039
|
},
|
|
@@ -101047,7 +101068,7 @@ var dify = {
|
|
|
101047
101068
|
},
|
|
101048
101069
|
access: {
|
|
101049
101070
|
kind: "static",
|
|
101050
|
-
|
|
101071
|
+
envBindings: {
|
|
101051
101072
|
DIFY_TOKEN: "$secrets.DIFY_TOKEN"
|
|
101052
101073
|
}
|
|
101053
101074
|
},
|
|
@@ -101081,7 +101102,7 @@ var discord = {
|
|
|
101081
101102
|
},
|
|
101082
101103
|
access: {
|
|
101083
101104
|
kind: "static",
|
|
101084
|
-
|
|
101105
|
+
envBindings: {
|
|
101085
101106
|
DISCORD_BOT_TOKEN: "$secrets.DISCORD_BOT_TOKEN"
|
|
101086
101107
|
}
|
|
101087
101108
|
},
|
|
@@ -101115,7 +101136,7 @@ var discordWebhook = {
|
|
|
101115
101136
|
},
|
|
101116
101137
|
access: {
|
|
101117
101138
|
kind: "static",
|
|
101118
|
-
|
|
101139
|
+
envBindings: {
|
|
101119
101140
|
DISCORD_WEBHOOK_URL: "$secrets.DISCORD_WEBHOOK_URL"
|
|
101120
101141
|
}
|
|
101121
101142
|
},
|
|
@@ -101149,7 +101170,7 @@ var doppler = {
|
|
|
101149
101170
|
},
|
|
101150
101171
|
access: {
|
|
101151
101172
|
kind: "static",
|
|
101152
|
-
|
|
101173
|
+
envBindings: {
|
|
101153
101174
|
DOPPLER_TOKEN: "$secrets.DOPPLER_TOKEN"
|
|
101154
101175
|
}
|
|
101155
101176
|
},
|
|
@@ -101185,7 +101206,7 @@ var doubao = {
|
|
|
101185
101206
|
},
|
|
101186
101207
|
access: {
|
|
101187
101208
|
kind: "static",
|
|
101188
|
-
|
|
101209
|
+
envBindings: {
|
|
101189
101210
|
DOUBAO_API_KEY: "$secrets.DOUBAO_API_KEY"
|
|
101190
101211
|
}
|
|
101191
101212
|
},
|
|
@@ -101219,7 +101240,7 @@ var drive9 = {
|
|
|
101219
101240
|
},
|
|
101220
101241
|
access: {
|
|
101221
101242
|
kind: "static",
|
|
101222
|
-
|
|
101243
|
+
envBindings: {
|
|
101223
101244
|
DRIVE9_TOKEN: "$secrets.DRIVE9_TOKEN"
|
|
101224
101245
|
}
|
|
101225
101246
|
},
|
|
@@ -101261,7 +101282,7 @@ var dropbox = {
|
|
|
101261
101282
|
kind: "refresh-token",
|
|
101262
101283
|
accessToken: "DROPBOX_ACCESS_TOKEN",
|
|
101263
101284
|
refreshToken: "DROPBOX_REFRESH_TOKEN",
|
|
101264
|
-
|
|
101285
|
+
envBindings: {
|
|
101265
101286
|
DROPBOX_TOKEN: "$secrets.DROPBOX_ACCESS_TOKEN"
|
|
101266
101287
|
}
|
|
101267
101288
|
},
|
|
@@ -101282,7 +101303,7 @@ var dropbox = {
|
|
|
101282
101303
|
},
|
|
101283
101304
|
access: {
|
|
101284
101305
|
kind: "static",
|
|
101285
|
-
|
|
101306
|
+
envBindings: {
|
|
101286
101307
|
DROPBOX_TOKEN: "$secrets.DROPBOX_TOKEN"
|
|
101287
101308
|
}
|
|
101288
101309
|
},
|
|
@@ -101317,7 +101338,7 @@ var dropboxSign = {
|
|
|
101317
101338
|
},
|
|
101318
101339
|
access: {
|
|
101319
101340
|
kind: "static",
|
|
101320
|
-
|
|
101341
|
+
envBindings: {
|
|
101321
101342
|
DROPBOX_SIGN_TOKEN: "$secrets.DROPBOX_SIGN_TOKEN"
|
|
101322
101343
|
}
|
|
101323
101344
|
},
|
|
@@ -101351,7 +101372,7 @@ var duffel = {
|
|
|
101351
101372
|
},
|
|
101352
101373
|
access: {
|
|
101353
101374
|
kind: "static",
|
|
101354
|
-
|
|
101375
|
+
envBindings: {
|
|
101355
101376
|
DUFFEL_TOKEN: "$secrets.DUFFEL_TOKEN"
|
|
101356
101377
|
}
|
|
101357
101378
|
},
|
|
@@ -101385,7 +101406,7 @@ var e2b = {
|
|
|
101385
101406
|
},
|
|
101386
101407
|
access: {
|
|
101387
101408
|
kind: "static",
|
|
101388
|
-
|
|
101409
|
+
envBindings: {
|
|
101389
101410
|
E2B_TOKEN: "$secrets.E2B_TOKEN"
|
|
101390
101411
|
}
|
|
101391
101412
|
},
|
|
@@ -101420,7 +101441,7 @@ var elevenlabs = {
|
|
|
101420
101441
|
},
|
|
101421
101442
|
access: {
|
|
101422
101443
|
kind: "static",
|
|
101423
|
-
|
|
101444
|
+
envBindings: {
|
|
101424
101445
|
ELEVENLABS_TOKEN: "$secrets.ELEVENLABS_TOKEN"
|
|
101425
101446
|
}
|
|
101426
101447
|
},
|
|
@@ -101454,7 +101475,7 @@ var etsy = {
|
|
|
101454
101475
|
},
|
|
101455
101476
|
access: {
|
|
101456
101477
|
kind: "static",
|
|
101457
|
-
|
|
101478
|
+
envBindings: {
|
|
101458
101479
|
ETSY_TOKEN: "$secrets.ETSY_TOKEN"
|
|
101459
101480
|
}
|
|
101460
101481
|
},
|
|
@@ -101487,7 +101508,7 @@ var etherscan = {
|
|
|
101487
101508
|
},
|
|
101488
101509
|
access: {
|
|
101489
101510
|
kind: "static",
|
|
101490
|
-
|
|
101511
|
+
envBindings: {
|
|
101491
101512
|
ETHERSCAN_API_KEY: "$secrets.ETHERSCAN_API_KEY"
|
|
101492
101513
|
}
|
|
101493
101514
|
},
|
|
@@ -101521,7 +101542,7 @@ var exa = {
|
|
|
101521
101542
|
},
|
|
101522
101543
|
access: {
|
|
101523
101544
|
kind: "static",
|
|
101524
|
-
|
|
101545
|
+
envBindings: {
|
|
101525
101546
|
EXA_TOKEN: "$secrets.EXA_TOKEN"
|
|
101526
101547
|
}
|
|
101527
101548
|
},
|
|
@@ -101555,7 +101576,7 @@ var explorium = {
|
|
|
101555
101576
|
},
|
|
101556
101577
|
access: {
|
|
101557
101578
|
kind: "static",
|
|
101558
|
-
|
|
101579
|
+
envBindings: {
|
|
101559
101580
|
EXPLORIUM_TOKEN: "$secrets.EXPLORIUM_TOKEN"
|
|
101560
101581
|
}
|
|
101561
101582
|
},
|
|
@@ -101597,7 +101618,7 @@ var faire = {
|
|
|
101597
101618
|
},
|
|
101598
101619
|
access: {
|
|
101599
101620
|
kind: "static",
|
|
101600
|
-
|
|
101621
|
+
envBindings: {
|
|
101601
101622
|
FAIRE_TOKEN: "$secrets.FAIRE_TOKEN"
|
|
101602
101623
|
}
|
|
101603
101624
|
},
|
|
@@ -101632,7 +101653,7 @@ var fal = {
|
|
|
101632
101653
|
},
|
|
101633
101654
|
access: {
|
|
101634
101655
|
kind: "static",
|
|
101635
|
-
|
|
101656
|
+
envBindings: {
|
|
101636
101657
|
FAL_TOKEN: "$secrets.FAL_TOKEN"
|
|
101637
101658
|
}
|
|
101638
101659
|
},
|
|
@@ -101680,7 +101701,7 @@ var figma = {
|
|
|
101680
101701
|
kind: "refresh-token",
|
|
101681
101702
|
accessToken: "FIGMA_ACCESS_TOKEN",
|
|
101682
101703
|
refreshToken: "FIGMA_REFRESH_TOKEN",
|
|
101683
|
-
|
|
101704
|
+
envBindings: {
|
|
101684
101705
|
FIGMA_TOKEN: "$secrets.FIGMA_ACCESS_TOKEN"
|
|
101685
101706
|
}
|
|
101686
101707
|
},
|
|
@@ -101701,7 +101722,7 @@ var figma = {
|
|
|
101701
101722
|
},
|
|
101702
101723
|
access: {
|
|
101703
101724
|
kind: "static",
|
|
101704
|
-
|
|
101725
|
+
envBindings: {
|
|
101705
101726
|
FIGMA_TOKEN: "$secrets.FIGMA_TOKEN"
|
|
101706
101727
|
}
|
|
101707
101728
|
},
|
|
@@ -101735,7 +101756,7 @@ var firecrawl = {
|
|
|
101735
101756
|
},
|
|
101736
101757
|
access: {
|
|
101737
101758
|
kind: "static",
|
|
101738
|
-
|
|
101759
|
+
envBindings: {
|
|
101739
101760
|
FIRECRAWL_TOKEN: "$secrets.FIRECRAWL_TOKEN"
|
|
101740
101761
|
}
|
|
101741
101762
|
},
|
|
@@ -101768,7 +101789,7 @@ var fireflies = {
|
|
|
101768
101789
|
},
|
|
101769
101790
|
access: {
|
|
101770
101791
|
kind: "static",
|
|
101771
|
-
|
|
101792
|
+
envBindings: {
|
|
101772
101793
|
FIREFLIES_TOKEN: "$secrets.FIREFLIES_TOKEN"
|
|
101773
101794
|
}
|
|
101774
101795
|
},
|
|
@@ -101801,7 +101822,7 @@ var flightaware = {
|
|
|
101801
101822
|
},
|
|
101802
101823
|
access: {
|
|
101803
101824
|
kind: "static",
|
|
101804
|
-
|
|
101825
|
+
envBindings: {
|
|
101805
101826
|
FLIGHTAWARE_TOKEN: "$secrets.FLIGHTAWARE_TOKEN"
|
|
101806
101827
|
}
|
|
101807
101828
|
},
|
|
@@ -101841,7 +101862,7 @@ var freshdesk = {
|
|
|
101841
101862
|
},
|
|
101842
101863
|
access: {
|
|
101843
101864
|
kind: "static",
|
|
101844
|
-
|
|
101865
|
+
envBindings: {
|
|
101845
101866
|
FRESHDESK_TOKEN: "$secrets.FRESHDESK_TOKEN",
|
|
101846
101867
|
FRESHDESK_DOMAIN: "$vars.FRESHDESK_DOMAIN"
|
|
101847
101868
|
}
|
|
@@ -101877,7 +101898,7 @@ var gamma = {
|
|
|
101877
101898
|
},
|
|
101878
101899
|
access: {
|
|
101879
101900
|
kind: "static",
|
|
101880
|
-
|
|
101901
|
+
envBindings: {
|
|
101881
101902
|
GAMMA_TOKEN: "$secrets.GAMMA_TOKEN"
|
|
101882
101903
|
}
|
|
101883
101904
|
},
|
|
@@ -101915,7 +101936,7 @@ var garminConnect = {
|
|
|
101915
101936
|
kind: "refresh-token",
|
|
101916
101937
|
accessToken: "GARMIN_CONNECT_ACCESS_TOKEN",
|
|
101917
101938
|
refreshToken: "GARMIN_CONNECT_REFRESH_TOKEN",
|
|
101918
|
-
|
|
101939
|
+
envBindings: {
|
|
101919
101940
|
GARMIN_CONNECT_TOKEN: "$secrets.GARMIN_CONNECT_ACCESS_TOKEN"
|
|
101920
101941
|
}
|
|
101921
101942
|
},
|
|
@@ -101951,7 +101972,7 @@ var gemini = {
|
|
|
101951
101972
|
},
|
|
101952
101973
|
access: {
|
|
101953
101974
|
kind: "static",
|
|
101954
|
-
|
|
101975
|
+
envBindings: {
|
|
101955
101976
|
GEMINI_TOKEN: "$secrets.GEMINI_TOKEN"
|
|
101956
101977
|
}
|
|
101957
101978
|
},
|
|
@@ -101991,7 +102012,7 @@ var gitlab = {
|
|
|
101991
102012
|
},
|
|
101992
102013
|
access: {
|
|
101993
102014
|
kind: "static",
|
|
101994
|
-
|
|
102015
|
+
envBindings: {
|
|
101995
102016
|
GITLAB_TOKEN: "$secrets.GITLAB_TOKEN",
|
|
101996
102017
|
GITLAB_HOST: "$vars.GITLAB_HOST"
|
|
101997
102018
|
}
|
|
@@ -102036,7 +102057,7 @@ var gong = {
|
|
|
102036
102057
|
},
|
|
102037
102058
|
access: {
|
|
102038
102059
|
kind: "static",
|
|
102039
|
-
|
|
102060
|
+
envBindings: {
|
|
102040
102061
|
GONG_ACCESS_KEY: "$secrets.GONG_ACCESS_KEY",
|
|
102041
102062
|
GONG_ACCESS_KEY_SECRET: "$secrets.GONG_ACCESS_KEY_SECRET",
|
|
102042
102063
|
GONG_API_BASE: "$vars.GONG_API_BASE"
|
|
@@ -102072,7 +102093,7 @@ var granola = {
|
|
|
102072
102093
|
},
|
|
102073
102094
|
access: {
|
|
102074
102095
|
kind: "static",
|
|
102075
|
-
|
|
102096
|
+
envBindings: {
|
|
102076
102097
|
GRANOLA_TOKEN: "$secrets.GRANOLA_TOKEN"
|
|
102077
102098
|
}
|
|
102078
102099
|
},
|
|
@@ -102106,7 +102127,7 @@ var greenhouse = {
|
|
|
102106
102127
|
},
|
|
102107
102128
|
access: {
|
|
102108
102129
|
kind: "static",
|
|
102109
|
-
|
|
102130
|
+
envBindings: {
|
|
102110
102131
|
GREENHOUSE_TOKEN: "$secrets.GREENHOUSE_TOKEN"
|
|
102111
102132
|
}
|
|
102112
102133
|
},
|
|
@@ -102142,7 +102163,7 @@ var groq = {
|
|
|
102142
102163
|
},
|
|
102143
102164
|
access: {
|
|
102144
102165
|
kind: "static",
|
|
102145
|
-
|
|
102166
|
+
envBindings: {
|
|
102146
102167
|
GROQ_TOKEN: "$secrets.GROQ_TOKEN"
|
|
102147
102168
|
}
|
|
102148
102169
|
},
|
|
@@ -102176,7 +102197,7 @@ var helicone = {
|
|
|
102176
102197
|
},
|
|
102177
102198
|
access: {
|
|
102178
102199
|
kind: "static",
|
|
102179
|
-
|
|
102200
|
+
envBindings: {
|
|
102180
102201
|
HELICONE_TOKEN: "$secrets.HELICONE_TOKEN"
|
|
102181
102202
|
}
|
|
102182
102203
|
},
|
|
@@ -102211,7 +102232,7 @@ var heygen = {
|
|
|
102211
102232
|
},
|
|
102212
102233
|
access: {
|
|
102213
102234
|
kind: "static",
|
|
102214
|
-
|
|
102235
|
+
envBindings: {
|
|
102215
102236
|
HEYGEN_TOKEN: "$secrets.HEYGEN_TOKEN"
|
|
102216
102237
|
}
|
|
102217
102238
|
},
|
|
@@ -102250,7 +102271,7 @@ var htmlcsstoimage = {
|
|
|
102250
102271
|
},
|
|
102251
102272
|
access: {
|
|
102252
102273
|
kind: "static",
|
|
102253
|
-
|
|
102274
|
+
envBindings: {
|
|
102254
102275
|
HCTI_API_KEY: "$secrets.HCTI_API_KEY",
|
|
102255
102276
|
HCTI_USER_ID: "$vars.HCTI_USER_ID"
|
|
102256
102277
|
}
|
|
@@ -102285,7 +102306,7 @@ var honcho = {
|
|
|
102285
102306
|
},
|
|
102286
102307
|
access: {
|
|
102287
102308
|
kind: "static",
|
|
102288
|
-
|
|
102309
|
+
envBindings: {
|
|
102289
102310
|
HONCHO_API_KEY: "$secrets.HONCHO_API_KEY"
|
|
102290
102311
|
}
|
|
102291
102312
|
},
|
|
@@ -102320,7 +102341,7 @@ var huggingFace = {
|
|
|
102320
102341
|
},
|
|
102321
102342
|
access: {
|
|
102322
102343
|
kind: "static",
|
|
102323
|
-
|
|
102344
|
+
envBindings: {
|
|
102324
102345
|
HUGGING_FACE_TOKEN: "$secrets.HUGGING_FACE_TOKEN"
|
|
102325
102346
|
}
|
|
102326
102347
|
},
|
|
@@ -102354,7 +102375,7 @@ var hume = {
|
|
|
102354
102375
|
},
|
|
102355
102376
|
access: {
|
|
102356
102377
|
kind: "static",
|
|
102357
|
-
|
|
102378
|
+
envBindings: {
|
|
102358
102379
|
HUME_TOKEN: "$secrets.HUME_TOKEN"
|
|
102359
102380
|
}
|
|
102360
102381
|
},
|
|
@@ -102387,7 +102408,7 @@ var hunter = {
|
|
|
102387
102408
|
},
|
|
102388
102409
|
access: {
|
|
102389
102410
|
kind: "static",
|
|
102390
|
-
|
|
102411
|
+
envBindings: {
|
|
102391
102412
|
HUNTER_TOKEN: "$secrets.HUNTER_TOKEN"
|
|
102392
102413
|
}
|
|
102393
102414
|
},
|
|
@@ -102421,7 +102442,7 @@ var imgur = {
|
|
|
102421
102442
|
},
|
|
102422
102443
|
access: {
|
|
102423
102444
|
kind: "static",
|
|
102424
|
-
|
|
102445
|
+
envBindings: {
|
|
102425
102446
|
IMGUR_CLIENT_ID: "$secrets.IMGUR_CLIENT_ID"
|
|
102426
102447
|
}
|
|
102427
102448
|
},
|
|
@@ -102455,7 +102476,7 @@ var infisical = {
|
|
|
102455
102476
|
},
|
|
102456
102477
|
access: {
|
|
102457
102478
|
kind: "static",
|
|
102458
|
-
|
|
102479
|
+
envBindings: {
|
|
102459
102480
|
INFISICAL_TOKEN: "$secrets.INFISICAL_TOKEN"
|
|
102460
102481
|
}
|
|
102461
102482
|
},
|
|
@@ -102493,7 +102514,7 @@ var instagram = {
|
|
|
102493
102514
|
},
|
|
102494
102515
|
access: {
|
|
102495
102516
|
kind: "static",
|
|
102496
|
-
|
|
102517
|
+
envBindings: {
|
|
102497
102518
|
INSTAGRAM_TOKEN: "$secrets.INSTAGRAM_TOKEN",
|
|
102498
102519
|
INSTAGRAM_BUSINESS_ACCOUNT_ID: "$vars.INSTAGRAM_BUSINESS_ACCOUNT_ID"
|
|
102499
102520
|
}
|
|
@@ -102528,7 +102549,7 @@ var instantly = {
|
|
|
102528
102549
|
},
|
|
102529
102550
|
access: {
|
|
102530
102551
|
kind: "static",
|
|
102531
|
-
|
|
102552
|
+
envBindings: {
|
|
102532
102553
|
INSTANTLY_API_KEY: "$secrets.INSTANTLY_API_KEY"
|
|
102533
102554
|
}
|
|
102534
102555
|
},
|
|
@@ -102561,7 +102582,7 @@ var intercom = {
|
|
|
102561
102582
|
},
|
|
102562
102583
|
access: {
|
|
102563
102584
|
kind: "static",
|
|
102564
|
-
|
|
102585
|
+
envBindings: {
|
|
102565
102586
|
INTERCOM_TOKEN: "$secrets.INTERCOM_TOKEN"
|
|
102566
102587
|
}
|
|
102567
102588
|
},
|
|
@@ -102601,7 +102622,7 @@ var ironclad = {
|
|
|
102601
102622
|
},
|
|
102602
102623
|
access: {
|
|
102603
102624
|
kind: "static",
|
|
102604
|
-
|
|
102625
|
+
envBindings: {
|
|
102605
102626
|
IRONCLAD_API_KEY: "$secrets.IRONCLAD_API_KEY",
|
|
102606
102627
|
IRONCLAD_HOST: "$vars.IRONCLAD_HOST"
|
|
102607
102628
|
}
|
|
@@ -102636,7 +102657,7 @@ var jam = {
|
|
|
102636
102657
|
},
|
|
102637
102658
|
access: {
|
|
102638
102659
|
kind: "static",
|
|
102639
|
-
|
|
102660
|
+
envBindings: {
|
|
102640
102661
|
JAM_TOKEN: "$secrets.JAM_TOKEN"
|
|
102641
102662
|
}
|
|
102642
102663
|
},
|
|
@@ -102682,7 +102703,7 @@ var jira = {
|
|
|
102682
102703
|
},
|
|
102683
102704
|
access: {
|
|
102684
102705
|
kind: "static",
|
|
102685
|
-
|
|
102706
|
+
envBindings: {
|
|
102686
102707
|
JIRA_API_TOKEN: "$secrets.JIRA_API_TOKEN",
|
|
102687
102708
|
JIRA_DOMAIN: "$vars.JIRA_DOMAIN",
|
|
102688
102709
|
JIRA_EMAIL: "$vars.JIRA_EMAIL"
|
|
@@ -102717,7 +102738,7 @@ var jotform = {
|
|
|
102717
102738
|
},
|
|
102718
102739
|
access: {
|
|
102719
102740
|
kind: "static",
|
|
102720
|
-
|
|
102741
|
+
envBindings: {
|
|
102721
102742
|
JOTFORM_TOKEN: "$secrets.JOTFORM_TOKEN"
|
|
102722
102743
|
}
|
|
102723
102744
|
},
|
|
@@ -102751,7 +102772,7 @@ var klaviyo = {
|
|
|
102751
102772
|
},
|
|
102752
102773
|
access: {
|
|
102753
102774
|
kind: "static",
|
|
102754
|
-
|
|
102775
|
+
envBindings: {
|
|
102755
102776
|
KLAVIYO_TOKEN: "$secrets.KLAVIYO_TOKEN"
|
|
102756
102777
|
}
|
|
102757
102778
|
},
|
|
@@ -102790,7 +102811,7 @@ var kommo = {
|
|
|
102790
102811
|
},
|
|
102791
102812
|
access: {
|
|
102792
102813
|
kind: "static",
|
|
102793
|
-
|
|
102814
|
+
envBindings: {
|
|
102794
102815
|
KOMMO_API_KEY: "$secrets.KOMMO_API_KEY",
|
|
102795
102816
|
KOMMO_SUBDOMAIN: "$vars.KOMMO_SUBDOMAIN"
|
|
102796
102817
|
}
|
|
@@ -102831,7 +102852,7 @@ var langfuse = {
|
|
|
102831
102852
|
},
|
|
102832
102853
|
access: {
|
|
102833
102854
|
kind: "static",
|
|
102834
|
-
|
|
102855
|
+
envBindings: {
|
|
102835
102856
|
LANGFUSE_PUBLIC_KEY: "$secrets.LANGFUSE_PUBLIC_KEY",
|
|
102836
102857
|
LANGFUSE_SECRET_KEY: "$secrets.LANGFUSE_SECRET_KEY"
|
|
102837
102858
|
}
|
|
@@ -102866,7 +102887,7 @@ var langsmith = {
|
|
|
102866
102887
|
},
|
|
102867
102888
|
access: {
|
|
102868
102889
|
kind: "static",
|
|
102869
|
-
|
|
102890
|
+
envBindings: {
|
|
102870
102891
|
LANGSMITH_TOKEN: "$secrets.LANGSMITH_TOKEN"
|
|
102871
102892
|
}
|
|
102872
102893
|
},
|
|
@@ -102906,7 +102927,7 @@ var lark = {
|
|
|
102906
102927
|
},
|
|
102907
102928
|
access: {
|
|
102908
102929
|
kind: "static",
|
|
102909
|
-
|
|
102930
|
+
envBindings: {
|
|
102910
102931
|
LARK_TOKEN: "$secrets.LARK_TOKEN",
|
|
102911
102932
|
LARK_APP_ID: "$vars.LARK_APP_ID"
|
|
102912
102933
|
}
|
|
@@ -102940,7 +102961,7 @@ var line = {
|
|
|
102940
102961
|
},
|
|
102941
102962
|
access: {
|
|
102942
102963
|
kind: "static",
|
|
102943
|
-
|
|
102964
|
+
envBindings: {
|
|
102944
102965
|
LINE_TOKEN: "$secrets.LINE_TOKEN"
|
|
102945
102966
|
}
|
|
102946
102967
|
},
|
|
@@ -102996,7 +103017,7 @@ var loops = {
|
|
|
102996
103017
|
},
|
|
102997
103018
|
access: {
|
|
102998
103019
|
kind: "static",
|
|
102999
|
-
|
|
103020
|
+
envBindings: {
|
|
103000
103021
|
LOOPS_TOKEN: "$secrets.LOOPS_TOKEN"
|
|
103001
103022
|
}
|
|
103002
103023
|
},
|
|
@@ -103031,7 +103052,7 @@ var luma = {
|
|
|
103031
103052
|
},
|
|
103032
103053
|
access: {
|
|
103033
103054
|
kind: "static",
|
|
103034
|
-
|
|
103055
|
+
envBindings: {
|
|
103035
103056
|
LUMA_API_KEY: "$secrets.LUMA_API_KEY"
|
|
103036
103057
|
}
|
|
103037
103058
|
},
|
|
@@ -103066,7 +103087,7 @@ var lumaAi = {
|
|
|
103066
103087
|
},
|
|
103067
103088
|
access: {
|
|
103068
103089
|
kind: "static",
|
|
103069
|
-
|
|
103090
|
+
envBindings: {
|
|
103070
103091
|
LUMA_TOKEN: "$secrets.LUMA_TOKEN"
|
|
103071
103092
|
}
|
|
103072
103093
|
},
|
|
@@ -103102,7 +103123,7 @@ var mailchimp = {
|
|
|
103102
103123
|
},
|
|
103103
103124
|
access: {
|
|
103104
103125
|
kind: "static",
|
|
103105
|
-
|
|
103126
|
+
envBindings: {
|
|
103106
103127
|
MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN"
|
|
103107
103128
|
}
|
|
103108
103129
|
},
|
|
@@ -103123,7 +103144,7 @@ var mailchimp = {
|
|
|
103123
103144
|
},
|
|
103124
103145
|
access: {
|
|
103125
103146
|
kind: "static",
|
|
103126
|
-
|
|
103147
|
+
envBindings: {
|
|
103127
103148
|
MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_TOKEN"
|
|
103128
103149
|
}
|
|
103129
103150
|
},
|
|
@@ -103157,7 +103178,7 @@ var mailsac = {
|
|
|
103157
103178
|
},
|
|
103158
103179
|
access: {
|
|
103159
103180
|
kind: "static",
|
|
103160
|
-
|
|
103181
|
+
envBindings: {
|
|
103161
103182
|
MAILSAC_TOKEN: "$secrets.MAILSAC_TOKEN"
|
|
103162
103183
|
}
|
|
103163
103184
|
},
|
|
@@ -103190,7 +103211,7 @@ var make = {
|
|
|
103190
103211
|
},
|
|
103191
103212
|
access: {
|
|
103192
103213
|
kind: "static",
|
|
103193
|
-
|
|
103214
|
+
envBindings: {
|
|
103194
103215
|
MAKE_TOKEN: "$secrets.MAKE_TOKEN"
|
|
103195
103216
|
}
|
|
103196
103217
|
},
|
|
@@ -103224,7 +103245,7 @@ var manus = {
|
|
|
103224
103245
|
},
|
|
103225
103246
|
access: {
|
|
103226
103247
|
kind: "static",
|
|
103227
|
-
|
|
103248
|
+
envBindings: {
|
|
103228
103249
|
MANUS_TOKEN: "$secrets.MANUS_TOKEN"
|
|
103229
103250
|
}
|
|
103230
103251
|
},
|
|
@@ -103258,7 +103279,7 @@ var mapbox = {
|
|
|
103258
103279
|
},
|
|
103259
103280
|
access: {
|
|
103260
103281
|
kind: "static",
|
|
103261
|
-
|
|
103282
|
+
envBindings: {
|
|
103262
103283
|
MAPBOX_TOKEN: "$secrets.MAPBOX_TOKEN"
|
|
103263
103284
|
}
|
|
103264
103285
|
},
|
|
@@ -103296,7 +103317,7 @@ var mathpix = {
|
|
|
103296
103317
|
},
|
|
103297
103318
|
access: {
|
|
103298
103319
|
kind: "static",
|
|
103299
|
-
|
|
103320
|
+
envBindings: {
|
|
103300
103321
|
MATHPIX_APP_KEY: "$secrets.MATHPIX_APP_KEY",
|
|
103301
103322
|
MATHPIX_APP_ID: "$vars.MATHPIX_APP_ID"
|
|
103302
103323
|
}
|
|
@@ -103331,7 +103352,7 @@ var mem0 = {
|
|
|
103331
103352
|
},
|
|
103332
103353
|
access: {
|
|
103333
103354
|
kind: "static",
|
|
103334
|
-
|
|
103355
|
+
envBindings: {
|
|
103335
103356
|
MEM0_TOKEN: "$secrets.MEM0_TOKEN"
|
|
103336
103357
|
}
|
|
103337
103358
|
},
|
|
@@ -103369,7 +103390,7 @@ var mercury = {
|
|
|
103369
103390
|
kind: "refresh-token",
|
|
103370
103391
|
accessToken: "MERCURY_ACCESS_TOKEN",
|
|
103371
103392
|
refreshToken: "MERCURY_REFRESH_TOKEN",
|
|
103372
|
-
|
|
103393
|
+
envBindings: {
|
|
103373
103394
|
MERCURY_TOKEN: "$secrets.MERCURY_ACCESS_TOKEN"
|
|
103374
103395
|
}
|
|
103375
103396
|
},
|
|
@@ -103390,7 +103411,7 @@ var mercury = {
|
|
|
103390
103411
|
},
|
|
103391
103412
|
access: {
|
|
103392
103413
|
kind: "static",
|
|
103393
|
-
|
|
103414
|
+
envBindings: {
|
|
103394
103415
|
MERCURY_TOKEN: "$secrets.MERCURY_TOKEN"
|
|
103395
103416
|
}
|
|
103396
103417
|
},
|
|
@@ -103425,7 +103446,7 @@ var meshy = {
|
|
|
103425
103446
|
},
|
|
103426
103447
|
access: {
|
|
103427
103448
|
kind: "static",
|
|
103428
|
-
|
|
103449
|
+
envBindings: {
|
|
103429
103450
|
MESHY_API_KEY: "$secrets.MESHY_API_KEY"
|
|
103430
103451
|
}
|
|
103431
103452
|
},
|
|
@@ -103461,7 +103482,7 @@ var metaAds = {
|
|
|
103461
103482
|
},
|
|
103462
103483
|
access: {
|
|
103463
103484
|
kind: "static",
|
|
103464
|
-
|
|
103485
|
+
envBindings: {
|
|
103465
103486
|
META_ADS_TOKEN: "$secrets.META_ADS_ACCESS_TOKEN"
|
|
103466
103487
|
}
|
|
103467
103488
|
},
|
|
@@ -103500,7 +103521,7 @@ var metabase = {
|
|
|
103500
103521
|
},
|
|
103501
103522
|
access: {
|
|
103502
103523
|
kind: "static",
|
|
103503
|
-
|
|
103524
|
+
envBindings: {
|
|
103504
103525
|
METABASE_TOKEN: "$secrets.METABASE_TOKEN",
|
|
103505
103526
|
METABASE_BASE_URL: "$vars.METABASE_BASE_URL"
|
|
103506
103527
|
}
|
|
@@ -103536,7 +103557,7 @@ var minimax = {
|
|
|
103536
103557
|
},
|
|
103537
103558
|
access: {
|
|
103538
103559
|
kind: "static",
|
|
103539
|
-
|
|
103560
|
+
envBindings: {
|
|
103540
103561
|
MINIMAX_TOKEN: "$secrets.MINIMAX_TOKEN"
|
|
103541
103562
|
}
|
|
103542
103563
|
},
|
|
@@ -103581,7 +103602,7 @@ var minio = {
|
|
|
103581
103602
|
},
|
|
103582
103603
|
access: {
|
|
103583
103604
|
kind: "static",
|
|
103584
|
-
|
|
103605
|
+
envBindings: {
|
|
103585
103606
|
MINIO_TOKEN: "$secrets.MINIO_TOKEN",
|
|
103586
103607
|
MINIO_SECRET_TOKEN: "$secrets.MINIO_SECRET_TOKEN",
|
|
103587
103608
|
MINIO_ENDPOINT: "$vars.MINIO_ENDPOINT"
|
|
@@ -103617,7 +103638,7 @@ var miro = {
|
|
|
103617
103638
|
},
|
|
103618
103639
|
access: {
|
|
103619
103640
|
kind: "static",
|
|
103620
|
-
|
|
103641
|
+
envBindings: {
|
|
103621
103642
|
MIRO_TOKEN: "$secrets.MIRO_TOKEN"
|
|
103622
103643
|
}
|
|
103623
103644
|
},
|
|
@@ -103662,7 +103683,7 @@ var mixpanel = {
|
|
|
103662
103683
|
},
|
|
103663
103684
|
access: {
|
|
103664
103685
|
kind: "static",
|
|
103665
|
-
|
|
103686
|
+
envBindings: {
|
|
103666
103687
|
MIXPANEL_SERVICE_ACCOUNT_USERNAME: "$secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME",
|
|
103667
103688
|
MIXPANEL_SERVICE_ACCOUNT_SECRET: "$secrets.MIXPANEL_SERVICE_ACCOUNT_SECRET",
|
|
103668
103689
|
MIXPANEL_PROJECT_ID: "$vars.MIXPANEL_PROJECT_ID"
|
|
@@ -103716,7 +103737,7 @@ var monday = {
|
|
|
103716
103737
|
kind: "refresh-token",
|
|
103717
103738
|
accessToken: "MONDAY_ACCESS_TOKEN",
|
|
103718
103739
|
refreshToken: "MONDAY_REFRESH_TOKEN",
|
|
103719
|
-
|
|
103740
|
+
envBindings: {
|
|
103720
103741
|
MONDAY_TOKEN: "$secrets.MONDAY_ACCESS_TOKEN"
|
|
103721
103742
|
}
|
|
103722
103743
|
},
|
|
@@ -103756,7 +103777,7 @@ var moss = {
|
|
|
103756
103777
|
},
|
|
103757
103778
|
access: {
|
|
103758
103779
|
kind: "static",
|
|
103759
|
-
|
|
103780
|
+
envBindings: {
|
|
103760
103781
|
MOSS_PROJECT_ID: "$secrets.MOSS_PROJECT_ID",
|
|
103761
103782
|
MOSS_PROJECT_KEY: "$secrets.MOSS_PROJECT_KEY"
|
|
103762
103783
|
}
|
|
@@ -103791,7 +103812,7 @@ var msg9 = {
|
|
|
103791
103812
|
},
|
|
103792
103813
|
access: {
|
|
103793
103814
|
kind: "static",
|
|
103794
|
-
|
|
103815
|
+
envBindings: {
|
|
103795
103816
|
MSG9_TOKEN: "$secrets.MSG9_TOKEN"
|
|
103796
103817
|
}
|
|
103797
103818
|
},
|
|
@@ -103831,7 +103852,7 @@ var n8n = {
|
|
|
103831
103852
|
},
|
|
103832
103853
|
access: {
|
|
103833
103854
|
kind: "static",
|
|
103834
|
-
|
|
103855
|
+
envBindings: {
|
|
103835
103856
|
N8N_TOKEN: "$secrets.N8N_TOKEN",
|
|
103836
103857
|
N8N_BASE_URL: "$vars.N8N_BASE_URL"
|
|
103837
103858
|
}
|
|
@@ -103877,7 +103898,7 @@ var neon = {
|
|
|
103877
103898
|
kind: "refresh-token",
|
|
103878
103899
|
accessToken: "NEON_ACCESS_TOKEN",
|
|
103879
103900
|
refreshToken: "NEON_REFRESH_TOKEN",
|
|
103880
|
-
|
|
103901
|
+
envBindings: {
|
|
103881
103902
|
NEON_TOKEN: "$secrets.NEON_ACCESS_TOKEN"
|
|
103882
103903
|
}
|
|
103883
103904
|
},
|
|
@@ -103898,7 +103919,7 @@ var neon = {
|
|
|
103898
103919
|
},
|
|
103899
103920
|
access: {
|
|
103900
103921
|
kind: "static",
|
|
103901
|
-
|
|
103922
|
+
envBindings: {
|
|
103902
103923
|
NEON_TOKEN: "$secrets.NEON_TOKEN"
|
|
103903
103924
|
}
|
|
103904
103925
|
},
|
|
@@ -103933,7 +103954,7 @@ var novita = {
|
|
|
103933
103954
|
},
|
|
103934
103955
|
access: {
|
|
103935
103956
|
kind: "static",
|
|
103936
|
-
|
|
103957
|
+
envBindings: {
|
|
103937
103958
|
NOVITA_TOKEN: "$secrets.NOVITA_TOKEN"
|
|
103938
103959
|
}
|
|
103939
103960
|
},
|
|
@@ -103970,7 +103991,7 @@ var nyne = {
|
|
|
103970
103991
|
},
|
|
103971
103992
|
access: {
|
|
103972
103993
|
kind: "static",
|
|
103973
|
-
|
|
103994
|
+
envBindings: {
|
|
103974
103995
|
NYNE_API_KEY: "$secrets.NYNE_API_KEY",
|
|
103975
103996
|
NYNE_API_SECRET: "$secrets.NYNE_API_SECRET"
|
|
103976
103997
|
}
|
|
@@ -104005,7 +104026,7 @@ var onyx = {
|
|
|
104005
104026
|
},
|
|
104006
104027
|
access: {
|
|
104007
104028
|
kind: "static",
|
|
104008
|
-
|
|
104029
|
+
envBindings: {
|
|
104009
104030
|
ONYX_TOKEN: "$secrets.ONYX_TOKEN"
|
|
104010
104031
|
}
|
|
104011
104032
|
},
|
|
@@ -104041,7 +104062,7 @@ var openai = {
|
|
|
104041
104062
|
},
|
|
104042
104063
|
access: {
|
|
104043
104064
|
kind: "static",
|
|
104044
|
-
|
|
104065
|
+
envBindings: {
|
|
104045
104066
|
OPENAI_TOKEN: "$secrets.OPENAI_TOKEN"
|
|
104046
104067
|
}
|
|
104047
104068
|
},
|
|
@@ -104076,7 +104097,7 @@ var openrouter = {
|
|
|
104076
104097
|
},
|
|
104077
104098
|
access: {
|
|
104078
104099
|
kind: "static",
|
|
104079
|
-
|
|
104100
|
+
envBindings: {
|
|
104080
104101
|
OPENROUTER_TOKEN: "$secrets.OPENROUTER_TOKEN"
|
|
104081
104102
|
}
|
|
104082
104103
|
},
|
|
@@ -104109,7 +104130,7 @@ var openweather = {
|
|
|
104109
104130
|
},
|
|
104110
104131
|
access: {
|
|
104111
104132
|
kind: "static",
|
|
104112
|
-
|
|
104133
|
+
envBindings: {
|
|
104113
104134
|
OPENWEATHER_TOKEN: "$secrets.OPENWEATHER_TOKEN"
|
|
104114
104135
|
}
|
|
104115
104136
|
},
|
|
@@ -104147,7 +104168,7 @@ var outlookCalendar = {
|
|
|
104147
104168
|
kind: "refresh-token",
|
|
104148
104169
|
accessToken: "OUTLOOK_CALENDAR_ACCESS_TOKEN",
|
|
104149
104170
|
refreshToken: "OUTLOOK_CALENDAR_REFRESH_TOKEN",
|
|
104150
|
-
|
|
104171
|
+
envBindings: {
|
|
104151
104172
|
OUTLOOK_CALENDAR_TOKEN: "$secrets.OUTLOOK_CALENDAR_ACCESS_TOKEN"
|
|
104152
104173
|
}
|
|
104153
104174
|
},
|
|
@@ -104190,7 +104211,7 @@ var outlookMail = {
|
|
|
104190
104211
|
kind: "refresh-token",
|
|
104191
104212
|
accessToken: "OUTLOOK_MAIL_ACCESS_TOKEN",
|
|
104192
104213
|
refreshToken: "OUTLOOK_MAIL_REFRESH_TOKEN",
|
|
104193
|
-
|
|
104214
|
+
envBindings: {
|
|
104194
104215
|
OUTLOOK_MAIL_TOKEN: "$secrets.OUTLOOK_MAIL_ACCESS_TOKEN"
|
|
104195
104216
|
}
|
|
104196
104217
|
},
|
|
@@ -104224,7 +104245,7 @@ var pandadoc = {
|
|
|
104224
104245
|
},
|
|
104225
104246
|
access: {
|
|
104226
104247
|
kind: "static",
|
|
104227
|
-
|
|
104248
|
+
envBindings: {
|
|
104228
104249
|
PANDADOC_TOKEN: "$secrets.PANDADOC_TOKEN"
|
|
104229
104250
|
}
|
|
104230
104251
|
},
|
|
@@ -104258,7 +104279,7 @@ var parallel = {
|
|
|
104258
104279
|
},
|
|
104259
104280
|
access: {
|
|
104260
104281
|
kind: "static",
|
|
104261
|
-
|
|
104282
|
+
envBindings: {
|
|
104262
104283
|
PARALLEL_API_KEY: "$secrets.PARALLEL_API_KEY"
|
|
104263
104284
|
}
|
|
104264
104285
|
},
|
|
@@ -104293,7 +104314,7 @@ var pdf4me = {
|
|
|
104293
104314
|
},
|
|
104294
104315
|
access: {
|
|
104295
104316
|
kind: "static",
|
|
104296
|
-
|
|
104317
|
+
envBindings: {
|
|
104297
104318
|
PDF4ME_TOKEN: "$secrets.PDF4ME_TOKEN"
|
|
104298
104319
|
}
|
|
104299
104320
|
},
|
|
@@ -104327,7 +104348,7 @@ var pdfco = {
|
|
|
104327
104348
|
},
|
|
104328
104349
|
access: {
|
|
104329
104350
|
kind: "static",
|
|
104330
|
-
|
|
104351
|
+
envBindings: {
|
|
104331
104352
|
PDFCO_TOKEN: "$secrets.PDFCO_TOKEN"
|
|
104332
104353
|
}
|
|
104333
104354
|
},
|
|
@@ -104362,7 +104383,7 @@ var pdforge = {
|
|
|
104362
104383
|
},
|
|
104363
104384
|
access: {
|
|
104364
104385
|
kind: "static",
|
|
104365
|
-
|
|
104386
|
+
envBindings: {
|
|
104366
104387
|
PDFORGE_API_KEY: "$secrets.PDFORGE_API_KEY"
|
|
104367
104388
|
}
|
|
104368
104389
|
},
|
|
@@ -104396,7 +104417,7 @@ var peopleDataLabs = {
|
|
|
104396
104417
|
},
|
|
104397
104418
|
access: {
|
|
104398
104419
|
kind: "static",
|
|
104399
|
-
|
|
104420
|
+
envBindings: {
|
|
104400
104421
|
PEOPLE_DATA_LABS_API_KEY: "$secrets.PEOPLE_DATA_LABS_API_KEY"
|
|
104401
104422
|
}
|
|
104402
104423
|
},
|
|
@@ -104431,7 +104452,7 @@ var perplexity = {
|
|
|
104431
104452
|
},
|
|
104432
104453
|
access: {
|
|
104433
104454
|
kind: "static",
|
|
104434
|
-
|
|
104455
|
+
envBindings: {
|
|
104435
104456
|
PERPLEXITY_TOKEN: "$secrets.PERPLEXITY_TOKEN"
|
|
104436
104457
|
}
|
|
104437
104458
|
},
|
|
@@ -104465,7 +104486,7 @@ var pika = {
|
|
|
104465
104486
|
},
|
|
104466
104487
|
access: {
|
|
104467
104488
|
kind: "static",
|
|
104468
|
-
|
|
104489
|
+
envBindings: {
|
|
104469
104490
|
PIKA_TOKEN: "$secrets.PIKA_TOKEN"
|
|
104470
104491
|
}
|
|
104471
104492
|
},
|
|
@@ -104499,7 +104520,7 @@ var pinecone = {
|
|
|
104499
104520
|
},
|
|
104500
104521
|
access: {
|
|
104501
104522
|
kind: "static",
|
|
104502
|
-
|
|
104523
|
+
envBindings: {
|
|
104503
104524
|
PINECONE_TOKEN: "$secrets.PINECONE_TOKEN"
|
|
104504
104525
|
}
|
|
104505
104526
|
},
|
|
@@ -104533,7 +104554,7 @@ var pipedream = {
|
|
|
104533
104554
|
},
|
|
104534
104555
|
access: {
|
|
104535
104556
|
kind: "static",
|
|
104536
|
-
|
|
104557
|
+
envBindings: {
|
|
104537
104558
|
PIPEDREAM_TOKEN: "$secrets.PIPEDREAM_TOKEN"
|
|
104538
104559
|
}
|
|
104539
104560
|
},
|
|
@@ -104567,7 +104588,7 @@ var pipedrive = {
|
|
|
104567
104588
|
},
|
|
104568
104589
|
access: {
|
|
104569
104590
|
kind: "static",
|
|
104570
|
-
|
|
104591
|
+
envBindings: {
|
|
104571
104592
|
PIPEDRIVE_TOKEN: "$secrets.PIPEDRIVE_TOKEN"
|
|
104572
104593
|
}
|
|
104573
104594
|
},
|
|
@@ -104601,7 +104622,7 @@ var plain = {
|
|
|
104601
104622
|
},
|
|
104602
104623
|
access: {
|
|
104603
104624
|
kind: "static",
|
|
104604
|
-
|
|
104625
|
+
envBindings: {
|
|
104605
104626
|
PLAIN_TOKEN: "$secrets.PLAIN_TOKEN"
|
|
104606
104627
|
}
|
|
104607
104628
|
},
|
|
@@ -104635,7 +104656,7 @@ var plausible = {
|
|
|
104635
104656
|
},
|
|
104636
104657
|
access: {
|
|
104637
104658
|
kind: "static",
|
|
104638
|
-
|
|
104659
|
+
envBindings: {
|
|
104639
104660
|
PLAUSIBLE_TOKEN: "$secrets.PLAUSIBLE_TOKEN"
|
|
104640
104661
|
}
|
|
104641
104662
|
},
|
|
@@ -104669,7 +104690,7 @@ var podchaser = {
|
|
|
104669
104690
|
},
|
|
104670
104691
|
access: {
|
|
104671
104692
|
kind: "static",
|
|
104672
|
-
|
|
104693
|
+
envBindings: {
|
|
104673
104694
|
PODCHASER_TOKEN: "$secrets.PODCHASER_TOKEN"
|
|
104674
104695
|
}
|
|
104675
104696
|
},
|
|
@@ -104732,7 +104753,7 @@ var posthog = {
|
|
|
104732
104753
|
kind: "refresh-token",
|
|
104733
104754
|
accessToken: "POSTHOG_ACCESS_TOKEN",
|
|
104734
104755
|
refreshToken: "POSTHOG_REFRESH_TOKEN",
|
|
104735
|
-
|
|
104756
|
+
envBindings: {
|
|
104736
104757
|
POSTHOG_TOKEN: "$secrets.POSTHOG_ACCESS_TOKEN"
|
|
104737
104758
|
}
|
|
104738
104759
|
},
|
|
@@ -104753,7 +104774,7 @@ var posthog = {
|
|
|
104753
104774
|
},
|
|
104754
104775
|
access: {
|
|
104755
104776
|
kind: "static",
|
|
104756
|
-
|
|
104777
|
+
envBindings: {
|
|
104757
104778
|
POSTHOG_TOKEN: "$secrets.POSTHOG_TOKEN"
|
|
104758
104779
|
}
|
|
104759
104780
|
},
|
|
@@ -104792,7 +104813,7 @@ var porkbun = {
|
|
|
104792
104813
|
},
|
|
104793
104814
|
access: {
|
|
104794
104815
|
kind: "static",
|
|
104795
|
-
|
|
104816
|
+
envBindings: {
|
|
104796
104817
|
PORKBUN_API_KEY: "$secrets.PORKBUN_API_KEY",
|
|
104797
104818
|
PORKBUN_SECRET_API_KEY: "$secrets.PORKBUN_SECRET_API_KEY"
|
|
104798
104819
|
}
|
|
@@ -104827,7 +104848,7 @@ var printful = {
|
|
|
104827
104848
|
},
|
|
104828
104849
|
access: {
|
|
104829
104850
|
kind: "static",
|
|
104830
|
-
|
|
104851
|
+
envBindings: {
|
|
104831
104852
|
PRINTFUL_TOKEN: "$secrets.PRINTFUL_TOKEN"
|
|
104832
104853
|
}
|
|
104833
104854
|
},
|
|
@@ -104861,7 +104882,7 @@ var prismaPostgres = {
|
|
|
104861
104882
|
},
|
|
104862
104883
|
access: {
|
|
104863
104884
|
kind: "static",
|
|
104864
|
-
|
|
104885
|
+
envBindings: {
|
|
104865
104886
|
PRISMA_POSTGRES_TOKEN: "$secrets.PRISMA_POSTGRES_TOKEN"
|
|
104866
104887
|
}
|
|
104867
104888
|
},
|
|
@@ -104894,7 +104915,7 @@ var productlane = {
|
|
|
104894
104915
|
},
|
|
104895
104916
|
access: {
|
|
104896
104917
|
kind: "static",
|
|
104897
|
-
|
|
104918
|
+
envBindings: {
|
|
104898
104919
|
PRODUCTLANE_TOKEN: "$secrets.PRODUCTLANE_TOKEN"
|
|
104899
104920
|
}
|
|
104900
104921
|
},
|
|
@@ -104927,7 +104948,7 @@ var pushinator = {
|
|
|
104927
104948
|
},
|
|
104928
104949
|
access: {
|
|
104929
104950
|
kind: "static",
|
|
104930
|
-
|
|
104951
|
+
envBindings: {
|
|
104931
104952
|
PUSHINATOR_TOKEN: "$secrets.PUSHINATOR_TOKEN"
|
|
104932
104953
|
}
|
|
104933
104954
|
},
|
|
@@ -104967,7 +104988,7 @@ var qdrant = {
|
|
|
104967
104988
|
},
|
|
104968
104989
|
access: {
|
|
104969
104990
|
kind: "static",
|
|
104970
|
-
|
|
104991
|
+
envBindings: {
|
|
104971
104992
|
QDRANT_TOKEN: "$secrets.QDRANT_TOKEN",
|
|
104972
104993
|
QDRANT_BASE_URL: "$vars.QDRANT_BASE_URL"
|
|
104973
104994
|
}
|
|
@@ -105002,7 +105023,7 @@ var qiita = {
|
|
|
105002
105023
|
},
|
|
105003
105024
|
access: {
|
|
105004
105025
|
kind: "static",
|
|
105005
|
-
|
|
105026
|
+
envBindings: {
|
|
105006
105027
|
QIITA_TOKEN: "$secrets.QIITA_TOKEN"
|
|
105007
105028
|
}
|
|
105008
105029
|
},
|
|
@@ -105036,7 +105057,7 @@ var railway = {
|
|
|
105036
105057
|
},
|
|
105037
105058
|
access: {
|
|
105038
105059
|
kind: "static",
|
|
105039
|
-
|
|
105060
|
+
envBindings: {
|
|
105040
105061
|
RAILWAY_TOKEN: "$secrets.RAILWAY_TOKEN"
|
|
105041
105062
|
}
|
|
105042
105063
|
},
|
|
@@ -105070,7 +105091,7 @@ var railwayProject = {
|
|
|
105070
105091
|
},
|
|
105071
105092
|
access: {
|
|
105072
105093
|
kind: "static",
|
|
105073
|
-
|
|
105094
|
+
envBindings: {
|
|
105074
105095
|
RAILWAY_PROJECT_TOKEN: "$secrets.RAILWAY_PROJECT_TOKEN"
|
|
105075
105096
|
}
|
|
105076
105097
|
},
|
|
@@ -105118,7 +105139,7 @@ var reap = {
|
|
|
105118
105139
|
},
|
|
105119
105140
|
access: {
|
|
105120
105141
|
kind: "static",
|
|
105121
|
-
|
|
105142
|
+
envBindings: {
|
|
105122
105143
|
REAP_API_KEY: "$secrets.REAP_API_KEY",
|
|
105123
105144
|
REAP_API_BASE_URL: "$vars.REAP_API_BASE_URL"
|
|
105124
105145
|
}
|
|
@@ -105157,7 +105178,7 @@ var reddit = {
|
|
|
105157
105178
|
kind: "refresh-token",
|
|
105158
105179
|
accessToken: "REDDIT_ACCESS_TOKEN",
|
|
105159
105180
|
refreshToken: "REDDIT_REFRESH_TOKEN",
|
|
105160
|
-
|
|
105181
|
+
envBindings: {
|
|
105161
105182
|
REDDIT_TOKEN: "$secrets.REDDIT_ACCESS_TOKEN"
|
|
105162
105183
|
}
|
|
105163
105184
|
},
|
|
@@ -105190,7 +105211,7 @@ var reducto = {
|
|
|
105190
105211
|
},
|
|
105191
105212
|
access: {
|
|
105192
105213
|
kind: "static",
|
|
105193
|
-
|
|
105214
|
+
envBindings: {
|
|
105194
105215
|
REDUCTO_TOKEN: "$secrets.REDUCTO_TOKEN"
|
|
105195
105216
|
}
|
|
105196
105217
|
},
|
|
@@ -105224,7 +105245,7 @@ var recraft = {
|
|
|
105224
105245
|
},
|
|
105225
105246
|
access: {
|
|
105226
105247
|
kind: "static",
|
|
105227
|
-
|
|
105248
|
+
envBindings: {
|
|
105228
105249
|
RECRAFT_API_TOKEN: "$secrets.RECRAFT_API_TOKEN"
|
|
105229
105250
|
}
|
|
105230
105251
|
},
|
|
@@ -105259,7 +105280,7 @@ var replicate = {
|
|
|
105259
105280
|
},
|
|
105260
105281
|
access: {
|
|
105261
105282
|
kind: "static",
|
|
105262
|
-
|
|
105283
|
+
envBindings: {
|
|
105263
105284
|
REPLICATE_TOKEN: "$secrets.REPLICATE_TOKEN"
|
|
105264
105285
|
}
|
|
105265
105286
|
},
|
|
@@ -105293,7 +105314,7 @@ var reportei = {
|
|
|
105293
105314
|
},
|
|
105294
105315
|
access: {
|
|
105295
105316
|
kind: "static",
|
|
105296
|
-
|
|
105317
|
+
envBindings: {
|
|
105297
105318
|
REPORTEI_TOKEN: "$secrets.REPORTEI_TOKEN"
|
|
105298
105319
|
}
|
|
105299
105320
|
},
|
|
@@ -105327,7 +105348,7 @@ var resend = {
|
|
|
105327
105348
|
},
|
|
105328
105349
|
access: {
|
|
105329
105350
|
kind: "static",
|
|
105330
|
-
|
|
105351
|
+
envBindings: {
|
|
105331
105352
|
RESEND_TOKEN: "$secrets.RESEND_TOKEN"
|
|
105332
105353
|
}
|
|
105333
105354
|
},
|
|
@@ -105361,7 +105382,7 @@ var rentcast = {
|
|
|
105361
105382
|
},
|
|
105362
105383
|
access: {
|
|
105363
105384
|
kind: "static",
|
|
105364
|
-
|
|
105385
|
+
envBindings: {
|
|
105365
105386
|
RENTCAST_API_KEY: "$secrets.RENTCAST_API_KEY"
|
|
105366
105387
|
}
|
|
105367
105388
|
},
|
|
@@ -105395,7 +105416,7 @@ var revenuecat = {
|
|
|
105395
105416
|
},
|
|
105396
105417
|
access: {
|
|
105397
105418
|
kind: "static",
|
|
105398
|
-
|
|
105419
|
+
envBindings: {
|
|
105399
105420
|
REVENUECAT_TOKEN: "$secrets.REVENUECAT_TOKEN"
|
|
105400
105421
|
}
|
|
105401
105422
|
},
|
|
@@ -105430,7 +105451,7 @@ var runway = {
|
|
|
105430
105451
|
},
|
|
105431
105452
|
access: {
|
|
105432
105453
|
kind: "static",
|
|
105433
|
-
|
|
105454
|
+
envBindings: {
|
|
105434
105455
|
RUNWAY_TOKEN: "$secrets.RUNWAY_TOKEN"
|
|
105435
105456
|
}
|
|
105436
105457
|
},
|
|
@@ -105469,7 +105490,7 @@ var salesforce = {
|
|
|
105469
105490
|
},
|
|
105470
105491
|
access: {
|
|
105471
105492
|
kind: "static",
|
|
105472
|
-
|
|
105493
|
+
envBindings: {
|
|
105473
105494
|
SALESFORCE_TOKEN: "$secrets.SALESFORCE_TOKEN",
|
|
105474
105495
|
SALESFORCE_INSTANCE: "$vars.SALESFORCE_INSTANCE"
|
|
105475
105496
|
}
|
|
@@ -105502,7 +105523,7 @@ var scrapeninja = {
|
|
|
105502
105523
|
},
|
|
105503
105524
|
access: {
|
|
105504
105525
|
kind: "static",
|
|
105505
|
-
|
|
105526
|
+
envBindings: {
|
|
105506
105527
|
SCRAPENINJA_TOKEN: "$secrets.SCRAPENINJA_TOKEN"
|
|
105507
105528
|
}
|
|
105508
105529
|
},
|
|
@@ -105537,7 +105558,7 @@ var segment = {
|
|
|
105537
105558
|
},
|
|
105538
105559
|
access: {
|
|
105539
105560
|
kind: "static",
|
|
105540
|
-
|
|
105561
|
+
envBindings: {
|
|
105541
105562
|
SEGMENT_TOKEN: "$secrets.SEGMENT_TOKEN"
|
|
105542
105563
|
}
|
|
105543
105564
|
},
|
|
@@ -105572,7 +105593,7 @@ var sendgrid = {
|
|
|
105572
105593
|
},
|
|
105573
105594
|
access: {
|
|
105574
105595
|
kind: "static",
|
|
105575
|
-
|
|
105596
|
+
envBindings: {
|
|
105576
105597
|
SENDGRID_TOKEN: "$secrets.SENDGRID_TOKEN"
|
|
105577
105598
|
}
|
|
105578
105599
|
},
|
|
@@ -105606,7 +105627,7 @@ var serpapi = {
|
|
|
105606
105627
|
},
|
|
105607
105628
|
access: {
|
|
105608
105629
|
kind: "static",
|
|
105609
|
-
|
|
105630
|
+
envBindings: {
|
|
105610
105631
|
SERPAPI_TOKEN: "$secrets.SERPAPI_TOKEN"
|
|
105611
105632
|
}
|
|
105612
105633
|
},
|
|
@@ -105652,7 +105673,7 @@ var servicenow = {
|
|
|
105652
105673
|
},
|
|
105653
105674
|
access: {
|
|
105654
105675
|
kind: "static",
|
|
105655
|
-
|
|
105676
|
+
envBindings: {
|
|
105656
105677
|
SERVICENOW_USERNAME: "$secrets.SERVICENOW_USERNAME",
|
|
105657
105678
|
SERVICENOW_PASSWORD: "$secrets.SERVICENOW_PASSWORD",
|
|
105658
105679
|
SERVICENOW_INSTANCE: "$vars.SERVICENOW_INSTANCE"
|
|
@@ -105695,7 +105716,7 @@ var shopify = {
|
|
|
105695
105716
|
},
|
|
105696
105717
|
access: {
|
|
105697
105718
|
kind: "static",
|
|
105698
|
-
|
|
105719
|
+
envBindings: {
|
|
105699
105720
|
SHOPIFY_TOKEN: "$secrets.SHOPIFY_TOKEN",
|
|
105700
105721
|
SHOPIFY_SHOP: "$vars.SHOPIFY_SHOP"
|
|
105701
105722
|
}
|
|
@@ -105730,7 +105751,7 @@ var shortio = {
|
|
|
105730
105751
|
},
|
|
105731
105752
|
access: {
|
|
105732
105753
|
kind: "static",
|
|
105733
|
-
|
|
105754
|
+
envBindings: {
|
|
105734
105755
|
SHORTIO_TOKEN: "$secrets.SHORTIO_TOKEN"
|
|
105735
105756
|
}
|
|
105736
105757
|
},
|
|
@@ -105764,7 +105785,7 @@ var similarweb = {
|
|
|
105764
105785
|
},
|
|
105765
105786
|
access: {
|
|
105766
105787
|
kind: "static",
|
|
105767
|
-
|
|
105788
|
+
envBindings: {
|
|
105768
105789
|
SIMILARWEB_TOKEN: "$secrets.SIMILARWEB_TOKEN"
|
|
105769
105790
|
}
|
|
105770
105791
|
},
|
|
@@ -105798,7 +105819,7 @@ var slackWebhook = {
|
|
|
105798
105819
|
},
|
|
105799
105820
|
access: {
|
|
105800
105821
|
kind: "static",
|
|
105801
|
-
|
|
105822
|
+
envBindings: {
|
|
105802
105823
|
SLACK_WEBHOOK_URL: "$secrets.SLACK_WEBHOOK_URL"
|
|
105803
105824
|
}
|
|
105804
105825
|
},
|
|
@@ -105839,7 +105860,7 @@ var snowflake = {
|
|
|
105839
105860
|
},
|
|
105840
105861
|
access: {
|
|
105841
105862
|
kind: "static",
|
|
105842
|
-
|
|
105863
|
+
envBindings: {
|
|
105843
105864
|
SNOWFLAKE_PAT: "$secrets.SNOWFLAKE_PAT",
|
|
105844
105865
|
SNOWFLAKE_ACCOUNT: "$vars.SNOWFLAKE_ACCOUNT"
|
|
105845
105866
|
}
|
|
@@ -105873,7 +105894,7 @@ var sociavault = {
|
|
|
105873
105894
|
},
|
|
105874
105895
|
access: {
|
|
105875
105896
|
kind: "static",
|
|
105876
|
-
|
|
105897
|
+
envBindings: {
|
|
105877
105898
|
SOCIAVAULT_TOKEN: "$secrets.SOCIAVAULT_TOKEN"
|
|
105878
105899
|
}
|
|
105879
105900
|
},
|
|
@@ -105908,7 +105929,7 @@ var sponge = {
|
|
|
105908
105929
|
},
|
|
105909
105930
|
access: {
|
|
105910
105931
|
kind: "static",
|
|
105911
|
-
|
|
105932
|
+
envBindings: {
|
|
105912
105933
|
SPONGE_MASTER_KEY: "$secrets.SPONGE_MASTER_KEY"
|
|
105913
105934
|
}
|
|
105914
105935
|
},
|
|
@@ -105956,7 +105977,7 @@ var sproutgigs = {
|
|
|
105956
105977
|
},
|
|
105957
105978
|
access: {
|
|
105958
105979
|
kind: "static",
|
|
105959
|
-
|
|
105980
|
+
envBindings: {
|
|
105960
105981
|
SPROUTGIGS_USER_ID: "$vars.SPROUTGIGS_USER_ID",
|
|
105961
105982
|
SPROUTGIGS_API_SECRET: "$secrets.SPROUTGIGS_API_SECRET"
|
|
105962
105983
|
}
|
|
@@ -105991,7 +106012,7 @@ var square = {
|
|
|
105991
106012
|
},
|
|
105992
106013
|
access: {
|
|
105993
106014
|
kind: "static",
|
|
105994
|
-
|
|
106015
|
+
envBindings: {
|
|
105995
106016
|
SQUARE_TOKEN: "$secrets.SQUARE_TOKEN"
|
|
105996
106017
|
}
|
|
105997
106018
|
},
|
|
@@ -106026,7 +106047,7 @@ var stabilityAi = {
|
|
|
106026
106047
|
},
|
|
106027
106048
|
access: {
|
|
106028
106049
|
kind: "static",
|
|
106029
|
-
|
|
106050
|
+
envBindings: {
|
|
106030
106051
|
STABILITY_TOKEN: "$secrets.STABILITY_TOKEN"
|
|
106031
106052
|
}
|
|
106032
106053
|
},
|
|
@@ -106065,7 +106086,7 @@ var strapi = {
|
|
|
106065
106086
|
},
|
|
106066
106087
|
access: {
|
|
106067
106088
|
kind: "static",
|
|
106068
|
-
|
|
106089
|
+
envBindings: {
|
|
106069
106090
|
STRAPI_TOKEN: "$secrets.STRAPI_TOKEN",
|
|
106070
106091
|
STRAPI_BASE_URL: "$vars.STRAPI_BASE_URL"
|
|
106071
106092
|
}
|
|
@@ -106100,7 +106121,7 @@ var streak = {
|
|
|
106100
106121
|
},
|
|
106101
106122
|
access: {
|
|
106102
106123
|
kind: "static",
|
|
106103
|
-
|
|
106124
|
+
envBindings: {
|
|
106104
106125
|
STREAK_TOKEN: "$secrets.STREAK_TOKEN"
|
|
106105
106126
|
}
|
|
106106
106127
|
},
|
|
@@ -106139,7 +106160,7 @@ var stripe = {
|
|
|
106139
106160
|
kind: "refresh-token",
|
|
106140
106161
|
accessToken: "STRIPE_ACCESS_TOKEN",
|
|
106141
106162
|
refreshToken: "STRIPE_REFRESH_TOKEN",
|
|
106142
|
-
|
|
106163
|
+
envBindings: {
|
|
106143
106164
|
STRIPE_TOKEN: "$secrets.STRIPE_ACCESS_TOKEN"
|
|
106144
106165
|
}
|
|
106145
106166
|
},
|
|
@@ -106160,7 +106181,7 @@ var stripe = {
|
|
|
106160
106181
|
},
|
|
106161
106182
|
access: {
|
|
106162
106183
|
kind: "static",
|
|
106163
|
-
|
|
106184
|
+
envBindings: {
|
|
106164
106185
|
STRIPE_TOKEN: "$secrets.STRIPE_TOKEN"
|
|
106165
106186
|
}
|
|
106166
106187
|
},
|
|
@@ -106211,7 +106232,7 @@ var supabase = {
|
|
|
106211
106232
|
kind: "refresh-token",
|
|
106212
106233
|
accessToken: "SUPABASE_ACCESS_TOKEN",
|
|
106213
106234
|
refreshToken: "SUPABASE_REFRESH_TOKEN",
|
|
106214
|
-
|
|
106235
|
+
envBindings: {
|
|
106215
106236
|
SUPABASE_TOKEN: "$secrets.SUPABASE_ACCESS_TOKEN"
|
|
106216
106237
|
}
|
|
106217
106238
|
},
|
|
@@ -106232,7 +106253,7 @@ var supabase = {
|
|
|
106232
106253
|
},
|
|
106233
106254
|
access: {
|
|
106234
106255
|
kind: "static",
|
|
106235
|
-
|
|
106256
|
+
envBindings: {
|
|
106236
106257
|
SUPABASE_TOKEN: "$secrets.SUPABASE_TOKEN"
|
|
106237
106258
|
}
|
|
106238
106259
|
},
|
|
@@ -106266,7 +106287,7 @@ var supadata = {
|
|
|
106266
106287
|
},
|
|
106267
106288
|
access: {
|
|
106268
106289
|
kind: "static",
|
|
106269
|
-
|
|
106290
|
+
envBindings: {
|
|
106270
106291
|
SUPADATA_TOKEN: "$secrets.SUPADATA_TOKEN"
|
|
106271
106292
|
}
|
|
106272
106293
|
},
|
|
@@ -106300,7 +106321,7 @@ var supermemory = {
|
|
|
106300
106321
|
},
|
|
106301
106322
|
access: {
|
|
106302
106323
|
kind: "static",
|
|
106303
|
-
|
|
106324
|
+
envBindings: {
|
|
106304
106325
|
SUPERMEMORY_API_KEY: "$secrets.SUPERMEMORY_API_KEY"
|
|
106305
106326
|
}
|
|
106306
106327
|
},
|
|
@@ -106334,7 +106355,7 @@ var tavily = {
|
|
|
106334
106355
|
},
|
|
106335
106356
|
access: {
|
|
106336
106357
|
kind: "static",
|
|
106337
|
-
|
|
106358
|
+
envBindings: {
|
|
106338
106359
|
TAVILY_TOKEN: "$secrets.TAVILY_TOKEN"
|
|
106339
106360
|
}
|
|
106340
106361
|
},
|
|
@@ -106372,7 +106393,7 @@ var testOauth = {
|
|
|
106372
106393
|
kind: "refresh-token",
|
|
106373
106394
|
accessToken: "TEST_OAUTH_ACCESS_TOKEN",
|
|
106374
106395
|
refreshToken: "TEST_OAUTH_REFRESH_TOKEN",
|
|
106375
|
-
|
|
106396
|
+
envBindings: {
|
|
106376
106397
|
TEST_OAUTH_TOKEN: "$secrets.TEST_OAUTH_ACCESS_TOKEN"
|
|
106377
106398
|
}
|
|
106378
106399
|
},
|
|
@@ -106408,7 +106429,7 @@ var testOauthDevice = {
|
|
|
106408
106429
|
},
|
|
106409
106430
|
access: {
|
|
106410
106431
|
kind: "static",
|
|
106411
|
-
|
|
106432
|
+
envBindings: {
|
|
106412
106433
|
TEST_OAUTH_DEVICE_TOKEN: "$secrets.TEST_OAUTH_DEVICE_ACCESS_TOKEN"
|
|
106413
106434
|
}
|
|
106414
106435
|
},
|
|
@@ -106454,7 +106475,7 @@ var testrail = {
|
|
|
106454
106475
|
},
|
|
106455
106476
|
access: {
|
|
106456
106477
|
kind: "static",
|
|
106457
|
-
|
|
106478
|
+
envBindings: {
|
|
106458
106479
|
TESTRAIL_EMAIL: "$secrets.TESTRAIL_EMAIL",
|
|
106459
106480
|
TESTRAIL_TOKEN: "$secrets.TESTRAIL_TOKEN",
|
|
106460
106481
|
TESTRAIL_INSTANCE: "$vars.TESTRAIL_INSTANCE"
|
|
@@ -106490,7 +106511,7 @@ var ticketmaster = {
|
|
|
106490
106511
|
},
|
|
106491
106512
|
access: {
|
|
106492
106513
|
kind: "static",
|
|
106493
|
-
|
|
106514
|
+
envBindings: {
|
|
106494
106515
|
TICKETMASTER_API_KEY: "$secrets.TICKETMASTER_API_KEY"
|
|
106495
106516
|
}
|
|
106496
106517
|
},
|
|
@@ -106524,7 +106545,7 @@ var tldv = {
|
|
|
106524
106545
|
},
|
|
106525
106546
|
access: {
|
|
106526
106547
|
kind: "static",
|
|
106527
|
-
|
|
106548
|
+
envBindings: {
|
|
106528
106549
|
TLDV_TOKEN: "$secrets.TLDV_TOKEN"
|
|
106529
106550
|
}
|
|
106530
106551
|
},
|
|
@@ -106559,7 +106580,7 @@ var together = {
|
|
|
106559
106580
|
},
|
|
106560
106581
|
access: {
|
|
106561
106582
|
kind: "static",
|
|
106562
|
-
|
|
106583
|
+
envBindings: {
|
|
106563
106584
|
TOGETHER_TOKEN: "$secrets.TOGETHER_TOKEN"
|
|
106564
106585
|
}
|
|
106565
106586
|
},
|
|
@@ -106593,7 +106614,7 @@ var twenty = {
|
|
|
106593
106614
|
},
|
|
106594
106615
|
access: {
|
|
106595
106616
|
kind: "static",
|
|
106596
|
-
|
|
106617
|
+
envBindings: {
|
|
106597
106618
|
TWENTY_TOKEN: "$secrets.TWENTY_TOKEN"
|
|
106598
106619
|
}
|
|
106599
106620
|
},
|
|
@@ -106633,7 +106654,7 @@ var twilio = {
|
|
|
106633
106654
|
},
|
|
106634
106655
|
access: {
|
|
106635
106656
|
kind: "static",
|
|
106636
|
-
|
|
106657
|
+
envBindings: {
|
|
106637
106658
|
TWILIO_ACCOUNT_SID: "$secrets.TWILIO_ACCOUNT_SID",
|
|
106638
106659
|
TWILIO_AUTH_TOKEN: "$secrets.TWILIO_AUTH_TOKEN"
|
|
106639
106660
|
}
|
|
@@ -106668,7 +106689,7 @@ var typeform = {
|
|
|
106668
106689
|
},
|
|
106669
106690
|
access: {
|
|
106670
106691
|
kind: "static",
|
|
106671
|
-
|
|
106692
|
+
envBindings: {
|
|
106672
106693
|
TYPEFORM_TOKEN: "$secrets.TYPEFORM_TOKEN"
|
|
106673
106694
|
}
|
|
106674
106695
|
},
|
|
@@ -106703,7 +106724,7 @@ var v0 = {
|
|
|
106703
106724
|
},
|
|
106704
106725
|
access: {
|
|
106705
106726
|
kind: "static",
|
|
106706
|
-
|
|
106727
|
+
envBindings: {
|
|
106707
106728
|
V0_TOKEN: "$secrets.V0_TOKEN"
|
|
106708
106729
|
}
|
|
106709
106730
|
},
|
|
@@ -106737,7 +106758,7 @@ var wandb = {
|
|
|
106737
106758
|
},
|
|
106738
106759
|
access: {
|
|
106739
106760
|
kind: "static",
|
|
106740
|
-
|
|
106761
|
+
envBindings: {
|
|
106741
106762
|
WANDB_TOKEN: "$secrets.WANDB_TOKEN"
|
|
106742
106763
|
}
|
|
106743
106764
|
},
|
|
@@ -106790,7 +106811,7 @@ var webflow = {
|
|
|
106790
106811
|
},
|
|
106791
106812
|
access: {
|
|
106792
106813
|
kind: "static",
|
|
106793
|
-
|
|
106814
|
+
envBindings: {
|
|
106794
106815
|
WEBFLOW_TOKEN: "$secrets.WEBFLOW_ACCESS_TOKEN"
|
|
106795
106816
|
}
|
|
106796
106817
|
},
|
|
@@ -106810,7 +106831,7 @@ var webflow = {
|
|
|
106810
106831
|
},
|
|
106811
106832
|
access: {
|
|
106812
106833
|
kind: "static",
|
|
106813
|
-
|
|
106834
|
+
envBindings: {
|
|
106814
106835
|
WEBFLOW_TOKEN: "$secrets.WEBFLOW_TOKEN"
|
|
106815
106836
|
}
|
|
106816
106837
|
},
|
|
@@ -106854,7 +106875,7 @@ var weread = {
|
|
|
106854
106875
|
},
|
|
106855
106876
|
access: {
|
|
106856
106877
|
kind: "static",
|
|
106857
|
-
|
|
106878
|
+
envBindings: {
|
|
106858
106879
|
WEREAD_TOKEN: "$secrets.WEREAD_TOKEN"
|
|
106859
106880
|
}
|
|
106860
106881
|
},
|
|
@@ -106888,7 +106909,7 @@ var whaleAlert = {
|
|
|
106888
106909
|
},
|
|
106889
106910
|
access: {
|
|
106890
106911
|
kind: "static",
|
|
106891
|
-
|
|
106912
|
+
envBindings: {
|
|
106892
106913
|
WHALE_ALERT_API_KEY: "$secrets.WHALE_ALERT_API_KEY"
|
|
106893
106914
|
}
|
|
106894
106915
|
},
|
|
@@ -106922,7 +106943,7 @@ var wix = {
|
|
|
106922
106943
|
},
|
|
106923
106944
|
access: {
|
|
106924
106945
|
kind: "static",
|
|
106925
|
-
|
|
106946
|
+
envBindings: {
|
|
106926
106947
|
WIX_TOKEN: "$secrets.WIX_TOKEN"
|
|
106927
106948
|
}
|
|
106928
106949
|
},
|
|
@@ -106956,7 +106977,7 @@ var workos = {
|
|
|
106956
106977
|
},
|
|
106957
106978
|
access: {
|
|
106958
106979
|
kind: "static",
|
|
106959
|
-
|
|
106980
|
+
envBindings: {
|
|
106960
106981
|
WORKOS_TOKEN: "$secrets.WORKOS_TOKEN"
|
|
106961
106982
|
}
|
|
106962
106983
|
},
|
|
@@ -106989,7 +107010,7 @@ var wrike = {
|
|
|
106989
107010
|
},
|
|
106990
107011
|
access: {
|
|
106991
107012
|
kind: "static",
|
|
106992
|
-
|
|
107013
|
+
envBindings: {
|
|
106993
107014
|
WRIKE_TOKEN: "$secrets.WRIKE_TOKEN"
|
|
106994
107015
|
}
|
|
106995
107016
|
},
|
|
@@ -107023,7 +107044,7 @@ var youtube = {
|
|
|
107023
107044
|
},
|
|
107024
107045
|
access: {
|
|
107025
107046
|
kind: "static",
|
|
107026
|
-
|
|
107047
|
+
envBindings: {
|
|
107027
107048
|
YOUTUBE_TOKEN: "$secrets.YOUTUBE_TOKEN"
|
|
107028
107049
|
}
|
|
107029
107050
|
},
|
|
@@ -107057,7 +107078,7 @@ var zapier = {
|
|
|
107057
107078
|
},
|
|
107058
107079
|
access: {
|
|
107059
107080
|
kind: "static",
|
|
107060
|
-
|
|
107081
|
+
envBindings: {
|
|
107061
107082
|
ZAPIER_TOKEN: "$secrets.ZAPIER_TOKEN"
|
|
107062
107083
|
}
|
|
107063
107084
|
},
|
|
@@ -107091,7 +107112,7 @@ var zapsign = {
|
|
|
107091
107112
|
},
|
|
107092
107113
|
access: {
|
|
107093
107114
|
kind: "static",
|
|
107094
|
-
|
|
107115
|
+
envBindings: {
|
|
107095
107116
|
ZAPSIGN_TOKEN: "$secrets.ZAPSIGN_TOKEN"
|
|
107096
107117
|
}
|
|
107097
107118
|
},
|
|
@@ -107137,7 +107158,7 @@ var zendesk = {
|
|
|
107137
107158
|
},
|
|
107138
107159
|
access: {
|
|
107139
107160
|
kind: "static",
|
|
107140
|
-
|
|
107161
|
+
envBindings: {
|
|
107141
107162
|
ZENDESK_API_TOKEN: "$secrets.ZENDESK_API_TOKEN",
|
|
107142
107163
|
ZENDESK_EMAIL: "$vars.ZENDESK_EMAIL",
|
|
107143
107164
|
ZENDESK_SUBDOMAIN: "$vars.ZENDESK_SUBDOMAIN"
|
|
@@ -107173,7 +107194,7 @@ var zep = {
|
|
|
107173
107194
|
},
|
|
107174
107195
|
access: {
|
|
107175
107196
|
kind: "static",
|
|
107176
|
-
|
|
107197
|
+
envBindings: {
|
|
107177
107198
|
ZEP_TOKEN: "$secrets.ZEP_TOKEN"
|
|
107178
107199
|
}
|
|
107179
107200
|
},
|
|
@@ -107207,7 +107228,7 @@ var zeptomail = {
|
|
|
107207
107228
|
},
|
|
107208
107229
|
access: {
|
|
107209
107230
|
kind: "static",
|
|
107210
|
-
|
|
107231
|
+
envBindings: {
|
|
107211
107232
|
ZEPTOMAIL_TOKEN: "$secrets.ZEPTOMAIL_TOKEN"
|
|
107212
107233
|
}
|
|
107213
107234
|
},
|
|
@@ -107260,7 +107281,7 @@ var zoom = {
|
|
|
107260
107281
|
kind: "refresh-token",
|
|
107261
107282
|
accessToken: "ZOOM_ACCESS_TOKEN",
|
|
107262
107283
|
refreshToken: "ZOOM_REFRESH_TOKEN",
|
|
107263
|
-
|
|
107284
|
+
envBindings: {
|
|
107264
107285
|
ZOOM_TOKEN: "$secrets.ZOOM_ACCESS_TOKEN"
|
|
107265
107286
|
}
|
|
107266
107287
|
},
|
|
@@ -107546,7 +107567,7 @@ var connectorResponseSchema = external_exports.object({
|
|
|
107546
107567
|
var connectorListResponseSchema = external_exports.object({
|
|
107547
107568
|
connectors: external_exports.array(connectorResponseSchema),
|
|
107548
107569
|
configuredTypes: external_exports.array(connectorTypeSchema),
|
|
107549
|
-
|
|
107570
|
+
connectorProvidedEnvNames: external_exports.array(external_exports.string())
|
|
107550
107571
|
});
|
|
107551
107572
|
var scopeDiffResponseSchema = external_exports.object({
|
|
107552
107573
|
addedScopes: external_exports.array(external_exports.string()),
|
|
@@ -117749,11 +117770,11 @@ function getManualGrantFields(method) {
|
|
|
117749
117770
|
}
|
|
117750
117771
|
return method.grant.fields;
|
|
117751
117772
|
}
|
|
117752
|
-
function
|
|
117773
|
+
function connectorAccessEnvBindings(access) {
|
|
117753
117774
|
switch (access.kind) {
|
|
117754
117775
|
case "static":
|
|
117755
117776
|
case "refresh-token":
|
|
117756
|
-
return access.
|
|
117777
|
+
return access.envBindings;
|
|
117757
117778
|
case "none":
|
|
117758
117779
|
return {};
|
|
117759
117780
|
}
|
|
@@ -117778,7 +117799,7 @@ function isConnectorOAuthGrantConfig(method) {
|
|
|
117778
117799
|
return false;
|
|
117779
117800
|
}
|
|
117780
117801
|
}
|
|
117781
|
-
function
|
|
117802
|
+
function getConnectorOAuthGrantConfig(type) {
|
|
117782
117803
|
for (const method of connectorAuthMethodValues(type)) {
|
|
117783
117804
|
if (isConnectorOAuthGrantConfig(method)) {
|
|
117784
117805
|
return method.grant;
|
|
@@ -117801,7 +117822,9 @@ function connectorMethodSecretNames(method) {
|
|
|
117801
117822
|
names.add(name);
|
|
117802
117823
|
}
|
|
117803
117824
|
}
|
|
117804
|
-
for (const valueRef of Object.values(
|
|
117825
|
+
for (const valueRef of Object.values(
|
|
117826
|
+
connectorAccessEnvBindings(method.access)
|
|
117827
|
+
)) {
|
|
117805
117828
|
if (valueRef.startsWith("$secrets.")) {
|
|
117806
117829
|
names.add(valueRef.slice("$secrets.".length));
|
|
117807
117830
|
}
|
|
@@ -117812,17 +117835,17 @@ function connectorMethodSecretNames(method) {
|
|
|
117812
117835
|
}
|
|
117813
117836
|
return [...names];
|
|
117814
117837
|
}
|
|
117815
|
-
function
|
|
117838
|
+
function getConnectorEnvBindings(type) {
|
|
117816
117839
|
const methods = connectorAuthMethodValues(type).sort((a, b) => {
|
|
117817
117840
|
return authMethodAccessPriority(a) - authMethodAccessPriority(b);
|
|
117818
117841
|
});
|
|
117819
|
-
const
|
|
117842
|
+
const envBindings = {};
|
|
117820
117843
|
for (const method of methods) {
|
|
117821
|
-
Object.assign(
|
|
117844
|
+
Object.assign(envBindings, connectorAccessEnvBindings(method.access));
|
|
117822
117845
|
}
|
|
117823
|
-
return
|
|
117846
|
+
return envBindings;
|
|
117824
117847
|
}
|
|
117825
|
-
function
|
|
117848
|
+
function getConnectorEnvNamesForSecret(secretName) {
|
|
117826
117849
|
const allTypes = CONNECTOR_TYPE_KEYS;
|
|
117827
117850
|
for (const type of allTypes) {
|
|
117828
117851
|
const config4 = CONNECTOR_TYPES[type];
|
|
@@ -117832,20 +117855,20 @@ function getConnectorDerivedNames(secretName) {
|
|
|
117832
117855
|
if (!found) {
|
|
117833
117856
|
continue;
|
|
117834
117857
|
}
|
|
117835
|
-
const
|
|
117836
|
-
const
|
|
117858
|
+
const envBindings = getConnectorEnvBindings(type);
|
|
117859
|
+
const envNames = Object.entries(envBindings).filter(([, valueRef]) => {
|
|
117837
117860
|
return valueRef === `$secrets.${secretName}`;
|
|
117838
|
-
}).map(([
|
|
117839
|
-
return
|
|
117861
|
+
}).map(([envName]) => {
|
|
117862
|
+
return envName;
|
|
117840
117863
|
});
|
|
117841
|
-
if (
|
|
117842
|
-
return { connectorLabel: config4.label,
|
|
117864
|
+
if (envNames.length > 0) {
|
|
117865
|
+
return { connectorLabel: config4.label, envNames };
|
|
117843
117866
|
}
|
|
117844
117867
|
}
|
|
117845
117868
|
return null;
|
|
117846
117869
|
}
|
|
117847
117870
|
function hasRequiredScopes(connectorType, storedScopes) {
|
|
117848
|
-
const scopes =
|
|
117871
|
+
const scopes = getConnectorOAuthGrantConfig(connectorType)?.scopes;
|
|
117849
117872
|
if (!scopes) return true;
|
|
117850
117873
|
if (scopes.length === 0) return true;
|
|
117851
117874
|
if (!storedScopes) return false;
|
|
@@ -117856,7 +117879,7 @@ function hasRequiredScopes(connectorType, storedScopes) {
|
|
|
117856
117879
|
}
|
|
117857
117880
|
function getScopeDiff(connectorType, storedScopes) {
|
|
117858
117881
|
const currentScopes = [
|
|
117859
|
-
...
|
|
117882
|
+
...getConnectorOAuthGrantConfig(connectorType)?.scopes ?? []
|
|
117860
117883
|
];
|
|
117861
117884
|
const stored = storedScopes ?? [];
|
|
117862
117885
|
const storedSet = new Set(stored);
|
|
@@ -117886,8 +117909,8 @@ function getConnectorTypeForSecretName(name) {
|
|
|
117886
117909
|
return type;
|
|
117887
117910
|
}
|
|
117888
117911
|
}
|
|
117889
|
-
const
|
|
117890
|
-
if (name in
|
|
117912
|
+
const envBindings = getConnectorEnvBindings(type);
|
|
117913
|
+
if (name in envBindings) {
|
|
117891
117914
|
return type;
|
|
117892
117915
|
}
|
|
117893
117916
|
}
|
|
@@ -117914,7 +117937,7 @@ function listSecretNames(config4) {
|
|
|
117914
117937
|
names.push(name);
|
|
117915
117938
|
}
|
|
117916
117939
|
for (const valueRef of Object.values(
|
|
117917
|
-
|
|
117940
|
+
connectorAccessEnvBindings(method.access)
|
|
117918
117941
|
)) {
|
|
117919
117942
|
if (valueRef.startsWith("$secrets.")) {
|
|
117920
117943
|
names.push(valueRef.slice("$secrets.".length));
|
|
@@ -117927,9 +117950,9 @@ function findExactMatch(keywordLower, type, config4) {
|
|
|
117927
117950
|
if (type.toLowerCase() === keywordLower) {
|
|
117928
117951
|
return { score: 100, matchedField: "type" };
|
|
117929
117952
|
}
|
|
117930
|
-
for (const
|
|
117931
|
-
if (
|
|
117932
|
-
return { score: 90, matchedField: `env:${
|
|
117953
|
+
for (const envName of Object.keys(getConnectorEnvBindings(type))) {
|
|
117954
|
+
if (envName.toLowerCase() === keywordLower) {
|
|
117955
|
+
return { score: 90, matchedField: `env:${envName}` };
|
|
117933
117956
|
}
|
|
117934
117957
|
}
|
|
117935
117958
|
if (config4.label.toLowerCase() === keywordLower) {
|
|
@@ -117950,9 +117973,9 @@ function findSubstringMatch(keywordLower, type, config4) {
|
|
|
117950
117973
|
if (config4.label.toLowerCase().includes(keywordLower)) {
|
|
117951
117974
|
return { score: 50, matchedField: "label" };
|
|
117952
117975
|
}
|
|
117953
|
-
for (const
|
|
117954
|
-
if (
|
|
117955
|
-
return { score: 40, matchedField: `env:${
|
|
117976
|
+
for (const envName of Object.keys(getConnectorEnvBindings(type))) {
|
|
117977
|
+
if (envName.toLowerCase().includes(keywordLower)) {
|
|
117978
|
+
return { score: 40, matchedField: `env:${envName}` };
|
|
117956
117979
|
}
|
|
117957
117980
|
}
|
|
117958
117981
|
for (const name of listSecretNames(config4)) {
|
|
@@ -117973,7 +117996,7 @@ function collectCandidateTokens(type, config4) {
|
|
|
117973
117996
|
const sources = [
|
|
117974
117997
|
type,
|
|
117975
117998
|
config4.label,
|
|
117976
|
-
...Object.keys(
|
|
117999
|
+
...Object.keys(getConnectorEnvBindings(type)),
|
|
117977
118000
|
...listSecretNames(config4),
|
|
117978
118001
|
...config4.tags ?? []
|
|
117979
118002
|
];
|
|
@@ -129373,26 +129396,26 @@ var CONNECTOR_FIREWALLS = {
|
|
|
129373
129396
|
};
|
|
129374
129397
|
function expandPlaceholders(firewall, connectorType) {
|
|
129375
129398
|
if (!firewall.placeholders) return firewall;
|
|
129376
|
-
const
|
|
129377
|
-
if (Object.keys(
|
|
129399
|
+
const envBindings = getConnectorEnvBindings(connectorType);
|
|
129400
|
+
if (Object.keys(envBindings).length === 0) return firewall;
|
|
129378
129401
|
const expanded = { ...firewall.placeholders };
|
|
129379
129402
|
for (const [key, placeholderValue] of Object.entries(firewall.placeholders)) {
|
|
129380
|
-
const valueRef =
|
|
129403
|
+
const valueRef = envBindings[key];
|
|
129381
129404
|
if (valueRef?.startsWith("$secrets.")) {
|
|
129382
129405
|
const rawName = valueRef.slice("$secrets.".length);
|
|
129383
129406
|
if (!expanded[rawName]) {
|
|
129384
129407
|
expanded[rawName] = placeholderValue;
|
|
129385
129408
|
}
|
|
129386
|
-
for (const [
|
|
129387
|
-
if (ref === valueRef && !expanded[
|
|
129388
|
-
expanded[
|
|
129409
|
+
for (const [envName, ref] of Object.entries(envBindings)) {
|
|
129410
|
+
if (ref === valueRef && !expanded[envName]) {
|
|
129411
|
+
expanded[envName] = placeholderValue;
|
|
129389
129412
|
}
|
|
129390
129413
|
}
|
|
129391
129414
|
}
|
|
129392
129415
|
const rawRef = `$secrets.${key}`;
|
|
129393
|
-
for (const [
|
|
129394
|
-
if (ref === rawRef && !expanded[
|
|
129395
|
-
expanded[
|
|
129416
|
+
for (const [envName, ref] of Object.entries(envBindings)) {
|
|
129417
|
+
if (ref === rawRef && !expanded[envName]) {
|
|
129418
|
+
expanded[envName] = placeholderValue;
|
|
129396
129419
|
}
|
|
129397
129420
|
}
|
|
129398
129421
|
}
|
|
@@ -135189,8 +135212,8 @@ export {
|
|
|
135189
135212
|
promptSelect,
|
|
135190
135213
|
promptPassword,
|
|
135191
135214
|
getConnectorGenerationTypes,
|
|
135192
|
-
|
|
135193
|
-
|
|
135215
|
+
getConnectorEnvBindings,
|
|
135216
|
+
getConnectorEnvNamesForSecret,
|
|
135194
135217
|
hasRequiredScopes,
|
|
135195
135218
|
getScopeDiff,
|
|
135196
135219
|
getConnectorTypeForSecretName,
|
|
@@ -135228,4 +135251,4 @@ undici/lib/web/fetch/body.js:
|
|
|
135228
135251
|
undici/lib/web/websocket/frame.js:
|
|
135229
135252
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
135230
135253
|
*/
|
|
135231
|
-
//# sourceMappingURL=chunk-
|
|
135254
|
+
//# sourceMappingURL=chunk-CZICABIP.js.map
|