@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.
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.432.0-a57c62b660
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5318
|
const { apiFamily, name } = metadata;
|
|
5319
5319
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5320
|
}
|
|
5321
|
-
// version: 1.
|
|
5321
|
+
// version: 1.432.0-a57c62b660
|
|
5322
5322
|
|
|
5323
5323
|
function isSupportedEntity(_objectApiName) {
|
|
5324
5324
|
return true;
|
|
@@ -5485,14 +5485,6 @@ let oneStoreGetObjectInfoAdapter$3 = undefined;
|
|
|
5485
5485
|
* One store enabled Get Object Infos adapter
|
|
5486
5486
|
*/
|
|
5487
5487
|
let oneStoreGetObjectInfosAdapter$3 = undefined;
|
|
5488
|
-
/**
|
|
5489
|
-
* Determines when to include PDL strategies for Related Lists
|
|
5490
|
-
*/
|
|
5491
|
-
let relatedListsPredictionsEnabled$3 = false;
|
|
5492
|
-
/**
|
|
5493
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
5494
|
-
*/
|
|
5495
|
-
let relatedListsPlusPredictionsEnabled$3 = false;
|
|
5496
5488
|
let recordRepresentationIngestionOverride$3 = undefined;
|
|
5497
5489
|
/**
|
|
5498
5490
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -5587,18 +5579,6 @@ const configurationForEnvironmentFactoryOverrides$3 = {
|
|
|
5587
5579
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
5588
5580
|
return trackedFieldLeafNodeIdAndNameOnly$3;
|
|
5589
5581
|
},
|
|
5590
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
5591
|
-
relatedListsPredictionsEnabled$3 = f;
|
|
5592
|
-
},
|
|
5593
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
5594
|
-
return relatedListsPredictionsEnabled$3 === true;
|
|
5595
|
-
},
|
|
5596
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
5597
|
-
relatedListsPlusPredictionsEnabled$3 = f;
|
|
5598
|
-
},
|
|
5599
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
5600
|
-
return relatedListsPlusPredictionsEnabled$3 === true;
|
|
5601
|
-
},
|
|
5602
5582
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
5603
5583
|
recordRepresentationIngestionOverride$3 = ingest;
|
|
5604
5584
|
},
|
|
@@ -5750,14 +5730,6 @@ let oneStoreGetObjectInfoAdapter$2 = undefined;
|
|
|
5750
5730
|
* One store enabled Get Object Infos adapter
|
|
5751
5731
|
*/
|
|
5752
5732
|
let oneStoreGetObjectInfosAdapter$2 = undefined;
|
|
5753
|
-
/**
|
|
5754
|
-
* Determines when to include PDL strategies for Related Lists
|
|
5755
|
-
*/
|
|
5756
|
-
let relatedListsPredictionsEnabled$2 = false;
|
|
5757
|
-
/**
|
|
5758
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
5759
|
-
*/
|
|
5760
|
-
let relatedListsPlusPredictionsEnabled$2 = false;
|
|
5761
5733
|
let recordRepresentationIngestionOverride$2 = undefined;
|
|
5762
5734
|
/**
|
|
5763
5735
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -5861,18 +5833,6 @@ const configurationForRestAdapters$2 = {
|
|
|
5861
5833
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
5862
5834
|
return trackedFieldLeafNodeIdAndNameOnly$2;
|
|
5863
5835
|
},
|
|
5864
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
5865
|
-
relatedListsPredictionsEnabled$2 = f;
|
|
5866
|
-
},
|
|
5867
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
5868
|
-
return relatedListsPredictionsEnabled$2 === true;
|
|
5869
|
-
},
|
|
5870
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
5871
|
-
relatedListsPlusPredictionsEnabled$2 = f;
|
|
5872
|
-
},
|
|
5873
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
5874
|
-
return relatedListsPlusPredictionsEnabled$2 === true;
|
|
5875
|
-
},
|
|
5876
5836
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
5877
5837
|
recordRepresentationIngestionOverride$2 = ingest;
|
|
5878
5838
|
},
|
|
@@ -6004,26 +5964,6 @@ function createLDSAdapterWithPrediction(adapter, luvio, name) {
|
|
|
6004
5964
|
return result;
|
|
6005
5965
|
};
|
|
6006
5966
|
}
|
|
6007
|
-
function createRelatedListAdapterWithPrediction(adapter, luvio, name) {
|
|
6008
|
-
if (configurationForRestAdapters$2.areRelatedListsPredictionsEnabled() /* gate is open */) {
|
|
6009
|
-
return createLDSAdapterWithPrediction(adapter, luvio, name);
|
|
6010
|
-
}
|
|
6011
|
-
else {
|
|
6012
|
-
return (config, requestContext) => {
|
|
6013
|
-
return adapter(config, requestContext);
|
|
6014
|
-
};
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
function createRelatedListPlusAdapterWithPrediction(adapter, luvio, name) {
|
|
6018
|
-
if (configurationForRestAdapters$2.areRelatedListsPlusPredictionsEnabled() /* gate is open */) {
|
|
6019
|
-
return createLDSAdapterWithPrediction(adapter, luvio, name);
|
|
6020
|
-
}
|
|
6021
|
-
else {
|
|
6022
|
-
return (config, requestContext) => {
|
|
6023
|
-
return adapter(config, requestContext);
|
|
6024
|
-
};
|
|
6025
|
-
}
|
|
6026
|
-
}
|
|
6027
5967
|
|
|
6028
5968
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty$3 } = Object.prototype;
|
|
6029
5969
|
const { keys: ObjectKeys$1$3, create: ObjectCreate$1$3 } = Object;
|
|
@@ -8595,7 +8535,7 @@ function getResponseCacheKeys$12(storeKeyMap, luvio, resourceParams, response) {
|
|
|
8595
8535
|
function createResourceRequest$1c(config) {
|
|
8596
8536
|
const headers = {};
|
|
8597
8537
|
return {
|
|
8598
|
-
baseUri: '/services/data/
|
|
8538
|
+
baseUri: '/services/data/v68.0',
|
|
8599
8539
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
8600
8540
|
method: 'get',
|
|
8601
8541
|
body: null,
|
|
@@ -9024,7 +8964,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
9024
8964
|
function createResourceRequest$1b(config) {
|
|
9025
8965
|
const headers = {};
|
|
9026
8966
|
return {
|
|
9027
|
-
baseUri: '/services/data/
|
|
8967
|
+
baseUri: '/services/data/v68.0',
|
|
9028
8968
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
9029
8969
|
method: 'get',
|
|
9030
8970
|
body: null,
|
|
@@ -9844,7 +9784,7 @@ function createPaginationParams$6(params) {
|
|
|
9844
9784
|
function createResourceRequest$1a(config) {
|
|
9845
9785
|
const headers = {};
|
|
9846
9786
|
return {
|
|
9847
|
-
baseUri: '/services/data/
|
|
9787
|
+
baseUri: '/services/data/v68.0',
|
|
9848
9788
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
9849
9789
|
method: 'get',
|
|
9850
9790
|
body: null,
|
|
@@ -9894,7 +9834,7 @@ function createPaginationParams$5$1(params) {
|
|
|
9894
9834
|
function createResourceRequest$19(config) {
|
|
9895
9835
|
const headers = {};
|
|
9896
9836
|
return {
|
|
9897
|
-
baseUri: '/services/data/
|
|
9837
|
+
baseUri: '/services/data/v68.0',
|
|
9898
9838
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
9899
9839
|
method: 'get',
|
|
9900
9840
|
body: null,
|
|
@@ -9936,7 +9876,7 @@ function validateAdapterConfig$16(untrustedConfig, configPropertyNames) {
|
|
|
9936
9876
|
function createResourceRequest$18(config) {
|
|
9937
9877
|
const headers = {};
|
|
9938
9878
|
return {
|
|
9939
|
-
baseUri: '/services/data/
|
|
9879
|
+
baseUri: '/services/data/v68.0',
|
|
9940
9880
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
9941
9881
|
method: 'get',
|
|
9942
9882
|
body: null,
|
|
@@ -10761,7 +10701,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
10761
10701
|
function createResourceRequest$17(config) {
|
|
10762
10702
|
const headers = {};
|
|
10763
10703
|
return {
|
|
10764
|
-
baseUri: '/services/data/
|
|
10704
|
+
baseUri: '/services/data/v68.0',
|
|
10765
10705
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
10766
10706
|
method: 'post',
|
|
10767
10707
|
body: config.body,
|
|
@@ -11232,7 +11172,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
11232
11172
|
function createResourceRequest$16(config) {
|
|
11233
11173
|
const headers = {};
|
|
11234
11174
|
return {
|
|
11235
|
-
baseUri: '/services/data/
|
|
11175
|
+
baseUri: '/services/data/v68.0',
|
|
11236
11176
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
11237
11177
|
method: 'get',
|
|
11238
11178
|
body: null,
|
|
@@ -11427,7 +11367,7 @@ function keyBuilder$1Z(luvio, params) {
|
|
|
11427
11367
|
function createResourceRequest$15(config) {
|
|
11428
11368
|
const headers = {};
|
|
11429
11369
|
return {
|
|
11430
|
-
baseUri: '/services/data/
|
|
11370
|
+
baseUri: '/services/data/v68.0',
|
|
11431
11371
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
11432
11372
|
method: 'get',
|
|
11433
11373
|
body: null,
|
|
@@ -11469,7 +11409,7 @@ function validateAdapterConfig$14(untrustedConfig, configPropertyNames) {
|
|
|
11469
11409
|
function createResourceRequest$14(config) {
|
|
11470
11410
|
const headers = {};
|
|
11471
11411
|
return {
|
|
11472
|
-
baseUri: '/services/data/
|
|
11412
|
+
baseUri: '/services/data/v68.0',
|
|
11473
11413
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
11474
11414
|
method: 'get',
|
|
11475
11415
|
body: null,
|
|
@@ -12444,7 +12384,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
12444
12384
|
function createResourceRequest$13(config) {
|
|
12445
12385
|
const headers = {};
|
|
12446
12386
|
return {
|
|
12447
|
-
baseUri: '/services/data/
|
|
12387
|
+
baseUri: '/services/data/v68.0',
|
|
12448
12388
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
12449
12389
|
method: 'get',
|
|
12450
12390
|
body: null,
|
|
@@ -12891,7 +12831,7 @@ const ingest$E$2 = function RecordUiRepresentationIngest(input, path, luvio, sto
|
|
|
12891
12831
|
function createResourceRequest$12(config) {
|
|
12892
12832
|
const headers = {};
|
|
12893
12833
|
return {
|
|
12894
|
-
baseUri: '/services/data/
|
|
12834
|
+
baseUri: '/services/data/v68.0',
|
|
12895
12835
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
12896
12836
|
method: 'get',
|
|
12897
12837
|
body: null,
|
|
@@ -14893,7 +14833,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
14893
14833
|
function createResourceRequest$11(config) {
|
|
14894
14834
|
const headers = {};
|
|
14895
14835
|
return {
|
|
14896
|
-
baseUri: '/services/data/
|
|
14836
|
+
baseUri: '/services/data/v68.0',
|
|
14897
14837
|
basePath: '/ui-api/actions/global',
|
|
14898
14838
|
method: 'get',
|
|
14899
14839
|
body: null,
|
|
@@ -15087,7 +15027,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
15087
15027
|
function createResourceRequest$10(config) {
|
|
15088
15028
|
const headers = {};
|
|
15089
15029
|
return {
|
|
15090
|
-
baseUri: '/services/data/
|
|
15030
|
+
baseUri: '/services/data/v68.0',
|
|
15091
15031
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
15092
15032
|
method: 'get',
|
|
15093
15033
|
body: null,
|
|
@@ -15251,7 +15191,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
15251
15191
|
function createResourceRequest$$(config) {
|
|
15252
15192
|
const headers = {};
|
|
15253
15193
|
return {
|
|
15254
|
-
baseUri: '/services/data/
|
|
15194
|
+
baseUri: '/services/data/v68.0',
|
|
15255
15195
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
15256
15196
|
method: 'get',
|
|
15257
15197
|
body: null,
|
|
@@ -15385,7 +15325,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
15385
15325
|
function createResourceRequest$_(config) {
|
|
15386
15326
|
const headers = {};
|
|
15387
15327
|
return {
|
|
15388
|
-
baseUri: '/services/data/
|
|
15328
|
+
baseUri: '/services/data/v68.0',
|
|
15389
15329
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
15390
15330
|
method: 'get',
|
|
15391
15331
|
body: null,
|
|
@@ -15548,7 +15488,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
15548
15488
|
function createResourceRequest$Z(config) {
|
|
15549
15489
|
const headers = {};
|
|
15550
15490
|
return {
|
|
15551
|
-
baseUri: '/services/data/
|
|
15491
|
+
baseUri: '/services/data/v68.0',
|
|
15552
15492
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
15553
15493
|
method: 'get',
|
|
15554
15494
|
body: null,
|
|
@@ -15725,7 +15665,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
15725
15665
|
function createResourceRequest$Y(config) {
|
|
15726
15666
|
const headers = {};
|
|
15727
15667
|
return {
|
|
15728
|
-
baseUri: '/services/data/
|
|
15668
|
+
baseUri: '/services/data/v68.0',
|
|
15729
15669
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
15730
15670
|
method: 'get',
|
|
15731
15671
|
body: null,
|
|
@@ -16332,7 +16272,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
16332
16272
|
function createResourceRequest$X(config) {
|
|
16333
16273
|
const headers = {};
|
|
16334
16274
|
return {
|
|
16335
|
-
baseUri: '/services/data/
|
|
16275
|
+
baseUri: '/services/data/v68.0',
|
|
16336
16276
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
16337
16277
|
method: 'get',
|
|
16338
16278
|
body: null,
|
|
@@ -16534,7 +16474,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
16534
16474
|
function createResourceRequest$W(config) {
|
|
16535
16475
|
const headers = {};
|
|
16536
16476
|
return {
|
|
16537
|
-
baseUri: '/services/data/
|
|
16477
|
+
baseUri: '/services/data/v68.0',
|
|
16538
16478
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
16539
16479
|
method: 'get',
|
|
16540
16480
|
body: null,
|
|
@@ -16690,7 +16630,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
16690
16630
|
function createResourceRequest$V(config) {
|
|
16691
16631
|
const headers = {};
|
|
16692
16632
|
return {
|
|
16693
|
-
baseUri: '/services/data/
|
|
16633
|
+
baseUri: '/services/data/v68.0',
|
|
16694
16634
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
16695
16635
|
method: 'get',
|
|
16696
16636
|
body: null,
|
|
@@ -16830,7 +16770,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
16830
16770
|
function createResourceRequest$U(config) {
|
|
16831
16771
|
const headers = {};
|
|
16832
16772
|
return {
|
|
16833
|
-
baseUri: '/services/data/
|
|
16773
|
+
baseUri: '/services/data/v68.0',
|
|
16834
16774
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
16835
16775
|
method: 'get',
|
|
16836
16776
|
body: null,
|
|
@@ -17034,7 +16974,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
17034
16974
|
function createResourceRequest$T(config) {
|
|
17035
16975
|
const headers = {};
|
|
17036
16976
|
return {
|
|
17037
|
-
baseUri: '/services/data/
|
|
16977
|
+
baseUri: '/services/data/v68.0',
|
|
17038
16978
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
17039
16979
|
method: 'post',
|
|
17040
16980
|
body: config.body,
|
|
@@ -17309,7 +17249,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
17309
17249
|
function createResourceRequest$S(config) {
|
|
17310
17250
|
const headers = {};
|
|
17311
17251
|
return {
|
|
17312
|
-
baseUri: '/services/data/
|
|
17252
|
+
baseUri: '/services/data/v68.0',
|
|
17313
17253
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
17314
17254
|
method: 'post',
|
|
17315
17255
|
body: config.body,
|
|
@@ -17543,7 +17483,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
17543
17483
|
function createResourceRequest$R(config) {
|
|
17544
17484
|
const headers = {};
|
|
17545
17485
|
return {
|
|
17546
|
-
baseUri: '/services/data/
|
|
17486
|
+
baseUri: '/services/data/v68.0',
|
|
17547
17487
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
17548
17488
|
method: 'get',
|
|
17549
17489
|
body: null,
|
|
@@ -18264,7 +18204,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
18264
18204
|
function createResourceRequest$Q(config) {
|
|
18265
18205
|
const headers = {};
|
|
18266
18206
|
return {
|
|
18267
|
-
baseUri: '/services/data/
|
|
18207
|
+
baseUri: '/services/data/v68.0',
|
|
18268
18208
|
basePath: '/ui-api/apps',
|
|
18269
18209
|
method: 'get',
|
|
18270
18210
|
body: null,
|
|
@@ -18398,7 +18338,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
18398
18338
|
function createResourceRequest$P(config) {
|
|
18399
18339
|
const headers = {};
|
|
18400
18340
|
return {
|
|
18401
|
-
baseUri: '/services/data/
|
|
18341
|
+
baseUri: '/services/data/v68.0',
|
|
18402
18342
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
18403
18343
|
method: 'get',
|
|
18404
18344
|
body: null,
|
|
@@ -18734,7 +18674,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
18734
18674
|
function createResourceRequest$O(config) {
|
|
18735
18675
|
const headers = {};
|
|
18736
18676
|
return {
|
|
18737
|
-
baseUri: '/services/data/
|
|
18677
|
+
baseUri: '/services/data/v68.0',
|
|
18738
18678
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
18739
18679
|
method: 'get',
|
|
18740
18680
|
body: null,
|
|
@@ -18870,7 +18810,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
18870
18810
|
function createResourceRequest$N(config) {
|
|
18871
18811
|
const headers = {};
|
|
18872
18812
|
return {
|
|
18873
|
-
baseUri: '/services/data/
|
|
18813
|
+
baseUri: '/services/data/v68.0',
|
|
18874
18814
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
18875
18815
|
method: 'get',
|
|
18876
18816
|
body: null,
|
|
@@ -19007,7 +18947,7 @@ function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
|
19007
18947
|
function createResourceRequest$M(config) {
|
|
19008
18948
|
const headers = {};
|
|
19009
18949
|
return {
|
|
19010
|
-
baseUri: '/services/data/
|
|
18950
|
+
baseUri: '/services/data/v68.0',
|
|
19011
18951
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
19012
18952
|
method: 'get',
|
|
19013
18953
|
body: null,
|
|
@@ -19233,7 +19173,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
19233
19173
|
function createResourceRequest$L(config) {
|
|
19234
19174
|
const headers = {};
|
|
19235
19175
|
return {
|
|
19236
|
-
baseUri: '/services/data/
|
|
19176
|
+
baseUri: '/services/data/v68.0',
|
|
19237
19177
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
19238
19178
|
method: 'get',
|
|
19239
19179
|
body: null,
|
|
@@ -19492,7 +19432,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
19492
19432
|
function createResourceRequest$K(config) {
|
|
19493
19433
|
const headers = {};
|
|
19494
19434
|
return {
|
|
19495
|
-
baseUri: '/services/data/
|
|
19435
|
+
baseUri: '/services/data/v68.0',
|
|
19496
19436
|
basePath: '/ui-api/list-info/batch',
|
|
19497
19437
|
method: 'get',
|
|
19498
19438
|
body: null,
|
|
@@ -19629,7 +19569,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
19629
19569
|
function createResourceRequest$J(config) {
|
|
19630
19570
|
const headers = {};
|
|
19631
19571
|
return {
|
|
19632
|
-
baseUri: '/services/data/
|
|
19572
|
+
baseUri: '/services/data/v68.0',
|
|
19633
19573
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
19634
19574
|
method: 'get',
|
|
19635
19575
|
body: null,
|
|
@@ -19927,7 +19867,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
19927
19867
|
function createResourceRequest$I(config) {
|
|
19928
19868
|
const headers = {};
|
|
19929
19869
|
return {
|
|
19930
|
-
baseUri: '/services/data/
|
|
19870
|
+
baseUri: '/services/data/v68.0',
|
|
19931
19871
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
19932
19872
|
method: 'post',
|
|
19933
19873
|
body: config.body,
|
|
@@ -20037,7 +19977,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
20037
19977
|
function createResourceRequest$H(config) {
|
|
20038
19978
|
const headers = {};
|
|
20039
19979
|
return {
|
|
20040
|
-
baseUri: '/services/data/
|
|
19980
|
+
baseUri: '/services/data/v68.0',
|
|
20041
19981
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20042
19982
|
method: 'delete',
|
|
20043
19983
|
body: null,
|
|
@@ -20204,7 +20144,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
20204
20144
|
function createResourceRequest$G(config) {
|
|
20205
20145
|
const headers = {};
|
|
20206
20146
|
return {
|
|
20207
|
-
baseUri: '/services/data/
|
|
20147
|
+
baseUri: '/services/data/v68.0',
|
|
20208
20148
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20209
20149
|
method: 'patch',
|
|
20210
20150
|
body: config.body,
|
|
@@ -20767,7 +20707,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
20767
20707
|
function createResourceRequest$F(config) {
|
|
20768
20708
|
const headers = {};
|
|
20769
20709
|
return {
|
|
20770
|
-
baseUri: '/services/data/
|
|
20710
|
+
baseUri: '/services/data/v68.0',
|
|
20771
20711
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
20772
20712
|
method: 'get',
|
|
20773
20713
|
body: null,
|
|
@@ -21003,7 +20943,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
21003
20943
|
function createResourceRequest$E(config) {
|
|
21004
20944
|
const headers = {};
|
|
21005
20945
|
return {
|
|
21006
|
-
baseUri: '/services/data/
|
|
20946
|
+
baseUri: '/services/data/v68.0',
|
|
21007
20947
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21008
20948
|
method: 'get',
|
|
21009
20949
|
body: null,
|
|
@@ -21139,7 +21079,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
|
|
|
21139
21079
|
function createResourceRequest$D(config) {
|
|
21140
21080
|
const headers = {};
|
|
21141
21081
|
return {
|
|
21142
|
-
baseUri: '/services/data/
|
|
21082
|
+
baseUri: '/services/data/v68.0',
|
|
21143
21083
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21144
21084
|
method: 'patch',
|
|
21145
21085
|
body: config.body,
|
|
@@ -21379,7 +21319,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
21379
21319
|
function createResourceRequest$C(config) {
|
|
21380
21320
|
const headers = {};
|
|
21381
21321
|
return {
|
|
21382
|
-
baseUri: '/services/data/
|
|
21322
|
+
baseUri: '/services/data/v68.0',
|
|
21383
21323
|
basePath: '/ui-api/nav-items',
|
|
21384
21324
|
method: 'get',
|
|
21385
21325
|
body: null,
|
|
@@ -21507,7 +21447,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
21507
21447
|
function createResourceRequest$B(config) {
|
|
21508
21448
|
const headers = {};
|
|
21509
21449
|
return {
|
|
21510
|
-
baseUri: '/services/data/
|
|
21450
|
+
baseUri: '/services/data/v68.0',
|
|
21511
21451
|
basePath: '/ui-api/object-info',
|
|
21512
21452
|
method: 'get',
|
|
21513
21453
|
body: null,
|
|
@@ -21839,7 +21779,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
21839
21779
|
function createResourceRequest$A(config) {
|
|
21840
21780
|
const headers = {};
|
|
21841
21781
|
return {
|
|
21842
|
-
baseUri: '/services/data/
|
|
21782
|
+
baseUri: '/services/data/v68.0',
|
|
21843
21783
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
21844
21784
|
method: 'get',
|
|
21845
21785
|
body: null,
|
|
@@ -22093,8 +22033,8 @@ const select$L$2 = function PicklistValueRepresentationSelect() {
|
|
|
22093
22033
|
const keyBuilderFromType$i$1 =
|
|
22094
22034
|
/**
|
|
22095
22035
|
* custom key builder from PicklistValuesRepresentation.
|
|
22096
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
22097
|
-
* the '/services/data/
|
|
22036
|
+
* PicklistValuesRepresentation.url is like /services/data/v68.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
22037
|
+
* the '/services/data/v68.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
22098
22038
|
*/
|
|
22099
22039
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
22100
22040
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -22284,7 +22224,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
22284
22224
|
function createResourceRequest$z(config) {
|
|
22285
22225
|
const headers = {};
|
|
22286
22226
|
return {
|
|
22287
|
-
baseUri: '/services/data/
|
|
22227
|
+
baseUri: '/services/data/v68.0',
|
|
22288
22228
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
22289
22229
|
method: 'get',
|
|
22290
22230
|
body: null,
|
|
@@ -22386,7 +22326,7 @@ function getResponseCacheKeys$u(storeKeyMap, luvio, resourceParams, response) {
|
|
|
22386
22326
|
function createResourceRequest$y(config) {
|
|
22387
22327
|
const headers = {};
|
|
22388
22328
|
return {
|
|
22389
|
-
baseUri: '/services/data/
|
|
22329
|
+
baseUri: '/services/data/v68.0',
|
|
22390
22330
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
22391
22331
|
method: 'get',
|
|
22392
22332
|
body: null,
|
|
@@ -22591,7 +22531,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
22591
22531
|
function createResourceRequest$x(config) {
|
|
22592
22532
|
const headers = {};
|
|
22593
22533
|
return {
|
|
22594
|
-
baseUri: '/services/data/
|
|
22534
|
+
baseUri: '/services/data/v68.0',
|
|
22595
22535
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
22596
22536
|
method: 'get',
|
|
22597
22537
|
body: null,
|
|
@@ -22762,7 +22702,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
22762
22702
|
function createResourceRequest$w(config) {
|
|
22763
22703
|
const headers = {};
|
|
22764
22704
|
return {
|
|
22765
|
-
baseUri: '/services/data/
|
|
22705
|
+
baseUri: '/services/data/v68.0',
|
|
22766
22706
|
basePath: '/ui-api/predupe',
|
|
22767
22707
|
method: 'post',
|
|
22768
22708
|
body: config.body,
|
|
@@ -23554,7 +23494,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
23554
23494
|
function createResourceRequest$v(config) {
|
|
23555
23495
|
const headers = {};
|
|
23556
23496
|
return {
|
|
23557
|
-
baseUri: '/services/data/
|
|
23497
|
+
baseUri: '/services/data/v68.0',
|
|
23558
23498
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
23559
23499
|
method: 'get',
|
|
23560
23500
|
body: null,
|
|
@@ -24164,7 +24104,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
24164
24104
|
function createResourceRequest$u(config) {
|
|
24165
24105
|
const headers = {};
|
|
24166
24106
|
return {
|
|
24167
|
-
baseUri: '/services/data/
|
|
24107
|
+
baseUri: '/services/data/v68.0',
|
|
24168
24108
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
24169
24109
|
method: 'get',
|
|
24170
24110
|
body: null,
|
|
@@ -24419,7 +24359,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
24419
24359
|
function createResourceRequest$t(config) {
|
|
24420
24360
|
const headers = {};
|
|
24421
24361
|
return {
|
|
24422
|
-
baseUri: '/services/data/
|
|
24362
|
+
baseUri: '/services/data/v68.0',
|
|
24423
24363
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
24424
24364
|
method: 'get',
|
|
24425
24365
|
body: null,
|
|
@@ -24782,7 +24722,7 @@ function ingestError$c$1(luvio, params, error, snapshotRefresh) {
|
|
|
24782
24722
|
function createResourceRequest$s(config) {
|
|
24783
24723
|
const headers = {};
|
|
24784
24724
|
return {
|
|
24785
|
-
baseUri: '/services/data/
|
|
24725
|
+
baseUri: '/services/data/v68.0',
|
|
24786
24726
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
24787
24727
|
method: 'get',
|
|
24788
24728
|
body: null,
|
|
@@ -25042,7 +24982,7 @@ function ingestError$b$1(luvio, params, error, snapshotRefresh) {
|
|
|
25042
24982
|
function createResourceRequest$r(config) {
|
|
25043
24983
|
const headers = {};
|
|
25044
24984
|
return {
|
|
25045
|
-
baseUri: '/services/data/
|
|
24985
|
+
baseUri: '/services/data/v68.0',
|
|
25046
24986
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
25047
24987
|
method: 'get',
|
|
25048
24988
|
body: null,
|
|
@@ -25233,7 +25173,7 @@ function ingestError$a$1(luvio, params, error, snapshotRefresh) {
|
|
|
25233
25173
|
function createResourceRequest$q(config) {
|
|
25234
25174
|
const headers = {};
|
|
25235
25175
|
return {
|
|
25236
|
-
baseUri: '/services/data/
|
|
25176
|
+
baseUri: '/services/data/v68.0',
|
|
25237
25177
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
25238
25178
|
method: 'get',
|
|
25239
25179
|
body: null,
|
|
@@ -25476,7 +25416,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
25476
25416
|
function createResourceRequest$p(config) {
|
|
25477
25417
|
const headers = {};
|
|
25478
25418
|
return {
|
|
25479
|
-
baseUri: '/services/data/
|
|
25419
|
+
baseUri: '/services/data/v68.0',
|
|
25480
25420
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
25481
25421
|
method: 'patch',
|
|
25482
25422
|
body: config.body,
|
|
@@ -25646,7 +25586,7 @@ function ingestError$9$1(luvio, params, error, snapshotRefresh) {
|
|
|
25646
25586
|
function createResourceRequest$o(config) {
|
|
25647
25587
|
const headers = {};
|
|
25648
25588
|
return {
|
|
25649
|
-
baseUri: '/services/data/
|
|
25589
|
+
baseUri: '/services/data/v68.0',
|
|
25650
25590
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
25651
25591
|
method: 'get',
|
|
25652
25592
|
body: null,
|
|
@@ -25898,7 +25838,7 @@ function ingestError$8$1(luvio, params, error, snapshotRefresh) {
|
|
|
25898
25838
|
function createResourceRequest$n$1(config) {
|
|
25899
25839
|
const headers = {};
|
|
25900
25840
|
return {
|
|
25901
|
-
baseUri: '/services/data/
|
|
25841
|
+
baseUri: '/services/data/v68.0',
|
|
25902
25842
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
25903
25843
|
method: 'get',
|
|
25904
25844
|
body: null,
|
|
@@ -26096,7 +26036,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
26096
26036
|
function createResourceRequest$m$1(config) {
|
|
26097
26037
|
const headers = {};
|
|
26098
26038
|
return {
|
|
26099
|
-
baseUri: '/services/data/
|
|
26039
|
+
baseUri: '/services/data/v68.0',
|
|
26100
26040
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
26101
26041
|
method: 'patch',
|
|
26102
26042
|
body: config.body,
|
|
@@ -26877,7 +26817,7 @@ function ingestError$7$1(luvio, params, error, snapshotRefresh) {
|
|
|
26877
26817
|
function createResourceRequest$l$1(config) {
|
|
26878
26818
|
const headers = {};
|
|
26879
26819
|
return {
|
|
26880
|
-
baseUri: '/services/data/
|
|
26820
|
+
baseUri: '/services/data/v68.0',
|
|
26881
26821
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
26882
26822
|
method: 'post',
|
|
26883
26823
|
body: config.body,
|
|
@@ -27152,7 +27092,7 @@ function ingestError$6$1(luvio, params, error, snapshotRefresh) {
|
|
|
27152
27092
|
function createResourceRequest$k$1(config) {
|
|
27153
27093
|
const headers = {};
|
|
27154
27094
|
return {
|
|
27155
|
-
baseUri: '/services/data/
|
|
27095
|
+
baseUri: '/services/data/v68.0',
|
|
27156
27096
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
27157
27097
|
method: 'post',
|
|
27158
27098
|
body: config.body,
|
|
@@ -27521,7 +27461,7 @@ function ingestError$5$1(luvio, params, error, snapshotRefresh) {
|
|
|
27521
27461
|
function createResourceRequest$j$1(config) {
|
|
27522
27462
|
const headers = {};
|
|
27523
27463
|
return {
|
|
27524
|
-
baseUri: '/services/data/
|
|
27464
|
+
baseUri: '/services/data/v68.0',
|
|
27525
27465
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
27526
27466
|
method: 'get',
|
|
27527
27467
|
body: null,
|
|
@@ -27704,7 +27644,7 @@ function ingestError$4$1(luvio, params, error, snapshotRefresh) {
|
|
|
27704
27644
|
function createResourceRequest$i$1(config) {
|
|
27705
27645
|
const headers = {};
|
|
27706
27646
|
return {
|
|
27707
|
-
baseUri: '/services/data/
|
|
27647
|
+
baseUri: '/services/data/v68.0',
|
|
27708
27648
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
27709
27649
|
method: 'get',
|
|
27710
27650
|
body: null,
|
|
@@ -27885,7 +27825,7 @@ function ingestError$3$1(luvio, params, error, snapshotRefresh) {
|
|
|
27885
27825
|
function createResourceRequest$h$1(config) {
|
|
27886
27826
|
const headers = {};
|
|
27887
27827
|
return {
|
|
27888
|
-
baseUri: '/services/data/
|
|
27828
|
+
baseUri: '/services/data/v68.0',
|
|
27889
27829
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
27890
27830
|
method: 'get',
|
|
27891
27831
|
body: null,
|
|
@@ -28204,7 +28144,7 @@ function ingestError$2$1(luvio, params, error, snapshotRefresh) {
|
|
|
28204
28144
|
function createResourceRequest$g$1(config) {
|
|
28205
28145
|
const headers = {};
|
|
28206
28146
|
return {
|
|
28207
|
-
baseUri: '/services/data/
|
|
28147
|
+
baseUri: '/services/data/v68.0',
|
|
28208
28148
|
basePath: '/ui-api/search/results',
|
|
28209
28149
|
method: 'post',
|
|
28210
28150
|
body: config.body,
|
|
@@ -28407,7 +28347,7 @@ function ingestError$1$2(luvio, params, error, snapshotRefresh) {
|
|
|
28407
28347
|
function createResourceRequest$f$1(config) {
|
|
28408
28348
|
const headers = {};
|
|
28409
28349
|
return {
|
|
28410
|
-
baseUri: '/services/data/
|
|
28350
|
+
baseUri: '/services/data/v68.0',
|
|
28411
28351
|
basePath: '/ui-api/search/results/keyword',
|
|
28412
28352
|
method: 'post',
|
|
28413
28353
|
body: config.body,
|
|
@@ -28663,7 +28603,7 @@ function ingestSuccess$4$1(luvio, response) {
|
|
|
28663
28603
|
function createResourceRequest$e$1(config) {
|
|
28664
28604
|
const headers = {};
|
|
28665
28605
|
return {
|
|
28666
|
-
baseUri: '/services/data/
|
|
28606
|
+
baseUri: '/services/data/v68.0',
|
|
28667
28607
|
basePath: '/ui-api/records/batch',
|
|
28668
28608
|
method: 'post',
|
|
28669
28609
|
body: config.body,
|
|
@@ -28783,7 +28723,7 @@ function ingestSuccess$3$1(luvio, resourceParams, response) {
|
|
|
28783
28723
|
function createResourceRequest$d$1(config) {
|
|
28784
28724
|
const headers = {};
|
|
28785
28725
|
return {
|
|
28786
|
-
baseUri: '/services/data/
|
|
28726
|
+
baseUri: '/services/data/v68.0',
|
|
28787
28727
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
28788
28728
|
method: 'patch',
|
|
28789
28729
|
body: config.body,
|
|
@@ -28842,7 +28782,7 @@ function ingestSuccess$2$1(luvio, resourceParams, response) {
|
|
|
28842
28782
|
function createResourceRequest$c$1(config) {
|
|
28843
28783
|
const headers = {};
|
|
28844
28784
|
return {
|
|
28845
|
-
baseUri: '/services/data/
|
|
28785
|
+
baseUri: '/services/data/v68.0',
|
|
28846
28786
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
28847
28787
|
method: 'post',
|
|
28848
28788
|
body: config.body,
|
|
@@ -28911,7 +28851,7 @@ const factory$c = (luvio) => {
|
|
|
28911
28851
|
function createResourceRequest$b$1(config) {
|
|
28912
28852
|
const headers = {};
|
|
28913
28853
|
return {
|
|
28914
|
-
baseUri: '/services/data/
|
|
28854
|
+
baseUri: '/services/data/v68.0',
|
|
28915
28855
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
28916
28856
|
method: 'patch',
|
|
28917
28857
|
body: config.body,
|
|
@@ -29389,7 +29329,7 @@ function getResponseCacheKeys$7$1(storeKeyMap, luvio, resourceParams, response)
|
|
|
29389
29329
|
function createResourceRequest$a$1(config) {
|
|
29390
29330
|
const headers = {};
|
|
29391
29331
|
return {
|
|
29392
|
-
baseUri: '/services/data/
|
|
29332
|
+
baseUri: '/services/data/v68.0',
|
|
29393
29333
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
29394
29334
|
method: 'post',
|
|
29395
29335
|
body: config.body,
|
|
@@ -29628,7 +29568,7 @@ const factory$9$1 = (luvio) => {
|
|
|
29628
29568
|
function createResourceRequest$9$1(config) {
|
|
29629
29569
|
const headers = {};
|
|
29630
29570
|
return {
|
|
29631
|
-
baseUri: '/services/data/
|
|
29571
|
+
baseUri: '/services/data/v68.0',
|
|
29632
29572
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
29633
29573
|
method: 'post',
|
|
29634
29574
|
body: config.body,
|
|
@@ -29980,7 +29920,7 @@ function getResponseCacheKeys$6$1(storeKeyMap, luvio, resourceParams, response)
|
|
|
29980
29920
|
function createResourceRequest$8$1(config) {
|
|
29981
29921
|
const headers = {};
|
|
29982
29922
|
return {
|
|
29983
|
-
baseUri: '/services/data/
|
|
29923
|
+
baseUri: '/services/data/v68.0',
|
|
29984
29924
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
29985
29925
|
method: 'get',
|
|
29986
29926
|
body: null,
|
|
@@ -30522,7 +30462,7 @@ function getResponseCacheKeys$5$1(storeKeyMap, luvio, resourceParams, response)
|
|
|
30522
30462
|
function createResourceRequest$7$1(config) {
|
|
30523
30463
|
const headers = {};
|
|
30524
30464
|
return {
|
|
30525
|
-
baseUri: '/services/data/
|
|
30465
|
+
baseUri: '/services/data/v68.0',
|
|
30526
30466
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
30527
30467
|
method: 'get',
|
|
30528
30468
|
body: null,
|
|
@@ -31053,7 +30993,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
31053
30993
|
function createResourceRequest$6$1(config) {
|
|
31054
30994
|
const headers = {};
|
|
31055
30995
|
return {
|
|
31056
|
-
baseUri: '/services/data/
|
|
30996
|
+
baseUri: '/services/data/v68.0',
|
|
31057
30997
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
31058
30998
|
method: 'get',
|
|
31059
30999
|
body: null,
|
|
@@ -31258,7 +31198,7 @@ function getResponseCacheKeys$3$1(storeKeyMap, luvio, resourceParams, response)
|
|
|
31258
31198
|
function createResourceRequest$5$1(config) {
|
|
31259
31199
|
const headers = {};
|
|
31260
31200
|
return {
|
|
31261
|
-
baseUri: '/services/data/
|
|
31201
|
+
baseUri: '/services/data/v68.0',
|
|
31262
31202
|
basePath: '/ui-api/records',
|
|
31263
31203
|
method: 'post',
|
|
31264
31204
|
body: config.body,
|
|
@@ -31364,7 +31304,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
31364
31304
|
function createResourceRequest$3$1(config) {
|
|
31365
31305
|
const headers = {};
|
|
31366
31306
|
return {
|
|
31367
|
-
baseUri: '/services/data/
|
|
31307
|
+
baseUri: '/services/data/v68.0',
|
|
31368
31308
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
31369
31309
|
method: 'delete',
|
|
31370
31310
|
body: null,
|
|
@@ -31451,7 +31391,7 @@ function createResourceRequest$2$2(config) {
|
|
|
31451
31391
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
31452
31392
|
}
|
|
31453
31393
|
return {
|
|
31454
|
-
baseUri: '/services/data/
|
|
31394
|
+
baseUri: '/services/data/v68.0',
|
|
31455
31395
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
31456
31396
|
method: 'patch',
|
|
31457
31397
|
body: config.body,
|
|
@@ -31751,7 +31691,7 @@ function createResourceParams$1$2(config) {
|
|
|
31751
31691
|
function createResourceRequest$1$2(config) {
|
|
31752
31692
|
const headers = {};
|
|
31753
31693
|
return {
|
|
31754
|
-
baseUri: '/services/data/
|
|
31694
|
+
baseUri: '/services/data/v68.0',
|
|
31755
31695
|
basePath: '/ui-api/records/content-documents/' +
|
|
31756
31696
|
config.urlParams.contentDocumentId +
|
|
31757
31697
|
'/content-versions',
|
|
@@ -31864,7 +31804,7 @@ function createResourceParams$13(config) {
|
|
|
31864
31804
|
function createResourceRequest$1e(config) {
|
|
31865
31805
|
const headers = {};
|
|
31866
31806
|
return {
|
|
31867
|
-
baseUri: '/services/data/
|
|
31807
|
+
baseUri: '/services/data/v68.0',
|
|
31868
31808
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
31869
31809
|
method: 'post',
|
|
31870
31810
|
body: config.body,
|
|
@@ -32293,18 +32233,18 @@ function bindExportsTo$1(luvio) {
|
|
|
32293
32233
|
const getRecordTemplateCreate_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRecordTemplateCreate', configurationForEnvironmentFactoryOverrides$2.getRecordTemplateCreateAdapterFactory() ?? factory$5$1), getRecordTemplateCreateMetadata);
|
|
32294
32234
|
const getRecordUi_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRecordUi', configurationForEnvironmentFactoryOverrides$2.getRecordUiAdapterFactory() ?? factory$g), getRecordUiMetadata);
|
|
32295
32235
|
const getRecords_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRecords', configurationForEnvironmentFactoryOverrides$2.getRecordsAdapterFactory() ?? getRecordsAdapterFactory$1), luvio, 'getRecords'), getRecordsMetadata);
|
|
32296
|
-
const getRelatedListActions_ldsAdapter = createInstrumentedAdapter(
|
|
32236
|
+
const getRelatedListActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListActions', getRelatedListActionsAdapterFactory), luvio, 'getRelatedListActions'), getRelatedListActionsMetadata);
|
|
32297
32237
|
const getRelatedListCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListCount', getRelatedListCountAdapterFactory), getRelatedListCountMetadata);
|
|
32298
|
-
const getRelatedListInfo_ldsAdapter = createInstrumentedAdapter(
|
|
32299
|
-
const getRelatedListInfoBatch_ldsAdapter = createInstrumentedAdapter(
|
|
32238
|
+
const getRelatedListInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListInfo', getRelatedListInfoAdapterFactory), luvio, 'getRelatedListInfo'), getRelatedListInfoMetadata);
|
|
32239
|
+
const getRelatedListInfoBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListInfoBatch', getRelatedListInfoBatchAdapterFactory), luvio, 'getRelatedListInfoBatch'), getRelatedListInfoBatchMetadata);
|
|
32300
32240
|
const getRelatedListPreferences_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListPreferences', getRelatedListPreferencesAdapterFactory), getRelatedListPreferencesMetadata);
|
|
32301
32241
|
const getRelatedListPreferencesBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListPreferencesBatch', getRelatedListPreferencesBatchAdapterFactory), getRelatedListPreferencesBatchMetadata);
|
|
32302
32242
|
const getRelatedListRecordActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListRecordActions', getRelatedListRecordActionsAdapterFactory), getRelatedListRecordActionsMetadata);
|
|
32303
|
-
const getRelatedListRecords_ldsAdapter = createInstrumentedAdapter(
|
|
32304
|
-
const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(
|
|
32305
|
-
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(
|
|
32243
|
+
const getRelatedListRecords_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListRecords', configurationForEnvironmentFactoryOverrides$2.getRelatedListRecordsAdapterFactory() ?? getRelatedListRecordsAdapterFactory$1), luvio, 'getRelatedListRecords'), getRelatedListRecordsMetadata);
|
|
32244
|
+
const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListRecordsBatch', configurationForEnvironmentFactoryOverrides$2.getRelatedListRecordsBatchAdapterFactory() ?? getRelatedListRecordsBatchAdapterFactory$1), luvio, 'getRelatedListRecordsBatch'), getRelatedListRecordsBatchMetadata);
|
|
32245
|
+
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsActions', getRelatedListsActionsAdapterFactory), luvio, 'getRelatedListsActions'), getRelatedListsActionsMetadata);
|
|
32306
32246
|
const getRelatedListsCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsCount', getRelatedListsCountAdapterFactory), getRelatedListsCountMetadata);
|
|
32307
|
-
const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(
|
|
32247
|
+
const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsInfo', getRelatedListsInfoAdapterFactory), luvio, 'getRelatedListsInfo'), getRelatedListsInfoMetadata);
|
|
32308
32248
|
const getSearchFilterMetadata_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterMetadata', getSearchFilterMetadataAdapterFactory), getSearchFilterMetadataMetadata);
|
|
32309
32249
|
const getSearchFilterOptions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterOptions', getSearchFilterOptionsAdapterFactory), getSearchFilterOptionsMetadata);
|
|
32310
32250
|
const getSearchResults_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchResults', configurationForEnvironmentFactoryOverrides$2.getSearchResultsAdapterFactory() ?? getSearchResultsAdapterFactory$1), getSearchResultsMetadata);
|
|
@@ -32610,7 +32550,7 @@ withDefaultLuvio((luvio) => {
|
|
|
32610
32550
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32611
32551
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32612
32552
|
});
|
|
32613
|
-
// version: 1.
|
|
32553
|
+
// version: 1.432.0-b99ba9d219
|
|
32614
32554
|
|
|
32615
32555
|
var allowUpdatesForNonCachedRecords = {
|
|
32616
32556
|
isOpen: function (e) {
|
|
@@ -45575,7 +45515,7 @@ const { join: join$1, push: push$2, unshift } = Array.prototype;
|
|
|
45575
45515
|
const { isArray: isArray$5 } = Array;
|
|
45576
45516
|
const { entries: entries$4, keys: keys$6 } = Object;
|
|
45577
45517
|
|
|
45578
|
-
const UI_API_BASE_URI = '/services/data/
|
|
45518
|
+
const UI_API_BASE_URI = '/services/data/v68.0/ui-api';
|
|
45579
45519
|
|
|
45580
45520
|
let instrumentation$3 = {
|
|
45581
45521
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -51187,7 +51127,7 @@ function getResponseCacheKeys$f(storeKeyMap, luvio, resourceParams, response) {
|
|
|
51187
51127
|
function createResourceRequest$l(config) {
|
|
51188
51128
|
const headers = {};
|
|
51189
51129
|
return {
|
|
51190
|
-
baseUri: '/services/data/
|
|
51130
|
+
baseUri: '/services/data/v68.0',
|
|
51191
51131
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
51192
51132
|
method: 'get',
|
|
51193
51133
|
body: null,
|
|
@@ -51641,7 +51581,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
51641
51581
|
function createResourceRequest$k(config) {
|
|
51642
51582
|
const headers = {};
|
|
51643
51583
|
return {
|
|
51644
|
-
baseUri: '/services/data/
|
|
51584
|
+
baseUri: '/services/data/v68.0',
|
|
51645
51585
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
51646
51586
|
method: 'get',
|
|
51647
51587
|
body: null,
|
|
@@ -52584,7 +52524,7 @@ function createPaginationParams$5(params) {
|
|
|
52584
52524
|
function createResourceRequest$j(config) {
|
|
52585
52525
|
const headers = {};
|
|
52586
52526
|
return {
|
|
52587
|
-
baseUri: '/services/data/
|
|
52527
|
+
baseUri: '/services/data/v68.0',
|
|
52588
52528
|
basePath: '/ui-api/list-ui/' +
|
|
52589
52529
|
config.urlParams.objectApiName +
|
|
52590
52530
|
'/' +
|
|
@@ -52639,7 +52579,7 @@ function createPaginationParams$4(params) {
|
|
|
52639
52579
|
function createResourceRequest$i(config) {
|
|
52640
52580
|
const headers = {};
|
|
52641
52581
|
return {
|
|
52642
|
-
baseUri: '/services/data/
|
|
52582
|
+
baseUri: '/services/data/v68.0',
|
|
52643
52583
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
52644
52584
|
method: 'get',
|
|
52645
52585
|
body: null,
|
|
@@ -52682,7 +52622,7 @@ function validateAdapterConfig$e(untrustedConfig, configPropertyNames) {
|
|
|
52682
52622
|
function createResourceRequest$h(config) {
|
|
52683
52623
|
const headers = {};
|
|
52684
52624
|
return {
|
|
52685
|
-
baseUri: '/services/data/
|
|
52625
|
+
baseUri: '/services/data/v68.0',
|
|
52686
52626
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
52687
52627
|
method: 'get',
|
|
52688
52628
|
body: null,
|
|
@@ -53041,7 +52981,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
53041
52981
|
function createResourceRequest$g(config) {
|
|
53042
52982
|
const headers = {};
|
|
53043
52983
|
return {
|
|
53044
|
-
baseUri: '/services/data/
|
|
52984
|
+
baseUri: '/services/data/v68.0',
|
|
53045
52985
|
basePath: '/ui-api/list-records/' +
|
|
53046
52986
|
config.urlParams.objectApiName +
|
|
53047
52987
|
'/' +
|
|
@@ -53524,7 +53464,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
53524
53464
|
function createResourceRequest$f(config) {
|
|
53525
53465
|
const headers = {};
|
|
53526
53466
|
return {
|
|
53527
|
-
baseUri: '/services/data/
|
|
53467
|
+
baseUri: '/services/data/v68.0',
|
|
53528
53468
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
53529
53469
|
method: 'get',
|
|
53530
53470
|
body: null,
|
|
@@ -53721,7 +53661,7 @@ function keyBuilder$1D$1(luvio, params) {
|
|
|
53721
53661
|
function createResourceRequest$e(config) {
|
|
53722
53662
|
const headers = {};
|
|
53723
53663
|
return {
|
|
53724
|
-
baseUri: '/services/data/
|
|
53664
|
+
baseUri: '/services/data/v68.0',
|
|
53725
53665
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
53726
53666
|
method: 'get',
|
|
53727
53667
|
body: null,
|
|
@@ -53764,7 +53704,7 @@ function validateAdapterConfig$c(untrustedConfig, configPropertyNames) {
|
|
|
53764
53704
|
function createResourceRequest$d(config) {
|
|
53765
53705
|
const headers = {};
|
|
53766
53706
|
return {
|
|
53767
|
-
baseUri: '/services/data/
|
|
53707
|
+
baseUri: '/services/data/v68.0',
|
|
53768
53708
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
53769
53709
|
method: 'get',
|
|
53770
53710
|
body: null,
|
|
@@ -55058,7 +54998,7 @@ const ingest$1g$1 = function RecordUiRepresentationIngest(input, path, luvio, st
|
|
|
55058
54998
|
function createResourceRequest$c(config) {
|
|
55059
54999
|
const headers = {};
|
|
55060
55000
|
return {
|
|
55061
|
-
baseUri: '/services/data/
|
|
55001
|
+
baseUri: '/services/data/v68.0',
|
|
55062
55002
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
55063
55003
|
method: 'get',
|
|
55064
55004
|
body: null,
|
|
@@ -56334,7 +56274,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
56334
56274
|
function createResourceRequest$b(config) {
|
|
56335
56275
|
const headers = {};
|
|
56336
56276
|
return {
|
|
56337
|
-
baseUri: '/services/data/
|
|
56277
|
+
baseUri: '/services/data/v68.0',
|
|
56338
56278
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
56339
56279
|
method: 'get',
|
|
56340
56280
|
body: null,
|
|
@@ -57421,7 +57361,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
57421
57361
|
function createResourceRequest$a(config) {
|
|
57422
57362
|
const headers = {};
|
|
57423
57363
|
return {
|
|
57424
|
-
baseUri: '/services/data/
|
|
57364
|
+
baseUri: '/services/data/v68.0',
|
|
57425
57365
|
basePath: '/ui-api/related-list-records/' +
|
|
57426
57366
|
config.urlParams.parentRecordId +
|
|
57427
57367
|
'/' +
|
|
@@ -57739,7 +57679,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
57739
57679
|
function createResourceRequest$9(config) {
|
|
57740
57680
|
const headers = {};
|
|
57741
57681
|
return {
|
|
57742
|
-
baseUri: '/services/data/
|
|
57682
|
+
baseUri: '/services/data/v68.0',
|
|
57743
57683
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
57744
57684
|
method: 'post',
|
|
57745
57685
|
body: config.body,
|
|
@@ -58322,7 +58262,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
58322
58262
|
function createResourceRequest$8(config) {
|
|
58323
58263
|
const headers = {};
|
|
58324
58264
|
return {
|
|
58325
|
-
baseUri: '/services/data/
|
|
58265
|
+
baseUri: '/services/data/v68.0',
|
|
58326
58266
|
basePath: '/ui-api/search/results',
|
|
58327
58267
|
method: 'post',
|
|
58328
58268
|
body: config.body,
|
|
@@ -58538,7 +58478,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
58538
58478
|
function createResourceRequest$7(config) {
|
|
58539
58479
|
const headers = {};
|
|
58540
58480
|
return {
|
|
58541
|
-
baseUri: '/services/data/
|
|
58481
|
+
baseUri: '/services/data/v68.0',
|
|
58542
58482
|
basePath: '/ui-api/search/results/keyword',
|
|
58543
58483
|
method: 'post',
|
|
58544
58484
|
body: config.body,
|
|
@@ -59086,7 +59026,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
59086
59026
|
function createResourceRequest$6(config) {
|
|
59087
59027
|
const headers = {};
|
|
59088
59028
|
return {
|
|
59089
|
-
baseUri: '/services/data/
|
|
59029
|
+
baseUri: '/services/data/v68.0',
|
|
59090
59030
|
basePath: '/ui-api/lookups/' +
|
|
59091
59031
|
config.urlParams.objectApiName +
|
|
59092
59032
|
'/' +
|
|
@@ -59601,7 +59541,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
59601
59541
|
function createResourceRequest$5(config) {
|
|
59602
59542
|
const headers = {};
|
|
59603
59543
|
return {
|
|
59604
|
-
baseUri: '/services/data/
|
|
59544
|
+
baseUri: '/services/data/v68.0',
|
|
59605
59545
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
59606
59546
|
method: 'get',
|
|
59607
59547
|
body: null,
|
|
@@ -60149,7 +60089,7 @@ function getResponseCacheKeys$4(storeKeyMap, luvio, resourceParams, response) {
|
|
|
60149
60089
|
function createResourceRequest$4(config) {
|
|
60150
60090
|
const headers = {};
|
|
60151
60091
|
return {
|
|
60152
|
-
baseUri: '/services/data/
|
|
60092
|
+
baseUri: '/services/data/v68.0',
|
|
60153
60093
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
60154
60094
|
method: 'get',
|
|
60155
60095
|
body: null,
|
|
@@ -60697,7 +60637,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
60697
60637
|
function createResourceRequest$3(config) {
|
|
60698
60638
|
const headers = {};
|
|
60699
60639
|
return {
|
|
60700
|
-
baseUri: '/services/data/
|
|
60640
|
+
baseUri: '/services/data/v68.0',
|
|
60701
60641
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
60702
60642
|
method: 'get',
|
|
60703
60643
|
body: null,
|
|
@@ -91449,7 +91389,7 @@ class PrimingNetworkError extends Error {
|
|
|
91449
91389
|
}
|
|
91450
91390
|
|
|
91451
91391
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
91452
|
-
const apiVersion$1 = `
|
|
91392
|
+
const apiVersion$1 = `v68.0`;
|
|
91453
91393
|
const basePath = `/services/data/${apiVersion$1}`;
|
|
91454
91394
|
|
|
91455
91395
|
class NetworkRecordLoader {
|
|
@@ -91953,7 +91893,7 @@ function instrumentPrimingSession(session) {
|
|
|
91953
91893
|
// so eslint doesn't complain about nimbus
|
|
91954
91894
|
/* global __nimbus */
|
|
91955
91895
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
91956
|
-
const apiVersion = `
|
|
91896
|
+
const apiVersion = `v68.0`;
|
|
91957
91897
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
91958
91898
|
const objectInfoDirectoryEndpoint = `/services/data/${apiVersion}/ui-api/object-info`;
|
|
91959
91899
|
class NimbusPrimingNetworkAdapter {
|
|
@@ -92377,7 +92317,7 @@ function ingestError$1$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
92377
92317
|
function createResourceRequest$2$1(config) {
|
|
92378
92318
|
const headers = {};
|
|
92379
92319
|
return {
|
|
92380
|
-
baseUri: '/services/data/
|
|
92320
|
+
baseUri: '/services/data/v68.0',
|
|
92381
92321
|
basePath: '/graphql',
|
|
92382
92322
|
method: 'post',
|
|
92383
92323
|
body: { ...config.body, query: print$1(config.body.query) },
|
|
@@ -92503,7 +92443,7 @@ function createResourceRequest$n(config) {
|
|
|
92503
92443
|
const headers = {};
|
|
92504
92444
|
const transformedConfig = stripDocumentsOfMetaschema$1(config);
|
|
92505
92445
|
return {
|
|
92506
|
-
baseUri: '/services/data/
|
|
92446
|
+
baseUri: '/services/data/v68.0',
|
|
92507
92447
|
basePath: '/graphql/batch',
|
|
92508
92448
|
method: 'post',
|
|
92509
92449
|
body: transformedConfig.body,
|
|
@@ -96306,7 +96246,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
96306
96246
|
},
|
|
96307
96247
|
};
|
|
96308
96248
|
}
|
|
96309
|
-
// version: 1.
|
|
96249
|
+
// version: 1.432.0-b99ba9d219
|
|
96310
96250
|
|
|
96311
96251
|
/**
|
|
96312
96252
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96332,7 +96272,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96332
96272
|
},
|
|
96333
96273
|
};
|
|
96334
96274
|
}
|
|
96335
|
-
// version: 1.
|
|
96275
|
+
// version: 1.432.0-b99ba9d219
|
|
96336
96276
|
|
|
96337
96277
|
/*!
|
|
96338
96278
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98989,7 +98929,7 @@ register$1({
|
|
|
98989
98929
|
id: '@salesforce/lds-network-adapter',
|
|
98990
98930
|
instrument: instrument$2,
|
|
98991
98931
|
});
|
|
98992
|
-
// version: 1.
|
|
98932
|
+
// version: 1.432.0-a57c62b660
|
|
98993
98933
|
|
|
98994
98934
|
const { create: create$2, keys: keys$2 } = Object;
|
|
98995
98935
|
const { stringify, parse } = JSON;
|
|
@@ -106246,7 +106186,7 @@ function buildCommandClass(baseClass) {
|
|
|
106246
106186
|
this.endpoint = 'RecordUiController.executeGraphQL';
|
|
106247
106187
|
}
|
|
106248
106188
|
get url() {
|
|
106249
|
-
return '/services/data/
|
|
106189
|
+
return '/services/data/v68.0/graphql';
|
|
106250
106190
|
}
|
|
106251
106191
|
get cacheControlStrategyConfig() {
|
|
106252
106192
|
return {
|
|
@@ -106980,7 +106920,7 @@ function registerCallback(cb) {
|
|
|
106980
106920
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
106981
106921
|
}
|
|
106982
106922
|
}
|
|
106983
|
-
// version: 1.
|
|
106923
|
+
// version: 1.432.0-b99ba9d219
|
|
106984
106924
|
|
|
106985
106925
|
function createFragmentMap(documentNode) {
|
|
106986
106926
|
const fragments = {};
|
|
@@ -134819,7 +134759,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
134819
134759
|
function createResourceRequest$2(config) {
|
|
134820
134760
|
const headers = {};
|
|
134821
134761
|
return {
|
|
134822
|
-
baseUri: '/services/data/
|
|
134762
|
+
baseUri: '/services/data/v68.0',
|
|
134823
134763
|
basePath: '/graphql',
|
|
134824
134764
|
method: 'post',
|
|
134825
134765
|
body: { ...config.body,
|
|
@@ -135039,14 +134979,6 @@ let oneStoreGetObjectInfoAdapter$1 = undefined;
|
|
|
135039
134979
|
* One store enabled Get Object Infos adapter
|
|
135040
134980
|
*/
|
|
135041
134981
|
let oneStoreGetObjectInfosAdapter$1 = undefined;
|
|
135042
|
-
/**
|
|
135043
|
-
* Determines when to include PDL strategies for Related Lists
|
|
135044
|
-
*/
|
|
135045
|
-
let relatedListsPredictionsEnabled$1 = false;
|
|
135046
|
-
/**
|
|
135047
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
135048
|
-
*/
|
|
135049
|
-
let relatedListsPlusPredictionsEnabled$1 = false;
|
|
135050
134982
|
let recordRepresentationIngestionOverride$1 = undefined;
|
|
135051
134983
|
/**
|
|
135052
134984
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -135141,18 +135073,6 @@ const configurationForRestAdapters$1 = {
|
|
|
135141
135073
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
135142
135074
|
return trackedFieldLeafNodeIdAndNameOnly$1;
|
|
135143
135075
|
},
|
|
135144
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
135145
|
-
relatedListsPredictionsEnabled$1 = f;
|
|
135146
|
-
},
|
|
135147
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
135148
|
-
return relatedListsPredictionsEnabled$1 === true;
|
|
135149
|
-
},
|
|
135150
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
135151
|
-
relatedListsPlusPredictionsEnabled$1 = f;
|
|
135152
|
-
},
|
|
135153
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
135154
|
-
return relatedListsPlusPredictionsEnabled$1 === true;
|
|
135155
|
-
},
|
|
135156
135076
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
135157
135077
|
recordRepresentationIngestionOverride$1 = ingest;
|
|
135158
135078
|
},
|
|
@@ -135245,7 +135165,7 @@ function createResourceRequest(config) {
|
|
|
135245
135165
|
const headers = {};
|
|
135246
135166
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
135247
135167
|
return {
|
|
135248
|
-
baseUri: '/services/data/
|
|
135168
|
+
baseUri: '/services/data/v68.0',
|
|
135249
135169
|
basePath: '/graphql/batch',
|
|
135250
135170
|
method: 'post',
|
|
135251
135171
|
body: transformedConfig.body,
|
|
@@ -136217,7 +136137,7 @@ register$1({
|
|
|
136217
136137
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136218
136138
|
instrument: instrument$1,
|
|
136219
136139
|
});
|
|
136220
|
-
// version: 1.
|
|
136140
|
+
// version: 1.432.0-b99ba9d219
|
|
136221
136141
|
|
|
136222
136142
|
// On core the unstable adapters are re-exported with different names,
|
|
136223
136143
|
// we want to match them here.
|
|
@@ -136369,7 +136289,7 @@ withDefaultLuvio((luvio) => {
|
|
|
136369
136289
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136370
136290
|
graphQLImperative = ldsAdapter;
|
|
136371
136291
|
});
|
|
136372
|
-
// version: 1.
|
|
136292
|
+
// version: 1.432.0-b99ba9d219
|
|
136373
136293
|
|
|
136374
136294
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136375
136295
|
__proto__: null,
|
|
@@ -137168,7 +137088,7 @@ const callbacks$1 = [];
|
|
|
137168
137088
|
function register(r) {
|
|
137169
137089
|
callbacks$1.forEach((callback) => callback(r));
|
|
137170
137090
|
}
|
|
137171
|
-
// version: 1.
|
|
137091
|
+
// version: 1.432.0-a57c62b660
|
|
137172
137092
|
|
|
137173
137093
|
/**
|
|
137174
137094
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -137234,14 +137154,6 @@ let oneStoreGetObjectInfoAdapter = undefined;
|
|
|
137234
137154
|
* One store enabled Get Object Infos adapter
|
|
137235
137155
|
*/
|
|
137236
137156
|
let oneStoreGetObjectInfosAdapter = undefined;
|
|
137237
|
-
/**
|
|
137238
|
-
* Determines when to include PDL strategies for Related Lists
|
|
137239
|
-
*/
|
|
137240
|
-
let relatedListsPredictionsEnabled = false;
|
|
137241
|
-
/**
|
|
137242
|
-
* Determines whether to include additional PDL strategies for Related Lists
|
|
137243
|
-
*/
|
|
137244
|
-
let relatedListsPlusPredictionsEnabled = false;
|
|
137245
137157
|
let recordRepresentationIngestionOverride = undefined;
|
|
137246
137158
|
/**
|
|
137247
137159
|
* Defines the configuration API and is exposed internally as well as externally.
|
|
@@ -137336,18 +137248,6 @@ const configurationForRestAdapters = {
|
|
|
137336
137248
|
getTrackedFieldLeafNodeIdAndNameOnly: function () {
|
|
137337
137249
|
return trackedFieldLeafNodeIdAndNameOnly;
|
|
137338
137250
|
},
|
|
137339
|
-
setRelatedListsPredictionsEnabled: function (f) {
|
|
137340
|
-
relatedListsPredictionsEnabled = f;
|
|
137341
|
-
},
|
|
137342
|
-
areRelatedListsPredictionsEnabled: function () {
|
|
137343
|
-
return relatedListsPredictionsEnabled === true;
|
|
137344
|
-
},
|
|
137345
|
-
setRelatedListsPlusPredictionsEnabled: function (f) {
|
|
137346
|
-
relatedListsPlusPredictionsEnabled = f;
|
|
137347
|
-
},
|
|
137348
|
-
areRelatedListsPlusPredictionsEnabled: function () {
|
|
137349
|
-
return relatedListsPlusPredictionsEnabled === true;
|
|
137350
|
-
},
|
|
137351
137251
|
setRecordRepresentationIngestionOverride: function (ingest) {
|
|
137352
137252
|
recordRepresentationIngestionOverride = ingest;
|
|
137353
137253
|
},
|
|
@@ -138484,4 +138384,4 @@ const { luvio } = getRuntime();
|
|
|
138484
138384
|
setDefaultLuvio({ luvio });
|
|
138485
138385
|
|
|
138486
138386
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
138487
|
-
// version: 1.
|
|
138387
|
+
// version: 1.432.0-a57c62b660
|