UNPKG

@finos/legend-application-marketplace

Version:
31 lines 2.22 kB
/** * 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 PlainObject } from '@finos/legend-shared'; import { type IngestDeploymentServerConfig } from '@finos/legend-server-lakehouse'; import { type V1_AWSSnowflakeIngestEnvironment, type V1_DataContractsResponse, type V1_DataSubscriptionsPaginatedResponse, type V1_EntitlementsDataProductLiteResponse, type V1_LiteDataContractsPaginatedResponse } from '@finos/legend-graph'; import type { StoredSummaryEntity } from '@finos/legend-server-depot'; export declare const mockDataProductsLiteResponse: PlainObject<V1_EntitlementsDataProductLiteResponse>; export declare const mockLegacyDataProductSummaryEntity: StoredSummaryEntity; export declare const mockDevIngestEnvironmentSummaryResponse: PlainObject<IngestDeploymentServerConfig>; export declare const mockProdParallelIngestEnvironmentSummaryResponse: PlainObject<IngestDeploymentServerConfig>; export declare const mockProdIngestEnvironmentSummaryResponse: PlainObject<IngestDeploymentServerConfig>; export declare const mockDevIngestEnvironmentResponse: PlainObject<V1_AWSSnowflakeIngestEnvironment>; export declare const mockProdParallelIngestEnvironmentResponse: PlainObject<V1_AWSSnowflakeIngestEnvironment>; export declare const mockProdIngestEnvironmentResponse: PlainObject<V1_AWSSnowflakeIngestEnvironment>; export declare const mockDataContracts: PlainObject<V1_DataContractsResponse>; export declare const mockLiteDataContracts: PlainObject<V1_LiteDataContractsPaginatedResponse>; export declare const mockPaginatedSubscriptions: PlainObject<V1_DataSubscriptionsPaginatedResponse>; //# sourceMappingURL=TEST_DATA__LakehouseData.d.ts.map