deepline 0.2.45 → 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.
@@ -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.45',
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.45",
1047
+ version: "0.2.46",
1048
1048
  contracts: {
1049
1049
  api: {
1050
1050
  name: "sdk-http-api",
@@ -31485,11 +31485,16 @@ Examples:
31485
31485
  "after",
31486
31486
  `
31487
31487
  Notes:
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 -.
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.
31490
31494
 
31491
31495
  Examples:
31492
31496
  deepline monitors update my-monitor '{"name":"Interested replies"}' --json
31497
+ deepline monitors update job-openings '{"payload":{"job_titles":"CEO OR CFO"}}' --json
31493
31498
  deepline monitors update my-monitor --file patch.json
31494
31499
  `
31495
31500
  ).option(
@@ -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.45",
1033
+ version: "0.2.46",
1034
1034
  contracts: {
1035
1035
  api: {
1036
1036
  name: "sdk-http-api",
@@ -31536,11 +31536,16 @@ Examples:
31536
31536
  "after",
31537
31537
  `
31538
31538
  Notes:
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 -.
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.
31541
31545
 
31542
31546
  Examples:
31543
31547
  deepline monitors update my-monitor '{"name":"Interested replies"}' --json
31548
+ deepline monitors update job-openings '{"payload":{"job_titles":"CEO OR CFO"}}' --json
31544
31549
  deepline monitors update my-monitor --file patch.json
31545
31550
  `
31546
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.45",
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.45",
692
+ version: "0.2.46",
693
693
  contracts: {
694
694
  api: {
695
695
  name: "sdk-http-api",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {