@salesforce/lds-adapters-uiapi 1.136.8 → 1.137.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.
Files changed (20) hide show
  1. package/dist/es/es2018/types/src/generated/graphql/types/DateFunctionAggregation.d.ts +1 -2
  2. package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +16 -16
  3. package/dist/es/es2018/types/src/generated/graphql/types/DateOnlyAggregation.d.ts +1 -2
  4. package/dist/es/es2018/types/src/generated/graphql/types/GroupByFunction.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/graphql/types/GroupByType.d.ts +6 -0
  6. package/dist/es/es2018/types/src/generated/graphql/types/NullOrder.d.ts +2 -2
  7. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +68 -0
  8. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateConnection.d.ts +39 -0
  9. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregateEdge.d.ts +36 -0
  10. package/dist/es/es2018/types/src/generated/graphql/types/RecordQueryAggregate.d.ts +35 -0
  11. package/dist/es/es2018/types/src/generated/graphql/types/RecordResult.d.ts +35 -0
  12. package/dist/es/es2018/types/src/generated/graphql/types/UIAPI.d.ts +3 -1
  13. package/dist/es/es2018/types/src/generated/graphql/types/Unit.d.ts +5 -0
  14. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordAggregate/getFieldType.d.ts +5 -0
  15. package/dist/es/es2018/types/src/graphql-artifacts/types/RecordQueryAggregate/getFieldType.d.ts +5 -0
  16. package/dist/es/es2018/uiapi-records-service.js +10636 -4266
  17. package/package.json +4 -4
  18. package/sfdc/graphqlAdapters.js +10527 -4157
  19. package/sfdc/index.js +1 -1
  20. package/src/raml/uiapi.graphql +133 -22
@@ -3,11 +3,10 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
3
3
  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';
4
4
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables } from '@luvio/graphql';
5
5
  export declare const name = "DateFunctionAggregation";
6
- export declare const VERSION = "6da0ba19ba56a0a5565236d890aa97ff";
6
+ export declare const VERSION = "2c6f28f604b988d12fd3fc208129d978";
7
7
  export interface Interface {
8
8
  value: unknown | undefined;
9
9
  format: string | undefined;
10
- convertTimezone: unknown | undefined;
11
10
  }
12
11
  export interface MinimumInterface {
13
12
  }
@@ -1,26 +1,26 @@
1
1
  export declare const name = "DateLiteral";
2
2
  export declare enum Interface {
3
- LAST_90_DAYS = "LAST_90_DAYS",
4
- THIS_MONTH = "THIS_MONTH",
3
+ THIS_WEEK = "THIS_WEEK",
4
+ THIS_FISCAL_QUARTER = "THIS_FISCAL_QUARTER",
5
+ NEXT_YEAR = "NEXT_YEAR",
6
+ TODAY = "TODAY",
7
+ LAST_WEEK = "LAST_WEEK",
8
+ LAST_YEAR = "LAST_YEAR",
9
+ YESTERDAY = "YESTERDAY",
10
+ NEXT_MONTH = "NEXT_MONTH",
5
11
  NEXT_FISCAL_YEAR = "NEXT_FISCAL_YEAR",
6
- LAST_FISCAL_YEAR = "LAST_FISCAL_YEAR",
12
+ NEXT_WEEK = "NEXT_WEEK",
7
13
  NEXT_90_DAYS = "NEXT_90_DAYS",
8
- NEXT_FISCAL_QUARTER = "NEXT_FISCAL_QUARTER",
14
+ LAST_FISCAL_QUARTER = "LAST_FISCAL_QUARTER",
15
+ LAST_FISCAL_YEAR = "LAST_FISCAL_YEAR",
9
16
  THIS_YEAR = "THIS_YEAR",
17
+ THIS_MONTH = "THIS_MONTH",
10
18
  THIS_QUARTER = "THIS_QUARTER",
11
- YESTERDAY = "YESTERDAY",
12
- LAST_QUARTER = "LAST_QUARTER",
13
- LAST_YEAR = "LAST_YEAR",
19
+ LAST_90_DAYS = "LAST_90_DAYS",
20
+ NEXT_FISCAL_QUARTER = "NEXT_FISCAL_QUARTER",
14
21
  THIS_FISCAL_YEAR = "THIS_FISCAL_YEAR",
15
22
  TOMORROW = "TOMORROW",
16
- LAST_MONTH = "LAST_MONTH",
17
- THIS_FISCAL_QUARTER = "THIS_FISCAL_QUARTER",
18
- NEXT_YEAR = "NEXT_YEAR",
19
23
  NEXT_QUARTER = "NEXT_QUARTER",
20
- THIS_WEEK = "THIS_WEEK",
21
- NEXT_WEEK = "NEXT_WEEK",
22
- NEXT_MONTH = "NEXT_MONTH",
23
- TODAY = "TODAY",
24
- LAST_WEEK = "LAST_WEEK",
25
- LAST_FISCAL_QUARTER = "LAST_FISCAL_QUARTER"
24
+ LAST_MONTH = "LAST_MONTH",
25
+ LAST_QUARTER = "LAST_QUARTER"
26
26
  }
