998 workflow restore (#12417)
Add a post hook to restore workflow sub-entities
This commit is contained in:
@ -1882,7 +1882,6 @@ export type ServerlessFunction = {
|
||||
name: Scalars['String'];
|
||||
publishedVersions: Array<Scalars['String']>;
|
||||
runtime: Scalars['String'];
|
||||
syncStatus: ServerlessFunctionSyncStatus;
|
||||
timeoutSeconds: Scalars['Float'];
|
||||
updatedAt: Scalars['DateTime'];
|
||||
};
|
||||
@ -1913,13 +1912,6 @@ export type ServerlessFunctionIdInput = {
|
||||
id: Scalars['ID'];
|
||||
};
|
||||
|
||||
/** SyncStatus of the serverlessFunction */
|
||||
export enum ServerlessFunctionSyncStatus {
|
||||
BUILDING = 'BUILDING',
|
||||
NOT_READY = 'NOT_READY',
|
||||
READY = 'READY'
|
||||
}
|
||||
|
||||
export type SettingPermission = {
|
||||
__typename?: 'SettingPermission';
|
||||
id: Scalars['String'];
|
||||
|
||||
Reference in New Issue
Block a user