deepline 0.1.251 → 0.1.252
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 +5 -2
- package/dist/cli/index.js +22 -17
- package/dist/cli/index.mjs +22 -17
- package/dist/index.js +5 -2
- package/dist/index.mjs +5 -2
- package/package.json +2 -2
|
@@ -113,8 +113,11 @@ export const SDK_RELEASE = {
|
|
|
113
113
|
// runtime intentionally no longer compiles at publish or launch time.
|
|
114
114
|
// 0.1.242 removes the retired Workers/ESM compiler, generated bundles, and
|
|
115
115
|
// deploy-time artifact migration. Play authoring now has one CJS contract.
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
// 0.1.252 hard-cuts the customer Monitor catalog to the two launched
|
|
117
|
+
// Deepline-native radars. Older clients must update before discovering,
|
|
118
|
+
// checking, or deploying an unlaunched monitor integration.
|
|
119
|
+
version: '0.1.252',
|
|
120
|
+
apiContract: '2026-07-native-monitor-launch-hard-cutover',
|
|
118
121
|
supportPolicy: {
|
|
119
122
|
minimumSupported: '0.1.53',
|
|
120
123
|
deprecatedBelow: '0.1.219',
|
package/dist/cli/index.js
CHANGED
|
@@ -632,8 +632,11 @@ var SDK_RELEASE = {
|
|
|
632
632
|
// runtime intentionally no longer compiles at publish or launch time.
|
|
633
633
|
// 0.1.242 removes the retired Workers/ESM compiler, generated bundles, and
|
|
634
634
|
// deploy-time artifact migration. Play authoring now has one CJS contract.
|
|
635
|
-
|
|
636
|
-
|
|
635
|
+
// 0.1.252 hard-cuts the customer Monitor catalog to the two launched
|
|
636
|
+
// Deepline-native radars. Older clients must update before discovering,
|
|
637
|
+
// checking, or deploying an unlaunched monitor integration.
|
|
638
|
+
version: "0.1.252",
|
|
639
|
+
apiContract: "2026-07-native-monitor-launch-hard-cutover",
|
|
637
640
|
supportPolicy: {
|
|
638
641
|
minimumSupported: "0.1.53",
|
|
639
642
|
deprecatedBelow: "0.1.219",
|
|
@@ -9216,8 +9219,8 @@ var PLAY_BOOTSTRAP_STAGE_NAMES = [
|
|
|
9216
9219
|
"phone"
|
|
9217
9220
|
];
|
|
9218
9221
|
var MONITOR_BOOTSTRAP_TEMPLATE = "monitor-triggered";
|
|
9219
|
-
var MONITOR_BOOTSTRAP_DEFAULT_TOOL = "
|
|
9220
|
-
var MONITOR_BOOTSTRAP_DEFAULT_STREAM = "
|
|
9222
|
+
var MONITOR_BOOTSTRAP_DEFAULT_TOOL = "deepline_native.company_radar";
|
|
9223
|
+
var MONITOR_BOOTSTRAP_DEFAULT_STREAM = "company_job_openings";
|
|
9221
9224
|
function isMonitorBootstrapTemplate(value) {
|
|
9222
9225
|
return value === MONITOR_BOOTSTRAP_TEMPLATE;
|
|
9223
9226
|
}
|
|
@@ -10644,8 +10647,8 @@ Notes:
|
|
|
10644
10647
|
(definePlay with sqlListeners; no --from/stage flags)
|
|
10645
10648
|
|
|
10646
10649
|
Monitor-triggered options (only for the monitor-triggered template):
|
|
10647
|
-
--tool <monitor-tool-id> monitor tool to bind (default
|
|
10648
|
-
--stream <stream-key> output stream to listen on (default
|
|
10650
|
+
--tool <monitor-tool-id> monitor tool to bind (default deepline_native.company_radar)
|
|
10651
|
+
--stream <stream-key> output stream to listen on (default company_job_openings)
|
|
10649
10652
|
Discover a tool's streams/columns with: deepline monitors available <id>
|
|
10650
10653
|
|
|
10651
10654
|
Resource refs:
|
|
@@ -10697,10 +10700,10 @@ Examples:
|
|
|
10697
10700
|
"Phone finder stage: play:REF, provider:ID, or providers:ID,ID"
|
|
10698
10701
|
).option("--limit <n>", "Maximum rows to fan out in the generated play").option(
|
|
10699
10702
|
"--tool <id>",
|
|
10700
|
-
"monitor-triggered only: monitor tool id to bind (e.g.
|
|
10703
|
+
"monitor-triggered only: monitor tool id to bind (e.g. deepline_native.company_radar)"
|
|
10701
10704
|
).option(
|
|
10702
10705
|
"--stream <key>",
|
|
10703
|
-
"monitor-triggered only: monitor output stream to listen on (e.g.
|
|
10706
|
+
"monitor-triggered only: monitor output stream to listen on (e.g. company_job_openings)"
|
|
10704
10707
|
).option("--out <path>", "Write generated play source to a file").action(async (template, options) => {
|
|
10705
10708
|
process.exitCode = await handlePlayBootstrap([
|
|
10706
10709
|
template,
|
|
@@ -24223,7 +24226,7 @@ function resolveMonitorJsonBody(input2) {
|
|
|
24223
24226
|
}
|
|
24224
24227
|
throw new MonitorsUsageError(
|
|
24225
24228
|
`${input2.command} needs ${input2.argLabel} (a JSON object). Pass it positionally:
|
|
24226
|
-
${input2.command} '{"key":"
|
|
24229
|
+
${input2.command} '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24227
24230
|
or from a file / stdin:
|
|
24228
24231
|
${input2.command} --file monitor.json
|
|
24229
24232
|
cat monitor.json | ${input2.command} --file -`
|
|
@@ -24768,9 +24771,11 @@ function registerMonitorsCommands(program) {
|
|
|
24768
24771
|
"after",
|
|
24769
24772
|
`
|
|
24770
24773
|
Notes:
|
|
24771
|
-
Deepline monitors are
|
|
24772
|
-
|
|
24774
|
+
Deepline monitors are Deepline-native signal feeds: a monitor writes events
|
|
24775
|
+
into a Customer DB table; a play reacts to each new row via a
|
|
24773
24776
|
sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
|
|
24777
|
+
The customer launch currently includes Company Radar and Contact Radar; use
|
|
24778
|
+
\`deepline monitors available\` for the exact live tool ids.
|
|
24774
24779
|
Access is granted by a Deepline admin via Admin -> Rollouts; until then these
|
|
24775
24780
|
commands return a clear monitor_access_required error.
|
|
24776
24781
|
|
|
@@ -24783,8 +24788,8 @@ Examples:
|
|
|
24783
24788
|
deepline monitors status --json
|
|
24784
24789
|
deepline monitors available --json # compact list by default
|
|
24785
24790
|
deepline monitors available --full --json # complete catalog
|
|
24786
|
-
deepline monitors available
|
|
24787
|
-
deepline monitors check '{"key":"
|
|
24791
|
+
deepline monitors available deepline_native.company_radar --json
|
|
24792
|
+
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24788
24793
|
deepline monitors deploy --dry-run --file monitor.json
|
|
24789
24794
|
deepline monitors deploy --file monitor.json
|
|
24790
24795
|
deepline monitors list --status all --json
|
|
@@ -24828,8 +24833,8 @@ Notes:
|
|
|
24828
24833
|
Examples:
|
|
24829
24834
|
deepline monitors available
|
|
24830
24835
|
deepline monitors available --full --json
|
|
24831
|
-
deepline monitors available --provider
|
|
24832
|
-
deepline monitors available
|
|
24836
|
+
deepline monitors available --provider deepline_native --json
|
|
24837
|
+
deepline monitors available deepline_native.company_radar --json
|
|
24833
24838
|
deepline monitors available --search jobs --json
|
|
24834
24839
|
`
|
|
24835
24840
|
).option("--provider <provider>", "Filter by provider").option(
|
|
@@ -24884,7 +24889,7 @@ Notes:
|
|
|
24884
24889
|
from stdin with --file -. Does not deploy or spend credits.
|
|
24885
24890
|
|
|
24886
24891
|
Examples:
|
|
24887
|
-
deepline monitors check '{"key":"
|
|
24892
|
+
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24888
24893
|
deepline monitors check --file monitor.json
|
|
24889
24894
|
cat monitor.json | deepline monitors check --file -
|
|
24890
24895
|
`
|
|
@@ -24906,7 +24911,7 @@ Notes:
|
|
|
24906
24911
|
already cover this scope) WITHOUT deploying. Exits 0 when valid, 7 when not.
|
|
24907
24912
|
|
|
24908
24913
|
Examples:
|
|
24909
|
-
deepline monitors deploy '{"key":"
|
|
24914
|
+
deepline monitors deploy '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24910
24915
|
deepline monitors deploy --dry-run --file monitor.json
|
|
24911
24916
|
deepline monitors deploy --file monitor.json
|
|
24912
24917
|
`
|
package/dist/cli/index.mjs
CHANGED
|
@@ -617,8 +617,11 @@ var SDK_RELEASE = {
|
|
|
617
617
|
// runtime intentionally no longer compiles at publish or launch time.
|
|
618
618
|
// 0.1.242 removes the retired Workers/ESM compiler, generated bundles, and
|
|
619
619
|
// deploy-time artifact migration. Play authoring now has one CJS contract.
|
|
620
|
-
|
|
621
|
-
|
|
620
|
+
// 0.1.252 hard-cuts the customer Monitor catalog to the two launched
|
|
621
|
+
// Deepline-native radars. Older clients must update before discovering,
|
|
622
|
+
// checking, or deploying an unlaunched monitor integration.
|
|
623
|
+
version: "0.1.252",
|
|
624
|
+
apiContract: "2026-07-native-monitor-launch-hard-cutover",
|
|
622
625
|
supportPolicy: {
|
|
623
626
|
minimumSupported: "0.1.53",
|
|
624
627
|
deprecatedBelow: "0.1.219",
|
|
@@ -9245,8 +9248,8 @@ var PLAY_BOOTSTRAP_STAGE_NAMES = [
|
|
|
9245
9248
|
"phone"
|
|
9246
9249
|
];
|
|
9247
9250
|
var MONITOR_BOOTSTRAP_TEMPLATE = "monitor-triggered";
|
|
9248
|
-
var MONITOR_BOOTSTRAP_DEFAULT_TOOL = "
|
|
9249
|
-
var MONITOR_BOOTSTRAP_DEFAULT_STREAM = "
|
|
9251
|
+
var MONITOR_BOOTSTRAP_DEFAULT_TOOL = "deepline_native.company_radar";
|
|
9252
|
+
var MONITOR_BOOTSTRAP_DEFAULT_STREAM = "company_job_openings";
|
|
9250
9253
|
function isMonitorBootstrapTemplate(value) {
|
|
9251
9254
|
return value === MONITOR_BOOTSTRAP_TEMPLATE;
|
|
9252
9255
|
}
|
|
@@ -10673,8 +10676,8 @@ Notes:
|
|
|
10673
10676
|
(definePlay with sqlListeners; no --from/stage flags)
|
|
10674
10677
|
|
|
10675
10678
|
Monitor-triggered options (only for the monitor-triggered template):
|
|
10676
|
-
--tool <monitor-tool-id> monitor tool to bind (default
|
|
10677
|
-
--stream <stream-key> output stream to listen on (default
|
|
10679
|
+
--tool <monitor-tool-id> monitor tool to bind (default deepline_native.company_radar)
|
|
10680
|
+
--stream <stream-key> output stream to listen on (default company_job_openings)
|
|
10678
10681
|
Discover a tool's streams/columns with: deepline monitors available <id>
|
|
10679
10682
|
|
|
10680
10683
|
Resource refs:
|
|
@@ -10726,10 +10729,10 @@ Examples:
|
|
|
10726
10729
|
"Phone finder stage: play:REF, provider:ID, or providers:ID,ID"
|
|
10727
10730
|
).option("--limit <n>", "Maximum rows to fan out in the generated play").option(
|
|
10728
10731
|
"--tool <id>",
|
|
10729
|
-
"monitor-triggered only: monitor tool id to bind (e.g.
|
|
10732
|
+
"monitor-triggered only: monitor tool id to bind (e.g. deepline_native.company_radar)"
|
|
10730
10733
|
).option(
|
|
10731
10734
|
"--stream <key>",
|
|
10732
|
-
"monitor-triggered only: monitor output stream to listen on (e.g.
|
|
10735
|
+
"monitor-triggered only: monitor output stream to listen on (e.g. company_job_openings)"
|
|
10733
10736
|
).option("--out <path>", "Write generated play source to a file").action(async (template, options) => {
|
|
10734
10737
|
process.exitCode = await handlePlayBootstrap([
|
|
10735
10738
|
template,
|
|
@@ -24259,7 +24262,7 @@ function resolveMonitorJsonBody(input2) {
|
|
|
24259
24262
|
}
|
|
24260
24263
|
throw new MonitorsUsageError(
|
|
24261
24264
|
`${input2.command} needs ${input2.argLabel} (a JSON object). Pass it positionally:
|
|
24262
|
-
${input2.command} '{"key":"
|
|
24265
|
+
${input2.command} '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24263
24266
|
or from a file / stdin:
|
|
24264
24267
|
${input2.command} --file monitor.json
|
|
24265
24268
|
cat monitor.json | ${input2.command} --file -`
|
|
@@ -24804,9 +24807,11 @@ function registerMonitorsCommands(program) {
|
|
|
24804
24807
|
"after",
|
|
24805
24808
|
`
|
|
24806
24809
|
Notes:
|
|
24807
|
-
Deepline monitors are
|
|
24808
|
-
|
|
24810
|
+
Deepline monitors are Deepline-native signal feeds: a monitor writes events
|
|
24811
|
+
into a Customer DB table; a play reacts to each new row via a
|
|
24809
24812
|
sqlListeners trigger \u2014 see \`deepline plays bootstrap monitor-triggered\`.
|
|
24813
|
+
The customer launch currently includes Company Radar and Contact Radar; use
|
|
24814
|
+
\`deepline monitors available\` for the exact live tool ids.
|
|
24810
24815
|
Access is granted by a Deepline admin via Admin -> Rollouts; until then these
|
|
24811
24816
|
commands return a clear monitor_access_required error.
|
|
24812
24817
|
|
|
@@ -24819,8 +24824,8 @@ Examples:
|
|
|
24819
24824
|
deepline monitors status --json
|
|
24820
24825
|
deepline monitors available --json # compact list by default
|
|
24821
24826
|
deepline monitors available --full --json # complete catalog
|
|
24822
|
-
deepline monitors available
|
|
24823
|
-
deepline monitors check '{"key":"
|
|
24827
|
+
deepline monitors available deepline_native.company_radar --json
|
|
24828
|
+
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24824
24829
|
deepline monitors deploy --dry-run --file monitor.json
|
|
24825
24830
|
deepline monitors deploy --file monitor.json
|
|
24826
24831
|
deepline monitors list --status all --json
|
|
@@ -24864,8 +24869,8 @@ Notes:
|
|
|
24864
24869
|
Examples:
|
|
24865
24870
|
deepline monitors available
|
|
24866
24871
|
deepline monitors available --full --json
|
|
24867
|
-
deepline monitors available --provider
|
|
24868
|
-
deepline monitors available
|
|
24872
|
+
deepline monitors available --provider deepline_native --json
|
|
24873
|
+
deepline monitors available deepline_native.company_radar --json
|
|
24869
24874
|
deepline monitors available --search jobs --json
|
|
24870
24875
|
`
|
|
24871
24876
|
).option("--provider <provider>", "Filter by provider").option(
|
|
@@ -24920,7 +24925,7 @@ Notes:
|
|
|
24920
24925
|
from stdin with --file -. Does not deploy or spend credits.
|
|
24921
24926
|
|
|
24922
24927
|
Examples:
|
|
24923
|
-
deepline monitors check '{"key":"
|
|
24928
|
+
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24924
24929
|
deepline monitors check --file monitor.json
|
|
24925
24930
|
cat monitor.json | deepline monitors check --file -
|
|
24926
24931
|
`
|
|
@@ -24942,7 +24947,7 @@ Notes:
|
|
|
24942
24947
|
already cover this scope) WITHOUT deploying. Exits 0 when valid, 7 when not.
|
|
24943
24948
|
|
|
24944
24949
|
Examples:
|
|
24945
|
-
deepline monitors deploy '{"key":"
|
|
24950
|
+
deepline monitors deploy '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
24946
24951
|
deepline monitors deploy --dry-run --file monitor.json
|
|
24947
24952
|
deepline monitors deploy --file monitor.json
|
|
24948
24953
|
`
|
package/dist/index.js
CHANGED
|
@@ -431,8 +431,11 @@ var SDK_RELEASE = {
|
|
|
431
431
|
// runtime intentionally no longer compiles at publish or launch time.
|
|
432
432
|
// 0.1.242 removes the retired Workers/ESM compiler, generated bundles, and
|
|
433
433
|
// deploy-time artifact migration. Play authoring now has one CJS contract.
|
|
434
|
-
|
|
435
|
-
|
|
434
|
+
// 0.1.252 hard-cuts the customer Monitor catalog to the two launched
|
|
435
|
+
// Deepline-native radars. Older clients must update before discovering,
|
|
436
|
+
// checking, or deploying an unlaunched monitor integration.
|
|
437
|
+
version: "0.1.252",
|
|
438
|
+
apiContract: "2026-07-native-monitor-launch-hard-cutover",
|
|
436
439
|
supportPolicy: {
|
|
437
440
|
minimumSupported: "0.1.53",
|
|
438
441
|
deprecatedBelow: "0.1.219",
|
package/dist/index.mjs
CHANGED
|
@@ -361,8 +361,11 @@ var SDK_RELEASE = {
|
|
|
361
361
|
// runtime intentionally no longer compiles at publish or launch time.
|
|
362
362
|
// 0.1.242 removes the retired Workers/ESM compiler, generated bundles, and
|
|
363
363
|
// deploy-time artifact migration. Play authoring now has one CJS contract.
|
|
364
|
-
|
|
365
|
-
|
|
364
|
+
// 0.1.252 hard-cuts the customer Monitor catalog to the two launched
|
|
365
|
+
// Deepline-native radars. Older clients must update before discovering,
|
|
366
|
+
// checking, or deploying an unlaunched monitor integration.
|
|
367
|
+
version: "0.1.252",
|
|
368
|
+
apiContract: "2026-07-native-monitor-launch-hard-cutover",
|
|
366
369
|
supportPolicy: {
|
|
367
370
|
minimumSupported: "0.1.53",
|
|
368
371
|
deprecatedBelow: "0.1.219",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepline",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.252",
|
|
4
4
|
"description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
64
64
|
"deepline": {
|
|
65
|
-
"apiContract": "2026-07-
|
|
65
|
+
"apiContract": "2026-07-native-monitor-launch-hard-cutover"
|
|
66
66
|
}
|
|
67
67
|
}
|