@salesforce/lds-adapters-platform-external-services 1.124.1 → 1.124.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/platform-external-services.js +2171 -2171
- package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
- package/dist/{types → es/es2018/types}/src/generated/adapters/getDataShape.d.ts +28 -28
- package/dist/{types → es/es2018/types}/src/generated/adapters/getOpenApiSpec.d.ts +28 -28
- package/dist/{types → es/es2018/types}/src/generated/adapters/getStatistics.d.ts +25 -25
- package/dist/{types → es/es2018/types}/src/generated/adapters/getStatisticsForService.d.ts +26 -26
- package/dist/{types → es/es2018/types}/src/generated/adapters/validateSchema.d.ts +16 -16
- package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +5 -5
- package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +10 -10
- package/dist/{types → es/es2018/types}/src/generated/resources/getExternalservicesExternalserviceschemarequest.d.ts +17 -17
- package/dist/{types → es/es2018/types}/src/generated/resources/getExternalservicesStatisticsServices.d.ts +12 -12
- package/dist/{types → es/es2018/types}/src/generated/resources/getExternalservicesStatisticsServicesByRegistrationName.d.ts +15 -15
- package/dist/{types → es/es2018/types}/src/generated/resources/postExternalservicesInferenceDatashapeByVersion.d.ts +19 -19
- package/dist/{types → es/es2018/types}/src/generated/resources/postExternalservicesInferenceOpenapispecByVersion.d.ts +19 -19
- package/dist/{types → es/es2018/types}/src/generated/resources/postExternalservicesSchemasValidationBySchemaName.d.ts +16 -16
- package/dist/{types → es/es2018/types}/src/generated/types/ApiInfoRepresentation.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/ApiListRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/ApiSchemaRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/DataShapeInferenceOutputRepresentation.d.ts +49 -49
- package/dist/{types → es/es2018/types}/src/generated/types/ExternalServiceSchemaRequestRepresentation.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/ExternalServiceStatisticsBreakdownRepresentation.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/ExternalServiceStatisticsForServiceRepresentation.d.ts +42 -42
- package/dist/{types → es/es2018/types}/src/generated/types/ExternalServiceStatisticsOutputRepresentation.d.ts +37 -37
- package/dist/{types → es/es2018/types}/src/generated/types/ExternalServiceStatisticsOverviewRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/InferenceErrorMessageRepresentation.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/NamedCredentialListRepresentation.d.ts +30 -30
- package/dist/{types → es/es2018/types}/src/generated/types/NamedCredentialRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/OpenApiSpecInferenceInputRepresentation.d.ts +57 -57
- package/dist/{types → es/es2018/types}/src/generated/types/OpenApiSpecInferenceInputWrapperRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/OpenApiSpecInferenceOutputRepresentation.d.ts +37 -37
- package/dist/{types → es/es2018/types}/src/generated/types/OpenApiSpecInferenceParameterRepresentation.d.ts +41 -41
- package/dist/{types → es/es2018/types}/src/generated/types/SchemaValidationInputRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/SchemaValidationInputWrapperRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/SchemaValidationMessageRepresentation.d.ts +53 -53
- package/dist/{types → es/es2018/types}/src/generated/types/SchemaValidationOutputRepresentation.d.ts +51 -51
- package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
- package/package.json +5 -5
- package/sfdc/index.d.ts +1 -1
- package/sfdc/index.js +2222 -2222
- package/dist/umd/es2018/platform-external-services.js +0 -2240
- package/dist/umd/es5/platform-external-services.js +0 -2252
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { DataShapeInferenceOutputRepresentation as types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation } from '../types/DataShapeInferenceOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
version: string;
|
|
6
|
-
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
exampleData?: string;
|
|
9
|
-
mediaType?: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
-
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
-
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, any>;
|
|
17
|
-
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
-
export default createResourceRequest;
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataShapeInferenceOutputRepresentation as types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation } from '../types/DataShapeInferenceOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
version: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
exampleData?: string;
|
|
9
|
+
mediaType?: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation, any>;
|
|
17
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataShapeInferenceOutputRepresentation_DataShapeInferenceOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { OpenApiSpecInferenceInputRepresentation as types_OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation } from '../types/OpenApiSpecInferenceInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
-
import { OpenApiSpecInferenceOutputRepresentation as types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation } from '../types/OpenApiSpecInferenceOutputRepresentation';
|
|
4
|
-
export interface ResourceRequestConfig {
|
|
5
|
-
urlParams: {
|
|
6
|
-
version: string;
|
|
7
|
-
};
|
|
8
|
-
body: {
|
|
9
|
-
input: types_OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
-
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
-
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, any>;
|
|
17
|
-
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
-
export default createResourceRequest;
|
|
1
|
+
import { OpenApiSpecInferenceInputRepresentation as types_OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation } from '../types/OpenApiSpecInferenceInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { OpenApiSpecInferenceOutputRepresentation as types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation } from '../types/OpenApiSpecInferenceOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
version: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
input: types_OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation, any>;
|
|
17
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_OpenApiSpecInferenceOutputRepresentation_OpenApiSpecInferenceOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
18
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
+
export default createResourceRequest;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { SchemaValidationInputRepresentation as types_SchemaValidationInputRepresentation_SchemaValidationInputRepresentation } from '../types/SchemaValidationInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
-
import { SchemaValidationOutputRepresentation as types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation } from '../types/SchemaValidationOutputRepresentation';
|
|
4
|
-
export interface ResourceRequestConfig {
|
|
5
|
-
urlParams: {
|
|
6
|
-
schemaName: string;
|
|
7
|
-
};
|
|
8
|
-
body: {
|
|
9
|
-
schema: types_SchemaValidationInputRepresentation_SchemaValidationInputRepresentation;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, any>;
|
|
15
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
-
export default createResourceRequest;
|
|
1
|
+
import { SchemaValidationInputRepresentation as types_SchemaValidationInputRepresentation_SchemaValidationInputRepresentation } from '../types/SchemaValidationInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { SchemaValidationOutputRepresentation as types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation } from '../types/SchemaValidationOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
schemaName: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
schema: types_SchemaValidationInputRepresentation_SchemaValidationInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SchemaValidationOutputRepresentation_SchemaValidationOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "7b116d9a4d282e9e8921156398ed1eea";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ApiInfoRepresentation, existing: ApiInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiInfoRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ApiInfoRepresentationNormalized, incoming: ApiInfoRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ApiInfoRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Information about an available API.
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiInfoRepresentationNormalized {
|
|
18
|
-
/** Description of this API */
|
|
19
|
-
description: string;
|
|
20
|
-
/** Unique identifier for this API */
|
|
21
|
-
id: string;
|
|
22
|
-
/** Name of this API */
|
|
23
|
-
name: string;
|
|
24
|
-
/** Version of this API */
|
|
25
|
-
version: string;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Information about an available API.
|
|
29
|
-
*
|
|
30
|
-
* Keys:
|
|
31
|
-
* (none)
|
|
32
|
-
*/
|
|
33
|
-
export interface ApiInfoRepresentation {
|
|
34
|
-
description: string;
|
|
35
|
-
id: string;
|
|
36
|
-
name: string;
|
|
37
|
-
version: string;
|
|
38
|
-
}
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "7b116d9a4d282e9e8921156398ed1eea";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ApiInfoRepresentation, existing: ApiInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ApiInfoRepresentationNormalized, incoming: ApiInfoRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ApiInfoRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Information about an available API.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiInfoRepresentationNormalized {
|
|
18
|
+
/** Description of this API */
|
|
19
|
+
description: string;
|
|
20
|
+
/** Unique identifier for this API */
|
|
21
|
+
id: string;
|
|
22
|
+
/** Name of this API */
|
|
23
|
+
name: string;
|
|
24
|
+
/** Version of this API */
|
|
25
|
+
version: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Information about an available API.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ApiInfoRepresentation {
|
|
34
|
+
description: string;
|
|
35
|
+
id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
version: string;
|
|
38
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { ApiInfoRepresentation as ApiInfoRepresentation_ApiInfoRepresentation } from './ApiInfoRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "b1890d1f40833a57bf7fe21cd35d141d";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: ApiListRepresentation, existing: ApiListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiListRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: ApiListRepresentationNormalized, incoming: ApiListRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: ApiListRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* A list of available APIs.
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface ApiListRepresentationNormalized {
|
|
19
|
-
/** List of available APIs */
|
|
20
|
-
apis: Array<ApiInfoRepresentation_ApiInfoRepresentation>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* A list of available APIs.
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface ApiListRepresentation {
|
|
29
|
-
apis: Array<ApiInfoRepresentation_ApiInfoRepresentation>;
|
|
30
|
-
}
|
|
1
|
+
import { ApiInfoRepresentation as ApiInfoRepresentation_ApiInfoRepresentation } from './ApiInfoRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "b1890d1f40833a57bf7fe21cd35d141d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ApiListRepresentation, existing: ApiListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiListRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ApiListRepresentationNormalized, incoming: ApiListRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ApiListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A list of available APIs.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiListRepresentationNormalized {
|
|
19
|
+
/** List of available APIs */
|
|
20
|
+
apis: Array<ApiInfoRepresentation_ApiInfoRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A list of available APIs.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ApiListRepresentation {
|
|
29
|
+
apis: Array<ApiInfoRepresentation_ApiInfoRepresentation>;
|
|
30
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "b079483884996dc343af5b66abd40116";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ApiSchemaRepresentation, existing: ApiSchemaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiSchemaRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ApiSchemaRepresentationNormalized, incoming: ApiSchemaRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ApiSchemaRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiSchemaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* The schema for an API.
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ApiSchemaRepresentationNormalized {
|
|
18
|
-
/** Schema document contents */
|
|
19
|
-
schemaContents: string;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* The schema for an API.
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface ApiSchemaRepresentation {
|
|
28
|
-
schemaContents: string;
|
|
29
|
-
}
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "b079483884996dc343af5b66abd40116";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ApiSchemaRepresentation, existing: ApiSchemaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ApiSchemaRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ApiSchemaRepresentationNormalized, incoming: ApiSchemaRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ApiSchemaRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ApiSchemaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The schema for an API.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiSchemaRepresentationNormalized {
|
|
18
|
+
/** Schema document contents */
|
|
19
|
+
schemaContents: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The schema for an API.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ApiSchemaRepresentation {
|
|
28
|
+
schemaContents: string;
|
|
29
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { InferenceErrorMessageRepresentation as InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation } from './InferenceErrorMessageRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "d45a6a39072862479f5c25fe921c0926";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: DataShapeInferenceOutputRepresentation, existing: DataShapeInferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataShapeInferenceOutputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
-
export declare function equals(existing: DataShapeInferenceOutputRepresentationNormalized, incoming: DataShapeInferenceOutputRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: DataShapeInferenceOutputRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DataShapeInferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Represents inferred data shape
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface DataShapeInferenceOutputRepresentationNormalized {
|
|
19
|
-
/** Error messages */
|
|
20
|
-
errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
|
|
21
|
-
/** Example of the inferred field */
|
|
22
|
-
example?: string;
|
|
23
|
-
/** Items of the inferred array field */
|
|
24
|
-
items: Array<$64$luvio_engine_StoreLink>;
|
|
25
|
-
/** Properties of the inferred schema */
|
|
26
|
-
properties: {
|
|
27
|
-
[key: string]: $64$luvio_engine_StoreLink;
|
|
28
|
-
};
|
|
29
|
-
/** Status of the inferring */
|
|
30
|
-
success: boolean;
|
|
31
|
-
/** Data type of the inferred field */
|
|
32
|
-
type?: string;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Represents inferred data shape
|
|
36
|
-
*
|
|
37
|
-
* Keys:
|
|
38
|
-
* (none)
|
|
39
|
-
*/
|
|
40
|
-
export interface DataShapeInferenceOutputRepresentation {
|
|
41
|
-
errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
|
|
42
|
-
example?: string;
|
|
43
|
-
items: Array<DataShapeInferenceOutputRepresentation>;
|
|
44
|
-
properties: {
|
|
45
|
-
[key: string]: DataShapeInferenceOutputRepresentation;
|
|
46
|
-
};
|
|
47
|
-
success: boolean;
|
|
48
|
-
type?: string;
|
|
49
|
-
}
|
|
1
|
+
import { InferenceErrorMessageRepresentation as InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation } from './InferenceErrorMessageRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "d45a6a39072862479f5c25fe921c0926";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataShapeInferenceOutputRepresentation, existing: DataShapeInferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataShapeInferenceOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DataShapeInferenceOutputRepresentationNormalized, incoming: DataShapeInferenceOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: DataShapeInferenceOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DataShapeInferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Represents inferred data shape
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataShapeInferenceOutputRepresentationNormalized {
|
|
19
|
+
/** Error messages */
|
|
20
|
+
errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
|
|
21
|
+
/** Example of the inferred field */
|
|
22
|
+
example?: string;
|
|
23
|
+
/** Items of the inferred array field */
|
|
24
|
+
items: Array<$64$luvio_engine_StoreLink>;
|
|
25
|
+
/** Properties of the inferred schema */
|
|
26
|
+
properties: {
|
|
27
|
+
[key: string]: $64$luvio_engine_StoreLink;
|
|
28
|
+
};
|
|
29
|
+
/** Status of the inferring */
|
|
30
|
+
success: boolean;
|
|
31
|
+
/** Data type of the inferred field */
|
|
32
|
+
type?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Represents inferred data shape
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface DataShapeInferenceOutputRepresentation {
|
|
41
|
+
errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
|
|
42
|
+
example?: string;
|
|
43
|
+
items: Array<DataShapeInferenceOutputRepresentation>;
|
|
44
|
+
properties: {
|
|
45
|
+
[key: string]: DataShapeInferenceOutputRepresentation;
|
|
46
|
+
};
|
|
47
|
+
success: boolean;
|
|
48
|
+
type?: string;
|
|
49
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "d7c05c5cd878611ec185f9b032e0a893";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ExternalServiceSchemaRequestRepresentation, existing: ExternalServiceSchemaRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceSchemaRequestRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ExternalServiceSchemaRequestRepresentationNormalized, incoming: ExternalServiceSchemaRequestRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ExternalServiceSchemaRequestRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExternalServiceSchemaRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Results of an external service schema request
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ExternalServiceSchemaRequestRepresentationNormalized {
|
|
18
|
-
/** Error encountered if any */
|
|
19
|
-
error: string;
|
|
20
|
-
/** Raw service schema retrieved using named credentials */
|
|
21
|
-
serviceSchema: string;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Results of an external service schema request
|
|
25
|
-
*
|
|
26
|
-
* Keys:
|
|
27
|
-
* (none)
|
|
28
|
-
*/
|
|
29
|
-
export interface ExternalServiceSchemaRequestRepresentation {
|
|
30
|
-
error: string;
|
|
31
|
-
serviceSchema: string;
|
|
32
|
-
}
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d7c05c5cd878611ec185f9b032e0a893";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ExternalServiceSchemaRequestRepresentation, existing: ExternalServiceSchemaRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceSchemaRequestRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ExternalServiceSchemaRequestRepresentationNormalized, incoming: ExternalServiceSchemaRequestRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ExternalServiceSchemaRequestRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExternalServiceSchemaRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Results of an external service schema request
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ExternalServiceSchemaRequestRepresentationNormalized {
|
|
18
|
+
/** Error encountered if any */
|
|
19
|
+
error: string;
|
|
20
|
+
/** Raw service schema retrieved using named credentials */
|
|
21
|
+
serviceSchema: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Results of an external service schema request
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ExternalServiceSchemaRequestRepresentation {
|
|
30
|
+
error: string;
|
|
31
|
+
serviceSchema: string;
|
|
32
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "7dd4168caef7cc755bcbcb7dddf11b57";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ExternalServiceStatisticsBreakdownRepresentation, existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsBreakdownRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, incoming: ExternalServiceStatisticsBreakdownRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: ExternalServiceStatisticsBreakdownRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsBreakdownRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* External Services statistics breakdown results for a Service / Operation component
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ExternalServiceStatisticsBreakdownRepresentationNormalized {
|
|
18
|
-
/** Is the parent component active */
|
|
19
|
-
active: boolean;
|
|
20
|
-
/** The active count of the component */
|
|
21
|
-
activeCount: number;
|
|
22
|
-
/** The name of the parent component */
|
|
23
|
-
component: string;
|
|
24
|
-
/** The type of the parent component */
|
|
25
|
-
componentType: string;
|
|
26
|
-
/** The component type of this statistics for */
|
|
27
|
-
statisticFor: string;
|
|
28
|
-
/** The total count of the component */
|
|
29
|
-
totalCount: number;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* External Services statistics breakdown results for a Service / Operation component
|
|
33
|
-
*
|
|
34
|
-
* Keys:
|
|
35
|
-
* (none)
|
|
36
|
-
*/
|
|
37
|
-
export interface ExternalServiceStatisticsBreakdownRepresentation {
|
|
38
|
-
active: boolean;
|
|
39
|
-
activeCount: number;
|
|
40
|
-
component: string;
|
|
41
|
-
componentType: string;
|
|
42
|
-
statisticFor: string;
|
|
43
|
-
totalCount: number;
|
|
44
|
-
}
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "7dd4168caef7cc755bcbcb7dddf11b57";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ExternalServiceStatisticsBreakdownRepresentation, existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsBreakdownRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, incoming: ExternalServiceStatisticsBreakdownRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ExternalServiceStatisticsBreakdownRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsBreakdownRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* External Services statistics breakdown results for a Service / Operation component
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ExternalServiceStatisticsBreakdownRepresentationNormalized {
|
|
18
|
+
/** Is the parent component active */
|
|
19
|
+
active: boolean;
|
|
20
|
+
/** The active count of the component */
|
|
21
|
+
activeCount: number;
|
|
22
|
+
/** The name of the parent component */
|
|
23
|
+
component: string;
|
|
24
|
+
/** The type of the parent component */
|
|
25
|
+
componentType: string;
|
|
26
|
+
/** The component type of this statistics for */
|
|
27
|
+
statisticFor: string;
|
|
28
|
+
/** The total count of the component */
|
|
29
|
+
totalCount: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* External Services statistics breakdown results for a Service / Operation component
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface ExternalServiceStatisticsBreakdownRepresentation {
|
|
38
|
+
active: boolean;
|
|
39
|
+
activeCount: number;
|
|
40
|
+
component: string;
|
|
41
|
+
componentType: string;
|
|
42
|
+
statisticFor: string;
|
|
43
|
+
totalCount: number;
|
|
44
|
+
}
|