@salesforce/lds-worker-api 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.
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.
|
|
4283
|
+
// version: 1.432.0-a57c62b660
|
|
4284
4284
|
|
|
4285
4285
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4286
4286
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
const { apiFamily, name } = metadata;
|
|
5325
5325
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5326
5326
|
}
|
|
5327
|
-
// version: 1.
|
|
5327
|
+
// version: 1.432.0-a57c62b660
|
|
5328
5328
|
|
|
5329
5329
|
function isSupportedEntity(_objectApiName) {
|
|
5330
5330
|
return true;
|
|
@@ -5491,14 +5491,6 @@
|
|
|
5491
5491
|
* One store enabled Get Object Infos adapter
|
|
5492
5492
|
*/
|
|
5493
5493
|
let oneStoreGetObjectInfosAdapter$3 = undefined;
|
|
5494
|
-
/**
|
|
5495
|
-
* Determines when to include PDL strategies for Related Lists
|
|
5496
|
-
*/
|
|
5497
|
-
let relatedListsPredictionsEnabled$3 = false;
|
|
5498
|
-
/**
|
|
5499
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
5500
|
-
*/
|
|
5501
|
-
let relatedListsPlusPredictionsEnabled$3 = false;
|
|
5502
5494
|
let recordRepresentationIngestionOverride$3 = undefined;
|
|
5503
5495
|
/**
|
|
5504
5496
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -5593,18 +5585,6 @@
|
|
|
5593
5585
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
5594
5586
|
return trackedFieldLeafNodeIdAndNameOnly$3;
|
|
5595
5587
|
},
|
|
5596
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
5597
|
-
relatedListsPredictionsEnabled$3 = f;
|
|
5598
|
-
},
|
|
5599
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
5600
|
-
return relatedListsPredictionsEnabled$3 === true;
|
|
5601
|
-
},
|
|
5602
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
5603
|
-
relatedListsPlusPredictionsEnabled$3 = f;
|
|
5604
|
-
},
|
|
5605
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
5606
|
-
return relatedListsPlusPredictionsEnabled$3 === true;
|
|
5607
|
-
},
|
|
5608
5588
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
5609
5589
|
recordRepresentationIngestionOverride$3 = ingest;
|
|
5610
5590
|
},
|
|
@@ -5756,14 +5736,6 @@
|
|
|
5756
5736
|
* One store enabled Get Object Infos adapter
|
|
5757
5737
|
*/
|
|
5758
5738
|
let oneStoreGetObjectInfosAdapter$2 = undefined;
|
|
5759
|
-
/**
|
|
5760
|
-
* Determines when to include PDL strategies for Related Lists
|
|
5761
|
-
*/
|
|
5762
|
-
let relatedListsPredictionsEnabled$2 = false;
|
|
5763
|
-
/**
|
|
5764
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
5765
|
-
*/
|
|
5766
|
-
let relatedListsPlusPredictionsEnabled$2 = false;
|
|
5767
5739
|
let recordRepresentationIngestionOverride$2 = undefined;
|
|
5768
5740
|
/**
|
|
5769
5741
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -5867,18 +5839,6 @@
|
|
|
5867
5839
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
5868
5840
|
return trackedFieldLeafNodeIdAndNameOnly$2;
|
|
5869
5841
|
},
|
|
5870
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
5871
|
-
relatedListsPredictionsEnabled$2 = f;
|
|
5872
|
-
},
|
|
5873
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
5874
|
-
return relatedListsPredictionsEnabled$2 === true;
|
|
5875
|
-
},
|
|
5876
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
5877
|
-
relatedListsPlusPredictionsEnabled$2 = f;
|
|
5878
|
-
},
|
|
5879
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
5880
|
-
return relatedListsPlusPredictionsEnabled$2 === true;
|
|
5881
|
-
},
|
|
5882
5842
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
5883
5843
|
recordRepresentationIngestionOverride$2 = ingest;
|
|
5884
5844
|
},
|
|
@@ -6010,26 +5970,6 @@
|
|
|
6010
5970
|
return result;
|
|
6011
5971
|
};
|
|
6012
5972
|
}
|
|
6013
|
-
function createRelatedListAdapterWithPrediction(adapter, luvio, name) {
|
|
6014
|
-
if (configurationForRestAdapters$2.areRelatedListsPredictionsEnabled() /* gate is open */) {
|
|
6015
|
-
return createLDSAdapterWithPrediction(adapter, luvio, name);
|
|
6016
|
-
}
|
|
6017
|
-
else {
|
|
6018
|
-
return (config, requestContext) => {
|
|
6019
|
-
return adapter(config, requestContext);
|
|
6020
|
-
};
|
|
6021
|
-
}
|
|
6022
|
-
}
|
|
6023
|
-
function createRelatedListPlusAdapterWithPrediction(adapter, luvio, name) {
|
|
6024
|
-
if (configurationForRestAdapters$2.areRelatedListsPlusPredictionsEnabled() /* gate is open */) {
|
|
6025
|
-
return createLDSAdapterWithPrediction(adapter, luvio, name);
|
|
6026
|
-
}
|
|
6027
|
-
else {
|
|
6028
|
-
return (config, requestContext) => {
|
|
6029
|
-
return adapter(config, requestContext);
|
|
6030
|
-
};
|
|
6031
|
-
}
|
|
6032
|
-
}
|
|
6033
5973
|
|
|
6034
5974
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty$3 } = Object.prototype;
|
|
6035
5975
|
const { keys: ObjectKeys$1$3, create: ObjectCreate$1$3 } = Object;
|
|
@@ -8601,7 +8541,7 @@
|
|
|
8601
8541
|
function createResourceRequest$1c(config) {
|
|
8602
8542
|
const headers = {};
|
|
8603
8543
|
return {
|
|
8604
|
-
baseUri: '/services/data/
|
|
8544
|
+
baseUri: '/services/data/v68.0',
|
|
8605
8545
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
8606
8546
|
method: 'get',
|
|
8607
8547
|
body: null,
|
|
@@ -9030,7 +8970,7 @@
|
|
|
9030
8970
|
function createResourceRequest$1b(config) {
|
|
9031
8971
|
const headers = {};
|
|
9032
8972
|
return {
|
|
9033
|
-
baseUri: '/services/data/
|
|
8973
|
+
baseUri: '/services/data/v68.0',
|
|
9034
8974
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
9035
8975
|
method: 'get',
|
|
9036
8976
|
body: null,
|
|
@@ -9850,7 +9790,7 @@
|
|
|
9850
9790
|
function createResourceRequest$1a(config) {
|
|
9851
9791
|
const headers = {};
|
|
9852
9792
|
return {
|
|
9853
|
-
baseUri: '/services/data/
|
|
9793
|
+
baseUri: '/services/data/v68.0',
|
|
9854
9794
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
9855
9795
|
method: 'get',
|
|
9856
9796
|
body: null,
|
|
@@ -9900,7 +9840,7 @@
|
|
|
9900
9840
|
function createResourceRequest$19(config) {
|
|
9901
9841
|
const headers = {};
|
|
9902
9842
|
return {
|
|
9903
|
-
baseUri: '/services/data/
|
|
9843
|
+
baseUri: '/services/data/v68.0',
|
|
9904
9844
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
9905
9845
|
method: 'get',
|
|
9906
9846
|
body: null,
|
|
@@ -9942,7 +9882,7 @@
|
|
|
9942
9882
|
function createResourceRequest$18(config) {
|
|
9943
9883
|
const headers = {};
|
|
9944
9884
|
return {
|
|
9945
|
-
baseUri: '/services/data/
|
|
9885
|
+
baseUri: '/services/data/v68.0',
|
|
9946
9886
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
9947
9887
|
method: 'get',
|
|
9948
9888
|
body: null,
|
|
@@ -10767,7 +10707,7 @@
|
|
|
10767
10707
|
function createResourceRequest$17(config) {
|
|
10768
10708
|
const headers = {};
|
|
10769
10709
|
return {
|
|
10770
|
-
baseUri: '/services/data/
|
|
10710
|
+
baseUri: '/services/data/v68.0',
|
|
10771
10711
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
10772
10712
|
method: 'post',
|
|
10773
10713
|
body: config.body,
|
|
@@ -11238,7 +11178,7 @@
|
|
|
11238
11178
|
function createResourceRequest$16(config) {
|
|
11239
11179
|
const headers = {};
|
|
11240
11180
|
return {
|
|
11241
|
-
baseUri: '/services/data/
|
|
11181
|
+
baseUri: '/services/data/v68.0',
|
|
11242
11182
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
11243
11183
|
method: 'get',
|
|
11244
11184
|
body: null,
|
|
@@ -11433,7 +11373,7 @@
|
|
|
11433
11373
|
function createResourceRequest$15(config) {
|
|
11434
11374
|
const headers = {};
|
|
11435
11375
|
return {
|
|
11436
|
-
baseUri: '/services/data/
|
|
11376
|
+
baseUri: '/services/data/v68.0',
|
|
11437
11377
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
11438
11378
|
method: 'get',
|
|
11439
11379
|
body: null,
|
|
@@ -11475,7 +11415,7 @@
|
|
|
11475
11415
|
function createResourceRequest$14(config) {
|
|
11476
11416
|
const headers = {};
|
|
11477
11417
|
return {
|
|
11478
|
-
baseUri: '/services/data/
|
|
11418
|
+
baseUri: '/services/data/v68.0',
|
|
11479
11419
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
11480
11420
|
method: 'get',
|
|
11481
11421
|
body: null,
|
|
@@ -12450,7 +12390,7 @@
|
|
|
12450
12390
|
function createResourceRequest$13(config) {
|
|
12451
12391
|
const headers = {};
|
|
12452
12392
|
return {
|
|
12453
|
-
baseUri: '/services/data/
|
|
12393
|
+
baseUri: '/services/data/v68.0',
|
|
12454
12394
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
12455
12395
|
method: 'get',
|
|
12456
12396
|
body: null,
|
|
@@ -12897,7 +12837,7 @@
|
|
|
12897
12837
|
function createResourceRequest$12(config) {
|
|
12898
12838
|
const headers = {};
|
|
12899
12839
|
return {
|
|
12900
|
-
baseUri: '/services/data/
|
|
12840
|
+
baseUri: '/services/data/v68.0',
|
|
12901
12841
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
12902
12842
|
method: 'get',
|
|
12903
12843
|
body: null,
|
|
@@ -14899,7 +14839,7 @@
|
|
|
14899
14839
|
function createResourceRequest$11(config) {
|
|
14900
14840
|
const headers = {};
|
|
14901
14841
|
return {
|
|
14902
|
-
baseUri: '/services/data/
|
|
14842
|
+
baseUri: '/services/data/v68.0',
|
|
14903
14843
|
basePath: '/ui-api/actions/global',
|
|
14904
14844
|
method: 'get',
|
|
14905
14845
|
body: null,
|
|
@@ -15093,7 +15033,7 @@
|
|
|
15093
15033
|
function createResourceRequest$10(config) {
|
|
15094
15034
|
const headers = {};
|
|
15095
15035
|
return {
|
|
15096
|
-
baseUri: '/services/data/
|
|
15036
|
+
baseUri: '/services/data/v68.0',
|
|
15097
15037
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
15098
15038
|
method: 'get',
|
|
15099
15039
|
body: null,
|
|
@@ -15257,7 +15197,7 @@
|
|
|
15257
15197
|
function createResourceRequest$$(config) {
|
|
15258
15198
|
const headers = {};
|
|
15259
15199
|
return {
|
|
15260
|
-
baseUri: '/services/data/
|
|
15200
|
+
baseUri: '/services/data/v68.0',
|
|
15261
15201
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
15262
15202
|
method: 'get',
|
|
15263
15203
|
body: null,
|
|
@@ -15391,7 +15331,7 @@
|
|
|
15391
15331
|
function createResourceRequest$_(config) {
|
|
15392
15332
|
const headers = {};
|
|
15393
15333
|
return {
|
|
15394
|
-
baseUri: '/services/data/
|
|
15334
|
+
baseUri: '/services/data/v68.0',
|
|
15395
15335
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
15396
15336
|
method: 'get',
|
|
15397
15337
|
body: null,
|
|
@@ -15554,7 +15494,7 @@
|
|
|
15554
15494
|
function createResourceRequest$Z(config) {
|
|
15555
15495
|
const headers = {};
|
|
15556
15496
|
return {
|
|
15557
|
-
baseUri: '/services/data/
|
|
15497
|
+
baseUri: '/services/data/v68.0',
|
|
15558
15498
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
15559
15499
|
method: 'get',
|
|
15560
15500
|
body: null,
|
|
@@ -15731,7 +15671,7 @@
|
|
|
15731
15671
|
function createResourceRequest$Y(config) {
|
|
15732
15672
|
const headers = {};
|
|
15733
15673
|
return {
|
|
15734
|
-
baseUri: '/services/data/
|
|
15674
|
+
baseUri: '/services/data/v68.0',
|
|
15735
15675
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
15736
15676
|
method: 'get',
|
|
15737
15677
|
body: null,
|
|
@@ -16338,7 +16278,7 @@
|
|
|
16338
16278
|
function createResourceRequest$X(config) {
|
|
16339
16279
|
const headers = {};
|
|
16340
16280
|
return {
|
|
16341
|
-
baseUri: '/services/data/
|
|
16281
|
+
baseUri: '/services/data/v68.0',
|
|
16342
16282
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
16343
16283
|
method: 'get',
|
|
16344
16284
|
body: null,
|
|
@@ -16540,7 +16480,7 @@
|
|
|
16540
16480
|
function createResourceRequest$W(config) {
|
|
16541
16481
|
const headers = {};
|
|
16542
16482
|
return {
|
|
16543
|
-
baseUri: '/services/data/
|
|
16483
|
+
baseUri: '/services/data/v68.0',
|
|
16544
16484
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
16545
16485
|
method: 'get',
|
|
16546
16486
|
body: null,
|
|
@@ -16696,7 +16636,7 @@
|
|
|
16696
16636
|
function createResourceRequest$V(config) {
|
|
16697
16637
|
const headers = {};
|
|
16698
16638
|
return {
|
|
16699
|
-
baseUri: '/services/data/
|
|
16639
|
+
baseUri: '/services/data/v68.0',
|
|
16700
16640
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
16701
16641
|
method: 'get',
|
|
16702
16642
|
body: null,
|
|
@@ -16836,7 +16776,7 @@
|
|
|
16836
16776
|
function createResourceRequest$U(config) {
|
|
16837
16777
|
const headers = {};
|
|
16838
16778
|
return {
|
|
16839
|
-
baseUri: '/services/data/
|
|
16779
|
+
baseUri: '/services/data/v68.0',
|
|
16840
16780
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
16841
16781
|
method: 'get',
|
|
16842
16782
|
body: null,
|
|
@@ -17040,7 +16980,7 @@
|
|
|
17040
16980
|
function createResourceRequest$T(config) {
|
|
17041
16981
|
const headers = {};
|
|
17042
16982
|
return {
|
|
17043
|
-
baseUri: '/services/data/
|
|
16983
|
+
baseUri: '/services/data/v68.0',
|
|
17044
16984
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
17045
16985
|
method: 'post',
|
|
17046
16986
|
body: config.body,
|
|
@@ -17315,7 +17255,7 @@
|
|
|
17315
17255
|
function createResourceRequest$S(config) {
|
|
17316
17256
|
const headers = {};
|
|
17317
17257
|
return {
|
|
17318
|
-
baseUri: '/services/data/
|
|
17258
|
+
baseUri: '/services/data/v68.0',
|
|
17319
17259
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
17320
17260
|
method: 'post',
|
|
17321
17261
|
body: config.body,
|
|
@@ -17549,7 +17489,7 @@
|
|
|
17549
17489
|
function createResourceRequest$R(config) {
|
|
17550
17490
|
const headers = {};
|
|
17551
17491
|
return {
|
|
17552
|
-
baseUri: '/services/data/
|
|
17492
|
+
baseUri: '/services/data/v68.0',
|
|
17553
17493
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
17554
17494
|
method: 'get',
|
|
17555
17495
|
body: null,
|
|
@@ -18270,7 +18210,7 @@
|
|
|
18270
18210
|
function createResourceRequest$Q(config) {
|
|
18271
18211
|
const headers = {};
|
|
18272
18212
|
return {
|
|
18273
|
-
baseUri: '/services/data/
|
|
18213
|
+
baseUri: '/services/data/v68.0',
|
|
18274
18214
|
basePath: '/ui-api/apps',
|
|
18275
18215
|
method: 'get',
|
|
18276
18216
|
body: null,
|
|
@@ -18404,7 +18344,7 @@
|
|
|
18404
18344
|
function createResourceRequest$P(config) {
|
|
18405
18345
|
const headers = {};
|
|
18406
18346
|
return {
|
|
18407
|
-
baseUri: '/services/data/
|
|
18347
|
+
baseUri: '/services/data/v68.0',
|
|
18408
18348
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
18409
18349
|
method: 'get',
|
|
18410
18350
|
body: null,
|
|
@@ -18740,7 +18680,7 @@
|
|
|
18740
18680
|
function createResourceRequest$O(config) {
|
|
18741
18681
|
const headers = {};
|
|
18742
18682
|
return {
|
|
18743
|
-
baseUri: '/services/data/
|
|
18683
|
+
baseUri: '/services/data/v68.0',
|
|
18744
18684
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
18745
18685
|
method: 'get',
|
|
18746
18686
|
body: null,
|
|
@@ -18876,7 +18816,7 @@
|
|
|
18876
18816
|
function createResourceRequest$N(config) {
|
|
18877
18817
|
const headers = {};
|
|
18878
18818
|
return {
|
|
18879
|
-
baseUri: '/services/data/
|
|
18819
|
+
baseUri: '/services/data/v68.0',
|
|
18880
18820
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
18881
18821
|
method: 'get',
|
|
18882
18822
|
body: null,
|
|
@@ -19013,7 +18953,7 @@
|
|
|
19013
18953
|
function createResourceRequest$M(config) {
|
|
19014
18954
|
const headers = {};
|
|
19015
18955
|
return {
|
|
19016
|
-
baseUri: '/services/data/
|
|
18956
|
+
baseUri: '/services/data/v68.0',
|
|
19017
18957
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
19018
18958
|
method: 'get',
|
|
19019
18959
|
body: null,
|
|
@@ -19239,7 +19179,7 @@
|
|
|
19239
19179
|
function createResourceRequest$L(config) {
|
|
19240
19180
|
const headers = {};
|
|
19241
19181
|
return {
|
|
19242
|
-
baseUri: '/services/data/
|
|
19182
|
+
baseUri: '/services/data/v68.0',
|
|
19243
19183
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
19244
19184
|
method: 'get',
|
|
19245
19185
|
body: null,
|
|
@@ -19498,7 +19438,7 @@
|
|
|
19498
19438
|
function createResourceRequest$K(config) {
|
|
19499
19439
|
const headers = {};
|
|
19500
19440
|
return {
|
|
19501
|
-
baseUri: '/services/data/
|
|
19441
|
+
baseUri: '/services/data/v68.0',
|
|
19502
19442
|
basePath: '/ui-api/list-info/batch',
|
|
19503
19443
|
method: 'get',
|
|
19504
19444
|
body: null,
|
|
@@ -19635,7 +19575,7 @@
|
|
|
19635
19575
|
function createResourceRequest$J(config) {
|
|
19636
19576
|
const headers = {};
|
|
19637
19577
|
return {
|
|
19638
|
-
baseUri: '/services/data/
|
|
19578
|
+
baseUri: '/services/data/v68.0',
|
|
19639
19579
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
19640
19580
|
method: 'get',
|
|
19641
19581
|
body: null,
|
|
@@ -19933,7 +19873,7 @@
|
|
|
19933
19873
|
function createResourceRequest$I(config) {
|
|
19934
19874
|
const headers = {};
|
|
19935
19875
|
return {
|
|
19936
|
-
baseUri: '/services/data/
|
|
19876
|
+
baseUri: '/services/data/v68.0',
|
|
19937
19877
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
19938
19878
|
method: 'post',
|
|
19939
19879
|
body: config.body,
|
|
@@ -20043,7 +19983,7 @@
|
|
|
20043
19983
|
function createResourceRequest$H(config) {
|
|
20044
19984
|
const headers = {};
|
|
20045
19985
|
return {
|
|
20046
|
-
baseUri: '/services/data/
|
|
19986
|
+
baseUri: '/services/data/v68.0',
|
|
20047
19987
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20048
19988
|
method: 'delete',
|
|
20049
19989
|
body: null,
|
|
@@ -20210,7 +20150,7 @@
|
|
|
20210
20150
|
function createResourceRequest$G(config) {
|
|
20211
20151
|
const headers = {};
|
|
20212
20152
|
return {
|
|
20213
|
-
baseUri: '/services/data/
|
|
20153
|
+
baseUri: '/services/data/v68.0',
|
|
20214
20154
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20215
20155
|
method: 'patch',
|
|
20216
20156
|
body: config.body,
|
|
@@ -20773,7 +20713,7 @@
|
|
|
20773
20713
|
function createResourceRequest$F(config) {
|
|
20774
20714
|
const headers = {};
|
|
20775
20715
|
return {
|
|
20776
|
-
baseUri: '/services/data/
|
|
20716
|
+
baseUri: '/services/data/v68.0',
|
|
20777
20717
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
20778
20718
|
method: 'get',
|
|
20779
20719
|
body: null,
|
|
@@ -21009,7 +20949,7 @@
|
|
|
21009
20949
|
function createResourceRequest$E(config) {
|
|
21010
20950
|
const headers = {};
|
|
21011
20951
|
return {
|
|
21012
|
-
baseUri: '/services/data/
|
|
20952
|
+
baseUri: '/services/data/v68.0',
|
|
21013
20953
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21014
20954
|
method: 'get',
|
|
21015
20955
|
body: null,
|
|
@@ -21145,7 +21085,7 @@
|
|
|
21145
21085
|
function createResourceRequest$D(config) {
|
|
21146
21086
|
const headers = {};
|
|
21147
21087
|
return {
|
|
21148
|
-
baseUri: '/services/data/
|
|
21088
|
+
baseUri: '/services/data/v68.0',
|
|
21149
21089
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21150
21090
|
method: 'patch',
|
|
21151
21091
|
body: config.body,
|
|
@@ -21385,7 +21325,7 @@
|
|
|
21385
21325
|
function createResourceRequest$C(config) {
|
|
21386
21326
|
const headers = {};
|
|
21387
21327
|
return {
|
|
21388
|
-
baseUri: '/services/data/
|
|
21328
|
+
baseUri: '/services/data/v68.0',
|
|
21389
21329
|
basePath: '/ui-api/nav-items',
|
|
21390
21330
|
method: 'get',
|
|
21391
21331
|
body: null,
|
|
@@ -21513,7 +21453,7 @@
|
|
|
21513
21453
|
function createResourceRequest$B(config) {
|
|
21514
21454
|
const headers = {};
|
|
21515
21455
|
return {
|
|
21516
|
-
baseUri: '/services/data/
|
|
21456
|
+
baseUri: '/services/data/v68.0',
|
|
21517
21457
|
basePath: '/ui-api/object-info',
|
|
21518
21458
|
method: 'get',
|
|
21519
21459
|
body: null,
|
|
@@ -21845,7 +21785,7 @@
|
|
|
21845
21785
|
function createResourceRequest$A(config) {
|
|
21846
21786
|
const headers = {};
|
|
21847
21787
|
return {
|
|
21848
|
-
baseUri: '/services/data/
|
|
21788
|
+
baseUri: '/services/data/v68.0',
|
|
21849
21789
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
21850
21790
|
method: 'get',
|
|
21851
21791
|
body: null,
|
|
@@ -22099,8 +22039,8 @@
|
|
|
22099
22039
|
const keyBuilderFromType$i$1 =
|
|
22100
22040
|
/**
|
|
22101
22041
|
* custom key builder from PicklistValuesRepresentation.
|
|
22102
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
22103
|
-
* the '/services/data/
|
|
22042
|
+
* PicklistValuesRepresentation.url is like /services/data/v68.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
22043
|
+
* the '/services/data/v68.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
22104
22044
|
*/
|
|
22105
22045
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
22106
22046
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -22290,7 +22230,7 @@
|
|
|
22290
22230
|
function createResourceRequest$z(config) {
|
|
22291
22231
|
const headers = {};
|
|
22292
22232
|
return {
|
|
22293
|
-
baseUri: '/services/data/
|
|
22233
|
+
baseUri: '/services/data/v68.0',
|
|
22294
22234
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
22295
22235
|
method: 'get',
|
|
22296
22236
|
body: null,
|
|
@@ -22392,7 +22332,7 @@
|
|
|
22392
22332
|
function createResourceRequest$y(config) {
|
|
22393
22333
|
const headers = {};
|
|
22394
22334
|
return {
|
|
22395
|
-
baseUri: '/services/data/
|
|
22335
|
+
baseUri: '/services/data/v68.0',
|
|
22396
22336
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
22397
22337
|
method: 'get',
|
|
22398
22338
|
body: null,
|
|
@@ -22597,7 +22537,7 @@
|
|
|
22597
22537
|
function createResourceRequest$x(config) {
|
|
22598
22538
|
const headers = {};
|
|
22599
22539
|
return {
|
|
22600
|
-
baseUri: '/services/data/
|
|
22540
|
+
baseUri: '/services/data/v68.0',
|
|
22601
22541
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
22602
22542
|
method: 'get',
|
|
22603
22543
|
body: null,
|
|
@@ -22768,7 +22708,7 @@
|
|
|
22768
22708
|
function createResourceRequest$w(config) {
|
|
22769
22709
|
const headers = {};
|
|
22770
22710
|
return {
|
|
22771
|
-
baseUri: '/services/data/
|
|
22711
|
+
baseUri: '/services/data/v68.0',
|
|
22772
22712
|
basePath: '/ui-api/predupe',
|
|
22773
22713
|
method: 'post',
|
|
22774
22714
|
body: config.body,
|
|
@@ -23560,7 +23500,7 @@
|
|
|
23560
23500
|
function createResourceRequest$v(config) {
|
|
23561
23501
|
const headers = {};
|
|
23562
23502
|
return {
|
|
23563
|
-
baseUri: '/services/data/
|
|
23503
|
+
baseUri: '/services/data/v68.0',
|
|
23564
23504
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
23565
23505
|
method: 'get',
|
|
23566
23506
|
body: null,
|
|
@@ -24170,7 +24110,7 @@
|
|
|
24170
24110
|
function createResourceRequest$u(config) {
|
|
24171
24111
|
const headers = {};
|
|
24172
24112
|
return {
|
|
24173
|
-
baseUri: '/services/data/
|
|
24113
|
+
baseUri: '/services/data/v68.0',
|
|
24174
24114
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
24175
24115
|
method: 'get',
|
|
24176
24116
|
body: null,
|
|
@@ -24425,7 +24365,7 @@
|
|
|
24425
24365
|
function createResourceRequest$t(config) {
|
|
24426
24366
|
const headers = {};
|
|
24427
24367
|
return {
|
|
24428
|
-
baseUri: '/services/data/
|
|
24368
|
+
baseUri: '/services/data/v68.0',
|
|
24429
24369
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
24430
24370
|
method: 'get',
|
|
24431
24371
|
body: null,
|
|
@@ -24788,7 +24728,7 @@
|
|
|
24788
24728
|
function createResourceRequest$s(config) {
|
|
24789
24729
|
const headers = {};
|
|
24790
24730
|
return {
|
|
24791
|
-
baseUri: '/services/data/
|
|
24731
|
+
baseUri: '/services/data/v68.0',
|
|
24792
24732
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
24793
24733
|
method: 'get',
|
|
24794
24734
|
body: null,
|
|
@@ -25048,7 +24988,7 @@
|
|
|
25048
24988
|
function createResourceRequest$r(config) {
|
|
25049
24989
|
const headers = {};
|
|
25050
24990
|
return {
|
|
25051
|
-
baseUri: '/services/data/
|
|
24991
|
+
baseUri: '/services/data/v68.0',
|
|
25052
24992
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
25053
24993
|
method: 'get',
|
|
25054
24994
|
body: null,
|
|
@@ -25239,7 +25179,7 @@
|
|
|
25239
25179
|
function createResourceRequest$q(config) {
|
|
25240
25180
|
const headers = {};
|
|
25241
25181
|
return {
|
|
25242
|
-
baseUri: '/services/data/
|
|
25182
|
+
baseUri: '/services/data/v68.0',
|
|
25243
25183
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
25244
25184
|
method: 'get',
|
|
25245
25185
|
body: null,
|
|
@@ -25482,7 +25422,7 @@
|
|
|
25482
25422
|
function createResourceRequest$p(config) {
|
|
25483
25423
|
const headers = {};
|
|
25484
25424
|
return {
|
|
25485
|
-
baseUri: '/services/data/
|
|
25425
|
+
baseUri: '/services/data/v68.0',
|
|
25486
25426
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
25487
25427
|
method: 'patch',
|
|
25488
25428
|
body: config.body,
|
|
@@ -25652,7 +25592,7 @@
|
|
|
25652
25592
|
function createResourceRequest$o(config) {
|
|
25653
25593
|
const headers = {};
|
|
25654
25594
|
return {
|
|
25655
|
-
baseUri: '/services/data/
|
|
25595
|
+
baseUri: '/services/data/v68.0',
|
|
25656
25596
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
25657
25597
|
method: 'get',
|
|
25658
25598
|
body: null,
|
|
@@ -25904,7 +25844,7 @@
|
|
|
25904
25844
|
function createResourceRequest$n$1(config) {
|
|
25905
25845
|
const headers = {};
|
|
25906
25846
|
return {
|
|
25907
|
-
baseUri: '/services/data/
|
|
25847
|
+
baseUri: '/services/data/v68.0',
|
|
25908
25848
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
25909
25849
|
method: 'get',
|
|
25910
25850
|
body: null,
|
|
@@ -26102,7 +26042,7 @@
|
|
|
26102
26042
|
function createResourceRequest$m$1(config) {
|
|
26103
26043
|
const headers = {};
|
|
26104
26044
|
return {
|
|
26105
|
-
baseUri: '/services/data/
|
|
26045
|
+
baseUri: '/services/data/v68.0',
|
|
26106
26046
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
26107
26047
|
method: 'patch',
|
|
26108
26048
|
body: config.body,
|
|
@@ -26883,7 +26823,7 @@
|
|
|
26883
26823
|
function createResourceRequest$l$1(config) {
|
|
26884
26824
|
const headers = {};
|
|
26885
26825
|
return {
|
|
26886
|
-
baseUri: '/services/data/
|
|
26826
|
+
baseUri: '/services/data/v68.0',
|
|
26887
26827
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
26888
26828
|
method: 'post',
|
|
26889
26829
|
body: config.body,
|
|
@@ -27158,7 +27098,7 @@
|
|
|
27158
27098
|
function createResourceRequest$k$1(config) {
|
|
27159
27099
|
const headers = {};
|
|
27160
27100
|
return {
|
|
27161
|
-
baseUri: '/services/data/
|
|
27101
|
+
baseUri: '/services/data/v68.0',
|
|
27162
27102
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
27163
27103
|
method: 'post',
|
|
27164
27104
|
body: config.body,
|
|
@@ -27527,7 +27467,7 @@
|
|
|
27527
27467
|
function createResourceRequest$j$1(config) {
|
|
27528
27468
|
const headers = {};
|
|
27529
27469
|
return {
|
|
27530
|
-
baseUri: '/services/data/
|
|
27470
|
+
baseUri: '/services/data/v68.0',
|
|
27531
27471
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
27532
27472
|
method: 'get',
|
|
27533
27473
|
body: null,
|
|
@@ -27710,7 +27650,7 @@
|
|
|
27710
27650
|
function createResourceRequest$i$1(config) {
|
|
27711
27651
|
const headers = {};
|
|
27712
27652
|
return {
|
|
27713
|
-
baseUri: '/services/data/
|
|
27653
|
+
baseUri: '/services/data/v68.0',
|
|
27714
27654
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
27715
27655
|
method: 'get',
|
|
27716
27656
|
body: null,
|
|
@@ -27891,7 +27831,7 @@
|
|
|
27891
27831
|
function createResourceRequest$h$1(config) {
|
|
27892
27832
|
const headers = {};
|
|
27893
27833
|
return {
|
|
27894
|
-
baseUri: '/services/data/
|
|
27834
|
+
baseUri: '/services/data/v68.0',
|
|
27895
27835
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
27896
27836
|
method: 'get',
|
|
27897
27837
|
body: null,
|
|
@@ -28210,7 +28150,7 @@
|
|
|
28210
28150
|
function createResourceRequest$g$1(config) {
|
|
28211
28151
|
const headers = {};
|
|
28212
28152
|
return {
|
|
28213
|
-
baseUri: '/services/data/
|
|
28153
|
+
baseUri: '/services/data/v68.0',
|
|
28214
28154
|
basePath: '/ui-api/search/results',
|
|
28215
28155
|
method: 'post',
|
|
28216
28156
|
body: config.body,
|
|
@@ -28413,7 +28353,7 @@
|
|
|
28413
28353
|
function createResourceRequest$f$1(config) {
|
|
28414
28354
|
const headers = {};
|
|
28415
28355
|
return {
|
|
28416
|
-
baseUri: '/services/data/
|
|
28356
|
+
baseUri: '/services/data/v68.0',
|
|
28417
28357
|
basePath: '/ui-api/search/results/keyword',
|
|
28418
28358
|
method: 'post',
|
|
28419
28359
|
body: config.body,
|
|
@@ -28669,7 +28609,7 @@
|
|
|
28669
28609
|
function createResourceRequest$e$1(config) {
|
|
28670
28610
|
const headers = {};
|
|
28671
28611
|
return {
|
|
28672
|
-
baseUri: '/services/data/
|
|
28612
|
+
baseUri: '/services/data/v68.0',
|
|
28673
28613
|
basePath: '/ui-api/records/batch',
|
|
28674
28614
|
method: 'post',
|
|
28675
28615
|
body: config.body,
|
|
@@ -28789,7 +28729,7 @@
|
|
|
28789
28729
|
function createResourceRequest$d$1(config) {
|
|
28790
28730
|
const headers = {};
|
|
28791
28731
|
return {
|
|
28792
|
-
baseUri: '/services/data/
|
|
28732
|
+
baseUri: '/services/data/v68.0',
|
|
28793
28733
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
28794
28734
|
method: 'patch',
|
|
28795
28735
|
body: config.body,
|
|
@@ -28848,7 +28788,7 @@
|
|
|
28848
28788
|
function createResourceRequest$c$1(config) {
|
|
28849
28789
|
const headers = {};
|
|
28850
28790
|
return {
|
|
28851
|
-
baseUri: '/services/data/
|
|
28791
|
+
baseUri: '/services/data/v68.0',
|
|
28852
28792
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
28853
28793
|
method: 'post',
|
|
28854
28794
|
body: config.body,
|
|
@@ -28917,7 +28857,7 @@
|
|
|
28917
28857
|
function createResourceRequest$b$1(config) {
|
|
28918
28858
|
const headers = {};
|
|
28919
28859
|
return {
|
|
28920
|
-
baseUri: '/services/data/
|
|
28860
|
+
baseUri: '/services/data/v68.0',
|
|
28921
28861
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
28922
28862
|
method: 'patch',
|
|
28923
28863
|
body: config.body,
|
|
@@ -29395,7 +29335,7 @@
|
|
|
29395
29335
|
function createResourceRequest$a$1(config) {
|
|
29396
29336
|
const headers = {};
|
|
29397
29337
|
return {
|
|
29398
|
-
baseUri: '/services/data/
|
|
29338
|
+
baseUri: '/services/data/v68.0',
|
|
29399
29339
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
29400
29340
|
method: 'post',
|
|
29401
29341
|
body: config.body,
|
|
@@ -29634,7 +29574,7 @@
|
|
|
29634
29574
|
function createResourceRequest$9$1(config) {
|
|
29635
29575
|
const headers = {};
|
|
29636
29576
|
return {
|
|
29637
|
-
baseUri: '/services/data/
|
|
29577
|
+
baseUri: '/services/data/v68.0',
|
|
29638
29578
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
29639
29579
|
method: 'post',
|
|
29640
29580
|
body: config.body,
|
|
@@ -29986,7 +29926,7 @@
|
|
|
29986
29926
|
function createResourceRequest$8$1(config) {
|
|
29987
29927
|
const headers = {};
|
|
29988
29928
|
return {
|
|
29989
|
-
baseUri: '/services/data/
|
|
29929
|
+
baseUri: '/services/data/v68.0',
|
|
29990
29930
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
29991
29931
|
method: 'get',
|
|
29992
29932
|
body: null,
|
|
@@ -30528,7 +30468,7 @@
|
|
|
30528
30468
|
function createResourceRequest$7$1(config) {
|
|
30529
30469
|
const headers = {};
|
|
30530
30470
|
return {
|
|
30531
|
-
baseUri: '/services/data/
|
|
30471
|
+
baseUri: '/services/data/v68.0',
|
|
30532
30472
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
30533
30473
|
method: 'get',
|
|
30534
30474
|
body: null,
|
|
@@ -31059,7 +30999,7 @@
|
|
|
31059
30999
|
function createResourceRequest$6$1(config) {
|
|
31060
31000
|
const headers = {};
|
|
31061
31001
|
return {
|
|
31062
|
-
baseUri: '/services/data/
|
|
31002
|
+
baseUri: '/services/data/v68.0',
|
|
31063
31003
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
31064
31004
|
method: 'get',
|
|
31065
31005
|
body: null,
|
|
@@ -31264,7 +31204,7 @@
|
|
|
31264
31204
|
function createResourceRequest$5$1(config) {
|
|
31265
31205
|
const headers = {};
|
|
31266
31206
|
return {
|
|
31267
|
-
baseUri: '/services/data/
|
|
31207
|
+
baseUri: '/services/data/v68.0',
|
|
31268
31208
|
basePath: '/ui-api/records',
|
|
31269
31209
|
method: 'post',
|
|
31270
31210
|
body: config.body,
|
|
@@ -31370,7 +31310,7 @@
|
|
|
31370
31310
|
function createResourceRequest$3$1(config) {
|
|
31371
31311
|
const headers = {};
|
|
31372
31312
|
return {
|
|
31373
|
-
baseUri: '/services/data/
|
|
31313
|
+
baseUri: '/services/data/v68.0',
|
|
31374
31314
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
31375
31315
|
method: 'delete',
|
|
31376
31316
|
body: null,
|
|
@@ -31457,7 +31397,7 @@
|
|
|
31457
31397
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
31458
31398
|
}
|
|
31459
31399
|
return {
|
|
31460
|
-
baseUri: '/services/data/
|
|
31400
|
+
baseUri: '/services/data/v68.0',
|
|
31461
31401
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
31462
31402
|
method: 'patch',
|
|
31463
31403
|
body: config.body,
|
|
@@ -31757,7 +31697,7 @@
|
|
|
31757
31697
|
function createResourceRequest$1$2(config) {
|
|
31758
31698
|
const headers = {};
|
|
31759
31699
|
return {
|
|
31760
|
-
baseUri: '/services/data/
|
|
31700
|
+
baseUri: '/services/data/v68.0',
|
|
31761
31701
|
basePath: '/ui-api/records/content-documents/' +
|
|
31762
31702
|
config.urlParams.contentDocumentId +
|
|
31763
31703
|
'/content-versions',
|
|
@@ -31870,7 +31810,7 @@
|
|
|
31870
31810
|
function createResourceRequest$1e(config) {
|
|
31871
31811
|
const headers = {};
|
|
31872
31812
|
return {
|
|
31873
|
-
baseUri: '/services/data/
|
|
31813
|
+
baseUri: '/services/data/v68.0',
|
|
31874
31814
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
31875
31815
|
method: 'post',
|
|
31876
31816
|
body: config.body,
|
|
@@ -32299,18 +32239,18 @@
|
|
|
32299
32239
|
const getRecordTemplateCreate_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRecordTemplateCreate', configurationForEnvironmentFactoryOverrides$2.getRecordTemplateCreateAdapterFactory() ?? factory$5$1), getRecordTemplateCreateMetadata);
|
|
32300
32240
|
const getRecordUi_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRecordUi', configurationForEnvironmentFactoryOverrides$2.getRecordUiAdapterFactory() ?? factory$g), getRecordUiMetadata);
|
|
32301
32241
|
const getRecords_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRecords', configurationForEnvironmentFactoryOverrides$2.getRecordsAdapterFactory() ?? getRecordsAdapterFactory$1), luvio, 'getRecords'), getRecordsMetadata);
|
|
32302
|
-
const getRelatedListActions_ldsAdapter = createInstrumentedAdapter(
|
|
32242
|
+
const getRelatedListActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListActions', getRelatedListActionsAdapterFactory), luvio, 'getRelatedListActions'), getRelatedListActionsMetadata);
|
|
32303
32243
|
const getRelatedListCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListCount', getRelatedListCountAdapterFactory), getRelatedListCountMetadata);
|
|
32304
|
-
const getRelatedListInfo_ldsAdapter = createInstrumentedAdapter(
|
|
32305
|
-
const getRelatedListInfoBatch_ldsAdapter = createInstrumentedAdapter(
|
|
32244
|
+
const getRelatedListInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListInfo', getRelatedListInfoAdapterFactory), luvio, 'getRelatedListInfo'), getRelatedListInfoMetadata);
|
|
32245
|
+
const getRelatedListInfoBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListInfoBatch', getRelatedListInfoBatchAdapterFactory), luvio, 'getRelatedListInfoBatch'), getRelatedListInfoBatchMetadata);
|
|
32306
32246
|
const getRelatedListPreferences_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListPreferences', getRelatedListPreferencesAdapterFactory), getRelatedListPreferencesMetadata);
|
|
32307
32247
|
const getRelatedListPreferencesBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListPreferencesBatch', getRelatedListPreferencesBatchAdapterFactory), getRelatedListPreferencesBatchMetadata);
|
|
32308
32248
|
const getRelatedListRecordActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListRecordActions', getRelatedListRecordActionsAdapterFactory), getRelatedListRecordActionsMetadata);
|
|
32309
|
-
const getRelatedListRecords_ldsAdapter = createInstrumentedAdapter(
|
|
32310
|
-
const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(
|
|
32311
|
-
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(
|
|
32249
|
+
const getRelatedListRecords_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListRecords', configurationForEnvironmentFactoryOverrides$2.getRelatedListRecordsAdapterFactory() ?? getRelatedListRecordsAdapterFactory$1), luvio, 'getRelatedListRecords'), getRelatedListRecordsMetadata);
|
|
32250
|
+
const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListRecordsBatch', configurationForEnvironmentFactoryOverrides$2.getRelatedListRecordsBatchAdapterFactory() ?? getRelatedListRecordsBatchAdapterFactory$1), luvio, 'getRelatedListRecordsBatch'), getRelatedListRecordsBatchMetadata);
|
|
32251
|
+
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsActions', getRelatedListsActionsAdapterFactory), luvio, 'getRelatedListsActions'), getRelatedListsActionsMetadata);
|
|
32312
32252
|
const getRelatedListsCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsCount', getRelatedListsCountAdapterFactory), getRelatedListsCountMetadata);
|
|
32313
|
-
const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(
|
|
32253
|
+
const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsInfo', getRelatedListsInfoAdapterFactory), luvio, 'getRelatedListsInfo'), getRelatedListsInfoMetadata);
|
|
32314
32254
|
const getSearchFilterMetadata_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterMetadata', getSearchFilterMetadataAdapterFactory), getSearchFilterMetadataMetadata);
|
|
32315
32255
|
const getSearchFilterOptions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterOptions', getSearchFilterOptionsAdapterFactory), getSearchFilterOptionsMetadata);
|
|
32316
32256
|
const getSearchResults_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchResults', configurationForEnvironmentFactoryOverrides$2.getSearchResultsAdapterFactory() ?? getSearchResultsAdapterFactory$1), getSearchResultsMetadata);
|
|
@@ -32616,7 +32556,7 @@
|
|
|
32616
32556
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32617
32557
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32618
32558
|
});
|
|
32619
|
-
// version: 1.
|
|
32559
|
+
// version: 1.432.0-b99ba9d219
|
|
32620
32560
|
|
|
32621
32561
|
var allowUpdatesForNonCachedRecords = {
|
|
32622
32562
|
isOpen: function (e) {
|
|
@@ -45581,7 +45521,7 @@
|
|
|
45581
45521
|
const { isArray: isArray$5 } = Array;
|
|
45582
45522
|
const { entries: entries$4, keys: keys$6 } = Object;
|
|
45583
45523
|
|
|
45584
|
-
const UI_API_BASE_URI = '/services/data/
|
|
45524
|
+
const UI_API_BASE_URI = '/services/data/v68.0/ui-api';
|
|
45585
45525
|
|
|
45586
45526
|
let instrumentation$3 = {
|
|
45587
45527
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -51193,7 +51133,7 @@
|
|
|
51193
51133
|
function createResourceRequest$l(config) {
|
|
51194
51134
|
const headers = {};
|
|
51195
51135
|
return {
|
|
51196
|
-
baseUri: '/services/data/
|
|
51136
|
+
baseUri: '/services/data/v68.0',
|
|
51197
51137
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
51198
51138
|
method: 'get',
|
|
51199
51139
|
body: null,
|
|
@@ -51647,7 +51587,7 @@
|
|
|
51647
51587
|
function createResourceRequest$k(config) {
|
|
51648
51588
|
const headers = {};
|
|
51649
51589
|
return {
|
|
51650
|
-
baseUri: '/services/data/
|
|
51590
|
+
baseUri: '/services/data/v68.0',
|
|
51651
51591
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
51652
51592
|
method: 'get',
|
|
51653
51593
|
body: null,
|
|
@@ -52590,7 +52530,7 @@
|
|
|
52590
52530
|
function createResourceRequest$j(config) {
|
|
52591
52531
|
const headers = {};
|
|
52592
52532
|
return {
|
|
52593
|
-
baseUri: '/services/data/
|
|
52533
|
+
baseUri: '/services/data/v68.0',
|
|
52594
52534
|
basePath: '/ui-api/list-ui/' +
|
|
52595
52535
|
config.urlParams.objectApiName +
|
|
52596
52536
|
'/' +
|
|
@@ -52645,7 +52585,7 @@
|
|
|
52645
52585
|
function createResourceRequest$i(config) {
|
|
52646
52586
|
const headers = {};
|
|
52647
52587
|
return {
|
|
52648
|
-
baseUri: '/services/data/
|
|
52588
|
+
baseUri: '/services/data/v68.0',
|
|
52649
52589
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
52650
52590
|
method: 'get',
|
|
52651
52591
|
body: null,
|
|
@@ -52688,7 +52628,7 @@
|
|
|
52688
52628
|
function createResourceRequest$h(config) {
|
|
52689
52629
|
const headers = {};
|
|
52690
52630
|
return {
|
|
52691
|
-
baseUri: '/services/data/
|
|
52631
|
+
baseUri: '/services/data/v68.0',
|
|
52692
52632
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
52693
52633
|
method: 'get',
|
|
52694
52634
|
body: null,
|
|
@@ -53047,7 +52987,7 @@
|
|
|
53047
52987
|
function createResourceRequest$g(config) {
|
|
53048
52988
|
const headers = {};
|
|
53049
52989
|
return {
|
|
53050
|
-
baseUri: '/services/data/
|
|
52990
|
+
baseUri: '/services/data/v68.0',
|
|
53051
52991
|
basePath: '/ui-api/list-records/' +
|
|
53052
52992
|
config.urlParams.objectApiName +
|
|
53053
52993
|
'/' +
|
|
@@ -53530,7 +53470,7 @@
|
|
|
53530
53470
|
function createResourceRequest$f(config) {
|
|
53531
53471
|
const headers = {};
|
|
53532
53472
|
return {
|
|
53533
|
-
baseUri: '/services/data/
|
|
53473
|
+
baseUri: '/services/data/v68.0',
|
|
53534
53474
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
53535
53475
|
method: 'get',
|
|
53536
53476
|
body: null,
|
|
@@ -53727,7 +53667,7 @@
|
|
|
53727
53667
|
function createResourceRequest$e(config) {
|
|
53728
53668
|
const headers = {};
|
|
53729
53669
|
return {
|
|
53730
|
-
baseUri: '/services/data/
|
|
53670
|
+
baseUri: '/services/data/v68.0',
|
|
53731
53671
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
53732
53672
|
method: 'get',
|
|
53733
53673
|
body: null,
|
|
@@ -53770,7 +53710,7 @@
|
|
|
53770
53710
|
function createResourceRequest$d(config) {
|
|
53771
53711
|
const headers = {};
|
|
53772
53712
|
return {
|
|
53773
|
-
baseUri: '/services/data/
|
|
53713
|
+
baseUri: '/services/data/v68.0',
|
|
53774
53714
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
53775
53715
|
method: 'get',
|
|
53776
53716
|
body: null,
|
|
@@ -55064,7 +55004,7 @@
|
|
|
55064
55004
|
function createResourceRequest$c(config) {
|
|
55065
55005
|
const headers = {};
|
|
55066
55006
|
return {
|
|
55067
|
-
baseUri: '/services/data/
|
|
55007
|
+
baseUri: '/services/data/v68.0',
|
|
55068
55008
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
55069
55009
|
method: 'get',
|
|
55070
55010
|
body: null,
|
|
@@ -56340,7 +56280,7 @@
|
|
|
56340
56280
|
function createResourceRequest$b(config) {
|
|
56341
56281
|
const headers = {};
|
|
56342
56282
|
return {
|
|
56343
|
-
baseUri: '/services/data/
|
|
56283
|
+
baseUri: '/services/data/v68.0',
|
|
56344
56284
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
56345
56285
|
method: 'get',
|
|
56346
56286
|
body: null,
|
|
@@ -57427,7 +57367,7 @@
|
|
|
57427
57367
|
function createResourceRequest$a(config) {
|
|
57428
57368
|
const headers = {};
|
|
57429
57369
|
return {
|
|
57430
|
-
baseUri: '/services/data/
|
|
57370
|
+
baseUri: '/services/data/v68.0',
|
|
57431
57371
|
basePath: '/ui-api/related-list-records/' +
|
|
57432
57372
|
config.urlParams.parentRecordId +
|
|
57433
57373
|
'/' +
|
|
@@ -57745,7 +57685,7 @@
|
|
|
57745
57685
|
function createResourceRequest$9(config) {
|
|
57746
57686
|
const headers = {};
|
|
57747
57687
|
return {
|
|
57748
|
-
baseUri: '/services/data/
|
|
57688
|
+
baseUri: '/services/data/v68.0',
|
|
57749
57689
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
57750
57690
|
method: 'post',
|
|
57751
57691
|
body: config.body,
|
|
@@ -58328,7 +58268,7 @@
|
|
|
58328
58268
|
function createResourceRequest$8(config) {
|
|
58329
58269
|
const headers = {};
|
|
58330
58270
|
return {
|
|
58331
|
-
baseUri: '/services/data/
|
|
58271
|
+
baseUri: '/services/data/v68.0',
|
|
58332
58272
|
basePath: '/ui-api/search/results',
|
|
58333
58273
|
method: 'post',
|
|
58334
58274
|
body: config.body,
|
|
@@ -58544,7 +58484,7 @@
|
|
|
58544
58484
|
function createResourceRequest$7(config) {
|
|
58545
58485
|
const headers = {};
|
|
58546
58486
|
return {
|
|
58547
|
-
baseUri: '/services/data/
|
|
58487
|
+
baseUri: '/services/data/v68.0',
|
|
58548
58488
|
basePath: '/ui-api/search/results/keyword',
|
|
58549
58489
|
method: 'post',
|
|
58550
58490
|
body: config.body,
|
|
@@ -59092,7 +59032,7 @@
|
|
|
59092
59032
|
function createResourceRequest$6(config) {
|
|
59093
59033
|
const headers = {};
|
|
59094
59034
|
return {
|
|
59095
|
-
baseUri: '/services/data/
|
|
59035
|
+
baseUri: '/services/data/v68.0',
|
|
59096
59036
|
basePath: '/ui-api/lookups/' +
|
|
59097
59037
|
config.urlParams.objectApiName +
|
|
59098
59038
|
'/' +
|
|
@@ -59607,7 +59547,7 @@
|
|
|
59607
59547
|
function createResourceRequest$5(config) {
|
|
59608
59548
|
const headers = {};
|
|
59609
59549
|
return {
|
|
59610
|
-
baseUri: '/services/data/
|
|
59550
|
+
baseUri: '/services/data/v68.0',
|
|
59611
59551
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
59612
59552
|
method: 'get',
|
|
59613
59553
|
body: null,
|
|
@@ -60155,7 +60095,7 @@
|
|
|
60155
60095
|
function createResourceRequest$4(config) {
|
|
60156
60096
|
const headers = {};
|
|
60157
60097
|
return {
|
|
60158
|
-
baseUri: '/services/data/
|
|
60098
|
+
baseUri: '/services/data/v68.0',
|
|
60159
60099
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
60160
60100
|
method: 'get',
|
|
60161
60101
|
body: null,
|
|
@@ -60703,7 +60643,7 @@
|
|
|
60703
60643
|
function createResourceRequest$3(config) {
|
|
60704
60644
|
const headers = {};
|
|
60705
60645
|
return {
|
|
60706
|
-
baseUri: '/services/data/
|
|
60646
|
+
baseUri: '/services/data/v68.0',
|
|
60707
60647
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
60708
60648
|
method: 'get',
|
|
60709
60649
|
body: null,
|
|
@@ -91455,7 +91395,7 @@
|
|
|
91455
91395
|
}
|
|
91456
91396
|
|
|
91457
91397
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
91458
|
-
const apiVersion$1 = `
|
|
91398
|
+
const apiVersion$1 = `v68.0`;
|
|
91459
91399
|
const basePath = `/services/data/${apiVersion$1}`;
|
|
91460
91400
|
|
|
91461
91401
|
class NetworkRecordLoader {
|
|
@@ -91959,7 +91899,7 @@
|
|
|
91959
91899
|
// so eslint doesn't complain about nimbus
|
|
91960
91900
|
/* global __nimbus */
|
|
91961
91901
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
91962
|
-
const apiVersion = `
|
|
91902
|
+
const apiVersion = `v68.0`;
|
|
91963
91903
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
91964
91904
|
const objectInfoDirectoryEndpoint = `/services/data/${apiVersion}/ui-api/object-info`;
|
|
91965
91905
|
class NimbusPrimingNetworkAdapter {
|
|
@@ -92383,7 +92323,7 @@
|
|
|
92383
92323
|
function createResourceRequest$2$1(config) {
|
|
92384
92324
|
const headers = {};
|
|
92385
92325
|
return {
|
|
92386
|
-
baseUri: '/services/data/
|
|
92326
|
+
baseUri: '/services/data/v68.0',
|
|
92387
92327
|
basePath: '/graphql',
|
|
92388
92328
|
method: 'post',
|
|
92389
92329
|
body: { ...config.body, query: print$1(config.body.query) },
|
|
@@ -92509,7 +92449,7 @@
|
|
|
92509
92449
|
const headers = {};
|
|
92510
92450
|
const transformedConfig = stripDocumentsOfMetaschema$1(config);
|
|
92511
92451
|
return {
|
|
92512
|
-
baseUri: '/services/data/
|
|
92452
|
+
baseUri: '/services/data/v68.0',
|
|
92513
92453
|
basePath: '/graphql/batch',
|
|
92514
92454
|
method: 'post',
|
|
92515
92455
|
body: transformedConfig.body,
|
|
@@ -96312,7 +96252,7 @@
|
|
|
96312
96252
|
},
|
|
96313
96253
|
};
|
|
96314
96254
|
}
|
|
96315
|
-
// version: 1.
|
|
96255
|
+
// version: 1.432.0-b99ba9d219
|
|
96316
96256
|
|
|
96317
96257
|
/**
|
|
96318
96258
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96338,7 +96278,7 @@
|
|
|
96338
96278
|
},
|
|
96339
96279
|
};
|
|
96340
96280
|
}
|
|
96341
|
-
// version: 1.
|
|
96281
|
+
// version: 1.432.0-b99ba9d219
|
|
96342
96282
|
|
|
96343
96283
|
/*!
|
|
96344
96284
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98995,7 +98935,7 @@
|
|
|
98995
98935
|
id: '@salesforce/lds-network-adapter',
|
|
98996
98936
|
instrument: instrument$2,
|
|
98997
98937
|
});
|
|
98998
|
-
// version: 1.
|
|
98938
|
+
// version: 1.432.0-a57c62b660
|
|
98999
98939
|
|
|
99000
98940
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99001
98941
|
const { stringify, parse } = JSON;
|
|
@@ -106252,7 +106192,7 @@
|
|
|
106252
106192
|
this.endpoint = 'RecordUiController.executeGraphQL';
|
|
106253
106193
|
}
|
|
106254
106194
|
get url() {
|
|
106255
|
-
return '/services/data/
|
|
106195
|
+
return '/services/data/v68.0/graphql';
|
|
106256
106196
|
}
|
|
106257
106197
|
get cacheControlStrategyConfig() {
|
|
106258
106198
|
return {
|
|
@@ -106986,7 +106926,7 @@
|
|
|
106986
106926
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
106987
106927
|
}
|
|
106988
106928
|
}
|
|
106989
|
-
// version: 1.
|
|
106929
|
+
// version: 1.432.0-b99ba9d219
|
|
106990
106930
|
|
|
106991
106931
|
function createFragmentMap(documentNode) {
|
|
106992
106932
|
const fragments = {};
|
|
@@ -134825,7 +134765,7 @@
|
|
|
134825
134765
|
function createResourceRequest$2(config) {
|
|
134826
134766
|
const headers = {};
|
|
134827
134767
|
return {
|
|
134828
|
-
baseUri: '/services/data/
|
|
134768
|
+
baseUri: '/services/data/v68.0',
|
|
134829
134769
|
basePath: '/graphql',
|
|
134830
134770
|
method: 'post',
|
|
134831
134771
|
body: { ...config.body,
|
|
@@ -135045,14 +134985,6 @@
|
|
|
135045
134985
|
* One store enabled Get Object Infos adapter
|
|
135046
134986
|
*/
|
|
135047
134987
|
let oneStoreGetObjectInfosAdapter$1 = undefined;
|
|
135048
|
-
/**
|
|
135049
|
-
* Determines when to include PDL strategies for Related Lists
|
|
135050
|
-
*/
|
|
135051
|
-
let relatedListsPredictionsEnabled$1 = false;
|
|
135052
|
-
/**
|
|
135053
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
135054
|
-
*/
|
|
135055
|
-
let relatedListsPlusPredictionsEnabled$1 = false;
|
|
135056
134988
|
let recordRepresentationIngestionOverride$1 = undefined;
|
|
135057
134989
|
/**
|
|
135058
134990
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -135147,18 +135079,6 @@
|
|
|
135147
135079
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
135148
135080
|
return trackedFieldLeafNodeIdAndNameOnly$1;
|
|
135149
135081
|
},
|
|
135150
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
135151
|
-
relatedListsPredictionsEnabled$1 = f;
|
|
135152
|
-
},
|
|
135153
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
135154
|
-
return relatedListsPredictionsEnabled$1 === true;
|
|
135155
|
-
},
|
|
135156
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
135157
|
-
relatedListsPlusPredictionsEnabled$1 = f;
|
|
135158
|
-
},
|
|
135159
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
135160
|
-
return relatedListsPlusPredictionsEnabled$1 === true;
|
|
135161
|
-
},
|
|
135162
135082
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
135163
135083
|
recordRepresentationIngestionOverride$1 = ingest;
|
|
135164
135084
|
},
|
|
@@ -135251,7 +135171,7 @@
|
|
|
135251
135171
|
const headers = {};
|
|
135252
135172
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
135253
135173
|
return {
|
|
135254
|
-
baseUri: '/services/data/
|
|
135174
|
+
baseUri: '/services/data/v68.0',
|
|
135255
135175
|
basePath: '/graphql/batch',
|
|
135256
135176
|
method: 'post',
|
|
135257
135177
|
body: transformedConfig.body,
|
|
@@ -136223,7 +136143,7 @@
|
|
|
136223
136143
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136224
136144
|
instrument: instrument$1,
|
|
136225
136145
|
});
|
|
136226
|
-
// version: 1.
|
|
136146
|
+
// version: 1.432.0-b99ba9d219
|
|
136227
136147
|
|
|
136228
136148
|
// On core the unstable adapters are re-exported with different names,
|
|
136229
136149
|
// we want to match them here.
|
|
@@ -136375,7 +136295,7 @@
|
|
|
136375
136295
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136376
136296
|
graphQLImperative = ldsAdapter;
|
|
136377
136297
|
});
|
|
136378
|
-
// version: 1.
|
|
136298
|
+
// version: 1.432.0-b99ba9d219
|
|
136379
136299
|
|
|
136380
136300
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136381
136301
|
__proto__: null,
|
|
@@ -137174,7 +137094,7 @@
|
|
|
137174
137094
|
function register(r) {
|
|
137175
137095
|
callbacks$1.forEach((callback) => callback(r));
|
|
137176
137096
|
}
|
|
137177
|
-
// version: 1.
|
|
137097
|
+
// version: 1.432.0-a57c62b660
|
|
137178
137098
|
|
|
137179
137099
|
/**
|
|
137180
137100
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -137240,14 +137160,6 @@
|
|
|
137240
137160
|
* One store enabled Get Object Infos adapter
|
|
137241
137161
|
*/
|
|
137242
137162
|
let oneStoreGetObjectInfosAdapter = undefined;
|
|
137243
|
-
/**
|
|
137244
|
-
* Determines when to include PDL strategies for Related Lists
|
|
137245
|
-
*/
|
|
137246
|
-
let relatedListsPredictionsEnabled = false;
|
|
137247
|
-
/**
|
|
137248
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
137249
|
-
*/
|
|
137250
|
-
let relatedListsPlusPredictionsEnabled = false;
|
|
137251
137163
|
let recordRepresentationIngestionOverride = undefined;
|
|
137252
137164
|
/**
|
|
137253
137165
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -137342,18 +137254,6 @@
|
|
|
137342
137254
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
137343
137255
|
return trackedFieldLeafNodeIdAndNameOnly;
|
|
137344
137256
|
},
|
|
137345
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
137346
|
-
relatedListsPredictionsEnabled = f;
|
|
137347
|
-
},
|
|
137348
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
137349
|
-
return relatedListsPredictionsEnabled === true;
|
|
137350
|
-
},
|
|
137351
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
137352
|
-
relatedListsPlusPredictionsEnabled = f;
|
|
137353
|
-
},
|
|
137354
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
137355
|
-
return relatedListsPlusPredictionsEnabled === true;
|
|
137356
|
-
},
|
|
137357
137257
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
137358
137258
|
recordRepresentationIngestionOverride = ingest;
|
|
137359
137259
|
},
|
|
@@ -138511,4 +138411,4 @@
|
|
|
138511
138411
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
138512
138412
|
|
|
138513
138413
|
}));
|
|
138514
|
-
// version: 1.
|
|
138414
|
+
// version: 1.432.0-a57c62b660
|