@salesforce/lds-adapters-uiapi 1.423.0 → 1.424.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/Setup__ListColumn.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/graphql/types/Setup__ListScalarField.d.ts +3 -1
- package/dist/es/es2018/uiapi-records-service.js +14 -2
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +15 -3
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +3 -1
|
@@ -5,7 +5,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
5
5
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
6
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
|
export declare const name = "Setup__ListColumn";
|
|
8
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "5f8fa2e6356690a99db5861f79415433";
|
|
9
9
|
export interface Interface {
|
|
10
10
|
apiName: string;
|
|
11
11
|
label: string;
|
|
@@ -15,7 +15,7 @@ export interface Interface {
|
|
|
15
15
|
defaultOperator: Setup__ListFilterOperator_Interface | undefined;
|
|
16
16
|
allowedOperators: Setup__ListFilterOperator_Interface[];
|
|
17
17
|
sortable: boolean | undefined;
|
|
18
|
-
|
|
18
|
+
navigable: boolean | undefined;
|
|
19
19
|
}
|
|
20
20
|
export interface MinimumInterface {
|
|
21
21
|
}
|
|
@@ -4,7 +4,7 @@ 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__ListScalarField";
|
|
7
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "71c422f54fbbb4a78ddd4222fdededd1";
|
|
8
8
|
export interface Interface {
|
|
9
9
|
apiName: string;
|
|
10
10
|
value: string | undefined;
|
|
@@ -12,6 +12,8 @@ export interface Interface {
|
|
|
12
12
|
displayValue: string | undefined;
|
|
13
13
|
format: string | undefined;
|
|
14
14
|
label: string | undefined;
|
|
15
|
+
lookupRecordId: string | undefined;
|
|
16
|
+
lookupObjectApiName: string | undefined;
|
|
15
17
|
}
|
|
16
18
|
export interface MinimumInterface {
|
|
17
19
|
}
|
|
@@ -42127,6 +42127,18 @@ function getFieldType$1z(field) {
|
|
|
42127
42127
|
typename: 'String'
|
|
42128
42128
|
};
|
|
42129
42129
|
}
|
|
42130
|
+
case 'lookupRecordId': {
|
|
42131
|
+
return {
|
|
42132
|
+
isArray: false,
|
|
42133
|
+
typename: 'String'
|
|
42134
|
+
};
|
|
42135
|
+
}
|
|
42136
|
+
case 'lookupObjectApiName': {
|
|
42137
|
+
return {
|
|
42138
|
+
isArray: false,
|
|
42139
|
+
typename: 'String'
|
|
42140
|
+
};
|
|
42141
|
+
}
|
|
42130
42142
|
default:
|
|
42131
42143
|
return undefined;
|
|
42132
42144
|
}
|
|
@@ -42330,10 +42342,10 @@ function getFieldType$1v(field) {
|
|
|
42330
42342
|
typename: 'Boolean'
|
|
42331
42343
|
};
|
|
42332
42344
|
}
|
|
42333
|
-
case '
|
|
42345
|
+
case 'navigable': {
|
|
42334
42346
|
return {
|
|
42335
42347
|
isArray: false,
|
|
42336
|
-
typename: '
|
|
42348
|
+
typename: 'Boolean'
|
|
42337
42349
|
};
|
|
42338
42350
|
}
|
|
42339
42351
|
default:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.424.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for record related UI API endpoints",
|
|
6
6
|
"type": "module",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@luvio/graphql-parser": "0.160.3",
|
|
71
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
72
|
-
"@salesforce/lds-bindings": "^1.
|
|
73
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
71
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.424.0",
|
|
72
|
+
"@salesforce/lds-bindings": "^1.424.0",
|
|
73
|
+
"@salesforce/lds-default-luvio": "^1.424.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
77
|
-
"@salesforce/lds-jest": "^1.
|
|
78
|
-
"@salesforce/lds-store-binary": "^1.
|
|
76
|
+
"@salesforce/lds-compiler-plugins": "^1.424.0",
|
|
77
|
+
"@salesforce/lds-jest": "^1.424.0",
|
|
78
|
+
"@salesforce/lds-store-binary": "^1.424.0"
|
|
79
79
|
},
|
|
80
80
|
"luvioBundlesize": [
|
|
81
81
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -6335,6 +6335,18 @@ function getFieldType$1z(field) {
|
|
|
6335
6335
|
typename: 'String'
|
|
6336
6336
|
};
|
|
6337
6337
|
}
|
|
6338
|
+
case 'lookupRecordId': {
|
|
6339
|
+
return {
|
|
6340
|
+
isArray: false,
|
|
6341
|
+
typename: 'String'
|
|
6342
|
+
};
|
|
6343
|
+
}
|
|
6344
|
+
case 'lookupObjectApiName': {
|
|
6345
|
+
return {
|
|
6346
|
+
isArray: false,
|
|
6347
|
+
typename: 'String'
|
|
6348
|
+
};
|
|
6349
|
+
}
|
|
6338
6350
|
default:
|
|
6339
6351
|
return undefined;
|
|
6340
6352
|
}
|
|
@@ -6538,10 +6550,10 @@ function getFieldType$1v(field) {
|
|
|
6538
6550
|
typename: 'Boolean'
|
|
6539
6551
|
};
|
|
6540
6552
|
}
|
|
6541
|
-
case '
|
|
6553
|
+
case 'navigable': {
|
|
6542
6554
|
return {
|
|
6543
6555
|
isArray: false,
|
|
6544
|
-
typename: '
|
|
6556
|
+
typename: 'Boolean'
|
|
6545
6557
|
};
|
|
6546
6558
|
}
|
|
6547
6559
|
default:
|
|
@@ -28827,4 +28839,4 @@ register({
|
|
|
28827
28839
|
});
|
|
28828
28840
|
|
|
28829
28841
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_deprecated, graphql_imperative, graphql_imperative_deprecated, graphql_imperative_onestore, graphql_onestore, graphql_state_manager, refreshGraphQL, refreshGraphQL_deprecated };
|
|
28830
|
-
// version: 1.
|
|
28842
|
+
// version: 1.424.0-3bccebbf90
|
package/sfdc/index.js
CHANGED
|
@@ -40417,4 +40417,4 @@ withDefaultLuvio((luvio) => {
|
|
|
40417
40417
|
});
|
|
40418
40418
|
|
|
40419
40419
|
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, coerceLayoutModeArray, getLayoutTypeArray as coerceLayoutTypeArray, 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 };
|
|
40420
|
-
// version: 1.
|
|
40420
|
+
// version: 1.424.0-3bccebbf90
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -331,7 +331,7 @@ type Setup__ListColumn {
|
|
|
331
331
|
defaultOperator: Setup__ListFilterOperator
|
|
332
332
|
allowedOperators: [Setup__ListFilterOperator!]
|
|
333
333
|
sortable: Boolean
|
|
334
|
-
|
|
334
|
+
navigable: Boolean
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
type Setup__ListScalarField {
|
|
@@ -341,6 +341,8 @@ type Setup__ListScalarField {
|
|
|
341
341
|
displayValue: String
|
|
342
342
|
format: String
|
|
343
343
|
label: String
|
|
344
|
+
lookupRecordId: String
|
|
345
|
+
lookupObjectApiName: String
|
|
344
346
|
}
|
|
345
347
|
|
|
346
348
|
type Setup__ListViewRow {
|