@salesforce/lds-worker-api 1.134.4 → 1.134.5
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.
|
@@ -3791,7 +3791,7 @@ function withDefaultLuvio(callback) {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
callbacks.push(callback);
|
|
3793
3793
|
}
|
|
3794
|
-
// version: 1.134.
|
|
3794
|
+
// version: 1.134.5-4b28c4f16
|
|
3795
3795
|
|
|
3796
3796
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3797
3797
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15215,7 +15215,7 @@ function parseAndVisit(source) {
|
|
|
15215
15215
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15216
15216
|
return luvioDocumentNode;
|
|
15217
15217
|
}
|
|
15218
|
-
// version: 1.134.
|
|
15218
|
+
// version: 1.134.5-4b28c4f16
|
|
15219
15219
|
|
|
15220
15220
|
function unwrap(data) {
|
|
15221
15221
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16128,7 +16128,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16128
16128
|
const { apiFamily, name } = metadata;
|
|
16129
16129
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16130
16130
|
}
|
|
16131
|
-
// version: 1.134.
|
|
16131
|
+
// version: 1.134.5-4b28c4f16
|
|
16132
16132
|
|
|
16133
16133
|
/**
|
|
16134
16134
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -20074,7 +20074,7 @@ function getResponseCacheKeys$S(luvio, resourceParams, response) {
|
|
|
20074
20074
|
function createResourceRequest$$(config) {
|
|
20075
20075
|
const headers = {};
|
|
20076
20076
|
return {
|
|
20077
|
-
baseUri: '/services/data/
|
|
20077
|
+
baseUri: '/services/data/v59.0',
|
|
20078
20078
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
20079
20079
|
method: 'get',
|
|
20080
20080
|
body: null,
|
|
@@ -20677,7 +20677,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
20677
20677
|
function createResourceRequest$_(config) {
|
|
20678
20678
|
const headers = {};
|
|
20679
20679
|
return {
|
|
20680
|
-
baseUri: '/services/data/
|
|
20680
|
+
baseUri: '/services/data/v59.0',
|
|
20681
20681
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
20682
20682
|
method: 'get',
|
|
20683
20683
|
body: null,
|
|
@@ -21476,7 +21476,7 @@ function createPaginationParams$5(params) {
|
|
|
21476
21476
|
function createResourceRequest$Z(config) {
|
|
21477
21477
|
const headers = {};
|
|
21478
21478
|
return {
|
|
21479
|
-
baseUri: '/services/data/
|
|
21479
|
+
baseUri: '/services/data/v59.0',
|
|
21480
21480
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21481
21481
|
method: 'get',
|
|
21482
21482
|
body: null,
|
|
@@ -21640,7 +21640,7 @@ function createPaginationParams$4(params) {
|
|
|
21640
21640
|
function createResourceRequest$Y(config) {
|
|
21641
21641
|
const headers = {};
|
|
21642
21642
|
return {
|
|
21643
|
-
baseUri: '/services/data/
|
|
21643
|
+
baseUri: '/services/data/v59.0',
|
|
21644
21644
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
21645
21645
|
method: 'get',
|
|
21646
21646
|
body: null,
|
|
@@ -21761,7 +21761,7 @@ function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
|
|
|
21761
21761
|
function createResourceRequest$X(config) {
|
|
21762
21762
|
const headers = {};
|
|
21763
21763
|
return {
|
|
21764
|
-
baseUri: '/services/data/
|
|
21764
|
+
baseUri: '/services/data/v59.0',
|
|
21765
21765
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
21766
21766
|
method: 'get',
|
|
21767
21767
|
body: null,
|
|
@@ -22100,7 +22100,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
22100
22100
|
function createResourceRequest$W(config) {
|
|
22101
22101
|
const headers = {};
|
|
22102
22102
|
return {
|
|
22103
|
-
baseUri: '/services/data/
|
|
22103
|
+
baseUri: '/services/data/v59.0',
|
|
22104
22104
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22105
22105
|
method: 'get',
|
|
22106
22106
|
body: null,
|
|
@@ -22586,7 +22586,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
22586
22586
|
function createResourceRequest$V(config) {
|
|
22587
22587
|
const headers = {};
|
|
22588
22588
|
return {
|
|
22589
|
-
baseUri: '/services/data/
|
|
22589
|
+
baseUri: '/services/data/v59.0',
|
|
22590
22590
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
22591
22591
|
method: 'get',
|
|
22592
22592
|
body: null,
|
|
@@ -22842,7 +22842,7 @@ function keyBuilder$1G(luvio, params) {
|
|
|
22842
22842
|
function createResourceRequest$U(config) {
|
|
22843
22843
|
const headers = {};
|
|
22844
22844
|
return {
|
|
22845
|
-
baseUri: '/services/data/
|
|
22845
|
+
baseUri: '/services/data/v59.0',
|
|
22846
22846
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
22847
22847
|
method: 'get',
|
|
22848
22848
|
body: null,
|
|
@@ -22963,7 +22963,7 @@ function validateAdapterConfig$W(untrustedConfig, configPropertyNames) {
|
|
|
22963
22963
|
function createResourceRequest$T(config) {
|
|
22964
22964
|
const headers = {};
|
|
22965
22965
|
return {
|
|
22966
|
-
baseUri: '/services/data/
|
|
22966
|
+
baseUri: '/services/data/v59.0',
|
|
22967
22967
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
22968
22968
|
method: 'get',
|
|
22969
22969
|
body: null,
|
|
@@ -23973,7 +23973,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
23973
23973
|
function createResourceRequest$S(config) {
|
|
23974
23974
|
const headers = {};
|
|
23975
23975
|
return {
|
|
23976
|
-
baseUri: '/services/data/
|
|
23976
|
+
baseUri: '/services/data/v59.0',
|
|
23977
23977
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
23978
23978
|
method: 'get',
|
|
23979
23979
|
body: null,
|
|
@@ -24552,7 +24552,7 @@ const ingest$y$1 = function RecordUiRepresentationIngest(input, path, luvio, sto
|
|
|
24552
24552
|
function createResourceRequest$R(config) {
|
|
24553
24553
|
const headers = {};
|
|
24554
24554
|
return {
|
|
24555
|
-
baseUri: '/services/data/
|
|
24555
|
+
baseUri: '/services/data/v59.0',
|
|
24556
24556
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
24557
24557
|
method: 'get',
|
|
24558
24558
|
body: null,
|
|
@@ -26301,7 +26301,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
26301
26301
|
function createResourceRequest$Q(config) {
|
|
26302
26302
|
const headers = {};
|
|
26303
26303
|
return {
|
|
26304
|
-
baseUri: '/services/data/
|
|
26304
|
+
baseUri: '/services/data/v59.0',
|
|
26305
26305
|
basePath: '/ui-api/actions/global',
|
|
26306
26306
|
method: 'get',
|
|
26307
26307
|
body: null,
|
|
@@ -26622,7 +26622,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
26622
26622
|
function createResourceRequest$P(config) {
|
|
26623
26623
|
const headers = {};
|
|
26624
26624
|
return {
|
|
26625
|
-
baseUri: '/services/data/
|
|
26625
|
+
baseUri: '/services/data/v59.0',
|
|
26626
26626
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
26627
26627
|
method: 'get',
|
|
26628
26628
|
body: null,
|
|
@@ -26774,7 +26774,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
26774
26774
|
function createResourceRequest$O(config) {
|
|
26775
26775
|
const headers = {};
|
|
26776
26776
|
return {
|
|
26777
|
-
baseUri: '/services/data/
|
|
26777
|
+
baseUri: '/services/data/v59.0',
|
|
26778
26778
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
26779
26779
|
method: 'get',
|
|
26780
26780
|
body: null,
|
|
@@ -27015,7 +27015,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
27015
27015
|
function createResourceRequest$N(config) {
|
|
27016
27016
|
const headers = {};
|
|
27017
27017
|
return {
|
|
27018
|
-
baseUri: '/services/data/
|
|
27018
|
+
baseUri: '/services/data/v59.0',
|
|
27019
27019
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
27020
27020
|
method: 'get',
|
|
27021
27021
|
body: null,
|
|
@@ -27272,7 +27272,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
27272
27272
|
function createResourceRequest$M(config) {
|
|
27273
27273
|
const headers = {};
|
|
27274
27274
|
return {
|
|
27275
|
-
baseUri: '/services/data/
|
|
27275
|
+
baseUri: '/services/data/v59.0',
|
|
27276
27276
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
27277
27277
|
method: 'get',
|
|
27278
27278
|
body: null,
|
|
@@ -27622,7 +27622,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
27622
27622
|
function createResourceRequest$L(config) {
|
|
27623
27623
|
const headers = {};
|
|
27624
27624
|
return {
|
|
27625
|
-
baseUri: '/services/data/
|
|
27625
|
+
baseUri: '/services/data/v59.0',
|
|
27626
27626
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
27627
27627
|
method: 'get',
|
|
27628
27628
|
body: null,
|
|
@@ -27832,7 +27832,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
27832
27832
|
function createResourceRequest$K(config) {
|
|
27833
27833
|
const headers = {};
|
|
27834
27834
|
return {
|
|
27835
|
-
baseUri: '/services/data/
|
|
27835
|
+
baseUri: '/services/data/v59.0',
|
|
27836
27836
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
27837
27837
|
method: 'get',
|
|
27838
27838
|
body: null,
|
|
@@ -28068,7 +28068,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
28068
28068
|
function createResourceRequest$J(config) {
|
|
28069
28069
|
const headers = {};
|
|
28070
28070
|
return {
|
|
28071
|
-
baseUri: '/services/data/
|
|
28071
|
+
baseUri: '/services/data/v59.0',
|
|
28072
28072
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
28073
28073
|
method: 'get',
|
|
28074
28074
|
body: null,
|
|
@@ -28347,7 +28347,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
28347
28347
|
function createResourceRequest$I(config) {
|
|
28348
28348
|
const headers = {};
|
|
28349
28349
|
return {
|
|
28350
|
-
baseUri: '/services/data/
|
|
28350
|
+
baseUri: '/services/data/v59.0',
|
|
28351
28351
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
28352
28352
|
method: 'post',
|
|
28353
28353
|
body: config.body,
|
|
@@ -28569,7 +28569,7 @@ function getResponseCacheKeys$E(luvio, resourceParams, response) {
|
|
|
28569
28569
|
function createResourceRequest$H(config) {
|
|
28570
28570
|
const headers = {};
|
|
28571
28571
|
return {
|
|
28572
|
-
baseUri: '/services/data/
|
|
28572
|
+
baseUri: '/services/data/v59.0',
|
|
28573
28573
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
28574
28574
|
method: 'post',
|
|
28575
28575
|
body: config.body,
|
|
@@ -28960,7 +28960,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
28960
28960
|
function createResourceRequest$G(config) {
|
|
28961
28961
|
const headers = {};
|
|
28962
28962
|
return {
|
|
28963
|
-
baseUri: '/services/data/
|
|
28963
|
+
baseUri: '/services/data/v59.0',
|
|
28964
28964
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
28965
28965
|
method: 'get',
|
|
28966
28966
|
body: null,
|
|
@@ -29864,7 +29864,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
29864
29864
|
function createResourceRequest$F(config) {
|
|
29865
29865
|
const headers = {};
|
|
29866
29866
|
return {
|
|
29867
|
-
baseUri: '/services/data/
|
|
29867
|
+
baseUri: '/services/data/v59.0',
|
|
29868
29868
|
basePath: '/ui-api/apps',
|
|
29869
29869
|
method: 'get',
|
|
29870
29870
|
body: null,
|
|
@@ -30035,7 +30035,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
30035
30035
|
function createResourceRequest$E(config) {
|
|
30036
30036
|
const headers = {};
|
|
30037
30037
|
return {
|
|
30038
|
-
baseUri: '/services/data/
|
|
30038
|
+
baseUri: '/services/data/v59.0',
|
|
30039
30039
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
30040
30040
|
method: 'get',
|
|
30041
30041
|
body: null,
|
|
@@ -30438,7 +30438,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
30438
30438
|
function createResourceRequest$D(config) {
|
|
30439
30439
|
const headers = {};
|
|
30440
30440
|
return {
|
|
30441
|
-
baseUri: '/services/data/
|
|
30441
|
+
baseUri: '/services/data/v59.0',
|
|
30442
30442
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
30443
30443
|
method: 'get',
|
|
30444
30444
|
body: null,
|
|
@@ -30583,7 +30583,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
30583
30583
|
function createResourceRequest$C(config) {
|
|
30584
30584
|
const headers = {};
|
|
30585
30585
|
return {
|
|
30586
|
-
baseUri: '/services/data/
|
|
30586
|
+
baseUri: '/services/data/v59.0',
|
|
30587
30587
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
30588
30588
|
method: 'get',
|
|
30589
30589
|
body: null,
|
|
@@ -30796,7 +30796,7 @@ function getResponseCacheKeys$y(luvio, resourceParams, response) {
|
|
|
30796
30796
|
function createResourceRequest$B(config) {
|
|
30797
30797
|
const headers = {};
|
|
30798
30798
|
return {
|
|
30799
|
-
baseUri: '/services/data/
|
|
30799
|
+
baseUri: '/services/data/v59.0',
|
|
30800
30800
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
30801
30801
|
method: 'get',
|
|
30802
30802
|
body: null,
|
|
@@ -31068,7 +31068,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
31068
31068
|
function createResourceRequest$A(config) {
|
|
31069
31069
|
const headers = {};
|
|
31070
31070
|
return {
|
|
31071
|
-
baseUri: '/services/data/
|
|
31071
|
+
baseUri: '/services/data/v59.0',
|
|
31072
31072
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31073
31073
|
method: 'get',
|
|
31074
31074
|
body: null,
|
|
@@ -31354,7 +31354,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
31354
31354
|
function createResourceRequest$z(config) {
|
|
31355
31355
|
const headers = {};
|
|
31356
31356
|
return {
|
|
31357
|
-
baseUri: '/services/data/
|
|
31357
|
+
baseUri: '/services/data/v59.0',
|
|
31358
31358
|
basePath: '/ui-api/list-info/batch',
|
|
31359
31359
|
method: 'get',
|
|
31360
31360
|
body: null,
|
|
@@ -31745,7 +31745,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
31745
31745
|
function createResourceRequest$y(config) {
|
|
31746
31746
|
const headers = {};
|
|
31747
31747
|
return {
|
|
31748
|
-
baseUri: '/services/data/
|
|
31748
|
+
baseUri: '/services/data/v59.0',
|
|
31749
31749
|
basePath: '/ui-api/nav-items',
|
|
31750
31750
|
method: 'get',
|
|
31751
31751
|
body: null,
|
|
@@ -32148,7 +32148,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
32148
32148
|
function createResourceRequest$x(config) {
|
|
32149
32149
|
const headers = {};
|
|
32150
32150
|
return {
|
|
32151
|
-
baseUri: '/services/data/
|
|
32151
|
+
baseUri: '/services/data/v59.0',
|
|
32152
32152
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
32153
32153
|
method: 'get',
|
|
32154
32154
|
body: null,
|
|
@@ -32642,7 +32642,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
32642
32642
|
function createResourceRequest$w(config) {
|
|
32643
32643
|
const headers = {};
|
|
32644
32644
|
return {
|
|
32645
|
-
baseUri: '/services/data/
|
|
32645
|
+
baseUri: '/services/data/v59.0',
|
|
32646
32646
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
32647
32647
|
method: 'get',
|
|
32648
32648
|
body: null,
|
|
@@ -32782,7 +32782,7 @@ function getResponseCacheKeys$s(luvio, resourceParams, response) {
|
|
|
32782
32782
|
function createResourceRequest$v(config) {
|
|
32783
32783
|
const headers = {};
|
|
32784
32784
|
return {
|
|
32785
|
-
baseUri: '/services/data/
|
|
32785
|
+
baseUri: '/services/data/v59.0',
|
|
32786
32786
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
32787
32787
|
method: 'get',
|
|
32788
32788
|
body: null,
|
|
@@ -33090,7 +33090,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
33090
33090
|
function createResourceRequest$u(config) {
|
|
33091
33091
|
const headers = {};
|
|
33092
33092
|
return {
|
|
33093
|
-
baseUri: '/services/data/
|
|
33093
|
+
baseUri: '/services/data/v59.0',
|
|
33094
33094
|
basePath: '/ui-api/predupe',
|
|
33095
33095
|
method: 'post',
|
|
33096
33096
|
body: config.body,
|
|
@@ -34004,7 +34004,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
34004
34004
|
function createResourceRequest$t(config) {
|
|
34005
34005
|
const headers = {};
|
|
34006
34006
|
return {
|
|
34007
|
-
baseUri: '/services/data/
|
|
34007
|
+
baseUri: '/services/data/v59.0',
|
|
34008
34008
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
34009
34009
|
method: 'get',
|
|
34010
34010
|
body: null,
|
|
@@ -34679,7 +34679,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
34679
34679
|
function createResourceRequest$s(config) {
|
|
34680
34680
|
const headers = {};
|
|
34681
34681
|
return {
|
|
34682
|
-
baseUri: '/services/data/
|
|
34682
|
+
baseUri: '/services/data/v59.0',
|
|
34683
34683
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34684
34684
|
method: 'get',
|
|
34685
34685
|
body: null,
|
|
@@ -34939,7 +34939,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
34939
34939
|
function createResourceRequest$r(config) {
|
|
34940
34940
|
const headers = {};
|
|
34941
34941
|
return {
|
|
34942
|
-
baseUri: '/services/data/
|
|
34942
|
+
baseUri: '/services/data/v59.0',
|
|
34943
34943
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
34944
34944
|
method: 'get',
|
|
34945
34945
|
body: null,
|
|
@@ -35453,7 +35453,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
35453
35453
|
function createResourceRequest$q(config) {
|
|
35454
35454
|
const headers = {};
|
|
35455
35455
|
return {
|
|
35456
|
-
baseUri: '/services/data/
|
|
35456
|
+
baseUri: '/services/data/v59.0',
|
|
35457
35457
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35458
35458
|
method: 'get',
|
|
35459
35459
|
body: null,
|
|
@@ -35718,7 +35718,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
35718
35718
|
function createResourceRequest$p(config) {
|
|
35719
35719
|
const headers = {};
|
|
35720
35720
|
return {
|
|
35721
|
-
baseUri: '/services/data/
|
|
35721
|
+
baseUri: '/services/data/v59.0',
|
|
35722
35722
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35723
35723
|
method: 'get',
|
|
35724
35724
|
body: null,
|
|
@@ -36000,7 +36000,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
36000
36000
|
function createResourceRequest$o(config) {
|
|
36001
36001
|
const headers = {};
|
|
36002
36002
|
return {
|
|
36003
|
-
baseUri: '/services/data/
|
|
36003
|
+
baseUri: '/services/data/v59.0',
|
|
36004
36004
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
36005
36005
|
method: 'get',
|
|
36006
36006
|
body: null,
|
|
@@ -36385,7 +36385,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
|
|
|
36385
36385
|
function createResourceRequest$n(config) {
|
|
36386
36386
|
const headers = {};
|
|
36387
36387
|
return {
|
|
36388
|
-
baseUri: '/services/data/
|
|
36388
|
+
baseUri: '/services/data/v59.0',
|
|
36389
36389
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
36390
36390
|
method: 'patch',
|
|
36391
36391
|
body: config.body,
|
|
@@ -36636,7 +36636,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
36636
36636
|
function createResourceRequest$m(config) {
|
|
36637
36637
|
const headers = {};
|
|
36638
36638
|
return {
|
|
36639
|
-
baseUri: '/services/data/
|
|
36639
|
+
baseUri: '/services/data/v59.0',
|
|
36640
36640
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36641
36641
|
method: 'get',
|
|
36642
36642
|
body: null,
|
|
@@ -36893,7 +36893,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
36893
36893
|
function createResourceRequest$l(config) {
|
|
36894
36894
|
const headers = {};
|
|
36895
36895
|
return {
|
|
36896
|
-
baseUri: '/services/data/
|
|
36896
|
+
baseUri: '/services/data/v59.0',
|
|
36897
36897
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36898
36898
|
method: 'get',
|
|
36899
36899
|
body: null,
|
|
@@ -37143,7 +37143,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
37143
37143
|
function createResourceRequest$k(config) {
|
|
37144
37144
|
const headers = {};
|
|
37145
37145
|
return {
|
|
37146
|
-
baseUri: '/services/data/
|
|
37146
|
+
baseUri: '/services/data/v59.0',
|
|
37147
37147
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
37148
37148
|
method: 'patch',
|
|
37149
37149
|
body: config.body,
|
|
@@ -37919,7 +37919,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
37919
37919
|
function createResourceRequest$j(config) {
|
|
37920
37920
|
const headers = {};
|
|
37921
37921
|
return {
|
|
37922
|
-
baseUri: '/services/data/
|
|
37922
|
+
baseUri: '/services/data/v59.0',
|
|
37923
37923
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37924
37924
|
method: 'post',
|
|
37925
37925
|
body: config.body,
|
|
@@ -38197,7 +38197,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
38197
38197
|
function createResourceRequest$i(config) {
|
|
38198
38198
|
const headers = {};
|
|
38199
38199
|
return {
|
|
38200
|
-
baseUri: '/services/data/
|
|
38200
|
+
baseUri: '/services/data/v59.0',
|
|
38201
38201
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
38202
38202
|
method: 'post',
|
|
38203
38203
|
priority: 'normal',
|
|
@@ -38877,7 +38877,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
38877
38877
|
function createResourceRequest$h(config) {
|
|
38878
38878
|
const headers = {};
|
|
38879
38879
|
return {
|
|
38880
|
-
baseUri: '/services/data/
|
|
38880
|
+
baseUri: '/services/data/v59.0',
|
|
38881
38881
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38882
38882
|
method: 'get',
|
|
38883
38883
|
body: null,
|
|
@@ -39110,7 +39110,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
39110
39110
|
function createResourceRequest$g(config) {
|
|
39111
39111
|
const headers = {};
|
|
39112
39112
|
return {
|
|
39113
|
-
baseUri: '/services/data/
|
|
39113
|
+
baseUri: '/services/data/v59.0',
|
|
39114
39114
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
39115
39115
|
method: 'get',
|
|
39116
39116
|
body: null,
|
|
@@ -39379,7 +39379,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
39379
39379
|
function createResourceRequest$f(config) {
|
|
39380
39380
|
const headers = {};
|
|
39381
39381
|
return {
|
|
39382
|
-
baseUri: '/services/data/
|
|
39382
|
+
baseUri: '/services/data/v59.0',
|
|
39383
39383
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
39384
39384
|
method: 'get',
|
|
39385
39385
|
body: null,
|
|
@@ -39677,7 +39677,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
39677
39677
|
function createResourceRequest$e(config) {
|
|
39678
39678
|
const headers = {};
|
|
39679
39679
|
return {
|
|
39680
|
-
baseUri: '/services/data/
|
|
39680
|
+
baseUri: '/services/data/v59.0',
|
|
39681
39681
|
basePath: '/ui-api/search/results',
|
|
39682
39682
|
method: 'post',
|
|
39683
39683
|
body: config.body,
|
|
@@ -40002,7 +40002,7 @@ function ingestError$1$1(luvio, params, error, snapshotRefresh) {
|
|
|
40002
40002
|
function createResourceRequest$d(config) {
|
|
40003
40003
|
const headers = {};
|
|
40004
40004
|
return {
|
|
40005
|
-
baseUri: '/services/data/
|
|
40005
|
+
baseUri: '/services/data/v59.0',
|
|
40006
40006
|
basePath: '/ui-api/search/results/keyword',
|
|
40007
40007
|
method: 'post',
|
|
40008
40008
|
body: config.body,
|
|
@@ -40183,7 +40183,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
40183
40183
|
function createResourceRequest$c(config) {
|
|
40184
40184
|
const headers = {};
|
|
40185
40185
|
return {
|
|
40186
|
-
baseUri: '/services/data/
|
|
40186
|
+
baseUri: '/services/data/v59.0',
|
|
40187
40187
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40188
40188
|
method: 'patch',
|
|
40189
40189
|
body: config.body,
|
|
@@ -40327,7 +40327,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
40327
40327
|
function createResourceRequest$b(config) {
|
|
40328
40328
|
const headers = {};
|
|
40329
40329
|
return {
|
|
40330
|
-
baseUri: '/services/data/
|
|
40330
|
+
baseUri: '/services/data/v59.0',
|
|
40331
40331
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40332
40332
|
method: 'post',
|
|
40333
40333
|
body: config.body,
|
|
@@ -40473,7 +40473,7 @@ function deepFreeze$Q(value) {
|
|
|
40473
40473
|
function createResourceRequest$a(config) {
|
|
40474
40474
|
const headers = {};
|
|
40475
40475
|
return {
|
|
40476
|
-
baseUri: '/services/data/
|
|
40476
|
+
baseUri: '/services/data/v59.0',
|
|
40477
40477
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
40478
40478
|
method: 'patch',
|
|
40479
40479
|
body: config.body,
|
|
@@ -40917,7 +40917,7 @@ function getResponseCacheKeys$7(luvio, resourceParams, response) {
|
|
|
40917
40917
|
function createResourceRequest$9(config) {
|
|
40918
40918
|
const headers = {};
|
|
40919
40919
|
return {
|
|
40920
|
-
baseUri: '/services/data/
|
|
40920
|
+
baseUri: '/services/data/v59.0',
|
|
40921
40921
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
40922
40922
|
method: 'get',
|
|
40923
40923
|
body: null,
|
|
@@ -41181,7 +41181,7 @@ const factory$9 = (luvio) => {
|
|
|
41181
41181
|
function createResourceRequest$8(config) {
|
|
41182
41182
|
const headers = {};
|
|
41183
41183
|
return {
|
|
41184
|
-
baseUri: '/services/data/
|
|
41184
|
+
baseUri: '/services/data/v59.0',
|
|
41185
41185
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
41186
41186
|
method: 'post',
|
|
41187
41187
|
body: config.body,
|
|
@@ -41594,7 +41594,7 @@ function getResponseCacheKeys$6(luvio, resourceParams, response) {
|
|
|
41594
41594
|
function createResourceRequest$7(config) {
|
|
41595
41595
|
const headers = {};
|
|
41596
41596
|
return {
|
|
41597
|
-
baseUri: '/services/data/
|
|
41597
|
+
baseUri: '/services/data/v59.0',
|
|
41598
41598
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
41599
41599
|
method: 'get',
|
|
41600
41600
|
body: null,
|
|
@@ -42217,7 +42217,7 @@ function getResponseCacheKeys$5(luvio, resourceParams, response) {
|
|
|
42217
42217
|
function createResourceRequest$6(config) {
|
|
42218
42218
|
const headers = {};
|
|
42219
42219
|
return {
|
|
42220
|
-
baseUri: '/services/data/
|
|
42220
|
+
baseUri: '/services/data/v59.0',
|
|
42221
42221
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
42222
42222
|
method: 'get',
|
|
42223
42223
|
body: null,
|
|
@@ -42833,7 +42833,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
42833
42833
|
function createResourceRequest$5(config) {
|
|
42834
42834
|
const headers = {};
|
|
42835
42835
|
return {
|
|
42836
|
-
baseUri: '/services/data/
|
|
42836
|
+
baseUri: '/services/data/v59.0',
|
|
42837
42837
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
42838
42838
|
method: 'get',
|
|
42839
42839
|
body: null,
|
|
@@ -43080,7 +43080,7 @@ function getResponseCacheKeys$3(luvio, resourceParams, response) {
|
|
|
43080
43080
|
function createResourceRequest$4(config) {
|
|
43081
43081
|
const headers = {};
|
|
43082
43082
|
return {
|
|
43083
|
-
baseUri: '/services/data/
|
|
43083
|
+
baseUri: '/services/data/v59.0',
|
|
43084
43084
|
basePath: '/ui-api/records',
|
|
43085
43085
|
method: 'post',
|
|
43086
43086
|
body: config.body,
|
|
@@ -43179,7 +43179,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
43179
43179
|
function createResourceRequest$3(config) {
|
|
43180
43180
|
const headers = {};
|
|
43181
43181
|
return {
|
|
43182
|
-
baseUri: '/services/data/
|
|
43182
|
+
baseUri: '/services/data/v59.0',
|
|
43183
43183
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43184
43184
|
method: 'delete',
|
|
43185
43185
|
body: null,
|
|
@@ -43280,7 +43280,7 @@ function createResourceRequest$2$1(config) {
|
|
|
43280
43280
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
43281
43281
|
}
|
|
43282
43282
|
return {
|
|
43283
|
-
baseUri: '/services/data/
|
|
43283
|
+
baseUri: '/services/data/v59.0',
|
|
43284
43284
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43285
43285
|
method: 'patch',
|
|
43286
43286
|
body: config.body,
|
|
@@ -43658,7 +43658,7 @@ function createResourceParams$1$1(config) {
|
|
|
43658
43658
|
function createResourceRequest$1$1(config) {
|
|
43659
43659
|
const headers = {};
|
|
43660
43660
|
return {
|
|
43661
|
-
baseUri: '/services/data/
|
|
43661
|
+
baseUri: '/services/data/v59.0',
|
|
43662
43662
|
basePath: '/ui-api/records/content-documents/' +
|
|
43663
43663
|
config.urlParams.contentDocumentId +
|
|
43664
43664
|
'/content-versions',
|
|
@@ -43767,7 +43767,7 @@ function createResourceParams$U(config) {
|
|
|
43767
43767
|
function createResourceRequest$11(config) {
|
|
43768
43768
|
const headers = {};
|
|
43769
43769
|
return {
|
|
43770
|
-
baseUri: '/services/data/
|
|
43770
|
+
baseUri: '/services/data/v59.0',
|
|
43771
43771
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
43772
43772
|
method: 'post',
|
|
43773
43773
|
body: config.body,
|
|
@@ -44428,7 +44428,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44428
44428
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44429
44429
|
});
|
|
44430
44430
|
});
|
|
44431
|
-
// version: 1.134.
|
|
44431
|
+
// version: 1.134.5-a25b51598
|
|
44432
44432
|
|
|
44433
44433
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44434
44434
|
|
|
@@ -44508,7 +44508,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
44508
44508
|
const { isArray: isArray$6 } = Array;
|
|
44509
44509
|
const { entries: entries$3, keys: keys$6 } = Object;
|
|
44510
44510
|
|
|
44511
|
-
const UI_API_BASE_URI = '/services/data/
|
|
44511
|
+
const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
|
|
44512
44512
|
|
|
44513
44513
|
let instrumentation$1 = {
|
|
44514
44514
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -58305,7 +58305,7 @@ function mergePageUrls(first, second) {
|
|
|
58305
58305
|
/**
|
|
58306
58306
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
58307
58307
|
* the paging url is like
|
|
58308
|
-
* /services/data/
|
|
58308
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
58309
58309
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
58310
58310
|
* @param path1 url path and query parmeter without domain
|
|
58311
58311
|
* @param path2 url path and query parmeter without domain
|
|
@@ -59800,7 +59800,7 @@ function instrumentPrimingSession(session) {
|
|
|
59800
59800
|
// so eslint doesn't complain about nimbus
|
|
59801
59801
|
/* global __nimbus */
|
|
59802
59802
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
59803
|
-
const apiVersion = `
|
|
59803
|
+
const apiVersion = `v59.0`;
|
|
59804
59804
|
class NimbusPrimingNetworkAdapter {
|
|
59805
59805
|
postGraphQL(query, variables, abortController) {
|
|
59806
59806
|
return new Promise((resolve, reject) => {
|
|
@@ -60059,7 +60059,7 @@ register({
|
|
|
60059
60059
|
id: '@salesforce/lds-network-adapter',
|
|
60060
60060
|
instrument: instrument$1,
|
|
60061
60061
|
});
|
|
60062
|
-
// version: 1.134.
|
|
60062
|
+
// version: 1.134.5-4b28c4f16
|
|
60063
60063
|
|
|
60064
60064
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60065
60065
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73336,7 +73336,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
73336
73336
|
function createResourceRequest$2(config) {
|
|
73337
73337
|
const headers = {};
|
|
73338
73338
|
return {
|
|
73339
|
-
baseUri: '/services/data/
|
|
73339
|
+
baseUri: '/services/data/v59.0',
|
|
73340
73340
|
basePath: '/graphql',
|
|
73341
73341
|
method: 'post',
|
|
73342
73342
|
body: { ...config.body,
|
|
@@ -73690,7 +73690,7 @@ function createResourceRequest(config) {
|
|
|
73690
73690
|
const headers = {};
|
|
73691
73691
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
73692
73692
|
return {
|
|
73693
|
-
baseUri: '/services/data/
|
|
73693
|
+
baseUri: '/services/data/v59.0',
|
|
73694
73694
|
basePath: '/graphql/batch',
|
|
73695
73695
|
method: 'post',
|
|
73696
73696
|
body: transformedConfig.body,
|
|
@@ -74499,7 +74499,7 @@ register({
|
|
|
74499
74499
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74500
74500
|
instrument,
|
|
74501
74501
|
});
|
|
74502
|
-
// version: 1.134.
|
|
74502
|
+
// version: 1.134.5-a25b51598
|
|
74503
74503
|
|
|
74504
74504
|
// On core the unstable adapters are re-exported with different names,
|
|
74505
74505
|
|
|
@@ -76463,7 +76463,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
76463
76463
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
76464
76464
|
const { variables: queryVariables, query } = config;
|
|
76465
76465
|
const request = {
|
|
76466
|
-
baseUri: '/services/data/
|
|
76466
|
+
baseUri: '/services/data/v59.0',
|
|
76467
76467
|
basePath: '/graphql',
|
|
76468
76468
|
method: 'post',
|
|
76469
76469
|
priority: 'normal',
|
|
@@ -76628,7 +76628,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76628
76628
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76629
76629
|
graphQLImperative = ldsAdapter;
|
|
76630
76630
|
});
|
|
76631
|
-
// version: 1.134.
|
|
76631
|
+
// version: 1.134.5-a25b51598
|
|
76632
76632
|
|
|
76633
76633
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76634
76634
|
__proto__: null,
|
|
@@ -77320,4 +77320,4 @@ const { luvio } = getRuntime();
|
|
|
77320
77320
|
setDefaultLuvio({ luvio });
|
|
77321
77321
|
|
|
77322
77322
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77323
|
-
// version: 1.134.
|
|
77323
|
+
// version: 1.134.5-4b28c4f16
|