@lessly/sdk-app 69.0.0 → 70.0.0

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.
@@ -117971,6 +117971,10 @@ export type WorkflowDefinitionEstimateOutput = ({
117971
117971
  counted_pages: number;
117972
117972
  page_limit_reached: boolean;
117973
117973
  } | {
117974
+ /**
117975
+ * What the source did, in one line — the outcome kind and the Gateway error code where there was one. Null when nothing was called. Never a response body.
117976
+ */
117977
+ detail: (string | null);
117974
117978
  reason: ("unknown_tool" | "not_a_batch_trigger" | "source_failed" | "grant_missing");
117975
117979
  status: "unavailable";
117976
117980
  counted_pages: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "69.0.0",
3
+ "version": "70.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -219,5 +219,5 @@
219
219
  }
220
220
  }
221
221
  },
222
- "sdkContentHash": "sha256:e49dfe2226b26c24c47c532799a873cd06e53590faf9f1ba9a6f6c698689c859"
222
+ "sdkContentHash": "sha256:537ce888b233ec42d12d1dfc84d852da9c5644f4845a09f8fb425fbf584e9c60"
223
223
  }
@@ -111549,6 +111549,10 @@ status: "counted"
111549
111549
  counted_pages: number
111550
111550
  page_limit_reached: boolean
111551
111551
  } | {
111552
+ /**
111553
+ * What the source did, in one line — the outcome kind and the Gateway error code where there was one. Null when nothing was called. Never a response body.
111554
+ */
111555
+ detail: (string | null)
111552
111556
  reason: ("unknown_tool" | "not_a_batch_trigger" | "source_failed" | "grant_missing")
111553
111557
  status: "unavailable"
111554
111558
  counted_pages: number