deepline 0.1.103 → 0.1.105

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.
@@ -133,6 +133,8 @@ export type PlaySchedulerSubmitInput = {
133
133
  coordinatorUrl?: string | null;
134
134
  /** Request-scoped coordinator auth token for non-production preview/dev runs. */
135
135
  coordinatorInternalToken?: string | null;
136
+ /** Request-scoped Vercel Deployment Protection bypass for preview runtime callbacks. */
137
+ vercelProtectionBypassToken?: string | null;
136
138
  };
137
139
 
138
140
  export type PlaySchedulerProgressEvent =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.1.103",
3
+ "version": "0.1.105",
4
4
  "description": "Deepline SDK + CLI — B2B data enrichment powered by durable cloud execution",
5
5
  "license": "MIT",
6
6
  "repository": {