@salesforce/lds-adapters-uiapi 1.332.0-dev2 → 1.332.0-dev20
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/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +7 -3
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspace.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAsset.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAssetEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionConnection.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionEdge.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticSubMetricDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/index.d.ts +1 -0
- package/dist/es/es2018/types/src/wire/executeBatchRecordOperations/postUiApiRecordsBatch.d.ts +3 -0
- package/dist/es/es2018/uiapi-records-service.js +5887 -4569
- package/package.json +9 -9
- package/sfdc/graphqlAdapters.js +6735 -5424
- package/sfdc/index.js +9 -3
- package/src/raml/uiapi.graphql +79 -5
package/sfdc/index.js
CHANGED
|
@@ -34172,7 +34172,7 @@ function createResourceRequest$e(config) {
|
|
|
34172
34172
|
method: 'post',
|
|
34173
34173
|
body: config.body,
|
|
34174
34174
|
urlParams: {},
|
|
34175
|
-
queryParams:
|
|
34175
|
+
queryParams: config.queryParams,
|
|
34176
34176
|
headers,
|
|
34177
34177
|
priority: 'normal',
|
|
34178
34178
|
};
|
|
@@ -34181,7 +34181,8 @@ function createResourceRequest$e(config) {
|
|
|
34181
34181
|
const adapterName$7 = 'executeBatchRecordOperations';
|
|
34182
34182
|
const executeBatchRecordOperations_ConfigPropertyMetadata = [
|
|
34183
34183
|
generateParamConfigMetadata('allOrNone', true, 2, 1, false),
|
|
34184
|
-
generateParamConfigMetadata('operations', true, 2, 4, true),
|
|
34184
|
+
generateParamConfigMetadata('operations', true, 2, 4, true),
|
|
34185
|
+
generateParamConfigMetadata('useDefaultRule', false, 1, 1, false), // Not Requred, QueryParam, Boolean, single
|
|
34185
34186
|
];
|
|
34186
34187
|
const executeBatchRecordOperations_ConfigPropertyNames =
|
|
34187
34188
|
/*#__PURE__*/ buildAdapterValidationConfig(adapterName$7, executeBatchRecordOperations_ConfigPropertyMetadata);
|
|
@@ -34217,6 +34218,11 @@ function batchUpdateRecordsTypeCheckConfig(untrustedConfig) {
|
|
|
34217
34218
|
if (untrustedConfigAllOrNone !== undefined && typeof untrustedConfigAllOrNone === 'boolean') {
|
|
34218
34219
|
config.allOrNone = untrustedConfigAllOrNone;
|
|
34219
34220
|
}
|
|
34221
|
+
const untrustedConfiguseDefaultRule = untrustedConfig.useDefaultRule;
|
|
34222
|
+
if (untrustedConfiguseDefaultRule !== undefined &&
|
|
34223
|
+
typeof untrustedConfiguseDefaultRule === 'boolean') {
|
|
34224
|
+
config.useDefaultRule = untrustedConfiguseDefaultRule;
|
|
34225
|
+
}
|
|
34220
34226
|
return config;
|
|
34221
34227
|
}
|
|
34222
34228
|
function validateAdapterConfig$a(untrustedConfig, configPropertyNames) {
|
|
@@ -38705,4 +38711,4 @@ withDefaultLuvio((luvio) => {
|
|
|
38705
38711
|
});
|
|
38706
38712
|
|
|
38707
38713
|
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$1f 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, 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, 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 };
|
|
38708
|
-
// version: 1.332.0-
|
|
38714
|
+
// version: 1.332.0-dev20-8600de247a
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -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,44 @@ type Analytics__AnalyticsEdge {
|
|
|
1630
1629
|
cursor: String!
|
|
1631
1630
|
}
|
|
1632
1631
|
|
|
1633
|
-
|
|
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
|
+
NamespacePrefix: StringValue
|
|
1642
|
+
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface {
|
|
1646
|
+
MasterLabel: StringValue
|
|
1647
|
+
DeveloperName: StringValue
|
|
1648
|
+
CreatedById: IDValue
|
|
1649
|
+
LastModifiedById: IDValue
|
|
1637
1650
|
LastModifiedDate: DateTimeValue
|
|
1651
|
+
CreatedDate: DateTimeValue
|
|
1652
|
+
Id: ID!
|
|
1653
|
+
ApiName: String!
|
|
1654
|
+
NamespacePrefix: StringValue
|
|
1655
|
+
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
|
|
1659
|
+
MasterLabel: StringValue
|
|
1660
|
+
DeveloperName: StringValue
|
|
1661
|
+
CreatedById: IDValue
|
|
1638
1662
|
LastModifiedById: IDValue
|
|
1663
|
+
LastModifiedDate: DateTimeValue
|
|
1664
|
+
CreatedDate: DateTimeValue
|
|
1639
1665
|
Id: ID!
|
|
1640
1666
|
ApiName: String!
|
|
1667
|
+
NamespacePrefix: StringValue
|
|
1668
|
+
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1669
|
+
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
|
|
1641
1670
|
}
|
|
1642
1671
|
|
|
1643
1672
|
input Analytics__AnalyticsOrderBy {
|
|
@@ -1662,17 +1691,62 @@ enum Analytics__SortEnumType {
|
|
|
1662
1691
|
input Analytics__AnalyticsFilter {
|
|
1663
1692
|
Id: Setup__IdOperators
|
|
1664
1693
|
MasterLabel: StringOperators
|
|
1694
|
+
DeveloperName: StringOperators
|
|
1695
|
+
NamespacePrefix: StringOperators
|
|
1665
1696
|
CreatedById: Setup__IdOperators
|
|
1666
1697
|
CreatedDate: DateTimeOperators
|
|
1667
1698
|
LastModifiedById: Setup__IdOperators
|
|
1668
1699
|
LastModifiedDate: DateTimeOperators
|
|
1669
|
-
SemanticMetricId: Setup__IdOperators
|
|
1670
|
-
SemanticModelId: Setup__IdOperators
|
|
1671
1700
|
and: [Analytics__AnalyticsFilter]
|
|
1672
1701
|
or: [Analytics__AnalyticsFilter]
|
|
1673
1702
|
not: Analytics__AnalyticsFilter
|
|
1674
1703
|
}
|
|
1675
1704
|
|
|
1705
|
+
type Analytics__AnalyticsWorkspaceAssetConnection {
|
|
1706
|
+
edges: [Analytics__AnalyticsWorkspaceAssetEdge]
|
|
1707
|
+
totalCount: Int!
|
|
1708
|
+
pageResultCount: Int!
|
|
1709
|
+
pageInfo: PageInfo!
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
type Analytics__AnalyticsWorkspaceAssetEdge {
|
|
1713
|
+
node: Analytics__AnalyticsWorkspaceAsset
|
|
1714
|
+
cursor: String!
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
type Analytics__AnalyticsWorkspaceAsset {
|
|
1718
|
+
AnalyticsWorkspace: Analytics__AnalyticsWorkspace
|
|
1719
|
+
AssetUsageType: PicklistValue
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
type Analytics__AnalyticsWorkspace {
|
|
1723
|
+
MasterLabel: StringValue
|
|
1724
|
+
DeveloperName: StringValue
|
|
1725
|
+
CreatedById: IDValue
|
|
1726
|
+
LastModifiedById: IDValue
|
|
1727
|
+
LastModifiedDate: DateTimeValue
|
|
1728
|
+
CreatedDate: DateTimeValue
|
|
1729
|
+
Id: ID!
|
|
1730
|
+
ApiName: String!
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
type Analytics__SemanticSubMetricDefinitionConnection {
|
|
1734
|
+
edges: [Analytics__SemanticSubMetricDefinitionEdge]
|
|
1735
|
+
totalCount: Int!
|
|
1736
|
+
pageResultCount: Int!
|
|
1737
|
+
pageInfo: PageInfo!
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
type Analytics__SemanticSubMetricDefinitionEdge {
|
|
1741
|
+
node: Analytics__SemanticSubMetricDefinitionRepresentation
|
|
1742
|
+
cursor: String!
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
type Analytics__SemanticSubMetricDefinitionRepresentation {
|
|
1746
|
+
Id: ID!
|
|
1747
|
+
ApiName: String!
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1676
1750
|
directive @generic on OBJECT | INTERFACE | UNION | ENUM | INPUT_OBJECT
|
|
1677
1751
|
directive @fieldCategory on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
|
|
1678
|
-
directive @category(name: String!) on FIELD
|
|
1752
|
+
directive @category(name: String!) on FIELD
|