@salesforce/lds-adapters-uiapi 1.363.0 → 1.364.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.
@@ -1,14 +1,16 @@
1
1
  import { Interface as Analytics__AnalyticsWorkspace_Interface } from './Analytics__AnalyticsWorkspace';
2
2
  import { Interface as PicklistValue_Interface } from './PicklistValue';
3
+ import { Interface as IDValue_Interface } from './IDValue';
3
4
  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';
4
5
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
5
6
  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';
6
7
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
7
8
  export declare const name = "Analytics__AnalyticsWorkspaceAsset";
8
- export declare const VERSION = "c6366c7948f7ccacf02a144c87c0ca0b";
9
+ export declare const VERSION = "dbc37eaa55e5b964e02143439db26660";
9
10
  export interface Interface {
10
11
  AnalyticsWorkspace: Analytics__AnalyticsWorkspace_Interface | undefined;
11
12
  AssetUsageType: PicklistValue_Interface | undefined;
13
+ ActivePromotionRequestId: IDValue_Interface | undefined;
12
14
  }
13
15
  export interface MinimumInterface {
14
16
  }
@@ -1,15 +1,15 @@
1
1
  export declare const name = "Setup__ListFilterOperator";
2
2
  export declare enum Interface {
3
- equals = "equals",
4
- notEqual = "notEqual",
5
- lessThan = "lessThan",
6
- greaterThan = "greaterThan",
7
- lessOrEqual = "lessOrEqual",
8
- greaterOrEqual = "greaterOrEqual",
9
- contains = "contains",
10
- notContain = "notContain",
11
- startsWith = "startsWith",
12
- includes = "includes",
13
- excludes = "excludes",
14
- within = "within"
3
+ EQUALS = "EQUALS",
4
+ NOT_EQUAL = "NOT_EQUAL",
5
+ LESS_THAN = "LESS_THAN",
6
+ GREATER_THAN = "GREATER_THAN",
7
+ LESS_OR_EQUAL = "LESS_OR_EQUAL",
8
+ GREATER_OR_EQUAL = "GREATER_OR_EQUAL",
9
+ CONTAINS = "CONTAINS",
10
+ NOT_CONTAIN = "NOT_CONTAIN",
11
+ STARTS_WITH = "STARTS_WITH",
12
+ INCLUDES = "INCLUDES",
13
+ EXCLUDES = "EXCLUDES",
14
+ WITHIN = "WITHIN"
15
15
  }
@@ -1,13 +1,13 @@
1
- import { Interface as Setup__ResultOrder_Interface } from './Setup__ResultOrder';
1
+ import { Interface as ResultsOrder_Interface } from './ResultsOrder';
2
2
  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';
3
3
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
4
  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';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListOrder";
7
- export declare const VERSION = "2112e9e91fade92100f12159383743ea";
7
+ export declare const VERSION = "61225090502066c25d13053c16c03840";
8
8
  export interface Interface {
9
9
  apiName: string;
10
- order: Setup__ResultOrder_Interface | undefined;
10
+ order: ResultsOrder_Interface | undefined;
11
11
  }
12
12
  export interface MinimumInterface {
13
13
  }
@@ -1,4 +1,3 @@
1
- import { Interface as Setup__ListViewType_Interface } from './Setup__ListViewType';
2
1
  import { Interface as Setup__ListColumn_Interface } from './Setup__ListColumn';
3
2
  import { Interface as Setup__ListFilter_Interface } from './Setup__ListFilter';
4
3
  import { Interface as Setup__ListOrder_Interface } from './Setup__ListOrder';
@@ -8,9 +7,9 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
8
7
  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
8
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
10
9
  export declare const name = "Setup__ListView";
