@salesforce/lds-adapters-uiapi 1.364.0 → 1.365.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 -2
- 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__SemanticDefinition.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 +21 -20
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +22 -21
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +7 -2
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 = "9cf074ce9823ef0cb7416378a736ff47";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -19,7 +19,7 @@ export interface Interface {
|
|
|
19
19
|
Id: string;
|
|
20
20
|
ApiName: string;
|
|
21
21
|
NamespacePrefix: StringValue_Interface | undefined;
|
|
22
|
-
RecordOperations:
|
|
22
|
+
RecordOperations: string[] | undefined;
|
|
23
23
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
24
24
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
25
25
|
}
|
|
@@ -20,6 +20,7 @@ export interface Interface {
|
|
|
20
20
|
NamespacePrefix: StringValue_Interface | null;
|
|
21
21
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | null;
|
|
22
22
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | null;
|
|
23
|
+
RecordOperations: string[] | null;
|
|
23
24
|
}
|
|
24
25
|
export interface MinimumInterface {
|
|
25
26
|
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__SemanticDefinition";
|
|
12
|
-
export declare const VERSION = "
|
|
12
|
+
export declare const VERSION = "ad6d3ee436d193cc89a924346cdf243b";
|
|
13
13
|
export interface Interface {
|
|
14
14
|
MasterLabel: StringValue_Interface | undefined;
|
|
15
15
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -23,6 +23,7 @@ export interface Interface {
|
|
|
23
23
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
24
24
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
|
|
25
25
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
26
|
+
RecordOperations: string[] | undefined;
|
|
26
27
|
}
|
|
27
28
|
export interface MinimumInterface {
|
|
28
29
|
Id: Interface["Id"];
|
|
@@ -7,9 +7,10 @@ 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 = "ec3ac75904d74082486a0511e275543e";
|
|
11
11
|
export interface Interface {
|
|
12
12
|
listViewType: string;
|
|
13
|
+
label: string | undefined;
|
|
13
14
|
displayColumns: Setup__ListColumn_Interface[];
|
|
14
15
|
filters: Setup__ListFilter_Interface[];
|
|
15
16
|
filterLogic: string | undefined;
|
|
@@ -50436,7 +50436,7 @@ function getInContextFragmentType$G(fragment, fragmentMap) {
|
|
|
50436
50436
|
}
|
|
50437
50437
|
|
|
50438
50438
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
50439
|
-
const VERSION$C = '
|
|
50439
|
+
const VERSION$C = '9cf074ce9823ef0cb7416378a736ff47';
|
|
50440
50440
|
function keyBuilder$C(luvio, path, data) {
|
|
50441
50441
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
50442
50442
|
}
|
|
@@ -50603,23 +50603,6 @@ function getTypeCacheKeys$z(cacheKeySink, astNode, state) {
|
|
|
50603
50603
|
getTypeCacheKeys$1D(cacheKeySink, requestedField, NamespacePrefixState);
|
|
50604
50604
|
break;
|
|
50605
50605
|
}
|
|
50606
|
-
case 'StringValue': {
|
|
50607
|
-
const fullPath__RecordOperations = `${rootKey}__${fieldKey}`;
|
|
50608
|
-
for (let i = 0, len = fieldData.length; i < len; i++) {
|
|
50609
|
-
const item = fieldData[i];
|
|
50610
|
-
const itemState = {
|
|
50611
|
-
...state,
|
|
50612
|
-
path: {
|
|
50613
|
-
parent: null,
|
|
50614
|
-
propertyName: null,
|
|
50615
|
-
fullPath: fullPath__RecordOperations + '__' + i
|
|
50616
|
-
},
|
|
50617
|
-
data: item,
|
|
50618
|
-
};
|
|
50619
|
-
getTypeCacheKeys$1D(cacheKeySink, requestedField, itemState);
|
|
50620
|
-
}
|
|
50621
|
-
break;
|
|
50622
|
-
}
|
|
50623
50606
|
case 'Analytics__AnalyticsWorkspaceAssetConnection': {
|
|
50624
50607
|
const AnalyticsWorkspacesState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
50625
50608
|
getTypeCacheKeys$B(cacheKeySink, requestedField, AnalyticsWorkspacesState);
|
|
@@ -50711,7 +50694,7 @@ function getFieldType$E(field) {
|
|
|
50711
50694
|
case 'RecordOperations': {
|
|
50712
50695
|
return {
|
|
50713
50696
|
isArray: true,
|
|
50714
|
-
typename: '
|
|
50697
|
+
typename: 'String'
|
|
50715
50698
|
};
|
|
50716
50699
|
}
|
|
50717
50700
|
case 'AnalyticsWorkspaces': {
|
|
@@ -55543,7 +55526,7 @@ function getInContextFragmentType$j(fragment, fragmentMap) {
|
|
|
55543
55526
|
}
|
|
55544
55527
|
|
|
55545
55528
|
const name$3 = 'Setup__ListView';
|
|
55546
|
-
const VERSION$f = '
|
|
55529
|
+
const VERSION$f = 'ec3ac75904d74082486a0511e275543e';
|
|
55547
55530
|
function keyBuilder$h(luvio, path, data) {
|
|
55548
55531
|
return path.fullPath;
|
|
55549
55532
|
}
|
|
@@ -55736,6 +55719,12 @@ function getFieldType$h(field) {
|
|
|
55736
55719
|
typename: 'String'
|
|
55737
55720
|
};
|
|
55738
55721
|
}
|
|
55722
|
+
case 'label': {
|
|
55723
|
+
return {
|
|
55724
|
+
isArray: false,
|
|
55725
|
+
typename: 'String'
|
|
55726
|
+
};
|
|
55727
|
+
}
|
|
55739
55728
|
case 'displayColumns': {
|
|
55740
55729
|
return {
|
|
55741
55730
|
isArray: true,
|
|
@@ -57278,6 +57267,12 @@ function getFieldType$1(field) {
|
|
|
57278
57267
|
typename: 'Analytics__DataspaceRepresentation'
|
|
57279
57268
|
};
|
|
57280
57269
|
}
|
|
57270
|
+
case 'RecordOperations': {
|
|
57271
|
+
return {
|
|
57272
|
+
isArray: true,
|
|
57273
|
+
typename: 'String'
|
|
57274
|
+
};
|
|
57275
|
+
}
|
|
57281
57276
|
default:
|
|
57282
57277
|
return undefined;
|
|
57283
57278
|
}
|
|
@@ -57379,6 +57374,12 @@ function getFieldType(field) {
|
|
|
57379
57374
|
typename: 'Analytics__DataspaceRepresentation'
|
|
57380
57375
|
};
|
|
57381
57376
|
}
|
|
57377
|
+
case 'RecordOperations': {
|
|
57378
|
+
return {
|
|
57379
|
+
isArray: true,
|
|
57380
|
+
typename: 'String'
|
|
57381
|
+
};
|
|
57382
|
+
}
|
|
57382
57383
|
default:
|
|
57383
57384
|
return undefined;
|
|
57384
57385
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.365.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",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@salesforce/lds-bindings": "^1.
|
|
72
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
71
|
+
"@salesforce/lds-bindings": "^1.365.0",
|
|
72
|
+
"@salesforce/lds-default-luvio": "^1.365.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
76
|
-
"@salesforce/lds-jest": "^1.
|
|
77
|
-
"@salesforce/lds-store-binary": "^1.
|
|
75
|
+
"@salesforce/lds-compiler-plugins": "^1.365.0",
|
|
76
|
+
"@salesforce/lds-jest": "^1.365.0",
|
|
77
|
+
"@salesforce/lds-store-binary": "^1.365.0"
|
|
78
78
|
},
|
|
79
79
|
"luvioBundlesize": [
|
|
80
80
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -16073,7 +16073,7 @@ function getInContextFragmentType$G(fragment, fragmentMap) {
|
|
|
16073
16073
|
}
|
|
16074
16074
|
|
|
16075
16075
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
16076
|
-
const VERSION$y = '
|
|
16076
|
+
const VERSION$y = '9cf074ce9823ef0cb7416378a736ff47';
|
|
16077
16077
|
function keyBuilder$s(luvio, path, data) {
|
|
16078
16078
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
16079
16079
|
}
|
|
@@ -16240,23 +16240,6 @@ function getTypeCacheKeys$r(cacheKeySink, astNode, state) {
|
|
|
16240
16240
|
getTypeCacheKeys$1y(cacheKeySink, requestedField, NamespacePrefixState);
|
|
16241
16241
|
break;
|
|
16242
16242
|
}
|
|
16243
|
-
case 'StringValue': {
|
|
16244
|
-
const fullPath__RecordOperations = `${rootKey}__${fieldKey}`;
|
|
16245
|
-
for (let i = 0, len = fieldData.length; i < len; i++) {
|
|
16246
|
-
const item = fieldData[i];
|
|
16247
|
-
const itemState = {
|
|
16248
|
-
...state,
|
|
16249
|
-
path: {
|
|
16250
|
-
parent: null,
|
|
16251
|
-
propertyName: null,
|
|
16252
|
-
fullPath: fullPath__RecordOperations + '__' + i
|
|
16253
|
-
},
|
|
16254
|
-
data: item,
|
|
16255
|
-
};
|
|
16256
|
-
getTypeCacheKeys$1y(cacheKeySink, requestedField, itemState);
|
|
16257
|
-
}
|
|
16258
|
-
break;
|
|
16259
|
-
}
|
|
16260
16243
|
case 'Analytics__AnalyticsWorkspaceAssetConnection': {
|
|
16261
16244
|
const AnalyticsWorkspacesState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
16262
16245
|
getTypeCacheKeys$t(cacheKeySink, requestedField, AnalyticsWorkspacesState);
|
|
@@ -16348,7 +16331,7 @@ function getFieldType$E(field) {
|
|
|
16348
16331
|
case 'RecordOperations': {
|
|
16349
16332
|
return {
|
|
16350
16333
|
isArray: true,
|
|
16351
|
-
typename: '
|
|
16334
|
+
typename: 'String'
|
|
16352
16335
|
};
|
|
16353
16336
|
}
|
|
16354
16337
|
case 'AnalyticsWorkspaces': {
|
|
@@ -21177,7 +21160,7 @@ function getInContextFragmentType$j(fragment, fragmentMap) {
|
|
|
21177
21160
|
}
|
|
21178
21161
|
|
|
21179
21162
|
const name$3 = 'Setup__ListView';
|
|
21180
|
-
const VERSION$b = '
|
|
21163
|
+
const VERSION$b = 'ec3ac75904d74082486a0511e275543e';
|
|
21181
21164
|
function keyBuilder$7(luvio, path, data) {
|
|
21182
21165
|
return path.fullPath;
|
|
21183
21166
|
}
|
|
@@ -21370,6 +21353,12 @@ function getFieldType$h(field) {
|
|
|
21370
21353
|
typename: 'String'
|
|
21371
21354
|
};
|
|
21372
21355
|
}
|
|
21356
|
+
case 'label': {
|
|
21357
|
+
return {
|
|
21358
|
+
isArray: false,
|
|
21359
|
+
typename: 'String'
|
|
21360
|
+
};
|
|
21361
|
+
}
|
|
21373
21362
|
case 'displayColumns': {
|
|
21374
21363
|
return {
|
|
21375
21364
|
isArray: true,
|
|
@@ -22912,6 +22901,12 @@ function getFieldType$1(field) {
|
|
|
22912
22901
|
typename: 'Analytics__DataspaceRepresentation'
|
|
22913
22902
|
};
|
|
22914
22903
|
}
|
|
22904
|
+
case 'RecordOperations': {
|
|
22905
|
+
return {
|
|
22906
|
+
isArray: true,
|
|
22907
|
+
typename: 'String'
|
|
22908
|
+
};
|
|
22909
|
+
}
|
|
22915
22910
|
default:
|
|
22916
22911
|
return undefined;
|
|
22917
22912
|
}
|
|
@@ -23013,6 +23008,12 @@ function getFieldType(field) {
|
|
|
23013
23008
|
typename: 'Analytics__DataspaceRepresentation'
|
|
23014
23009
|
};
|
|
23015
23010
|
}
|
|
23011
|
+
case 'RecordOperations': {
|
|
23012
|
+
return {
|
|
23013
|
+
isArray: true,
|
|
23014
|
+
typename: 'String'
|
|
23015
|
+
};
|
|
23016
|
+
}
|
|
23016
23017
|
default:
|
|
23017
23018
|
return undefined;
|
|
23018
23019
|
}
|
|
@@ -25750,4 +25751,4 @@ register({
|
|
|
25750
25751
|
});
|
|
25751
25752
|
|
|
25752
25753
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
25753
|
-
// version: 1.
|
|
25754
|
+
// version: 1.365.0-4e4411f8a4
|
package/sfdc/index.js
CHANGED
|
@@ -39000,4 +39000,4 @@ withDefaultLuvio((luvio) => {
|
|
|
39000
39000
|
});
|
|
39001
39001
|
|
|
39002
39002
|
export { API_NAMESPACE, 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$D 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 };
|
|
39003
|
-
// version: 1.
|
|
39003
|
+
// version: 1.365.0-4e4411f8a4
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1147,7 +1147,9 @@ type Setup__Setup {
|
|
|
1147
1147
|
listViewType: String!,
|
|
1148
1148
|
label: String,
|
|
1149
1149
|
displayColumns: [String!],
|
|
1150
|
-
filters: [Setup__ListFilterInput!]
|
|
1150
|
+
filters: [Setup__ListFilterInput!],
|
|
1151
|
+
filterLogic: String,
|
|
1152
|
+
orderedByInfo: [Setup__ListOrderInput!]!
|
|
1151
1153
|
): Setup__ListView!
|
|
1152
1154
|
ListViewObjectInfo(listViewType: String!): Setup__ListViewObjectInfo!
|
|
1153
1155
|
}
|
|
@@ -1652,6 +1654,7 @@ interface Analytics__AnalyticsRepresentationInterface {
|
|
|
1652
1654
|
NamespacePrefix: StringValue
|
|
1653
1655
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1654
1656
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1657
|
+
RecordOperations: [String]
|
|
1655
1658
|
}
|
|
1656
1659
|
|
|
1657
1660
|
type Analytics__DataspaceRepresentation {
|
|
@@ -1671,7 +1674,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1671
1674
|
Id: ID!
|
|
1672
1675
|
ApiName: String!
|
|
1673
1676
|
NamespacePrefix: StringValue
|
|
1674
|
-
RecordOperations: [
|
|
1677
|
+
RecordOperations: [String]
|
|
1675
1678
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1676
1679
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1677
1680
|
}
|
|
@@ -1689,6 +1692,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1689
1692
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1690
1693
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
|
|
1691
1694
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1695
|
+
RecordOperations: [String]
|
|
1692
1696
|
}
|
|
1693
1697
|
|
|
1694
1698
|
input Analytics__AnalyticsOrderBy {
|
|
@@ -1781,6 +1785,7 @@ type Setup__ListViewRow {
|
|
|
1781
1785
|
|
|
1782
1786
|
type Setup__ListView {
|
|
1783
1787
|
listViewType: String!
|
|
1788
|
+
label: String
|
|
1784
1789
|
displayColumns: [Setup__ListColumn!]!
|
|
1785
1790
|
filters: [Setup__ListFilter!]
|
|
1786
1791
|
filterLogic: String
|