@salesforce/lds-adapters-uiapi 1.308.0-dev2 → 1.308.0-dev3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DirectAnswerResultRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +8 -5
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +5 -1
- package/dist/es/es2018/uiapi-records-service.js +6881 -4966
- package/package.json +10 -9
- package/sfdc/graphqlAdapters.js +5035 -3356
- package/sfdc/index.js +501 -265
- package/src/raml/api.raml +28 -2
- package/src/raml/uiapi.graphql +117 -39
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsAssetTypeSelection.d.ts +0 -10
package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts
CHANGED
|
@@ -6,11 +6,13 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
6
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';
|
|
7
7
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
8
8
|
export declare const name = "Analytics__AnalyticsRepresentation";
|
|
9
|
-
export declare const VERSION = "
|
|
9
|
+
export declare const VERSION = "912b8696694a3a4d41440504091f059b";
|
|
10
10
|
export interface Interface {
|
|
11
11
|
MasterLabel: StringValue_Interface | undefined;
|
|
12
12
|
CreatedById: IDValue_Interface | undefined;
|
|
13
|
+
CreatedDate: DateTimeValue_Interface | undefined;
|
|
13
14
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
15
|
+
LastModifiedById: IDValue_Interface | undefined;
|
|
14
16
|
Id: string;
|
|
15
17
|
ApiName: string;
|
|
16
18
|
}
|
package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Interface as RecordAggregate_Interface } from './RecordAggregate';
|
|
2
|
+
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode } from '@luvio/graphql-parser';
|
|
3
|
+
import { GraphQLIngestState as type$45$util_GraphQLIngestState, NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
4
|
+
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
5
|
+
import { Reader as $64$luvio_engine_Reader, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
export declare const name = "PolymorphicAggregateParentRelationship";
|
|
7
|
+
export type Interface = RecordAggregate_Interface;
|
|
8
|
+
export type PartialInterface = Record<string, any>;
|
|
9
|
+
export declare const VERSION: undefined;
|
|
10
|
+
export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
|
|
11
|
+
__ref: string;
|
|
12
|
+
} | undefined;
|
|
13
|
+
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;
|
|
14
|
+
export declare function getTypeCacheKeys(cacheKeys: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
|
|
15
|
+
export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
|
|
16
|
+
export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
|
|
17
|
+
isArray: boolean;
|
|
18
|
+
typename: string;
|
|
19
|
+
} | undefined;
|
|
20
|
+
export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Interface as UIAPI_Interface } from './UIAPI';
|
|
2
|
-
import { Interface as Setup__Setup_Interface } from './Setup__Setup';
|
|
3
2
|
import { Interface as Analytics__Analytics_Interface } from './Analytics__Analytics';
|
|
3
|
+
import { Interface as Setup__Setup_Interface } from './Setup__Setup';
|
|
4
4
|
import { Luvio as $64$luvio_engine_Luvio, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
5
|
import { OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, FieldNode as $64$luvio_graphql$45$parser_FieldNode, 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
6
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
7
7
|
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
8
8
|
export declare const name = "Query";
|
|
9
|
-
export declare const VERSION = "
|
|
9
|
+
export declare const VERSION = "54885a089621803969258215830eec97";
|
|
10
10
|
export interface Interface {
|
|
11
11
|
uiapi: UIAPI_Interface;
|
|
12
|
-
setup: Setup__Setup_Interface;
|
|
13
12
|
analytics: Analytics__Analytics_Interface;
|
|
13
|
+
setup: Setup__Setup_Interface;
|
|
14
14
|
}
|
|
15
15
|
export interface MinimumInterface {
|
|
16
16
|
}
|
|
@@ -15,12 +15,13 @@ import { Interface as StringAggregate_Interface } from './StringAggregate';
|
|
|
15
15
|
import { Interface as TextAreaAggregate_Interface } from './TextAreaAggregate';
|
|
16
16
|
import { Interface as TimeAggregate_Interface } from './TimeAggregate';
|
|
17
17
|
import { Interface as UrlAggregate_Interface } from './UrlAggregate';
|
|
18
|
+
import { Interface as PolymorphicAggregateParentRelationship_Interface } from './PolymorphicAggregateParentRelationship';
|
|
18
19
|
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
20
|
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
20
21
|
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
22
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
22
23
|
export declare const name = "RecordAggregate";
|
|
23
|
-
export declare const VERSION = "
|
|
24
|
+
export declare const VERSION = "e7f09bcfe3bdaa58b46bbe4d724d0231";
|
|
24
25
|
export interface Interface {
|
|
25
26
|
ApiName: string;
|
|
26
27
|
BooleanAggregate: BooleanAggregate_Interface | undefined;
|
|
@@ -40,6 +41,8 @@ export interface Interface {
|
|
|
40
41
|
TextAreaAggregate: TextAreaAggregate_Interface | undefined;
|
|
41
42
|
TimeAggregate: TimeAggregate_Interface | undefined;
|
|
42
43
|
UrlAggregate: UrlAggregate_Interface | undefined;
|
|
44
|
+
parentRelationship: Interface | undefined;
|
|
45
|
+
polymorphicParentRelationship: PolymorphicAggregateParentRelationship_Interface | undefined;
|
|
43
46
|
}
|
|
44
47
|
export interface MinimumInterface {
|
|
45
48
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
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';
|
|
2
|
+
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
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
|
+
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
5
|
+
export declare const name = "SObject__Field";
|
|
6
|
+
export declare const VERSION = "7acebed646d199da2d0c03c956162517";
|
|
7
|
+
export interface Interface {
|
|
8
|
+
name: string;
|
|
9
|
+
value: string | 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: $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 function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
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;
|
|
@@ -12,6 +12,7 @@ import { Interface as PhoneNumberValue_Interface } from './PhoneNumberValue';
|
|
|
12
12
|
import { Interface as EmailValue_Interface } from './EmailValue';
|
|
13
13
|
import { Interface as UrlValue_Interface } from './UrlValue';
|
|
14
14
|
import { Interface as EncryptedStringValue_Interface } from './EncryptedStringValue';
|
|
15
|
+
import { Interface as SObject__Field_Interface } from './SObject__Field';
|
|
15
16
|
import { Interface as CurrencyValue_Interface } from './CurrencyValue';
|
|
16
17
|
import { Interface as LongitudeValue_Interface } from './LongitudeValue';
|
|
17
18
|
import { Interface as LatitudeValue_Interface } from './LatitudeValue';
|
|
@@ -30,7 +31,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
30
31
|
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';
|
|
31
32
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
32
33
|
export declare const name = "Setup__EntityRepresentation";
|
|
33
|
-
export declare const VERSION = "
|
|
34
|
+
export declare const VERSION = "d45b0eb67ba6273ed9b38313a773b15a";
|
|
34
35
|
export interface Interface {
|
|
35
36
|
Id: string;
|
|
36
37
|
ApiName: string;
|
|
@@ -48,6 +49,7 @@ export interface Interface {
|
|
|
48
49
|
EmailValue: EmailValue_Interface | undefined;
|
|
49
50
|
UrlValue: UrlValue_Interface | undefined;
|
|
50
51
|
EncryptedStringValue: EncryptedStringValue_Interface | undefined;
|
|
52
|
+
Entity__fields: SObject__Field_Interface[];
|
|
51
53
|
CurrencyValue: CurrencyValue_Interface | undefined;
|
|
52
54
|
LongitudeValue: LongitudeValue_Interface | undefined;
|
|
53
55
|
LatitudeValue: LatitudeValue_Interface | undefined;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { Interface as Setup__SetupQuery_Interface } from './Setup__SetupQuery';
|
|
2
|
+
import { Interface as Setup__SetupQueryAggregate_Interface } from './Setup__SetupQueryAggregate';
|
|
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 } from '@luvio/graphql';
|
|
6
7
|
export declare const name = "Setup__Setup";
|
|
7
8
|
export declare const TTL = 1000;
|
|
8
|
-
export declare const VERSION = "
|
|
9
|
+
export declare const VERSION = "c9078f9a3c6d16c68179c4007365a008";
|
|
9
10
|
export interface Interface {
|
|
10
11
|
query: Setup__SetupQuery_Interface;
|
|
12
|
+
aggregate: Setup__SetupQueryAggregate_Interface;
|
|
11
13
|
}
|
|
12
14
|
export interface MinimumInterface {
|
|
13
15
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Interface as Setup__SetupAggregateEdge_Interface } from './Setup__SetupAggregateEdge';
|
|
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, 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, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
7
|
+
export declare const name = "Setup__SetupAggregateConnection";
|
|
8
|
+
export declare const VERSION = "25dc88119696a06f67107fb7fd7f1aba";
|
|
9
|
+
export interface Interface {
|
|
10
|
+
edges: Setup__SetupAggregateEdge_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: $64$luvio_graphql_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: $64$luvio_graphql_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: $64$luvio_graphql_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: $64$luvio_graphql_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(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
|
|
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: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Interface as Setup__SetupRecordResult_Interface } from './Setup__SetupRecordResult';
|
|
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 } from '@luvio/graphql';
|
|
6
|
+
export declare const name = "Setup__SetupAggregateEdge";
|
|
7
|
+
export declare const VERSION = "3c03396221f538e0cd1d5076c30cd8ee";
|
|
8
|
+
export interface Interface {
|
|
9
|
+
cursor: string;
|
|
10
|
+
node: Setup__SetupRecordResult_Interface | undefined;
|
|
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: $64$luvio_graphql_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: $64$luvio_graphql_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: $64$luvio_graphql_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: $64$luvio_graphql_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(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
|
|
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: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Interface as Setup__SetupRecordAggregate_Interface } from './Setup__SetupRecordAggregate';
|
|
2
|
+
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode } from '@luvio/graphql-parser';
|
|
3
|
+
import { GraphQLIngestState as type$45$util_GraphQLIngestState, NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
4
|
+
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
5
|
+
import { Reader as $64$luvio_engine_Reader, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
export declare const name = "Setup__SetupPolymorphicAggregateParentRelationship";
|
|
7
|
+
export type Interface = Setup__SetupRecordAggregate_Interface;
|
|
8
|
+
export type PartialInterface = Record<string, any>;
|
|
9
|
+
export declare const VERSION: undefined;
|
|
10
|
+
export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
|
|
11
|
+
__ref: string;
|
|
12
|
+
} | undefined;
|
|
13
|
+
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;
|
|
14
|
+
export declare function getTypeCacheKeys(cacheKeys: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
|
|
15
|
+
export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
|
|
16
|
+
export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
|
|
17
|
+
isArray: boolean;
|
|
18
|
+
typename: string;
|
|
19
|
+
} | undefined;
|
|
20
|
+
export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Interface as Setup__SetupAggregateConnection_Interface } from './Setup__SetupAggregateConnection';
|
|
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 } from '@luvio/graphql';
|
|
6
|
+
export declare const name = "Setup__SetupQueryAggregate";
|
|
7
|
+
export declare const VERSION = "0592284764c8e58016880e291b9ffb64";
|
|
8
|
+
export interface Interface {
|
|
9
|
+
recordQueryAggregate: Setup__SetupAggregateConnection_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: $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 function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
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;
|
|
@@ -0,0 +1,71 @@
|
|
|
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 LongAggregate_Interface } from './LongAggregate';
|
|
10
|
+
import { Interface as LongitudeAggregate_Interface } from './LongitudeAggregate';
|
|
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 { Interface as Setup__SetupPolymorphicAggregateParentRelationship_Interface } from './Setup__SetupPolymorphicAggregateParentRelationship';
|
|
19
|
+
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';
|
|
20
|
+
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
21
|
+
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';
|
|
22
|
+
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
23
|
+
export declare const name = "Setup__SetupRecordAggregate";
|
|
24
|
+
export declare const VERSION = "47f8092aa692ffc3ab1a2cc12b530dbc";
|
|
25
|
+
export interface Interface {
|
|
26
|
+
ApiName: string;
|
|
27
|
+
BooleanAggregate: BooleanAggregate_Interface | undefined;
|
|
28
|
+
CurrencyAggregate: CurrencyAggregate_Interface | undefined;
|
|
29
|
+
DateAggregate: DateAggregate_Interface | undefined;
|
|
30
|
+
DoubleAggregate: DoubleAggregate_Interface | undefined;
|
|
31
|
+
EmailAggregate: EmailAggregate_Interface | undefined;
|
|
32
|
+
IDAggregate: IDAggregate_Interface | undefined;
|
|
33
|
+
IntAggregate: IntAggregate_Interface | undefined;
|
|
34
|
+
LatitudeAggregate: LatitudeAggregate_Interface | undefined;
|
|
35
|
+
LongAggregate: LongAggregate_Interface | undefined;
|
|
36
|
+
LongitudeAggregate: LongitudeAggregate_Interface | undefined;
|
|
37
|
+
PercentAggregate: PercentAggregate_Interface | undefined;
|
|
38
|
+
PhoneNumberAggregate: PhoneNumberAggregate_Interface | undefined;
|
|
39
|
+
PicklistAggregate: PicklistAggregate_Interface | undefined;
|
|
40
|
+
StringAggregate: StringAggregate_Interface | undefined;
|
|
41
|
+
TextAreaAggregate: TextAreaAggregate_Interface | undefined;
|
|
42
|
+
TimeAggregate: TimeAggregate_Interface | undefined;
|
|
43
|
+
UrlAggregate: UrlAggregate_Interface | undefined;
|
|
44
|
+
parentRelationship: Interface | undefined;
|
|
45
|
+
polymorphicParentRelationship: Setup__SetupPolymorphicAggregateParentRelationship_Interface | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface MinimumInterface {
|
|
48
|
+
}
|
|
49
|
+
export type PartialInterface = Record<string, any> & MinimumInterface;
|
|
50
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
|
|
51
|
+
export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
|
|
52
|
+
data: Record<string, any>;
|
|
53
|
+
};
|
|
54
|
+
export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
|
|
55
|
+
__ref: string;
|
|
56
|
+
};
|
|
57
|
+
export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
|
|
58
|
+
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;
|
|
59
|
+
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;
|
|
60
|
+
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;
|
|
61
|
+
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;
|
|
62
|
+
export declare function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
63
|
+
export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
|
|
64
|
+
export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
|
|
65
|
+
isArray: boolean;
|
|
66
|
+
typename: string;
|
|
67
|
+
} | undefined;
|
|
68
|
+
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;
|
|
69
|
+
export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
|
|
70
|
+
export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
|
|
71
|
+
export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Interface as Setup__SetupRecordAggregate_Interface } from './Setup__SetupRecordAggregate';
|
|
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 } from '@luvio/graphql';
|
|
6
|
+
export declare const name = "Setup__SetupRecordResult";
|
|
7
|
+
export declare const VERSION = "daf27c777ff084ce986416e1b392ccf8";
|
|
8
|
+
export interface Interface {
|
|
9
|
+
aggregate: Setup__SetupRecordAggregate_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: $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 function getMinimumSelections(): $64$luvio_graphql$45$parser_SelectionNode[];
|
|
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;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "bb5b86a01112c503604e2f1431f457c4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DirectAnswerResultRepresentation, existing: DirectAnswerResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DirectAnswerResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DirectAnswerResultRepresentationNormalized, incoming: DirectAnswerResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DirectAnswerResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Direct Answer Result Response
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DirectAnswerResultRepresentationNormalized {
|
|
17
|
+
/** An LLM-provided explanation for the Direct Answer response */
|
|
18
|
+
explanation: string | null;
|
|
19
|
+
/** Indicates that no results were found */
|
|
20
|
+
hasNoResult: boolean | null;
|
|
21
|
+
/** The LLM-based Direct Answer response */
|
|
22
|
+
result: string | null;
|
|
23
|
+
/** The ID corresponding to the askCRMData invocation */
|
|
24
|
+
turnId: string | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Direct Answer Result Response
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface DirectAnswerResultRepresentation {
|
|
33
|
+
explanation: string | null;
|
|
34
|
+
hasNoResult: boolean | null;
|
|
35
|
+
result: string | null;
|
|
36
|
+
turnId: string | null;
|
|
37
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
import { SearchResultCollectionRepresentation as SearchResultCollectionRepresentation_SearchResultCollectionRepresentation } from './SearchResultCollectionRepresentation';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "7c671f6b327016a6ef424a2cd672f5c9";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: KeywordSearchResultsRepresentation, existing: KeywordSearchResultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): KeywordSearchResultsRepresentationNormalized;
|
|
@@ -24,6 +24,8 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
24
24
|
* (none)
|
|
25
25
|
*/
|
|
26
26
|
export interface KeywordSearchResultsRepresentationNormalized {
|
|
27
|
+
/** Indicates that no results were found */
|
|
28
|
+
hasNoResult: boolean | null;
|
|
27
29
|
/** List of search result collections, one for each object */
|
|
28
30
|
results: Array<$64$luvio_engine_StoreLink>;
|
|
29
31
|
}
|
|
@@ -34,5 +36,6 @@ export interface KeywordSearchResultsRepresentationNormalized {
|
|
|
34
36
|
* (none)
|
|
35
37
|
*/
|
|
36
38
|
export interface KeywordSearchResultsRepresentation {
|
|
39
|
+
hasNoResult: boolean | null;
|
|
37
40
|
results: Array<SearchResultCollectionRepresentation_SearchResultCollectionRepresentation>;
|
|
38
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AppliedSearchFilterOutputRepresentation as AppliedSearchFilterOutputRepresentation_AppliedSearchFilterOutputRepresentation } from './AppliedSearchFilterOutputRepresentation';
|
|
2
2
|
import { SearchAnswersRecordRepresentation as SearchAnswersRecordRepresentation_SearchAnswersRecordRepresentation } from './SearchAnswersRecordRepresentation';
|
|
3
3
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "168ca91bad7ee3ac64106b8b9dbf679b";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: SearchAnswersResultRepresentation, existing: SearchAnswersResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchAnswersResultRepresentationNormalized;
|
|
@@ -17,11 +17,13 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
17
17
|
*/
|
|
18
18
|
export interface SearchAnswersResultRepresentationNormalized {
|
|
19
19
|
/** The type of search answer */
|
|
20
|
-
answerType: string;
|
|
20
|
+
answerType: string | null;
|
|
21
21
|
/** The list of applied filters. */
|
|
22
22
|
appliedFilters: Array<AppliedSearchFilterOutputRepresentation_AppliedSearchFilterOutputRepresentation>;
|
|
23
|
+
/** Indicates that no results were found */
|
|
24
|
+
hasNoResult: boolean | null;
|
|
23
25
|
/** The record’s snippet which includes the answer */
|
|
24
|
-
passage: string;
|
|
26
|
+
passage: string | null;
|
|
25
27
|
/** The list of records for search answer */
|
|
26
28
|
records: Array<SearchAnswersRecordRepresentation_SearchAnswersRecordRepresentation>;
|
|
27
29
|
}
|
|
@@ -32,8 +34,9 @@ export interface SearchAnswersResultRepresentationNormalized {
|
|
|
32
34
|
* (none)
|
|
33
35
|
*/
|
|
34
36
|
export interface SearchAnswersResultRepresentation {
|
|
35
|
-
answerType: string;
|
|
37
|
+
answerType: string | null;
|
|
36
38
|
appliedFilters: Array<AppliedSearchFilterOutputRepresentation_AppliedSearchFilterOutputRepresentation>;
|
|
37
|
-
|
|
39
|
+
hasNoResult: boolean | null;
|
|
40
|
+
passage: string | null;
|
|
38
41
|
records: Array<SearchAnswersRecordRepresentation_SearchAnswersRecordRepresentation>;
|
|
39
42
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { DirectAnswerResultRepresentation as DirectAnswerResultRepresentation_DirectAnswerResultRepresentation } from './DirectAnswerResultRepresentation';
|
|
1
2
|
import { KeywordSearchResultsRepresentation as KeywordSearchResultsRepresentation_KeywordSearchResultsRepresentation } from './KeywordSearchResultsRepresentation';
|
|
2
3
|
import { SearchAnswersResultRepresentation as SearchAnswersResultRepresentation_SearchAnswersResultRepresentation } from './SearchAnswersResultRepresentation';
|
|
3
4
|
import { SearchObjectOptionsOutputRepresentation as SearchObjectOptionsOutputRepresentation_SearchObjectOptionsOutputRepresentation } from './SearchObjectOptionsOutputRepresentation';
|
|
4
5
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
6
|
export declare const TTL = 200;
|
|
6
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "e5e39b39842d8ac72b8403aa973fbb1d";
|
|
7
8
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
9
|
export declare const RepresentationType: string;
|
|
9
10
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -31,6 +32,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
31
32
|
export interface SearchResultsSummaryRepresentationNormalized {
|
|
32
33
|
/** Configuration Name to be applied */
|
|
33
34
|
configurationName: string | null;
|
|
35
|
+
/** Direct Answer Response */
|
|
36
|
+
directAnswerResult: DirectAnswerResultRepresentation_DirectAnswerResultRepresentation | null;
|
|
34
37
|
/** Keyword Search Results Response */
|
|
35
38
|
keywordSearchResults: $64$luvio_engine_StoreLink | null;
|
|
36
39
|
/** Search Answers Response */
|
|
@@ -53,6 +56,7 @@ export interface SearchResultsSummaryRepresentationNormalized {
|
|
|
53
56
|
*/
|
|
54
57
|
export interface SearchResultsSummaryRepresentation {
|
|
55
58
|
configurationName: string | null;
|
|
59
|
+
directAnswerResult: DirectAnswerResultRepresentation_DirectAnswerResultRepresentation | null;
|
|
56
60
|
keywordSearchResults: KeywordSearchResultsRepresentation_KeywordSearchResultsRepresentation | null;
|
|
57
61
|
qnaResult: SearchAnswersResultRepresentation_SearchAnswersResultRepresentation | null;
|
|
58
62
|
query: string;
|