mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Compare commits
3 Commits
v0.5.0
...
v0.4.3-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1795b76004 | ||
|
|
531eabb96e | ||
|
|
a0f8cd5d05 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-archiver/types",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.4",
|
||||
"license": "MIT License",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -43,10 +43,13 @@ export interface LicensePingRequest {
|
||||
*/
|
||||
export interface LicensePingResponse {
|
||||
status: 'VALID' | 'INVALID';
|
||||
// ISO 8601 UTC timestamp.
|
||||
expirationDate: string;
|
||||
/** ISO 8601 UTC timestamp. Present only when status is "VALID" and activeSeats > planSeats. */
|
||||
gracePeriodEnds?: string;
|
||||
/** The current plan seat limit from the license server. */
|
||||
planSeats?: number;
|
||||
message?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user