deepline 0.1.45 → 0.1.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/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.45";
220
- var SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
219
+ var SDK_VERSION = "0.1.46";
220
+ var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
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.45";
197
- var SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
196
+ var SDK_VERSION = "0.1.46";
197
+ var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
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
@@ -1511,8 +1511,8 @@ declare class DeeplineClient {
1511
1511
  }>;
1512
1512
  }
1513
1513
 
1514
- declare const SDK_VERSION = "0.1.45";
1515
- declare const SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
1514
+ declare const SDK_VERSION = "0.1.46";
1515
+ declare const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
1516
1516
 
1517
1517
  /**
1518
1518
  * Base error class for all Deepline SDK errors.
package/dist/index.d.ts CHANGED
@@ -1511,8 +1511,8 @@ declare class DeeplineClient {
1511
1511
  }>;
1512
1512
  }
1513
1513
 
1514
- declare const SDK_VERSION = "0.1.45";
1515
- declare const SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
1514
+ declare const SDK_VERSION = "0.1.46";
1515
+ declare const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
1516
1516
 
1517
1517
  /**
1518
1518
  * 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.45";
219
- var SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
218
+ var SDK_VERSION = "0.1.46";
219
+ var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
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.45";
173
- var SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
172
+ var SDK_VERSION = "0.1.46";
173
+ var SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
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.45";
2
- export const SDK_API_CONTRACT = "2026-05-promo-redemption-policy";
1
+ export const SDK_VERSION = "0.1.46";
2
+ export const SDK_API_CONTRACT = "2026-05-stripe-promo-checkout";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {