@htlkg/core 0.0.16 → 0.0.17

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.
@@ -139,7 +139,7 @@ interface ActivityLog {
139
139
  userEmail: string;
140
140
  accountId?: string;
141
141
  brandId?: string;
142
- action: "create" | "update" | "delete";
142
+ action: "create" | "update" | "delete" | "restore" | "permanent_delete";
143
143
  resourceType: string;
144
144
  resourceId: string;
145
145
  resourceName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htlkg/core",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -150,7 +150,7 @@ export interface ActivityLog {
150
150
  userEmail: string;
151
151
  accountId?: string;
152
152
  brandId?: string;
153
- action: "create" | "update" | "delete";
153
+ action: "create" | "update" | "delete" | "restore" | "permanent_delete";
154
154
  resourceType: string;
155
155
  resourceId: string;
156
156
  resourceName?: string;