@salesforce/lds-adapters-uiapi 1.179.0 → 1.180.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/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +43 -0
- package/src/raml/luvio.raml +5 -0
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.180.0-4b3410cfe
|
package/sfdc/index.js
CHANGED
|
@@ -35952,4 +35952,4 @@ withDefaultLuvio((luvio) => {
|
|
|
35952
35952
|
});
|
|
35953
35953
|
|
|
35954
35954
|
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, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
35955
|
-
// version: 1.
|
|
35955
|
+
// version: 1.180.0-4b3410cfe
|
package/src/raml/api.raml
CHANGED
|
@@ -1255,6 +1255,36 @@ types:
|
|
|
1255
1255
|
- NotEqual
|
|
1256
1256
|
- StartsWith
|
|
1257
1257
|
- Within
|
|
1258
|
+
ListInfoInputRepresentation:
|
|
1259
|
+
description: Representation of a List Info input.
|
|
1260
|
+
type: object
|
|
1261
|
+
properties:
|
|
1262
|
+
filterLogicString:
|
|
1263
|
+
description: Input representation for filterLogicString.
|
|
1264
|
+
type: string | nil
|
|
1265
|
+
required: false
|
|
1266
|
+
filteredByInfo:
|
|
1267
|
+
description: Describes how the list view is filtered.
|
|
1268
|
+
type: array
|
|
1269
|
+
required: false
|
|
1270
|
+
items:
|
|
1271
|
+
type: ListFilterByInfoRepresentation
|
|
1272
|
+
label:
|
|
1273
|
+
description: Input representation for label.
|
|
1274
|
+
type: string
|
|
1275
|
+
required: false
|
|
1276
|
+
scope:
|
|
1277
|
+
description: Input representation for filterLogicString.
|
|
1278
|
+
type: ListScopeRepresentation | nil
|
|
1279
|
+
required: false
|
|
1280
|
+
visibility:
|
|
1281
|
+
description: Input representation for visibility.
|
|
1282
|
+
type: string
|
|
1283
|
+
required: false
|
|
1284
|
+
enum:
|
|
1285
|
+
- Private
|
|
1286
|
+
- Public
|
|
1287
|
+
- Shared
|
|
1258
1288
|
ListInfoRepresentation:
|
|
1259
1289
|
description: ListInfoRepresentation
|
|
1260
1290
|
type: object
|
|
@@ -5533,6 +5563,19 @@ types:
|
|
|
5533
5563
|
body:
|
|
5534
5564
|
application/json:
|
|
5535
5565
|
type: ListInfoRepresentation
|
|
5566
|
+
patch:
|
|
5567
|
+
description: 'Modify a list view'
|
|
5568
|
+
responses:
|
|
5569
|
+
'200':
|
|
5570
|
+
description: Success
|
|
5571
|
+
body:
|
|
5572
|
+
application/json:
|
|
5573
|
+
type: ListInfoRepresentation
|
|
5574
|
+
body:
|
|
5575
|
+
application/json:
|
|
5576
|
+
type: ListInfoInputRepresentation
|
|
5577
|
+
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
5578
|
+
(oas-body-name): listInfoInput
|
|
5536
5579
|
uriParameters:
|
|
5537
5580
|
listViewApiName:
|
|
5538
5581
|
type: string
|
package/src/raml/luvio.raml
CHANGED
|
@@ -842,6 +842,11 @@ types:
|
|
|
842
842
|
objectApiName: urlParams.objectApiName
|
|
843
843
|
listViewApiName: urlParams.listViewApiName
|
|
844
844
|
type: '"listView"'
|
|
845
|
+
patch:
|
|
846
|
+
(luvio.adapter):
|
|
847
|
+
name: updateListInfoByName
|
|
848
|
+
coercedParams:
|
|
849
|
+
objectApiName: SalesforceObjectId
|
|
845
850
|
/list-records:
|
|
846
851
|
'/{listViewId}':
|
|
847
852
|
get:
|