@lessly/sdk-app 68.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.
|
@@ -114352,7 +114352,6 @@ export interface TrackingProfilesDeleteOutput {
|
|
|
114352
114352
|
archive: {
|
|
114353
114353
|
note: string;
|
|
114354
114354
|
status: "gap_flagged";
|
|
114355
|
-
erasureRequestId: string;
|
|
114356
114355
|
};
|
|
114357
114356
|
deleted: {
|
|
114358
114357
|
events: number;
|
|
@@ -117972,6 +117971,10 @@ export type WorkflowDefinitionEstimateOutput = ({
|
|
|
117972
117971
|
counted_pages: number;
|
|
117973
117972
|
page_limit_reached: boolean;
|
|
117974
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);
|
|
117975
117978
|
reason: ("unknown_tool" | "not_a_batch_trigger" | "source_failed" | "grant_missing");
|
|
117976
117979
|
status: "unavailable";
|
|
117977
117980
|
counted_pages: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
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:
|
|
222
|
+
"sdkContentHash": "sha256:537ce888b233ec42d12d1dfc84d852da9c5644f4845a09f8fb425fbf584e9c60"
|
|
223
223
|
}
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -107788,7 +107788,6 @@ ok: true
|
|
|
107788
107788
|
archive: {
|
|
107789
107789
|
note: string
|
|
107790
107790
|
status: "gap_flagged"
|
|
107791
|
-
erasureRequestId: string
|
|
107792
107791
|
}
|
|
107793
107792
|
deleted: {
|
|
107794
107793
|
events: number
|
|
@@ -111550,6 +111549,10 @@ status: "counted"
|
|
|
111550
111549
|
counted_pages: number
|
|
111551
111550
|
page_limit_reached: boolean
|
|
111552
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)
|
|
111553
111556
|
reason: ("unknown_tool" | "not_a_batch_trigger" | "source_failed" | "grant_missing")
|
|
111554
111557
|
status: "unavailable"
|
|
111555
111558
|
counted_pages: number
|