@onereach/types-hitl-api 0.0.37 → 0.0.38-rc.1

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.
@@ -11,7 +11,8 @@ export interface IAgent<T extends IMeta = IMeta> {
11
11
  readonly meta: T;
12
12
  }
13
13
  export interface IMeta {
14
- readonly name?: string;
14
+ readonly firstName?: string;
15
+ readonly lastName?: string;
15
16
  readonly type?: string;
16
17
  }
17
18
  export interface IGetAgentsOptions extends ITargetAccountId {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.37",
3
+ "version": "0.0.38-rc.1",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.js",
6
6
  "types": "dist/types/index.types.d.ts",