deepline 0.2.66 → 0.2.67

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.
@@ -160,7 +160,7 @@ export const SDK_RELEASE = {
160
160
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
161
161
  // exposed storage-dependent synchronous access. This deliberate minor
162
162
  // release keeps lazy paging semantics independent of row residency.
163
- version: '0.2.66',
163
+ version: '0.2.67',
164
164
  contracts: {
165
165
  api: {
166
166
  name: 'sdk-http-api',
package/dist/cli/index.js CHANGED
@@ -1044,7 +1044,7 @@ var SDK_RELEASE = {
1044
1044
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1045
1045
  // exposed storage-dependent synchronous access. This deliberate minor
1046
1046
  // release keeps lazy paging semantics independent of row residency.
1047
- version: "0.2.66",
1047
+ version: "0.2.67",
1048
1048
  contracts: {
1049
1049
  api: {
1050
1050
  name: "sdk-http-api",
@@ -33465,21 +33465,22 @@ Examples:
33465
33465
  var DEEPLINE_GTM_SKILL = "/deepline-gtm";
33466
33466
  var DEEPLINE_GTM_STARTER_PROMPTS = [
33467
33467
  {
33468
- id: "waterfall-email-lookup",
33469
- title: "Waterfall email lookup",
33470
- prompt: "/deepline-gtm Find 5 CTOs in NYC and get their verified work emails."
33468
+ id: "contact-email-enrichment",
33469
+ title: "Contact email enrichment",
33470
+ prompt: "/deepline-gtm Find 10 CTOs at B2B SaaS companies and enrich them with email addresses."
33471
33471
  },
33472
33472
  {
33473
- id: "signal-based-outbound",
33474
- title: "Signal-based outbound",
33475
- prompt: "/deepline-gtm Find 5 leads engaging with Gong's competitors on LinkedIn. Score against CMO or VP of Marketing. Waterfall enrich their emails. Build a sequence-ready list with personalized first lines."
33473
+ id: "company-signal-enrichment",
33474
+ title: "Company signal enrichment",
33475
+ prompt: "/deepline-gtm Enrich these company domains with employee count, funding, and recent hiring signals."
33476
33476
  },
33477
33477
  {
33478
- id: "vc-portfolio-scrape",
33479
- title: "VC portfolio scrape",
33480
- prompt: "/deepline-gtm Pull 5 companies from Y Combinator W26. Find the Head of Marketing or VP Sales at each one. Waterfall their emails and write a personalized first line."
33478
+ id: "decision-maker-discovery",
33479
+ title: "Decision-maker discovery",
33480
+ prompt: "/deepline-gtm Find the best people to contact at these companies and verify their email addresses."
33481
33481
  }
33482
33482
  ];
33483
+ var DEEPLINE_GTM_PRIMARY_STARTER_PROMPT = DEEPLINE_GTM_STARTER_PROMPTS[0].prompt;
33483
33484
  var DEEPLINE_GTM_HANDOFF_QUESTION = "Would you like to try one of these examples, or tell me your own business problem?";
33484
33485
  function deeplineGtmGettingStartedPayload() {
33485
33486
  return {
@@ -1030,7 +1030,7 @@ var SDK_RELEASE = {
1030
1030
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
1031
1031
  // exposed storage-dependent synchronous access. This deliberate minor
1032
1032
  // release keeps lazy paging semantics independent of row residency.
1033
- version: "0.2.66",
1033
+ version: "0.2.67",
1034
1034
  contracts: {
1035
1035
  api: {
1036
1036
  name: "sdk-http-api",
@@ -33524,21 +33524,22 @@ Examples:
33524
33524
  var DEEPLINE_GTM_SKILL = "/deepline-gtm";
33525
33525
  var DEEPLINE_GTM_STARTER_PROMPTS = [
33526
33526
  {
33527
- id: "waterfall-email-lookup",
33528
- title: "Waterfall email lookup",
33529
- prompt: "/deepline-gtm Find 5 CTOs in NYC and get their verified work emails."
33527
+ id: "contact-email-enrichment",
33528
+ title: "Contact email enrichment",
33529
+ prompt: "/deepline-gtm Find 10 CTOs at B2B SaaS companies and enrich them with email addresses."
33530
33530
  },
33531
33531
  {
33532
- id: "signal-based-outbound",
33533
- title: "Signal-based outbound",
33534
- prompt: "/deepline-gtm Find 5 leads engaging with Gong's competitors on LinkedIn. Score against CMO or VP of Marketing. Waterfall enrich their emails. Build a sequence-ready list with personalized first lines."
33532
+ id: "company-signal-enrichment",
33533
+ title: "Company signal enrichment",
33534
+ prompt: "/deepline-gtm Enrich these company domains with employee count, funding, and recent hiring signals."
33535
33535
  },
33536
33536
  {
33537
- id: "vc-portfolio-scrape",
33538
- title: "VC portfolio scrape",
33539
- prompt: "/deepline-gtm Pull 5 companies from Y Combinator W26. Find the Head of Marketing or VP Sales at each one. Waterfall their emails and write a personalized first line."
33537
+ id: "decision-maker-discovery",
33538
+ title: "Decision-maker discovery",
33539
+ prompt: "/deepline-gtm Find the best people to contact at these companies and verify their email addresses."
33540
33540
  }
33541
33541
  ];
33542
+ var DEEPLINE_GTM_PRIMARY_STARTER_PROMPT = DEEPLINE_GTM_STARTER_PROMPTS[0].prompt;
33542
33543
  var DEEPLINE_GTM_HANDOFF_QUESTION = "Would you like to try one of these examples, or tell me your own business problem?";
33543
33544
  function deeplineGtmGettingStartedPayload() {
33544
33545
  return {
package/dist/index.js CHANGED
@@ -780,7 +780,7 @@ var SDK_RELEASE = {
780
780
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
781
781
  // exposed storage-dependent synchronous access. This deliberate minor
782
782
  // release keeps lazy paging semantics independent of row residency.
783
- version: "0.2.66",
783
+ version: "0.2.67",
784
784
  contracts: {
785
785
  api: {
786
786
  name: "sdk-http-api",
package/dist/index.mjs CHANGED
@@ -703,7 +703,7 @@ var SDK_RELEASE = {
703
703
  // 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
704
704
  // exposed storage-dependent synchronous access. This deliberate minor
705
705
  // release keeps lazy paging semantics independent of row residency.
706
- version: "0.2.66",
706
+ version: "0.2.67",
707
707
  contracts: {
708
708
  api: {
709
709
  name: "sdk-http-api",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.2.66",
3
+ "version": "0.2.67",
4
4
  "description": "GTM data CLI and TypeScript SDK for coding agents",
5
5
  "license": "MIT",
6
6
  "homepage": "https://code.deepline.com",