@finos/legend-graph
Version:
Legend graph and graph manager
27 lines • 2.02 kB
TypeScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import type { SnowflakeAppDeploymentConfiguration } from '../../../graph/metamodel/pure/functionActivator/SnowflakeAppDeploymentConfiguration.js';
import { type ObserverContext } from './CoreObserverHelper.js';
import { DeploymentOwner, UserList, type Ownership } from '../../../graph/metamodel/pure/packageableElements/function/Ownership.js';
import type { HostedServiceDeploymentConfiguration } from '../../../graph/metamodel/pure/functionActivator/HostedServiceDeploymentConfiguration.js';
import type { PostDeploymentAction } from '../../../graph/metamodel/pure/functionActivator/PostDeploymentAction.js';
export declare const observe_SnowflakeAppDeploymentConfiguration: (metamodel: SnowflakeAppDeploymentConfiguration) => SnowflakeAppDeploymentConfiguration;
export declare const observe_DeploymentOwnership: (metamodel: DeploymentOwner) => DeploymentOwner;
export declare const observe_UserListOwnership: (metamodel: UserList) => UserList;
export declare const observe_FunctionActivatorOwnership: (metamodel: Ownership) => Ownership;
export declare const observe_HostedServiceDeploymentConfiguration: (metamodel: HostedServiceDeploymentConfiguration) => HostedServiceDeploymentConfiguration;
export declare const observe_HostedServicePostDeploymentAction: (metamodel: PostDeploymentAction, context: ObserverContext) => PostDeploymentAction;
//# sourceMappingURL=DSL_FunctionActivatorObserverHelper.d.ts.map