@salesforce/lds-adapters-uiapi 1.380.0-dev6 → 1.380.0-dev8
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__MktDataConnection.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__MktDataConnection";
|
|
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
|
}
|
|
@@ -57359,6 +57365,12 @@ function getFieldType$6(field) {
|
|
|
57359
57365
|
typename: 'String'
|
|
57360
57366
|
};
|
|
57361
57367
|
}
|
|
57368
|
+
case 'AssetApiName': {
|
|
57369
|
+
return {
|
|
57370
|
+
isArray: false,
|
|
57371
|
+
typename: 'String'
|
|
57372
|
+
};
|
|
57373
|
+
}
|
|
57362
57374
|
default:
|
|
57363
57375
|
return undefined;
|
|
57364
57376
|
}
|
|
@@ -57618,6 +57630,12 @@ function getFieldType$2(field) {
|
|
|
57618
57630
|
typename: 'String'
|
|
57619
57631
|
};
|
|
57620
57632
|
}
|
|
57633
|
+
case 'AssetApiName': {
|
|
57634
|
+
return {
|
|
57635
|
+
isArray: false,
|
|
57636
|
+
typename: 'String'
|
|
57637
|
+
};
|
|
57638
|
+
}
|
|
57621
57639
|
default:
|
|
57622
57640
|
return undefined;
|
|
57623
57641
|
}
|
|
@@ -57731,6 +57749,12 @@ function getFieldType$1(field) {
|
|
|
57731
57749
|
typename: 'StringValue'
|
|
57732
57750
|
};
|
|
57733
57751
|
}
|
|
57752
|
+
case 'AssetApiName': {
|
|
57753
|
+
return {
|
|
57754
|
+
isArray: false,
|
|
57755
|
+
typename: 'String'
|
|
57756
|
+
};
|
|
57757
|
+
}
|
|
57734
57758
|
default:
|
|
57735
57759
|
return undefined;
|
|
57736
57760
|
}
|
|
@@ -57838,6 +57862,12 @@ function getFieldType(field) {
|
|
|
57838
57862
|
typename: 'String'
|
|
57839
57863
|
};
|
|
57840
57864
|
}
|
|
57865
|
+
case 'AssetApiName': {
|
|
57866
|
+
return {
|
|
57867
|
+
isArray: false,
|
|
57868
|
+
typename: 'String'
|
|
57869
|
+
};
|
|
57870
|
+
}
|
|
57841
57871
|
default:
|
|
57842
57872
|
return undefined;
|
|
57843
57873
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev8",
|
|
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.380.0-
|
|
73
|
-
"@salesforce/lds-bindings": "^1.380.0-
|
|
74
|
-
"@salesforce/lds-default-luvio": "^1.380.0-
|
|
72
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.380.0-dev8",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.380.0-dev8",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.380.0-dev8"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
78
|
-
"@salesforce/lds-jest": "^1.380.0-
|
|
79
|
-
"@salesforce/lds-store-binary": "^1.380.0-
|
|
77
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev8",
|
|
78
|
+
"@salesforce/lds-jest": "^1.380.0-dev8",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.380.0-dev8"
|
|
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
|
}
|
|
@@ -22963,6 +22969,12 @@ function getFieldType$6(field) {
|
|
|
22963
22969
|
typename: 'String'
|
|
22964
22970
|
};
|
|
22965
22971
|
}
|
|
22972
|
+
case 'AssetApiName': {
|
|
22973
|
+
return {
|
|
22974
|
+
isArray: false,
|
|
22975
|
+
typename: 'String'
|
|
22976
|
+
};
|
|
22977
|
+
}
|
|
22966
22978
|
default:
|
|
22967
22979
|
return undefined;
|
|
22968
22980
|
}
|
|
@@ -23222,6 +23234,12 @@ function getFieldType$2(field) {
|
|
|
23222
23234
|
typename: 'String'
|
|
23223
23235
|
};
|
|
23224
23236
|
}
|
|
23237
|
+
case 'AssetApiName': {
|
|
23238
|
+
return {
|
|
23239
|
+
isArray: false,
|
|
23240
|
+
typename: 'String'
|
|
23241
|
+
};
|
|
23242
|
+
}
|
|
23225
23243
|
default:
|
|
23226
23244
|
return undefined;
|
|
23227
23245
|
}
|
|
@@ -23335,6 +23353,12 @@ function getFieldType$1(field) {
|
|
|
23335
23353
|
typename: 'StringValue'
|
|
23336
23354
|
};
|
|
23337
23355
|
}
|
|
23356
|
+
case 'AssetApiName': {
|
|
23357
|
+
return {
|
|
23358
|
+
isArray: false,
|
|
23359
|
+
typename: 'String'
|
|
23360
|
+
};
|
|
23361
|
+
}
|
|
23338
23362
|
default:
|
|
23339
23363
|
return undefined;
|
|
23340
23364
|
}
|
|
@@ -23442,6 +23466,12 @@ function getFieldType(field) {
|
|
|
23442
23466
|
typename: 'String'
|
|
23443
23467
|
};
|
|
23444
23468
|
}
|
|
23469
|
+
case 'AssetApiName': {
|
|
23470
|
+
return {
|
|
23471
|
+
isArray: false,
|
|
23472
|
+
typename: 'String'
|
|
23473
|
+
};
|
|
23474
|
+
}
|
|
23445
23475
|
default:
|
|
23446
23476
|
return undefined;
|
|
23447
23477
|
}
|
|
@@ -26215,4 +26245,4 @@ function refreshGraphQL(data) {
|
|
|
26215
26245
|
}
|
|
26216
26246
|
|
|
26217
26247
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative, refreshGraphQL };
|
|
26218
|
-
// version: 1.380.0-
|
|
26248
|
+
// version: 1.380.0-dev8-60930b5790
|
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.380.0-
|
|
39033
|
+
// version: 1.380.0-dev8-60930b5790
|
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__MktDataConnection implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1710,6 +1713,7 @@ type Analytics__MktDataConnection implements Analytics__AnalyticsRepresentationI
|
|
|
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 {
|