@salesforce/lds-adapters-uiapi 1.354.0-dev15 → 1.354.0-dev16
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__SemanticModel.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelEdge.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModelRelatedModelRepresentation.d.ts +2 -3
- package/dist/es/es2018/uiapi-records-service.js +5 -5
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +6 -6
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +4 -4
|
@@ -9,7 +9,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
9
9
|
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';
|
|
10
10
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
11
11
|
export declare const name = "Analytics__SemanticModel";
|
|
12
|
-
export declare const VERSION = "
|
|
12
|
+
export declare const VERSION = "b72b1c0ea68c56bd34254871be14650a";
|
|
13
13
|
export interface Interface {
|
|
14
14
|
MasterLabel: StringValue_Interface | undefined;
|
|
15
15
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -18,12 +18,12 @@ export interface Interface {
|
|
|
18
18
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
19
19
|
CreatedDate: DateTimeValue_Interface | undefined;
|
|
20
20
|
Id: string;
|
|
21
|
-
ApiName:
|
|
21
|
+
ApiName: string;
|
|
22
22
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
23
23
|
NamespacePrefix: StringValue_Interface | undefined;
|
|
24
24
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection_Interface | undefined;
|
|
25
25
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
26
|
-
RecordOperations:
|
|
26
|
+
RecordOperations: string[] | undefined;
|
|
27
27
|
}
|
|
28
28
|
export interface MinimumInterface {
|
|
29
29
|
Id: Interface["Id"];
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Interface as Analytics__SemanticModelRelatedModelRepresentation_Interface } from './Analytics__SemanticModelRelatedModelRepresentation';
|
|
2
|
-
import { Interface as StringValue_Interface } from './StringValue';
|
|
3
2
|
import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
3
|
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
5
4
|
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';
|
|
6
5
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
7
6
|
export declare const name = "Analytics__SemanticModelRelatedModelEdge";
|
|
8
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "599ee5de7493f65636333fe680350320";
|
|
9
8
|
export interface Interface {
|
|
10
9
|
node: Analytics__SemanticModelRelatedModelRepresentation_Interface | undefined;
|
|
11
|
-
cursor:
|
|
10
|
+
cursor: string;
|
|
12
11
|
}
|
|
13
12
|
export interface MinimumInterface {
|
|
14
13
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Interface as StringValue_Interface } from './StringValue';
|
|
2
1
|
import { Interface as IDValue_Interface } from './IDValue';
|
|
3
2
|
import { Interface as Analytics__SemanticModel_Interface } from './Analytics__SemanticModel';
|
|
4
3
|
import { Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Reader as $64$luvio_engine_Reader, SelectionPropertyKey as $64$luvio_engine_SelectionPropertyKey, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
@@ -6,10 +5,10 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
6
5
|
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
6
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
8
7
|
export declare const name = "Analytics__SemanticModelRelatedModelRepresentation";
|
|
9
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "d15efc102e60adb7032cae926a95b40d";
|
|
10
9
|
export interface Interface {
|
|
11
10
|
Id: string;
|
|
12
|
-
ApiName:
|
|
11
|
+
ApiName: string;
|
|
13
12
|
SemanticModelId: IDValue_Interface | undefined;
|
|
14
13
|
RelatedSemanticModel: Analytics__SemanticModel_Interface | undefined;
|
|
15
14
|
}
|
|
@@ -55588,7 +55588,7 @@ function getFieldType$3(field) {
|
|
|
55588
55588
|
case 'ApiName': {
|
|
55589
55589
|
return {
|
|
55590
55590
|
isArray: false,
|
|
55591
|
-
typename: '
|
|
55591
|
+
typename: 'String'
|
|
55592
55592
|
};
|
|
55593
55593
|
}
|
|
55594
55594
|
case 'SemanticModelId': {
|
|
@@ -55640,7 +55640,7 @@ function getFieldType$2(field) {
|
|
|
55640
55640
|
case 'cursor': {
|
|
55641
55641
|
return {
|
|
55642
55642
|
isArray: false,
|
|
55643
|
-
typename: '
|
|
55643
|
+
typename: 'String'
|
|
55644
55644
|
};
|
|
55645
55645
|
}
|
|
55646
55646
|
default:
|
|
@@ -55776,7 +55776,7 @@ function getFieldType(field) {
|
|
|
55776
55776
|
case 'ApiName': {
|
|
55777
55777
|
return {
|
|
55778
55778
|
isArray: false,
|
|
55779
|
-
typename: '
|
|
55779
|
+
typename: 'String'
|
|
55780
55780
|
};
|
|
55781
55781
|
}
|
|
55782
55782
|
case 'AnalyticsWorkspaces': {
|
|
@@ -55805,8 +55805,8 @@ function getFieldType(field) {
|
|
|
55805
55805
|
}
|
|
55806
55806
|
case 'RecordOperations': {
|
|
55807
55807
|
return {
|
|
55808
|
-
isArray:
|
|
55809
|
-
typename: '
|
|
55808
|
+
isArray: true,
|
|
55809
|
+
typename: 'String'
|
|
55810
55810
|
};
|
|
55811
55811
|
}
|
|
55812
55812
|
default:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.354.0-
|
|
3
|
+
"version": "1.354.0-dev16",
|
|
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,13 +68,13 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@salesforce/lds-bindings": "^1.354.0-
|
|
72
|
-
"@salesforce/lds-default-luvio": "^1.354.0-
|
|
71
|
+
"@salesforce/lds-bindings": "^1.354.0-dev16",
|
|
72
|
+
"@salesforce/lds-default-luvio": "^1.354.0-dev16"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@salesforce/lds-compiler-plugins": "^1.354.0-
|
|
76
|
-
"@salesforce/lds-jest": "^1.354.0-
|
|
77
|
-
"@salesforce/lds-store-binary": "^1.354.0-
|
|
75
|
+
"@salesforce/lds-compiler-plugins": "^1.354.0-dev16",
|
|
76
|
+
"@salesforce/lds-jest": "^1.354.0-dev16",
|
|
77
|
+
"@salesforce/lds-store-binary": "^1.354.0-dev16"
|
|
78
78
|
},
|
|
79
79
|
"luvioBundlesize": [
|
|
80
80
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -21281,7 +21281,7 @@ function getFieldType$3(field) {
|
|
|
21281
21281
|
case 'ApiName': {
|
|
21282
21282
|
return {
|
|
21283
21283
|
isArray: false,
|
|
21284
|
-
typename: '
|
|
21284
|
+
typename: 'String'
|
|
21285
21285
|
};
|
|
21286
21286
|
}
|
|
21287
21287
|
case 'SemanticModelId': {
|
|
@@ -21333,7 +21333,7 @@ function getFieldType$2(field) {
|
|
|
21333
21333
|
case 'cursor': {
|
|
21334
21334
|
return {
|
|
21335
21335
|
isArray: false,
|
|
21336
|
-
typename: '
|
|
21336
|
+
typename: 'String'
|
|
21337
21337
|
};
|
|
21338
21338
|
}
|
|
21339
21339
|
default:
|
|
@@ -21469,7 +21469,7 @@ function getFieldType(field) {
|
|
|
21469
21469
|
case 'ApiName': {
|
|
21470
21470
|
return {
|
|
21471
21471
|
isArray: false,
|
|
21472
|
-
typename: '
|
|
21472
|
+
typename: 'String'
|
|
21473
21473
|
};
|
|
21474
21474
|
}
|
|
21475
21475
|
case 'AnalyticsWorkspaces': {
|
|
@@ -21498,8 +21498,8 @@ function getFieldType(field) {
|
|
|
21498
21498
|
}
|
|
21499
21499
|
case 'RecordOperations': {
|
|
21500
21500
|
return {
|
|
21501
|
-
isArray:
|
|
21502
|
-
typename: '
|
|
21501
|
+
isArray: true,
|
|
21502
|
+
typename: 'String'
|
|
21503
21503
|
};
|
|
21504
21504
|
}
|
|
21505
21505
|
default:
|
|
@@ -24214,4 +24214,4 @@ register({
|
|
|
24214
24214
|
});
|
|
24215
24215
|
|
|
24216
24216
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
24217
|
-
// version: 1.354.0-
|
|
24217
|
+
// version: 1.354.0-dev16-fc68199eb5
|
package/sfdc/index.js
CHANGED
|
@@ -38946,4 +38946,4 @@ withDefaultLuvio((luvio) => {
|
|
|
38946
38946
|
});
|
|
38947
38947
|
|
|
38948
38948
|
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 };
|
|
38949
|
-
// version: 1.354.0-
|
|
38949
|
+
// version: 1.354.0-dev16-fc68199eb5
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1773,12 +1773,12 @@ type Analytics__SemanticModel {
|
|
|
1773
1773
|
LastModifiedDate: DateTimeValue
|
|
1774
1774
|
CreatedDate: DateTimeValue
|
|
1775
1775
|
Id: ID!
|
|
1776
|
-
ApiName:
|
|
1776
|
+
ApiName: String!
|
|
1777
1777
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1778
1778
|
NamespacePrefix: StringValue
|
|
1779
1779
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection
|
|
1780
1780
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1781
|
-
RecordOperations:
|
|
1781
|
+
RecordOperations: [String]
|
|
1782
1782
|
}
|
|
1783
1783
|
|
|
1784
1784
|
type Analytics__SemanticModelRelatedModelConnection {
|
|
@@ -1790,12 +1790,12 @@ type Analytics__SemanticModelRelatedModelConnection {
|
|
|
1790
1790
|
|
|
1791
1791
|
type Analytics__SemanticModelRelatedModelEdge {
|
|
1792
1792
|
node: Analytics__SemanticModelRelatedModelRepresentation
|
|
1793
|
-
cursor:
|
|
1793
|
+
cursor: String!
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
type Analytics__SemanticModelRelatedModelRepresentation {
|
|
1797
1797
|
Id: ID!
|
|
1798
|
-
ApiName:
|
|
1798
|
+
ApiName: String!
|
|
1799
1799
|
SemanticModelId: IDValue
|
|
1800
1800
|
RelatedSemanticModel: Analytics__SemanticModel
|
|
1801
1801
|
}
|