@salesforce/lds-adapters-uiapi 1.400.0 → 1.401.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__AnalyticsWorkspace.d.ts +2 -1
- 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 +48 -2
- package/package.json +8 -8
- package/sfdc/graphqlAdapters.js +49 -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
|
@@ -8,10 +8,11 @@ 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 = "ac72d1c80cd40da609e0deb08f7aa498";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
15
|
+
Description: StringValue_Interface | undefined;
|
|
15
16
|
CreatedById: IDValue_Interface | undefined;
|
|
16
17
|
LastModifiedById: IDValue_Interface | undefined;
|
|
17
18
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
@@ -11,6 +11,7 @@ export declare const name = "Analytics__AnalyticsRepresentationInterface";
|
|
|
11
11
|
export interface Interface {
|
|
12
12
|
MasterLabel: StringValue_Interface | null;
|
|
13
13
|
DeveloperName: StringValue_Interface | null;
|
|
14
|
+
Description: StringValue_Interface | null;
|
|
14
15
|
CreatedById: IDValue_Interface | null;
|
|
15
16
|
LastModifiedById: IDValue_Interface | null;
|
|
16
17
|
LastModifiedDate: DateTimeValue_Interface | null;
|
|
@@ -6,10 +6,11 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
|
|
|
6
6
|
import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
|
|
7
7
|
import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, GetMinimumSelectionsFunction as $64$luvio_graphql_GetMinimumSelectionsFunction } from '@luvio/graphql';
|
|
8
8
|
export declare const name = "Analytics__AnalyticsWorkspace";
|
|
9
|
-
export declare const VERSION = "
|
|
9
|
+
export declare const VERSION = "93ad4fca22ee3bdcabcb0dcbfe7e2d04";
|
|
10
10
|
export interface Interface {
|
|
11
11
|
MasterLabel: StringValue_Interface | undefined;
|
|
12
12
|
DeveloperName: StringValue_Interface | undefined;
|
|
13
|
+
Description: StringValue_Interface | undefined;
|
|
13
14
|
CreatedById: IDValue_Interface | undefined;
|
|
14
15
|
LastModifiedById: IDValue_Interface | undefined;
|
|
15
16
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
@@ -8,10 +8,11 @@ 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 = "c1cf11632d05595c6bc79bb6421384f7";
|
|
12
12
|
export interface Interface {
|
|
13
13
|
MasterLabel: StringValue_Interface | undefined;
|
|
14
14
|
DeveloperName: StringValue_Interface | undefined;
|
|
15
|
+
Description: StringValue_Interface | undefined;
|
|
15
16
|
CreatedById: IDValue_Interface | undefined;
|
|
16
17
|
LastModifiedById: IDValue_Interface | undefined;
|
|
17
18
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
@@ -10,10 +10,11 @@ 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 = "3ddcb9f01d94f569c9e6cd01735a89f3";
|
|
14
14
|
export interface Interface {
|
|
15
15
|
MasterLabel: StringValue_Interface | undefined;
|
|
16
16
|
DeveloperName: StringValue_Interface | undefined;
|
|
17
|
+
Description: StringValue_Interface | undefined;
|
|
17
18
|
CreatedById: IDValue_Interface | undefined;
|
|
18
19
|
LastModifiedById: IDValue_Interface | undefined;
|
|
19
20
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
@@ -9,10 +9,11 @@ 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 = "4ca3b4a4c2ed54739ef94d627651ced6";
|
|
13
13
|
export interface Interface {
|
|
14
14
|
MasterLabel: StringValue_Interface | undefined;
|
|
15
15
|
DeveloperName: StringValue_Interface | undefined;
|
|
16
|
+
Description: StringValue_Interface | undefined;
|
|
16
17
|
CreatedById: IDValue_Interface | undefined;
|
|
17
18
|
LastModifiedById: IDValue_Interface | undefined;
|
|
18
19
|
LastModifiedDate: DateTimeValue_Interface | undefined;
|
|
@@ -49393,7 +49393,7 @@ function getInContextFragmentType$Q(fragment, fragmentMap) {
|
|
|
49393
49393
|
}
|
|
49394
49394
|
|
|
49395
49395
|
const name$t = 'Analytics__AnalyticsWorkspace';
|
|
49396
|
-
const VERSION$H = '
|
|
49396
|
+
const VERSION$H = '93ad4fca22ee3bdcabcb0dcbfe7e2d04';
|
|
49397
49397
|
function keyBuilder$H(luvio, path, data) {
|
|
49398
49398
|
return keyPrefix + '::uiapi::' + name$t + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
49399
49399
|
}
|
|
@@ -49527,6 +49527,11 @@ function getTypeCacheKeys$E(cacheKeySink, astNode, state) {
|
|
|
49527
49527
|
getTypeCacheKeys$1D(cacheKeySink, requestedField, DeveloperNameState);
|
|
49528
49528
|
break;
|
|
49529
49529
|
}
|
|
49530
|
+
case 'StringValue': {
|
|
49531
|
+
const DescriptionState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
49532
|
+
getTypeCacheKeys$1D(cacheKeySink, requestedField, DescriptionState);
|
|
49533
|
+
break;
|
|
49534
|
+
}
|
|
49530
49535
|
case 'IDValue': {
|
|
49531
49536
|
const CreatedByIdState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
49532
49537
|
getTypeCacheKeys$1B(cacheKeySink, requestedField, CreatedByIdState);
|
|
@@ -49571,6 +49576,12 @@ function getFieldType$O(field) {
|
|
|
49571
49576
|
typename: 'StringValue'
|
|
49572
49577
|
};
|
|
49573
49578
|
}
|
|
49579
|
+
case 'Description': {
|
|
49580
|
+
return {
|
|
49581
|
+
isArray: false,
|
|
49582
|
+
typename: 'StringValue'
|
|
49583
|
+
};
|
|
49584
|
+
}
|
|
49574
49585
|
case 'CreatedById': {
|
|
49575
49586
|
return {
|
|
49576
49587
|
isArray: false,
|
|
@@ -50477,7 +50488,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
50477
50488
|
}
|
|
50478
50489
|
|
|
50479
50490
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
50480
|
-
const VERSION$C = '
|
|
50491
|
+
const VERSION$C = 'ac72d1c80cd40da609e0deb08f7aa498';
|
|
50481
50492
|
function keyBuilder$C(luvio, path, data) {
|
|
50482
50493
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
50483
50494
|
}
|
|
@@ -50624,6 +50635,11 @@ function getTypeCacheKeys$z(cacheKeySink, astNode, state) {
|
|
|
50624
50635
|
getTypeCacheKeys$1D(cacheKeySink, requestedField, DeveloperNameState);
|
|
50625
50636
|
break;
|
|
50626
50637
|
}
|
|
50638
|
+
case 'StringValue': {
|
|
50639
|
+
const DescriptionState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
50640
|
+
getTypeCacheKeys$1D(cacheKeySink, requestedField, DescriptionState);
|
|
50641
|
+
break;
|
|
50642
|
+
}
|
|
50627
50643
|
case 'IDValue': {
|
|
50628
50644
|
const CreatedByIdState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
50629
50645
|
getTypeCacheKeys$1B(cacheKeySink, requestedField, CreatedByIdState);
|
|
@@ -50695,6 +50711,12 @@ function getFieldType$J(field) {
|
|
|
50695
50711
|
typename: 'StringValue'
|
|
50696
50712
|
};
|
|
50697
50713
|
}
|
|
50714
|
+
case 'Description': {
|
|
50715
|
+
return {
|
|
50716
|
+
isArray: false,
|
|
50717
|
+
typename: 'StringValue'
|
|
50718
|
+
};
|
|
50719
|
+
}
|
|
50698
50720
|
case 'CreatedById': {
|
|
50699
50721
|
return {
|
|
50700
50722
|
isArray: false,
|
|
@@ -57330,6 +57352,12 @@ function getFieldType$6(field) {
|
|
|
57330
57352
|
typename: 'StringValue'
|
|
57331
57353
|
};
|
|
57332
57354
|
}
|
|
57355
|
+
case 'Description': {
|
|
57356
|
+
return {
|
|
57357
|
+
isArray: false,
|
|
57358
|
+
typename: 'StringValue'
|
|
57359
|
+
};
|
|
57360
|
+
}
|
|
57333
57361
|
case 'CreatedById': {
|
|
57334
57362
|
return {
|
|
57335
57363
|
isArray: false,
|
|
@@ -57589,6 +57617,12 @@ function getFieldType$2(field) {
|
|
|
57589
57617
|
typename: 'StringValue'
|
|
57590
57618
|
};
|
|
57591
57619
|
}
|
|
57620
|
+
case 'Description': {
|
|
57621
|
+
return {
|
|
57622
|
+
isArray: false,
|
|
57623
|
+
typename: 'StringValue'
|
|
57624
|
+
};
|
|
57625
|
+
}
|
|
57592
57626
|
case 'CreatedById': {
|
|
57593
57627
|
return {
|
|
57594
57628
|
isArray: false,
|
|
@@ -57720,6 +57754,12 @@ function getFieldType$1(field) {
|
|
|
57720
57754
|
typename: 'StringValue'
|
|
57721
57755
|
};
|
|
57722
57756
|
}
|
|
57757
|
+
case 'Description': {
|
|
57758
|
+
return {
|
|
57759
|
+
isArray: false,
|
|
57760
|
+
typename: 'StringValue'
|
|
57761
|
+
};
|
|
57762
|
+
}
|
|
57723
57763
|
case 'CreatedById': {
|
|
57724
57764
|
return {
|
|
57725
57765
|
isArray: false,
|
|
@@ -57845,6 +57885,12 @@ function getFieldType(field) {
|
|
|
57845
57885
|
typename: 'StringValue'
|
|
57846
57886
|
};
|
|
57847
57887
|
}
|
|
57888
|
+
case 'Description': {
|
|
57889
|
+
return {
|
|
57890
|
+
isArray: false,
|
|
57891
|
+
typename: 'StringValue'
|
|
57892
|
+
};
|
|
57893
|
+
}
|
|
57848
57894
|
case 'CreatedById': {
|
|
57849
57895
|
return {
|
|
57850
57896
|
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.401.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.401.0",
|
|
73
|
+
"@salesforce/lds-bindings": "^1.401.0",
|
|
74
|
+
"@salesforce/lds-default-luvio": "^1.401.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.401.0",
|
|
78
|
+
"@salesforce/lds-jest": "^1.401.0",
|
|
79
|
+
"@salesforce/lds-store-binary": "^1.401.0"
|
|
80
80
|
},
|
|
81
81
|
"luvioBundlesize": [
|
|
82
82
|
{
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"path": "./sfdc/graphqlAdapters.js",
|
|
92
92
|
"maxSize": {
|
|
93
93
|
"none": "940 kB",
|
|
94
|
-
"min": "
|
|
94
|
+
"min": "390 kB",
|
|
95
95
|
"compressed": "46 kB"
|
|
96
96
|
}
|
|
97
97
|
}
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -15001,7 +15001,7 @@ function getInContextFragmentType$Q(fragment, fragmentMap) {
|
|
|
15001
15001
|
}
|
|
15002
15002
|
|
|
15003
15003
|
const name$t = 'Analytics__AnalyticsWorkspace';
|
|
15004
|
-
const VERSION$D = '
|
|
15004
|
+
const VERSION$D = '93ad4fca22ee3bdcabcb0dcbfe7e2d04';
|
|
15005
15005
|
function keyBuilder$x(luvio, path, data) {
|
|
15006
15006
|
return keyPrefix + '::uiapi::' + name$t + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
15007
15007
|
}
|
|
@@ -15135,6 +15135,11 @@ function getTypeCacheKeys$w(cacheKeySink, astNode, state) {
|
|
|
15135
15135
|
getTypeCacheKeys$1y(cacheKeySink, requestedField, DeveloperNameState);
|
|
15136
15136
|
break;
|
|
15137
15137
|
}
|
|
15138
|
+
case 'StringValue': {
|
|
15139
|
+
const DescriptionState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
15140
|
+
getTypeCacheKeys$1y(cacheKeySink, requestedField, DescriptionState);
|
|
15141
|
+
break;
|
|
15142
|
+
}
|
|
15138
15143
|
case 'IDValue': {
|
|
15139
15144
|
const CreatedByIdState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
15140
15145
|
getTypeCacheKeys$1w(cacheKeySink, requestedField, CreatedByIdState);
|
|
@@ -15179,6 +15184,12 @@ function getFieldType$O(field) {
|
|
|
15179
15184
|
typename: 'StringValue'
|
|
15180
15185
|
};
|
|
15181
15186
|
}
|
|
15187
|
+
case 'Description': {
|
|
15188
|
+
return {
|
|
15189
|
+
isArray: false,
|
|
15190
|
+
typename: 'StringValue'
|
|
15191
|
+
};
|
|
15192
|
+
}
|
|
15182
15193
|
case 'CreatedById': {
|
|
15183
15194
|
return {
|
|
15184
15195
|
isArray: false,
|
|
@@ -16084,7 +16095,7 @@ function getInContextFragmentType$L(fragment, fragmentMap) {
|
|
|
16084
16095
|
}
|
|
16085
16096
|
|
|
16086
16097
|
const name$o = 'Analytics__AnalyticsRepresentation';
|
|
16087
|
-
const VERSION$y = '
|
|
16098
|
+
const VERSION$y = 'ac72d1c80cd40da609e0deb08f7aa498';
|
|
16088
16099
|
function keyBuilder$s(luvio, path, data) {
|
|
16089
16100
|
return keyPrefix + '::uiapi::' + name$o + '::' + data.Id; // We're missing idNodeName in the actual key here...
|
|
16090
16101
|
}
|
|
@@ -16231,6 +16242,11 @@ function getTypeCacheKeys$r(cacheKeySink, astNode, state) {
|
|
|
16231
16242
|
getTypeCacheKeys$1y(cacheKeySink, requestedField, DeveloperNameState);
|
|
16232
16243
|
break;
|
|
16233
16244
|
}
|
|
16245
|
+
case 'StringValue': {
|
|
16246
|
+
const DescriptionState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
16247
|
+
getTypeCacheKeys$1y(cacheKeySink, requestedField, DescriptionState);
|
|
16248
|
+
break;
|
|
16249
|
+
}
|
|
16234
16250
|
case 'IDValue': {
|
|
16235
16251
|
const CreatedByIdState = buildFieldState(state, rootKey + '__' + fieldKey, fieldData);
|
|
16236
16252
|
getTypeCacheKeys$1w(cacheKeySink, requestedField, CreatedByIdState);
|
|
@@ -16302,6 +16318,12 @@ function getFieldType$J(field) {
|
|
|
16302
16318
|
typename: 'StringValue'
|
|
16303
16319
|
};
|
|
16304
16320
|
}
|
|
16321
|
+
case 'Description': {
|
|
16322
|
+
return {
|
|
16323
|
+
isArray: false,
|
|
16324
|
+
typename: 'StringValue'
|
|
16325
|
+
};
|
|
16326
|
+
}
|
|
16305
16327
|
case 'CreatedById': {
|
|
16306
16328
|
return {
|
|
16307
16329
|
isArray: false,
|
|
@@ -22934,6 +22956,12 @@ function getFieldType$6(field) {
|
|
|
22934
22956
|
typename: 'StringValue'
|
|
22935
22957
|
};
|
|
22936
22958
|
}
|
|
22959
|
+
case 'Description': {
|
|
22960
|
+
return {
|
|
22961
|
+
isArray: false,
|
|
22962
|
+
typename: 'StringValue'
|
|
22963
|
+
};
|
|
22964
|
+
}
|
|
22937
22965
|
case 'CreatedById': {
|
|
22938
22966
|
return {
|
|
22939
22967
|
isArray: false,
|
|
@@ -23193,6 +23221,12 @@ function getFieldType$2(field) {
|
|
|
23193
23221
|
typename: 'StringValue'
|
|
23194
23222
|
};
|
|
23195
23223
|
}
|
|
23224
|
+
case 'Description': {
|
|
23225
|
+
return {
|
|
23226
|
+
isArray: false,
|
|
23227
|
+
typename: 'StringValue'
|
|
23228
|
+
};
|
|
23229
|
+
}
|
|
23196
23230
|
case 'CreatedById': {
|
|
23197
23231
|
return {
|
|
23198
23232
|
isArray: false,
|
|
@@ -23324,6 +23358,12 @@ function getFieldType$1(field) {
|
|
|
23324
23358
|
typename: 'StringValue'
|
|
23325
23359
|
};
|
|
23326
23360
|
}
|
|
23361
|
+
case 'Description': {
|
|
23362
|
+
return {
|
|
23363
|
+
isArray: false,
|
|
23364
|
+
typename: 'StringValue'
|
|
23365
|
+
};
|
|
23366
|
+
}
|
|
23327
23367
|
case 'CreatedById': {
|
|
23328
23368
|
return {
|
|
23329
23369
|
isArray: false,
|
|
@@ -23449,6 +23489,12 @@ function getFieldType(field) {
|
|
|
23449
23489
|
typename: 'StringValue'
|
|
23450
23490
|
};
|
|
23451
23491
|
}
|
|
23492
|
+
case 'Description': {
|
|
23493
|
+
return {
|
|
23494
|
+
isArray: false,
|
|
23495
|
+
typename: 'StringValue'
|
|
23496
|
+
};
|
|
23497
|
+
}
|
|
23452
23498
|
case 'CreatedById': {
|
|
23453
23499
|
return {
|
|
23454
23500
|
isArray: false,
|
|
@@ -26311,4 +26357,4 @@ register({
|
|
|
26311
26357
|
});
|
|
26312
26358
|
|
|
26313
26359
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_deprecated, graphql_imperative, graphql_imperative_deprecated, graphql_imperative_onestore, graphql_onestore, graphql_state_manager, refreshGraphQL, refreshGraphQL_deprecated };
|
|
26314
|
-
// version: 1.
|
|
26360
|
+
// version: 1.401.0-c620f9ffed
|
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.401.0-c620f9ffed
|
package/src/raml/uiapi.graphql
CHANGED
|
@@ -1645,6 +1645,7 @@ type Analytics__AnalyticsEdge {
|
|
|
1645
1645
|
interface Analytics__AnalyticsRepresentationInterface {
|
|
1646
1646
|
MasterLabel: StringValue
|
|
1647
1647
|
DeveloperName: StringValue
|
|
1648
|
+
Description: StringValue
|
|
1648
1649
|
CreatedById: IDValue
|
|
1649
1650
|
LastModifiedById: IDValue
|
|
1650
1651
|
LastModifiedDate: DateTimeValue
|
|
@@ -1669,6 +1670,7 @@ type Analytics__DataspaceRepresentation {
|
|
|
1669
1670
|
type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresentationInterface {
|
|
1670
1671
|
MasterLabel: StringValue
|
|
1671
1672
|
DeveloperName: StringValue
|
|
1673
|
+
Description: StringValue
|
|
1672
1674
|
CreatedById: IDValue
|
|
1673
1675
|
LastModifiedById: IDValue
|
|
1674
1676
|
LastModifiedDate: DateTimeValue
|
|
@@ -1686,6 +1688,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
|
|
|
1686
1688
|
type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentationInterface {
|
|
1687
1689
|
MasterLabel: StringValue
|
|
1688
1690
|
DeveloperName: StringValue
|
|
1691
|
+
Description: StringValue
|
|
1689
1692
|
CreatedById: IDValue
|
|
1690
1693
|
LastModifiedById: IDValue
|
|
1691
1694
|
LastModifiedDate: DateTimeValue
|
|
@@ -1705,6 +1708,7 @@ type Analytics__SemanticDefinition implements Analytics__AnalyticsRepresentation
|
|
|
1705
1708
|
type Analytics__MktDataConnector implements Analytics__AnalyticsRepresentationInterface {
|
|
1706
1709
|
MasterLabel: StringValue
|
|
1707
1710
|
DeveloperName: StringValue
|
|
1711
|
+
Description: StringValue
|
|
1708
1712
|
CreatedById: IDValue
|
|
1709
1713
|
LastModifiedById: IDValue
|
|
1710
1714
|
LastModifiedDate: DateTimeValue
|
|
@@ -1783,6 +1787,7 @@ type Analytics__AnalyticsWorkspaceAsset {
|
|
|
1783
1787
|
type Analytics__AnalyticsWorkspace {
|
|
1784
1788
|
MasterLabel: StringValue
|
|
1785
1789
|
DeveloperName: StringValue
|
|
1790
|
+
Description: StringValue
|
|
1786
1791
|
CreatedById: IDValue
|
|
1787
1792
|
LastModifiedById: IDValue
|
|
1788
1793
|
LastModifiedDate: DateTimeValue
|
|
@@ -1811,6 +1816,7 @@ type Analytics__SemanticSubMetricDefinitionRepresentation {
|
|
|
1811
1816
|
type Analytics__SemanticModel {
|
|
1812
1817
|
MasterLabel: StringValue
|
|
1813
1818
|
DeveloperName: StringValue
|
|
1819
|
+
Description: StringValue
|
|
1814
1820
|
CreatedById: IDValue
|
|
1815
1821
|
LastModifiedById: IDValue
|
|
1816
1822
|
LastModifiedDate: DateTimeValue
|