@salesforce/lds-adapters-uiapi 1.369.0 → 1.371.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/sfdc/index.js CHANGED
@@ -114,6 +114,14 @@ let oneStoreGetObjectInfoAdapter = undefined;
114
114
  * One store enabled Get Object Infos adapter
115
115
  */
116
116
  let oneStoreGetObjectInfosAdapter = undefined;
117
+ /**
118
+ * One store enabled GraphQL adapter
119
+ */
120
+ let oneStoreGraphQLWireAdapter = undefined;
121
+ /**
122
+ * One store enabled GraphQL imperative query adapter
123
+ */
124
+ let oneStoreGraphQLImperativeQueryAdapter = undefined;
117
125
  /**
118
126
  * Determines when to include PDL strategies for Related Lists
119
127
  */
@@ -140,6 +148,18 @@ const configurationForOneStoreEnabledAdapters = {
140
148
  getGetObjectInfosAdapter: function () {
141
149
  return oneStoreGetObjectInfosAdapter;
142
150
  },
151
+ setGraphQLWireAdapter: function (adapter) {
152
+ oneStoreGraphQLWireAdapter = adapter;
153
+ },
154
+ getGraphQLWireAdapter: function () {
155
+ return oneStoreGraphQLWireAdapter;
156
+ },
157
+ setGraphQLImperativeQueryAdapter: function (adapter) {
158
+ oneStoreGraphQLImperativeQueryAdapter = adapter;
159
+ },
160
+ getGraphQLImperativeQueryAdapter: function () {
161
+ return oneStoreGraphQLImperativeQueryAdapter;
162
+ },
143
163
  };
144
164
  /**
145
165
  * Helper function to return the one store adapter if it's defined, otherwise return the luvio adapter.
@@ -39030,4 +39050,4 @@ withDefaultLuvio((luvio) => {
39030
39050
  });
39031
39051
 
39032
39052
  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 };
39033
- // version: 1.369.0-7bf258f54c
39053
+ // version: 1.371.0-1f3d834ba4
@@ -208,6 +208,14 @@ let oneStoreGetObjectInfoAdapter = undefined;
208
208
  * One store enabled Get Object Infos adapter
209
209
  */
210
210
  let oneStoreGetObjectInfosAdapter = undefined;
211
+ /**
212
+ * One store enabled GraphQL adapter
213
+ */
214
+ let oneStoreGraphQLWireAdapter = undefined;
215
+ /**
216
+ * One store enabled GraphQL imperative query adapter
217
+ */
218
+ let oneStoreGraphQLImperativeQueryAdapter = undefined;
211
219
  /**
212
220
  * Determines when to include PDL strategies for Related Lists
213
221
  */
@@ -234,6 +242,18 @@ const configurationForOneStoreEnabledAdapters = {
234
242
  getGetObjectInfosAdapter: function () {
235
243
  return oneStoreGetObjectInfosAdapter;
236
244
  },
245
+ setGraphQLWireAdapter: function (adapter) {
246
+ oneStoreGraphQLWireAdapter = adapter;
247
+ },
248
+ getGraphQLWireAdapter: function () {
249
+ return oneStoreGraphQLWireAdapter;
250
+ },
251
+ setGraphQLImperativeQueryAdapter: function (adapter) {
252
+ oneStoreGraphQLImperativeQueryAdapter = adapter;
253
+ },
254
+ getGraphQLImperativeQueryAdapter: function () {
255
+ return oneStoreGraphQLImperativeQueryAdapter;
256
+ },
237
257
  };
238
258
  const getKeywordSearchResultsFactory = new Configurable();
239
259
  const getListRecordsByNameFactory = new Configurable();
@@ -1774,6 +1774,41 @@ type Analytics__SemanticSubMetricDefinitionRepresentation {
1774
1774
  ApiName: String!
1775
1775
  }
1776
1776
 
1777
+ type Analytics__SemanticModel {
1778
+ MasterLabel: StringValue
1779
+ DeveloperName: StringValue
1780
+ CreatedById: IDValue
1781
+ LastModifiedById: IDValue
1782
+ LastModifiedDate: DateTimeValue
1783
+ CreatedDate: DateTimeValue
1784
+ Id: ID!
1785
+ ApiName: StringValue!
1786
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1787
+ NamespacePrefix: StringValue
1788
+ RelatedModel: Analytics__SemanticModelRelatedModelConnection
1789
+ Dataspaces: [Analytics__DataspaceRepresentation]
1790
+ RecordOperations: StringValue
1791
+ }
1792
+
1793
+ type Analytics__SemanticModelRelatedModelConnection {
1794
+ edges: [Analytics__SemanticModelRelatedModelEdge]
1795
+ totalCount: Int!
1796
+ pageResultCount: Int!
1797
+ pageInfo: PageInfo!
1798
+ }
1799
+
1800
+ type Analytics__SemanticModelRelatedModelEdge {
1801
+ node: Analytics__SemanticModelRelatedModelRepresentation
1802
+ cursor: StringValue!
1803
+ }
1804
+
1805
+ type Analytics__SemanticModelRelatedModelRepresentation {
1806
+ Id: ID!
1807
+ ApiName: StringValue!
1808
+ SemanticModelId: IDValue
1809
+ RelatedSemanticModel: Analytics__SemanticModel
1810
+ }
1811
+
1777
1812
  input Setup__ListOrderInput {
1778
1813
  apiName: String!
1779
1814
  order: ResultsOrder