@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -1
  2. 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
- }, never>> & {
68250
+ byAppType: boolean | undefined;
68251
+ byApp: boolean | undefined;
68252
+ }, "byAppType" | "byApp">> & {
68251
68253
  appId: string;
68252
68254
  } & {
68253
68255
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metorial-services/horizon-outpost-client",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },