@salesforce/lwc-adapters-uiapi 1.430.0 → 1.432.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 +76 -96
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -7470,14 +7470,6 @@ let oneStoreGetObjectInfoAdapter = undefined;
|
|
|
7470
7470
|
* One store enabled Get Object Infos adapter
|
|
7471
7471
|
*/
|
|
7472
7472
|
let oneStoreGetObjectInfosAdapter = undefined;
|
|
7473
|
-
/**
|
|
7474
|
-
* Determines when to include PDL strategies for Related Lists
|
|
7475
|
-
*/
|
|
7476
|
-
let relatedListsPredictionsEnabled = false;
|
|
7477
|
-
/**
|
|
7478
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
7479
|
-
*/
|
|
7480
|
-
let relatedListsPlusPredictionsEnabled = false;
|
|
7481
7473
|
let recordRepresentationIngestionOverride = undefined;
|
|
7482
7474
|
/**
|
|
7483
7475
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -7572,18 +7564,6 @@ const configurationForRestAdapters = {
|
|
|
7572
7564
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
7573
7565
|
return trackedFieldLeafNodeIdAndNameOnly;
|
|
7574
7566
|
},
|
|
7575
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
7576
|
-
relatedListsPredictionsEnabled = f;
|
|
7577
|
-
},
|
|
7578
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
7579
|
-
return relatedListsPredictionsEnabled === true;
|
|
7580
|
-
},
|
|
7581
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
7582
|
-
relatedListsPlusPredictionsEnabled = f;
|
|
7583
|
-
},
|
|
7584
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
7585
|
-
return relatedListsPlusPredictionsEnabled === true;
|
|
7586
|
-
},
|
|
7587
7567
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
7588
7568
|
recordRepresentationIngestionOverride = ingest;
|
|
7589
7569
|
},
|
|
@@ -11809,7 +11789,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
|
|
|
11809
11789
|
function createResourceRequest$1g(config) {
|
|
11810
11790
|
const headers = {};
|
|
11811
11791
|
return {
|
|
11812
|
-
baseUri: '/services/data/
|
|
11792
|
+
baseUri: '/services/data/v68.0',
|
|
11813
11793
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
11814
11794
|
method: 'get',
|
|
11815
11795
|
body: null,
|
|
@@ -12251,7 +12231,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
|
|
|
12251
12231
|
function createResourceRequest$1f(config) {
|
|
12252
12232
|
const headers = {};
|
|
12253
12233
|
return {
|
|
12254
|
-
baseUri: '/services/data/
|
|
12234
|
+
baseUri: '/services/data/v68.0',
|
|
12255
12235
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
12256
12236
|
method: 'get',
|
|
12257
12237
|
body: null,
|
|
@@ -13515,7 +13495,7 @@ function createPaginationParams$6(params) {
|
|
|
13515
13495
|
function createResourceRequest$1e(config) {
|
|
13516
13496
|
const headers = {};
|
|
13517
13497
|
return {
|
|
13518
|
-
baseUri: '/services/data/
|
|
13498
|
+
baseUri: '/services/data/v68.0',
|
|
13519
13499
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
13520
13500
|
method: 'get',
|
|
13521
13501
|
body: null,
|
|
@@ -13568,7 +13548,7 @@ function createPaginationParams$5(params) {
|
|
|
13568
13548
|
function createResourceRequest$1d(config) {
|
|
13569
13549
|
const headers = {};
|
|
13570
13550
|
return {
|
|
13571
|
-
baseUri: '/services/data/
|
|
13551
|
+
baseUri: '/services/data/v68.0',
|
|
13572
13552
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
13573
13553
|
method: 'get',
|
|
13574
13554
|
body: null,
|
|
@@ -13613,7 +13593,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
|
|
|
13613
13593
|
function createResourceRequest$1c(config) {
|
|
13614
13594
|
const headers = {};
|
|
13615
13595
|
return {
|
|
13616
|
-
baseUri: '/services/data/
|
|
13596
|
+
baseUri: '/services/data/v68.0',
|
|
13617
13597
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
13618
13598
|
method: 'get',
|
|
13619
13599
|
body: null,
|
|
@@ -14583,7 +14563,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
14583
14563
|
function createResourceRequest$1b(config) {
|
|
14584
14564
|
const headers = {};
|
|
14585
14565
|
return {
|
|
14586
|
-
baseUri: '/services/data/
|
|
14566
|
+
baseUri: '/services/data/v68.0',
|
|
14587
14567
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
14588
14568
|
method: 'post',
|
|
14589
14569
|
body: config.body,
|
|
@@ -15305,7 +15285,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
15305
15285
|
function createResourceRequest$1a(config) {
|
|
15306
15286
|
const headers = {};
|
|
15307
15287
|
return {
|
|
15308
|
-
baseUri: '/services/data/
|
|
15288
|
+
baseUri: '/services/data/v68.0',
|
|
15309
15289
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
15310
15290
|
method: 'get',
|
|
15311
15291
|
body: null,
|
|
@@ -15503,7 +15483,7 @@ function keyBuilder$3E(luvio, params) {
|
|
|
15503
15483
|
function createResourceRequest$19(config) {
|
|
15504
15484
|
const headers = {};
|
|
15505
15485
|
return {
|
|
15506
|
-
baseUri: '/services/data/
|
|
15486
|
+
baseUri: '/services/data/v68.0',
|
|
15507
15487
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
15508
15488
|
method: 'get',
|
|
15509
15489
|
body: null,
|
|
@@ -15548,7 +15528,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
|
|
|
15548
15528
|
function createResourceRequest$18(config) {
|
|
15549
15529
|
const headers = {};
|
|
15550
15530
|
return {
|
|
15551
|
-
baseUri: '/services/data/
|
|
15531
|
+
baseUri: '/services/data/v68.0',
|
|
15552
15532
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
15553
15533
|
method: 'get',
|
|
15554
15534
|
body: null,
|
|
@@ -17353,7 +17333,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
17353
17333
|
function createResourceRequest$17(config) {
|
|
17354
17334
|
const headers = {};
|
|
17355
17335
|
return {
|
|
17356
|
-
baseUri: '/services/data/
|
|
17336
|
+
baseUri: '/services/data/v68.0',
|
|
17357
17337
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
17358
17338
|
method: 'get',
|
|
17359
17339
|
body: null,
|
|
@@ -18411,7 +18391,7 @@ const ingest$2p = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
18411
18391
|
function createResourceRequest$16(config) {
|
|
18412
18392
|
const headers = {};
|
|
18413
18393
|
return {
|
|
18414
|
-
baseUri: '/services/data/
|
|
18394
|
+
baseUri: '/services/data/v68.0',
|
|
18415
18395
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
18416
18396
|
method: 'get',
|
|
18417
18397
|
body: null,
|
|
@@ -20774,7 +20754,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
20774
20754
|
function createResourceRequest$15(config) {
|
|
20775
20755
|
const headers = {};
|
|
20776
20756
|
return {
|
|
20777
|
-
baseUri: '/services/data/
|
|
20757
|
+
baseUri: '/services/data/v68.0',
|
|
20778
20758
|
basePath: '/ui-api/actions/global',
|
|
20779
20759
|
method: 'get',
|
|
20780
20760
|
body: null,
|
|
@@ -21008,7 +20988,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
21008
20988
|
function createResourceRequest$14(config) {
|
|
21009
20989
|
const headers = {};
|
|
21010
20990
|
return {
|
|
21011
|
-
baseUri: '/services/data/
|
|
20991
|
+
baseUri: '/services/data/v68.0',
|
|
21012
20992
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
21013
20993
|
method: 'get',
|
|
21014
20994
|
body: null,
|
|
@@ -21180,7 +21160,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
21180
21160
|
function createResourceRequest$13(config) {
|
|
21181
21161
|
const headers = {};
|
|
21182
21162
|
return {
|
|
21183
|
-
baseUri: '/services/data/
|
|
21163
|
+
baseUri: '/services/data/v68.0',
|
|
21184
21164
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
21185
21165
|
method: 'get',
|
|
21186
21166
|
body: null,
|
|
@@ -21322,7 +21302,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
21322
21302
|
function createResourceRequest$12(config) {
|
|
21323
21303
|
const headers = {};
|
|
21324
21304
|
return {
|
|
21325
|
-
baseUri: '/services/data/
|
|
21305
|
+
baseUri: '/services/data/v68.0',
|
|
21326
21306
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
21327
21307
|
method: 'get',
|
|
21328
21308
|
body: null,
|
|
@@ -21512,7 +21492,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
21512
21492
|
function createResourceRequest$11(config) {
|
|
21513
21493
|
const headers = {};
|
|
21514
21494
|
return {
|
|
21515
|
-
baseUri: '/services/data/
|
|
21495
|
+
baseUri: '/services/data/v68.0',
|
|
21516
21496
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
21517
21497
|
method: 'get',
|
|
21518
21498
|
body: null,
|
|
@@ -21776,7 +21756,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
21776
21756
|
function createResourceRequest$10(config) {
|
|
21777
21757
|
const headers = {};
|
|
21778
21758
|
return {
|
|
21779
|
-
baseUri: '/services/data/
|
|
21759
|
+
baseUri: '/services/data/v68.0',
|
|
21780
21760
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
21781
21761
|
method: 'get',
|
|
21782
21762
|
body: null,
|
|
@@ -22987,7 +22967,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
22987
22967
|
function createResourceRequest$$(config) {
|
|
22988
22968
|
const headers = {};
|
|
22989
22969
|
return {
|
|
22990
|
-
baseUri: '/services/data/
|
|
22970
|
+
baseUri: '/services/data/v68.0',
|
|
22991
22971
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
22992
22972
|
method: 'get',
|
|
22993
22973
|
body: null,
|
|
@@ -23198,7 +23178,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
23198
23178
|
function createResourceRequest$_(config) {
|
|
23199
23179
|
const headers = {};
|
|
23200
23180
|
return {
|
|
23201
|
-
baseUri: '/services/data/
|
|
23181
|
+
baseUri: '/services/data/v68.0',
|
|
23202
23182
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
23203
23183
|
method: 'get',
|
|
23204
23184
|
body: null,
|
|
@@ -23367,7 +23347,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
23367
23347
|
function createResourceRequest$Z(config) {
|
|
23368
23348
|
const headers = {};
|
|
23369
23349
|
return {
|
|
23370
|
-
baseUri: '/services/data/
|
|
23350
|
+
baseUri: '/services/data/v68.0',
|
|
23371
23351
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
23372
23352
|
method: 'get',
|
|
23373
23353
|
body: null,
|
|
@@ -23519,7 +23499,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
23519
23499
|
function createResourceRequest$Y(config) {
|
|
23520
23500
|
const headers = {};
|
|
23521
23501
|
return {
|
|
23522
|
-
baseUri: '/services/data/
|
|
23502
|
+
baseUri: '/services/data/v68.0',
|
|
23523
23503
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
23524
23504
|
method: 'get',
|
|
23525
23505
|
body: null,
|
|
@@ -23731,7 +23711,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
23731
23711
|
function createResourceRequest$X(config) {
|
|
23732
23712
|
const headers = {};
|
|
23733
23713
|
return {
|
|
23734
|
-
baseUri: '/services/data/
|
|
23714
|
+
baseUri: '/services/data/v68.0',
|
|
23735
23715
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
23736
23716
|
method: 'post',
|
|
23737
23717
|
body: config.body,
|
|
@@ -24016,7 +23996,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
24016
23996
|
function createResourceRequest$W(config) {
|
|
24017
23997
|
const headers = {};
|
|
24018
23998
|
return {
|
|
24019
|
-
baseUri: '/services/data/
|
|
23999
|
+
baseUri: '/services/data/v68.0',
|
|
24020
24000
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
24021
24001
|
method: 'post',
|
|
24022
24002
|
body: config.body,
|
|
@@ -24261,7 +24241,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
24261
24241
|
function createResourceRequest$V(config) {
|
|
24262
24242
|
const headers = {};
|
|
24263
24243
|
return {
|
|
24264
|
-
baseUri: '/services/data/
|
|
24244
|
+
baseUri: '/services/data/v68.0',
|
|
24265
24245
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
24266
24246
|
method: 'get',
|
|
24267
24247
|
body: null,
|
|
@@ -25518,7 +25498,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
25518
25498
|
function createResourceRequest$U(config) {
|
|
25519
25499
|
const headers = {};
|
|
25520
25500
|
return {
|
|
25521
|
-
baseUri: '/services/data/
|
|
25501
|
+
baseUri: '/services/data/v68.0',
|
|
25522
25502
|
basePath: '/ui-api/apps',
|
|
25523
25503
|
method: 'get',
|
|
25524
25504
|
body: null,
|
|
@@ -25660,7 +25640,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
25660
25640
|
function createResourceRequest$S(config) {
|
|
25661
25641
|
const headers = {};
|
|
25662
25642
|
return {
|
|
25663
|
-
baseUri: '/services/data/
|
|
25643
|
+
baseUri: '/services/data/v68.0',
|
|
25664
25644
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
25665
25645
|
method: 'get',
|
|
25666
25646
|
body: null,
|
|
@@ -26263,7 +26243,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
26263
26243
|
function createResourceRequest$R(config) {
|
|
26264
26244
|
const headers = {};
|
|
26265
26245
|
return {
|
|
26266
|
-
baseUri: '/services/data/
|
|
26246
|
+
baseUri: '/services/data/v68.0',
|
|
26267
26247
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
26268
26248
|
method: 'get',
|
|
26269
26249
|
body: null,
|
|
@@ -26402,7 +26382,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
26402
26382
|
function createResourceRequest$Q(config) {
|
|
26403
26383
|
const headers = {};
|
|
26404
26384
|
return {
|
|
26405
|
-
baseUri: '/services/data/
|
|
26385
|
+
baseUri: '/services/data/v68.0',
|
|
26406
26386
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
26407
26387
|
method: 'get',
|
|
26408
26388
|
body: null,
|
|
@@ -26541,7 +26521,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
|
|
|
26541
26521
|
function createResourceRequest$P(config) {
|
|
26542
26522
|
const headers = {};
|
|
26543
26523
|
return {
|
|
26544
|
-
baseUri: '/services/data/
|
|
26524
|
+
baseUri: '/services/data/v68.0',
|
|
26545
26525
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
26546
26526
|
method: 'get',
|
|
26547
26527
|
body: null,
|
|
@@ -26774,7 +26754,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
26774
26754
|
function createResourceRequest$O(config) {
|
|
26775
26755
|
const headers = {};
|
|
26776
26756
|
return {
|
|
26777
|
-
baseUri: '/services/data/
|
|
26757
|
+
baseUri: '/services/data/v68.0',
|
|
26778
26758
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
26779
26759
|
method: 'get',
|
|
26780
26760
|
body: null,
|
|
@@ -27043,7 +27023,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
27043
27023
|
function createResourceRequest$N(config) {
|
|
27044
27024
|
const headers = {};
|
|
27045
27025
|
return {
|
|
27046
|
-
baseUri: '/services/data/
|
|
27026
|
+
baseUri: '/services/data/v68.0',
|
|
27047
27027
|
basePath: '/ui-api/list-info/batch',
|
|
27048
27028
|
method: 'get',
|
|
27049
27029
|
body: null,
|
|
@@ -27188,7 +27168,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
27188
27168
|
function createResourceRequest$M(config) {
|
|
27189
27169
|
const headers = {};
|
|
27190
27170
|
return {
|
|
27191
|
-
baseUri: '/services/data/
|
|
27171
|
+
baseUri: '/services/data/v68.0',
|
|
27192
27172
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
27193
27173
|
method: 'get',
|
|
27194
27174
|
body: null,
|
|
@@ -27494,7 +27474,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
|
|
|
27494
27474
|
function createResourceRequest$L(config) {
|
|
27495
27475
|
const headers = {};
|
|
27496
27476
|
return {
|
|
27497
|
-
baseUri: '/services/data/
|
|
27477
|
+
baseUri: '/services/data/v68.0',
|
|
27498
27478
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
27499
27479
|
method: 'post',
|
|
27500
27480
|
body: config.body,
|
|
@@ -27607,7 +27587,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
27607
27587
|
function createResourceRequest$K(config) {
|
|
27608
27588
|
const headers = {};
|
|
27609
27589
|
return {
|
|
27610
|
-
baseUri: '/services/data/
|
|
27590
|
+
baseUri: '/services/data/v68.0',
|
|
27611
27591
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
27612
27592
|
method: 'delete',
|
|
27613
27593
|
body: null,
|
|
@@ -27785,7 +27765,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
27785
27765
|
function createResourceRequest$J(config) {
|
|
27786
27766
|
const headers = {};
|
|
27787
27767
|
return {
|
|
27788
|
-
baseUri: '/services/data/
|
|
27768
|
+
baseUri: '/services/data/v68.0',
|
|
27789
27769
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
27790
27770
|
method: 'patch',
|
|
27791
27771
|
body: config.body,
|
|
@@ -28731,7 +28711,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
28731
28711
|
function createResourceRequest$I(config) {
|
|
28732
28712
|
const headers = {};
|
|
28733
28713
|
return {
|
|
28734
|
-
baseUri: '/services/data/
|
|
28714
|
+
baseUri: '/services/data/v68.0',
|
|
28735
28715
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
28736
28716
|
method: 'get',
|
|
28737
28717
|
body: null,
|
|
@@ -29040,7 +29020,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
29040
29020
|
function createResourceRequest$H(config) {
|
|
29041
29021
|
const headers = {};
|
|
29042
29022
|
return {
|
|
29043
|
-
baseUri: '/services/data/
|
|
29023
|
+
baseUri: '/services/data/v68.0',
|
|
29044
29024
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
29045
29025
|
method: 'get',
|
|
29046
29026
|
body: null,
|
|
@@ -29184,7 +29164,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
|
|
|
29184
29164
|
function createResourceRequest$G(config) {
|
|
29185
29165
|
const headers = {};
|
|
29186
29166
|
return {
|
|
29187
|
-
baseUri: '/services/data/
|
|
29167
|
+
baseUri: '/services/data/v68.0',
|
|
29188
29168
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
29189
29169
|
method: 'patch',
|
|
29190
29170
|
body: config.body,
|
|
@@ -29494,7 +29474,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
29494
29474
|
function createResourceRequest$F(config) {
|
|
29495
29475
|
const headers = {};
|
|
29496
29476
|
return {
|
|
29497
|
-
baseUri: '/services/data/
|
|
29477
|
+
baseUri: '/services/data/v68.0',
|
|
29498
29478
|
basePath: '/ui-api/nav-items',
|
|
29499
29479
|
method: 'get',
|
|
29500
29480
|
body: null,
|
|
@@ -29846,7 +29826,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
29846
29826
|
function createResourceRequest$D(config) {
|
|
29847
29827
|
const headers = {};
|
|
29848
29828
|
return {
|
|
29849
|
-
baseUri: '/services/data/
|
|
29829
|
+
baseUri: '/services/data/v68.0',
|
|
29850
29830
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
29851
29831
|
method: 'get',
|
|
29852
29832
|
body: null,
|
|
@@ -30175,8 +30155,8 @@ const select$2u = function PicklistValueRepresentationSelect() {
|
|
|
30175
30155
|
const keyBuilderFromType$i =
|
|
30176
30156
|
/**
|
|
30177
30157
|
* custom key builder from PicklistValuesRepresentation.
|
|
30178
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
30179
|
-
* the '/services/data/
|
|
30158
|
+
* PicklistValuesRepresentation.url is like /services/data/v68.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
30159
|
+
* the '/services/data/v68.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
30180
30160
|
*/
|
|
30181
30161
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
30182
30162
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -30486,7 +30466,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
30486
30466
|
function createResourceRequest$C(config) {
|
|
30487
30467
|
const headers = {};
|
|
30488
30468
|
return {
|
|
30489
|
-
baseUri: '/services/data/
|
|
30469
|
+
baseUri: '/services/data/v68.0',
|
|
30490
30470
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
30491
30471
|
method: 'get',
|
|
30492
30472
|
body: null,
|
|
@@ -30591,7 +30571,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
|
|
|
30591
30571
|
function createResourceRequest$B(config) {
|
|
30592
30572
|
const headers = {};
|
|
30593
30573
|
return {
|
|
30594
|
-
baseUri: '/services/data/
|
|
30574
|
+
baseUri: '/services/data/v68.0',
|
|
30595
30575
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
30596
30576
|
method: 'get',
|
|
30597
30577
|
body: null,
|
|
@@ -30809,7 +30789,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
30809
30789
|
function createResourceRequest$A(config) {
|
|
30810
30790
|
const headers = {};
|
|
30811
30791
|
return {
|
|
30812
|
-
baseUri: '/services/data/
|
|
30792
|
+
baseUri: '/services/data/v68.0',
|
|
30813
30793
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
30814
30794
|
method: 'get',
|
|
30815
30795
|
body: null,
|
|
@@ -31135,7 +31115,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
31135
31115
|
function createResourceRequest$z(config) {
|
|
31136
31116
|
const headers = {};
|
|
31137
31117
|
return {
|
|
31138
|
-
baseUri: '/services/data/
|
|
31118
|
+
baseUri: '/services/data/v68.0',
|
|
31139
31119
|
basePath: '/ui-api/predupe',
|
|
31140
31120
|
method: 'post',
|
|
31141
31121
|
body: config.body,
|
|
@@ -32366,7 +32346,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
32366
32346
|
function createResourceRequest$y(config) {
|
|
32367
32347
|
const headers = {};
|
|
32368
32348
|
return {
|
|
32369
|
-
baseUri: '/services/data/
|
|
32349
|
+
baseUri: '/services/data/v68.0',
|
|
32370
32350
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
32371
32351
|
method: 'get',
|
|
32372
32352
|
body: null,
|
|
@@ -33230,7 +33210,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
33230
33210
|
function createResourceRequest$x(config) {
|
|
33231
33211
|
const headers = {};
|
|
33232
33212
|
return {
|
|
33233
|
-
baseUri: '/services/data/
|
|
33213
|
+
baseUri: '/services/data/v68.0',
|
|
33234
33214
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
33235
33215
|
method: 'get',
|
|
33236
33216
|
body: null,
|
|
@@ -33495,7 +33475,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
33495
33475
|
function createResourceRequest$w(config) {
|
|
33496
33476
|
const headers = {};
|
|
33497
33477
|
return {
|
|
33498
|
-
baseUri: '/services/data/
|
|
33478
|
+
baseUri: '/services/data/v68.0',
|
|
33499
33479
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
33500
33480
|
method: 'get',
|
|
33501
33481
|
body: null,
|
|
@@ -34189,7 +34169,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
34189
34169
|
function createResourceRequest$v(config) {
|
|
34190
34170
|
const headers = {};
|
|
34191
34171
|
return {
|
|
34192
|
-
baseUri: '/services/data/
|
|
34172
|
+
baseUri: '/services/data/v68.0',
|
|
34193
34173
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
34194
34174
|
method: 'get',
|
|
34195
34175
|
body: null,
|
|
@@ -34459,7 +34439,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
34459
34439
|
function createResourceRequest$u(config) {
|
|
34460
34440
|
const headers = {};
|
|
34461
34441
|
return {
|
|
34462
|
-
baseUri: '/services/data/
|
|
34442
|
+
baseUri: '/services/data/v68.0',
|
|
34463
34443
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
34464
34444
|
method: 'get',
|
|
34465
34445
|
body: null,
|
|
@@ -34853,7 +34833,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
34853
34833
|
function createResourceRequest$t(config) {
|
|
34854
34834
|
const headers = {};
|
|
34855
34835
|
return {
|
|
34856
|
-
baseUri: '/services/data/
|
|
34836
|
+
baseUri: '/services/data/v68.0',
|
|
34857
34837
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
34858
34838
|
method: 'get',
|
|
34859
34839
|
body: null,
|
|
@@ -35194,7 +35174,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
35194
35174
|
function createResourceRequest$r(config) {
|
|
35195
35175
|
const headers = {};
|
|
35196
35176
|
return {
|
|
35197
|
-
baseUri: '/services/data/
|
|
35177
|
+
baseUri: '/services/data/v68.0',
|
|
35198
35178
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
35199
35179
|
method: 'get',
|
|
35200
35180
|
body: null,
|
|
@@ -35456,7 +35436,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
35456
35436
|
function createResourceRequest$q(config) {
|
|
35457
35437
|
const headers = {};
|
|
35458
35438
|
return {
|
|
35459
|
-
baseUri: '/services/data/
|
|
35439
|
+
baseUri: '/services/data/v68.0',
|
|
35460
35440
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
35461
35441
|
method: 'get',
|
|
35462
35442
|
body: null,
|
|
@@ -36590,7 +36570,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
36590
36570
|
function createResourceRequest$o(config) {
|
|
36591
36571
|
const headers = {};
|
|
36592
36572
|
return {
|
|
36593
|
-
baseUri: '/services/data/
|
|
36573
|
+
baseUri: '/services/data/v68.0',
|
|
36594
36574
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
36595
36575
|
method: 'post',
|
|
36596
36576
|
body: config.body,
|
|
@@ -36875,7 +36855,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
36875
36855
|
function createResourceRequest$n(config) {
|
|
36876
36856
|
const headers = {};
|
|
36877
36857
|
return {
|
|
36878
|
-
baseUri: '/services/data/
|
|
36858
|
+
baseUri: '/services/data/v68.0',
|
|
36879
36859
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
36880
36860
|
method: 'post',
|
|
36881
36861
|
body: config.body,
|
|
@@ -37418,7 +37398,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
37418
37398
|
function createResourceRequest$m(config) {
|
|
37419
37399
|
const headers = {};
|
|
37420
37400
|
return {
|
|
37421
|
-
baseUri: '/services/data/
|
|
37401
|
+
baseUri: '/services/data/v68.0',
|
|
37422
37402
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
37423
37403
|
method: 'get',
|
|
37424
37404
|
body: null,
|
|
@@ -37674,7 +37654,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
37674
37654
|
function createResourceRequest$l(config) {
|
|
37675
37655
|
const headers = {};
|
|
37676
37656
|
return {
|
|
37677
|
-
baseUri: '/services/data/
|
|
37657
|
+
baseUri: '/services/data/v68.0',
|
|
37678
37658
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
37679
37659
|
method: 'get',
|
|
37680
37660
|
body: null,
|
|
@@ -38092,7 +38072,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
38092
38072
|
function createResourceRequest$k(config) {
|
|
38093
38073
|
const headers = {};
|
|
38094
38074
|
return {
|
|
38095
|
-
baseUri: '/services/data/
|
|
38075
|
+
baseUri: '/services/data/v68.0',
|
|
38096
38076
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
38097
38077
|
method: 'get',
|
|
38098
38078
|
body: null,
|
|
@@ -39101,7 +39081,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
39101
39081
|
function createResourceRequest$j(config) {
|
|
39102
39082
|
const headers = {};
|
|
39103
39083
|
return {
|
|
39104
|
-
baseUri: '/services/data/
|
|
39084
|
+
baseUri: '/services/data/v68.0',
|
|
39105
39085
|
basePath: '/ui-api/search/results',
|
|
39106
39086
|
method: 'post',
|
|
39107
39087
|
body: config.body,
|
|
@@ -39375,7 +39355,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
39375
39355
|
function createResourceRequest$i(config) {
|
|
39376
39356
|
const headers = {};
|
|
39377
39357
|
return {
|
|
39378
|
-
baseUri: '/services/data/
|
|
39358
|
+
baseUri: '/services/data/v68.0',
|
|
39379
39359
|
basePath: '/ui-api/search/results/keyword',
|
|
39380
39360
|
method: 'post',
|
|
39381
39361
|
body: config.body,
|
|
@@ -66458,7 +66438,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
|
|
|
66458
66438
|
function createResourceRequest$h(config) {
|
|
66459
66439
|
const headers = {};
|
|
66460
66440
|
return {
|
|
66461
|
-
baseUri: '/services/data/
|
|
66441
|
+
baseUri: '/services/data/v68.0',
|
|
66462
66442
|
basePath: '/graphql',
|
|
66463
66443
|
method: 'post',
|
|
66464
66444
|
body: { ...config.body,
|
|
@@ -66509,7 +66489,7 @@ function createResourceRequest$f(config) {
|
|
|
66509
66489
|
const headers = {};
|
|
66510
66490
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
66511
66491
|
return {
|
|
66512
|
-
baseUri: '/services/data/
|
|
66492
|
+
baseUri: '/services/data/v68.0',
|
|
66513
66493
|
basePath: '/graphql/batch',
|
|
66514
66494
|
method: 'post',
|
|
66515
66495
|
body: transformedConfig.body,
|
|
@@ -67057,7 +67037,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
67057
67037
|
function createResourceRequest$e(config) {
|
|
67058
67038
|
const headers = {};
|
|
67059
67039
|
return {
|
|
67060
|
-
baseUri: '/services/data/
|
|
67040
|
+
baseUri: '/services/data/v68.0',
|
|
67061
67041
|
basePath: '/ui-api/records/batch',
|
|
67062
67042
|
method: 'post',
|
|
67063
67043
|
body: config.body,
|
|
@@ -67332,7 +67312,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
67332
67312
|
function createResourceRequest$d(config) {
|
|
67333
67313
|
const headers = {};
|
|
67334
67314
|
return {
|
|
67335
|
-
baseUri: '/services/data/
|
|
67315
|
+
baseUri: '/services/data/v68.0',
|
|
67336
67316
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
67337
67317
|
method: 'patch',
|
|
67338
67318
|
body: config.body,
|
|
@@ -67396,7 +67376,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
67396
67376
|
function createResourceRequest$c(config) {
|
|
67397
67377
|
const headers = {};
|
|
67398
67378
|
return {
|
|
67399
|
-
baseUri: '/services/data/
|
|
67379
|
+
baseUri: '/services/data/v68.0',
|
|
67400
67380
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
67401
67381
|
method: 'post',
|
|
67402
67382
|
body: config.body,
|
|
@@ -67797,7 +67777,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
67797
67777
|
function createResourceRequest$a(config) {
|
|
67798
67778
|
const headers = {};
|
|
67799
67779
|
return {
|
|
67800
|
-
baseUri: '/services/data/
|
|
67780
|
+
baseUri: '/services/data/v68.0',
|
|
67801
67781
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
67802
67782
|
method: 'post',
|
|
67803
67783
|
body: config.body,
|
|
@@ -68039,7 +68019,7 @@ const factory$9 = (luvio) => {
|
|
|
68039
68019
|
function createResourceRequest$9(config) {
|
|
68040
68020
|
const headers = {};
|
|
68041
68021
|
return {
|
|
68042
|
-
baseUri: '/services/data/
|
|
68022
|
+
baseUri: '/services/data/v68.0',
|
|
68043
68023
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
68044
68024
|
method: 'post',
|
|
68045
68025
|
body: config.body,
|
|
@@ -68648,7 +68628,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
68648
68628
|
function createResourceRequest$8(config) {
|
|
68649
68629
|
const headers = {};
|
|
68650
68630
|
return {
|
|
68651
|
-
baseUri: '/services/data/
|
|
68631
|
+
baseUri: '/services/data/v68.0',
|
|
68652
68632
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
68653
68633
|
method: 'get',
|
|
68654
68634
|
body: null,
|
|
@@ -69290,7 +69270,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
69290
69270
|
function createResourceRequest$7(config) {
|
|
69291
69271
|
const headers = {};
|
|
69292
69272
|
return {
|
|
69293
|
-
baseUri: '/services/data/
|
|
69273
|
+
baseUri: '/services/data/v68.0',
|
|
69294
69274
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
69295
69275
|
method: 'get',
|
|
69296
69276
|
body: null,
|
|
@@ -69921,7 +69901,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
69921
69901
|
function createResourceRequest$6(config) {
|
|
69922
69902
|
const headers = {};
|
|
69923
69903
|
return {
|
|
69924
|
-
baseUri: '/services/data/
|
|
69904
|
+
baseUri: '/services/data/v68.0',
|
|
69925
69905
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
69926
69906
|
method: 'get',
|
|
69927
69907
|
body: null,
|
|
@@ -70134,7 +70114,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
70134
70114
|
function createResourceRequest$5(config) {
|
|
70135
70115
|
const headers = {};
|
|
70136
70116
|
return {
|
|
70137
|
-
baseUri: '/services/data/
|
|
70117
|
+
baseUri: '/services/data/v68.0',
|
|
70138
70118
|
basePath: '/ui-api/records',
|
|
70139
70119
|
method: 'post',
|
|
70140
70120
|
body: config.body,
|
|
@@ -70240,7 +70220,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
70240
70220
|
function createResourceRequest$3(config) {
|
|
70241
70221
|
const headers = {};
|
|
70242
70222
|
return {
|
|
70243
|
-
baseUri: '/services/data/
|
|
70223
|
+
baseUri: '/services/data/v68.0',
|
|
70244
70224
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
70245
70225
|
method: 'delete',
|
|
70246
70226
|
body: null,
|
|
@@ -70330,7 +70310,7 @@ function createResourceRequest$2(config) {
|
|
|
70330
70310
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
70331
70311
|
}
|
|
70332
70312
|
return {
|
|
70333
|
-
baseUri: '/services/data/
|
|
70313
|
+
baseUri: '/services/data/v68.0',
|
|
70334
70314
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
70335
70315
|
method: 'patch',
|
|
70336
70316
|
body: config.body,
|
|
@@ -70669,7 +70649,7 @@ function createResourceParams$1(config) {
|
|
|
70669
70649
|
function createResourceRequest$1(config) {
|
|
70670
70650
|
const headers = {};
|
|
70671
70651
|
return {
|
|
70672
|
-
baseUri: '/services/data/
|
|
70652
|
+
baseUri: '/services/data/v68.0',
|
|
70673
70653
|
basePath: '/ui-api/records/content-documents/' +
|
|
70674
70654
|
config.urlParams.contentDocumentId +
|
|
70675
70655
|
'/content-versions',
|
|
@@ -70787,7 +70767,7 @@ function createResourceParams(config) {
|
|
|
70787
70767
|
function createResourceRequest(config) {
|
|
70788
70768
|
const headers = {};
|
|
70789
70769
|
return {
|
|
70790
|
-
baseUri: '/services/data/
|
|
70770
|
+
baseUri: '/services/data/v68.0',
|
|
70791
70771
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
70792
70772
|
method: 'post',
|
|
70793
70773
|
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.432.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.432.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@luvio/lwc-luvio": "0.160.4",
|
|
38
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
38
|
+
"@salesforce/lds-default-luvio": "^1.432.0"
|
|
39
39
|
}
|
|
40
40
|
}
|