@@ -3,11 +3,10 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
3
3
  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';
4
4
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables } from '@luvio/graphql';
5
5
  export declare const name = "DateOnlyAggregation";
6
- export declare const VERSION = "6da0ba19ba56a0a5565236d890aa97ff";
6
+ export declare const VERSION = "2c6f28f604b988d12fd3fc208129d978";
7
7
  export interface Interface {
8
8
  value: unknown | undefined;
9
9
  format: string | undefined;
10
- convertTimezone: unknown | undefined;
11
10
  }
12
11
  export interface MinimumInterface {
13
12
  }
@@ -0,0 +1,16 @@
1
+ export declare const name = "GroupByFunction";
2
+ export declare enum Interface {
3
+ DAY_IN_WEEK = "DAY_IN_WEEK",
4
+ DAY_IN_MONTH = "DAY_IN_MONTH",
5
+ DAY_IN_YEAR = "DAY_IN_YEAR",
6
+ WEEK_IN_MONTH = "WEEK_IN_MONTH",
7
+ WEEK_IN_YEAR = "WEEK_IN_YEAR",
8
+ CALENDAR_MONTH = "CALENDAR_MONTH",
9
+ CALENDAR_QUARTER = "CALENDAR_QUARTER",
10
+ CALENDAR_YEAR = "CALENDAR_YEAR",
11
+ FISCAL_MONTH = "FISCAL_MONTH",
12
+ FISCAL_QUARTER = "FISCAL_QUARTER",
13
+ FISCAL_YEAR = "FISCAL_YEAR",
14
+ DAY_ONLY = "DAY_ONLY",
15
+ HOUR_IN_DAY = "HOUR_IN_DAY"
16
+ }
@@ -0,0 +1,6 @@
1
+ export declare const name = "GroupByType";
2
+ export declare enum Interface {
3
+ GROUP_BY = "GROUP_BY",
4
+ ROLLUP = "ROLLUP",
5
+ CUBE = "CUBE"
6
+ }
@@ -1,5 +1,5 @@
1
1
  export declare const name = "NullOrder";
2
2
  export declare enum Interface {
3
- FIRST = "FIRST",
4
- LAST = "LAST"
3
+ LAST = "LAST",
4
+ FIRST = "FIRST"
5
5
  }
@@ -0,0 +1,68 @@
1
+ import { Interface as BooleanAggregate_Interface } from './BooleanAggregate';
2
+ import { Interface as CurrencyAggregate_Interface } from './CurrencyAggregate';
3
+ import { Interface as DateAggregate_Interface } from './DateAggregate';
4
+ import { Interface as DoubleAggregate_Interface } from './DoubleAggregate';
5
+ import { Interface as EmailAggregate_Interface } from './EmailAggregate';
6
+ import { Interface as IDAggregate_Interface } from './IDAggregate';
7
+ import { Interface as IntAggregate_Interface } from './IntAggregate';
8
+ import { Interface as LatitudeAggregate_Interface } from './LatitudeAggregate';
9
+ import { Interface as LongitudeAggregate_Interface } from './LongitudeAggregate';
10
+ import { Interface as LongAggregate_Interface } from './LongAggregate';
11
+ import { Interface as PercentAggregate_Interface } from './PercentAggregate';
12
+ import { Interface as PhoneNumberAggregate_Interface } from './PhoneNumberAggregate';
13
+ import { Interface as PicklistAggregate_Interface } from './PicklistAggregate';
14
+ import { Interface as StringAggregate_Interface } from './StringAggregate';
15
+ import { Interface as TextAreaAggregate_Interface } from './TextAreaAggregate';
16
+ import { Interface as TimeAggregate_Interface } from './TimeAggregate';
17
+ import { Interface as UrlAggregate_Interface } from './UrlAggregate';
18
+ 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';
19
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLFragmentMap as type$45$util_GraphQLFragmentMap, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
20
+ 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';
21
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables } from '@luvio/graphql';
22
+ export declare const name = "RecordAggregate";
23
+ export declare const VERSION = "708cab338ed7ebbaa86aab15bce73272";
24
+ export interface Interface {
25
+ ApiName: string;
26
+ BooleanAggregate: BooleanAggregate_Interface | undefined;
27
+ CurrencyAggregate: CurrencyAggregate_Interface | undefined;
28
+ DateAggregate: DateAggregate_Interface | undefined;
29
+ DoubleAggregate: DoubleAggregate_Interface | undefined;
30
+ EmailAggregate: EmailAggregate_Interface | undefined;
31
+ IDAggregate: IDAggregate_Interface | undefined;
32
+ IntAggregate: IntAggregate_Interface | undefined;
33
+ LatitudeAggregate: LatitudeAggregate_Interface | undefined;
34
+ LongitudeAggregate: LongitudeAggregate_Interface | undefined;
35
+ LongAggregate: LongAggregate_Interface | undefined;
36
+ PercentAggregate: PercentAggregate_Interface | undefined;
37
+ PhoneNumberAggregate: PhoneNumberAggregate_Interface | undefined;
38
+ PicklistAggregate: PicklistAggregate_Interface | undefined;
39
+ StringAggregate: StringAggregate_Interface | undefined;
40
+ TextAreaAggregate: TextAreaAggregate_Interface | undefined;
41
+ TimeAggregate: TimeAggregate_Interface | undefined;
42
+ UrlAggregate: UrlAggregate_Interface | undefined;
43
+ }
44
+ export interface MinimumInterface {
45
+ }
46
+ export type PartialInterface = Record<string, any> & MinimumInterface;
47
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
48
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
49
+ data: Record<string, any>;
50
+ };
51
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
52
+ __ref: string;
53
+ };
54
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
55
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): any;
56
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
57
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
58
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: type$45$util_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
59
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
60
+ export declare function getTypeCacheKeys(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): $64$luvio_engine_DurableStoreKeyMetadataMap;
61
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
62
+ isArray: boolean;
63
+ typename: string;
64
+ } | undefined;
65
+ 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;
66
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
67
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
68
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: type$45$util_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,39 @@
1
+ import { Interface as RecordAggregateEdge_Interface } from './RecordAggregateEdge';
2
+ import { Interface as PageInfo_Interface } from './PageInfo';
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';
4
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLFragmentMap as type$45$util_GraphQLFragmentMap, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
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';
6
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables } from '@luvio/graphql';
7
+ export declare const name = "RecordAggregateConnection";
8
+ export declare const VERSION = "75a36f5de3df006f439ccc8e04bdca0f";
9
+ export interface Interface {
10
+ edges: RecordAggregateEdge_Interface[] | undefined;
11
+ pageInfo: PageInfo_Interface;
12
+ totalCount: number;
13
+ }
14
+ export interface MinimumInterface {
15
+ }
16
+ export type PartialInterface = Record<string, any> & MinimumInterface;
17
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
19
+ data: Record<string, any>;
20
+ };
21
+ 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;
22
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
23
+ __ref: string;
24
+ };
25
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
26
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): any;
27
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
28
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
29
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: type$45$util_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
30
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
31
+ export declare function getTypeCacheKeys(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): $64$luvio_engine_DurableStoreKeyMetadataMap;
32
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
33
+ isArray: boolean;
34
+ typename: string;
35
+ } | undefined;
36
+ 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;
37
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
38
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
39
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: type$45$util_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,36 @@
1
+ import { Interface as RecordResult_Interface } from './RecordResult';
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, GraphQLFragmentMap as type$45$util_GraphQLFragmentMap, 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 } from '@luvio/graphql';
6
+ export declare const name = "RecordAggregateEdge";
7
+ export declare const VERSION = "109073e1a791313cf074cd8b4d78a64d";
8
+ export interface Interface {
9
+ node: RecordResult_Interface | undefined;
10
+ cursor: string;
11
+ }
12
+ export interface MinimumInterface {
13
+ }
14
+ export type PartialInterface = Record<string, any> & MinimumInterface;
15
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
17
+ data: Record<string, any>;
18
+ };
19
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
20
+ __ref: string;
21
+ };
22
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
23
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): any;
24
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
25
+ 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: type$45$util_GraphQLFragmentMap, parentRecordId: string): Record<string, any> | undefined;
26
+ export declare function select(field: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables, fragments: type$45$util_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
27
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
28
+ export declare function getTypeCacheKeys(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): $64$luvio_engine_DurableStoreKeyMetadataMap;
29
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
30
+ isArray: boolean;
31
+ typename: string;
32
+ } | undefined;
33
+ 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;
34
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
35
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
36
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: type$45$util_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,35 @@
1
+ import { Interface as RecordAggregateConnection_Interface } from './RecordAggregateConnection';
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, GraphQLFragmentMap as type$45$util_GraphQLFragmentMap, 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 } from '@luvio/graphql';
6
+ export declare const name = "RecordQueryAggregate";
7
+ export declare const VERSION = "d872f40fe358effab12441976e95ca71";
8
+ export interface Interface {
9
+ recordQueryAggregate: RecordAggregateConnection_Interface | undefined;
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: type$45$util_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: type$45$util_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: type$45$util_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: type$45$util_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
26
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
27
+ export declare function getTypeCacheKeys(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): $64$luvio_engine_DurableStoreKeyMetadataMap;
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: type$45$util_GraphQLFragmentMap): string | undefined;
@@ -0,0 +1,35 @@
1
+ import { Interface as RecordAggregate_Interface } from './RecordAggregate';
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, GraphQLFragmentMap as type$45$util_GraphQLFragmentMap, 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 } from '@luvio/graphql';
6
+ export declare const name = "RecordResult";
7
+ export declare const VERSION = "ac087a39402cb113c9336a78e228b27a";
8
+ export interface Interface {
9
+ aggregate: RecordAggregate_Interface | undefined;
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: type$45$util_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: type$45$util_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: type$45$util_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: type$45$util_GraphQLFragmentMap): (source: type$45$util_NormalizedGraphQL, reader: $64$luvio_engine_Reader<any>, parentRecordId: string) => PartialInterface | undefined;
26
+ export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
27
+ export declare function getTypeCacheKeys(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): $64$luvio_engine_DurableStoreKeyMetadataMap;
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: type$45$util_GraphQLFragmentMap): string | undefined;
@@ -1,4 +1,5 @@
1
1
  import { Interface as RecordQuery_Interface } from './RecordQuery';