11
- export declare const VERSION = "bdb1ab22499166e9dea15deeceb2294e";
10
+ export declare const VERSION = "fd19bf00fec5082c9197879e6047088a";
12
11
  export interface Interface {
13
- listViewType: Setup__ListViewType_Interface;
12
+ listViewType: string;
14
13
  displayColumns: Setup__ListColumn_Interface[];
15
14
  filters: Setup__ListFilter_Interface[];
16
15
  filterLogic: string | undefined;
@@ -0,0 +1,35 @@
1
+ import { Interface as Setup__ListColumn_Interface } from './Setup__ListColumn';
2
+ 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';
3
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
+ 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';
5
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
+ export declare const name = "Setup__ListViewObjectInfo";
7
+ export declare const VERSION = "dad855bc32b899a3bc194a82de571d07";
8
+ export interface Interface {
9
+ columns: Setup__ListColumn_Interface[];
10
+ }
11
+ export interface MinimumInterface {
12
+ }
13
+ export type PartialInterface = Record<string, any> & MinimumInterface;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
16
+ data: Record<string, any>;
17
+ };
18
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
19
+ __ref: string;
20
+ };
21
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
22
+ 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;
23
+ 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;
24
+ 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;
25
+ 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;
26
+ export declare const getMinimumSelections: $64$luvio_graphql_GetMinimumSelectionsFunction;
27
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
28
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
29
+ isArray: boolean;
30
+ typename: string;
31
+ } | undefined;
32
+ 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;
33
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
34
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
35
+ 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,12 +1,14 @@
1
1
  import { Interface as Setup__ListViewRowEdge_Interface } from './Setup__ListViewRowEdge';
2
+ import { Interface as PageInfo_Interface } from './PageInfo';
2
3
  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';
3
4
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
4
5
  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';
5
6
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
7
  export declare const name = "Setup__ListViewRowConnection";
7
- export declare const VERSION = "010e6cf1a093e6a75fcf30b5c1e58100";
8
+ export declare const VERSION = "7b474680bc37a464a0c628599119db27";
8
9
  export interface Interface {
9
10
  edges: Setup__ListViewRowEdge_Interface[] | undefined;
11
+ pageInfo: PageInfo_Interface;
10
12
  }
11
13
  export interface MinimumInterface {
12
14
  }
@@ -15,6 +17,7 @@ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvi
15
17
  export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
16
18
  data: Record<string, any>;
17
19
  };
20
+ export declare function ingestPaginationMetadata(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>, key: string | $64$luvio_engine_NormalizedKeyMetadata, sink: PartialInterface, existingData: PartialInterface): void;
18
21
  export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
19
22
  __ref: string;
20
23
  };
@@ -29,7 +32,7 @@ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNod
29
32
  isArray: boolean;
30
33
  typename: string;
31
34
  } | undefined;
32
- 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;
35
+ export declare function ingestFieldByType(typename: string, parentKey: string | $64$luvio_engine_NormalizedKeyMetadata, fullPathKey: 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;
33
36
  export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
34
37
  export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
35
38
  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,17 +1,19 @@
1
1
  import { Interface as Setup__SetupQuery_Interface } from './Setup__SetupQuery';
2
2
  import { Interface as Setup__SetupQueryAggregate_Interface } from './Setup__SetupQueryAggregate';
3
3
  import { Interface as Setup__ListView_Interface } from './Setup__ListView';
4
+ import { Interface as Setup__ListViewObjectInfo_Interface } from './Setup__ListViewObjectInfo';
4
5
  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';
5
6
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
6
7
  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';
7
8
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
8
9
  export declare const name = "Setup__Setup";
9
10
  export declare const TTL = 1000;
10
- export declare const VERSION = "03ecc31c6e644dfb1f9338020eef1e26";
11
+ export declare const VERSION = "15a5eae26ed567f88caa110a59e151f2";
11
12
  export interface Interface {
12
13
  query: Setup__SetupQuery_Interface;
13
14
  aggregate: Setup__SetupQueryAggregate_Interface;
14
15
  ListView: Setup__ListView_Interface;
16
+ ListViewObjectInfo: Setup__ListViewObjectInfo_Interface;
15
17
  }
16
18
  export interface MinimumInterface {
17
19
  }