deepline 0.3.38 → 0.3.39

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.
@@ -199,7 +199,7 @@ export const SDK_RELEASE = {
199
199
  // available at toolResponse.rawV2 while toolResponse.raw and all declared
200
200
  // getters keep their established compatibility behavior.
201
201
  // 0.3.1 deprecated the legacy `deepline enrich` command in favor of Plays.
202
- version: '0.3.38',
202
+ version: '0.3.39',
203
203
  updateSummary:
204
204
  'Automatic CLI updates are now enabled by default. To opt out, run `deepline settings autoupdate off`; use `deepline settings autoupdate on` to re-enable updates or `deepline settings autoupdate pin <version>` to hold an exact release. This release also adds raw-v2 tool responses at toolResponse.rawV2 while preserving existing toolResponse.raw and declared getters.',
205
205
  packageCapabilities: {
@@ -1135,7 +1135,7 @@ async function postAppRuntimeApi<TResponse>(
1135
1135
  ...vercelHeaders,
1136
1136
  ...(context.preferredReceiptGatewayMachineId?.trim()
1137
1137
  ? {
1138
- 'fly-prefer-instance-id':
1138
+ 'fly-force-instance-id':
1139
1139
  context.preferredReceiptGatewayMachineId.trim(),
1140
1140
  }
1141
1141
  : {}),
@@ -42,10 +42,10 @@ export const RUNTIME_ENVIRONMENT_TOKEN_HEADER =
42
42
  */
43
43
  export const ABSURD_RELEASE_OVERRIDE_HEADER = 'x-deepline-absurd-release';
44
44
  /**
45
- * Deployment-canary-only route selection for the receipt gateway. The public
46
- * API never accepts this header: a staged app may honor it only for an
47
- * internally authenticated fixture run. It is copied into the signed launch
48
- * contract, rather than forwarded from any sandbox or customer request.
45
+ * Deployment-canary-only exact-machine selection for the receipt gateway.
46
+ * The public API never accepts this header: a staged app may honor it only
47
+ * for an internally authenticated fixture run. It is copied into the signed
48
+ * launch contract, rather than forwarded from any sandbox or customer request.
49
49
  */
50
50
  export const PREFERRED_RECEIPT_GATEWAY_MACHINE_ID_HEADER =
51
51
  'x-deepline-preferred-receipt-gateway-machine-id';
@@ -382,7 +382,7 @@ async function main() {
382
382
  authorization: 'Bearer ' + token,
383
383
  '${PLAY_RUNTIME_CONTRACT_HEADER}': '${String(PLAY_RUNTIME_CONTRACT)}',
384
384
  ...(preferredGatewayMachineId
385
- ? { 'fly-prefer-instance-id': preferredGatewayMachineId }
385
+ ? { 'fly-force-instance-id': preferredGatewayMachineId }
386
386
  : {}),
387
387
  },
388
388
  body: JSON.stringify({
package/dist/cli/index.js CHANGED
@@ -1043,7 +1043,7 @@ var SDK_RELEASE = {
1043
1043
  // available at toolResponse.rawV2 while toolResponse.raw and all declared
1044
1044
  // getters keep their established compatibility behavior.
1045
1045
  // 0.3.1 deprecated the legacy `deepline enrich` command in favor of Plays.
1046
- version: "0.3.38",
1046
+ version: "0.3.39",
1047
1047
  updateSummary: "Automatic CLI updates are now enabled by default. To opt out, run `deepline settings autoupdate off`; use `deepline settings autoupdate on` to re-enable updates or `deepline settings autoupdate pin <version>` to hold an exact release. This release also adds raw-v2 tool responses at toolResponse.rawV2 while preserving existing toolResponse.raw and declared getters.",
1048
1048
  packageCapabilities: {
1049
1049
  updatePreferences: 1
@@ -1029,7 +1029,7 @@ var SDK_RELEASE = {
1029
1029
  // available at toolResponse.rawV2 while toolResponse.raw and all declared
1030
1030
  // getters keep their established compatibility behavior.
1031
1031
  // 0.3.1 deprecated the legacy `deepline enrich` command in favor of Plays.
1032
- version: "0.3.38",
1032
+ version: "0.3.39",
1033
1033
  updateSummary: "Automatic CLI updates are now enabled by default. To opt out, run `deepline settings autoupdate off`; use `deepline settings autoupdate on` to re-enable updates or `deepline settings autoupdate pin <version>` to hold an exact release. This release also adds raw-v2 tool responses at toolResponse.rawV2 while preserving existing toolResponse.raw and declared getters.",
1034
1034
  packageCapabilities: {
1035
1035
  updatePreferences: 1
package/dist/index.js CHANGED
@@ -779,7 +779,7 @@ var SDK_RELEASE = {
779
779
  // available at toolResponse.rawV2 while toolResponse.raw and all declared
780
780
  // getters keep their established compatibility behavior.
781
781
  // 0.3.1 deprecated the legacy `deepline enrich` command in favor of Plays.
782
- version: "0.3.38",
782
+ version: "0.3.39",
783
783
  updateSummary: "Automatic CLI updates are now enabled by default. To opt out, run `deepline settings autoupdate off`; use `deepline settings autoupdate on` to re-enable updates or `deepline settings autoupdate pin <version>` to hold an exact release. This release also adds raw-v2 tool responses at toolResponse.rawV2 while preserving existing toolResponse.raw and declared getters.",
784
784
  packageCapabilities: {
785
785
  updatePreferences: 1
package/dist/index.mjs CHANGED
@@ -702,7 +702,7 @@ var SDK_RELEASE = {
702
702
  // available at toolResponse.rawV2 while toolResponse.raw and all declared
703
703
  // getters keep their established compatibility behavior.
704
704
  // 0.3.1 deprecated the legacy `deepline enrich` command in favor of Plays.
705
- version: "0.3.38",
705
+ version: "0.3.39",
706
706
  updateSummary: "Automatic CLI updates are now enabled by default. To opt out, run `deepline settings autoupdate off`; use `deepline settings autoupdate on` to re-enable updates or `deepline settings autoupdate pin <version>` to hold an exact release. This release also adds raw-v2 tool responses at toolResponse.rawV2 while preserving existing toolResponse.raw and declared getters.",
707
707
  packageCapabilities: {
708
708
  updatePreferences: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepline",
3
- "version": "0.3.38",
3
+ "version": "0.3.39",
4
4
  "description": "GTM data CLI and TypeScript SDK for coding agents",
5
5
  "license": "MIT",
6
6
  "homepage": "https://code.deepline.com",