Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
libraries
api-client
Commits
895824bd
Commit
895824bd
authored
3 years ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Token API text (coscine/issues#1926)
parent
28529ad1
No related branches found
No related tags found
2 merge requests
!17
New: Get Project by Slug
,
!16
Update: Token and Project API refactoring
Changes
2
Pipelines
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Coscine.Api.Token/api.ts
+2
-2
2 additions, 2 deletions
src/Coscine.Api.Token/api.ts
yarn.lock-workspace
+157
-340
157 additions, 340 deletions
yarn.lock-workspace
with
159 additions
and
342 deletions
src/Coscine.Api.Token/api.ts
+
2
−
2
View file @
895824bd
...
@@ -122,13 +122,13 @@ export interface CreatedApiTokenObjectAllOf {
...
@@ -122,13 +122,13 @@ export interface CreatedApiTokenObjectAllOf {
token
?:
string
|
null
;
token
?:
string
|
null
;
}
}
/**
/**
*
Retuned upon creation of a new token.
Contains the minimum and maximum token validity in days from today.
* Contains the minimum and maximum token validity in days from today.
* @export
* @export
* @interface TokenValidityObject
* @interface TokenValidityObject
*/
*/
export
interface
TokenValidityObject
{
export
interface
TokenValidityObject
{
/**
/**
* Object holding the specified token minumum and maximum validity in days.
* Object holding the specified token minumum and maximum validity in days
from today
.
* @type {number}
* @type {number}
* @memberof TokenValidityObject
* @memberof TokenValidityObject
*/
*/
...
...
This diff is collapsed.
Click to expand it.
yarn.lock-workspace
+
157
−
340
View file @
895824bd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment