@vm0/cli 9.144.1 → 9.145.0
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.
|
@@ -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.145.0",
|
|
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.145.0",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -99146,6 +99146,34 @@ var lark = {
|
|
|
99146
99146
|
init_esm_shims();
|
|
99147
99147
|
var luma = {
|
|
99148
99148
|
luma: {
|
|
99149
|
+
label: "Luma",
|
|
99150
|
+
category: "meetings-scheduling",
|
|
99151
|
+
helpText: "Connect your Luma account to manage events, guests, tickets, and calendar data via the Luma API",
|
|
99152
|
+
tags: ["events", "calendar", "tickets", "guests", "rsvp"],
|
|
99153
|
+
authMethods: {
|
|
99154
|
+
"api-token": {
|
|
99155
|
+
label: "API Key",
|
|
99156
|
+
helpText: "1. Log in at [lu.ma](https://lu.ma)\n2. Go to Calendars Home \u2192 select your calendar \u2192 Settings \u2192 Developer\n3. Generate or copy your API key\n4. Paste the key here",
|
|
99157
|
+
secrets: {
|
|
99158
|
+
LUMA_API_KEY: {
|
|
99159
|
+
label: "API Key",
|
|
99160
|
+
required: true,
|
|
99161
|
+
placeholder: "your-luma-api-key"
|
|
99162
|
+
}
|
|
99163
|
+
}
|
|
99164
|
+
}
|
|
99165
|
+
},
|
|
99166
|
+
defaultAuthMethod: "api-token",
|
|
99167
|
+
environmentMapping: {
|
|
99168
|
+
LUMA_API_KEY: "$secrets.LUMA_API_KEY"
|
|
99169
|
+
}
|
|
99170
|
+
}
|
|
99171
|
+
};
|
|
99172
|
+
|
|
99173
|
+
// ../../packages/connectors/src/connectors/luma-ai.ts
|
|
99174
|
+
init_esm_shims();
|
|
99175
|
+
var lumaAi = {
|
|
99176
|
+
"luma-ai": {
|
|
99149
99177
|
label: "Luma AI",
|
|
99150
99178
|
category: "ai-image-video",
|
|
99151
99179
|
generation: ["image", "video"],
|
|
@@ -100309,6 +100337,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
100309
100337
|
...discord,
|
|
100310
100338
|
...lark,
|
|
100311
100339
|
...luma,
|
|
100340
|
+
...lumaAi,
|
|
100312
100341
|
...langsmith,
|
|
100313
100342
|
...mailsac,
|
|
100314
100343
|
...manus,
|
|
@@ -102835,7 +102864,13 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
|
|
|
102835
102864
|
},
|
|
102836
102865
|
placeholders: {
|
|
102837
102866
|
CHATGPT_ACCESS_TOKEN: "chatgpt-token-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal",
|
|
102838
|
-
CHATGPT_ACCOUNT_ID: "ws_VM0_PLACEHOLDER_DO_NOT_TRUST"
|
|
102867
|
+
CHATGPT_ACCOUNT_ID: "ws_VM0_PLACEHOLDER_DO_NOT_TRUST",
|
|
102868
|
+
// refresh_token written by guest-agent into ~/.codex/auth.json (#12077).
|
|
102869
|
+
// Kept in this map so the firewall can substitute it on egress if codex
|
|
102870
|
+
// ever tries to use it directly — defense-in-depth alongside
|
|
102871
|
+
// CODEX_REFRESH_TOKEN_URL_OVERRIDE which redirects refresh attempts to
|
|
102872
|
+
// localhost. The sandbox never gets the real refresh_token (#7365).
|
|
102873
|
+
CHATGPT_REFRESH_TOKEN: "rt_VM0_PLACEHOLDER_DO_NOT_TRUST"
|
|
102839
102874
|
}
|
|
102840
102875
|
}
|
|
102841
102876
|
};
|
|
@@ -113176,6 +113211,27 @@ var loopsFirewall = {
|
|
|
113176
113211
|
init_esm_shims();
|
|
113177
113212
|
var lumaFirewall = {
|
|
113178
113213
|
name: "luma",
|
|
113214
|
+
description: "Luma event management platform",
|
|
113215
|
+
placeholders: {
|
|
113216
|
+
LUMA_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
|
|
113217
|
+
},
|
|
113218
|
+
apis: [
|
|
113219
|
+
{
|
|
113220
|
+
base: "https://public-api.luma.com",
|
|
113221
|
+
auth: {
|
|
113222
|
+
headers: {
|
|
113223
|
+
"x-luma-api-key": "${{ secrets.LUMA_API_KEY }}"
|
|
113224
|
+
}
|
|
113225
|
+
},
|
|
113226
|
+
permissions: []
|
|
113227
|
+
}
|
|
113228
|
+
]
|
|
113229
|
+
};
|
|
113230
|
+
|
|
113231
|
+
// ../../packages/connectors/src/firewalls/luma-ai.generated.ts
|
|
113232
|
+
init_esm_shims();
|
|
113233
|
+
var lumaAiFirewall = {
|
|
113234
|
+
name: "luma-ai",
|
|
113179
113235
|
description: "Luma AI Dream Machine",
|
|
113180
113236
|
placeholders: {
|
|
113181
113237
|
LUMA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
|
|
@@ -117503,6 +117559,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
117503
117559
|
linear: linearFirewall,
|
|
117504
117560
|
loops: loopsFirewall,
|
|
117505
117561
|
luma: lumaFirewall,
|
|
117562
|
+
"luma-ai": lumaAiFirewall,
|
|
117506
117563
|
mailchimp: mailchimpFirewall,
|
|
117507
117564
|
make: makeFirewall,
|
|
117508
117565
|
mailsac: mailsacFirewall,
|
|
@@ -121848,4 +121905,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121848
121905
|
undici/lib/web/websocket/frame.js:
|
|
121849
121906
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121850
121907
|
*/
|
|
121851
|
-
//# sourceMappingURL=chunk-
|
|
121908
|
+
//# sourceMappingURL=chunk-4YMN74AI.js.map
|