nucleus-core-ts 0.8.153 → 0.8.154

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.
@@ -410,6 +410,7 @@ export interface UpdateApiKeyResponse {
410
410
  data: ApiKeyListItem;
411
411
  }
412
412
  export interface RevokeApiKeyPayload {
413
+ id: string;
413
414
  reason?: string;
414
415
  }
415
416
  export interface RevokeApiKeyResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-core-ts",
3
- "version": "0.8.153",
3
+ "version": "0.8.154",
4
4
  "description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
5
5
  "author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",