@metorial-services/horizon-outpost-client 1.0.3 → 1.0.5

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 +8 -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;
@@ -68262,6 +68264,7 @@ declare let rootController: {
68262
68264
  id: string;
68263
68265
  slug: string;
68264
68266
  name: string;
68267
+ identifierInApp: string;
68265
68268
  imageUrl: string;
68266
68269
  organizationId: string;
68267
68270
  organization: {
@@ -68311,6 +68314,7 @@ declare let rootController: {
68311
68314
  id: string;
68312
68315
  slug: string;
68313
68316
  name: string;
68317
+ identifierInApp: string;
68314
68318
  imageUrl: string;
68315
68319
  organizationId: string;
68316
68320
  organization: {
@@ -68352,6 +68356,7 @@ declare let rootController: {
68352
68356
  id: string;
68353
68357
  slug: string;
68354
68358
  name: string;
68359
+ identifierInApp: string;
68355
68360
  imageUrl: string;
68356
68361
  organizationId: string;
68357
68362
  organization: {
@@ -68442,6 +68447,7 @@ declare let rootController: {
68442
68447
  id: string;
68443
68448
  slug: string;
68444
68449
  name: string;
68450
+ identifierInApp: string;
68445
68451
  imageUrl: string;
68446
68452
  organizationId: string;
68447
68453
  organization: {
@@ -68502,6 +68508,7 @@ declare let rootController: {
68502
68508
  id: string;
68503
68509
  slug: string;
68504
68510
  name: string;
68511
+ identifierInApp: string;
68505
68512
  imageUrl: string;
68506
68513
  organizationId: string;
68507
68514
  organization: {
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.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },