This commit is contained in:
AsafMah 2024-09-16 12:13:20 +03:00 коммит произвёл GitHub
Родитель 20b1e9bc9b
Коммит 9e29a99a70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -26,5 +26,5 @@ export {
kustoTrustedEndpoints,
MatchRule,
TimeUtils,
CloudInfo,
type CloudInfo,
};

Просмотреть файл

@ -9,7 +9,7 @@ import managedStreamingIngestClient from "./managedStreamingIngestClient.js";
import KustoIngestStatusQueues from "./status.js";
import { IngestionResult, OperationStatus, IngestionStatus, IngestionStatusInTableDescription } from "./ingestionResult.js";
import { type IngestionResult, OperationStatus, type IngestionStatus, IngestionStatusInTableDescription } from "./ingestionResult.js";
import {
DataFormat,
IngestionMappingKind,
@ -37,7 +37,7 @@ import {
import { BlobDescriptor, CompressionType, StreamDescriptor } from "./descriptors.js";
import { FileDescriptor } from "./fileDescriptor.js";
export { Transformation as ColumnMappingTransformation } from "./columnMappings.js";
export type { Transformation as ColumnMappingTransformation } from "./columnMappings.js";
export { IngestionProperties } from "./ingestionProperties.js";
export {
KustoIngestClient as IngestClient,
@ -79,9 +79,9 @@ export {
ValidationPolicy,
W3CLogFileMapping,
dataFormatMappingKind,
IngestionResult,
type IngestionResult,
OperationStatus,
IngestionStatus,
type IngestionStatus,
IngestionStatusInTableDescription,
};