@postern/core
Advanced tools
@@ -23,3 +23,2 @@ export interface EntityWithId { | ||
| export interface EndPoint extends EntityWithId { | ||
| name?: string; | ||
| description?: string; | ||
@@ -34,3 +33,3 @@ path: string; | ||
| export interface Response extends EntityWithId { | ||
| id: number | null; | ||
| description?: string; | ||
| endpointId: number | null; | ||
@@ -37,0 +36,0 @@ isActive: boolean; |
+1
-1
| { | ||
| "name": "@postern/core", | ||
| "version": "0.0.15", | ||
| "version": "0.0.16", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -26,3 +26,2 @@ export interface EntityWithId { | ||
| export interface EndPoint extends EntityWithId { | ||
| name?: string, | ||
| description?: string, | ||
@@ -38,3 +37,3 @@ path: string, | ||
| export interface Response extends EntityWithId { | ||
| id: number | null, | ||
| description?: string, | ||
| endpointId: number | null, | ||
@@ -41,0 +40,0 @@ isActive: boolean, |
59694
-0.05%1593
-0.13%