@salesforce/lds-adapters-analytics-smart-data-discovery 1.124.2 → 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/analytics-smart-data-discovery.js +1042 -1042
- package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
- package/dist/{types → es/es2018/types}/src/generated/adapters/getStories.d.ts +33 -33
- package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +1 -1
- package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
- package/dist/{types → es/es2018/types}/src/generated/resources/getSmartdatadiscoveryStories.d.ts +22 -22
- package/dist/{types → es/es2018/types}/src/generated/types/AbstractBucketingStrategyRepresentation.d.ts +36 -36
- package/dist/{types → es/es2018/types}/src/generated/types/AbstractClassificationThresholdRepresentation.d.ts +34 -34
- package/dist/{types → es/es2018/types}/src/generated/types/AbstractFieldConfigurationRepresentation.d.ts +51 -51
- package/dist/{types → es/es2018/types}/src/generated/types/AbstractStorySourceRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/AnalyticsDatasetSourceRepresentation.d.ts +33 -33
- package/dist/{types → es/es2018/types}/src/generated/types/AssetReferenceRepresentation.d.ts +27 -27
- package/dist/{types → es/es2018/types}/src/generated/types/AutopilotRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/BaseAssetReferenceRepresentation.d.ts +41 -41
- package/dist/{types → es/es2018/types}/src/generated/types/BinaryClassificationThresholdRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/DateFieldConfigurationRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/EvenWidthBucketingStrategyRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/ManualBucketingStrategyRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/NumericFieldConfigurationRepresentation.d.ts +44 -44
- package/dist/{types → es/es2018/types}/src/generated/types/PercentileBucketingStrategyRepresentation.d.ts +31 -31
- package/dist/{types → es/es2018/types}/src/generated/types/ReportSourceRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryCategoricalOutcomeRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryCountOutcomeRepresentation.d.ts +27 -27
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryImputeStrategyRepresentation.d.ts +32 -32
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryModelConfigurationRepresentation.d.ts +29 -29
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryNumericOutcomeRepresentation.d.ts +43 -43
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryOutcomeRepresentation.d.ts +40 -40
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryTextOutcomeRepresentation.d.ts +43 -43
- package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryUserRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/StoryCollectionRepresentation.d.ts +49 -49
- package/dist/{types → es/es2018/types}/src/generated/types/StoryRepresentation.d.ts +120 -120
- package/dist/{types → es/es2018/types}/src/generated/types/StoryVersionReferenceRepresentation.d.ts +35 -35
- package/dist/{types → es/es2018/types}/src/generated/types/TextFieldConfigurationRepresentation.d.ts +38 -38
- package/dist/{types → es/es2018/types}/src/generated/types/TextFieldValueConfigurationRepresentation.d.ts +32 -32
- 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 +1062 -1062
- package/dist/umd/es2018/analytics-smart-data-discovery.js +0 -1093
- package/dist/umd/es5/analytics-smart-data-discovery.js +0 -1105
package/dist/{types → es/es2018/types}/src/generated/types/AnalyticsDatasetSourceRepresentation.d.ts
RENAMED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { AbstractStorySourceRepresentation as AbstractStorySourceRepresentation_AbstractStorySourceRepresentation } from './AbstractStorySourceRepresentation';
|
|
2
|
-
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
3
|
-
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';
|
|
4
|
-
export declare const VERSION = "53136be79846eb4b2072e69763b4987f";
|
|
5
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
-
export declare const RepresentationType: string;
|
|
7
|
-
export declare function normalize(input: AnalyticsDatasetSourceRepresentation, existing: AnalyticsDatasetSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsDatasetSourceRepresentationNormalized;
|
|
8
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
-
export declare function equals(existing: AnalyticsDatasetSourceRepresentationNormalized, incoming: AnalyticsDatasetSourceRepresentationNormalized): boolean;
|
|
10
|
-
export declare function deepFreeze(input: AnalyticsDatasetSourceRepresentation): void;
|
|
11
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AnalyticsDatasetSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
/**
|
|
14
|
-
* Representation to identify an analytics dataset as analysis source.
|
|
15
|
-
*
|
|
16
|
-
* Keys:
|
|
17
|
-
* (none)
|
|
18
|
-
*/
|
|
19
|
-
export interface AnalyticsDatasetSourceRepresentationNormalized extends AbstractStorySourceRepresentation_AbstractStorySourceRepresentation {
|
|
20
|
-
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
21
|
-
datasetVersion: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Representation to identify an analytics dataset as analysis source.
|
|
25
|
-
*
|
|
26
|
-
* Keys:
|
|
27
|
-
* (none)
|
|
28
|
-
*/
|
|
29
|
-
export interface AnalyticsDatasetSourceRepresentation extends AbstractStorySourceRepresentation_AbstractStorySourceRepresentation {
|
|
30
|
-
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
31
|
-
datasetVersion: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
32
|
-
type: 'AnalyticsDataset';
|
|
33
|
-
}
|
|
1
|
+
import { AbstractStorySourceRepresentation as AbstractStorySourceRepresentation_AbstractStorySourceRepresentation } from './AbstractStorySourceRepresentation';
|
|
2
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "53136be79846eb4b2072e69763b4987f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AnalyticsDatasetSourceRepresentation, existing: AnalyticsDatasetSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsDatasetSourceRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AnalyticsDatasetSourceRepresentationNormalized, incoming: AnalyticsDatasetSourceRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: AnalyticsDatasetSourceRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AnalyticsDatasetSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation to identify an analytics dataset as analysis source.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface AnalyticsDatasetSourceRepresentationNormalized extends AbstractStorySourceRepresentation_AbstractStorySourceRepresentation {
|
|
20
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
21
|
+
datasetVersion: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation to identify an analytics dataset as analysis source.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface AnalyticsDatasetSourceRepresentation extends AbstractStorySourceRepresentation_AbstractStorySourceRepresentation {
|
|
30
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
31
|
+
datasetVersion: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
32
|
+
type: 'AnalyticsDataset';
|
|
33
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/AssetReferenceRepresentation.d.ts
RENAMED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { BaseAssetReferenceRepresentation as BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation } from './BaseAssetReferenceRepresentation';
|
|
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 = "22a73fe44235999cf7c359be000343e2";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: AssetReferenceRepresentation, existing: AssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssetReferenceRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: AssetReferenceRepresentationNormalized, incoming: AssetReferenceRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: AssetReferenceRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Asset reference representation.
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface AssetReferenceRepresentationNormalized extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Asset reference representation.
|
|
22
|
-
*
|
|
23
|
-
* Keys:
|
|
24
|
-
* (none)
|
|
25
|
-
*/
|
|
26
|
-
export interface AssetReferenceRepresentation extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
27
|
-
}
|
|
1
|
+
import { BaseAssetReferenceRepresentation as BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation } from './BaseAssetReferenceRepresentation';
|
|
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 = "22a73fe44235999cf7c359be000343e2";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AssetReferenceRepresentation, existing: AssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssetReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AssetReferenceRepresentationNormalized, incoming: AssetReferenceRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: AssetReferenceRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Asset reference representation.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AssetReferenceRepresentationNormalized extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Asset reference representation.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface AssetReferenceRepresentation extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
27
|
+
}
|
|
@@ -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 = "a5cb2ce897d7d91db07e78e2ac3b3831";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: AutopilotRepresentation, existing: AutopilotRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AutopilotRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: AutopilotRepresentationNormalized, incoming: AutopilotRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: AutopilotRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AutopilotRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Autopilot setup response.
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface AutopilotRepresentationNormalized {
|
|
18
|
-
/** Specifies if autopilot is enabled or not. */
|
|
19
|
-
enabled: boolean;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Autopilot setup response.
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface AutopilotRepresentation {
|
|
28
|
-
enabled: boolean;
|
|
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 = "a5cb2ce897d7d91db07e78e2ac3b3831";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AutopilotRepresentation, existing: AutopilotRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AutopilotRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AutopilotRepresentationNormalized, incoming: AutopilotRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: AutopilotRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AutopilotRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Autopilot setup response.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AutopilotRepresentationNormalized {
|
|
18
|
+
/** Specifies if autopilot is enabled or not. */
|
|
19
|
+
enabled: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Autopilot setup response.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AutopilotRepresentation {
|
|
28
|
+
enabled: boolean;
|
|
29
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/BaseAssetReferenceRepresentation.d.ts
RENAMED
|
@@ -1,41 +1,41 @@
|
|
|
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 = "0cd834d6193caad013f698e1e37a1638";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: BaseAssetReferenceRepresentation, existing: BaseAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseAssetReferenceRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: BaseAssetReferenceRepresentationNormalized, incoming: BaseAssetReferenceRepresentationNormalized): boolean;
|
|
8
|
-
export declare function deepFreeze(input: BaseAssetReferenceRepresentation): void;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BaseAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
/**
|
|
12
|
-
* Base asset reference representation.
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface BaseAssetReferenceRepresentationNormalized {
|
|
18
|
-
/** The 18 character ID of the asset. */
|
|
19
|
-
id: string;
|
|
20
|
-
/** The asset label. */
|
|
21
|
-
label?: string;
|
|
22
|
-
/** The asset developer name. */
|
|
23
|
-
name?: string;
|
|
24
|
-
/** The namespace that qualifies the asset name */
|
|
25
|
-
namespace?: string;
|
|
26
|
-
/** The asset URL. */
|
|
27
|
-
url?: string;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Base asset reference representation.
|
|
31
|
-
*
|
|
32
|
-
* Keys:
|
|
33
|
-
* (none)
|
|
34
|
-
*/
|
|
35
|
-
export interface BaseAssetReferenceRepresentation {
|
|
36
|
-
id: string;
|
|
37
|
-
label?: string;
|
|
38
|
-
name?: string;
|
|
39
|
-
namespace?: string;
|
|
40
|
-
url?: string;
|
|
41
|
-
}
|
|
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 = "0cd834d6193caad013f698e1e37a1638";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: BaseAssetReferenceRepresentation, existing: BaseAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BaseAssetReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: BaseAssetReferenceRepresentationNormalized, incoming: BaseAssetReferenceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: BaseAssetReferenceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BaseAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Base asset reference representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface BaseAssetReferenceRepresentationNormalized {
|
|
18
|
+
/** The 18 character ID of the asset. */
|
|
19
|
+
id: string;
|
|
20
|
+
/** The asset label. */
|
|
21
|
+
label?: string;
|
|
22
|
+
/** The asset developer name. */
|
|
23
|
+
name?: string;
|
|
24
|
+
/** The namespace that qualifies the asset name */
|
|
25
|
+
namespace?: string;
|
|
26
|
+
/** The asset URL. */
|
|
27
|
+
url?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Base asset reference representation.
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface BaseAssetReferenceRepresentation {
|
|
36
|
+
id: string;
|
|
37
|
+
label?: string;
|
|
38
|
+
name?: string;
|
|
39
|
+
namespace?: string;
|
|
40
|
+
url?: string;
|
|
41
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { AbstractClassificationThresholdRepresentation as AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation } from './AbstractClassificationThresholdRepresentation';
|
|
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 = "224972b4e7aaeefd0e000070f0aa0ba7";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: BinaryClassificationThresholdRepresentation, existing: BinaryClassificationThresholdRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BinaryClassificationThresholdRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: BinaryClassificationThresholdRepresentationNormalized, incoming: BinaryClassificationThresholdRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: BinaryClassificationThresholdRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BinaryClassificationThresholdRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Representation to identify classification threshold as binary..
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface BinaryClassificationThresholdRepresentationNormalized extends AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation {
|
|
19
|
-
/** dataset for an analysis source. */
|
|
20
|
-
value: number;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Representation to identify classification threshold as binary..
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface BinaryClassificationThresholdRepresentation extends AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation {
|
|
29
|
-
value: number;
|
|
30
|
-
type: 'Binary';
|
|
31
|
-
}
|
|
1
|
+
import { AbstractClassificationThresholdRepresentation as AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation } from './AbstractClassificationThresholdRepresentation';
|
|
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 = "224972b4e7aaeefd0e000070f0aa0ba7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: BinaryClassificationThresholdRepresentation, existing: BinaryClassificationThresholdRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BinaryClassificationThresholdRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: BinaryClassificationThresholdRepresentationNormalized, incoming: BinaryClassificationThresholdRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: BinaryClassificationThresholdRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BinaryClassificationThresholdRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation to identify classification threshold as binary..
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface BinaryClassificationThresholdRepresentationNormalized extends AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation {
|
|
19
|
+
/** dataset for an analysis source. */
|
|
20
|
+
value: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation to identify classification threshold as binary..
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface BinaryClassificationThresholdRepresentation extends AbstractClassificationThresholdRepresentation_AbstractClassificationThresholdRepresentation {
|
|
29
|
+
value: number;
|
|
30
|
+
type: 'Binary';
|
|
31
|
+
}
|
package/dist/{types → es/es2018/types}/src/generated/types/DateFieldConfigurationRepresentation.d.ts
RENAMED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { AbstractFieldConfigurationRepresentation as AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation } from './AbstractFieldConfigurationRepresentation';
|
|
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 = "789d2eb55041bac8f9f5b9fa095aa01a";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: DateFieldConfigurationRepresentation, existing: DateFieldConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DateFieldConfigurationRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: DateFieldConfigurationRepresentationNormalized, incoming: DateFieldConfigurationRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: DateFieldConfigurationRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DateFieldConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Date field configuration response.
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface DateFieldConfigurationRepresentationNormalized extends AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation {
|
|
19
|
-
/** Returns date interval for date field. */
|
|
20
|
-
interval: string;
|
|
21
|
-
/** Returns max date value of the field. */
|
|
22
|
-
max?: string;
|
|
23
|
-
/** Returns min date value of the field. */
|
|
24
|
-
min?: string;
|
|
25
|
-
/** Returns list of periodic date intervals for date field. */
|
|
26
|
-
periodicIntervals?: Array<string>;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Date field configuration response.
|
|
30
|
-
*
|
|
31
|
-
* Keys:
|
|
32
|
-
* (none)
|
|
33
|
-
*/
|
|
34
|
-
export interface DateFieldConfigurationRepresentation extends AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation {
|
|
35
|
-
interval: string;
|
|
36
|
-
max?: string;
|
|
37
|
-
min?: string;
|
|
38
|
-
periodicIntervals?: Array<string>;
|
|
39
|
-
type: 'date';
|
|
40
|
-
}
|
|
1
|
+
import { AbstractFieldConfigurationRepresentation as AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation } from './AbstractFieldConfigurationRepresentation';
|
|
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 = "789d2eb55041bac8f9f5b9fa095aa01a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DateFieldConfigurationRepresentation, existing: DateFieldConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DateFieldConfigurationRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DateFieldConfigurationRepresentationNormalized, incoming: DateFieldConfigurationRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: DateFieldConfigurationRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DateFieldConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Date field configuration response.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DateFieldConfigurationRepresentationNormalized extends AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation {
|
|
19
|
+
/** Returns date interval for date field. */
|
|
20
|
+
interval: string;
|
|
21
|
+
/** Returns max date value of the field. */
|
|
22
|
+
max?: string;
|
|
23
|
+
/** Returns min date value of the field. */
|
|
24
|
+
min?: string;
|
|
25
|
+
/** Returns list of periodic date intervals for date field. */
|
|
26
|
+
periodicIntervals?: Array<string>;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Date field configuration response.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface DateFieldConfigurationRepresentation extends AbstractFieldConfigurationRepresentation_AbstractFieldConfigurationRepresentation {
|
|
35
|
+
interval: string;
|
|
36
|
+
max?: string;
|
|
37
|
+
min?: string;
|
|
38
|
+
periodicIntervals?: Array<string>;
|
|
39
|
+
type: 'date';
|
|
40
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { AbstractBucketingStrategyRepresentation as AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation } from './AbstractBucketingStrategyRepresentation';
|
|
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 = "a64a5458467f2403cb9d87c65e90e1f7";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: EvenWidthBucketingStrategyRepresentation, existing: EvenWidthBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvenWidthBucketingStrategyRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: EvenWidthBucketingStrategyRepresentationNormalized, incoming: EvenWidthBucketingStrategyRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: EvenWidthBucketingStrategyRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EvenWidthBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Even-width bucketing strategy response
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface EvenWidthBucketingStrategyRepresentationNormalized extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
19
|
-
/** Number of buckets for a numeric field */
|
|
20
|
-
numberOfBuckets: number;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Even-width bucketing strategy response
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface EvenWidthBucketingStrategyRepresentation extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
29
|
-
numberOfBuckets: number;
|
|
30
|
-
type: 'EVEN_WIDTH';
|
|
31
|
-
}
|
|
1
|
+
import { AbstractBucketingStrategyRepresentation as AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation } from './AbstractBucketingStrategyRepresentation';
|
|
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 = "a64a5458467f2403cb9d87c65e90e1f7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EvenWidthBucketingStrategyRepresentation, existing: EvenWidthBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvenWidthBucketingStrategyRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EvenWidthBucketingStrategyRepresentationNormalized, incoming: EvenWidthBucketingStrategyRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: EvenWidthBucketingStrategyRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EvenWidthBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Even-width bucketing strategy response
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EvenWidthBucketingStrategyRepresentationNormalized extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
19
|
+
/** Number of buckets for a numeric field */
|
|
20
|
+
numberOfBuckets: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Even-width bucketing strategy response
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface EvenWidthBucketingStrategyRepresentation extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
29
|
+
numberOfBuckets: number;
|
|
30
|
+
type: 'EVEN_WIDTH';
|
|
31
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { AbstractBucketingStrategyRepresentation as AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation } from './AbstractBucketingStrategyRepresentation';
|
|
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 = "88fe402d015a4e8bff48fbf995eb4196";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: ManualBucketingStrategyRepresentation, existing: ManualBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManualBucketingStrategyRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: ManualBucketingStrategyRepresentationNormalized, incoming: ManualBucketingStrategyRepresentationNormalized): boolean;
|
|
9
|
-
export declare function deepFreeze(input: ManualBucketingStrategyRepresentation): void;
|
|
10
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
-
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManualBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
-
/**
|
|
13
|
-
* Manual bucketing strategy response.
|
|
14
|
-
*
|
|
15
|
-
* Keys:
|
|
16
|
-
* (none)
|
|
17
|
-
*/
|
|
18
|
-
export interface ManualBucketingStrategyRepresentationNormalized extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
19
|
-
/** List of manual buckets */
|
|
20
|
-
cutoffs: Array<number>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Manual bucketing strategy response.
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface ManualBucketingStrategyRepresentation extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
29
|
-
cutoffs: Array<number>;
|
|
30
|
-
type: 'MANUAL';
|
|
31
|
-
}
|
|
1
|
+
import { AbstractBucketingStrategyRepresentation as AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation } from './AbstractBucketingStrategyRepresentation';
|
|
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 = "88fe402d015a4e8bff48fbf995eb4196";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ManualBucketingStrategyRepresentation, existing: ManualBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManualBucketingStrategyRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ManualBucketingStrategyRepresentationNormalized, incoming: ManualBucketingStrategyRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ManualBucketingStrategyRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ManualBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Manual bucketing strategy response.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ManualBucketingStrategyRepresentationNormalized extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
19
|
+
/** List of manual buckets */
|
|
20
|
+
cutoffs: Array<number>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Manual bucketing strategy response.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ManualBucketingStrategyRepresentation extends AbstractBucketingStrategyRepresentation_AbstractBucketingStrategyRepresentation {
|
|
29
|
+
cutoffs: Array<number>;
|
|
30
|
+
type: 'MANUAL';
|
|
31
|
+
}
|