@salesforce/lds-adapters-uiapi 1.308.0-dev5 → 1.308.0-dev7

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
@@ -38522,4 +38522,4 @@ withDefaultLuvio((luvio) => {
38522
38522
  });
38523
38523
 
38524
38524
  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$1e 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, 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, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, 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, 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, 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 };
38525
- // version: 1.308.0-dev5-7e965f814e
38525
+ // version: 1.308.0-dev7-8ae69a25e5
@@ -1617,7 +1617,6 @@ type Analytics__Analytics {
1617
1617
  # enum AnalyticsAssetType @generic {
1618
1618
  # }
1619
1619
 
1620
-
1621
1620
  type Analytics__AnalyticsBrowse {
1622
1621
  edges: [Analytics__AnalyticsEdge]
1623
1622
  totalCount: Int!
@@ -1630,14 +1629,41 @@ type Analytics__AnalyticsEdge {
1630
1629
  cursor: String!
1631
1630
  }
1632
1631
 
1633
- type Analytics__AnalyticsRepresentation {
1632
+ interface Analytics__AnalyticsRepresentationInterface {
1634
1633
  MasterLabel: StringValue
1634
+ DeveloperName: StringValue
1635
1635
  CreatedById: IDValue
1636
+ LastModifiedById: IDValue
1637
+ LastModifiedDate: DateTimeValue
1636
1638
  CreatedDate: DateTimeValue
1639
+ Id: ID!
1640
+ ApiName: String!
1641
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1642
+ }
1643
+
1644
+ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface {
1645
+ MasterLabel: StringValue
1646
+ DeveloperName: StringValue
1647
+ CreatedById: IDValue
1648
+ LastModifiedById: IDValue
1637
1649
  LastModifiedDate: DateTimeValue
1650
+ CreatedDate: DateTimeValue
1651
+ Id: ID!
1652
+ ApiName: String!
1653
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1654
+ }
1655
+
1656
+ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
1657
+ MasterLabel: StringValue
1658
+ DeveloperName: StringValue
1659
+ CreatedById: IDValue
1638
1660
  LastModifiedById: IDValue
1661
+ LastModifiedDate: DateTimeValue
1662
+ CreatedDate: DateTimeValue
1639
1663
  Id: ID!
1640
1664
  ApiName: String!
1665
+ AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1666
+ SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
1641
1667
  }
1642
1668
 
1643
1669
  input Analytics__AnalyticsOrderBy {
@@ -1671,6 +1697,50 @@ input Analytics__AnalyticsFilter {
1671
1697
  not: Analytics__AnalyticsFilter
1672
1698
  }
1673
1699
 
1700
+ type Analytics__AnalyticsWorkspaceAssetConnection {
1701
+ edges: [Analytics__AnalyticsWorkspaceAssetEdge]
1702
+ totalCount: Int!
1703
+ pageResultCount: Int!
1704
+ pageInfo: PageInfo!
1705
+ }
1706
+
1707
+ type Analytics__AnalyticsWorkspaceAssetEdge {
1708
+ node: Analytics__AnalyticsWorkspaceAsset
1709
+ cursor: String!
1710
+ }
1711
+
1712
+ type Analytics__AnalyticsWorkspaceAsset {
1713
+ AnalyticsWorkspace: Analytics__AnalyticsWorkspace
1714
+ }
1715
+
1716
+ type Analytics__AnalyticsWorkspace {
1717
+ MasterLabel: StringValue
1718
+ DeveloperName: StringValue
1719
+ CreatedById: IDValue
1720
+ LastModifiedById: IDValue
1721
+ LastModifiedDate: DateTimeValue
1722
+ CreatedDate: DateTimeValue
1723
+ Id: ID!
1724
+ ApiName: String!
1725
+ }
1726
+
1727
+ type Analytics__SemanticSubMetricDefinitionConnection {
1728
+ edges: [Analytics__SemanticSubMetricDefinitionEdge]
1729
+ totalCount: Int!
1730
+ pageResultCount: Int!
1731
+ pageInfo: PageInfo!
1732
+ }
1733
+
1734
+ type Analytics__SemanticSubMetricDefinitionEdge {
1735
+ node: Analytics__SemanticSubMetricDefinitionRepresentation
1736
+ cursor: String!
1737
+ }
1738
+
1739
+ type Analytics__SemanticSubMetricDefinitionRepresentation {
1740
+ Id: ID!
1741
+ ApiName: String!
1742
+ }
1743
+
1674
1744
  directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
1675
1745
  directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
1676
1746
  directive @category(name: String!) on FIELD