@salesforce/lds-adapters-uiapi 1.197.0 → 1.199.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/types/ListViewSummaryCollectionRepresentation.d.ts +1 -0
- package/dist/es/es2018/types/src/main.d.ts +1 -0
- package/dist/es/es2018/types/src/sfdc_rest.d.ts +1 -0
- package/dist/es/es2018/uiapi-records-service.js +16 -2
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +20 -4
- package/src/raml/luvio.raml +6 -0
|
@@ -4,6 +4,7 @@ export { MRU } from './wire/getListUi';
|
|
|
4
4
|
export { notifyChangeFactory as GetRecordNotifyChange } from './wire/getRecord';
|
|
5
5
|
export { notifyUpdateAvailableFactory as NotifyRecordUpdateAvailable } from './generated/types/RecordRepresentation';
|
|
6
6
|
export { ClientOptions as UpdateRecordClientOptions } from './wire/updateRecord';
|
|
7
|
+
export { notifyUpdateAvailableFactory as NotifyListViewSummaryUpdateAvailable } from './generated/types/ListViewSummaryCollectionRepresentation';
|
|
7
8
|
export type { GetRecordConfig } from './generated/adapters/getRecord';
|
|
8
9
|
export type { UpdateRecordConfig } from './generated/adapters/updateRecord';
|
|
9
10
|
export type { CreateRecordConfig } from './generated/adapters/createRecord';
|
|
@@ -8,6 +8,7 @@ export declare const updateRelatedListPreferences: (config: Parameters<ReturnTyp
|
|
|
8
8
|
/** SFDC utils */
|
|
9
9
|
export declare let getRecordNotifyChange: any;
|
|
10
10
|
export declare let notifyRecordUpdateAvailable: any;
|
|
11
|
+
export declare let notifyListViewSummaryUpdateAvailable: any;
|
|
11
12
|
export { createRecordInputFilteredByEditedFields, generateRecordInputForCreate, generateRecordInputForUpdate, getFieldDisplayValue, getFieldValue, getRecordInput, } from './uiapi-static-functions';
|
|
12
13
|
export { keyBuilder as keyBuilderRecord } from './generated/types/RecordRepresentation';
|
|
13
14
|
export { ingest as ingestRecord, createIngestRecordWithFields, } from './raml-artifacts/types/RecordRepresentation/ingest';
|
|
@@ -2398,7 +2398,7 @@ function getTypeCacheKeys$1R(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2398
2398
|
getTypeCacheKeys$1U(rootKeySet, luvio, input_fields[key], () => rootKey + "__fields" + "__" + key);
|
|
2399
2399
|
}
|
|
2400
2400
|
}
|
|
2401
|
-
const notifyUpdateAvailableFactory = (luvio) => {
|
|
2401
|
+
const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
2402
2402
|
return function notifyRecordUpdateAvailable(configs) {
|
|
2403
2403
|
if (process.env.NODE_ENV !== 'production') {
|
|
2404
2404
|
const requiredKeyParams = ['recordId'];
|
|
@@ -8461,6 +8461,20 @@ function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8461
8461
|
getTypeCacheKeys$1O(rootKeySet, luvio, input.lists[i]);
|
|
8462
8462
|
}
|
|
8463
8463
|
}
|
|
8464
|
+
const notifyUpdateAvailableFactory = (luvio) => {
|
|
8465
|
+
return function notifyListViewSummaryUpdateAvailable(configs) {
|
|
8466
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
8467
|
+
const requiredKeyParams = ['objectApiName', 'queryString', 'recentListsOnly'];
|
|
8468
|
+
configs.forEach(config => {
|
|
8469
|
+
if (false === requiredKeyParams.every(req => req in config)) {
|
|
8470
|
+
throw new Error(`one of the configs did not contain all required parameters: ${JSONStringify(ObjectKeys(config))}`);
|
|
8471
|
+
}
|
|
8472
|
+
});
|
|
8473
|
+
}
|
|
8474
|
+
const keys = configs.map(c => keyBuilder$2S(luvio, c));
|
|
8475
|
+
return luvio.notifyStoreUpdateAvailable(keys);
|
|
8476
|
+
};
|
|
8477
|
+
};
|
|
8464
8478
|
|
|
8465
8479
|
function createPaginationParams$2(params) {
|
|
8466
8480
|
const { queryParams } = params;
|
|
@@ -52982,4 +52996,4 @@ ensureRegisteredOnce({
|
|
|
52982
52996
|
instrument,
|
|
52983
52997
|
});
|
|
52984
52998
|
|
|
52985
|
-
export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoRepresentationType, RepresentationType$S as RecordRepresentationRepresentationType, TTL$A as RecordRepresentationTTL, RepresentationType$S as RecordRepresentationType, VERSION$2c as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1T as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1v as ingestDuplicateConfiguration, ingest$1r as ingestDuplicatesRepresentation, ingest$1R as ingestListInfo, ingest$1N as ingestListRecords, ingest$1J as ingestObjectInfo, ingest$1F as ingestQuickActionExecutionRepresentation, ingest$1O as ingestRecord, ingest$1G as ingestRecordUi, ingest$1j as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1g as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1i as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$2O as keyBuilderObjectInfo, keyBuilder$2I as keyBuilderQuickActionExecutionRepresentation, keyBuilder$31 as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
|
|
52999
|
+
export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory as NotifyListViewSummaryUpdateAvailable, notifyUpdateAvailableFactory$1 as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoRepresentationType, RepresentationType$S as RecordRepresentationRepresentationType, TTL$A as RecordRepresentationTTL, RepresentationType$S as RecordRepresentationType, VERSION$2c as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1T as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1v as ingestDuplicateConfiguration, ingest$1r as ingestDuplicatesRepresentation, ingest$1R as ingestListInfo, ingest$1N as ingestListRecords, ingest$1J as ingestObjectInfo, ingest$1F as ingestQuickActionExecutionRepresentation, ingest$1O as ingestRecord, ingest$1G as ingestRecordUi, ingest$1j as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1g as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1i as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$2O as keyBuilderObjectInfo, keyBuilder$2I as keyBuilderQuickActionExecutionRepresentation, keyBuilder$31 as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
|
package/package.json
CHANGED
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -17298,4 +17298,4 @@ register({
|
|
|
17298
17298
|
});
|
|
17299
17299
|
|
|
17300
17300
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
17301
|
-
// version: 1.
|
|
17301
|
+
// version: 1.199.0-66586ec50
|
package/sfdc/index.js
CHANGED
|
@@ -2446,7 +2446,7 @@ function getTypeCacheKeys$N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2446
2446
|
getTypeCacheKeys$Q(rootKeySet, luvio, input_fields[key], () => rootKey + "__fields" + "__" + key);
|
|
2447
2447
|
}
|
|
2448
2448
|
}
|
|
2449
|
-
const notifyUpdateAvailableFactory = (luvio) => {
|
|
2449
|
+
const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
2450
2450
|
return function notifyRecordUpdateAvailable(configs) {
|
|
2451
2451
|
if (process.env.NODE_ENV !== 'production') {
|
|
2452
2452
|
const requiredKeyParams = ['recordId'];
|
|
@@ -7965,6 +7965,20 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7965
7965
|
getTypeCacheKeys$K(rootKeySet, luvio, input.lists[i]);
|
|
7966
7966
|
}
|
|
7967
7967
|
}
|
|
7968
|
+
const notifyUpdateAvailableFactory = (luvio) => {
|
|
7969
|
+
return function notifyListViewSummaryUpdateAvailable(configs) {
|
|
7970
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
7971
|
+
const requiredKeyParams = ['objectApiName', 'queryString', 'recentListsOnly'];
|
|
7972
|
+
configs.forEach(config => {
|
|
7973
|
+
if (false === requiredKeyParams.every(req => req in config)) {
|
|
7974
|
+
throw new Error(`one of the configs did not contain all required parameters: ${JSONStringify(ObjectKeys(config))}`);
|
|
7975
|
+
}
|
|
7976
|
+
});
|
|
7977
|
+
}
|
|
7978
|
+
const keys = configs.map(c => keyBuilder$1K(luvio, c));
|
|
7979
|
+
return luvio.notifyStoreUpdateAvailable(keys);
|
|
7980
|
+
};
|
|
7981
|
+
};
|
|
7968
7982
|
|
|
7969
7983
|
function createPaginationParams$2(params) {
|
|
7970
7984
|
const { queryParams } = params;
|
|
@@ -36186,6 +36200,7 @@ const updateRelatedListPreferences = (config) => {
|
|
|
36186
36200
|
/** SFDC utils */
|
|
36187
36201
|
let getRecordNotifyChange;
|
|
36188
36202
|
let notifyRecordUpdateAvailable;
|
|
36203
|
+
let notifyListViewSummaryUpdateAvailable;
|
|
36189
36204
|
withDefaultLuvio((luvio) => {
|
|
36190
36205
|
bindWireRefresh(luvio);
|
|
36191
36206
|
baseUpdateLayoutUserState = createLDSAdapter(luvio, 'updateLayoutUserState', factory$b);
|
|
@@ -36195,11 +36210,12 @@ withDefaultLuvio((luvio) => {
|
|
|
36195
36210
|
allowFunction: instrumentation.getRecordNotifyChangeAllowed,
|
|
36196
36211
|
dropFunction: instrumentation.getRecordNotifyChangeDropped,
|
|
36197
36212
|
});
|
|
36198
|
-
notifyRecordUpdateAvailable = throttle(60, 60000, createLDSAdapter(luvio, 'notifyRecordUpdateAvailable', notifyUpdateAvailableFactory), {
|
|
36213
|
+
notifyRecordUpdateAvailable = throttle(60, 60000, createLDSAdapter(luvio, 'notifyRecordUpdateAvailable', notifyUpdateAvailableFactory$1), {
|
|
36199
36214
|
allowFunction: instrumentation.notifyRecordUpdateAvailableAllowed,
|
|
36200
36215
|
dropFunction: instrumentation.notifyRecordUpdateAvailableDropped,
|
|
36201
36216
|
});
|
|
36217
|
+
notifyListViewSummaryUpdateAvailable = throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
|
|
36202
36218
|
});
|
|
36203
36219
|
|
|
36204
|
-
export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoRepresentationType, RepresentationType$N as RecordRepresentationRepresentationType, TTL$v as RecordRepresentationTTL, RepresentationType$N as RecordRepresentationType, VERSION$14 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$P as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$B as ingestObjectInfo, ingest$x as ingestQuickActionExecutionRepresentation, ingest$G as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$1G as keyBuilderObjectInfo, keyBuilder$1A as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1R as keyBuilderRecord, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateListInfoByName, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
36205
|
-
// version: 1.
|
|
36220
|
+
export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoRepresentationType, RepresentationType$N as RecordRepresentationRepresentationType, TTL$v as RecordRepresentationTTL, RepresentationType$N as RecordRepresentationType, VERSION$14 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$P as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$B as ingestObjectInfo, ingest$x as ingestQuickActionExecutionRepresentation, ingest$G as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$x as keyBuilderFromTypeRecordRepresentation, keyBuilder$1G as keyBuilderObjectInfo, keyBuilder$1A as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1R as keyBuilderRecord, notifyListViewSummaryUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateListInfoByName, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
36221
|
+
// version: 1.199.0-66586ec50
|
package/src/raml/luvio.raml
CHANGED
|
@@ -127,6 +127,12 @@ types:
|
|
|
127
127
|
previousToken: previousPageToken
|
|
128
128
|
pageSize: pageSize
|
|
129
129
|
count: count
|
|
130
|
+
(luvio.updateAvailable):
|
|
131
|
+
name: notifyListViewSummaryUpdateAvailable
|
|
132
|
+
parameters:
|
|
133
|
+
objectApiName: objectApiName
|
|
134
|
+
queryString: queryString
|
|
135
|
+
recentListsOnly: recentListsOnly
|
|
130
136
|
ListViewSummaryRepresentation:
|
|
131
137
|
(luvio.key):
|
|
132
138
|
id: id
|