deepline 0.1.128 → 0.1.129

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.
@@ -101,10 +101,10 @@ export const SDK_RELEASE = {
101
101
  // 0.1.108 ships explicit dataset column/tool recompute policy and removes
102
102
  // the SDK enrich generator's one-second stale policy.
103
103
  // 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
104
- version: '0.1.128',
104
+ version: '0.1.129',
105
105
  apiContract: '2026-06-dataset-column-cell-stale-hard-cutover',
106
106
  supportPolicy: {
107
- latest: '0.1.128',
107
+ latest: '0.1.129',
108
108
  minimumSupported: '0.1.53',
109
109
  deprecatedBelow: '0.1.53',
110
110
  commandMinimumSupported: [
@@ -408,6 +408,8 @@ export type PlayRunActionPackage =
408
408
  kind: 'deepline_db_query';
409
409
  datasetPath: string;
410
410
  tableNamespace?: string;
411
+ sqlTableName?: string;
412
+ sqlQualifiedTableName?: string;
411
413
  sql: string;
412
414
  maxRows: number;
413
415
  api: {
package/dist/cli/index.js CHANGED
@@ -404,10 +404,10 @@ var SDK_RELEASE = {
404
404
  // 0.1.108 ships explicit dataset column/tool recompute policy and removes
405
405
  // the SDK enrich generator's one-second stale policy.
406
406
  // 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
407
- version: "0.1.128",
407
+ version: "0.1.129",
408
408
  apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
409
409
  supportPolicy: {
410
- latest: "0.1.128",
410
+ latest: "0.1.129",
411
411
  minimumSupported: "0.1.53",
412
412
  deprecatedBelow: "0.1.53",
413
413
  commandMinimumSupported: [
@@ -381,10 +381,10 @@ var SDK_RELEASE = {
381
381
  // 0.1.108 ships explicit dataset column/tool recompute policy and removes
382
382
  // the SDK enrich generator's one-second stale policy.
383
383
  // 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
384
- version: "0.1.128",
384
+ version: "0.1.129",
385
385
  apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
386
386
  supportPolicy: {
387
- latest: "0.1.128",
387
+ latest: "0.1.129",
388
388
  minimumSupported: "0.1.53",
389
389
  deprecatedBelow: "0.1.53",
390
390
  commandMinimumSupported: [
package/dist/index.d.mts CHANGED
@@ -380,6 +380,8 @@ type PlayRunActionPackage = {
380
380
  kind: 'deepline_db_query';
381
381
  datasetPath: string;
382
382
  tableNamespace?: string;
383
+ sqlTableName?: string;
384
+ sqlQualifiedTableName?: string;
383
385
  sql: string;
384
386
  maxRows: number;
385
387
  api: {
package/dist/index.d.ts CHANGED
@@ -380,6 +380,8 @@ type PlayRunActionPackage = {
380
380
  kind: 'deepline_db_query';
381
381
  datasetPath: string;
382
382
  tableNamespace?: string;
383
+ sqlTableName?: string;
384
+ sqlQualifiedTableName?: string;
383
385
  sql: string;
384
386
  maxRows: number;
385
387
  api: {
package/dist/index.js CHANGED
@@ -275,10 +275,10 @@ var SDK_RELEASE = {
275
275
  // 0.1.108 ships explicit dataset column/tool recompute policy and removes
276
276
  // the SDK enrich generator's one-second stale policy.
277
277
  // 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
278
- version: "0.1.128",
278
+ version: "0.1.129",
279
279
  apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
280
280
  supportPolicy: {
281
- latest: "0.1.128",
281
+ latest: "0.1.129",
282
282
  minimumSupported: "0.1.53",
283
283
  deprecatedBelow: "0.1.53",
284
284
  commandMinimumSupported: [
package/dist/index.mjs CHANGED
@@ -197,10 +197,10 @@ var SDK_RELEASE = {
197
197
  // 0.1.108 ships explicit dataset column/tool recompute policy and removes
198
198
  // the SDK enrich generator's one-second stale policy.
199
199
  // 0.1.110 ships authored V2 prebuilts and required top-level play descriptions.
200
- version: "0.1.128",
200
+ version: "0.1.129",
201
201
  apiContract: "2026-06-dataset-column-cell-stale-hard-cutover",
202
202
  supportPolicy: {
203
- latest: "0.1.128",
203
+ latest: "0.1.129",
204
204
  minimumSupported: "0.1.53",
205
205
  deprecatedBelow: "0.1.53",
206
206
  commandMinimumSupported: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.128",
3
+ "version": "0.1.129",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {