@vm0/cli 9.98.0 → 9.98.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-HNN3VAZK.js → chunk-F2IYWURQ.js} +45 -3
- package/chunk-F2IYWURQ.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-HNN3VAZK.js.map +0 -1
|
@@ -49,7 +49,7 @@ if (DSN) {
|
|
|
49
49
|
Sentry.init({
|
|
50
50
|
dsn: DSN,
|
|
51
51
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
52
|
-
release: "9.98.
|
|
52
|
+
release: "9.98.1",
|
|
53
53
|
sendDefaultPii: false,
|
|
54
54
|
tracesSampleRate: 0,
|
|
55
55
|
shutdownTimeout: 500,
|
|
@@ -68,7 +68,7 @@ if (DSN) {
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
Sentry.setContext("cli", {
|
|
71
|
-
version: "9.98.
|
|
71
|
+
version: "9.98.1",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -5606,6 +5606,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5606
5606
|
},
|
|
5607
5607
|
defaultAuthMethod: "api-token"
|
|
5608
5608
|
},
|
|
5609
|
+
apollo: {
|
|
5610
|
+
label: "Apollo",
|
|
5611
|
+
environmentMapping: {
|
|
5612
|
+
APOLLO_TOKEN: "$secrets.APOLLO_TOKEN"
|
|
5613
|
+
},
|
|
5614
|
+
helpText: "Connect your Apollo account to search prospects, enrich contacts, manage accounts, deals, sequences, and more",
|
|
5615
|
+
authMethods: {
|
|
5616
|
+
"api-token": {
|
|
5617
|
+
label: "API Key",
|
|
5618
|
+
helpText: "1. Log in to [Apollo](https://app.apollo.io)\n2. Go to **Settings > Integrations**\n3. Click **Connect** beside Apollo API\n4. Select **API Keys > Create new key**\n5. Enter a name, select endpoint access (or toggle **Set as master key**)\n6. Copy the API key",
|
|
5619
|
+
secrets: {
|
|
5620
|
+
APOLLO_TOKEN: {
|
|
5621
|
+
label: "API Key",
|
|
5622
|
+
required: true,
|
|
5623
|
+
placeholder: "your-apollo-api-key"
|
|
5624
|
+
}
|
|
5625
|
+
}
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
defaultAuthMethod: "api-token"
|
|
5629
|
+
},
|
|
5609
5630
|
bitrix: {
|
|
5610
5631
|
label: "Bitrix24",
|
|
5611
5632
|
environmentMapping: {
|
|
@@ -8130,6 +8151,26 @@ var airtableFirewall = {
|
|
|
8130
8151
|
]
|
|
8131
8152
|
};
|
|
8132
8153
|
|
|
8154
|
+
// ../../packages/core/src/firewalls/apollo.generated.ts
|
|
8155
|
+
var apolloFirewall = {
|
|
8156
|
+
name: "apollo",
|
|
8157
|
+
description: "Apollo",
|
|
8158
|
+
placeholders: {
|
|
8159
|
+
APOLLO_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffee00"
|
|
8160
|
+
},
|
|
8161
|
+
apis: [
|
|
8162
|
+
{
|
|
8163
|
+
base: "https://api.apollo.io",
|
|
8164
|
+
auth: {
|
|
8165
|
+
headers: {
|
|
8166
|
+
"X-Api-Key": "${{ secrets.APOLLO_TOKEN }}"
|
|
8167
|
+
}
|
|
8168
|
+
},
|
|
8169
|
+
permissions: []
|
|
8170
|
+
}
|
|
8171
|
+
]
|
|
8172
|
+
};
|
|
8173
|
+
|
|
8133
8174
|
// ../../packages/core/src/firewalls/apify.generated.ts
|
|
8134
8175
|
var apifyFirewall = {
|
|
8135
8176
|
name: "apify",
|
|
@@ -26912,6 +26953,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
26912
26953
|
agentmail: agentmailFirewall,
|
|
26913
26954
|
ahrefs: ahrefsFirewall,
|
|
26914
26955
|
airtable: airtableFirewall,
|
|
26956
|
+
apollo: apolloFirewall,
|
|
26915
26957
|
apify: apifyFirewall,
|
|
26916
26958
|
asana: asanaFirewall,
|
|
26917
26959
|
atlassian: atlassianFirewall,
|
|
@@ -31801,4 +31843,4 @@ export {
|
|
|
31801
31843
|
parseTime,
|
|
31802
31844
|
paginate
|
|
31803
31845
|
};
|
|
31804
|
-
//# sourceMappingURL=chunk-
|
|
31846
|
+
//# sourceMappingURL=chunk-F2IYWURQ.js.map
|