@salesforce/lds-adapters-uiapi 1.384.0 → 1.385.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__MktDataConnection.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/graphql/types/Analytics__SemanticDefinition.d.ts +3 -1
- package/dist/es/es2018/uiapi-records-service.js +1344 -1220
- package/package.json +8 -8
- package/sfdc/graphqlAdapters.js +1300 -1176
- package/sfdc/index.js +79 -79
- package/src/raml/api.raml +1 -1
- package/src/raml/uiapi.graphql +24 -0
package/sfdc/index.js
CHANGED
|
@@ -5937,7 +5937,7 @@ function getResponseCacheKeys$12(storeKeyMap, luvio, resourceParams, response) {
|
|
|
5937
5937
|
function createResourceRequest$1c(config) {
|
|
5938
5938
|
const headers = {};
|
|
5939
5939
|
return {
|
|
5940
|
-
baseUri: '/services/data/
|
|
5940
|
+
baseUri: '/services/data/v66.0',
|
|
5941
5941
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
5942
5942
|
method: 'get',
|
|
5943
5943
|
body: null,
|
|
@@ -6379,7 +6379,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
6379
6379
|
function createResourceRequest$1b(config) {
|
|
6380
6380
|
const headers = {};
|
|
6381
6381
|
return {
|
|
6382
|
-
baseUri: '/services/data/
|
|
6382
|
+
baseUri: '/services/data/v66.0',
|
|
6383
6383
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
6384
6384
|
method: 'get',
|
|
6385
6385
|
body: null,
|
|
@@ -7543,7 +7543,7 @@ function createPaginationParams$6(params) {
|
|
|
7543
7543
|
function createResourceRequest$1a(config) {
|
|
7544
7544
|
const headers = {};
|
|
7545
7545
|
return {
|
|
7546
|
-
baseUri: '/services/data/
|
|
7546
|
+
baseUri: '/services/data/v66.0',
|
|
7547
7547
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
7548
7548
|
method: 'get',
|
|
7549
7549
|
body: null,
|
|
@@ -7596,7 +7596,7 @@ function createPaginationParams$5(params) {
|
|
|
7596
7596
|
function createResourceRequest$19(config) {
|
|
7597
7597
|
const headers = {};
|
|
7598
7598
|
return {
|
|
7599
|
-
baseUri: '/services/data/
|
|
7599
|
+
baseUri: '/services/data/v66.0',
|
|
7600
7600
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
7601
7601
|
method: 'get',
|
|
7602
7602
|
body: null,
|
|
@@ -7641,7 +7641,7 @@ function validateAdapterConfig$16(untrustedConfig, configPropertyNames) {
|
|
|
7641
7641
|
function createResourceRequest$18(config) {
|
|
7642
7642
|
const headers = {};
|
|
7643
7643
|
return {
|
|
7644
|
-
baseUri: '/services/data/
|
|
7644
|
+
baseUri: '/services/data/v66.0',
|
|
7645
7645
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
7646
7646
|
method: 'get',
|
|
7647
7647
|
body: null,
|
|
@@ -8726,7 +8726,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
8726
8726
|
function createResourceRequest$17(config) {
|
|
8727
8727
|
const headers = {};
|
|
8728
8728
|
return {
|
|
8729
|
-
baseUri: '/services/data/
|
|
8729
|
+
baseUri: '/services/data/v66.0',
|
|
8730
8730
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
8731
8731
|
method: 'post',
|
|
8732
8732
|
body: config.body,
|
|
@@ -9462,7 +9462,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
9462
9462
|
function createResourceRequest$16(config) {
|
|
9463
9463
|
const headers = {};
|
|
9464
9464
|
return {
|
|
9465
|
-
baseUri: '/services/data/
|
|
9465
|
+
baseUri: '/services/data/v66.0',
|
|
9466
9466
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
9467
9467
|
method: 'get',
|
|
9468
9468
|
body: null,
|
|
@@ -9660,7 +9660,7 @@ function keyBuilder$1Z(luvio, params) {
|
|
|
9660
9660
|
function createResourceRequest$15(config) {
|
|
9661
9661
|
const headers = {};
|
|
9662
9662
|
return {
|
|
9663
|
-
baseUri: '/services/data/
|
|
9663
|
+
baseUri: '/services/data/v66.0',
|
|
9664
9664
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
9665
9665
|
method: 'get',
|
|
9666
9666
|
body: null,
|
|
@@ -9705,7 +9705,7 @@ function validateAdapterConfig$14(untrustedConfig, configPropertyNames) {
|
|
|
9705
9705
|
function createResourceRequest$14(config) {
|
|
9706
9706
|
const headers = {};
|
|
9707
9707
|
return {
|
|
9708
|
-
baseUri: '/services/data/
|
|
9708
|
+
baseUri: '/services/data/v66.0',
|
|
9709
9709
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
9710
9710
|
method: 'get',
|
|
9711
9711
|
body: null,
|
|
@@ -11510,7 +11510,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
11510
11510
|
function createResourceRequest$13(config) {
|
|
11511
11511
|
const headers = {};
|
|
11512
11512
|
return {
|
|
11513
|
-
baseUri: '/services/data/
|
|
11513
|
+
baseUri: '/services/data/v66.0',
|
|
11514
11514
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
11515
11515
|
method: 'get',
|
|
11516
11516
|
body: null,
|
|
@@ -12568,7 +12568,7 @@ const ingest$E = function RecordUiRepresentationIngest(input, path, luvio, store
|
|
|
12568
12568
|
function createResourceRequest$12(config) {
|
|
12569
12569
|
const headers = {};
|
|
12570
12570
|
return {
|
|
12571
|
-
baseUri: '/services/data/
|
|
12571
|
+
baseUri: '/services/data/v66.0',
|
|
12572
12572
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
12573
12573
|
method: 'get',
|
|
12574
12574
|
body: null,
|
|
@@ -15243,7 +15243,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
15243
15243
|
function createResourceRequest$11(config) {
|
|
15244
15244
|
const headers = {};
|
|
15245
15245
|
return {
|
|
15246
|
-
baseUri: '/services/data/
|
|
15246
|
+
baseUri: '/services/data/v66.0',
|
|
15247
15247
|
basePath: '/ui-api/actions/global',
|
|
15248
15248
|
method: 'get',
|
|
15249
15249
|
body: null,
|
|
@@ -15477,7 +15477,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
15477
15477
|
function createResourceRequest$10(config) {
|
|
15478
15478
|
const headers = {};
|
|
15479
15479
|
return {
|
|
15480
|
-
baseUri: '/services/data/
|
|
15480
|
+
baseUri: '/services/data/v66.0',
|
|
15481
15481
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
15482
15482
|
method: 'get',
|
|
15483
15483
|
body: null,
|
|
@@ -15649,7 +15649,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
15649
15649
|
function createResourceRequest$$(config) {
|
|
15650
15650
|
const headers = {};
|
|
15651
15651
|
return {
|
|
15652
|
-
baseUri: '/services/data/
|
|
15652
|
+
baseUri: '/services/data/v66.0',
|
|
15653
15653
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
15654
15654
|
method: 'get',
|
|
15655
15655
|
body: null,
|
|
@@ -15791,7 +15791,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
15791
15791
|
function createResourceRequest$_(config) {
|
|
15792
15792
|
const headers = {};
|
|
15793
15793
|
return {
|
|
15794
|
-
baseUri: '/services/data/
|
|
15794
|
+
baseUri: '/services/data/v66.0',
|
|
15795
15795
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
15796
15796
|
method: 'get',
|
|
15797
15797
|
body: null,
|
|
@@ -15981,7 +15981,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
15981
15981
|
function createResourceRequest$Z(config) {
|
|
15982
15982
|
const headers = {};
|
|
15983
15983
|
return {
|
|
15984
|
-
baseUri: '/services/data/
|
|
15984
|
+
baseUri: '/services/data/v66.0',
|
|
15985
15985
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
15986
15986
|
method: 'get',
|
|
15987
15987
|
body: null,
|
|
@@ -16245,7 +16245,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
16245
16245
|
function createResourceRequest$Y(config) {
|
|
16246
16246
|
const headers = {};
|
|
16247
16247
|
return {
|
|
16248
|
-
baseUri: '/services/data/
|
|
16248
|
+
baseUri: '/services/data/v66.0',
|
|
16249
16249
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
16250
16250
|
method: 'get',
|
|
16251
16251
|
body: null,
|
|
@@ -17456,7 +17456,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
17456
17456
|
function createResourceRequest$X(config) {
|
|
17457
17457
|
const headers = {};
|
|
17458
17458
|
return {
|
|
17459
|
-
baseUri: '/services/data/
|
|
17459
|
+
baseUri: '/services/data/v66.0',
|
|
17460
17460
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
17461
17461
|
method: 'get',
|
|
17462
17462
|
body: null,
|
|
@@ -17667,7 +17667,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
17667
17667
|
function createResourceRequest$W(config) {
|
|
17668
17668
|
const headers = {};
|
|
17669
17669
|
return {
|
|
17670
|
-
baseUri: '/services/data/
|
|
17670
|
+
baseUri: '/services/data/v66.0',
|
|
17671
17671
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
17672
17672
|
method: 'get',
|
|
17673
17673
|
body: null,
|
|
@@ -17836,7 +17836,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
17836
17836
|
function createResourceRequest$V(config) {
|
|
17837
17837
|
const headers = {};
|
|
17838
17838
|
return {
|
|
17839
|
-
baseUri: '/services/data/
|
|
17839
|
+
baseUri: '/services/data/v66.0',
|
|
17840
17840
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
17841
17841
|
method: 'get',
|
|
17842
17842
|
body: null,
|
|
@@ -17988,7 +17988,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
17988
17988
|
function createResourceRequest$U(config) {
|
|
17989
17989
|
const headers = {};
|
|
17990
17990
|
return {
|
|
17991
|
-
baseUri: '/services/data/
|
|
17991
|
+
baseUri: '/services/data/v66.0',
|
|
17992
17992
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
17993
17993
|
method: 'get',
|
|
17994
17994
|
body: null,
|
|
@@ -18200,7 +18200,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
18200
18200
|
function createResourceRequest$T(config) {
|
|
18201
18201
|
const headers = {};
|
|
18202
18202
|
return {
|
|
18203
|
-
baseUri: '/services/data/
|
|
18203
|
+
baseUri: '/services/data/v66.0',
|
|
18204
18204
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
18205
18205
|
method: 'post',
|
|
18206
18206
|
body: config.body,
|
|
@@ -18485,7 +18485,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
18485
18485
|
function createResourceRequest$S(config) {
|
|
18486
18486
|
const headers = {};
|
|
18487
18487
|
return {
|
|
18488
|
-
baseUri: '/services/data/
|
|
18488
|
+
baseUri: '/services/data/v66.0',
|
|
18489
18489
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
18490
18490
|
method: 'post',
|
|
18491
18491
|
body: config.body,
|
|
@@ -18730,7 +18730,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
18730
18730
|
function createResourceRequest$R(config) {
|
|
18731
18731
|
const headers = {};
|
|
18732
18732
|
return {
|
|
18733
|
-
baseUri: '/services/data/
|
|
18733
|
+
baseUri: '/services/data/v66.0',
|
|
18734
18734
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
18735
18735
|
method: 'get',
|
|
18736
18736
|
body: null,
|
|
@@ -19987,7 +19987,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
19987
19987
|
function createResourceRequest$Q(config) {
|
|
19988
19988
|
const headers = {};
|
|
19989
19989
|
return {
|
|
19990
|
-
baseUri: '/services/data/
|
|
19990
|
+
baseUri: '/services/data/v66.0',
|
|
19991
19991
|
basePath: '/ui-api/apps',
|
|
19992
19992
|
method: 'get',
|
|
19993
19993
|
body: null,
|
|
@@ -20129,7 +20129,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
20129
20129
|
function createResourceRequest$P(config) {
|
|
20130
20130
|
const headers = {};
|
|
20131
20131
|
return {
|
|
20132
|
-
baseUri: '/services/data/
|
|
20132
|
+
baseUri: '/services/data/v66.0',
|
|
20133
20133
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
20134
20134
|
method: 'get',
|
|
20135
20135
|
body: null,
|
|
@@ -20732,7 +20732,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
20732
20732
|
function createResourceRequest$O(config) {
|
|
20733
20733
|
const headers = {};
|
|
20734
20734
|
return {
|
|
20735
|
-
baseUri: '/services/data/
|
|
20735
|
+
baseUri: '/services/data/v66.0',
|
|
20736
20736
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
20737
20737
|
method: 'get',
|
|
20738
20738
|
body: null,
|
|
@@ -20871,7 +20871,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
20871
20871
|
function createResourceRequest$N(config) {
|
|
20872
20872
|
const headers = {};
|
|
20873
20873
|
return {
|
|
20874
|
-
baseUri: '/services/data/
|
|
20874
|
+
baseUri: '/services/data/v66.0',
|
|
20875
20875
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
20876
20876
|
method: 'get',
|
|
20877
20877
|
body: null,
|
|
@@ -21011,7 +21011,7 @@ function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
|
21011
21011
|
function createResourceRequest$M(config) {
|
|
21012
21012
|
const headers = {};
|
|
21013
21013
|
return {
|
|
21014
|
-
baseUri: '/services/data/
|
|
21014
|
+
baseUri: '/services/data/v66.0',
|
|
21015
21015
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
21016
21016
|
method: 'get',
|
|
21017
21017
|
body: null,
|
|
@@ -21245,7 +21245,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
21245
21245
|
function createResourceRequest$L(config) {
|
|
21246
21246
|
const headers = {};
|
|
21247
21247
|
return {
|
|
21248
|
-
baseUri: '/services/data/
|
|
21248
|
+
baseUri: '/services/data/v66.0',
|
|
21249
21249
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21250
21250
|
method: 'get',
|
|
21251
21251
|
body: null,
|
|
@@ -21514,7 +21514,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
21514
21514
|
function createResourceRequest$K(config) {
|
|
21515
21515
|
const headers = {};
|
|
21516
21516
|
return {
|
|
21517
|
-
baseUri: '/services/data/
|
|
21517
|
+
baseUri: '/services/data/v66.0',
|
|
21518
21518
|
basePath: '/ui-api/list-info/batch',
|
|
21519
21519
|
method: 'get',
|
|
21520
21520
|
body: null,
|
|
@@ -21659,7 +21659,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
21659
21659
|
function createResourceRequest$J(config) {
|
|
21660
21660
|
const headers = {};
|
|
21661
21661
|
return {
|
|
21662
|
-
baseUri: '/services/data/
|
|
21662
|
+
baseUri: '/services/data/v66.0',
|
|
21663
21663
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
21664
21664
|
method: 'get',
|
|
21665
21665
|
body: null,
|
|
@@ -21965,7 +21965,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
21965
21965
|
function createResourceRequest$I(config) {
|
|
21966
21966
|
const headers = {};
|
|
21967
21967
|
return {
|
|
21968
|
-
baseUri: '/services/data/
|
|
21968
|
+
baseUri: '/services/data/v66.0',
|
|
21969
21969
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
21970
21970
|
method: 'post',
|
|
21971
21971
|
body: config.body,
|
|
@@ -22078,7 +22078,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
22078
22078
|
function createResourceRequest$H(config) {
|
|
22079
22079
|
const headers = {};
|
|
22080
22080
|
return {
|
|
22081
|
-
baseUri: '/services/data/
|
|
22081
|
+
baseUri: '/services/data/v66.0',
|
|
22082
22082
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22083
22083
|
method: 'delete',
|
|
22084
22084
|
body: null,
|
|
@@ -22256,7 +22256,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
22256
22256
|
function createResourceRequest$G(config) {
|
|
22257
22257
|
const headers = {};
|
|
22258
22258
|
return {
|
|
22259
|
-
baseUri: '/services/data/
|
|
22259
|
+
baseUri: '/services/data/v66.0',
|
|
22260
22260
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22261
22261
|
method: 'patch',
|
|
22262
22262
|
body: config.body,
|
|
@@ -23174,7 +23174,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
23174
23174
|
function createResourceRequest$F(config) {
|
|
23175
23175
|
const headers = {};
|
|
23176
23176
|
return {
|
|
23177
|
-
baseUri: '/services/data/
|
|
23177
|
+
baseUri: '/services/data/v66.0',
|
|
23178
23178
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
23179
23179
|
method: 'get',
|
|
23180
23180
|
body: null,
|
|
@@ -23483,7 +23483,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
23483
23483
|
function createResourceRequest$E(config) {
|
|
23484
23484
|
const headers = {};
|
|
23485
23485
|
return {
|
|
23486
|
-
baseUri: '/services/data/
|
|
23486
|
+
baseUri: '/services/data/v66.0',
|
|
23487
23487
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23488
23488
|
method: 'get',
|
|
23489
23489
|
body: null,
|
|
@@ -23627,7 +23627,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
|
|
|
23627
23627
|
function createResourceRequest$D(config) {
|
|
23628
23628
|
const headers = {};
|
|
23629
23629
|
return {
|
|
23630
|
-
baseUri: '/services/data/
|
|
23630
|
+
baseUri: '/services/data/v66.0',
|
|
23631
23631
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23632
23632
|
method: 'patch',
|
|
23633
23633
|
body: config.body,
|
|
@@ -23937,7 +23937,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
23937
23937
|
function createResourceRequest$C(config) {
|
|
23938
23938
|
const headers = {};
|
|
23939
23939
|
return {
|
|
23940
|
-
baseUri: '/services/data/
|
|
23940
|
+
baseUri: '/services/data/v66.0',
|
|
23941
23941
|
basePath: '/ui-api/nav-items',
|
|
23942
23942
|
method: 'get',
|
|
23943
23943
|
body: null,
|
|
@@ -24073,7 +24073,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
24073
24073
|
function createResourceRequest$B(config) {
|
|
24074
24074
|
const headers = {};
|
|
24075
24075
|
return {
|
|
24076
|
-
baseUri: '/services/data/
|
|
24076
|
+
baseUri: '/services/data/v66.0',
|
|
24077
24077
|
basePath: '/ui-api/object-info',
|
|
24078
24078
|
method: 'get',
|
|
24079
24079
|
body: null,
|
|
@@ -24418,7 +24418,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
24418
24418
|
function createResourceRequest$A(config) {
|
|
24419
24419
|
const headers = {};
|
|
24420
24420
|
return {
|
|
24421
|
-
baseUri: '/services/data/
|
|
24421
|
+
baseUri: '/services/data/v66.0',
|
|
24422
24422
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
24423
24423
|
method: 'get',
|
|
24424
24424
|
body: null,
|
|
@@ -24747,8 +24747,8 @@ const select$L = function PicklistValueRepresentationSelect() {
|
|
|
24747
24747
|
const keyBuilderFromType$i =
|
|
24748
24748
|
/**
|
|
24749
24749
|
* custom key builder from PicklistValuesRepresentation.
|
|
24750
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
24751
|
-
* the '/services/data/
|
|
24750
|
+
* PicklistValuesRepresentation.url is like /services/data/v66.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
24751
|
+
* the '/services/data/v66.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
24752
24752
|
*/
|
|
24753
24753
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
24754
24754
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -25058,7 +25058,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
25058
25058
|
function createResourceRequest$z(config) {
|
|
25059
25059
|
const headers = {};
|
|
25060
25060
|
return {
|
|
25061
|
-
baseUri: '/services/data/
|
|
25061
|
+
baseUri: '/services/data/v66.0',
|
|
25062
25062
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
25063
25063
|
method: 'get',
|
|
25064
25064
|
body: null,
|
|
@@ -25163,7 +25163,7 @@ function getResponseCacheKeys$u(storeKeyMap, luvio, resourceParams, response) {
|
|
|
25163
25163
|
function createResourceRequest$y(config) {
|
|
25164
25164
|
const headers = {};
|
|
25165
25165
|
return {
|
|
25166
|
-
baseUri: '/services/data/
|
|
25166
|
+
baseUri: '/services/data/v66.0',
|
|
25167
25167
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
25168
25168
|
method: 'get',
|
|
25169
25169
|
body: null,
|
|
@@ -25376,7 +25376,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
25376
25376
|
function createResourceRequest$x(config) {
|
|
25377
25377
|
const headers = {};
|
|
25378
25378
|
return {
|
|
25379
|
-
baseUri: '/services/data/
|
|
25379
|
+
baseUri: '/services/data/v66.0',
|
|
25380
25380
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
25381
25381
|
method: 'get',
|
|
25382
25382
|
body: null,
|
|
@@ -25702,7 +25702,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
25702
25702
|
function createResourceRequest$w(config) {
|
|
25703
25703
|
const headers = {};
|
|
25704
25704
|
return {
|
|
25705
|
-
baseUri: '/services/data/
|
|
25705
|
+
baseUri: '/services/data/v66.0',
|
|
25706
25706
|
basePath: '/ui-api/predupe',
|
|
25707
25707
|
method: 'post',
|
|
25708
25708
|
body: config.body,
|
|
@@ -26921,7 +26921,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
26921
26921
|
function createResourceRequest$v(config) {
|
|
26922
26922
|
const headers = {};
|
|
26923
26923
|
return {
|
|
26924
|
-
baseUri: '/services/data/
|
|
26924
|
+
baseUri: '/services/data/v66.0',
|
|
26925
26925
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
26926
26926
|
method: 'get',
|
|
26927
26927
|
body: null,
|
|
@@ -27786,7 +27786,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
27786
27786
|
function createResourceRequest$u(config) {
|
|
27787
27787
|
const headers = {};
|
|
27788
27788
|
return {
|
|
27789
|
-
baseUri: '/services/data/
|
|
27789
|
+
baseUri: '/services/data/v66.0',
|
|
27790
27790
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
27791
27791
|
method: 'get',
|
|
27792
27792
|
body: null,
|
|
@@ -28051,7 +28051,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
28051
28051
|
function createResourceRequest$t(config) {
|
|
28052
28052
|
const headers = {};
|
|
28053
28053
|
return {
|
|
28054
|
-
baseUri: '/services/data/
|
|
28054
|
+
baseUri: '/services/data/v66.0',
|
|
28055
28055
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
28056
28056
|
method: 'get',
|
|
28057
28057
|
body: null,
|
|
@@ -28745,7 +28745,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
28745
28745
|
function createResourceRequest$s(config) {
|
|
28746
28746
|
const headers = {};
|
|
28747
28747
|
return {
|
|
28748
|
-
baseUri: '/services/data/
|
|
28748
|
+
baseUri: '/services/data/v66.0',
|
|
28749
28749
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
28750
28750
|
method: 'get',
|
|
28751
28751
|
body: null,
|
|
@@ -29015,7 +29015,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
29015
29015
|
function createResourceRequest$r(config) {
|
|
29016
29016
|
const headers = {};
|
|
29017
29017
|
return {
|
|
29018
|
-
baseUri: '/services/data/
|
|
29018
|
+
baseUri: '/services/data/v66.0',
|
|
29019
29019
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
29020
29020
|
method: 'get',
|
|
29021
29021
|
body: null,
|
|
@@ -29409,7 +29409,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
29409
29409
|
function createResourceRequest$q(config) {
|
|
29410
29410
|
const headers = {};
|
|
29411
29411
|
return {
|
|
29412
|
-
baseUri: '/services/data/
|
|
29412
|
+
baseUri: '/services/data/v66.0',
|
|
29413
29413
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
29414
29414
|
method: 'get',
|
|
29415
29415
|
body: null,
|
|
@@ -29663,7 +29663,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
29663
29663
|
function createResourceRequest$p(config) {
|
|
29664
29664
|
const headers = {};
|
|
29665
29665
|
return {
|
|
29666
|
-
baseUri: '/services/data/
|
|
29666
|
+
baseUri: '/services/data/v66.0',
|
|
29667
29667
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
29668
29668
|
method: 'patch',
|
|
29669
29669
|
body: config.body,
|
|
@@ -29903,7 +29903,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
29903
29903
|
function createResourceRequest$o(config) {
|
|
29904
29904
|
const headers = {};
|
|
29905
29905
|
return {
|
|
29906
|
-
baseUri: '/services/data/
|
|
29906
|
+
baseUri: '/services/data/v66.0',
|
|
29907
29907
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
29908
29908
|
method: 'get',
|
|
29909
29909
|
body: null,
|
|
@@ -30165,7 +30165,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
30165
30165
|
function createResourceRequest$n(config) {
|
|
30166
30166
|
const headers = {};
|
|
30167
30167
|
return {
|
|
30168
|
-
baseUri: '/services/data/
|
|
30168
|
+
baseUri: '/services/data/v66.0',
|
|
30169
30169
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
30170
30170
|
method: 'get',
|
|
30171
30171
|
body: null,
|
|
@@ -30374,7 +30374,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
30374
30374
|
function createResourceRequest$m(config) {
|
|
30375
30375
|
const headers = {};
|
|
30376
30376
|
return {
|
|
30377
|
-
baseUri: '/services/data/
|
|
30377
|
+
baseUri: '/services/data/v66.0',
|
|
30378
30378
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
30379
30379
|
method: 'patch',
|
|
30380
30380
|
body: config.body,
|
|
@@ -31438,7 +31438,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
31438
31438
|
function createResourceRequest$l(config) {
|
|
31439
31439
|
const headers = {};
|
|
31440
31440
|
return {
|
|
31441
|
-
baseUri: '/services/data/
|
|
31441
|
+
baseUri: '/services/data/v66.0',
|
|
31442
31442
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
31443
31443
|
method: 'post',
|
|
31444
31444
|
body: config.body,
|
|
@@ -31723,7 +31723,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
31723
31723
|
function createResourceRequest$k(config) {
|
|
31724
31724
|
const headers = {};
|
|
31725
31725
|
return {
|
|
31726
|
-
baseUri: '/services/data/
|
|
31726
|
+
baseUri: '/services/data/v66.0',
|
|
31727
31727
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
31728
31728
|
method: 'post',
|
|
31729
31729
|
body: config.body,
|
|
@@ -32266,7 +32266,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
32266
32266
|
function createResourceRequest$j(config) {
|
|
32267
32267
|
const headers = {};
|
|
32268
32268
|
return {
|
|
32269
|
-
baseUri: '/services/data/
|
|
32269
|
+
baseUri: '/services/data/v66.0',
|
|
32270
32270
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
32271
32271
|
method: 'get',
|
|
32272
32272
|
body: null,
|
|
@@ -32522,7 +32522,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
32522
32522
|
function createResourceRequest$i(config) {
|
|
32523
32523
|
const headers = {};
|
|
32524
32524
|
return {
|
|
32525
|
-
baseUri: '/services/data/
|
|
32525
|
+
baseUri: '/services/data/v66.0',
|
|
32526
32526
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
32527
32527
|
method: 'get',
|
|
32528
32528
|
body: null,
|
|
@@ -32940,7 +32940,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
32940
32940
|
function createResourceRequest$h(config) {
|
|
32941
32941
|
const headers = {};
|
|
32942
32942
|
return {
|
|
32943
|
-
baseUri: '/services/data/
|
|
32943
|
+
baseUri: '/services/data/v66.0',
|
|
32944
32944
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
32945
32945
|
method: 'get',
|
|
32946
32946
|
body: null,
|
|
@@ -33949,7 +33949,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
33949
33949
|
function createResourceRequest$g(config) {
|
|
33950
33950
|
const headers = {};
|
|
33951
33951
|
return {
|
|
33952
|
-
baseUri: '/services/data/
|
|
33952
|
+
baseUri: '/services/data/v66.0',
|
|
33953
33953
|
basePath: '/ui-api/search/results',
|
|
33954
33954
|
method: 'post',
|
|
33955
33955
|
body: config.body,
|
|
@@ -34223,7 +34223,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
34223
34223
|
function createResourceRequest$f(config) {
|
|
34224
34224
|
const headers = {};
|
|
34225
34225
|
return {
|
|
34226
|
-
baseUri: '/services/data/
|
|
34226
|
+
baseUri: '/services/data/v66.0',
|
|
34227
34227
|
basePath: '/ui-api/search/results/keyword',
|
|
34228
34228
|
method: 'post',
|
|
34229
34229
|
body: config.body,
|
|
@@ -34482,7 +34482,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
34482
34482
|
function createResourceRequest$e(config) {
|
|
34483
34483
|
const headers = {};
|
|
34484
34484
|
return {
|
|
34485
|
-
baseUri: '/services/data/
|
|
34485
|
+
baseUri: '/services/data/v66.0',
|
|
34486
34486
|
basePath: '/ui-api/records/batch',
|
|
34487
34487
|
method: 'post',
|
|
34488
34488
|
body: config.body,
|
|
@@ -34610,7 +34610,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
34610
34610
|
function createResourceRequest$d(config) {
|
|
34611
34611
|
const headers = {};
|
|
34612
34612
|
return {
|
|
34613
|
-
baseUri: '/services/data/
|
|
34613
|
+
baseUri: '/services/data/v66.0',
|
|
34614
34614
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
34615
34615
|
method: 'patch',
|
|
34616
34616
|
body: config.body,
|
|
@@ -34674,7 +34674,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
34674
34674
|
function createResourceRequest$c(config) {
|
|
34675
34675
|
const headers = {};
|
|
34676
34676
|
return {
|
|
34677
|
-
baseUri: '/services/data/
|
|
34677
|
+
baseUri: '/services/data/v66.0',
|
|
34678
34678
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
34679
34679
|
method: 'post',
|
|
34680
34680
|
body: config.body,
|
|
@@ -34743,7 +34743,7 @@ const factory$c = (luvio) => {
|
|
|
34743
34743
|
function createResourceRequest$b(config) {
|
|
34744
34744
|
const headers = {};
|
|
34745
34745
|
return {
|
|
34746
|
-
baseUri: '/services/data/
|
|
34746
|
+
baseUri: '/services/data/v66.0',
|
|
34747
34747
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
34748
34748
|
method: 'patch',
|
|
34749
34749
|
body: config.body,
|
|
@@ -35224,7 +35224,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
35224
35224
|
function createResourceRequest$a(config) {
|
|
35225
35225
|
const headers = {};
|
|
35226
35226
|
return {
|
|
35227
|
-
baseUri: '/services/data/
|
|
35227
|
+
baseUri: '/services/data/v66.0',
|
|
35228
35228
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
35229
35229
|
method: 'post',
|
|
35230
35230
|
body: config.body,
|
|
@@ -35466,7 +35466,7 @@ const factory$9 = (luvio) => {
|
|
|
35466
35466
|
function createResourceRequest$9(config) {
|
|
35467
35467
|
const headers = {};
|
|
35468
35468
|
return {
|
|
35469
|
-
baseUri: '/services/data/
|
|
35469
|
+
baseUri: '/services/data/v66.0',
|
|
35470
35470
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
35471
35471
|
method: 'post',
|
|
35472
35472
|
body: config.body,
|
|
@@ -36075,7 +36075,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
36075
36075
|
function createResourceRequest$8(config) {
|
|
36076
36076
|
const headers = {};
|
|
36077
36077
|
return {
|
|
36078
|
-
baseUri: '/services/data/
|
|
36078
|
+
baseUri: '/services/data/v66.0',
|
|
36079
36079
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
36080
36080
|
method: 'get',
|
|
36081
36081
|
body: null,
|
|
@@ -36717,7 +36717,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
36717
36717
|
function createResourceRequest$7(config) {
|
|
36718
36718
|
const headers = {};
|
|
36719
36719
|
return {
|
|
36720
|
-
baseUri: '/services/data/
|
|
36720
|
+
baseUri: '/services/data/v66.0',
|
|
36721
36721
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
36722
36722
|
method: 'get',
|
|
36723
36723
|
body: null,
|
|
@@ -37348,7 +37348,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
37348
37348
|
function createResourceRequest$6(config) {
|
|
37349
37349
|
const headers = {};
|
|
37350
37350
|
return {
|
|
37351
|
-
baseUri: '/services/data/
|
|
37351
|
+
baseUri: '/services/data/v66.0',
|
|
37352
37352
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
37353
37353
|
method: 'get',
|
|
37354
37354
|
body: null,
|
|
@@ -37561,7 +37561,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
37561
37561
|
function createResourceRequest$5(config) {
|
|
37562
37562
|
const headers = {};
|
|
37563
37563
|
return {
|
|
37564
|
-
baseUri: '/services/data/
|
|
37564
|
+
baseUri: '/services/data/v66.0',
|
|
37565
37565
|
basePath: '/ui-api/records',
|
|
37566
37566
|
method: 'post',
|
|
37567
37567
|
body: config.body,
|
|
@@ -37667,7 +37667,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
37667
37667
|
function createResourceRequest$3(config) {
|
|
37668
37668
|
const headers = {};
|
|
37669
37669
|
return {
|
|
37670
|
-
baseUri: '/services/data/
|
|
37670
|
+
baseUri: '/services/data/v66.0',
|
|
37671
37671
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
37672
37672
|
method: 'delete',
|
|
37673
37673
|
body: null,
|
|
@@ -37757,7 +37757,7 @@ function createResourceRequest$2(config) {
|
|
|
37757
37757
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
37758
37758
|
}
|
|
37759
37759
|
return {
|
|
37760
|
-
baseUri: '/services/data/
|
|
37760
|
+
baseUri: '/services/data/v66.0',
|
|
37761
37761
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
37762
37762
|
method: 'patch',
|
|
37763
37763
|
body: config.body,
|
|
@@ -38084,7 +38084,7 @@ function createResourceParams$1(config) {
|
|
|
38084
38084
|
function createResourceRequest$1(config) {
|
|
38085
38085
|
const headers = {};
|
|
38086
38086
|
return {
|
|
38087
|
-
baseUri: '/services/data/
|
|
38087
|
+
baseUri: '/services/data/v66.0',
|
|
38088
38088
|
basePath: '/ui-api/records/content-documents/' +
|
|
38089
38089
|
config.urlParams.contentDocumentId +
|
|
38090
38090
|
'/content-versions',
|
|
@@ -38202,7 +38202,7 @@ function createResourceParams(config) {
|
|
|
38202
38202
|
function createResourceRequest(config) {
|
|
38203
38203
|
const headers = {};
|
|
38204
38204
|
return {
|
|
38205
|
-
baseUri: '/services/data/
|
|
38205
|
+
baseUri: '/services/data/v66.0',
|
|
38206
38206
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
38207
38207
|
method: 'post',
|
|
38208
38208
|
body: config.body,
|
|
@@ -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.385.0-c6070cc476
|