@salesforce/lds-adapters-uiapi 1.401.0 → 1.403.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 (40) hide show
  1. package/dist/es/es2018/types/src/generated/graphql/directives/ignoreRule.d.ts +5 -0
  2. package/dist/es/es2018/types/src/generated/graphql/directives/optional.d.ts +5 -0
  3. package/dist/es/es2018/types/src/generated/graphql/directives/team.d.ts +5 -0
  4. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsEdge.d.ts +3 -3
  5. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__DominoTemplate.d.ts +57 -0
  6. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +2 -2
  7. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +2 -1
  8. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +2 -1
  9. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +13 -1
  10. package/dist/es/es2018/types/src/generated/graphql/types/ControllerValues.d.ts +35 -0
  11. package/dist/es/es2018/types/src/generated/graphql/types/CurrencyValue.d.ts +2 -1
  12. package/dist/es/es2018/types/src/generated/graphql/types/DateLiteral.d.ts +16 -16
  13. package/dist/es/es2018/types/src/generated/graphql/types/Field.d.ts +19 -32
  14. package/dist/es/es2018/types/src/generated/graphql/types/LongTextAreaValue.d.ts +2 -1
  15. package/dist/es/es2018/types/src/generated/graphql/types/PicklistAttributes.d.ts +36 -0
  16. package/dist/es/es2018/types/src/generated/graphql/types/PicklistField.d.ts +68 -0
  17. package/dist/es/es2018/types/src/generated/graphql/types/PicklistValueByRecordTypeIDs.d.ts +39 -0
  18. package/dist/es/es2018/types/src/generated/graphql/types/PicklistValues.d.ts +38 -0
  19. package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +3 -3
  20. package/dist/es/es2018/types/src/generated/graphql/types/RecordRepresentation.d.ts +5 -4
  21. package/dist/es/es2018/types/src/generated/graphql/types/RecordUpdatePayload.d.ts +3 -1
  22. package/dist/es/es2018/types/src/generated/graphql/types/RichTextAreaValue.d.ts +2 -1
  23. package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +2 -2
  24. package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +5 -5
  25. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListFilter.d.ts +2 -1
  26. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListOrder.d.ts +2 -1
  27. package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListViewRow.d.ts +3 -5
  28. package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +3 -5
  29. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +2 -2
  30. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +3 -3
  31. package/dist/es/es2018/types/src/generated/graphql/types/StandardField.d.ts +66 -0
  32. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaAggregate.d.ts +2 -1
  33. package/dist/es/es2018/types/src/generated/graphql/types/TextAreaValue.d.ts +2 -1
  34. package/dist/es/es2018/types/src/util/records.d.ts +1 -1
  35. package/dist/es/es2018/types/src/util/supported-entities.d.ts +4 -4
  36. package/dist/es/es2018/uiapi-records-service.js +16712 -12963
  37. package/package.json +12 -12
  38. package/sfdc/graphqlAdapters.js +14797 -12327
  39. package/sfdc/index.js +1295 -17
  40. package/src/raml/uiapi.graphql +1433 -1317
@@ -1,16 +1,16 @@
1
1
  import { Interface as UIAPI_Interface } from './UIAPI';
2
- import { Interface as Analytics__Analytics_Interface } from './Analytics__Analytics';
3
2
  import { Interface as Setup__Setup_Interface } from './Setup__Setup';
3
+ import { Interface as Analytics__Analytics_Interface } from './Analytics__Analytics';
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, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } 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 = "54885a089621803969258215830eec97";
9
+ export declare const VERSION = "c7275c28e32a2ae0e18d8d21f628c946";
10
10
  export interface Interface {
11
11
  uiapi: UIAPI_Interface;
12
- analytics: Analytics__Analytics_Interface;
13
12
  setup: Setup__Setup_Interface;
13
+ analytics: Analytics__Analytics_Interface;
14
14
  }
15
15
  export interface MinimumInterface {
16
16
  }
@@ -1,8 +1,8 @@
1
1
  import { Interface as IDValue_Interface } from './IDValue';
2
2
  import { Interface as DateTimeValue_Interface } from './DateTimeValue';
3
+ import { Interface as BooleanValue_Interface } from './BooleanValue';
3
4
  import { Interface as IntValue_Interface } from './IntValue';
