@salesforce/lds-adapters-uiapi 1.385.0 → 1.386.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.
@@ -6,11 +6,12 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
6
6
  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';
7
7
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
8
8
  export declare const name = "Analytics__AnalyticsWorkspaceAsset";
9
- export declare const VERSION = "dbc37eaa55e5b964e02143439db26660";
9
+ export declare const VERSION = "f690ef611baad86daab14c35ec199929";
10
10
  export interface Interface {
11
11
  AnalyticsWorkspace: Analytics__AnalyticsWorkspace_Interface | undefined;
12
12
  AssetUsageType: PicklistValue_Interface | undefined;
13
13
  ActivePromotionRequestId: IDValue_Interface | undefined;
14
+ MetadataSourceType: PicklistValue_Interface | undefined;
14
15
  }
15
16
  export interface MinimumInterface {
16
17
  }
@@ -49654,7 +49654,7 @@ function getInContextFragmentType$P(fragment, fragmentMap) {
49654
49654
  }
49655
49655
 
49656
49656
  const name$s = 'Analytics__AnalyticsWorkspaceAsset';
49657
- const VERSION$G = 'dbc37eaa55e5b964e02143439db26660';
49657
+ const VERSION$G = 'f690ef611baad86daab14c35ec199929';
49658
49658
  function keyBuilder$G(luvio, path, data) {
49659
49659
  return path.fullPath;
49660
49660
  }
@@ -49784,6 +49784,11 @@ function getTypeCacheKeys$D(cacheKeySink, astNode, state) {
49784
49784
  getTypeCacheKeys$1B(cacheKeySink, requestedField, ActivePromotionRequestIdState);
49785
49785
  break;
49786
49786
  }
49787
+ case 'PicklistValue': {
49788
+ const MetadataSourceTypeState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
49789
+ getTypeCacheKeys$1m(cacheKeySink, requestedField, MetadataSourceTypeState);
49790
+ break;
49791
+ }
49787
49792
  }
49788
49793
  }
49789
49794
  // Deal with mapped types' cache keys
@@ -49814,6 +49819,12 @@ function getFieldType$N(field) {
49814
49819
  typename: 'IDValue'
49815
49820
  };
49816
49821
  }
49822
+ case 'MetadataSourceType': {
49823
+ return {
49824
+ isArray: false,
49825
+ typename: 'PicklistValue'
49826
+ };
49827
+ }
49817
49828
  default:
49818
49829
  return undefined;
49819
49830
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.385.0",
3
+ "version": "1.386.0",
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",
@@ -69,14 +69,14 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@luvio/graphql-parser": "0.158.7",
72
- "@salesforce/lds-adapters-onestore-graphql": "^1.385.0",
73
- "@salesforce/lds-bindings": "^1.385.0",
74
- "@salesforce/lds-default-luvio": "^1.385.0"
72
+ "@salesforce/lds-adapters-onestore-graphql": "^1.386.0",
73
+ "@salesforce/lds-bindings": "^1.386.0",
74
+ "@salesforce/lds-default-luvio": "^1.386.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@salesforce/lds-compiler-plugins": "^1.385.0",
78
- "@salesforce/lds-jest": "^1.385.0",
79
- "@salesforce/lds-store-binary": "^1.385.0"
77
+ "@salesforce/lds-compiler-plugins": "^1.386.0",
78
+ "@salesforce/lds-jest": "^1.386.0",
79
+ "@salesforce/lds-store-binary": "^1.386.0"
80
80
  },
81
81
  "luvioBundlesize": [
82
82
  {
@@ -15262,7 +15262,7 @@ function getInContextFragmentType$P(fragment, fragmentMap) {
15262
15262
  }
15263
15263
 
15264
15264
  const name$s = 'Analytics__AnalyticsWorkspaceAsset';
15265
- const VERSION$C = 'dbc37eaa55e5b964e02143439db26660';
15265
+ const VERSION$C = 'f690ef611baad86daab14c35ec199929';
15266
15266
  function keyBuilder$w(luvio, path, data) {
15267
15267
  return path.fullPath;
15268
15268
  }
@@ -15392,6 +15392,11 @@ function getTypeCacheKeys$v(cacheKeySink, astNode, state) {
15392
15392
  getTypeCacheKeys$1w(cacheKeySink, requestedField, ActivePromotionRequestIdState);
15393
15393
  break;
15394
15394
  }
15395
+ case 'PicklistValue': {
15396
+ const MetadataSourceTypeState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
15397
+ getTypeCacheKeys$1h(cacheKeySink, requestedField, MetadataSourceTypeState);
15398
+ break;
15399
+ }
15395
15400
  }
15396
15401
  }
15397
15402
  // Deal with mapped types' cache keys
@@ -15422,6 +15427,12 @@ function getFieldType$N(field) {
15422
15427
  typename: 'IDValue'
15423
15428
  };
15424
15429
  }
15430
+ case 'MetadataSourceType': {
15431
+ return {
15432
+ isArray: false,
15433
+ typename: 'PicklistValue'
15434
+ };
15435
+ }
15425
15436
  default:
15426
15437
  return undefined;
15427
15438
  }
@@ -26217,4 +26228,4 @@ register({
26217
26228
  });
26218
26229
 
26219
26230
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_deprecated, graphql_imperative, graphql_imperative_deprecated, graphql_imperative_onestore, graphql_onestore, refreshGraphQL, refreshGraphQL_deprecated };
26220
- // version: 1.385.0-c6070cc476
26231
+ // version: 1.386.0-521094e838
package/sfdc/index.js CHANGED
@@ -39030,4 +39030,4 @@ withDefaultLuvio((luvio) => {
39030
39030
  });
39031
39031
 
39032
39032
  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, 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 };
39033
- // version: 1.385.0-c6070cc476
39033
+ // version: 1.386.0-521094e838
@@ -1768,6 +1768,7 @@ type Analytics__AnalyticsWorkspaceAsset {
1768
1768
  AnalyticsWorkspace: Analytics__AnalyticsWorkspace
1769
1769
  AssetUsageType: PicklistValue
1770
1770
  ActivePromotionRequestId: IDValue
1771
+ MetadataSourceType: PicklistValue
1771
1772
  }
1772
1773
 
1773
1774
  type Analytics__AnalyticsWorkspace {