@salesforce/lds-adapters-uiapi 1.371.0 → 1.372.1

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.
@@ -21,8 +21,8 @@ export declare const configurationForOneStoreEnabledAdapters: {
21
21
  getGetObjectInfosAdapter: () => WireAdapterConstructor | undefined;
22
22
  setGraphQLWireAdapter: (adapter: WireAdapterConstructor) => void;
23
23
  getGraphQLWireAdapter: () => WireAdapterConstructor | undefined;
24
- setGraphQLImperativeQueryAdapter: (adapter: WireAdapterConstructor) => void;
25
- getGraphQLImperativeQueryAdapter: () => WireAdapterConstructor | undefined;
24
+ setGraphQLImperativeQueryAdapter: (adapter: GraphQLImperativeAdapter<any>) => void;
25
+ getGraphQLImperativeQueryAdapter: () => GraphQLImperativeAdapter<any> | undefined;
26
26
  };
27
27
  /**
28
28
  * Helper function to return the one store adapter if it's defined, otherwise return the luvio adapter.
@@ -30,7 +30,7 @@ export declare const configurationForOneStoreEnabledAdapters: {
30
30
  * @param oneStoreAdapter - The one store bound adapter.
31
31
  * @returns Luvio or one store wire adapter constructor.
32
32
  */
33
- export declare function getLuvioOrOneStoreAdapter(luvioAdapter: WireAdapterConstructor | ImperativeAdapter<any, any> | GraphQLImperativeAdapter<any>, oneStoreAdapter: WireAdapterConstructor | ImperativeAdapter<any, any> | GraphQLImperativeAdapter<any> | undefined): WireAdapterConstructor | ImperativeAdapter<any, any> | GraphQLImperativeAdapter<any>;
33
+ export declare function getLuvioOrOneStoreAdapter(luvioAdapter: WireAdapterConstructor | ImperativeAdapter<any, any> | GraphQLImperativeAdapter<any>, oneStoreAdapter: WireAdapterConstructor | ImperativeAdapter<any, any> | GraphQLImperativeAdapter<any> | undefined): WireAdapterConstructor | GraphQLImperativeAdapter<any>;
34
34
  import type { ResourceIngest } from '@luvio/engine';
35
35
  export declare const configurationForEnvironmentFactoryOverrides: {
36
36
  getKeywordSearchResultsAdapterFactory: () => import("@luvio/engine").AdapterFactory<import("./generated/adapters/getKeywordSearchResults").GetKeywordSearchResultsConfig, import("./generated/types/KeywordSearchResultsSummaryRepresentation").KeywordSearchResultsSummaryRepresentation> | undefined;
@@ -101,8 +101,8 @@ export declare const configurationForRestAdapters: {
101
101
  getGetObjectInfosAdapter: () => WireAdapterConstructor | undefined;
102
102
  setGraphQLWireAdapter: (adapter: WireAdapterConstructor) => void;
103
103
  getGraphQLWireAdapter: () => WireAdapterConstructor | undefined;
104
- setGraphQLImperativeQueryAdapter: (adapter: WireAdapterConstructor) => void;
105
- getGraphQLImperativeQueryAdapter: () => WireAdapterConstructor | undefined;
104
+ setGraphQLImperativeQueryAdapter: (adapter: GraphQLImperativeAdapter<any>) => void;
105
+ getGraphQLImperativeQueryAdapter: () => GraphQLImperativeAdapter<any> | undefined;
106
106
  setTrackedFieldDepthOnCacheMiss: (trackedFieldDepthOnCacheMissParam: number) => void;
107
107
  getTrackedFieldDepthOnCacheMiss: () => number;
108
108
  setTrackedFieldDepthOnCacheMergeConflict: (trackedFieldDepthOnCacheMergeConflictParam: number) => void;
@@ -97,8 +97,8 @@ export declare const configuration: {
97
97
  getGetObjectInfosAdapter: () => import("@lwc/engine-core").WireAdapterConstructor | undefined;
98
98
  setGraphQLWireAdapter: (adapter: import("@lwc/engine-core").WireAdapterConstructor) => void;
99
99
  getGraphQLWireAdapter: () => import("@lwc/engine-core").WireAdapterConstructor | undefined;
100
- setGraphQLImperativeQueryAdapter: (adapter: import("@lwc/engine-core").WireAdapterConstructor) => void;
101
- getGraphQLImperativeQueryAdapter: () => import("@lwc/engine-core").WireAdapterConstructor | undefined;
100
+ setGraphQLImperativeQueryAdapter: (adapter: import("@salesforce/lds-bindings").GraphQLImperativeAdapter<any>) => void;
101
+ getGraphQLImperativeQueryAdapter: () => import("@salesforce/lds-bindings").GraphQLImperativeAdapter<any> | undefined;
102
102
  getDraftAwareGraphQLAdapter: () => import("./wire/graphql/configurationTypes").DraftAwareGraphQLAdapter | undefined;
103
103
  setDraftAwareGraphQLAdapter: (value: import("./wire/graphql/configurationTypes").DraftAwareGraphQLAdapter) => void;
104
104
  getEnvironmentAwareGraphQLBatchAdapter: () => import("./wire/graphqlBatch/configurationTypes").EnvironmentAwareGraphQLBatchAdapter | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.371.0",
3
+ "version": "1.372.1",
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",
@@ -68,15 +68,14 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@salesforce/lds-bindings": "^1.371.0",
72
- "@salesforce/lds-default-luvio": "^1.371.0",
73
- "luvio-graphql-parser": "npm:@luvio/graphql-parser@0.158.7",
74
- "onestore-graphql-parser": "npm:@luvio/graphql-parser@5.44.0"
71
+ "@luvio/graphql-parser": "0.158.7",
72
+ "@salesforce/lds-bindings": "^1.372.1",
73
+ "@salesforce/lds-default-luvio": "^1.372.1"
75
74
  },
76
75
  "devDependencies": {
77
- "@salesforce/lds-compiler-plugins": "^1.371.0",
78
- "@salesforce/lds-jest": "^1.371.0",
79
- "@salesforce/lds-store-binary": "^1.371.0"
76
+ "@salesforce/lds-compiler-plugins": "^1.372.1",
77
+ "@salesforce/lds-jest": "^1.372.1",
78
+ "@salesforce/lds-store-binary": "^1.372.1"
80
79
  },
81
80
  "luvioBundlesize": [
82
81
  {
@@ -26072,4 +26072,4 @@ function refreshGraphQL(data) {
26072
26072
  }
26073
26073
 
26074
26074
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative, refreshGraphQL };
26075
- // version: 1.371.0-1f3d834ba4
26075
+ // version: 1.372.1-8824ae9dd4
package/sfdc/index.js CHANGED
@@ -39050,4 +39050,4 @@ withDefaultLuvio((luvio) => {
39050
39050
  });
39051
39051
 
39052
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 };
39053
- // version: 1.371.0-1f3d834ba4
39053
+ // version: 1.372.1-8824ae9dd4