2
+ import { Interface as RecordQueryAggregate_Interface } from './RecordQueryAggregate';
2
3
  import { Interface as ObjectInfo_Interface } from './ObjectInfo';
3
4
  import { Interface as RelatedListInfo_Interface } from './RelatedListInfo';
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';
@@ -6,9 +7,10 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
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 } from '@luvio/graphql';
8
9
  export declare const name = "UIAPI";
9
- export declare const VERSION = "e958f3329b5c6b7fa8d54aad8db926d5";
10
+ export declare const VERSION = "86b00be929ac510584ee034a4df812ea";
10
11
  export interface Interface {
11
12
  query: RecordQuery_Interface;
13
+ aggregate: RecordQueryAggregate_Interface;
12
14
  objectInfos: ObjectInfo_Interface[] | undefined;
13
15
  relatedListByName: RelatedListInfo_Interface | undefined;
14
16
  }
@@ -0,0 +1,5 @@
1
+ export declare const name = "Unit";
2
+ export declare enum Interface {
3
+ MI = "MI",
4
+ KM = "KM"
5
+ }
@@ -0,0 +1,5 @@
1
+ import type { FieldNode } from '@luvio/graphql-parser';
2
+ export declare function getFieldType(field: FieldNode): {
3
+ isArray: boolean;
4
+ typename: string;
5
+ } | undefined;
@@ -0,0 +1,5 @@
1
+ import type { FieldNode } from '@luvio/graphql-parser';
2
+ export declare function getFieldType(field: FieldNode): {
3
+ isArray: boolean;
4
+ typename: string;
5
+ } | undefined;