@metorial-services/horizon-outpost-client 1.0.3 → 1.0.4
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/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68247,7 +68247,9 @@ declare let rootController: {
|
|
|
68247
68247
|
workspace: {
|
|
68248
68248
|
list: Handler<Partial<Pick<{
|
|
68249
68249
|
appId: string;
|
|
68250
|
-
|
|
68250
|
+
byAppType: boolean | undefined;
|
|
68251
|
+
byApp: boolean | undefined;
|
|
68252
|
+
}, "byAppType" | "byApp">> & {
|
|
68251
68253
|
appId: string;
|
|
68252
68254
|
} & {
|
|
68253
68255
|
limit?: number;
|