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