4
5
  import { Interface as StringValue_Interface } from './StringValue';
5
- import { Interface as BooleanValue_Interface } from './BooleanValue';
6
6
  import { Interface as TimeValue_Interface } from './TimeValue';
7
7
  import { Interface as DateValue_Interface } from './DateValue';
8
8
  import { Interface as TextAreaValue_Interface } from './TextAreaValue';
@@ -22,10 +22,10 @@ import { Interface as DoubleValue_Interface } from './DoubleValue';
22
22
  import { Interface as PercentValue_Interface } from './PercentValue';
23
23
  import { Interface as Base64Value_Interface } from './Base64Value';
24
24
  import { Interface as JSONValue_Interface } from './JSONValue';
25
+ import { Interface as AnyType_Interface } from './AnyType';
25
26
  import { Interface as PolymorphicParentRelationship_Interface } from './PolymorphicParentRelationship';
26
27
  import { Interface as RecordConnection_Interface } from './RecordConnection';
27
28
  import { Interface as CompoundField_Interface } from './CompoundField';
28
- import { Interface as AnyType_Interface } from './AnyType';
29
29
  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, StoreLink as $64$luvio_engine_StoreLink } from '@luvio/engine';
30
30
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
31
31
  import { RecordRepresentationNormalized as types_RecordRepresentation_RecordRepresentationNormalized } from '../../types/RecordRepresentation';
@@ -33,7 +33,7 @@ import { RecursivePartial as types_type$45$utils_RecursivePartial } from '../../
33
33
  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';
34
34
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
35
35
  export declare const name = "RecordRepresentation";
