deepline 0.1.36 → 0.1.37

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/cli/index.js CHANGED
@@ -216,8 +216,8 @@ function resolveConfig(options) {
216
216
  }
217
217
 
218
218
  // src/version.ts
219
- var SDK_VERSION = "0.1.36";
220
- var SDK_API_CONTRACT = "2026-05-v2-tool-response";
219
+ var SDK_VERSION = "0.1.37";
220
+ var SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
221
221
 
222
222
  // ../shared_libs/play-runtime/coordinator-headers.ts
223
223
  var COORDINATOR_INTERNAL_TOKEN_HEADER = "x-deepline-internal-token";
@@ -193,8 +193,8 @@ function resolveConfig(options) {
193
193
  }
194
194
 
195
195
  // src/version.ts
196
- var SDK_VERSION = "0.1.36";
197
- var SDK_API_CONTRACT = "2026-05-v2-tool-response";
196
+ var SDK_VERSION = "0.1.37";
197
+ var SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
198
198
 
199
199
  // ../shared_libs/play-runtime/coordinator-headers.ts
200
200
  var COORDINATOR_INTERNAL_TOKEN_HEADER = "x-deepline-internal-token";
package/dist/index.d.mts CHANGED
@@ -1477,8 +1477,8 @@ declare class DeeplineClient {
1477
1477
  }>;
1478
1478
  }
1479
1479
 
1480
- declare const SDK_VERSION = "0.1.36";
1481
- declare const SDK_API_CONTRACT = "2026-05-v2-tool-response";
1480
+ declare const SDK_VERSION = "0.1.37";
1481
+ declare const SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
1482
1482
 
1483
1483
  /**
1484
1484
  * Base error class for all Deepline SDK errors.
package/dist/index.d.ts CHANGED
@@ -1477,8 +1477,8 @@ declare class DeeplineClient {
1477
1477
  }>;
1478
1478
  }
1479
1479
 
1480
- declare const SDK_VERSION = "0.1.36";
1481
- declare const SDK_API_CONTRACT = "2026-05-v2-tool-response";
1480
+ declare const SDK_VERSION = "0.1.37";
1481
+ declare const SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
1482
1482
 
1483
1483
  /**
1484
1484
  * Base error class for all Deepline SDK errors.
package/dist/index.js CHANGED
@@ -215,8 +215,8 @@ function resolveConfig(options) {
215
215
  }
216
216
 
217
217
  // src/version.ts
218
- var SDK_VERSION = "0.1.36";
219
- var SDK_API_CONTRACT = "2026-05-v2-tool-response";
218
+ var SDK_VERSION = "0.1.37";
219
+ var SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
220
220
 
221
221
  // ../shared_libs/play-runtime/coordinator-headers.ts
222
222
  var COORDINATOR_INTERNAL_TOKEN_HEADER = "x-deepline-internal-token";
package/dist/index.mjs CHANGED
@@ -169,8 +169,8 @@ function resolveConfig(options) {
169
169
  }
170
170
 
171
171
  // src/version.ts
172
- var SDK_VERSION = "0.1.36";
173
- var SDK_API_CONTRACT = "2026-05-v2-tool-response";
172
+ var SDK_VERSION = "0.1.37";
173
+ var SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
174
174
 
175
175
  // ../shared_libs/play-runtime/coordinator-headers.ts
176
176
  var COORDINATOR_INTERNAL_TOKEN_HEADER = "x-deepline-internal-token";
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = "0.1.36";
2
- export const SDK_API_CONTRACT = "2026-05-v2-tool-response";
1
+ export const SDK_VERSION = "0.1.37";
2
+ export const SDK_API_CONTRACT = "2026-05-v2-play-live-definition";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {