@trii/types 2.10.311 → 2.10.313

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.
@@ -5,6 +5,8 @@ export declare class ISpaceInfo {
5
5
  imageUrl: string;
6
6
  domain: string;
7
7
  status: Status;
8
+ apiUrl: string | 'agent-api.trii.app';
9
+ apiVersion: string | 'v1';
8
10
  /**Access level for current user */
9
11
  accessLevel: AccessLevel;
10
12
  /** Date on which the user accepted to be a member of the space */
@@ -59,6 +61,8 @@ export interface ISpace {
59
61
  name: string;
60
62
  region: Region;
61
63
  status: Status;
64
+ apiUrl: string | 'agent-api.trii.app';
65
+ apiVersion: string | 'v1';
62
66
  subscriptionId: string;
63
67
  image_url: string;
64
68
  domain_active: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.311",
3
+ "version": "2.10.313",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",