36
- export declare const VERSION = "8bea50d9b91b751b874ac537ca98f7d3";
36
+ export declare const VERSION = "c0fa171fb42dadff73f7d9024516e9ea";
37
37
  export interface Interface {
38
38
  Id: string;
39
39
  ApiName: string;
@@ -43,6 +43,7 @@ export interface Interface {
43
43
  LastModifiedDate: DateTimeValue_Interface | undefined;
44
44
  SystemModstamp: DateTimeValue_Interface | undefined;
45
45
  RecordTypeId: IDValue_Interface | undefined;
46
+ SetupUserSpecialField: BooleanValue_Interface | undefined;
46
47
  IntValue: IntValue_Interface | undefined;
47
48
  StringValue: StringValue_Interface | undefined;
48
49
  BooleanValue: BooleanValue_Interface | undefined;
@@ -67,11 +68,11 @@ export interface Interface {
67
68
  PercentValue: PercentValue_Interface | undefined;
68
69
  Base64Value: Base64Value_Interface | undefined;
69
70
  JSONValue: JSONValue_Interface | undefined;
71
+ AnyType: AnyType_Interface | undefined;
70
72
  parentRelationship: Interface | undefined;
71
73
  polymorphicParentRelationship: PolymorphicParentRelationship_Interface | undefined;
72
74
  childRelationship: RecordConnection_Interface | undefined;
73
75
  CompoundField: CompoundField_Interface | undefined;
74
- AnyType: AnyType_Interface | undefined;
75
76
  }
76
77
  export interface MinimumInterface {
77
78
  Id: Interface["Id"];
@@ -1,10 +1,12 @@
1
+ import { Interface as RecordRepresentation_Interface } from './RecordRepresentation';
1
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';
2
3
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
3
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';
4
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
5
6
  export declare const name = "RecordUpdatePayload";
6
- export declare const VERSION = "b8242b135b10ffc1be239e1be24bda7e";
7
+ export declare const VERSION = "9e04e73e8e43986022f34a445f86488d";
7
8
  export interface Interface {
9
+ Record: RecordRepresentation_Interface | undefined;
8
10
  success: boolean | undefined;
9
11
  }
10
12
  export interface MinimumInterface {
@@ -3,10 +3,11 @@ 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, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
5
5
  export declare const name = "RichTextAreaValue";
6
- export declare const VERSION = "c8376c7f60ac5cfe1c2c1521cd4664fa";
6
+ export declare const VERSION = "38d383da02de0256f51de5000c01e745";
7
7
  export interface Interface {
8
8
  value: unknown | undefined;
9
9
  displayValue: string | undefined;
10
+ label: string | undefined;
10
11
  }
11
12
  export interface MinimumInterface {
12
13
  }
@@ -1,6 +1,6 @@
1
1
  export declare const name = "SObject__FieldType";
2
2
  export declare enum Interface {
3
3
  ALL = "ALL",
4
- CUSTOM = "CUSTOM",
5
- STANDARD = "STANDARD"
4
+ STANDARD = "STANDARD",
5
+ CUSTOM = "CUSTOM"
6
6
  }
@@ -1,3 +1,4 @@
1
+ import { Interface as SObject__Field_Interface } from './SObject__Field';
1
2
  import { Interface as IntValue_Interface } from './IntValue';
2
3
  import { Interface as StringValue_Interface } from './StringValue';
3
4
  import { Interface as BooleanValue_Interface } from './BooleanValue';
@@ -12,7 +13,6 @@ import { Interface as PhoneNumberValue_Interface } from './PhoneNumberValue';
12
13
  import { Interface as EmailValue_Interface } from './EmailValue';
13
14
  import { Interface as UrlValue_Interface } from './UrlValue';
14
15
  import { Interface as EncryptedStringValue_Interface } from './EncryptedStringValue';
15
- import { Interface as SObject__Field_Interface } from './SObject__Field';
16
16
  import { Interface as CurrencyValue_Interface } from './CurrencyValue';
17
17
  import { Interface as LongitudeValue_Interface } from './LongitudeValue';
18
18
  import { Interface as LatitudeValue_Interface } from './LatitudeValue';
@@ -23,19 +23,20 @@ import { Interface as DoubleValue_Interface } from './DoubleValue';
23
23
  import { Interface as PercentValue_Interface } from './PercentValue';
24
24
  import { Interface as Base64Value_Interface } from './Base64Value';
25
25
  import { Interface as JSONValue_Interface } from './JSONValue';
26
+ import { Interface as AnyType_Interface } from './AnyType';
26
27
  import { Interface as Setup__SetupPolymorphicParentRelationship_Interface } from './Setup__SetupPolymorphicParentRelationship';
27
28
  import { Interface as Setup__SetupConnection_Interface } from './Setup__SetupConnection';
28
29
  import { Interface as CompoundField_Interface } from './CompoundField';
29
- import { Interface as AnyType_Interface } from './AnyType';
30
30
  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';
31
31
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
32
32
  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';
33
33
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
34
34
  export declare const name = "Setup__EntityRepresentation";
35
- export declare const VERSION = "6299eae96f1aa41ee443de870e1b01c5";
35
+ export declare const VERSION = "f8bb7296839d15080a4e8e44e393b1b5";
36
36
  export interface Interface {
37
37
  Id: string;
38
38
  ApiName: string;
39
+ Entity__fields: SObject__Field_Interface[];
39
40
  IntValue: IntValue_Interface | undefined;
40
41
  StringValue: StringValue_Interface | undefined;
41
42
  BooleanValue: BooleanValue_Interface | undefined;
@@ -50,7 +51,6 @@ export interface Interface {
50
51
  EmailValue: EmailValue_Interface | undefined;
51
52
  UrlValue: UrlValue_Interface | undefined;
52
53
  EncryptedStringValue: EncryptedStringValue_Interface | undefined;
53
- Entity__fields: SObject__Field_Interface[];
54
54
  CurrencyValue: CurrencyValue_Interface | undefined;
55
55
  LongitudeValue: LongitudeValue_Interface | undefined;
56
56
  LatitudeValue: LatitudeValue_Interface | undefined;
@@ -61,11 +61,11 @@ export interface Interface {
61
61
  PercentValue: PercentValue_Interface | undefined;
62
62
  Base64Value: Base64Value_Interface | undefined;
63
63
  JSONValue: JSONValue_Interface | undefined;
64
+ AnyType: AnyType_Interface | undefined;
64
65
  parentRelationship: Interface | undefined;
65
66
  polymorphicParentRelationship: Setup__SetupPolymorphicParentRelationship_Interface | undefined;
66
67
  childRelationship: Setup__SetupConnection_Interface | undefined;
67
68
  CompoundField: CompoundField_Interface | undefined;
68
- AnyType: AnyType_Interface | undefined;
69
69
  }
70
70
  export interface MinimumInterface {
71
71
  Id: Interface["Id"];
@@ -4,11 +4,12 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListFilter";
7
- export declare const VERSION = "a3b50fb2f685b02f2613d4d777100f9a";
7
+ export declare const VERSION = "5caa202c8f439f774c9519cd246c5ee4";
8
8
  export interface Interface {
9
9
  apiName: string;
10
10
  operator: Setup__ListFilterOperator_Interface;
11
11
  operand: string[];
12
+ label: string | undefined;
12
13
  }
13
14
  export interface MinimumInterface {
14
15
  }
@@ -4,10 +4,11 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListOrder";
7
- export declare const VERSION = "61225090502066c25d13053c16c03840";
7
+ export declare const VERSION = "15e8d5955e14ecf77c646b0b9e1933e8";
8
8
  export interface Interface {
9
9
  apiName: string;
10
10
  order: ResultsOrder_Interface | undefined;
11
+ label: string | undefined;
11
12
  }
12
13
  export interface MinimumInterface {
13
14
  }
@@ -4,17 +4,15 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__ListViewRow";
7
- export declare const VERSION = "de20102a064874c9fc37bc9cbd59dbd0";
7
+ export declare const VERSION = "6f86144967082f18aaea32beff9f1729";
8
8
  export interface Interface {
9
- id: string;
9
+ id: string | undefined;
10
10
  columns: Setup__ListScalarField_Interface[];
11
11
  }
12
12
  export interface MinimumInterface {
13
- id: Interface["id"];
14
13
  }
15
14
  export type PartialInterface = Record<string, any> & MinimumInterface;
16
- export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string;
17
- export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
18
16
  export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
19
17
  data: Record<string, any>;
20
18
  };
@@ -1,19 +1,17 @@
1
1
  import { Interface as Setup__SetupQuery_Interface } from './Setup__SetupQuery';
2
2
  import { Interface as Setup__SetupQueryAggregate_Interface } from './Setup__SetupQueryAggregate';
3
- import { Interface as Setup__ListView_Interface } from './Setup__ListView';
4
- import { Interface as Setup__ListViewObjectInfo_Interface } from './Setup__ListViewObjectInfo';
3
+ import { Interface as ObjectInfo_Interface } from './ObjectInfo';
5
4
  import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
5
  import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
7
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';
8
7
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
9
8
  export declare const name = "Setup__Setup";
10
9
  export declare const TTL = 1000;
11
- export declare const VERSION = "15a5eae26ed567f88caa110a59e151f2";
10
+ export declare const VERSION = "7dfbcb9cb0b4460558cd7bf0afe2c3d7";
12
11
  export interface Interface {
13
12
  query: Setup__SetupQuery_Interface;
14
13
  aggregate: Setup__SetupQueryAggregate_Interface;
15
- ListView: Setup__ListView_Interface;
16
- ListViewObjectInfo: Setup__ListViewObjectInfo_Interface;
14
+ objectInfos: ObjectInfo_Interface[] | undefined;
17
15
  }
18
16
  export interface MinimumInterface {
19
17
  }
@@ -4,10 +4,10 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
6
6
  export declare const name = "Setup__SetupAggregateEdge";
7
- export declare const VERSION = "3c03396221f538e0cd1d5076c30cd8ee";
7
+ export declare const VERSION = "d3f6b8cb91294508d51d3309bb848b50";
8
8
  export interface Interface {
9
- cursor: string;
10
9
  node: Setup__SetupRecordResult_Interface | undefined;
10
+ cursor: string;
11
11
  }
12
12
  export interface MinimumInterface {
13
13
  }
@@ -6,8 +6,8 @@ import { Interface as EmailAggregate_Interface } from './EmailAggregate';
6
6
  import { Interface as IDAggregate_Interface } from './IDAggregate';
7
7
  import { Interface as IntAggregate_Interface } from './IntAggregate';
8
8
  import { Interface as LatitudeAggregate_Interface } from './LatitudeAggregate';
9
- import { Interface as LongAggregate_Interface } from './LongAggregate';
10
9
  import { Interface as LongitudeAggregate_Interface } from './LongitudeAggregate';
10
+ import { Interface as LongAggregate_Interface } from './LongAggregate';
11
11
  import { Interface as PercentAggregate_Interface } from './PercentAggregate';
12
12
  import { Interface as PhoneNumberAggregate_Interface } from './PhoneNumberAggregate';
13
13
  import { Interface as PicklistAggregate_Interface } from './PicklistAggregate';
@@ -21,7 +21,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
21
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
22
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
23
23
  export declare const name = "Setup__SetupRecordAggregate";
24
- export declare const VERSION = "47f8092aa692ffc3ab1a2cc12b530dbc";
24
+ export declare const VERSION = "8666779475de2d205eef9de27d0ba015";
25
25
  export interface Interface {
26
26
  ApiName: string;
27
27
  BooleanAggregate: BooleanAggregate_Interface | undefined;
@@ -32,8 +32,8 @@ export interface Interface {
32
32
  IDAggregate: IDAggregate_Interface | undefined;
33
33
  IntAggregate: IntAggregate_Interface | undefined;
34
34
  LatitudeAggregate: LatitudeAggregate_Interface | undefined;
35
- LongAggregate: LongAggregate_Interface | undefined;
36
35
  LongitudeAggregate: LongitudeAggregate_Interface | undefined;
36
+ LongAggregate: LongAggregate_Interface | undefined;
37
37
  PercentAggregate: PercentAggregate_Interface | undefined;
38
38
  PhoneNumberAggregate: PhoneNumberAggregate_Interface | undefined;
39
39
  PicklistAggregate: PicklistAggregate_Interface | undefined;
@@ -0,0 +1,66 @@
1
+ import { Interface as DataType_Interface } from './DataType';
2
+ import { Interface as FieldExtraTypeInfo_Interface } from './FieldExtraTypeInfo';
3
+ import { Interface as FilteredLookupInfo_Interface } from './FilteredLookupInfo';
4
+ import { Interface as ReferenceToInfo_Interface } from './ReferenceToInfo';
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
+ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
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';
8
+ import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
9
+ export declare const name = "StandardField";
10
+ export declare const VERSION = "85f2db3fa3aa538eb507ff991c47f227";
11
+ export interface Interface {
12
+ ApiName: string;
13
+ calculated: boolean;
14
+ compound: boolean;
15
+ compoundComponentName: string | undefined;
16
+ compoundFieldName: string | undefined;
17
+ controllerName: string | undefined;
18
+ controllingFields: string[];
19
+ createable: boolean;
20
+ custom: boolean;
21
+ dataType: DataType_Interface | undefined;
22
+ extraTypeInfo: FieldExtraTypeInfo_Interface | undefined;
23
+ filterable: boolean;
24
+ filteredLookupInfo: FilteredLookupInfo_Interface | undefined;
25
+ highScaleNumber: boolean;
26
+ htmlFormatted: boolean;
27
+ inlineHelpText: string | undefined;
28
+ label: string | undefined;
29
+ nameField: boolean;
30
+ polymorphicForeignKey: boolean;
31
+ precision: number | undefined;
32
+ reference: boolean;
33
+ referenceTargetField: string | undefined;
34
+ referenceToInfos: ReferenceToInfo_Interface[];
35
+ relationshipName: string | undefined;
36
+ required: boolean;
37
+ scale: number | undefined;
38
+ searchPrefilterable: boolean | undefined;
39
+ sortable: boolean;
40
+ updateable: boolean;
41
+ }
42
+ export interface MinimumInterface {
43
+ }
44
+ export type PartialInterface = Record<string, any> & MinimumInterface;
45
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, path: $64$luvio_engine_IngestPath, data: PartialInterface): string | $64$luvio_engine_NormalizedKeyMetadata;
46
+ export declare function mergeData(existingData: type$45$util_NormalizedGraphQL, newData: type$45$util_NormalizedGraphQL): {
47
+ data: Record<string, any>;
48
+ };
49
+ export declare function ingest(astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLIngestState<PartialInterface>): {
50
+ __ref: string;
51
+ };
52
+ export declare function getFieldData(source: type$45$util_NormalizedGraphQL, sel: $64$luvio_graphql$45$parser_FieldNode, variables: $64$luvio_graphql_GraphQLVariables): any;
53
+ 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;
54
+ 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;
55
+ 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;
56
+ 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;
57
+ export declare const getMinimumSelections: $64$luvio_graphql_GetMinimumSelectionsFunction;
58
+ export declare function getTypeCacheKeys(cacheKeySink: $64$luvio_engine_DurableStoreKeyMetadataMap, astNode: $64$luvio_graphql$45$parser_FieldNode, state: type$45$util_GraphQLLuvioState<PartialInterface>): void;
59
+ export declare function getFieldType(field: $64$luvio_graphql$45$parser_FieldNode): {
60
+ isArray: boolean;
61
+ typename: string;
62
+ } | undefined;
63
+ 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;
64
+ export declare function isMappedField(field: $64$luvio_graphql$45$parser_FieldNode): boolean;
65
+ export declare function isFragmentApplicable(fragmentNode: $64$luvio_graphql$45$parser_FragmentDefinitionNode | $64$luvio_graphql$45$parser_InlineFragmentNode, typename?: string): boolean;
66
+ export declare function getInContextFragmentType(fragment: $64$luvio_graphql$45$parser_FragmentSpreadNode | $64$luvio_graphql$45$parser_InlineFragmentNode, fragmentMap: $64$luvio_graphql_GraphQLFragmentMap): string | undefined;
@@ -6,13 +6,14 @@ 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, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
8
8
  export declare const name = "TextAreaAggregate";
9
- export declare const VERSION = "a384df278f789db87864f6345adb134a";
9
+ export declare const VERSION = "7a3cad0724dc14fc653889e24ee7f8ed";
10
10
  export interface Interface {
11
11
  value: unknown | undefined;
12
12
  displayValue: string | undefined;
13
13
  count: LongValue_Interface | undefined;
14
14
  countDistinct: LongValue_Interface | undefined;
15
15
  grouping: IntValue_Interface | undefined;
16
+ label: string | undefined;
16
17
  max: TextAreaValue_Interface | undefined;
17
18
  min: TextAreaValue_Interface | undefined;
18
19
  }
@@ -3,10 +3,11 @@ 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, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
5
5
  export declare const name = "TextAreaValue";
6
- export declare const VERSION = "c8376c7f60ac5cfe1c2c1521cd4664fa";
6
+ export declare const VERSION = "38d383da02de0256f51de5000c01e745";
7
7
  export interface Interface {
8
8
  value: unknown | undefined;
9
9
  displayValue: string | undefined;
10
+ label: string | undefined;
10
11
  }
11
12
  export interface MinimumInterface {
12
13
  }
@@ -104,7 +104,7 @@ export declare function markMissingOptionalFields(record: ProxyGraphNode<FieldMa
104
104
  export declare function markNulledOutRequiredFields(record: ProxyGraphNode<RecordRepresentationNormalized, RecordRepresentation>, fields: string[]): void;
105
105
  /**
106
106
  * Tells you if an objectApiName is supported by UI API or not.
107
- * Note: Luvio does not currently support all the entities, the list is limited to UI API supported entities
107
+ * Note: Since 244, all newly created entities are UIAPI enabled by default. See rules in ui-services-private-object-allow-list.yaml. Entities before 244 must be explicitly denied in ui-services-private-object-deny-list.yaml.
108
108
  * @param objectApiName the object API name from a record.
109
109
  * @return True if the provided objectApiName is supported in UI API.
110
110
  */
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Generated
5
5
  * from: ui-services-private-object-allow-list.yaml
6
- * API version: 63
7
- * at: Wed, 21 Aug 2024 19:39:55 GMT
6
+ * API version: 66
7
+ * at: Tue, 18 Nov 2025 19:41:55 GMT
8
8
  */
9
9
  export declare const UIAPI_SUPPORTED_ENTITY_API_NAMES: Set<string>;
10
10
  /**
@@ -12,7 +12,7 @@ export declare const UIAPI_SUPPORTED_ENTITY_API_NAMES: Set<string>;
12
12
  *
13
13
  * Generated
14
14
  * from: ui-services-private-object-deny-list.yaml
15
- * API version: 63
16
- * at: Wed, 21 Aug 2024 19:39:55 GMT
15
+ * API version: 66
16
+ * at: Tue, 18 Nov 2025 19:41:55 GMT
17
17
  */
18
18
  export declare const UIAPI_DENIED_ENTITY_API_NAMES: Set<string>;