Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions api-docs/openapi/v3_0/linksV1alpha1Api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Halo",
"version" : "2.17.2"
"version" : "2.22.5"
},
"servers" : [ {
"url" : "http://localhost:31788",
"url" : "http://localhost:42136",
"description" : "Generated server url"
} ],
"security" : [ {
Expand Down Expand Up @@ -624,7 +624,8 @@
"spec" : {
"$ref" : "#/components/schemas/LinkSpec"
}
}
},
"description" : "A chunk of items."
},
"LinkDetailDTO" : {
"required" : [ "title" ],
Expand Down Expand Up @@ -718,6 +719,9 @@
"displayName" : {
"type" : "string"
},
"hidden" : {
"type" : "boolean"
},
"links" : {
"type" : "array",
"description" : "Names of links below this group.",
Expand Down Expand Up @@ -796,6 +800,9 @@
"groupName" : {
"type" : "string"
},
"hidden" : {
"type" : "boolean"
},
"logo" : {
"type" : "string"
},
Expand All @@ -816,15 +823,18 @@
"type" : "object",
"additionalProperties" : {
"type" : "string"
}
},
"description" : "Annotations are like key-value format."
},
"creationTimestamp" : {
"type" : "string",
"description" : "Creation timestamp of the Extension.",
"format" : "date-time",
"nullable" : true
},
"deletionTimestamp" : {
"type" : "string",
"description" : "Deletion timestamp of the Extension.",
"format" : "date-time",
"nullable" : true
},
Expand All @@ -845,18 +855,21 @@
"type" : "object",
"additionalProperties" : {
"type" : "string"
}
},
"description" : "Labels are like key-value format."
},
"name" : {
"type" : "string",
"description" : "Metadata name"
},
"version" : {
"type" : "integer",
"description" : "Current version of the Extension. It will be bumped up every update.",
"format" : "int64",
"nullable" : true
}
}
},
"description" : "Metadata of Extension."
},
"MoveOperation" : {
"required" : [ "op", "from", "path" ],
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/api/link-group-v1alpha1-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/api/link-v1alpha1-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions console/src/api/generated/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -19,7 +19,7 @@ import type { Configuration } from './configuration';
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
import globalAxios from 'axios';

export const BASE_PATH = "http://localhost:31788".replace(/\/+$/, "");
export const BASE_PATH = "http://localhost:42136".replace(/\/+$/, "");

/**
*
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/add-operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/copy-operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
30 changes: 15 additions & 15 deletions console/src/api/generated/models/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export * from "./add-operation";
export * from "./copy-operation";
export * from "./json-patch-inner";
export * from "./link";
export * from "./link-detail-dto";
export * from "./link-group";
export * from "./link-group-list";
export * from "./link-group-spec";
export * from "./link-list";
export * from "./link-spec";
export * from "./metadata";
export * from "./move-operation";
export * from "./remove-operation";
export * from "./replace-operation";
export * from "./test-operation";
export * from './add-operation';
export * from './copy-operation';
export * from './json-patch-inner';
export * from './link';
export * from './link-detail-dto';
export * from './link-group';
export * from './link-group-list';
export * from './link-group-spec';
export * from './link-list';
export * from './link-spec';
export * from './metadata';
export * from './move-operation';
export * from './remove-operation';
export * from './replace-operation';
export * from './test-operation';
2 changes: 1 addition & 1 deletion console/src/api/generated/models/json-patch-inner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/link-detail-dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/link-group-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
8 changes: 7 additions & 1 deletion console/src/api/generated/models/link-group-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -26,6 +26,12 @@ export interface LinkGroupSpec {
* @memberof LinkGroupSpec
*/
'displayName': string;
/**
*
* @type {boolean}
* @memberof LinkGroupSpec
*/
'hidden'?: boolean;
/**
* Names of links below this group.
* @type {Array<string>}
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/link-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/link-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
8 changes: 7 additions & 1 deletion console/src/api/generated/models/link-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -38,6 +38,12 @@ export interface LinkSpec {
* @memberof LinkSpec
*/
'groupName'?: string;
/**
*
* @type {boolean}
* @memberof LinkSpec
*/
'hidden'?: boolean;
/**
*
* @type {string}
Expand Down
4 changes: 2 additions & 2 deletions console/src/api/generated/models/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -21,7 +21,7 @@ import type { LinkSpec } from './link-spec';
import type { Metadata } from './metadata';

/**
*
* A chunk of items.
* @export
* @interface Link
*/
Expand Down
14 changes: 7 additions & 7 deletions console/src/api/generated/models/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -15,25 +15,25 @@


/**
*
* Metadata of Extension.
* @export
* @interface Metadata
*/
export interface Metadata {
/**
*
* Annotations are like key-value format.
* @type {{ [key: string]: string; }}
* @memberof Metadata
*/
'annotations'?: { [key: string]: string; };
/**
*
* Creation timestamp of the Extension.
* @type {string}
* @memberof Metadata
*/
'creationTimestamp'?: string | null;
/**
*
* Deletion timestamp of the Extension.
* @type {string}
* @memberof Metadata
*/
Expand All @@ -51,7 +51,7 @@ export interface Metadata {
*/
'generateName'?: string;
/**
*
* Labels are like key-value format.
* @type {{ [key: string]: string; }}
* @memberof Metadata
*/
Expand All @@ -63,7 +63,7 @@ export interface Metadata {
*/
'name': string;
/**
*
* Current version of the Extension. It will be bumped up every update.
* @type {number}
* @memberof Metadata
*/
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/move-operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion console/src/api/generated/models/remove-operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Halo
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.17.2
* The version of the OpenAPI document: 2.22.5
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading