@rufous/aem 1.0.165 → 1.0.168

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,5 +8,7 @@ export interface AdminWorkflowTypeStatusCreatedEvent {
8
8
  createdBy: string;
9
9
  workItemTypeId: string;
10
10
  order: number;
11
+ statusType: string;
12
+ statusColorCode: string;
11
13
  };
12
14
  }
@@ -9,6 +9,8 @@ export interface CompanyEmployeeCreatedEvent {
9
9
  userFirstName: string;
10
10
  userLastName: string;
11
11
  emailId: string;
12
+ personalEmailId: string;
13
+ personalUserId: string;
12
14
  phoneNumber: string;
13
15
  entityId: string;
14
16
  userStatus: UserStatus;
@@ -9,6 +9,7 @@ export interface PartnerEmployeeCreatedEvent {
9
9
  userFirstName: string;
10
10
  userLastName: string;
11
11
  emailId: string;
12
+ personalEmailId: string;
12
13
  phoneNumber: string;
13
14
  entityId: string;
14
15
  userStatus: UserStatus;
@@ -1,5 +1,6 @@
1
1
  export declare enum AssetStatus {
2
2
  functional = "Functional",
3
- notFunctional = "Not Functional",
4
- archive = "Archive"
3
+ nonFunctional = "Non Functional",
4
+ archive = "Archive",
5
+ notAvailable = "Not Available"
5
6
  }
@@ -4,6 +4,7 @@ exports.AssetStatus = void 0;
4
4
  var AssetStatus;
5
5
  (function (AssetStatus) {
6
6
  AssetStatus["functional"] = "Functional";
7
- AssetStatus["notFunctional"] = "Not Functional";
7
+ AssetStatus["nonFunctional"] = "Non Functional";
8
8
  AssetStatus["archive"] = "Archive";
9
+ AssetStatus["notAvailable"] = "Not Available";
9
10
  })(AssetStatus = exports.AssetStatus || (exports.AssetStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rufous/aem",
3
- "version": "1.0.165",
3
+ "version": "1.0.168",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [