@salesforce/lds-adapters-uiapi 1.387.0 → 1.388.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.
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentationInterface.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__MktDataConnector.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticModel.d.ts +2 -1
- package/dist/es/es2018/uiapi-records-service.js +31 -1
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +32 -2
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +6 -0
package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
8
8
|
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';
|
|
9
9
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
10
10
|
export declare const name = "Analytics__AnalyticsRepresentation";
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "1ebb396bdfa7cd877e50a4b8f5ae8f81";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -22,6 +22,7 @@ export interface Interface {
|
|
|
22
22
|
RecordOperations: string[] | undefined;
|
|
23
23
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
24
24
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
25
|
+
AssetApiName: string | undefined;
|
|
25
26
|
}
|
|
26
27
|
export interface MinimumInterface {
|
|
27
28
|
Id: Interface["Id"];
|
|
@@ -21,6 +21,7 @@ export interface Interface {
|
|
|
21
21
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | null;
|
|
22
22
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | null;
|
|
23
23
|
RecordOperations: string[] | null;
|
|
24
|
+
AssetApiName: string | null;
|
|
24
25
|
}
|
|
25
26
|
export interface MinimumInterface {
|
|
26
27
|
Id: Interface["Id"];
|
|
@@ -8,7 +8,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
8
8
|
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';
|
|
9
9
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
10
10
|
export declare const name = "Analytics__MktDataConnector";
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "91e0d9c8115ebfafcd3fad0d3ad0f54f";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -23,6 +23,7 @@ export interface Interface {
|
|
|
23
23
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
24
24
|
RecordOperations: string[] | undefined;
|
|
25
25
|
DataConnectorType: StringValue_Interface | undefined;
|
|
26
|
+
AssetApiName: string | undefined;
|
|
26
27
|
}
|
|
27
28
|
export interface MinimumInterface {
|
|
28
29
|
Id: Interface["Id"];
|
|
@@ -10,7 +10,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
10
10
|
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';
|
|
11
11
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
12
12
|
export declare const name = "Analytics__SemanticDefinition";
|
|
13
|
-
export declare const VERSION = "
|
|
13
|
+
export declare const VERSION = "4acf43d7a025fb66feb7deb8dd3660d6";
|
|
14
14
|
export interface Interface {
|
|
15
15
|
MasterLabel: StringValue_Interface | undefined;
|
|
16
16
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -26,6 +26,7 @@ export interface Interface {
|
|
|
26
26
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
|
|
27
27
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
28
28
|
RecordOperations: string[] | undefined;
|
|
29
|
+
AssetApiName: string | undefined;
|
|
29
30
|
}
|
|
30
31
|
export interface MinimumInterface {
|
|
31
32
|
Id: Interface["Id"];
|
|
@@ -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 = "56d9b70b77afd4fbbd94d0ed1121559d";
|
|
13
13
|
export interface Interface {
|
|
14
14
|
MasterLabel: StringValue_Interface | undefined;
|
|
15
15
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -24,6 +24,7 @@ export interface Interface {
|
|
|
24
24
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection_Interface | undefined;
|
|
25
25
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
26
26
|
RecordOperations: string[] | undefined;
|
|
27
|
+
AssetApiName: string | undefined;
|
|
27
28
|
}
|
|
28
29
|
export interface MinimumInterface {
|
|
29
30
|
Id: Interface["Id"];
|
|
@@ -50477,7 +50477,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
50477
50477
|
}
|
|
50478
50478
|
|
|
50479
50479
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
50480
|
-
const VERSION$C = '
|
|
50480
|
+
const VERSION$C = '1ebb396bdfa7cd877e50a4b8f5ae8f81';
|
|
50481
50481
|
function keyBuilder$C(luvio, path, data) {
|
|
50482
50482
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
50483
50483
|
}
|
|
@@ -50750,6 +50750,12 @@ function getFieldType$J(field) {
|
|
|
50750
50750
|
typename: 'Analytics__DataspaceRepresentation'
|
|
50751
50751
|
};
|
|
50752
50752
|
}
|
|
50753
|
+
case 'AssetApiName': {
|
|
50754
|
+
return {
|
|
50755
|
+
isArray: false,
|
|
50756
|
+
typename: 'String'
|
|
50757
|
+
};
|
|
50758
|
+
}
|
|
50753
50759
|
default:
|
|
50754
50760
|
return undefined;
|
|
50755
50761
|
}
|
|
@@ -57360,6 +57366,12 @@ function getFieldType$6(field) {
|
|
|
57360
57366
|
typename: 'String'
|
|
57361
57367
|
};
|
|
57362
57368
|
}
|
|
57369
|
+
case 'AssetApiName': {
|
|
57370
|
+
return {
|
|
57371
|
+
isArray: false,
|
|
57372
|
+
typename: 'String'
|
|
57373
|
+
};
|
|
57374
|
+
}
|
|
57363
57375
|
default:
|
|
57364
57376
|
return undefined;
|
|
57365
57377
|
}
|
|
@@ -57619,6 +57631,12 @@ function getFieldType$2(field) {
|
|
|
57619
57631
|
typename: 'String'
|
|
57620
57632
|
};
|
|
57621
57633
|
}
|
|
57634
|
+
case 'AssetApiName': {
|
|
57635
|
+
return {
|
|
57636
|
+
isArray: false,
|
|
57637
|
+
typename: 'String'
|
|
57638
|
+
};
|
|
57639
|
+
}
|
|
57622
57640
|
default:
|
|
57623
57641
|
return undefined;
|
|
57624
57642
|
}
|
|
@@ -57732,6 +57750,12 @@ function getFieldType$1(field) {
|
|
|
57732
57750
|
typename: 'StringValue'
|
|
57733
57751
|
};
|
|
57734
57752
|
}
|
|
57753
|
+
case 'AssetApiName': {
|
|
57754
|
+
return {
|
|
57755
|
+
isArray: false,
|
|
57756
|
+
typename: 'String'
|
|
57757
|
+
};
|
|
57758
|
+
}
|
|
57735
57759
|
default:
|
|
57736
57760
|
return undefined;
|
|
57737
57761
|
}
|
|
@@ -57839,6 +57863,12 @@ function getFieldType(field) {
|
|
|
57839
57863
|
typename: 'String'
|
|
57840
57864
|
};
|
|
57841
57865
|
}
|
|
57866
|
+
case 'AssetApiName': {
|
|
57867
|
+
return {
|
|
57868
|
+
isArray: false,
|
|
57869
|
+
typename: 'String'
|
|
57870
|
+
};
|
|
57871
|
+
}
|
|
57842
57872
|
default:
|
|
57843
57873
|
return undefined;
|
|
57844
57874
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.388.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.
|
|
73
|
-
"@salesforce/lds-bindings": "^1.
|
|
74
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
72
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.388.0",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.388.0",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.388.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
78
|
-
"@salesforce/lds-jest": "^1.
|
|
79
|
-
"@salesforce/lds-store-binary": "^1.
|
|
77
|
+
"@salesforce/lds-compiler-plugins": "^1.388.0",
|
|
78
|
+
"@salesforce/lds-jest": "^1.388.0",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.388.0"
|
|
80
80
|
},
|
|
81
81
|
"luvioBundlesize": [
|
|
82
82
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -16084,7 +16084,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
16084
16084
|
}
|
|
16085
16085
|
|
|
16086
16086
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
16087
|
-
const VERSION$y = '
|
|
16087
|
+
const VERSION$y = '1ebb396bdfa7cd877e50a4b8f5ae8f81';
|
|
16088
16088
|
function keyBuilder$s(luvio, path, data) {
|
|
16089
16089
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
16090
16090
|
}
|
|
@@ -16357,6 +16357,12 @@ function getFieldType$J(field) {
|
|
|
16357
16357
|
typename: 'Analytics__DataspaceRepresentation'
|
|
16358
16358
|
};
|
|
16359
16359
|
}
|
|
16360
|
+
case 'AssetApiName': {
|
|
16361
|
+
return {
|
|
16362
|
+
isArray: false,
|
|
16363
|
+
typename: 'String'
|
|
16364
|
+
};
|
|
16365
|
+
}
|
|
16360
16366
|
default:
|
|
16361
16367
|
return undefined;
|
|
16362
16368
|
}
|
|
@@ -22964,6 +22970,12 @@ function getFieldType$6(field) {
|
|
|
22964
22970
|
typename: 'String'
|
|
22965
22971
|
};
|
|
22966
22972
|
}
|
|
22973
|
+
case 'AssetApiName': {
|
|
22974
|
+
return {
|
|
22975
|
+
isArray: false,
|
|
22976
|
+
typename: 'String'
|
|
22977
|
+
};
|
|
22978
|
+
}
|
|
22967
22979
|
default:
|
|
22968
22980
|
return undefined;
|
|
22969
22981
|
}
|
|
@@ -23223,6 +23235,12 @@ function getFieldType$2(field) {
|
|
|
23223
23235
|
typename: 'String'
|
|
23224
23236
|
};
|
|
23225
23237
|
}
|
|
23238
|
+
case 'AssetApiName': {
|
|
23239
|
+
return {
|
|
23240
|
+
isArray: false,
|
|
23241
|
+
typename: 'String'
|
|
23242
|
+
};
|
|
23243
|
+
}
|
|
23226
23244
|
default:
|
|
23227
23245
|
return undefined;
|
|
23228
23246
|
}
|
|
@@ -23336,6 +23354,12 @@ function getFieldType$1(field) {
|
|
|
23336
23354
|
typename: 'StringValue'
|
|
23337
23355
|
};
|
|
23338
23356
|
}
|
|
23357
|
+
case 'AssetApiName': {
|
|
23358
|
+
return {
|
|
23359
|
+
isArray: false,
|
|
23360
|
+
typename: 'String'
|
|
23361
|
+
};
|
|
23362
|
+
}
|
|
23339
23363
|
default:
|
|
23340
23364
|
return undefined;
|
|
23341
23365
|
}
|
|
@@ -23443,6 +23467,12 @@ function getFieldType(field) {
|
|
|
23443
23467
|
typename: 'String'
|
|
23444
23468
|
};
|
|
23445
23469
|
}
|
|
23470
|
+
case 'AssetApiName': {
|
|
23471
|
+
return {
|
|
23472
|
+
isArray: false,
|
|
23473
|
+
typename: 'String'
|
|
23474
|
+
};
|
|
23475
|
+
}
|
|
23446
23476
|
default:
|
|
23447
23477
|
return undefined;
|
|
23448
23478
|
}
|
|
@@ -26228,4 +26258,4 @@ register({
|
|
|
26228
26258
|
});
|
|
26229
26259
|
|
|
26230
26260
|
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 };
|
|
26231
|
-
// version: 1.
|
|
26261
|
+
// version: 1.388.0-fabb0e5a71
|
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.
|
|
39033
|
+
// version: 1.388.0-fabb0e5a71
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1655,6 +1655,7 @@ interface Analytics__AnalyticsRepresentationInterface {
|
|
|
1655
1655
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1656
1656
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1657
1657
|
RecordOperations: [String]
|
|
1658
|
+
AssetApiName: String
|
|
1658
1659
|
}
|
|
1659
1660
|
|
|
1660
1661
|
type Analytics__DataspaceRepresentation {
|
|
@@ -1677,6 +1678,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1677
1678
|
RecordOperations: [String]
|
|
1678
1679
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1679
1680
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1681
|
+
AssetApiName: String
|
|
1680
1682
|
}
|
|
1681
1683
|
|
|
1682
1684
|
type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1694,6 +1696,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1694
1696
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
|
|
1695
1697
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1696
1698
|
RecordOperations: [String]
|
|
1699
|
+
AssetApiName: String
|
|
1697
1700
|
}
|
|
1698
1701
|
|
|
1699
1702
|
type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1710,6 +1713,7 @@ type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationIn
|
|
|
1710
1713
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1711
1714
|
RecordOperations: [String]
|
|
1712
1715
|
DataConnectorType: StringValue
|
|
1716
|
+
AssetApiName: String
|
|
1713
1717
|
}
|
|
1714
1718
|
|
|
1715
1719
|
input Analytics__AnalyticsOrderBy {
|
|
@@ -1736,6 +1740,7 @@ input Analytics__AnalyticsFilter {
|
|
|
1736
1740
|
MasterLabel: StringOperators
|
|
1737
1741
|
DeveloperName: StringOperators
|
|
1738
1742
|
NamespacePrefix: StringOperators
|
|
1743
|
+
AssetApiName: StringOperators
|
|
1739
1744
|
DataConnectorType: StringOperators
|
|
1740
1745
|
CreatedById: Setup__IdOperators
|
|
1741
1746
|
CreatedDate: DateTimeOperators
|
|
@@ -1813,6 +1818,7 @@ type Analytics__SemanticModel {
|
|
|
1813
1818
|
RelatedModel: Analytics__SemanticModelRelatedModelConnection
|
|
1814
1819
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1815
1820
|
RecordOperations: [String]
|
|
1821
|
+
AssetApiName: String
|
|
1816
1822
|
}
|
|
1817
1823
|
|
|
1818
1824
|
type Analytics__SemanticModelRelatedModelConnection {
|