@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.
Files changed (40) hide show
  1. package/dist/es/es2018/analytics-smart-data-discovery.js +1042 -1042
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/getStories.d.ts +33 -33
  4. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +1 -1
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
  6. package/dist/{types → es/es2018/types}/src/generated/resources/getSmartdatadiscoveryStories.d.ts +22 -22
  7. package/dist/{types → es/es2018/types}/src/generated/types/AbstractBucketingStrategyRepresentation.d.ts +36 -36
  8. package/dist/{types → es/es2018/types}/src/generated/types/AbstractClassificationThresholdRepresentation.d.ts +34 -34
  9. package/dist/{types → es/es2018/types}/src/generated/types/AbstractFieldConfigurationRepresentation.d.ts +51 -51
  10. package/dist/{types → es/es2018/types}/src/generated/types/AbstractStorySourceRepresentation.d.ts +35 -35
  11. package/dist/{types → es/es2018/types}/src/generated/types/AnalyticsDatasetSourceRepresentation.d.ts +33 -33
  12. package/dist/{types → es/es2018/types}/src/generated/types/AssetReferenceRepresentation.d.ts +27 -27
  13. package/dist/{types → es/es2018/types}/src/generated/types/AutopilotRepresentation.d.ts +29 -29
  14. package/dist/{types → es/es2018/types}/src/generated/types/BaseAssetReferenceRepresentation.d.ts +41 -41
  15. package/dist/{types → es/es2018/types}/src/generated/types/BinaryClassificationThresholdRepresentation.d.ts +31 -31
  16. package/dist/{types → es/es2018/types}/src/generated/types/DateFieldConfigurationRepresentation.d.ts +40 -40
  17. package/dist/{types → es/es2018/types}/src/generated/types/EvenWidthBucketingStrategyRepresentation.d.ts +31 -31
  18. package/dist/{types → es/es2018/types}/src/generated/types/ManualBucketingStrategyRepresentation.d.ts +31 -31
  19. package/dist/{types → es/es2018/types}/src/generated/types/NumericFieldConfigurationRepresentation.d.ts +44 -44
  20. package/dist/{types → es/es2018/types}/src/generated/types/PercentileBucketingStrategyRepresentation.d.ts +31 -31
  21. package/dist/{types → es/es2018/types}/src/generated/types/ReportSourceRepresentation.d.ts +35 -35
  22. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryCategoricalOutcomeRepresentation.d.ts +40 -40
  23. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryCountOutcomeRepresentation.d.ts +27 -27
  24. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryImputeStrategyRepresentation.d.ts +32 -32
  25. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryModelConfigurationRepresentation.d.ts +29 -29
  26. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryNumericOutcomeRepresentation.d.ts +43 -43
  27. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryOutcomeRepresentation.d.ts +40 -40
  28. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryTextOutcomeRepresentation.d.ts +43 -43
  29. package/dist/{types → es/es2018/types}/src/generated/types/SmartDataDiscoveryUserRepresentation.d.ts +35 -35
  30. package/dist/{types → es/es2018/types}/src/generated/types/StoryCollectionRepresentation.d.ts +49 -49
  31. package/dist/{types → es/es2018/types}/src/generated/types/StoryRepresentation.d.ts +120 -120
  32. package/dist/{types → es/es2018/types}/src/generated/types/StoryVersionReferenceRepresentation.d.ts +35 -35
  33. package/dist/{types → es/es2018/types}/src/generated/types/TextFieldConfigurationRepresentation.d.ts +38 -38
  34. package/dist/{types → es/es2018/types}/src/generated/types/TextFieldValueConfigurationRepresentation.d.ts +32 -32
  35. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  36. package/package.json +5 -5
  37. package/sfdc/index.d.ts +1 -1
  38. package/sfdc/index.js +1062 -1062
  39. package/dist/umd/es2018/analytics-smart-data-discovery.js +0 -1093
  40. package/dist/umd/es5/analytics-smart-data-discovery.js +0 -1105
