@fiado/type-kit 1.1.40 → 1.1.42

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,7 +5,6 @@ export declare class GroupDirectoryRelationsResponse {
5
5
  SK: string;
6
6
  directoryId: string;
7
7
  groupId: string;
8
- groupCategory: string | null;
9
8
  relationType: RelationType;
10
9
  status: RelationStatus;
11
10
  agent: string;
@@ -64,4 +64,5 @@ export declare class PeopleUpdateRequest {
64
64
  MXN_UsageMonthly?: string | null;
65
65
  MXN_MaximumTX?: string | null;
66
66
  signature?: boolean;
67
+ MEX_Beneficiaries?: boolean;
67
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.1.40",
3
+ "version": "1.1.42",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -9,7 +9,6 @@ export class GroupDirectoryRelationsResponse {
9
9
  SK: string
10
10
  directoryId: string
11
11
  groupId: string
12
- groupCategory: string | null
13
12
  relationType: RelationType
14
13
  status: RelationStatus
15
14
  agent: string
@@ -68,4 +68,5 @@ export class PeopleUpdateRequest {
68
68
  MXN_UsageMonthly?:string | null;
69
69
  MXN_MaximumTX?:string | null;
70
70
  signature?: boolean;
71
+ MEX_Beneficiaries?: boolean;
71
72
  }