charlie-test-types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
declare namespace AlbertContracts { | ||
declare namespace c { | ||
export enum Country { | ||
@@ -15,3 +15,5 @@ UnitedStates = 'united-states', | ||
export interface AddUserRequestBody { | ||
id: string; | ||
name: string; | ||
age: number; | ||
country: Country; | ||
} | ||
@@ -26,3 +28,3 @@ | ||
export interface GetUserByIdRequestBody { | ||
name: string; | ||
id: string; | ||
} | ||
@@ -37,2 +39,2 @@ | ||
export = AlbertContracts; | ||
export = c; |
{ | ||
"name": "charlie-test-types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "test package to deploying a typescript types package", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/charlieroth/charlie-test-types.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1271
47