@@ -1,66 +1,66 @@
1
- import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot } from '@luvio/engine';
2
- export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
- declare const ObjectKeys: {
4
- (o: object): string[];
5
- (o: {}): string[];
6
- }, ObjectFreeze: {
7
- <T extends Function>(f: T): T;
8
- <T_1 extends {
9
- [idx: string]: object | U | null | undefined;
10
- }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
11
- <T_2>(o: T_2): Readonly<T_2>;
12
- }, ObjectCreate: {
13
- (o: object | null): any;
14
- (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
15
- };
16
- export { ObjectFreeze, ObjectCreate, ObjectKeys };
17
- export declare const ArrayIsArray: (arg: any) => arg is any[];
18
- export declare const ArrayPrototypePush: (...items: any[]) => number;
19
- export interface AdapterValidationConfig {
20
- displayName: string;
21
- parameters: {
22
- required: string[];
23
- optional: string[];
24
- unsupported?: string[];
25
- };
26
- }
27
- /**
28
- * Validates an adapter config is well-formed.
29
- * @param config The config to validate.
30
- * @param adapter The adapter validation configuration.
31
- * @param oneOf The keys the config must contain at least one of.
32
- * @throws A TypeError if config doesn't satisfy the adapter's config validation.
33
- */
34
- export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
35
- export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
36
- export type UncoercedConfiguration<Base, Options extends {
37
- [key in keyof Base]?: any;
38
- }> = {
39
- [Key in keyof Base]?: Base[Key] | Options[Key];
40
- };
41
- export type Untrusted<Base> = Partial<Base>;
42
- export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
43
- export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
44
- export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
45
- export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
46
- export declare const snapshotRefreshOptions: {
47
- overrides: {
48
- headers: {
49
- 'Cache-Control': string;
50
- };
51
- };
52
- };
53
- /**
54
- * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
55
- * This is needed because insertion order for JSON.stringify(object) affects output:
56
- * JSON.stringify({a: 1, b: 2})
57
- * "{"a":1,"b":2}"
58
- * JSON.stringify({b: 2, a: 1})
59
- * "{"b":2,"a":1}"
60
- * @param data Data to be JSON-stringified.
61
- * @returns JSON.stringified value with consistent ordering of keys.
62
- */
63
- export declare function stableJSONStringify(node: any): string | undefined;
64
- export declare function getFetchResponseStatusText(status: number): string;
65
- export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
66
- export declare const keyPrefix = "smart-data-discovery";
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectFreeze: {
7
+ <T extends Function>(f: T): T;
8
+ <T_1 extends {
9
+ [idx: string]: object | U | null | undefined;
10
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
11
+ <T_2>(o: T_2): Readonly<T_2>;
12
+ }, ObjectCreate: {
13
+ (o: object | null): any;
14
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
15
+ };
16
+ export { ObjectFreeze, ObjectCreate, ObjectKeys };
17
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
18
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
19
+ export interface AdapterValidationConfig {
20
+ displayName: string;
21
+ parameters: {
22
+ required: string[];
23
+ optional: string[];
24
+ unsupported?: string[];
25
+ };
26
+ }
27
+ /**
28
+ * Validates an adapter config is well-formed.
29
+ * @param config The config to validate.
30
+ * @param adapter The adapter validation configuration.
31
+ * @param oneOf The keys the config must contain at least one of.
32
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
33
+ */
34
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
35
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
36
+ export type UncoercedConfiguration<Base, Options extends {
37
+ [key in keyof Base]?: any;
38
+ }> = {
39
+ [Key in keyof Base]?: Base[Key] | Options[Key];
40
+ };
41
+ export type Untrusted<Base> = Partial<Base>;
42
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
43
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
44
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
45
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
46
+ export declare const snapshotRefreshOptions: {
47
+ overrides: {
48
+ headers: {
49
+ 'Cache-Control': string;
50
+ };
51
+ };
52
+ };
53
+ /**
54
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
55
+ * This is needed because insertion order for JSON.stringify(object) affects output:
56
+ * JSON.stringify({a: 1, b: 2})
57
+ * "{"a":1,"b":2}"
58
+ * JSON.stringify({b: 2, a: 1})
59
+ * "{"b":2,"a":1}"
60
+ * @param data Data to be JSON-stringified.
61
+ * @returns JSON.stringified value with consistent ordering of keys.
62
+ */
63
+ export declare function stableJSONStringify(node: any): string | undefined;
64
+ export declare function getFetchResponseStatusText(status: number): string;
65
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
66
+ export declare const keyPrefix = "smart-data-discovery";
@@ -1,33 +1,33 @@
1
- import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
- import { ResourceRequestConfig as resources_getSmartdatadiscoveryStories_ResourceRequestConfig } from '../resources/getSmartdatadiscoveryStories';
3
- import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
- import { StoryCollectionRepresentation as types_StoryCollectionRepresentation_StoryCollectionRepresentation } from '../types/StoryCollectionRepresentation';
5
- export declare const adapterName = "getStories";
6
- export declare const getStories_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
- export interface GetStoriesConfig {
8
- folderId?: string;
9
- inputId?: string;
10
- page?: string;
11
- pageSize?: number;
12
- q?: string;
13
- scope?: string;
14
- sourceType?: string;
15
- sourceTypes?: Array<string>;
16
- }
17
- export declare function createResourceParams(config: GetStoriesConfig): resources_getSmartdatadiscoveryStories_ResourceRequestConfig;
18
- export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): string;
19
- export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_NormalizedKeyMetadata;
20
- export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetStoriesConfig>): adapter$45$utils_Untrusted<GetStoriesConfig>;
21
- export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetStoriesConfig | null;
22
- export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_Fragment;
23
- export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
24
- export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, resourceParams: resources_getSmartdatadiscoveryStories_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): Promise<import("@luvio/engine").PendingSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any> | import("@luvio/engine").FulfilledSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}>>;
25
- export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, resourceParams: resources_getSmartdatadiscoveryStories_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
26
- export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>>;
27
- export type BuildSnapshotContext = {
28
- luvio: $64$luvio_engine_Luvio;
29
- config: GetStoriesConfig;
30
- };
31
- export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>>;
32
- export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
33
- export declare const getStoriesAdapterFactory: $64$luvio_engine_AdapterFactory<GetStoriesConfig, types_StoryCollectionRepresentation_StoryCollectionRepresentation>;
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getSmartdatadiscoveryStories_ResourceRequestConfig } from '../resources/getSmartdatadiscoveryStories';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { StoryCollectionRepresentation as types_StoryCollectionRepresentation_StoryCollectionRepresentation } from '../types/StoryCollectionRepresentation';
5
+ export declare const adapterName = "getStories";
6
+ export declare const getStories_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetStoriesConfig {
8
+ folderId?: string;
9
+ inputId?: string;
10
+ page?: string;
11
+ pageSize?: number;
12
+ q?: string;
13
+ scope?: string;
14
+ sourceType?: string;
15
+ sourceTypes?: Array<string>;
16
+ }
17
+ export declare function createResourceParams(config: GetStoriesConfig): resources_getSmartdatadiscoveryStories_ResourceRequestConfig;
18
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): string;
19
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetStoriesConfig>): adapter$45$utils_Untrusted<GetStoriesConfig>;
21
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetStoriesConfig | null;
22
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_Fragment;
23
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig): $64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
24
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, resourceParams: resources_getSmartdatadiscoveryStories_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>>;
25
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, resourceParams: resources_getSmartdatadiscoveryStories_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
26
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetStoriesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>>;
27
+ export type BuildSnapshotContext = {
28
+ luvio: $64$luvio_engine_Luvio;
29
+ config: GetStoriesConfig;
30
+ };
31
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>>;
32
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_Snapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
33
+ export declare const getStoriesAdapterFactory: $64$luvio_engine_AdapterFactory<GetStoriesConfig, types_StoryCollectionRepresentation_StoryCollectionRepresentation>;
@@ -1 +1 @@
1
- export { getStoriesAdapterFactory } from '../adapters/getStories';
1
+ export { getStoriesAdapterFactory } from '../adapters/getStories';
@@ -1,3 +1,3 @@
1
- declare let getStories: any;
2
- declare let getStories_imperative: any;
3
- export { getStories, getStories_imperative };
1
+ declare let getStories: any;
2
+ declare let getStories_imperative: any;
3
+ export { getStories, getStories_imperative };
@@ -1,22 +1,22 @@
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 { StoryCollectionRepresentation as types_StoryCollectionRepresentation_StoryCollectionRepresentation } from '../types/StoryCollectionRepresentation';
3
- export interface ResourceRequestConfig {
4
- queryParams: {
5
- folderId?: string;
6
- inputId?: string;
7
- page?: string;
8
- pageSize?: number;
9
- q?: string;
10
- scope?: string;
11
- sourceType?: string;
12
- sourceTypes?: Array<string>;
13
- };
14
- }
15
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
16
- export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
17
- export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_StoryCollectionRepresentation_StoryCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
19
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_StoryCollectionRepresentation_StoryCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
20
- export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
21
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
22
- 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 { StoryCollectionRepresentation as types_StoryCollectionRepresentation_StoryCollectionRepresentation } from '../types/StoryCollectionRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ folderId?: string;
6
+ inputId?: string;
7
+ page?: string;
8
+ pageSize?: number;
9
+ q?: string;
10
+ scope?: string;
11
+ sourceType?: string;
12
+ sourceTypes?: Array<string>;
13
+ };
14
+ }
15
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
16
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
17
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_StoryCollectionRepresentation_StoryCollectionRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
19
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_StoryCollectionRepresentation_StoryCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_StoryCollectionRepresentation_StoryCollectionRepresentation, any>;
20
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_StoryCollectionRepresentation_StoryCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
21
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
22
+ export default createResourceRequest;
@@ -1,36 +1,36 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
- EVEN_WIDTH = "EVEN_WIDTH",
4
- PERCENTILE = "PERCENTILE",
5
- MANUAL = "MANUAL"
6
- }
7
- export declare const VERSION = "3cb86517569adb78e1c81ff007a332ce";
8
- export declare function validate(obj: any, path?: string): TypeError | null;
9
- export declare const RepresentationType: string;
10
- export declare function normalize(input: AbstractBucketingStrategyRepresentation, existing: AbstractBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractBucketingStrategyRepresentationNormalized;
11
- export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
- export declare const select: () => $64$luvio_engine_FragmentSelection;
13
- export declare function equals(existing: AbstractBucketingStrategyRepresentationNormalized, incoming: AbstractBucketingStrategyRepresentationNormalized): boolean;
14
- export declare function deepFreeze(input: AbstractBucketingStrategyRepresentation): void;
15
- export declare const ingest: $64$luvio_engine_ResourceIngest;
16
- export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
18
- /**
19
- * Abstract bucketing strategy response.
20
- *
21
- * Keys:
22
- * (none)
23
- */
24
- export interface AbstractBucketingStrategyRepresentationNormalized {
25
- /** Bucketing strategy. */
26
- type: string;
27
- }
28
- /**
29
- * Abstract bucketing strategy response.
30
- *
31
- * Keys:
32
- * (none)
33
- */
34
- export interface AbstractBucketingStrategyRepresentation {
35
- type: string;
36
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ EVEN_WIDTH = "EVEN_WIDTH",
4
+ PERCENTILE = "PERCENTILE",
5
+ MANUAL = "MANUAL"
6
+ }
7
+ export declare const VERSION = "3cb86517569adb78e1c81ff007a332ce";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: AbstractBucketingStrategyRepresentation, existing: AbstractBucketingStrategyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractBucketingStrategyRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: AbstractBucketingStrategyRepresentationNormalized, incoming: AbstractBucketingStrategyRepresentationNormalized): boolean;
14
+ export declare function deepFreeze(input: AbstractBucketingStrategyRepresentation): void;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractBucketingStrategyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
18
+ /**
19
+ * Abstract bucketing strategy response.
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface AbstractBucketingStrategyRepresentationNormalized {
25
+ /** Bucketing strategy. */
26
+ type: string;
27
+ }
28
+ /**
29
+ * Abstract bucketing strategy response.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface AbstractBucketingStrategyRepresentation {
35
+ type: string;
36
+ }
@@ -1,34 +1,34 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
- Binary = "Binary"
4
- }
5
- export declare const VERSION = "bf9066430ce1ad93dd76ddd192a6e58d";
6
- export declare function validate(obj: any, path?: string): TypeError | null;
7
- export declare const RepresentationType: string;
8
- export declare function normalize(input: AbstractClassificationThresholdRepresentation, existing: AbstractClassificationThresholdRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractClassificationThresholdRepresentationNormalized;
9
- export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
- export declare const select: () => $64$luvio_engine_FragmentSelection;
11
- export declare function equals(existing: AbstractClassificationThresholdRepresentationNormalized, incoming: AbstractClassificationThresholdRepresentationNormalized): boolean;
12
- export declare function deepFreeze(input: AbstractClassificationThresholdRepresentation): void;
13
- export declare const ingest: $64$luvio_engine_ResourceIngest;
14
- export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractClassificationThresholdRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
16
- /**
17
- * Base representation for classification threshold.
18
- *
19
- * Keys:
20
- * (none)
21
- */
22
- export interface AbstractClassificationThresholdRepresentationNormalized {
23
- /** type of classification. for eg., Binary */
24
- type: string;
25
- }
26
- /**
27
- * Base representation for classification threshold.
28
- *
29
- * Keys:
30
- * (none)
31
- */
32
- export interface AbstractClassificationThresholdRepresentation {
33
- type: string;
34
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ Binary = "Binary"
4
+ }
5
+ export declare const VERSION = "bf9066430ce1ad93dd76ddd192a6e58d";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: AbstractClassificationThresholdRepresentation, existing: AbstractClassificationThresholdRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractClassificationThresholdRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: AbstractClassificationThresholdRepresentationNormalized, incoming: AbstractClassificationThresholdRepresentationNormalized): boolean;
12
+ export declare function deepFreeze(input: AbstractClassificationThresholdRepresentation): void;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractClassificationThresholdRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
16
+ /**
17
+ * Base representation for classification threshold.
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface AbstractClassificationThresholdRepresentationNormalized {
23
+ /** type of classification. for eg., Binary */
24
+ type: string;
25
+ }
26
+ /**
27
+ * Base representation for classification threshold.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AbstractClassificationThresholdRepresentation {
33
+ type: string;
34
+ }
@@ -1,51 +1,51 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
- number = "number",
4
- text = "text",
5
- date = "date"
6
- }
7
- export declare const VERSION = "b609aac086a592f79a81cdf3c3391290";
8
- export declare function validate(obj: any, path?: string): TypeError | null;
9
- export declare const RepresentationType: string;
10
- export declare function normalize(input: AbstractFieldConfigurationRepresentation, existing: AbstractFieldConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractFieldConfigurationRepresentationNormalized;
11
- export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
- export declare const select: () => $64$luvio_engine_FragmentSelection;
13
- export declare function equals(existing: AbstractFieldConfigurationRepresentationNormalized, incoming: AbstractFieldConfigurationRepresentationNormalized): boolean;
14
- export declare function deepFreeze(input: AbstractFieldConfigurationRepresentation): void;
15
- export declare const ingest: $64$luvio_engine_ResourceIngest;
16
- export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractFieldConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
18
- /**
19
- * Field configuration response.
20
- *
21
- * Keys:
22
- * (none)
23
- */
24
- export interface AbstractFieldConfigurationRepresentationNormalized {
25
- /** Specifies if the field is a high cardinality field or not. */
26
- highCardinality?: boolean;
27
- /** Specifies if the field is ignored or not. */
28
- ignored?: boolean;
29
- /** Field display name */
30
- label?: string;
31
- /** Field developer name */
32
- name: string;
33
- /** Specifies if the field is sensitive or not. */
34
- sensitive?: boolean;
35
- /** Field type. */
36
- type: string;
37
- }
38
- /**
39
- * Field configuration response.
40
- *
41
- * Keys:
42
- * (none)
43
- */
44
- export interface AbstractFieldConfigurationRepresentation {
45
- highCardinality?: boolean;
46
- ignored?: boolean;
47
- label?: string;
48
- name: string;
49
- sensitive?: boolean;
50
- type: string;
51
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ number = "number",
4
+ text = "text",
5
+ date = "date"
6
+ }
7
+ export declare const VERSION = "b609aac086a592f79a81cdf3c3391290";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: AbstractFieldConfigurationRepresentation, existing: AbstractFieldConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractFieldConfigurationRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: AbstractFieldConfigurationRepresentationNormalized, incoming: AbstractFieldConfigurationRepresentationNormalized): boolean;
14
+ export declare function deepFreeze(input: AbstractFieldConfigurationRepresentation): void;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractFieldConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
18
+ /**
19
+ * Field configuration response.
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface AbstractFieldConfigurationRepresentationNormalized {
25
+ /** Specifies if the field is a high cardinality field or not. */
26
+ highCardinality?: boolean;
27
+ /** Specifies if the field is ignored or not. */
28
+ ignored?: boolean;
29
+ /** Field display name */
30
+ label?: string;
31
+ /** Field developer name */
32
+ name: string;
33
+ /** Specifies if the field is sensitive or not. */
34
+ sensitive?: boolean;
35
+ /** Field type. */
36
+ type: string;
37
+ }
38
+ /**
39
+ * Field configuration response.
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface AbstractFieldConfigurationRepresentation {
45
+ highCardinality?: boolean;
46
+ ignored?: boolean;
47
+ label?: string;
48
+ name: string;
49
+ sensitive?: boolean;
50
+ type: string;
51
+ }
@@ -1,35 +1,35 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
- Report = "Report",
4
- AnalyticsDataset = "AnalyticsDataset"
5
- }
6
- export declare const VERSION = "97e1715fe96a3fe0a18b85612a680400";
7
- export declare function validate(obj: any, path?: string): TypeError | null;
8
- export declare const RepresentationType: string;
9
- export declare function normalize(input: AbstractStorySourceRepresentation, existing: AbstractStorySourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractStorySourceRepresentationNormalized;
10
- export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
- export declare const select: () => $64$luvio_engine_FragmentSelection;
12
- export declare function equals(existing: AbstractStorySourceRepresentationNormalized, incoming: AbstractStorySourceRepresentationNormalized): boolean;
13
- export declare function deepFreeze(input: AbstractStorySourceRepresentation): void;
14
- export declare const ingest: $64$luvio_engine_ResourceIngest;
15
- export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractStorySourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
17
- /**
18
- * Base representation for an analysis source.
19
- *
20
- * Keys:
21
- * (none)
22
- */
23
- export interface AbstractStorySourceRepresentationNormalized {
24
- /** source type of the analysis. for e.g. WaveDataset/Report */
25
- type: string;
26
- }
27
- /**
28
- * Base representation for an analysis source.
29
- *
30
- * Keys:
31
- * (none)
32
- */
33
- export interface AbstractStorySourceRepresentation {
34
- type: string;
35
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ Report = "Report",
4
+ AnalyticsDataset = "AnalyticsDataset"
5
+ }
6
+ export declare const VERSION = "97e1715fe96a3fe0a18b85612a680400";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: AbstractStorySourceRepresentation, existing: AbstractStorySourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractStorySourceRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: AbstractStorySourceRepresentationNormalized, incoming: AbstractStorySourceRepresentationNormalized): boolean;
13
+ export declare function deepFreeze(input: AbstractStorySourceRepresentation): void;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractStorySourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
17
+ /**
18
+ * Base representation for an analysis source.
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface AbstractStorySourceRepresentationNormalized {
24
+ /** source type of the analysis. for e.g. WaveDataset/Report */
25
+ type: string;
26
+ }
27
+ /**
28
+ * Base representation for an analysis source.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AbstractStorySourceRepresentation {
34
+ type: string;
35
+ }