-
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: andreas-unleash <[email protected]>
- Loading branch information
1 parent
163545d
commit 41e7c51
Showing
47 changed files
with
529 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
export * from './models'; | ||
export * from './apis/auth'; | ||
export * from './apis/users'; | ||
export * from './apis/environments'; | ||
export * from './apis/change-requests'; | ||
export * from './apis/service-accounts'; | ||
export * from './apis/import-export'; | ||
export * from './apis/instance-admin'; | ||
export * from './apis/unstable'; | ||
export * from './apis/projects'; | ||
export * from './apis/features'; | ||
export * from './apis/metrics'; | ||
export * from './apis/notifications'; | ||
export * from './apis/operational'; | ||
export * from './apis/public-signup-tokens'; | ||
export * from './apis/feature-types'; | ||
export * from './apis/archive'; | ||
export * from './apis/strategies'; | ||
export * from './apis/events'; | ||
export * from './apis/playground'; | ||
export * from './apis/personal-access-tokens'; | ||
export * from './apis/admin-ui'; | ||
export * from './apis/context'; | ||
export * from './apis/tags'; | ||
export * from './apis/addons'; | ||
export * from './apis/api-tokens'; | ||
export * from './apis/dependencies'; | ||
export * from './apis/segments'; | ||
export * from './apis/maintenance'; | ||
export * from './apis/telemetry'; | ||
export * from './apis/client'; | ||
export * from './apis/frontend-api'; | ||
export * from './apis/edge'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/changeRequestCreateFeatureSchemaOneOfTwozeroPayload.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/changeRequestCreateSchemaOneOfTwofivePayload.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/changeRequestOneOrManyCreateSchemaOneOfTwofivePayload.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CheckDependenciesExist401 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CheckDependenciesExist403 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CreateMessageBanner400 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CreateMessageBanner401 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CreateMessageBanner403 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type CreateMessageBanner415 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
/** | ||
* Describes the properties required to create or update a message banner. | ||
*/ | ||
export interface CreateMessageBannerSchema { | ||
/** The message to display to all users. Supports markdown. */ | ||
message: string; | ||
/** Whether the message banner should be displayed to all users. If not specified, defaults to true. */ | ||
enabled?: boolean; | ||
/** The variant of the message banner. One of "info", "warning", "error", or "success". If not specified, defaults to "info". */ | ||
variant?: string; | ||
/** Whether the message banner should be sticky on the screen. If not specified, defaults to `false`. */ | ||
sticky?: boolean; | ||
/** The icon to display on the message banner. Can be one of https://fonts.google.com/icons. If not specified, this will be the default icon for the variant. If "none", no icon will be displayed. */ | ||
icon?: string | null; | ||
/** The link to display on the message banner. Can either be an absolute or a relative link (e.g. absolute: "https://example.com" or relative: "/admin/service-accounts"). If "dialog", will display a dialog when clicked. If not specified, no link will be displayed. */ | ||
link?: string | null; | ||
/** The text to display on the link. If not specified, will be displayed as "More info". */ | ||
linkText?: string | null; | ||
/** The title to display on the dialog. If not specified, this will be the same as `linkText`. */ | ||
dialogTitle?: string | null; | ||
/** The markdown to display on the dialog. If not specified, no dialog will be displayed. */ | ||
dialog?: string | null; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type DeleteMessageBanner401 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type DeleteMessageBanner403 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type DeleteMessageBanner404 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
/** | ||
* `true` when any dependencies exist, `false` when no dependencies exist. | ||
*/ | ||
export type DependenciesExistSchema = boolean; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
|
||
export type ExportResultSchemaSegmentsItem = { | ||
id: number; | ||
name?: string; | ||
name: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
import type { DependentFeatureSchema } from './dependentFeatureSchema'; | ||
|
||
/** | ||
* Feature dependency connection between a child feature and its dependencies | ||
*/ | ||
export interface FeatureDependenciesSchema { | ||
/** The name of the child feature. */ | ||
feature: string; | ||
/** List of parent features for the child feature */ | ||
dependencies: DependentFeatureSchema[]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type GetMessageBanners401 = { | ||
/** The ID of the error instance */ | ||
id?: string; | ||
/** The name of the error kind */ | ||
name?: string; | ||
/** A description of what went wrong. */ | ||
message?: string; | ||
}; |
Oops, something went wrong.