@salesforce/lds-adapters-uiapi 1.380.0-dev10 → 1.380.0-dev11
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__MktDataConnection.d.ts → Analytics__MktDataConnector.d.ts} +1 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListView.d.ts +2 -1
- package/dist/es/es2018/uiapi-records-service.js +17 -2
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +18 -3
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +3 -2
|
@@ -7,7 +7,7 @@ import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestP
|
|
|
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
|
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
|
-
export declare const name = "
|
|
10
|
+
export declare const name = "Analytics__MktDataConnector";
|
|
11
11
|
export declare const VERSION = "91e0d9c8115ebfafcd3fad0d3ad0f54f";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
@@ -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 {
|
|
@@ -55606,7 +55606,7 @@ function getInContextFragmentType$o(fragment, fragmentMap) {
|
|
|
55606
55606
|
}
|
|
55607
55607
|
|
|
55608
55608
|
const name$3 = 'Setup__ListView';
|
|
55609
|
-
const VERSION$f = '
|
|
55609
|
+
const VERSION$f = '117dc84730e5dcd3c6055a40e4e9c068';
|
|
55610
55610
|
function keyBuilder$h(luvio, path, data) {
|
|
55611
55611
|
return path.fullPath;
|
|
55612
55612
|
}
|
|
@@ -55672,6 +55672,11 @@ function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
55672
55672
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$k, select$h, false);
|
|
55673
55673
|
break;
|
|
55674
55674
|
}
|
|
55675
|
+
case 'Boolean': {
|
|
55676
|
+
reader.markSeenId(parentRecordId);
|
|
55677
|
+
reader.assignScalar(key, sink, fieldData);
|
|
55678
|
+
break;
|
|
55679
|
+
}
|
|
55675
55680
|
case 'Setup__ListViewRowConnection': {
|
|
55676
55681
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$g, select$d, true);
|
|
55677
55682
|
break;
|
|
@@ -55829,6 +55834,12 @@ function getFieldType$m(field) {
|
|
|
55829
55834
|
typename: 'Setup__ListOrder'
|
|
55830
55835
|
};
|
|
55831
55836
|
}
|
|
55837
|
+
case 'searchable': {
|
|
55838
|
+
return {
|
|
55839
|
+
isArray: false,
|
|
55840
|
+
typename: 'Boolean'
|
|
55841
|
+
};
|
|
55842
|
+
}
|
|
55832
55843
|
case 'rows': {
|
|
55833
55844
|
return {
|
|
55834
55845
|
isArray: false,
|
|
@@ -55865,6 +55876,10 @@ function ingestFieldByType$3(typename, parentKey, requestedField, sink, fieldKey
|
|
|
55865
55876
|
sink[fieldKey] = ingest$g(requestedField, Setup__ListOrderState);
|
|
55866
55877
|
break;
|
|
55867
55878
|
}
|
|
55879
|
+
case 'Boolean': {
|
|
55880
|
+
sink[fieldKey] = fieldData;
|
|
55881
|
+
break;
|
|
55882
|
+
}
|
|
55868
55883
|
case 'Setup__ListViewRowConnection': {
|
|
55869
55884
|
const Setup__ListViewRowConnectionState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
55870
55885
|
sink[fieldKey] = ingest$c(requestedField, Setup__ListViewRowConnectionState);
|
|
@@ -58600,7 +58615,7 @@ function getQueryTransformerForType(typename, fragmentMap) {
|
|
|
58600
58615
|
getFieldType: getFieldType$2,
|
|
58601
58616
|
getInContextFragmentType: getInContextFragmentType$2
|
|
58602
58617
|
};
|
|
58603
|
-
case "
|
|
58618
|
+
case "Analytics__MktDataConnector": return {
|
|
58604
58619
|
getMinimumSelections: getMinimumSelections$1,
|
|
58605
58620
|
getFieldType: getFieldType$1,
|
|
58606
58621
|
getInContextFragmentType: getInContextFragmentType$1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev11",
|
|
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.380.0-
|
|
73
|
-
"@salesforce/lds-bindings": "^1.380.0-
|
|
74
|
-
"@salesforce/lds-default-luvio": "^1.380.0-
|
|
72
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.380.0-dev11",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.380.0-dev11",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.380.0-dev11"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
78
|
-
"@salesforce/lds-jest": "^1.380.0-
|
|
79
|
-
"@salesforce/lds-store-binary": "^1.380.0-
|
|
77
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev11",
|
|
78
|
+
"@salesforce/lds-jest": "^1.380.0-dev11",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.380.0-dev11"
|
|
80
80
|
},
|
|
81
81
|
"luvioBundlesize": [
|
|
82
82
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -21210,7 +21210,7 @@ function getInContextFragmentType$o(fragment, fragmentMap) {
|
|
|
21210
21210
|
}
|
|
21211
21211
|
|
|
21212
21212
|
const name$3 = 'Setup__ListView';
|
|
21213
|
-
const VERSION$b = '
|
|
21213
|
+
const VERSION$b = '117dc84730e5dcd3c6055a40e4e9c068';
|
|
21214
21214
|
function keyBuilder$7(luvio, path, data) {
|
|
21215
21215
|
return path.fullPath;
|
|
21216
21216
|
}
|
|
@@ -21276,6 +21276,11 @@ function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
21276
21276
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$g, select$i, false);
|
|
21277
21277
|
break;
|
|
21278
21278
|
}
|
|
21279
|
+
case 'Boolean': {
|
|
21280
|
+
reader.markSeenId(parentRecordId);
|
|
21281
|
+
reader.assignScalar(key, sink, fieldData);
|
|
21282
|
+
break;
|
|
21283
|
+
}
|
|
21279
21284
|
case 'Setup__ListViewRowConnection': {
|
|
21280
21285
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$c, select$e, true);
|
|
21281
21286
|
break;
|
|
@@ -21433,6 +21438,12 @@ function getFieldType$m(field) {
|
|
|
21433
21438
|
typename: 'Setup__ListOrder'
|
|
21434
21439
|
};
|
|
21435
21440
|
}
|
|
21441
|
+
case 'searchable': {
|
|
21442
|
+
return {
|
|
21443
|
+
isArray: false,
|
|
21444
|
+
typename: 'Boolean'
|
|
21445
|
+
};
|
|
21446
|
+
}
|
|
21436
21447
|
case 'rows': {
|
|
21437
21448
|
return {
|
|
21438
21449
|
isArray: false,
|
|
@@ -21469,6 +21480,10 @@ function ingestFieldByType$3(typename, parentKey, requestedField, sink, fieldKey
|
|
|
21469
21480
|
sink[fieldKey] = ingest$9(requestedField, Setup__ListOrderState);
|
|
21470
21481
|
break;
|
|
21471
21482
|
}
|
|
21483
|
+
case 'Boolean': {
|
|
21484
|
+
sink[fieldKey] = fieldData;
|
|
21485
|
+
break;
|
|
21486
|
+
}
|
|
21472
21487
|
case 'Setup__ListViewRowConnection': {
|
|
21473
21488
|
const Setup__ListViewRowConnectionState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
21474
21489
|
sink[fieldKey] = ingest$5(requestedField, Setup__ListViewRowConnectionState);
|
|
@@ -24202,7 +24217,7 @@ function getQueryTransformerForType(typename, fragmentMap) {
|
|
|
24202
24217
|
getFieldType: getFieldType$2,
|
|
24203
24218
|
getInContextFragmentType: getInContextFragmentType$2
|
|
24204
24219
|
};
|
|
24205
|
-
case "
|
|
24220
|
+
case "Analytics__MktDataConnector": return {
|
|
24206
24221
|
getMinimumSelections: getMinimumSelections$1,
|
|
24207
24222
|
getFieldType: getFieldType$1,
|
|
24208
24223
|
getInContextFragmentType: getInContextFragmentType$1
|
|
@@ -26267,4 +26282,4 @@ function refreshGraphQL(data) {
|
|
|
26267
26282
|
}
|
|
26268
26283
|
|
|
26269
26284
|
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 };
|
|
26270
|
-
// version: 1.380.0-
|
|
26285
|
+
// version: 1.380.0-dev11-54c448d29f
|
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.380.0-
|
|
39033
|
+
// version: 1.380.0-dev11-54c448d29f
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1699,7 +1699,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1699
1699
|
AssetApiName: String
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
|
-
type
|
|
1702
|
+
type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
|
|
1703
1703
|
MasterLabel: StringValue
|
|
1704
1704
|
DeveloperName: StringValue
|
|
1705
1705
|
CreatedById: IDValue
|
|
@@ -1857,7 +1857,8 @@ type Setup__ListView {
|
|
|
1857
1857
|
filters: [Setup__ListFilter!]
|
|
1858
1858
|
filterLogic: String
|
|
1859
1859
|
orderedByInfo: [Setup__ListOrder!]!
|
|
1860
|
-
|
|
1860
|
+
searchable: Boolean!
|
|
1861
|
+
rows(first: Int, after: String, upperBound: Int, orderBy: Setup__ListOrderInput, searchTerm: String): Setup__ListViewRowConnection
|
|
1861
1862
|
}
|
|
1862
1863
|
|
|
1863
1864
|
type Setup__ListFilter {
|