@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.6.0 to 2.6.2
@@ -14,2 +14,3 @@ /** | ||
TagsRead = "tags-read", | ||
TagsWrite = "tags-write", | ||
UsersRead = "users-read", | ||
@@ -29,7 +30,17 @@ UsersWrite = "users-write", | ||
BackendSystemsFull = "backendsystems-full", | ||
DomainsRead = "domains-read", | ||
DomainsFull = "domains-full", | ||
HttpLogsFull = "httplogs-full", | ||
PoliciesFull = "policies-full", | ||
OrganizationsRead = "organizations-read", | ||
OrganizationsWrite = "organizations-write", | ||
OrganizationsFull = "organizations-full", | ||
NotificationsRead = "notifications-read", | ||
NotificationsWrite = "notifications-write", | ||
NotificationsFull = "notifications-full", | ||
DocumentsRead = "documents-read", | ||
DocumentsWrite = "documents-write", | ||
DocumentsFull = "documents-full", | ||
All = "*" | ||
} | ||
//# sourceMappingURL=SdPlatformApiTokenScopes.d.ts.map |
@@ -18,2 +18,3 @@ "use strict"; | ||
SdPlatformApiTokenScopes["TagsRead"] = "tags-read"; | ||
SdPlatformApiTokenScopes["TagsWrite"] = "tags-write"; | ||
SdPlatformApiTokenScopes["UsersRead"] = "users-read"; | ||
@@ -33,7 +34,17 @@ SdPlatformApiTokenScopes["UsersWrite"] = "users-write"; | ||
SdPlatformApiTokenScopes["BackendSystemsFull"] = "backendsystems-full"; | ||
SdPlatformApiTokenScopes["DomainsRead"] = "domains-read"; | ||
SdPlatformApiTokenScopes["DomainsFull"] = "domains-full"; | ||
SdPlatformApiTokenScopes["HttpLogsFull"] = "httplogs-full"; | ||
SdPlatformApiTokenScopes["PoliciesFull"] = "policies-full"; | ||
SdPlatformApiTokenScopes["OrganizationsRead"] = "organizations-read"; | ||
SdPlatformApiTokenScopes["OrganizationsWrite"] = "organizations-write"; | ||
SdPlatformApiTokenScopes["OrganizationsFull"] = "organizations-full"; | ||
SdPlatformApiTokenScopes["NotificationsRead"] = "notifications-read"; | ||
SdPlatformApiTokenScopes["NotificationsWrite"] = "notifications-write"; | ||
SdPlatformApiTokenScopes["NotificationsFull"] = "notifications-full"; | ||
SdPlatformApiTokenScopes["DocumentsRead"] = "documents-read"; | ||
SdPlatformApiTokenScopes["DocumentsWrite"] = "documents-write"; | ||
SdPlatformApiTokenScopes["DocumentsFull"] = "documents-full"; | ||
SdPlatformApiTokenScopes["All"] = "*"; | ||
})(SdPlatformApiTokenScopes = exports.SdPlatformApiTokenScopes || (exports.SdPlatformApiTokenScopes = {})); | ||
//# sourceMappingURL=SdPlatformApiTokenScopes.js.map |
@@ -11,3 +11,3 @@ import { SdPlatformApiTokenScopes } from "../commons/SdPlatformApiTokenScopes"; | ||
/** epoch timestamp until which the API token shall be valid */ | ||
readonly valid_until: number; | ||
readonly valid_until?: number; | ||
/** whether the token is currently active */ | ||
@@ -14,0 +14,0 @@ readonly active: boolean; |
{ | ||
"name": "@shapediver/api.platform-api-dto-v1", | ||
"version": "2.6.0", | ||
"version": "2.6.2", | ||
"description": "Data Transfer Object Definitions of the Platform API v1", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
208289
3030