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.
- package/dist/bundling-sources/sdk/src/release.ts +1 -1
- package/dist/cli/index.js +11 -10
- package/dist/cli/index.mjs +11 -10
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
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: "
|
|
33469
|
-
title: "
|
|
33470
|
-
prompt: "/deepline-gtm Find
|
|
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-
|
|
33474
|
-
title: "
|
|
33475
|
-
prompt: "/deepline-gtm
|
|
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: "
|
|
33479
|
-
title: "
|
|
33480
|
-
prompt: "/deepline-gtm
|
|
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 {
|
package/dist/cli/index.mjs
CHANGED
|
@@ -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.
|
|
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: "
|
|
33528
|
-
title: "
|
|
33529
|
-
prompt: "/deepline-gtm Find
|
|
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-
|
|
33533
|
-
title: "
|
|
33534
|
-
prompt: "/deepline-gtm
|
|
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: "
|
|
33538
|
-
title: "
|
|
33539
|
-
prompt: "/deepline-gtm
|
|
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.
|
|
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.
|
|
706
|
+
version: "0.2.67",
|
|
707
707
|
contracts: {
|
|
708
708
|
api: {
|
|
709
709
|
name: "sdk-http-api",
|