@aptly-as/types
Advanced tools
Comparing version 0.1.2 to 1.0.0
import { AptlyOrganizationSchema } from './organization'; | ||
export interface AptlyClientSchema<ID, DATE> { | ||
organization: ID | AptlyOrganizationSchema<ID, DATE>; | ||
refId: string; | ||
user: ID; | ||
subject: string; | ||
clientId: string; | ||
permissions: any; | ||
created: DATE; | ||
name: string; | ||
} |
@@ -5,6 +5,8 @@ import { AptlyOrganizationSchema } from './organization'; | ||
organization: ID | AptlyOrganizationSchema<ID, DATE>; | ||
refId: string; | ||
user: ID; | ||
subject: string; | ||
clientId: string; | ||
permissions: any; | ||
created: DATE; | ||
name: string; | ||
} |
{ | ||
"name": "@aptly-as/types", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
# Aptly Types | ||
[Swagger API documentation](https://app.swaggerhub.com/apis-docs/Aptly-AS/aptly-api/1.0.0) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
95005
2606
1
3