@salesforce/lwc-adapters-uiapi 1.334.0 → 1.336.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/main.js +86 -76
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -7355,6 +7355,10 @@ let oneStoreGetObjectInfosAdapter = undefined;
|
|
|
7355
7355
|
* Determines when to include PDL strategies for Related Lists
|
|
7356
7356
|
*/
|
|
7357
7357
|
let relatedListsPredictionsEnabled = false;
|
|
7358
|
+
/**
|
|
7359
|
+
* Determines whether to include additional PDL strategies for Related Lists
|
|
7360
|
+
*/
|
|
7361
|
+
let relatedListsPlusPredictionsEnabled = false;
|
|
7358
7362
|
/**
|
|
7359
7363
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
7360
7364
|
* Configuration for one store enabled REST adapters only.
|
|
@@ -7454,6 +7458,12 @@ const configurationForRestAdapters = {
|
|
|
7454
7458
|
areRelatedListsPredictionsEnabled: function () {
|
|
7455
7459
|
return relatedListsPredictionsEnabled === true;
|
|
7456
7460
|
},
|
|
7461
|
+
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
7462
|
+
relatedListsPlusPredictionsEnabled = f;
|
|
7463
|
+
},
|
|
7464
|
+
areRelatedListsPlusPredictionsEnabled: function () {
|
|
7465
|
+
return relatedListsPlusPredictionsEnabled === true;
|
|
7466
|
+
},
|
|
7457
7467
|
// createRecord
|
|
7458
7468
|
getDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter.getAdapter,
|
|
7459
7469
|
setDraftAwareCreateRecordAdapter: configurableCreateRecordAdapter.setAdapter,
|
|
@@ -13224,7 +13234,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
|
|
|
13224
13234
|
function createResourceRequest$1g(config) {
|
|
13225
13235
|
const headers = {};
|
|
13226
13236
|
return {
|
|
13227
|
-
baseUri: '/services/data/
|
|
13237
|
+
baseUri: '/services/data/v64.0',
|
|
13228
13238
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
13229
13239
|
method: 'get',
|
|
13230
13240
|
body: null,
|
|
@@ -13666,7 +13676,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
|
|
|
13666
13676
|
function createResourceRequest$1f(config) {
|
|
13667
13677
|
const headers = {};
|
|
13668
13678
|
return {
|
|
13669
|
-
baseUri: '/services/data/
|
|
13679
|
+
baseUri: '/services/data/v64.0',
|
|
13670
13680
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
13671
13681
|
method: 'get',
|
|
13672
13682
|
body: null,
|
|
@@ -14922,7 +14932,7 @@ function createPaginationParams$6(params) {
|
|
|
14922
14932
|
function createResourceRequest$1e(config) {
|
|
14923
14933
|
const headers = {};
|
|
14924
14934
|
return {
|
|
14925
|
-
baseUri: '/services/data/
|
|
14935
|
+
baseUri: '/services/data/v64.0',
|
|
14926
14936
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
14927
14937
|
method: 'get',
|
|
14928
14938
|
body: null,
|
|
@@ -14975,7 +14985,7 @@ function createPaginationParams$5(params) {
|
|
|
14975
14985
|
function createResourceRequest$1d(config) {
|
|
14976
14986
|
const headers = {};
|
|
14977
14987
|
return {
|
|
14978
|
-
baseUri: '/services/data/
|
|
14988
|
+
baseUri: '/services/data/v64.0',
|
|
14979
14989
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
14980
14990
|
method: 'get',
|
|
14981
14991
|
body: null,
|
|
@@ -15020,7 +15030,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
|
|
|
15020
15030
|
function createResourceRequest$1c(config) {
|
|
15021
15031
|
const headers = {};
|
|
15022
15032
|
return {
|
|
15023
|
-
baseUri: '/services/data/
|
|
15033
|
+
baseUri: '/services/data/v64.0',
|
|
15024
15034
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
15025
15035
|
method: 'get',
|
|
15026
15036
|
body: null,
|
|
@@ -15990,7 +16000,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
15990
16000
|
function createResourceRequest$1b(config) {
|
|
15991
16001
|
const headers = {};
|
|
15992
16002
|
return {
|
|
15993
|
-
baseUri: '/services/data/
|
|
16003
|
+
baseUri: '/services/data/v64.0',
|
|
15994
16004
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
15995
16005
|
method: 'post',
|
|
15996
16006
|
body: config.body,
|
|
@@ -16712,7 +16722,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
16712
16722
|
function createResourceRequest$1a(config) {
|
|
16713
16723
|
const headers = {};
|
|
16714
16724
|
return {
|
|
16715
|
-
baseUri: '/services/data/
|
|
16725
|
+
baseUri: '/services/data/v64.0',
|
|
16716
16726
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
16717
16727
|
method: 'get',
|
|
16718
16728
|
body: null,
|
|
@@ -16910,7 +16920,7 @@ function keyBuilder$3k(luvio, params) {
|
|
|
16910
16920
|
function createResourceRequest$19(config) {
|
|
16911
16921
|
const headers = {};
|
|
16912
16922
|
return {
|
|
16913
|
-
baseUri: '/services/data/
|
|
16923
|
+
baseUri: '/services/data/v64.0',
|
|
16914
16924
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
16915
16925
|
method: 'get',
|
|
16916
16926
|
body: null,
|
|
@@ -16955,7 +16965,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
|
|
|
16955
16965
|
function createResourceRequest$18(config) {
|
|
16956
16966
|
const headers = {};
|
|
16957
16967
|
return {
|
|
16958
|
-
baseUri: '/services/data/
|
|
16968
|
+
baseUri: '/services/data/v64.0',
|
|
16959
16969
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
16960
16970
|
method: 'get',
|
|
16961
16971
|
body: null,
|
|
@@ -18760,7 +18770,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
18760
18770
|
function createResourceRequest$17(config) {
|
|
18761
18771
|
const headers = {};
|
|
18762
18772
|
return {
|
|
18763
|
-
baseUri: '/services/data/
|
|
18773
|
+
baseUri: '/services/data/v64.0',
|
|
18764
18774
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
18765
18775
|
method: 'get',
|
|
18766
18776
|
body: null,
|
|
@@ -19818,7 +19828,7 @@ const ingest$22 = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
19818
19828
|
function createResourceRequest$16(config) {
|
|
19819
19829
|
const headers = {};
|
|
19820
19830
|
return {
|
|
19821
|
-
baseUri: '/services/data/
|
|
19831
|
+
baseUri: '/services/data/v64.0',
|
|
19822
19832
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
19823
19833
|
method: 'get',
|
|
19824
19834
|
body: null,
|
|
@@ -22181,7 +22191,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
22181
22191
|
function createResourceRequest$15(config) {
|
|
22182
22192
|
const headers = {};
|
|
22183
22193
|
return {
|
|
22184
|
-
baseUri: '/services/data/
|
|
22194
|
+
baseUri: '/services/data/v64.0',
|
|
22185
22195
|
basePath: '/ui-api/actions/global',
|
|
22186
22196
|
method: 'get',
|
|
22187
22197
|
body: null,
|
|
@@ -22415,7 +22425,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
22415
22425
|
function createResourceRequest$14(config) {
|
|
22416
22426
|
const headers = {};
|
|
22417
22427
|
return {
|
|
22418
|
-
baseUri: '/services/data/
|
|
22428
|
+
baseUri: '/services/data/v64.0',
|
|
22419
22429
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
22420
22430
|
method: 'get',
|
|
22421
22431
|
body: null,
|
|
@@ -22587,7 +22597,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
22587
22597
|
function createResourceRequest$13(config) {
|
|
22588
22598
|
const headers = {};
|
|
22589
22599
|
return {
|
|
22590
|
-
baseUri: '/services/data/
|
|
22600
|
+
baseUri: '/services/data/v64.0',
|
|
22591
22601
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
22592
22602
|
method: 'get',
|
|
22593
22603
|
body: null,
|
|
@@ -22729,7 +22739,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
22729
22739
|
function createResourceRequest$12(config) {
|
|
22730
22740
|
const headers = {};
|
|
22731
22741
|
return {
|
|
22732
|
-
baseUri: '/services/data/
|
|
22742
|
+
baseUri: '/services/data/v64.0',
|
|
22733
22743
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
22734
22744
|
method: 'get',
|
|
22735
22745
|
body: null,
|
|
@@ -22919,7 +22929,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
22919
22929
|
function createResourceRequest$11(config) {
|
|
22920
22930
|
const headers = {};
|
|
22921
22931
|
return {
|
|
22922
|
-
baseUri: '/services/data/
|
|
22932
|
+
baseUri: '/services/data/v64.0',
|
|
22923
22933
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
22924
22934
|
method: 'get',
|
|
22925
22935
|
body: null,
|
|
@@ -23183,7 +23193,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
23183
23193
|
function createResourceRequest$10(config) {
|
|
23184
23194
|
const headers = {};
|
|
23185
23195
|
return {
|
|
23186
|
-
baseUri: '/services/data/
|
|
23196
|
+
baseUri: '/services/data/v64.0',
|
|
23187
23197
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
23188
23198
|
method: 'get',
|
|
23189
23199
|
body: null,
|
|
@@ -24394,7 +24404,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
24394
24404
|
function createResourceRequest$$(config) {
|
|
24395
24405
|
const headers = {};
|
|
24396
24406
|
return {
|
|
24397
|
-
baseUri: '/services/data/
|
|
24407
|
+
baseUri: '/services/data/v64.0',
|
|
24398
24408
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
24399
24409
|
method: 'get',
|
|
24400
24410
|
body: null,
|
|
@@ -24605,7 +24615,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
24605
24615
|
function createResourceRequest$_(config) {
|
|
24606
24616
|
const headers = {};
|
|
24607
24617
|
return {
|
|
24608
|
-
baseUri: '/services/data/
|
|
24618
|
+
baseUri: '/services/data/v64.0',
|
|
24609
24619
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
24610
24620
|
method: 'get',
|
|
24611
24621
|
body: null,
|
|
@@ -24774,7 +24784,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
24774
24784
|
function createResourceRequest$Z(config) {
|
|
24775
24785
|
const headers = {};
|
|
24776
24786
|
return {
|
|
24777
|
-
baseUri: '/services/data/
|
|
24787
|
+
baseUri: '/services/data/v64.0',
|
|
24778
24788
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
24779
24789
|
method: 'get',
|
|
24780
24790
|
body: null,
|
|
@@ -24926,7 +24936,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
24926
24936
|
function createResourceRequest$Y(config) {
|
|
24927
24937
|
const headers = {};
|
|
24928
24938
|
return {
|
|
24929
|
-
baseUri: '/services/data/
|
|
24939
|
+
baseUri: '/services/data/v64.0',
|
|
24930
24940
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
24931
24941
|
method: 'get',
|
|
24932
24942
|
body: null,
|
|
@@ -25138,7 +25148,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
25138
25148
|
function createResourceRequest$X(config) {
|
|
25139
25149
|
const headers = {};
|
|
25140
25150
|
return {
|
|
25141
|
-
baseUri: '/services/data/
|
|
25151
|
+
baseUri: '/services/data/v64.0',
|
|
25142
25152
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
25143
25153
|
method: 'post',
|
|
25144
25154
|
body: config.body,
|
|
@@ -25423,7 +25433,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
25423
25433
|
function createResourceRequest$W(config) {
|
|
25424
25434
|
const headers = {};
|
|
25425
25435
|
return {
|
|
25426
|
-
baseUri: '/services/data/
|
|
25436
|
+
baseUri: '/services/data/v64.0',
|
|
25427
25437
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
25428
25438
|
method: 'post',
|
|
25429
25439
|
body: config.body,
|
|
@@ -25668,7 +25678,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
25668
25678
|
function createResourceRequest$V(config) {
|
|
25669
25679
|
const headers = {};
|
|
25670
25680
|
return {
|
|
25671
|
-
baseUri: '/services/data/
|
|
25681
|
+
baseUri: '/services/data/v64.0',
|
|
25672
25682
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
25673
25683
|
method: 'get',
|
|
25674
25684
|
body: null,
|
|
@@ -26925,7 +26935,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
26925
26935
|
function createResourceRequest$U(config) {
|
|
26926
26936
|
const headers = {};
|
|
26927
26937
|
return {
|
|
26928
|
-
baseUri: '/services/data/
|
|
26938
|
+
baseUri: '/services/data/v64.0',
|
|
26929
26939
|
basePath: '/ui-api/apps',
|
|
26930
26940
|
method: 'get',
|
|
26931
26941
|
body: null,
|
|
@@ -27067,7 +27077,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
27067
27077
|
function createResourceRequest$S(config) {
|
|
27068
27078
|
const headers = {};
|
|
27069
27079
|
return {
|
|
27070
|
-
baseUri: '/services/data/
|
|
27080
|
+
baseUri: '/services/data/v64.0',
|
|
27071
27081
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
27072
27082
|
method: 'get',
|
|
27073
27083
|
body: null,
|
|
@@ -27670,7 +27680,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
27670
27680
|
function createResourceRequest$R(config) {
|
|
27671
27681
|
const headers = {};
|
|
27672
27682
|
return {
|
|
27673
|
-
baseUri: '/services/data/
|
|
27683
|
+
baseUri: '/services/data/v64.0',
|
|
27674
27684
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
27675
27685
|
method: 'get',
|
|
27676
27686
|
body: null,
|
|
@@ -27809,7 +27819,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
27809
27819
|
function createResourceRequest$Q(config) {
|
|
27810
27820
|
const headers = {};
|
|
27811
27821
|
return {
|
|
27812
|
-
baseUri: '/services/data/
|
|
27822
|
+
baseUri: '/services/data/v64.0',
|
|
27813
27823
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
27814
27824
|
method: 'get',
|
|
27815
27825
|
body: null,
|
|
@@ -27948,7 +27958,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
|
|
|
27948
27958
|
function createResourceRequest$P(config) {
|
|
27949
27959
|
const headers = {};
|
|
27950
27960
|
return {
|
|
27951
|
-
baseUri: '/services/data/
|
|
27961
|
+
baseUri: '/services/data/v64.0',
|
|
27952
27962
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
27953
27963
|
method: 'get',
|
|
27954
27964
|
body: null,
|
|
@@ -28181,7 +28191,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
28181
28191
|
function createResourceRequest$O(config) {
|
|
28182
28192
|
const headers = {};
|
|
28183
28193
|
return {
|
|
28184
|
-
baseUri: '/services/data/
|
|
28194
|
+
baseUri: '/services/data/v64.0',
|
|
28185
28195
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
28186
28196
|
method: 'get',
|
|
28187
28197
|
body: null,
|
|
@@ -28450,7 +28460,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
28450
28460
|
function createResourceRequest$N(config) {
|
|
28451
28461
|
const headers = {};
|
|
28452
28462
|
return {
|
|
28453
|
-
baseUri: '/services/data/
|
|
28463
|
+
baseUri: '/services/data/v64.0',
|
|
28454
28464
|
basePath: '/ui-api/list-info/batch',
|
|
28455
28465
|
method: 'get',
|
|
28456
28466
|
body: null,
|
|
@@ -28595,7 +28605,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
28595
28605
|
function createResourceRequest$M(config) {
|
|
28596
28606
|
const headers = {};
|
|
28597
28607
|
return {
|
|
28598
|
-
baseUri: '/services/data/
|
|
28608
|
+
baseUri: '/services/data/v64.0',
|
|
28599
28609
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
28600
28610
|
method: 'get',
|
|
28601
28611
|
body: null,
|
|
@@ -28901,7 +28911,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
|
|
|
28901
28911
|
function createResourceRequest$L(config) {
|
|
28902
28912
|
const headers = {};
|
|
28903
28913
|
return {
|
|
28904
|
-
baseUri: '/services/data/
|
|
28914
|
+
baseUri: '/services/data/v64.0',
|
|
28905
28915
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
28906
28916
|
method: 'post',
|
|
28907
28917
|
body: config.body,
|
|
@@ -29014,7 +29024,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
29014
29024
|
function createResourceRequest$K(config) {
|
|
29015
29025
|
const headers = {};
|
|
29016
29026
|
return {
|
|
29017
|
-
baseUri: '/services/data/
|
|
29027
|
+
baseUri: '/services/data/v64.0',
|
|
29018
29028
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
29019
29029
|
method: 'delete',
|
|
29020
29030
|
body: null,
|
|
@@ -29192,7 +29202,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
29192
29202
|
function createResourceRequest$J(config) {
|
|
29193
29203
|
const headers = {};
|
|
29194
29204
|
return {
|
|
29195
|
-
baseUri: '/services/data/
|
|
29205
|
+
baseUri: '/services/data/v64.0',
|
|
29196
29206
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
29197
29207
|
method: 'patch',
|
|
29198
29208
|
body: config.body,
|
|
@@ -29919,7 +29929,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
29919
29929
|
function createResourceRequest$I(config) {
|
|
29920
29930
|
const headers = {};
|
|
29921
29931
|
return {
|
|
29922
|
-
baseUri: '/services/data/
|
|
29932
|
+
baseUri: '/services/data/v64.0',
|
|
29923
29933
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
29924
29934
|
method: 'get',
|
|
29925
29935
|
body: null,
|
|
@@ -30228,7 +30238,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
30228
30238
|
function createResourceRequest$H(config) {
|
|
30229
30239
|
const headers = {};
|
|
30230
30240
|
return {
|
|
30231
|
-
baseUri: '/services/data/
|
|
30241
|
+
baseUri: '/services/data/v64.0',
|
|
30232
30242
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
30233
30243
|
method: 'get',
|
|
30234
30244
|
body: null,
|
|
@@ -30372,7 +30382,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
|
|
|
30372
30382
|
function createResourceRequest$G(config) {
|
|
30373
30383
|
const headers = {};
|
|
30374
30384
|
return {
|
|
30375
|
-
baseUri: '/services/data/
|
|
30385
|
+
baseUri: '/services/data/v64.0',
|
|
30376
30386
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
30377
30387
|
method: 'patch',
|
|
30378
30388
|
body: config.body,
|
|
@@ -30682,7 +30692,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
30682
30692
|
function createResourceRequest$F(config) {
|
|
30683
30693
|
const headers = {};
|
|
30684
30694
|
return {
|
|
30685
|
-
baseUri: '/services/data/
|
|
30695
|
+
baseUri: '/services/data/v64.0',
|
|
30686
30696
|
basePath: '/ui-api/nav-items',
|
|
30687
30697
|
method: 'get',
|
|
30688
30698
|
body: null,
|
|
@@ -31034,7 +31044,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
31034
31044
|
function createResourceRequest$D(config) {
|
|
31035
31045
|
const headers = {};
|
|
31036
31046
|
return {
|
|
31037
|
-
baseUri: '/services/data/
|
|
31047
|
+
baseUri: '/services/data/v64.0',
|
|
31038
31048
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
31039
31049
|
method: 'get',
|
|
31040
31050
|
body: null,
|
|
@@ -31363,8 +31373,8 @@ const select$27 = function PicklistValueRepresentationSelect() {
|
|
|
31363
31373
|
const keyBuilderFromType$i =
|
|
31364
31374
|
/**
|
|
31365
31375
|
* custom key builder from PicklistValuesRepresentation.
|
|
31366
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
31367
|
-
* the '/services/data/
|
|
31376
|
+
* PicklistValuesRepresentation.url is like /services/data/v64.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
31377
|
+
* the '/services/data/v64.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
31368
31378
|
*/
|
|
31369
31379
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
31370
31380
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -31674,7 +31684,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
31674
31684
|
function createResourceRequest$C(config) {
|
|
31675
31685
|
const headers = {};
|
|
31676
31686
|
return {
|
|
31677
|
-
baseUri: '/services/data/
|
|
31687
|
+
baseUri: '/services/data/v64.0',
|
|
31678
31688
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
31679
31689
|
method: 'get',
|
|
31680
31690
|
body: null,
|
|
@@ -31779,7 +31789,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
|
|
|
31779
31789
|
function createResourceRequest$B(config) {
|
|
31780
31790
|
const headers = {};
|
|
31781
31791
|
return {
|
|
31782
|
-
baseUri: '/services/data/
|
|
31792
|
+
baseUri: '/services/data/v64.0',
|
|
31783
31793
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
31784
31794
|
method: 'get',
|
|
31785
31795
|
body: null,
|
|
@@ -31991,7 +32001,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
31991
32001
|
function createResourceRequest$A(config) {
|
|
31992
32002
|
const headers = {};
|
|
31993
32003
|
return {
|
|
31994
|
-
baseUri: '/services/data/
|
|
32004
|
+
baseUri: '/services/data/v64.0',
|
|
31995
32005
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
31996
32006
|
method: 'get',
|
|
31997
32007
|
body: null,
|
|
@@ -32317,7 +32327,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
32317
32327
|
function createResourceRequest$z(config) {
|
|
32318
32328
|
const headers = {};
|
|
32319
32329
|
return {
|
|
32320
|
-
baseUri: '/services/data/
|
|
32330
|
+
baseUri: '/services/data/v64.0',
|
|
32321
32331
|
basePath: '/ui-api/predupe',
|
|
32322
32332
|
method: 'post',
|
|
32323
32333
|
body: config.body,
|
|
@@ -33536,7 +33546,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
33536
33546
|
function createResourceRequest$y(config) {
|
|
33537
33547
|
const headers = {};
|
|
33538
33548
|
return {
|
|
33539
|
-
baseUri: '/services/data/
|
|
33549
|
+
baseUri: '/services/data/v64.0',
|
|
33540
33550
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
33541
33551
|
method: 'get',
|
|
33542
33552
|
body: null,
|
|
@@ -34400,7 +34410,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
34400
34410
|
function createResourceRequest$x(config) {
|
|
34401
34411
|
const headers = {};
|
|
34402
34412
|
return {
|
|
34403
|
-
baseUri: '/services/data/
|
|
34413
|
+
baseUri: '/services/data/v64.0',
|
|
34404
34414
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34405
34415
|
method: 'get',
|
|
34406
34416
|
body: null,
|
|
@@ -34665,7 +34675,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
34665
34675
|
function createResourceRequest$w(config) {
|
|
34666
34676
|
const headers = {};
|
|
34667
34677
|
return {
|
|
34668
|
-
baseUri: '/services/data/
|
|
34678
|
+
baseUri: '/services/data/v64.0',
|
|
34669
34679
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
34670
34680
|
method: 'get',
|
|
34671
34681
|
body: null,
|
|
@@ -35359,7 +35369,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
35359
35369
|
function createResourceRequest$v(config) {
|
|
35360
35370
|
const headers = {};
|
|
35361
35371
|
return {
|
|
35362
|
-
baseUri: '/services/data/
|
|
35372
|
+
baseUri: '/services/data/v64.0',
|
|
35363
35373
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35364
35374
|
method: 'get',
|
|
35365
35375
|
body: null,
|
|
@@ -35629,7 +35639,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
35629
35639
|
function createResourceRequest$u(config) {
|
|
35630
35640
|
const headers = {};
|
|
35631
35641
|
return {
|
|
35632
|
-
baseUri: '/services/data/
|
|
35642
|
+
baseUri: '/services/data/v64.0',
|
|
35633
35643
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35634
35644
|
method: 'get',
|
|
35635
35645
|
body: null,
|
|
@@ -36023,7 +36033,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
36023
36033
|
function createResourceRequest$t(config) {
|
|
36024
36034
|
const headers = {};
|
|
36025
36035
|
return {
|
|
36026
|
-
baseUri: '/services/data/
|
|
36036
|
+
baseUri: '/services/data/v64.0',
|
|
36027
36037
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
36028
36038
|
method: 'get',
|
|
36029
36039
|
body: null,
|
|
@@ -36364,7 +36374,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
36364
36374
|
function createResourceRequest$r(config) {
|
|
36365
36375
|
const headers = {};
|
|
36366
36376
|
return {
|
|
36367
|
-
baseUri: '/services/data/
|
|
36377
|
+
baseUri: '/services/data/v64.0',
|
|
36368
36378
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36369
36379
|
method: 'get',
|
|
36370
36380
|
body: null,
|
|
@@ -36626,7 +36636,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
36626
36636
|
function createResourceRequest$q(config) {
|
|
36627
36637
|
const headers = {};
|
|
36628
36638
|
return {
|
|
36629
|
-
baseUri: '/services/data/
|
|
36639
|
+
baseUri: '/services/data/v64.0',
|
|
36630
36640
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36631
36641
|
method: 'get',
|
|
36632
36642
|
body: null,
|
|
@@ -37731,7 +37741,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
37731
37741
|
function createResourceRequest$o(config) {
|
|
37732
37742
|
const headers = {};
|
|
37733
37743
|
return {
|
|
37734
|
-
baseUri: '/services/data/
|
|
37744
|
+
baseUri: '/services/data/v64.0',
|
|
37735
37745
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37736
37746
|
method: 'post',
|
|
37737
37747
|
body: config.body,
|
|
@@ -38016,7 +38026,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
38016
38026
|
function createResourceRequest$n(config) {
|
|
38017
38027
|
const headers = {};
|
|
38018
38028
|
return {
|
|
38019
|
-
baseUri: '/services/data/
|
|
38029
|
+
baseUri: '/services/data/v64.0',
|
|
38020
38030
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
38021
38031
|
method: 'post',
|
|
38022
38032
|
body: config.body,
|
|
@@ -38558,7 +38568,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
38558
38568
|
function createResourceRequest$m(config) {
|
|
38559
38569
|
const headers = {};
|
|
38560
38570
|
return {
|
|
38561
|
-
baseUri: '/services/data/
|
|
38571
|
+
baseUri: '/services/data/v64.0',
|
|
38562
38572
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38563
38573
|
method: 'get',
|
|
38564
38574
|
body: null,
|
|
@@ -38814,7 +38824,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
38814
38824
|
function createResourceRequest$l(config) {
|
|
38815
38825
|
const headers = {};
|
|
38816
38826
|
return {
|
|
38817
|
-
baseUri: '/services/data/
|
|
38827
|
+
baseUri: '/services/data/v64.0',
|
|
38818
38828
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
38819
38829
|
method: 'get',
|
|
38820
38830
|
body: null,
|
|
@@ -39232,7 +39242,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
39232
39242
|
function createResourceRequest$k(config) {
|
|
39233
39243
|
const headers = {};
|
|
39234
39244
|
return {
|
|
39235
|
-
baseUri: '/services/data/
|
|
39245
|
+
baseUri: '/services/data/v64.0',
|
|
39236
39246
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
39237
39247
|
method: 'get',
|
|
39238
39248
|
body: null,
|
|
@@ -40241,7 +40251,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
40241
40251
|
function createResourceRequest$j(config) {
|
|
40242
40252
|
const headers = {};
|
|
40243
40253
|
return {
|
|
40244
|
-
baseUri: '/services/data/
|
|
40254
|
+
baseUri: '/services/data/v64.0',
|
|
40245
40255
|
basePath: '/ui-api/search/results',
|
|
40246
40256
|
method: 'post',
|
|
40247
40257
|
body: config.body,
|
|
@@ -40515,7 +40525,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
40515
40525
|
function createResourceRequest$i(config) {
|
|
40516
40526
|
const headers = {};
|
|
40517
40527
|
return {
|
|
40518
|
-
baseUri: '/services/data/
|
|
40528
|
+
baseUri: '/services/data/v64.0',
|
|
40519
40529
|
basePath: '/ui-api/search/results/keyword',
|
|
40520
40530
|
method: 'post',
|
|
40521
40531
|
body: config.body,
|
|
@@ -61044,7 +61054,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
|
|
|
61044
61054
|
function createResourceRequest$h(config) {
|
|
61045
61055
|
const headers = {};
|
|
61046
61056
|
return {
|
|
61047
|
-
baseUri: '/services/data/
|
|
61057
|
+
baseUri: '/services/data/v64.0',
|
|
61048
61058
|
basePath: '/graphql',
|
|
61049
61059
|
method: 'post',
|
|
61050
61060
|
body: { ...config.body,
|
|
@@ -61095,7 +61105,7 @@ function createResourceRequest$f(config) {
|
|
|
61095
61105
|
const headers = {};
|
|
61096
61106
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
61097
61107
|
return {
|
|
61098
|
-
baseUri: '/services/data/
|
|
61108
|
+
baseUri: '/services/data/v64.0',
|
|
61099
61109
|
basePath: '/graphql/batch',
|
|
61100
61110
|
method: 'post',
|
|
61101
61111
|
body: transformedConfig.body,
|
|
@@ -61643,7 +61653,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
61643
61653
|
function createResourceRequest$e(config) {
|
|
61644
61654
|
const headers = {};
|
|
61645
61655
|
return {
|
|
61646
|
-
baseUri: '/services/data/
|
|
61656
|
+
baseUri: '/services/data/v64.0',
|
|
61647
61657
|
basePath: '/ui-api/records/batch',
|
|
61648
61658
|
method: 'post',
|
|
61649
61659
|
body: config.body,
|
|
@@ -61912,7 +61922,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
61912
61922
|
function createResourceRequest$d(config) {
|
|
61913
61923
|
const headers = {};
|
|
61914
61924
|
return {
|
|
61915
|
-
baseUri: '/services/data/
|
|
61925
|
+
baseUri: '/services/data/v64.0',
|
|
61916
61926
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
61917
61927
|
method: 'patch',
|
|
61918
61928
|
body: config.body,
|
|
@@ -61976,7 +61986,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
61976
61986
|
function createResourceRequest$c(config) {
|
|
61977
61987
|
const headers = {};
|
|
61978
61988
|
return {
|
|
61979
|
-
baseUri: '/services/data/
|
|
61989
|
+
baseUri: '/services/data/v64.0',
|
|
61980
61990
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
61981
61991
|
method: 'post',
|
|
61982
61992
|
body: config.body,
|
|
@@ -62360,7 +62370,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
62360
62370
|
function createResourceRequest$a(config) {
|
|
62361
62371
|
const headers = {};
|
|
62362
62372
|
return {
|
|
62363
|
-
baseUri: '/services/data/
|
|
62373
|
+
baseUri: '/services/data/v64.0',
|
|
62364
62374
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
62365
62375
|
method: 'post',
|
|
62366
62376
|
body: config.body,
|
|
@@ -62602,7 +62612,7 @@ const factory$9 = (luvio) => {
|
|
|
62602
62612
|
function createResourceRequest$9(config) {
|
|
62603
62613
|
const headers = {};
|
|
62604
62614
|
return {
|
|
62605
|
-
baseUri: '/services/data/
|
|
62615
|
+
baseUri: '/services/data/v64.0',
|
|
62606
62616
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
62607
62617
|
method: 'post',
|
|
62608
62618
|
body: config.body,
|
|
@@ -63211,7 +63221,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
63211
63221
|
function createResourceRequest$8(config) {
|
|
63212
63222
|
const headers = {};
|
|
63213
63223
|
return {
|
|
63214
|
-
baseUri: '/services/data/
|
|
63224
|
+
baseUri: '/services/data/v64.0',
|
|
63215
63225
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
63216
63226
|
method: 'get',
|
|
63217
63227
|
body: null,
|
|
@@ -63853,7 +63863,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
63853
63863
|
function createResourceRequest$7(config) {
|
|
63854
63864
|
const headers = {};
|
|
63855
63865
|
return {
|
|
63856
|
-
baseUri: '/services/data/
|
|
63866
|
+
baseUri: '/services/data/v64.0',
|
|
63857
63867
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
63858
63868
|
method: 'get',
|
|
63859
63869
|
body: null,
|
|
@@ -64484,7 +64494,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
64484
64494
|
function createResourceRequest$6(config) {
|
|
64485
64495
|
const headers = {};
|
|
64486
64496
|
return {
|
|
64487
|
-
baseUri: '/services/data/
|
|
64497
|
+
baseUri: '/services/data/v64.0',
|
|
64488
64498
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
64489
64499
|
method: 'get',
|
|
64490
64500
|
body: null,
|
|
@@ -64697,7 +64707,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
64697
64707
|
function createResourceRequest$5(config) {
|
|
64698
64708
|
const headers = {};
|
|
64699
64709
|
return {
|
|
64700
|
-
baseUri: '/services/data/
|
|
64710
|
+
baseUri: '/services/data/v64.0',
|
|
64701
64711
|
basePath: '/ui-api/records',
|
|
64702
64712
|
method: 'post',
|
|
64703
64713
|
body: config.body,
|
|
@@ -64803,7 +64813,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
64803
64813
|
function createResourceRequest$3(config) {
|
|
64804
64814
|
const headers = {};
|
|
64805
64815
|
return {
|
|
64806
|
-
baseUri: '/services/data/
|
|
64816
|
+
baseUri: '/services/data/v64.0',
|
|
64807
64817
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
64808
64818
|
method: 'delete',
|
|
64809
64819
|
body: null,
|
|
@@ -64893,7 +64903,7 @@ function createResourceRequest$2(config) {
|
|
|
64893
64903
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
64894
64904
|
}
|
|
64895
64905
|
return {
|
|
64896
|
-
baseUri: '/services/data/
|
|
64906
|
+
baseUri: '/services/data/v64.0',
|
|
64897
64907
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
64898
64908
|
method: 'patch',
|
|
64899
64909
|
body: config.body,
|
|
@@ -65220,7 +65230,7 @@ function createResourceParams$1(config) {
|
|
|
65220
65230
|
function createResourceRequest$1(config) {
|
|
65221
65231
|
const headers = {};
|
|
65222
65232
|
return {
|
|
65223
|
-
baseUri: '/services/data/
|
|
65233
|
+
baseUri: '/services/data/v64.0',
|
|
65224
65234
|
basePath: '/ui-api/records/content-documents/' +
|
|
65225
65235
|
config.urlParams.contentDocumentId +
|
|
65226
65236
|
'/content-versions',
|
|
@@ -65338,7 +65348,7 @@ function createResourceParams(config) {
|
|
|
65338
65348
|
function createResourceRequest(config) {
|
|
65339
65349
|
const headers = {};
|
|
65340
65350
|
return {
|
|
65341
|
-
baseUri: '/services/data/
|
|
65351
|
+
baseUri: '/services/data/v64.0',
|
|
65342
65352
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
65343
65353
|
method: 'post',
|
|
65344
65354
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.336.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"clean": "rm -rf dist src/generated"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
34
|
+
"@salesforce/lds-adapters-uiapi": "^1.336.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@luvio/lwc-luvio": "0.156.5",
|
|
38
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
38
|
+
"@salesforce/lds-default-luvio": "^1.336.0"
|
|
39
39
|
}
|
|
40
40
|
}
|