deepline 0.2.44 → 0.2.46
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 -3
- package/dist/cli/index.mjs +11 -3
- 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.46',
|
|
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.46",
|
|
1048
1048
|
contracts: {
|
|
1049
1049
|
api: {
|
|
1050
1050
|
name: "sdk-http-api",
|
|
@@ -31441,6 +31441,9 @@ Notes:
|
|
|
31441
31441
|
and optional controls (Deepline lifecycle metadata). Pass it positionally,
|
|
31442
31442
|
via --file <path>, or
|
|
31443
31443
|
from stdin with --file -. Does not deploy or spend credits.
|
|
31444
|
+
For Deepline Native Company Radar monitors, check validates persona-filter enums and the
|
|
31445
|
+
job_titles Boolean-expression grammar locally. Inspect the exact schema with
|
|
31446
|
+
\`deepline monitors available deepline_native.company_radar --json\`.
|
|
31444
31447
|
|
|
31445
31448
|
Examples:
|
|
31446
31449
|
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
@@ -31482,11 +31485,16 @@ Examples:
|
|
|
31482
31485
|
"after",
|
|
31483
31486
|
`
|
|
31484
31487
|
Notes:
|
|
31485
|
-
|
|
31486
|
-
|
|
31488
|
+
Mutates workspace state. <patch> is a JSON object of fields to update. Pass it
|
|
31489
|
+
positionally, via --file <path>, or from stdin with --file -.
|
|
31490
|
+
|
|
31491
|
+
When <patch> includes payload, its top-level fields are merged with the stored
|
|
31492
|
+
payload before validation. This lets you change one filter without resending
|
|
31493
|
+
domain or radar_type; nested values and arrays replace atomically.
|
|
31487
31494
|
|
|
31488
31495
|
Examples:
|
|
31489
31496
|
deepline monitors update my-monitor '{"name":"Interested replies"}' --json
|
|
31497
|
+
deepline monitors update job-openings '{"payload":{"job_titles":"CEO OR CFO"}}' --json
|
|
31490
31498
|
deepline monitors update my-monitor --file patch.json
|
|
31491
31499
|
`
|
|
31492
31500
|
).option(
|
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.46",
|
|
1034
1034
|
contracts: {
|
|
1035
1035
|
api: {
|
|
1036
1036
|
name: "sdk-http-api",
|
|
@@ -31492,6 +31492,9 @@ Notes:
|
|
|
31492
31492
|
and optional controls (Deepline lifecycle metadata). Pass it positionally,
|
|
31493
31493
|
via --file <path>, or
|
|
31494
31494
|
from stdin with --file -. Does not deploy or spend credits.
|
|
31495
|
+
For Deepline Native Company Radar monitors, check validates persona-filter enums and the
|
|
31496
|
+
job_titles Boolean-expression grammar locally. Inspect the exact schema with
|
|
31497
|
+
\`deepline monitors available deepline_native.company_radar --json\`.
|
|
31495
31498
|
|
|
31496
31499
|
Examples:
|
|
31497
31500
|
deepline monitors check '{"key":"job-openings","tool":"deepline_native.company_radar","payload":{"domain":"stripe.com","radar_type":"company_job_openings"}}'
|
|
@@ -31533,11 +31536,16 @@ Examples:
|
|
|
31533
31536
|
"after",
|
|
31534
31537
|
`
|
|
31535
31538
|
Notes:
|
|
31536
|
-
|
|
31537
|
-
|
|
31539
|
+
Mutates workspace state. <patch> is a JSON object of fields to update. Pass it
|
|
31540
|
+
positionally, via --file <path>, or from stdin with --file -.
|
|
31541
|
+
|
|
31542
|
+
When <patch> includes payload, its top-level fields are merged with the stored
|
|
31543
|
+
payload before validation. This lets you change one filter without resending
|
|
31544
|
+
domain or radar_type; nested values and arrays replace atomically.
|
|
31538
31545
|
|
|
31539
31546
|
Examples:
|
|
31540
31547
|
deepline monitors update my-monitor '{"name":"Interested replies"}' --json
|
|
31548
|
+
deepline monitors update job-openings '{"payload":{"job_titles":"CEO OR CFO"}}' --json
|
|
31541
31549
|
deepline monitors update my-monitor --file patch.json
|
|
31542
31550
|
`
|
|
31543
31551
|
).option(
|
package/dist/index.js
CHANGED
|
@@ -763,7 +763,7 @@ var SDK_RELEASE = {
|
|
|
763
763
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
764
764
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
765
765
|
// release keeps lazy paging semantics independent of row residency.
|
|
766
|
-
version: "0.2.
|
|
766
|
+
version: "0.2.46",
|
|
767
767
|
contracts: {
|
|
768
768
|
api: {
|
|
769
769
|
name: "sdk-http-api",
|
package/dist/index.mjs
CHANGED
|
@@ -689,7 +689,7 @@ var SDK_RELEASE = {
|
|
|
689
689
|
// 0.2.0 makes Dataset Handles uniformly async-only after 0.1.320 briefly
|
|
690
690
|
// exposed storage-dependent synchronous access. This deliberate minor
|
|
691
691
|
// release keeps lazy paging semantics independent of row residency.
|
|
692
|
-
version: "0.2.
|
|
692
|
+
version: "0.2.46",
|
|
693
693
|
contracts: {
|
|
694
694
|
api: {
|
|
695
695
|
name: "sdk-http-api",
|