@salesforce/lds-adapters-uiapi 1.383.0 → 1.385.0

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.
@@ -0,0 +1,53 @@
1
+ import { Interface as StringValue_Interface } from './StringValue';
2
+ import { Interface as IDValue_Interface } from './IDValue';
3
+ import { Interface as DateTimeValue_Interface } from './DateTimeValue';
4
+ import { Interface as Analytics__AnalyticsWorkspaceAssetConnection_Interface } from './Analytics__AnalyticsWorkspaceAssetConnection';
5
+ import { Interface as Analytics__DataspaceRepresentation_Interface } from './Analytics__DataspaceRepresentation';
6
+ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
7
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
8
+ import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
9
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
10
+ export declare const name = "Analytics__MktDataConnection";
11
+ export declare const VERSION = "eb1b9f1a4bc824c4a673093c04f7d1d4";
12
+ export interface Interface {
13
+ MasterLabel: StringValue_Interface | undefined;
14
+ DeveloperName: StringValue_Interface | undefined;
15
+ CreatedById: IDValue_Interface | undefined;
16
+ LastModifiedById: IDValue_Interface | undefined;
17
+ LastModifiedDate: DateTimeValue_Interface | undefined;
18
+ CreatedDate: DateTimeValue_Interface | undefined;
19
+ Id: string;
20
+ ApiName: string;
21
+ NamespacePrefix: StringValue_Interface | undefined;
22
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
23
+ Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
24
+ RecordOperations: string[] | undefined;
25
+ DataConnectorType: StringValue_Interface | undefined;
26
+ }
27
+ export interface MinimumInterface {
28
+ Id: Interface["Id"];
29
+ }
30
+ export type PartialInterface = Record<string, any> & MinimumInterface;
31
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string;
32
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): $64$luvio_engine_NormalizedKeyMetadata;
33
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
34
+ data: Record<string, any>;
35
+ };
36
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
37
+ __ref: string;
38
+ };
39
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
40
+ export declare function selectType(typename: string, sel: $64$luvio_graphql$45$parser_FieldNode, fieldData: any, reader: $64$luvio_engine_Reader<any>, key: $64$luvio_engine_SelectionPropertyKey, sink: any, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): any;
41
+ export declare function buildSelectionForField(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
42
+ export declare function buildSelectionForNode(source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentNode: $64$luvio_graphql$45$parser_FieldNode | $64$luvio_graphql$45$parser_OperationDefinitionNode, selectionNode: $64$luvio_graphql$45$parser_SelectionNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
43
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: $64$luvio_graphql_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
44
+ export declare const getMinimumSelections: $64$luvio_graphql_GetMinimumSelectionsFunction;
45
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
46
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
47
+ isArray: boolean;
48
+ typename: string;
49
+ } | undefined;
50
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, requestedField: $64$luvio_graphql$45$parser_FieldNode, sink: Record<string, any>, fieldKey: $64$luvio_engine_SelectionPropertyKey, fieldData: any, state: type$45$util_GraphQLIngestState<PartialInterface>): void;
51
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
52
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
53
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -1,6 +1,7 @@
1
1
  import { Interface as StringValue_Interface } from './StringValue';
2
2
  import { Interface as IDValue_Interface } from './IDValue';
3
3
  import { Interface as DateTimeValue_Interface } from './DateTimeValue';
4
+ import { Interface as Analytics__SemanticModel_Interface } from './Analytics__SemanticModel';
4
5
  import { Interface as Analytics__AnalyticsWorkspaceAssetConnection_Interface } from './Analytics__AnalyticsWorkspaceAssetConnection';
5
6
  import { Interface as Analytics__SemanticSubMetricDefinitionConnection_Interface } from './Analytics__SemanticSubMetricDefinitionConnection';
6
7
  import { Interface as Analytics__DataspaceRepresentation_Interface } from './Analytics__DataspaceRepresentation';
@@ -9,7 +10,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
9
10
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
10
11
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
11
12
  export declare const name = "Analytics__SemanticDefinition";
12
- export declare const VERSION = "ad6d3ee436d193cc89a924346cdf243b";
13
+ export declare const VERSION = "2d4fe4a148dc5214190f8cfc59507fd6";
13
14
  export interface Interface {
14
15
  MasterLabel: StringValue_Interface | undefined;
15
16
  DeveloperName: StringValue_Interface | undefined;
@@ -20,6 +21,7 @@ export interface Interface {
20
21
  Id: string;
21
22
  ApiName: string;
22
23
  NamespacePrefix: StringValue_Interface | undefined;
24
+ SemanticModel: Analytics__SemanticModel_Interface | undefined;
23
25
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
24
26
  SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
25
27
  Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
@@ -8,5 +8,4 @@ export type Registration = {
8
8
  instrument: Instrument;
9
9
  };
10
10
  export { ConfigurationForGraphQLAdapters as Configuration, configurationForGraphQLAdapters as configuration, };
11
- export declare function refreshGraphQL(data: any): any;
12
11
  export { graphqlAdapterFactory } from './main';
@@ -1,5 +1,11 @@
1
1
  declare let graphql: any;
2
+ declare let graphql_deprecated: any;
3
+ declare let graphql_onestore: any;
2
4
  declare let graphqlBatch: any;
3
5
  declare let graphql_imperative: any;
6
+ declare let graphql_imperative_deprecated: any;
7
+ declare let graphql_imperative_onestore: any;
4
8
  declare let graphqlBatch_imperative: any;
5
- export { graphql, graphqlBatch, graphql_imperative, graphqlBatch_imperative };
9
+ declare let refreshGraphQL: (data: any) => any;
10
+ declare let refreshGraphQL_deprecated: (data: any) => any;
11
+ export { graphql, graphqlBatch, graphql_imperative, graphqlBatch_imperative, refreshGraphQL, refreshGraphQL_deprecated, graphql_deprecated, graphql_imperative_deprecated, graphql_onestore, graphql_imperative_onestore, };