alliance-shared-types 1.0.14 → 1.0.15

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.
@@ -164,6 +164,7 @@ export interface CorporateEmployeeUpdate {
164
164
  nationality?: string;
165
165
  panNumber?: string;
166
166
  managerEmployeeId?: string;
167
+ roleId?: string;
167
168
  status?: EmployeeStatus;
168
169
  }
169
170
  export interface TravelPolicy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alliance-shared-types",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Shared TypeScript types for Alliance B2B Travel Portal",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",