@salesforce/lds-adapters-uiapi 1.308.0-dev7 → 1.309.0-dev10
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__AnalyticsWorkspaceAsset.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +2 -1
- package/dist/es/es2018/uiapi-records-service.js +45 -2
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +46 -3
- 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
|
@@ -7,7 +7,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
7
7
|
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';
|
|
8
8
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
9
9
|
export declare const name = "Analytics__AnalyticsRepresentation";
|
|
10
|
-
export declare const VERSION = "
|
|
10
|
+
export declare const VERSION = "9719233aaf1a82094e73b9cbd55205ac";
|
|
11
11
|
export interface Interface {
|
|
12
12
|
MasterLabel: StringValue_Interface | undefined;
|
|
13
13
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -17,6 +17,7 @@ export interface Interface {
|
|
|
17
17
|
CreatedDate: DateTimeValue_Interface | undefined;
|
|
18
18
|
Id: string;
|
|
19
19
|
ApiName: string;
|
|
20
|
+
NamespacePrefix: StringValue_Interface | undefined;
|
|
20
21
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
21
22
|
}
|
|
22
23
|
export interface MinimumInterface {
|
|
@@ -16,6 +16,7 @@ export interface Interface {
|
|
|
16
16
|
CreatedDate: DateTimeValue_Interface | null;
|
|
17
17
|
Id: string;
|
|
18
18
|
ApiName: string;
|
|
19
|
+
NamespacePrefix: StringValue_Interface | null;
|
|
19
20
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | null;
|
|
20
21
|
}
|
|
21
22
|
export interface MinimumInterface {
|
package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsWorkspaceAsset.d.ts
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { Interface as Analytics__AnalyticsWorkspace_Interface } from './Analytics__AnalyticsWorkspace';
|
|
2
|
+
import { Interface as PicklistValue_Interface } from './PicklistValue';
|
|
2
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';
|
|
3
4
|
import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState as type$45$util_GraphQLIngestState, GraphQLLuvioState as type$45$util_GraphQLLuvioState } from './type-util';
|
|
4
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';
|
|
5
6
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
|
|
6
7
|
export declare const name = "Analytics__AnalyticsWorkspaceAsset";
|
|
7
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "c6366c7948f7ccacf02a144c87c0ca0b";
|
|
8
9
|
export interface Interface {
|
|
9
10
|
AnalyticsWorkspace: Analytics__AnalyticsWorkspace_Interface | undefined;
|
|
11
|
+
AssetUsageType: PicklistValue_Interface | undefined;
|
|
10
12
|
}
|
|
11
13
|
export interface MinimumInterface {
|
|
12
14
|
}
|
|
@@ -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 } from '@luvio/graphql';
|
|
10
10
|
export declare const name = "Analytics__SemanticDefinition";
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "919b4ca618e6cf1e805632d194e4c1d6";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
@@ -18,6 +18,7 @@ export interface Interface {
|
|
|
18
18
|
CreatedDate: DateTimeValue_Interface | undefined;
|
|
19
19
|
Id: string;
|
|
20
20
|
ApiName: string;
|
|
21
|
+
NamespacePrefix: StringValue_Interface | undefined;
|
|
21
22
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection_Interface | undefined;
|
|
22
23
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection_Interface | undefined;
|
|
23
24
|
}
|
|
@@ -48983,7 +48983,7 @@ function getInContextFragmentType$A(fragment, fragmentMap) {
|
|
|
48983
48983
|
}
|
|
48984
48984
|
|
|
48985
48985
|
const name$i = 'Analytics__AnalyticsWorkspaceAsset';
|
|
48986
|
-
const VERSION$w = '
|
|
48986
|
+
const VERSION$w = 'c6366c7948f7ccacf02a144c87c0ca0b';
|
|
48987
48987
|
function keyBuilder$w(luvio, path, data) {
|
|
48988
48988
|
return path.fullPath;
|
|
48989
48989
|
}
|
|
@@ -49041,6 +49041,10 @@ function selectType$i(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
49041
49041
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$x, select$u, false);
|
|
49042
49042
|
break;
|
|
49043
49043
|
}
|
|
49044
|
+
case 'PicklistValue': {
|
|
49045
|
+
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$1e, select$1b, false);
|
|
49046
|
+
break;
|
|
49047
|
+
}
|
|
49044
49048
|
}
|
|
49045
49049
|
return sink;
|
|
49046
49050
|
}
|
|
@@ -49095,6 +49099,11 @@ function getTypeCacheKeys$t(cacheKeySink, astNode, state) {
|
|
|
49095
49099
|
getTypeCacheKeys$u(cacheKeySink, requestedField, AnalyticsWorkspaceState);
|
|
49096
49100
|
break;
|
|
49097
49101
|
}
|
|
49102
|
+
case 'PicklistValue': {
|
|
49103
|
+
const AssetUsageTypeState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
49104
|
+
getTypeCacheKeys$1b(cacheKeySink, requestedField, AssetUsageTypeState);
|
|
49105
|
+
break;
|
|
49106
|
+
}
|
|
49098
49107
|
}
|
|
49099
49108
|
}
|
|
49100
49109
|
// Deal with mapped types' cache keys
|
|
@@ -49113,6 +49122,12 @@ function getFieldType$y(field) {
|
|
|
49113
49122
|
typename: 'Analytics__AnalyticsWorkspace'
|
|
49114
49123
|
};
|
|
49115
49124
|
}
|
|
49125
|
+
case 'AssetUsageType': {
|
|
49126
|
+
return {
|
|
49127
|
+
isArray: false,
|
|
49128
|
+
typename: 'PicklistValue'
|
|
49129
|
+
};
|
|
49130
|
+
}
|
|
49116
49131
|
default:
|
|
49117
49132
|
return undefined;
|
|
49118
49133
|
}
|
|
@@ -49133,6 +49148,11 @@ function ingestFieldByType$i(typename, parentKey, requestedField, sink, fieldKey
|
|
|
49133
49148
|
sink[fieldKey] = ingest$t(requestedField, Analytics__AnalyticsWorkspaceState);
|
|
49134
49149
|
break;
|
|
49135
49150
|
}
|
|
49151
|
+
case 'PicklistValue': {
|
|
49152
|
+
const PicklistValueState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
49153
|
+
sink[fieldKey] = ingest$1a(requestedField, PicklistValueState);
|
|
49154
|
+
break;
|
|
49155
|
+
}
|
|
49136
49156
|
}
|
|
49137
49157
|
}
|
|
49138
49158
|
function isMappedField$i(field) {
|
|
@@ -49589,7 +49609,7 @@ function getInContextFragmentType$x(fragment, fragmentMap) {
|
|
|
49589
49609
|
}
|
|
49590
49610
|
|
|
49591
49611
|
const name$f = 'Analytics__AnalyticsRepresentation';
|
|
49592
|
-
const VERSION$t = '
|
|
49612
|
+
const VERSION$t = '9719233aaf1a82094e73b9cbd55205ac';
|
|
49593
49613
|
function keyBuilder$t(luvio, path, data) {
|
|
49594
49614
|
return keyPrefix + '::uiapi::' + name$f + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
49595
49615
|
}
|
|
@@ -49747,6 +49767,11 @@ function getTypeCacheKeys$q(cacheKeySink, astNode, state) {
|
|
|
49747
49767
|
getTypeCacheKeys$1p(cacheKeySink, requestedField, CreatedDateState);
|
|
49748
49768
|
break;
|
|
49749
49769
|
}
|
|
49770
|
+
case 'StringValue': {
|
|
49771
|
+
const NamespacePrefixState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
49772
|
+
getTypeCacheKeys$1s(cacheKeySink, requestedField, NamespacePrefixState);
|
|
49773
|
+
break;
|
|
49774
|
+
}
|
|
49750
49775
|
case 'Analytics__AnalyticsWorkspaceAssetConnection': {
|
|
49751
49776
|
const AnalyticsWorkspacesState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
49752
49777
|
getTypeCacheKeys$r(cacheKeySink, requestedField, AnalyticsWorkspacesState);
|
|
@@ -49812,6 +49837,12 @@ function getFieldType$v(field) {
|
|
|
49812
49837
|
typename: 'String'
|
|
49813
49838
|
};
|
|
49814
49839
|
}
|
|
49840
|
+
case 'NamespacePrefix': {
|
|
49841
|
+
return {
|
|
49842
|
+
isArray: false,
|
|
49843
|
+
typename: 'StringValue'
|
|
49844
|
+
};
|
|
49845
|
+
}
|
|
49815
49846
|
case 'AnalyticsWorkspaces': {
|
|
49816
49847
|
return {
|
|
49817
49848
|
isArray: false,
|
|
@@ -54535,6 +54566,12 @@ function getFieldType$1(field) {
|
|
|
54535
54566
|
typename: 'String'
|
|
54536
54567
|
};
|
|
54537
54568
|
}
|
|
54569
|
+
case 'NamespacePrefix': {
|
|
54570
|
+
return {
|
|
54571
|
+
isArray: false,
|
|
54572
|
+
typename: 'StringValue'
|
|
54573
|
+
};
|
|
54574
|
+
}
|
|
54538
54575
|
case 'AnalyticsWorkspaces': {
|
|
54539
54576
|
return {
|
|
54540
54577
|
isArray: false,
|
|
@@ -54630,6 +54667,12 @@ function getFieldType(field) {
|
|
|
54630
54667
|
typename: 'String'
|
|
54631
54668
|
};
|
|
54632
54669
|
}
|
|
54670
|
+
case 'NamespacePrefix': {
|
|
54671
|
+
return {
|
|
54672
|
+
isArray: false,
|
|
54673
|
+
typename: 'StringValue'
|
|
54674
|
+
};
|
|
54675
|
+
}
|
|
54633
54676
|
case 'AnalyticsWorkspaces': {
|
|
54634
54677
|
return {
|
|
54635
54678
|
isArray: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.309.0-dev10",
|
|
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,14 +68,14 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@salesforce/lds-bindings": "^1.
|
|
72
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
71
|
+
"@salesforce/lds-bindings": "^1.309.0-dev10",
|
|
72
|
+
"@salesforce/lds-default-luvio": "^1.309.0-dev10"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@databases/sqlite": "^3.0.0",
|
|
76
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
77
|
-
"@salesforce/lds-jest": "^1.
|
|
78
|
-
"@salesforce/lds-store-binary": "^1.
|
|
76
|
+
"@salesforce/lds-compiler-plugins": "^1.309.0-dev10",
|
|
77
|
+
"@salesforce/lds-jest": "^1.309.0-dev10",
|
|
78
|
+
"@salesforce/lds-store-binary": "^1.309.0-dev10"
|
|
79
79
|
},
|
|
80
80
|
"luvioBundlesize": [
|
|
81
81
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -15160,7 +15160,7 @@ function getInContextFragmentType$A(fragment, fragmentMap) {
|
|
|
15160
15160
|
}
|
|
15161
15161
|
|
|
15162
15162
|
const name$i = 'Analytics__AnalyticsWorkspaceAsset';
|
|
15163
|
-
const VERSION$s = '
|
|
15163
|
+
const VERSION$s = 'c6366c7948f7ccacf02a144c87c0ca0b';
|
|
15164
15164
|
function keyBuilder$m(luvio, path, data) {
|
|
15165
15165
|
return path.fullPath;
|
|
15166
15166
|
}
|
|
@@ -15218,6 +15218,10 @@ function selectType$i(typename, sel, fieldData, reader, key, sink, variables, fr
|
|
|
15218
15218
|
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$t, select$v, false);
|
|
15219
15219
|
break;
|
|
15220
15220
|
}
|
|
15221
|
+
case 'PicklistValue': {
|
|
15222
|
+
selectTypeLink(sel, fieldData, reader, key, sink, variables, fragments, VERSION$1c, select$1c, false);
|
|
15223
|
+
break;
|
|
15224
|
+
}
|
|
15221
15225
|
}
|
|
15222
15226
|
return sink;
|
|
15223
15227
|
}
|
|
@@ -15272,6 +15276,11 @@ function getTypeCacheKeys$l(cacheKeySink, astNode, state) {
|
|
|
15272
15276
|
getTypeCacheKeys$m(cacheKeySink, requestedField, AnalyticsWorkspaceState);
|
|
15273
15277
|
break;
|
|
15274
15278
|
}
|
|
15279
|
+
case 'PicklistValue': {
|
|
15280
|
+
const AssetUsageTypeState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
15281
|
+
getTypeCacheKeys$16(cacheKeySink, requestedField, AssetUsageTypeState);
|
|
15282
|
+
break;
|
|
15283
|
+
}
|
|
15275
15284
|
}
|
|
15276
15285
|
}
|
|
15277
15286
|
// Deal with mapped types' cache keys
|
|
@@ -15290,6 +15299,12 @@ function getFieldType$y(field) {
|
|
|
15290
15299
|
typename: 'Analytics__AnalyticsWorkspace'
|
|
15291
15300
|
};
|
|
15292
15301
|
}
|
|
15302
|
+
case 'AssetUsageType': {
|
|
15303
|
+
return {
|
|
15304
|
+
isArray: false,
|
|
15305
|
+
typename: 'PicklistValue'
|
|
15306
|
+
};
|
|
15307
|
+
}
|
|
15293
15308
|
default:
|
|
15294
15309
|
return undefined;
|
|
15295
15310
|
}
|
|
@@ -15310,6 +15325,11 @@ function ingestFieldByType$i(typename, parentKey, requestedField, sink, fieldKey
|
|
|
15310
15325
|
sink[fieldKey] = ingest$m(requestedField, Analytics__AnalyticsWorkspaceState);
|
|
15311
15326
|
break;
|
|
15312
15327
|
}
|
|
15328
|
+
case 'PicklistValue': {
|
|
15329
|
+
const PicklistValueState = buildFieldState(state, parentKey + '__' + fieldKey, fieldData);
|
|
15330
|
+
sink[fieldKey] = ingest$13(requestedField, PicklistValueState);
|
|
15331
|
+
break;
|
|
15332
|
+
}
|
|
15313
15333
|
}
|
|
15314
15334
|
}
|
|
15315
15335
|
function isMappedField$i(field) {
|
|
@@ -15766,7 +15786,7 @@ function getInContextFragmentType$x(fragment, fragmentMap) {
|
|
|
15766
15786
|
}
|
|
15767
15787
|
|
|
15768
15788
|
const name$f = 'Analytics__AnalyticsRepresentation';
|
|
15769
|
-
const VERSION$p = '
|
|
15789
|
+
const VERSION$p = '9719233aaf1a82094e73b9cbd55205ac';
|
|
15770
15790
|
function keyBuilder$j(luvio, path, data) {
|
|
15771
15791
|
return keyPrefix + '::uiapi::' + name$f + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
15772
15792
|
}
|
|
@@ -15924,6 +15944,11 @@ function getTypeCacheKeys$i(cacheKeySink, astNode, state) {
|
|
|
15924
15944
|
getTypeCacheKeys$1k(cacheKeySink, requestedField, CreatedDateState);
|
|
15925
15945
|
break;
|
|
15926
15946
|
}
|
|
15947
|
+
case 'StringValue': {
|
|
15948
|
+
const NamespacePrefixState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
15949
|
+
getTypeCacheKeys$1n(cacheKeySink, requestedField, NamespacePrefixState);
|
|
15950
|
+
break;
|
|
15951
|
+
}
|
|
15927
15952
|
case 'Analytics__AnalyticsWorkspaceAssetConnection': {
|
|
15928
15953
|
const AnalyticsWorkspacesState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
15929
15954
|
getTypeCacheKeys$j(cacheKeySink, requestedField, AnalyticsWorkspacesState);
|
|
@@ -15989,6 +16014,12 @@ function getFieldType$v(field) {
|
|
|
15989
16014
|
typename: 'String'
|
|
15990
16015
|
};
|
|
15991
16016
|
}
|
|
16017
|
+
case 'NamespacePrefix': {
|
|
16018
|
+
return {
|
|
16019
|
+
isArray: false,
|
|
16020
|
+
typename: 'StringValue'
|
|
16021
|
+
};
|
|
16022
|
+
}
|
|
15992
16023
|
case 'AnalyticsWorkspaces': {
|
|
15993
16024
|
return {
|
|
15994
16025
|
isArray: false,
|
|
@@ -20712,6 +20743,12 @@ function getFieldType$1(field) {
|
|
|
20712
20743
|
typename: 'String'
|
|
20713
20744
|
};
|
|
20714
20745
|
}
|
|
20746
|
+
case 'NamespacePrefix': {
|
|
20747
|
+
return {
|
|
20748
|
+
isArray: false,
|
|
20749
|
+
typename: 'StringValue'
|
|
20750
|
+
};
|
|
20751
|
+
}
|
|
20715
20752
|
case 'AnalyticsWorkspaces': {
|
|
20716
20753
|
return {
|
|
20717
20754
|
isArray: false,
|
|
@@ -20807,6 +20844,12 @@ function getFieldType(field) {
|
|
|
20807
20844
|
typename: 'String'
|
|
20808
20845
|
};
|
|
20809
20846
|
}
|
|
20847
|
+
case 'NamespacePrefix': {
|
|
20848
|
+
return {
|
|
20849
|
+
isArray: false,
|
|
20850
|
+
typename: 'StringValue'
|
|
20851
|
+
};
|
|
20852
|
+
}
|
|
20810
20853
|
case 'AnalyticsWorkspaces': {
|
|
20811
20854
|
return {
|
|
20812
20855
|
isArray: false,
|
|
@@ -23513,4 +23556,4 @@ register({
|
|
|
23513
23556
|
});
|
|
23514
23557
|
|
|
23515
23558
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
23516
|
-
// version: 1.
|
|
23559
|
+
// version: 1.309.0-dev10-96422fc06f
|
package/sfdc/index.js
CHANGED
|
@@ -38522,4 +38522,4 @@ withDefaultLuvio((luvio) => {
|
|
|
38522
38522
|
});
|
|
38523
38523
|
|
|
38524
38524
|
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$1e 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, 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, 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 };
|
|
38525
|
-
// version: 1.
|
|
38525
|
+
// version: 1.309.0-dev10-96422fc06f
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1638,6 +1638,7 @@ interface Analytics__AnalyticsRepresentationInterface {
|
|
|
1638
1638
|
CreatedDate: DateTimeValue
|
|
1639
1639
|
Id: ID!
|
|
1640
1640
|
ApiName: String!
|
|
1641
|
+
NamespacePrefix: StringValue
|
|
1641
1642
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1642
1643
|
}
|
|
1643
1644
|
|
|
@@ -1650,6 +1651,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1650
1651
|
CreatedDate: DateTimeValue
|
|
1651
1652
|
Id: ID!
|
|
1652
1653
|
ApiName: String!
|
|
1654
|
+
NamespacePrefix: StringValue
|
|
1653
1655
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1654
1656
|
}
|
|
1655
1657
|
|
|
@@ -1662,6 +1664,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1662
1664
|
CreatedDate: DateTimeValue
|
|
1663
1665
|
Id: ID!
|
|
1664
1666
|
ApiName: String!
|
|
1667
|
+
NamespacePrefix: StringValue
|
|
1665
1668
|
AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
|
|
1666
1669
|
SubMetrics: Analytics__SemanticSubMetricDefinitionConnection
|
|
1667
1670
|
}
|
|
@@ -1688,6 +1691,8 @@ enum Analytics__SortEnumType {
|
|
|
1688
1691
|
input Analytics__AnalyticsFilter {
|
|
1689
1692
|
Id: Setup__IdOperators
|
|
1690
1693
|
MasterLabel: StringOperators
|
|
1694
|
+
DeveloperName: StringOperators
|
|
1695
|
+
NamespacePrefix: StringOperators
|
|
1691
1696
|
CreatedById: Setup__IdOperators
|
|
1692
1697
|
CreatedDate: DateTimeOperators
|
|
1693
1698
|
LastModifiedById: Setup__IdOperators
|
|
@@ -1711,6 +1716,7 @@ type Analytics__AnalyticsWorkspaceAssetEdge {
|
|
|
1711
1716
|
|
|
1712
1717
|
type Analytics__AnalyticsWorkspaceAsset {
|
|
1713
1718
|
AnalyticsWorkspace: Analytics__AnalyticsWorkspace
|
|
1719
|
+
AssetUsageType: PicklistValue
|
|
1714
1720
|
}
|
|
1715
1721
|
|
|
1716
1722
|
type Analytics__AnalyticsWorkspace {
|