@salesforce/lds-adapters-uiapi 1.390.0 → 1.392.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/uiapi-records-service.js +34 -1
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +35 -2
- package/sfdc/index.js +1 -1
- package/src/raml/uiapi.graphql +4 -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 = "b53bb1bcdaa47537acd1722767687688";
|
|
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
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
24
24
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
25
25
|
AssetApiName: string | undefined;
|
|
26
|
+
DloActiveStatus: boolean | undefined;
|
|
26
27
|
}
|
|
27
28
|
export interface MinimumInterface {
|
|
28
29
|
Id: Interface["Id"];
|
|
@@ -22,6 +22,7 @@ export interface Interface {
|
|
|
22
22
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | null;
|
|
23
23
|
RecordOperations: string[] | null;
|
|
24
24
|
AssetApiName: string | null;
|
|
25
|
+
DloActiveStatus: boolean | null;
|
|
25
26
|
}
|
|
26
27
|
export interface MinimumInterface {
|
|
27
28
|
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 = "163b8752ecbe801cbac33bfe7f3f62d0";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -24,6 +24,7 @@ export interface Interface {
|
|
|
24
24
|
RecordOperations: string[] | undefined;
|
|
25
25
|
DataConnectorType: StringValue_Interface | undefined;
|
|
26
26
|
AssetApiName: string | undefined;
|
|
27
|
+
DloActiveStatus: boolean | undefined;
|
|
27
28
|
}
|
|
28
29
|
export interface MinimumInterface {
|
|
29
30
|
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 = "78eae85b977b9322bae36321f3da48bb";
|
|
14
14
|
export interface Interface {
|
|
15
15
|
MasterLabel: StringValue_Interface | undefined;
|
|
16
16
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -27,6 +27,7 @@ export interface Interface {
|
|
|
27
27
|
Dataspaces: Analytics__DataspaceRepresentation_Interface[] | undefined;
|
|
28
28
|
RecordOperations: string[] | undefined;
|
|
29
29
|
AssetApiName: string | undefined;
|
|
30
|
+
DloActiveStatus: boolean | undefined;
|
|
30
31
|
}
|
|
31
32
|
export interface MinimumInterface {
|
|
32
33
|
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 = 'b53bb1bcdaa47537acd1722767687688';
|
|
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
|
}
|
|
@@ -50552,6 +50552,11 @@ function selectType$o(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
50552
50552
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$D, select$A, false);
|
|
50553
50553
|
break;
|
|
50554
50554
|
}
|
|
50555
|
+
case 'Boolean': {
|
|
50556
|
+
reader.markSeenId(parentRecordId);
|
|
50557
|
+
reader.assignScalar(key, sink, fieldData);
|
|
50558
|
+
break;
|
|
50559
|
+
}
|
|
50555
50560
|
}
|
|
50556
50561
|
return sink;
|
|
50557
50562
|
}
|
|
@@ -50756,6 +50761,12 @@ function getFieldType$J(field) {
|
|
|
50756
50761
|
typename: 'String'
|
|
50757
50762
|
};
|
|
50758
50763
|
}
|
|
50764
|
+
case 'DloActiveStatus': {
|
|
50765
|
+
return {
|
|
50766
|
+
isArray: false,
|
|
50767
|
+
typename: 'Boolean'
|
|
50768
|
+
};
|
|
50769
|
+
}
|
|
50759
50770
|
default:
|
|
50760
50771
|
return undefined;
|
|
50761
50772
|
}
|
|
@@ -50800,6 +50811,10 @@ function ingestFieldByType$o(typename, parentKey, requestedField, sink, fieldKey
|
|
|
50800
50811
|
sink[fieldKey] = ingest$z(requestedField, Analytics__DataspaceRepresentationState);
|
|
50801
50812
|
break;
|
|
50802
50813
|
}
|
|
50814
|
+
case 'Boolean': {
|
|
50815
|
+
sink[fieldKey] = fieldData;
|
|
50816
|
+
break;
|
|
50817
|
+
}
|
|
50803
50818
|
}
|
|
50804
50819
|
}
|
|
50805
50820
|
function isMappedField$o(field) {
|
|
@@ -57652,6 +57667,12 @@ function getFieldType$2(field) {
|
|
|
57652
57667
|
typename: 'String'
|
|
57653
57668
|
};
|
|
57654
57669
|
}
|
|
57670
|
+
case 'DloActiveStatus': {
|
|
57671
|
+
return {
|
|
57672
|
+
isArray: false,
|
|
57673
|
+
typename: 'Boolean'
|
|
57674
|
+
};
|
|
57675
|
+
}
|
|
57655
57676
|
default:
|
|
57656
57677
|
return undefined;
|
|
57657
57678
|
}
|
|
@@ -57771,6 +57792,12 @@ function getFieldType$1(field) {
|
|
|
57771
57792
|
typename: 'String'
|
|
57772
57793
|
};
|
|
57773
57794
|
}
|
|
57795
|
+
case 'DloActiveStatus': {
|
|
57796
|
+
return {
|
|
57797
|
+
isArray: false,
|
|
57798
|
+
typename: 'Boolean'
|
|
57799
|
+
};
|
|
57800
|
+
}
|
|
57774
57801
|
default:
|
|
57775
57802
|
return undefined;
|
|
57776
57803
|
}
|
|
@@ -57884,6 +57911,12 @@ function getFieldType(field) {
|
|
|
57884
57911
|
typename: 'String'
|
|
57885
57912
|
};
|
|
57886
57913
|
}
|
|
57914
|
+
case 'DloActiveStatus': {
|
|
57915
|
+
return {
|
|
57916
|
+
isArray: false,
|
|
57917
|
+
typename: 'Boolean'
|
|
57918
|
+
};
|
|
57919
|
+
}
|
|
57887
57920
|
default:
|
|
57888
57921
|
return undefined;
|
|
57889
57922
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.392.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.392.0",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.392.0",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.392.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.392.0",
|
|
78
|
+
"@salesforce/lds-jest": "^1.392.0",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.392.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 = 'b53bb1bcdaa47537acd1722767687688';
|
|
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
|
}
|
|
@@ -16159,6 +16159,11 @@ function selectType$o(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
16159
16159
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$z, select$B, false);
|
|
16160
16160
|
break;
|
|
16161
16161
|
}
|
|
16162
|
+
case 'Boolean': {
|
|
16163
|
+
reader.markSeenId(parentRecordId);
|
|
16164
|
+
reader.assignScalar(key, sink, fieldData);
|
|
16165
|
+
break;
|
|
16166
|
+
}
|
|
16162
16167
|
}
|
|
16163
16168
|
return sink;
|
|
16164
16169
|
}
|
|
@@ -16363,6 +16368,12 @@ function getFieldType$J(field) {
|
|
|
16363
16368
|
typename: 'String'
|
|
16364
16369
|
};
|
|
16365
16370
|
}
|
|
16371
|
+
case 'DloActiveStatus': {
|
|
16372
|
+
return {
|
|
16373
|
+
isArray: false,
|
|
16374
|
+
typename: 'Boolean'
|
|
16375
|
+
};
|
|
16376
|
+
}
|
|
16366
16377
|
default:
|
|
16367
16378
|
return undefined;
|
|
16368
16379
|
}
|
|
@@ -16407,6 +16418,10 @@ function ingestFieldByType$o(typename, parentKey, requestedField, sink, fieldKey
|
|
|
16407
16418
|
sink[fieldKey] = ingest$s(requestedField, Analytics__DataspaceRepresentationState);
|
|
16408
16419
|
break;
|
|
16409
16420
|
}
|
|
16421
|
+
case 'Boolean': {
|
|
16422
|
+
sink[fieldKey] = fieldData;
|
|
16423
|
+
break;
|
|
16424
|
+
}
|
|
16410
16425
|
}
|
|
16411
16426
|
}
|
|
16412
16427
|
function isMappedField$o(field) {
|
|
@@ -23256,6 +23271,12 @@ function getFieldType$2(field) {
|
|
|
23256
23271
|
typename: 'String'
|
|
23257
23272
|
};
|
|
23258
23273
|
}
|
|
23274
|
+
case 'DloActiveStatus': {
|
|
23275
|
+
return {
|
|
23276
|
+
isArray: false,
|
|
23277
|
+
typename: 'Boolean'
|
|
23278
|
+
};
|
|
23279
|
+
}
|
|
23259
23280
|
default:
|
|
23260
23281
|
return undefined;
|
|
23261
23282
|
}
|
|
@@ -23375,6 +23396,12 @@ function getFieldType$1(field) {
|
|
|
23375
23396
|
typename: 'String'
|
|
23376
23397
|
};
|
|
23377
23398
|
}
|
|
23399
|
+
case 'DloActiveStatus': {
|
|
23400
|
+
return {
|
|
23401
|
+
isArray: false,
|
|
23402
|
+
typename: 'Boolean'
|
|
23403
|
+
};
|
|
23404
|
+
}
|
|
23378
23405
|
default:
|
|
23379
23406
|
return undefined;
|
|
23380
23407
|
}
|
|
@@ -23488,6 +23515,12 @@ function getFieldType(field) {
|
|
|
23488
23515
|
typename: 'String'
|
|
23489
23516
|
};
|
|
23490
23517
|
}
|
|
23518
|
+
case 'DloActiveStatus': {
|
|
23519
|
+
return {
|
|
23520
|
+
isArray: false,
|
|
23521
|
+
typename: 'Boolean'
|
|
23522
|
+
};
|
|
23523
|
+
}
|
|
23491
23524
|
default:
|
|
23492
23525
|
return undefined;
|
|
23493
23526
|
}
|
|
@@ -26276,4 +26309,4 @@ register({
|
|
|
26276
26309
|
});
|
|
26277
26310
|
|
|
26278
26311
|
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 };
|
|
26279
|
-
// version: 1.
|
|
26312
|
+
// version: 1.392.0-3cd2606b7f
|
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.392.0-3cd2606b7f
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1656,6 +1656,7 @@ interface Analytics__AnalyticsRepresentationInterface {
|
|
|
1656
1656
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1657
1657
|
RecordOperations: [String]
|
|
1658
1658
|
AssetApiName: String
|
|
1659
|
+
DloActiveStatus: Boolean
|
|
1659
1660
|
}
|
|
1660
1661
|
|
|
1661
1662
|
type Analytics__DataspaceRepresentation {
|
|
@@ -1679,6 +1680,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1679
1680
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1680
1681
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1681
1682
|
AssetApiName: String
|
|
1683
|
+
DloActiveStatus: Boolean
|
|
1682
1684
|
}
|
|
1683
1685
|
|
|
1684
1686
|
type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1697,6 +1699,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1697
1699
|
Dataspaces: [Analytics__DataspaceRepresentation]
|
|
1698
1700
|
RecordOperations: [String]
|
|
1699
1701
|
AssetApiName: String
|
|
1702
|
+
DloActiveStatus: Boolean
|
|
1700
1703
|
}
|
|
1701
1704
|
|
|
1702
1705
|
type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
|
|
@@ -1714,6 +1717,7 @@ type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationIn
|
|
|
1714
1717
|
RecordOperations: [String]
|
|
1715
1718
|
DataConnectorType: StringValue
|
|
1716
1719
|
AssetApiName: String
|
|
1720
|
+
DloActiveStatus: Boolean
|
|
1717
1721
|
}
|
|
1718
1722
|
|
|
1719
1723
|
input Analytics__AnalyticsOrderBy {
|