mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 19:58:28 +02:00
description for access request (frontend) (#834)
This commit is contained in:
@@ -15,6 +15,7 @@ import { RequestFile } from './models';
|
||||
export class AccessRequest {
|
||||
'envZId'?: string;
|
||||
'shareToken'?: string;
|
||||
'description'?: string;
|
||||
|
||||
static discriminator: string | undefined = undefined;
|
||||
|
||||
@@ -28,6 +29,11 @@ export class AccessRequest {
|
||||
"name": "shareToken",
|
||||
"baseName": "shareToken",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"baseName": "description",
|
||||
"type": "string"
|
||||
} ];
|
||||
|
||||
static getAttributeTypeMap() {
|
||||
|
@@ -16,6 +16,7 @@ export class Frontend {
|
||||
'id'?: number;
|
||||
'feToken'?: string;
|
||||
'shareToken'?: string;
|
||||
'description'?: string;
|
||||
'zId'?: string;
|
||||
'createdAt'?: number;
|
||||
'updatedAt'?: number;
|
||||
@@ -38,6 +39,11 @@ export class Frontend {
|
||||
"baseName": "shareToken",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"baseName": "description",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "zId",
|
||||
"baseName": "zId",
|
||||
|
Reference in New Issue
Block a user