alliance-shared-types 1.0.15 → 1.0.16

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.
@@ -1,7 +1,7 @@
1
1
  export type BillingType = 'prepaid' | 'postpaid';
2
2
  export type CorporateStatus = 'active' | 'inactive' | 'suspended';
3
3
  export type EmployeeStatus = 'active' | 'inactive' | 'resigned';
4
- export type EmployeeLevel = 'Junior' | 'Mid' | 'Senior' | 'Executive' | 'C-Level';
4
+ export type EmployeeLevel = 'employee' | 'manager' | 'admin';
5
5
  export type CityTier = 'Tier1' | 'Tier2' | 'Tier3' | 'International';
6
6
  export type TripType = 'domestic' | 'international';
7
7
  export type RequestType = 'flight' | 'hotel' | 'car' | 'multi';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alliance-shared-types",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Shared TypeScript types for Alliance B2B Travel Portal",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",