@fiado/type-kit 1.0.32 → 1.0.34

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.
@@ -8,4 +8,9 @@ export declare class GroupDirectoryRelationsResponse {
8
8
  relationType: RelationType;
9
9
  status: RelationStatus;
10
10
  agent: string;
11
+ createdAt: string;
12
+ updatedAt: string;
13
+ phoneNumber: string;
14
+ operationId: string;
15
+ indexName: string;
11
16
  }
@@ -3,7 +3,7 @@ export * from './dtos/GroupCreateRequest';
3
3
  export * from './dtos/GroupDirectoryRelationsResponse';
4
4
  export * from './dtos/GroupUpdateRequest';
5
5
  export * from './dtos/GroupAddDirectoryRequest';
6
- export * from './dtos/GroupDirectoryRetationsUpdateRequest';
6
+ export * from './dtos/GroupDirectoryRelationsUpdateRequest';
7
7
  export * from './enums/GroupStatus';
8
8
  export * from './enums/RelationType';
9
9
  export * from './enums/RelationStatus';
@@ -20,7 +20,7 @@ __exportStar(require("./dtos/GroupCreateRequest"), exports);
20
20
  __exportStar(require("./dtos/GroupDirectoryRelationsResponse"), exports);
21
21
  __exportStar(require("./dtos/GroupUpdateRequest"), exports);
22
22
  __exportStar(require("./dtos/GroupAddDirectoryRequest"), exports);
23
- __exportStar(require("./dtos/GroupDirectoryRetationsUpdateRequest"), exports);
23
+ __exportStar(require("./dtos/GroupDirectoryRelationsUpdateRequest"), exports);
24
24
  //enums
25
25
  __exportStar(require("./enums/GroupStatus"), exports);
26
26
  __exportStar(require("./enums/RelationType"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -12,4 +12,10 @@ export class GroupDirectoryRelationsResponse {
12
12
  relationType: RelationType
13
13
  status: RelationStatus
14
14
  agent: string
15
+ createdAt: string
16
+ updatedAt: string
17
+ phoneNumber: string
18
+ operationId: string
19
+ indexName: string
20
+
15
21
  }