@salesforce/lds-adapters-uiapi 1.387.0 → 1.389.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.
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListView.d.ts +2 -1
- package/dist/es/es2018/uiapi-records-service.js +47 -2
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +51 -3
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +8 -1
package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
8
8
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
9
9
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
10
10
|
export declare const name = "Analytics__AnalyticsRepresentation";
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "1ebb396bdfa7cd877e50a4b8f5ae8f81";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -22,6 +22,7 @@ export interface Interface {
|
|
|
22
22
|
RecordOperations: string[] | undefined;
|
|
23
23
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
24
24
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
25
|
+
AssetApiName: string | undefined;
|
|
25
26
|
}
|
|
26
27
|
export interface MinimumInterface {
|
|
27
28
|
Id: Interface["Id"];
|
|
@@ -21,6 +21,7 @@ export interface Interface {
|
|
|
21
21
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | null;
|
|
22
22
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | null;
|
|
23
23
|
RecordOperations: string[] | null;
|
|
24
|
+
AssetApiName: string | null;
|
|
24
25
|
}
|
|
25
26
|
export interface MinimumInterface {
|
|
26
27
|
Id: Interface["Id"];
|
|
@@ -8,7 +8,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
8
8
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
9
9
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
10
10
|
export declare const name = "Analytics__MktDataConnector";
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "91e0d9c8115ebfafcd3fad0d3ad0f54f";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -23,6 +23,7 @@ export interface Interface {
|
|
|
23
23
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
24
24
|
RecordOperations: string[] | undefined;
|
|
25
25
|
DataConnectorType: StringValue_Interface | undefined;
|
|
26
|
+
AssetApiName: string | undefined;
|
|
26
27
|
}
|
|
27
28
|
export interface MinimumInterface {
|
|
28
29
|
Id: Interface["Id"];
|
|
@@ -10,7 +10,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
10
10
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
11
11
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
12
12
|
export declare const name = "Analytics__SemanticDefinition";
|
|
13
|
-
export declare const VERSION = "
|
|
13
|
+
export declare const VERSION = "4acf43d7a025fb66feb7deb8dd3660d6";
|
|
14
14
|
export interface Interface {
|
|
15
15
|
MasterLabel: StringValue_Interface | undefined;
|
|
16
16
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -26,6 +26,7 @@ export interface Interface {
|
|
|
26
26
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
|
|
27
27
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
28
28
|
RecordOperations: string[] | undefined;
|
|
29
|
+
AssetApiName: string | undefined;
|
|
29
30
|
}
|
|
30
31
|
export interface MinimumInterface {
|
|
31
32
|
Id: Interface["Id"];
|
|
@@ -9,7 +9,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
9
9
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
10
10
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
11
11
|
export declare const name = "Analytics__SemanticModel";
|
|
12
|
-
export declare const VERSION = "
|
|
12
|
+
export declare const VERSION = "56d9b70b77afd4fbbd94d0ed1121559d";
|
|
13
13
|
export interface Interface {
|
|
14
14
|
MasterLabel: StringValue_Interface | undefined;
|
|
15
15
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -24,6 +24,7 @@ export interface Interface {
|
|
|
24
24
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection_Interface | undefined;
|
|
25
25
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
26
26
|
RecordOperations: string[] | undefined;
|
|
27
|
+
AssetApiName: string | undefined;
|
|
27
28
|
}
|
|
28
29
|
export interface MinimumInterface {
|
|
29
30
|
Id: Interface["Id"];
|
|
@@ -7,7 +7,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
7
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
8
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
9
9
|
export declare const name = "Setup__ListView";
|
|
10
|
-
export declare const VERSION = "
|
|
10
|
+
export declare const VERSION = "117dc84730e5dcd3c6055a40e4e9c068";
|
|
11
11
|
export interface Interface {
|
|
12
12
|
listViewType: string;
|
|
13
13
|
label: string | undefined;
|
|
@@ -15,6 +15,7 @@ export interface Interface {
|
|
|
15
15
|
filters: Setup__ListFilter_Interface[];
|
|
16
16
|
filterLogic: string | undefined;
|
|
17
17
|
orderedByInfo: Setup__ListOrder_Interface[];
|
|
18
|
+
searchable: boolean;
|
|
18
19
|
rows: Setup__ListViewRowConnection_Interface | undefined;
|
|
19
20
|
}
|
|
20
21
|
export interface MinimumInterface {
|
|
@@ -50477,7 +50477,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
50477
50477
|
}
|
|
50478
50478
|
|
|
50479
50479
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
50480
|
-
const VERSION$C = '
|
|
50480
|
+
const VERSION$C = '1ebb396bdfa7cd877e50a4b8f5ae8f81';
|
|
50481
50481
|
function keyBuilder$C(luvio, path, data) {
|
|
50482
50482
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
50483
50483
|
}
|
|
@@ -50750,6 +50750,12 @@ function getFieldType$J(field) {
|
|
|
50750
50750
|
typename: 'Analytics__DataspaceRepresentation'
|
|
50751
50751
|
};
|
|
50752
50752
|
}
|
|
50753
|
+
case 'AssetApiName': {
|
|
50754
|
+
return {
|
|
50755
|
+
isArray: false,
|
|
50756
|
+
typename: 'String'
|
|
50757
|
+
};
|
|
50758
|
+
}
|
|
50753
50759
|
default:
|
|
50754
50760
|
return undefined;
|
|
50755
50761
|
}
|
|
@@ -55601,7 +55607,7 @@ function getInContextFragmentType$o(fragment, fragmentMap) {
|
|
|
55601
55607
|
}
|
|
55602
55608
|
|
|
55603
55609
|
const name$3 = 'Setup__ListView';
|
|
55604
|
-
const VERSION$f = '
|
|
55610
|
+
const VERSION$f = '117dc84730e5dcd3c6055a40e4e9c068';
|
|
55605
55611
|
function keyBuilder$h(luvio, path, data) {
|
|
55606
55612
|
return path.fullPath;
|
|
55607
55613
|
}
|
|
@@ -55667,6 +55673,11 @@ function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
55667
55673
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$k, select$h, false);
|
|
55668
55674
|
break;
|
|
55669
55675
|
}
|
|
55676
|
+
case 'Boolean': {
|
|
55677
|
+
reader.markSeenId(parentRecordId);
|
|
55678
|
+
reader.assignScalar(key, sink, fieldData);
|
|
55679
|
+
break;
|
|
55680
|
+
}
|
|
55670
55681
|
case 'Setup__ListViewRowConnection': {
|
|
55671
55682
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$g, select$d, true);
|
|
55672
55683
|
break;
|
|
@@ -55824,6 +55835,12 @@ function getFieldType$m(field) {
|
|
|
55824
55835
|
typename: 'Setup__ListOrder'
|
|
55825
55836
|
};
|
|
55826
55837
|
}
|
|
55838
|
+
case 'searchable': {
|
|
55839
|
+
return {
|
|
55840
|
+
isArray: false,
|
|
55841
|
+
typename: 'Boolean'
|
|
55842
|
+
};
|
|
55843
|
+
}
|
|
55827
55844
|
case 'rows': {
|
|
55828
55845
|
return {
|
|
55829
55846
|
isArray: false,
|
|
@@ -55860,6 +55877,10 @@ function ingestFieldByType$3(typename, parentKey, requestedField, sink, fieldKey
|
|
|
55860
55877
|
sink[fieldKey] = ingest$g(requestedField, Setup__ListOrderState);
|
|
55861
55878
|
break;
|
|
55862
55879
|
}
|
|
55880
|
+
case 'Boolean': {
|
|
55881
|
+
sink[fieldKey] = fieldData;
|
|
55882
|
+
break;
|
|
55883
|
+
}
|
|
55863
55884
|
case 'Setup__ListViewRowConnection': {
|
|
55864
55885
|
const Setup__ListViewRowConnectionState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
55865
55886
|
sink[fieldKey] = ingest$c(requestedField, Setup__ListViewRowConnectionState);
|
|
@@ -57360,6 +57381,12 @@ function getFieldType$6(field) {
|
|
|
57360
57381
|
typename: 'String'
|
|
57361
57382
|
};
|
|
57362
57383
|
}
|
|
57384
|
+
case 'AssetApiName': {
|
|
57385
|
+
return {
|
|
57386
|
+
isArray: false,
|
|
57387
|
+
typename: 'String'
|
|
57388
|
+
};
|
|
57389
|
+
}
|
|
57363
57390
|
default:
|
|
57364
57391
|
return undefined;
|
|
57365
57392
|
}
|
|
@@ -57619,6 +57646,12 @@ function getFieldType$2(field) {
|
|
|
57619
57646
|
typename: 'String'
|
|
57620
57647
|
};
|
|
57621
57648
|
}
|
|
57649
|
+
case 'AssetApiName': {
|
|
57650
|
+
return {
|
|
57651
|
+
isArray: false,
|
|
57652
|
+
typename: 'String'
|
|
57653
|
+
};
|
|
57654
|
+
}
|
|
57622
57655
|
default:
|
|
57623
57656
|
return undefined;
|
|
57624
57657
|
}
|
|
@@ -57732,6 +57765,12 @@ function getFieldType$1(field) {
|
|
|
57732
57765
|
typename: 'StringValue'
|
|
57733
57766
|
};
|
|
57734
57767
|
}
|
|
57768
|
+
case 'AssetApiName': {
|
|
57769
|
+
return {
|
|
57770
|
+
isArray: false,
|
|
57771
|
+
typename: 'String'
|
|
57772
|
+
};
|
|
57773
|
+
}
|
|
57735
57774
|
default:
|
|
57736
57775
|
return undefined;
|
|
57737
57776
|
}
|
|
@@ -57839,6 +57878,12 @@ function getFieldType(field) {
|
|
|
57839
57878
|
typename: 'String'
|
|
57840
57879
|
};
|
|
57841
57880
|
}
|
|
57881
|
+
case 'AssetApiName': {
|
|
57882
|
+
return {
|
|
57883
|
+
isArray: false,
|
|
57884
|
+
typename: 'String'
|
|
57885
|
+
};
|
|
57886
|
+
}
|
|
57842
57887
|
default:
|
|
57843
57888
|
return undefined;
|
|
57844
57889
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.389.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for record related UI API endpoints",
|
|
6
6
|
"main": "dist/es/es2018/uiapi-records-service.js",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@luvio/graphql-parser": "0.158.7",
|
|
72
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
73
|
-
"@salesforce/lds-bindings": "^1.
|
|
74
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
72
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.389.0",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.389.0",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.389.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
78
|
-
"@salesforce/lds-jest": "^1.
|
|
79
|
-
"@salesforce/lds-store-binary": "^1.
|
|
77
|
+
"@salesforce/lds-compiler-plugins": "^1.389.0",
|
|
78
|
+
"@salesforce/lds-jest": "^1.389.0",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.389.0"
|
|
80
80
|
},
|
|
81
81
|
"luvioBundlesize": [
|
|
82
82
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -16084,7 +16084,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
16084
16084
|
}
|
|
16085
16085
|
|
|
16086
16086
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
16087
|
-
const VERSION$y = '
|
|
16087
|
+
const VERSION$y = '1ebb396bdfa7cd877e50a4b8f5ae8f81';
|
|
16088
16088
|
function keyBuilder$s(luvio, path, data) {
|
|
16089
16089
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
16090
16090
|
}
|
|
@@ -16357,6 +16357,12 @@ function getFieldType$J(field) {
|
|
|
16357
16357
|
typename: 'Analytics__DataspaceRepresentation'
|
|
16358
16358
|
};
|
|
16359
16359
|
}
|
|
16360
|
+
case 'AssetApiName': {
|
|
16361
|
+
return {
|
|
16362
|
+
isArray: false,
|
|
16363
|
+
typename: 'String'
|
|
16364
|
+
};
|
|
16365
|
+
}
|
|
16360
16366
|
default:
|
|
16361
16367
|
return undefined;
|
|
16362
16368
|
}
|
|
@@ -21205,7 +21211,7 @@ function getInContextFragmentType$o(fragment, fragmentMap) {
|
|
|
21205
21211
|
}
|
|
21206
21212
|
|
|
21207
21213
|
const name$3 = 'Setup__ListView';
|
|
21208
|
-
const VERSION$b = '
|
|
21214
|
+
const VERSION$b = '117dc84730e5dcd3c6055a40e4e9c068';
|
|
21209
21215
|
function keyBuilder$7(luvio, path, data) {
|
|
21210
21216
|
return path.fullPath;
|
|
21211
21217
|
}
|
|
@@ -21271,6 +21277,11 @@ function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
21271
21277
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$g, select$i, false);
|
|
21272
21278
|
break;
|
|
21273
21279
|
}
|
|
21280
|
+
case 'Boolean': {
|
|
21281
|
+
reader.markSeenId(parentRecordId);
|
|
21282
|
+
reader.assignScalar(key, sink, fieldData);
|
|
21283
|
+
break;
|
|
21284
|
+
}
|
|
21274
21285
|
case 'Setup__ListViewRowConnection': {
|
|
21275
21286
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$c, select$e, true);
|
|
21276
21287
|
break;
|
|
@@ -21428,6 +21439,12 @@ function getFieldType$m(field) {
|
|
|
21428
21439
|
typename: 'Setup__ListOrder'
|
|
21429
21440
|
};
|
|
21430
21441
|
}
|
|
21442
|
+
case 'searchable': {
|
|
21443
|
+
return {
|
|
21444
|
+
isArray: false,
|
|
21445
|
+
typename: 'Boolean'
|
|
21446
|
+
};
|
|
21447
|
+
}
|
|
21431
21448
|
case 'rows': {
|
|
21432
21449
|
return {
|
|
21433
21450
|
isArray: false,
|
|
@@ -21464,6 +21481,10 @@ function ingestFieldByType$3(typename, parentKey, requestedField, sink, fieldKey
|
|
|
21464
21481
|
sink[fieldKey] = ingest$9(requestedField, Setup__ListOrderState);
|
|
21465
21482
|
break;
|
|
21466
21483
|
}
|
|
21484
|
+
case 'Boolean': {
|
|
21485
|
+
sink[fieldKey] = fieldData;
|
|
21486
|
+
break;
|
|
21487
|
+
}
|
|
21467
21488
|
case 'Setup__ListViewRowConnection': {
|
|
21468
21489
|
const Setup__ListViewRowConnectionState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
21469
21490
|
sink[fieldKey] = ingest$5(requestedField, Setup__ListViewRowConnectionState);
|
|
@@ -22964,6 +22985,12 @@ function getFieldType$6(field) {
|
|
|
22964
22985
|
typename: 'String'
|
|
22965
22986
|
};
|
|
22966
22987
|
}
|
|
22988
|
+
case 'AssetApiName': {
|
|
22989
|
+
return {
|
|
22990
|
+
isArray: false,
|
|
22991
|
+
typename: 'String'
|
|
22992
|
+
};
|
|
22993
|
+
}
|
|
22967
22994
|
default:
|
|
22968
22995
|
return undefined;
|
|
22969
22996
|
}
|
|
@@ -23223,6 +23250,12 @@ function getFieldType$2(field) {
|
|
|
23223
23250
|
typename: 'String'
|
|
23224
23251
|
};
|
|
23225
23252
|
}
|
|
23253
|
+
case 'AssetApiName': {
|
|
23254
|
+
return {
|
|
23255
|
+
isArray: false,
|
|
23256
|
+
typename: 'String'
|
|
23257
|
+
};
|
|
23258
|
+
}
|
|
23226
23259
|
default:
|
|
23227
23260
|
return undefined;
|
|
23228
23261
|
}
|
|
@@ -23336,6 +23369,12 @@ function getFieldType$1(field) {
|
|
|
23336
23369
|
typename: 'StringValue'
|
|
23337
23370
|
};
|
|
23338
23371
|
}
|
|
23372
|
+
case 'AssetApiName': {
|
|
23373
|
+
return {
|
|
23374
|
+
isArray: false,
|
|
23375
|
+
typename: 'String'
|
|
23376
|
+
};
|
|
23377
|
+
}
|
|
23339
23378
|
default:
|
|
23340
23379
|
return undefined;
|
|
23341
23380
|
}
|
|
@@ -23443,6 +23482,12 @@ function getFieldType(field) {
|
|
|
23443
23482
|
typename: 'String'
|
|
23444
23483
|
};
|
|
23445
23484
|
}
|
|
23485
|
+
case 'AssetApiName': {
|
|
23486
|
+
return {
|
|
23487
|
+
isArray: false,
|
|
23488
|
+
typename: 'String'
|
|
23489
|
+
};
|
|
23490
|
+
}
|
|
23446
23491
|
default:
|
|
23447
23492
|
return undefined;
|
|
23448
23493
|
}
|
|
@@ -25707,6 +25752,9 @@ withDefaultLuvio((luvio) => {
|
|
|
25707
25752
|
graphql = oneStoreGraphql;
|
|
25708
25753
|
graphql_imperative = oneStoreGraphql_imperative_legacy;
|
|
25709
25754
|
refreshGraphQL = (data) => {
|
|
25755
|
+
if (data?.data === undefined && data?.errors === undefined) {
|
|
25756
|
+
return Promise.resolve();
|
|
25757
|
+
}
|
|
25710
25758
|
if (typeof data?.refresh === 'function') {
|
|
25711
25759
|
return data.refresh();
|
|
25712
25760
|
}
|
|
@@ -26228,4 +26276,4 @@ register({
|
|
|
26228
26276
|
});
|
|
26229
26277
|
|
|
26230
26278
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_deprecated, graphql_imperative, graphql_imperative_deprecated, graphql_imperative_onestore, graphql_onestore, refreshGraphQL, refreshGraphQL_deprecated };
|
|
26231
|
-
// version: 1.
|
|
26279
|
+
// version: 1.389.0-375f8790ac
|
package/sfdc/index.js
CHANGED
|
@@ -39030,4 +39030,4 @@ withDefaultLuvio((luvio) => {
|
|
|
39030
39030
|
});
|
|
39031
39031
|
|
|
39032
39032
|
export { API_NAMESPACE, VERSION$1i as FieldValueRepresentationVersion, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, createRelatedListPlusAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordId18Array, getRecordIngestionOverride, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActionsAdapterFactory, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoAdapterFactory, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfoAdapterFactory, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, isSupportedEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$E as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
39033
|
-
// version: 1.
|
|
39033
|
+
// version: 1.389.0-375f8790ac
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1655,6 +1655,7 @@ interface Analytics__AnalyticsRepresentationInterface {
|
|
|
1655
1655
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1656
1656
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1657
1657
|
RecordOperations: [String]
|
|
1658
|
+
AssetApiName: String
|
|
1658
1659
|
}
|
|
1659
1660
|
|
|
1660
1661
|
type Analytics__DataspaceRepresentation {
|
|
@@ -1677,6 +1678,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1677
1678
|
RecordOperations: [String]
|
|
1678
1679
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1679
1680
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1681
|
+
AssetApiName: String
|
|
1680
1682
|
}
|
|
1681
1683
|
|
|
1682
1684
|
type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1694,6 +1696,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1694
1696
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
|
|
1695
1697
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1696
1698
|
RecordOperations: [String]
|
|
1699
|
+
AssetApiName: String
|
|
1697
1700
|
}
|
|
1698
1701
|
|
|
1699
1702
|
type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1710,6 +1713,7 @@ type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationIn
|
|
|
1710
1713
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1711
1714
|
RecordOperations: [String]
|
|
1712
1715
|
DataConnectorType: StringValue
|
|
1716
|
+
AssetApiName: String
|
|
1713
1717
|
}
|
|
1714
1718
|
|
|
1715
1719
|
input Analytics__AnalyticsOrderBy {
|
|
@@ -1736,6 +1740,7 @@ input Analytics__AnalyticsFilter {
|
|
|
1736
1740
|
MasterLabel: StringOperators
|
|
1737
1741
|
DeveloperName: StringOperators
|
|
1738
1742
|
NamespacePrefix: StringOperators
|
|
1743
|
+
AssetApiName: StringOperators
|
|
1739
1744
|
DataConnectorType: StringOperators
|
|
1740
1745
|
CreatedById: Setup__IdOperators
|
|
1741
1746
|
CreatedDate: DateTimeOperators
|
|
@@ -1813,6 +1818,7 @@ type Analytics__SemanticModel {
|
|
|
1813
1818
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection
|
|
1814
1819
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1815
1820
|
RecordOperations: [String]
|
|
1821
|
+
AssetApiName: String
|
|
1816
1822
|
}
|
|
1817
1823
|
|
|
1818
1824
|
type Analytics__SemanticModelRelatedModelConnection {
|
|
@@ -1851,7 +1857,8 @@ type Setup__ListView {
|
|
|
1851
1857
|
filters: [Setup__ListFilter!]
|
|
1852
1858
|
filterLogic: String
|
|
1853
1859
|
orderedByInfo: [Setup__ListOrder!]!
|
|
1854
|
-
|
|
1860
|
+
searchable: Boolean!
|
|
1861
|
+
rows(first: Int, after: String, upperBound: Int, orderBy: Setup__ListOrderInput, searchTerm: String): Setup__ListViewRowConnection
|
|
1855
1862
|
}
|
|
1856
1863
|
|
|
1857
1864
|
type Setup__ListFilter {
|