mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 12:04:41 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -53,7 +53,9 @@ export interface CallResponse {
|
||||
}
|
||||
|
||||
export interface DeleteRequest {
|
||||
// The name of the function
|
||||
name?: string;
|
||||
// Optional project name
|
||||
project?: string;
|
||||
}
|
||||
|
||||
@@ -92,10 +94,11 @@ export interface Func {
|
||||
}
|
||||
|
||||
export interface ListRequest {
|
||||
// optional
|
||||
// optional project name
|
||||
project?: string;
|
||||
}
|
||||
|
||||
export interface ListResponse {
|
||||
// List of functions deployed
|
||||
functions?: Func[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user