-
-
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.
- Loading branch information
Showing
32 changed files
with
202 additions
and
130 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
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/createApiTokenSchemaOneOfAllOf.ts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/createApiTokenSchemaOneOfAllOfTwo.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
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/createApiTokenSchemaOneOfFourAllOf.ts
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
frontend/src/openapi/models/createApiTokenSchemaOneOfFourAllOfTwo.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
frontend/src/openapi/models/createApiTokenSchemaOneOfOnezero.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
frontend/src/openapi/models/createApiTokenSchemaOneOfSeven.ts
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
frontend/src/openapi/models/createApiTokenSchemaOneOfSevenAllOf.ts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
frontend/src/openapi/models/createApiTokenSchemaOneOfSevenAllOfTwo.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
17 changes: 17 additions & 0 deletions
17
frontend/src/openapi/models/createFeatureNamingPatternSchema.ts
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,17 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
/** | ||
* Create a feature naming pattern | ||
*/ | ||
export interface CreateFeatureNamingPatternSchema { | ||
/** A JavaScript regular expression pattern, without the start and end delimiters. Optional flags are not allowed. */ | ||
pattern: string | null; | ||
/** An example of a feature name that matches the pattern. Must itself match the pattern supplied. */ | ||
example?: string | null; | ||
/** A description of the pattern in a human-readable format. Will be shown to users when they create a new feature flag. */ | ||
description?: 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 CreateProjectApiToken404 = { | ||
/** 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 DeleteProjectApiToken400 = { | ||
/** 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 DeleteProjectApiToken404 = { | ||
/** 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,15 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
/** | ||
* The representation of a dora time to production feature metric | ||
*/ | ||
export interface DoraFeaturesSchema { | ||
/** The name of a feature toggle */ | ||
name: string; | ||
/** The average number of days it takes a feature toggle to get into production */ | ||
timeToProduction: number; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* Generated by Orval | ||
* Do not edit manually. | ||
* See `gen:api` script in package.json | ||
*/ | ||
|
||
export type GetProjectDora401 = { | ||
/** 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 GetProjectDora403 = { | ||
/** 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 GetProjectDora404 = { | ||
/** 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
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
Oops, something went wrong.