@salesforce/lds-worker-api 1.134.4 → 1.134.6
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.
|
@@ -3797,7 +3797,7 @@
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.134.
|
|
3800
|
+
// version: 1.134.6-b7fe2f556
|
|
3801
3801
|
|
|
3802
3802
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3803
3803
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15221,7 +15221,7 @@
|
|
|
15221
15221
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15222
15222
|
return luvioDocumentNode;
|
|
15223
15223
|
}
|
|
15224
|
-
// version: 1.134.
|
|
15224
|
+
// version: 1.134.6-b7fe2f556
|
|
15225
15225
|
|
|
15226
15226
|
function unwrap(data) {
|
|
15227
15227
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16134,7 +16134,7 @@
|
|
|
16134
16134
|
const { apiFamily, name } = metadata;
|
|
16135
16135
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16136
16136
|
}
|
|
16137
|
-
// version: 1.134.
|
|
16137
|
+
// version: 1.134.6-b7fe2f556
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -20080,7 +20080,7 @@
|
|
|
20080
20080
|
function createResourceRequest$$(config) {
|
|
20081
20081
|
const headers = {};
|
|
20082
20082
|
return {
|
|
20083
|
-
baseUri: '/services/data/
|
|
20083
|
+
baseUri: '/services/data/v59.0',
|
|
20084
20084
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
20085
20085
|
method: 'get',
|
|
20086
20086
|
body: null,
|
|
@@ -20683,7 +20683,7 @@
|
|
|
20683
20683
|
function createResourceRequest$_(config) {
|
|
20684
20684
|
const headers = {};
|
|
20685
20685
|
return {
|
|
20686
|
-
baseUri: '/services/data/
|
|
20686
|
+
baseUri: '/services/data/v59.0',
|
|
20687
20687
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
20688
20688
|
method: 'get',
|
|
20689
20689
|
body: null,
|
|
@@ -21482,7 +21482,7 @@
|
|
|
21482
21482
|
function createResourceRequest$Z(config) {
|
|
21483
21483
|
const headers = {};
|
|
21484
21484
|
return {
|
|
21485
|
-
baseUri: '/services/data/
|
|
21485
|
+
baseUri: '/services/data/v59.0',
|
|
21486
21486
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21487
21487
|
method: 'get',
|
|
21488
21488
|
body: null,
|
|
@@ -21646,7 +21646,7 @@
|
|
|
21646
21646
|
function createResourceRequest$Y(config) {
|
|
21647
21647
|
const headers = {};
|
|
21648
21648
|
return {
|
|
21649
|
-
baseUri: '/services/data/
|
|
21649
|
+
baseUri: '/services/data/v59.0',
|
|
21650
21650
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
21651
21651
|
method: 'get',
|
|
21652
21652
|
body: null,
|
|
@@ -21767,7 +21767,7 @@
|
|
|
21767
21767
|
function createResourceRequest$X(config) {
|
|
21768
21768
|
const headers = {};
|
|
21769
21769
|
return {
|
|
21770
|
-
baseUri: '/services/data/
|
|
21770
|
+
baseUri: '/services/data/v59.0',
|
|
21771
21771
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
21772
21772
|
method: 'get',
|
|
21773
21773
|
body: null,
|
|
@@ -22106,7 +22106,7 @@
|
|
|
22106
22106
|
function createResourceRequest$W(config) {
|
|
22107
22107
|
const headers = {};
|
|
22108
22108
|
return {
|
|
22109
|
-
baseUri: '/services/data/
|
|
22109
|
+
baseUri: '/services/data/v59.0',
|
|
22110
22110
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22111
22111
|
method: 'get',
|
|
22112
22112
|
body: null,
|
|
@@ -22592,7 +22592,7 @@
|
|
|
22592
22592
|
function createResourceRequest$V(config) {
|
|
22593
22593
|
const headers = {};
|
|
22594
22594
|
return {
|
|
22595
|
-
baseUri: '/services/data/
|
|
22595
|
+
baseUri: '/services/data/v59.0',
|
|
22596
22596
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
22597
22597
|
method: 'get',
|
|
22598
22598
|
body: null,
|
|
@@ -22848,7 +22848,7 @@
|
|
|
22848
22848
|
function createResourceRequest$U(config) {
|
|
22849
22849
|
const headers = {};
|
|
22850
22850
|
return {
|
|
22851
|
-
baseUri: '/services/data/
|
|
22851
|
+
baseUri: '/services/data/v59.0',
|
|
22852
22852
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
22853
22853
|
method: 'get',
|
|
22854
22854
|
body: null,
|
|
@@ -22969,7 +22969,7 @@
|
|
|
22969
22969
|
function createResourceRequest$T(config) {
|
|
22970
22970
|
const headers = {};
|
|
22971
22971
|
return {
|
|
22972
|
-
baseUri: '/services/data/
|
|
22972
|
+
baseUri: '/services/data/v59.0',
|
|
22973
22973
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
22974
22974
|
method: 'get',
|
|
22975
22975
|
body: null,
|
|
@@ -23979,7 +23979,7 @@
|
|
|
23979
23979
|
function createResourceRequest$S(config) {
|
|
23980
23980
|
const headers = {};
|
|
23981
23981
|
return {
|
|
23982
|
-
baseUri: '/services/data/
|
|
23982
|
+
baseUri: '/services/data/v59.0',
|
|
23983
23983
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
23984
23984
|
method: 'get',
|
|
23985
23985
|
body: null,
|
|
@@ -24558,7 +24558,7 @@
|
|
|
24558
24558
|
function createResourceRequest$R(config) {
|
|
24559
24559
|
const headers = {};
|
|
24560
24560
|
return {
|
|
24561
|
-
baseUri: '/services/data/
|
|
24561
|
+
baseUri: '/services/data/v59.0',
|
|
24562
24562
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
24563
24563
|
method: 'get',
|
|
24564
24564
|
body: null,
|
|
@@ -26307,7 +26307,7 @@
|
|
|
26307
26307
|
function createResourceRequest$Q(config) {
|
|
26308
26308
|
const headers = {};
|
|
26309
26309
|
return {
|
|
26310
|
-
baseUri: '/services/data/
|
|
26310
|
+
baseUri: '/services/data/v59.0',
|
|
26311
26311
|
basePath: '/ui-api/actions/global',
|
|
26312
26312
|
method: 'get',
|
|
26313
26313
|
body: null,
|
|
@@ -26628,7 +26628,7 @@
|
|
|
26628
26628
|
function createResourceRequest$P(config) {
|
|
26629
26629
|
const headers = {};
|
|
26630
26630
|
return {
|
|
26631
|
-
baseUri: '/services/data/
|
|
26631
|
+
baseUri: '/services/data/v59.0',
|
|
26632
26632
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
26633
26633
|
method: 'get',
|
|
26634
26634
|
body: null,
|
|
@@ -26780,7 +26780,7 @@
|
|
|
26780
26780
|
function createResourceRequest$O(config) {
|
|
26781
26781
|
const headers = {};
|
|
26782
26782
|
return {
|
|
26783
|
-
baseUri: '/services/data/
|
|
26783
|
+
baseUri: '/services/data/v59.0',
|
|
26784
26784
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
26785
26785
|
method: 'get',
|
|
26786
26786
|
body: null,
|
|
@@ -27021,7 +27021,7 @@
|
|
|
27021
27021
|
function createResourceRequest$N(config) {
|
|
27022
27022
|
const headers = {};
|
|
27023
27023
|
return {
|
|
27024
|
-
baseUri: '/services/data/
|
|
27024
|
+
baseUri: '/services/data/v59.0',
|
|
27025
27025
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
27026
27026
|
method: 'get',
|
|
27027
27027
|
body: null,
|
|
@@ -27278,7 +27278,7 @@
|
|
|
27278
27278
|
function createResourceRequest$M(config) {
|
|
27279
27279
|
const headers = {};
|
|
27280
27280
|
return {
|
|
27281
|
-
baseUri: '/services/data/
|
|
27281
|
+
baseUri: '/services/data/v59.0',
|
|
27282
27282
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
27283
27283
|
method: 'get',
|
|
27284
27284
|
body: null,
|
|
@@ -27628,7 +27628,7 @@
|
|
|
27628
27628
|
function createResourceRequest$L(config) {
|
|
27629
27629
|
const headers = {};
|
|
27630
27630
|
return {
|
|
27631
|
-
baseUri: '/services/data/
|
|
27631
|
+
baseUri: '/services/data/v59.0',
|
|
27632
27632
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
27633
27633
|
method: 'get',
|
|
27634
27634
|
body: null,
|
|
@@ -27838,7 +27838,7 @@
|
|
|
27838
27838
|
function createResourceRequest$K(config) {
|
|
27839
27839
|
const headers = {};
|
|
27840
27840
|
return {
|
|
27841
|
-
baseUri: '/services/data/
|
|
27841
|
+
baseUri: '/services/data/v59.0',
|
|
27842
27842
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
27843
27843
|
method: 'get',
|
|
27844
27844
|
body: null,
|
|
@@ -28074,7 +28074,7 @@
|
|
|
28074
28074
|
function createResourceRequest$J(config) {
|
|
28075
28075
|
const headers = {};
|
|
28076
28076
|
return {
|
|
28077
|
-
baseUri: '/services/data/
|
|
28077
|
+
baseUri: '/services/data/v59.0',
|
|
28078
28078
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
28079
28079
|
method: 'get',
|
|
28080
28080
|
body: null,
|
|
@@ -28353,7 +28353,7 @@
|
|
|
28353
28353
|
function createResourceRequest$I(config) {
|
|
28354
28354
|
const headers = {};
|
|
28355
28355
|
return {
|
|
28356
|
-
baseUri: '/services/data/
|
|
28356
|
+
baseUri: '/services/data/v59.0',
|
|
28357
28357
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
28358
28358
|
method: 'post',
|
|
28359
28359
|
body: config.body,
|
|
@@ -28575,7 +28575,7 @@
|
|
|
28575
28575
|
function createResourceRequest$H(config) {
|
|
28576
28576
|
const headers = {};
|
|
28577
28577
|
return {
|
|
28578
|
-
baseUri: '/services/data/
|
|
28578
|
+
baseUri: '/services/data/v59.0',
|
|
28579
28579
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
28580
28580
|
method: 'post',
|
|
28581
28581
|
body: config.body,
|
|
@@ -28966,7 +28966,7 @@
|
|
|
28966
28966
|
function createResourceRequest$G(config) {
|
|
28967
28967
|
const headers = {};
|
|
28968
28968
|
return {
|
|
28969
|
-
baseUri: '/services/data/
|
|
28969
|
+
baseUri: '/services/data/v59.0',
|
|
28970
28970
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
28971
28971
|
method: 'get',
|
|
28972
28972
|
body: null,
|
|
@@ -29870,7 +29870,7 @@
|
|
|
29870
29870
|
function createResourceRequest$F(config) {
|
|
29871
29871
|
const headers = {};
|
|
29872
29872
|
return {
|
|
29873
|
-
baseUri: '/services/data/
|
|
29873
|
+
baseUri: '/services/data/v59.0',
|
|
29874
29874
|
basePath: '/ui-api/apps',
|
|
29875
29875
|
method: 'get',
|
|
29876
29876
|
body: null,
|
|
@@ -30041,7 +30041,7 @@
|
|
|
30041
30041
|
function createResourceRequest$E(config) {
|
|
30042
30042
|
const headers = {};
|
|
30043
30043
|
return {
|
|
30044
|
-
baseUri: '/services/data/
|
|
30044
|
+
baseUri: '/services/data/v59.0',
|
|
30045
30045
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
30046
30046
|
method: 'get',
|
|
30047
30047
|
body: null,
|
|
@@ -30444,7 +30444,7 @@
|
|
|
30444
30444
|
function createResourceRequest$D(config) {
|
|
30445
30445
|
const headers = {};
|
|
30446
30446
|
return {
|
|
30447
|
-
baseUri: '/services/data/
|
|
30447
|
+
baseUri: '/services/data/v59.0',
|
|
30448
30448
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
30449
30449
|
method: 'get',
|
|
30450
30450
|
body: null,
|
|
@@ -30589,7 +30589,7 @@
|
|
|
30589
30589
|
function createResourceRequest$C(config) {
|
|
30590
30590
|
const headers = {};
|
|
30591
30591
|
return {
|
|
30592
|
-
baseUri: '/services/data/
|
|
30592
|
+
baseUri: '/services/data/v59.0',
|
|
30593
30593
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
30594
30594
|
method: 'get',
|
|
30595
30595
|
body: null,
|
|
@@ -30802,7 +30802,7 @@
|
|
|
30802
30802
|
function createResourceRequest$B(config) {
|
|
30803
30803
|
const headers = {};
|
|
30804
30804
|
return {
|
|
30805
|
-
baseUri: '/services/data/
|
|
30805
|
+
baseUri: '/services/data/v59.0',
|
|
30806
30806
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
30807
30807
|
method: 'get',
|
|
30808
30808
|
body: null,
|
|
@@ -31074,7 +31074,7 @@
|
|
|
31074
31074
|
function createResourceRequest$A(config) {
|
|
31075
31075
|
const headers = {};
|
|
31076
31076
|
return {
|
|
31077
|
-
baseUri: '/services/data/
|
|
31077
|
+
baseUri: '/services/data/v59.0',
|
|
31078
31078
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31079
31079
|
method: 'get',
|
|
31080
31080
|
body: null,
|
|
@@ -31360,7 +31360,7 @@
|
|
|
31360
31360
|
function createResourceRequest$z(config) {
|
|
31361
31361
|
const headers = {};
|
|
31362
31362
|
return {
|
|
31363
|
-
baseUri: '/services/data/
|
|
31363
|
+
baseUri: '/services/data/v59.0',
|
|
31364
31364
|
basePath: '/ui-api/list-info/batch',
|
|
31365
31365
|
method: 'get',
|
|
31366
31366
|
body: null,
|
|
@@ -31751,7 +31751,7 @@
|
|
|
31751
31751
|
function createResourceRequest$y(config) {
|
|
31752
31752
|
const headers = {};
|
|
31753
31753
|
return {
|
|
31754
|
-
baseUri: '/services/data/
|
|
31754
|
+
baseUri: '/services/data/v59.0',
|
|
31755
31755
|
basePath: '/ui-api/nav-items',
|
|
31756
31756
|
method: 'get',
|
|
31757
31757
|
body: null,
|
|
@@ -32154,7 +32154,7 @@
|
|
|
32154
32154
|
function createResourceRequest$x(config) {
|
|
32155
32155
|
const headers = {};
|
|
32156
32156
|
return {
|
|
32157
|
-
baseUri: '/services/data/
|
|
32157
|
+
baseUri: '/services/data/v59.0',
|
|
32158
32158
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
32159
32159
|
method: 'get',
|
|
32160
32160
|
body: null,
|
|
@@ -32648,7 +32648,7 @@
|
|
|
32648
32648
|
function createResourceRequest$w(config) {
|
|
32649
32649
|
const headers = {};
|
|
32650
32650
|
return {
|
|
32651
|
-
baseUri: '/services/data/
|
|
32651
|
+
baseUri: '/services/data/v59.0',
|
|
32652
32652
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
32653
32653
|
method: 'get',
|
|
32654
32654
|
body: null,
|
|
@@ -32788,7 +32788,7 @@
|
|
|
32788
32788
|
function createResourceRequest$v(config) {
|
|
32789
32789
|
const headers = {};
|
|
32790
32790
|
return {
|
|
32791
|
-
baseUri: '/services/data/
|
|
32791
|
+
baseUri: '/services/data/v59.0',
|
|
32792
32792
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
32793
32793
|
method: 'get',
|
|
32794
32794
|
body: null,
|
|
@@ -33096,7 +33096,7 @@
|
|
|
33096
33096
|
function createResourceRequest$u(config) {
|
|
33097
33097
|
const headers = {};
|
|
33098
33098
|
return {
|
|
33099
|
-
baseUri: '/services/data/
|
|
33099
|
+
baseUri: '/services/data/v59.0',
|
|
33100
33100
|
basePath: '/ui-api/predupe',
|
|
33101
33101
|
method: 'post',
|
|
33102
33102
|
body: config.body,
|
|
@@ -34010,7 +34010,7 @@
|
|
|
34010
34010
|
function createResourceRequest$t(config) {
|
|
34011
34011
|
const headers = {};
|
|
34012
34012
|
return {
|
|
34013
|
-
baseUri: '/services/data/
|
|
34013
|
+
baseUri: '/services/data/v59.0',
|
|
34014
34014
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
34015
34015
|
method: 'get',
|
|
34016
34016
|
body: null,
|
|
@@ -34685,7 +34685,7 @@
|
|
|
34685
34685
|
function createResourceRequest$s(config) {
|
|
34686
34686
|
const headers = {};
|
|
34687
34687
|
return {
|
|
34688
|
-
baseUri: '/services/data/
|
|
34688
|
+
baseUri: '/services/data/v59.0',
|
|
34689
34689
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34690
34690
|
method: 'get',
|
|
34691
34691
|
body: null,
|
|
@@ -34945,7 +34945,7 @@
|
|
|
34945
34945
|
function createResourceRequest$r(config) {
|
|
34946
34946
|
const headers = {};
|
|
34947
34947
|
return {
|
|
34948
|
-
baseUri: '/services/data/
|
|
34948
|
+
baseUri: '/services/data/v59.0',
|
|
34949
34949
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
34950
34950
|
method: 'get',
|
|
34951
34951
|
body: null,
|
|
@@ -35459,7 +35459,7 @@
|
|
|
35459
35459
|
function createResourceRequest$q(config) {
|
|
35460
35460
|
const headers = {};
|
|
35461
35461
|
return {
|
|
35462
|
-
baseUri: '/services/data/
|
|
35462
|
+
baseUri: '/services/data/v59.0',
|
|
35463
35463
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35464
35464
|
method: 'get',
|
|
35465
35465
|
body: null,
|
|
@@ -35724,7 +35724,7 @@
|
|
|
35724
35724
|
function createResourceRequest$p(config) {
|
|
35725
35725
|
const headers = {};
|
|
35726
35726
|
return {
|
|
35727
|
-
baseUri: '/services/data/
|
|
35727
|
+
baseUri: '/services/data/v59.0',
|
|
35728
35728
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35729
35729
|
method: 'get',
|
|
35730
35730
|
body: null,
|
|
@@ -36006,7 +36006,7 @@
|
|
|
36006
36006
|
function createResourceRequest$o(config) {
|
|
36007
36007
|
const headers = {};
|
|
36008
36008
|
return {
|
|
36009
|
-
baseUri: '/services/data/
|
|
36009
|
+
baseUri: '/services/data/v59.0',
|
|
36010
36010
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
36011
36011
|
method: 'get',
|
|
36012
36012
|
body: null,
|
|
@@ -36391,7 +36391,7 @@
|
|
|
36391
36391
|
function createResourceRequest$n(config) {
|
|
36392
36392
|
const headers = {};
|
|
36393
36393
|
return {
|
|
36394
|
-
baseUri: '/services/data/
|
|
36394
|
+
baseUri: '/services/data/v59.0',
|
|
36395
36395
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
36396
36396
|
method: 'patch',
|
|
36397
36397
|
body: config.body,
|
|
@@ -36642,7 +36642,7 @@
|
|
|
36642
36642
|
function createResourceRequest$m(config) {
|
|
36643
36643
|
const headers = {};
|
|
36644
36644
|
return {
|
|
36645
|
-
baseUri: '/services/data/
|
|
36645
|
+
baseUri: '/services/data/v59.0',
|
|
36646
36646
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36647
36647
|
method: 'get',
|
|
36648
36648
|
body: null,
|
|
@@ -36899,7 +36899,7 @@
|
|
|
36899
36899
|
function createResourceRequest$l(config) {
|
|
36900
36900
|
const headers = {};
|
|
36901
36901
|
return {
|
|
36902
|
-
baseUri: '/services/data/
|
|
36902
|
+
baseUri: '/services/data/v59.0',
|
|
36903
36903
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36904
36904
|
method: 'get',
|
|
36905
36905
|
body: null,
|
|
@@ -37149,7 +37149,7 @@
|
|
|
37149
37149
|
function createResourceRequest$k(config) {
|
|
37150
37150
|
const headers = {};
|
|
37151
37151
|
return {
|
|
37152
|
-
baseUri: '/services/data/
|
|
37152
|
+
baseUri: '/services/data/v59.0',
|
|
37153
37153
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
37154
37154
|
method: 'patch',
|
|
37155
37155
|
body: config.body,
|
|
@@ -37925,7 +37925,7 @@
|
|
|
37925
37925
|
function createResourceRequest$j(config) {
|
|
37926
37926
|
const headers = {};
|
|
37927
37927
|
return {
|
|
37928
|
-
baseUri: '/services/data/
|
|
37928
|
+
baseUri: '/services/data/v59.0',
|
|
37929
37929
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37930
37930
|
method: 'post',
|
|
37931
37931
|
body: config.body,
|
|
@@ -38203,7 +38203,7 @@
|
|
|
38203
38203
|
function createResourceRequest$i(config) {
|
|
38204
38204
|
const headers = {};
|
|
38205
38205
|
return {
|
|
38206
|
-
baseUri: '/services/data/
|
|
38206
|
+
baseUri: '/services/data/v59.0',
|
|
38207
38207
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
38208
38208
|
method: 'post',
|
|
38209
38209
|
priority: 'normal',
|
|
@@ -38883,7 +38883,7 @@
|
|
|
38883
38883
|
function createResourceRequest$h(config) {
|
|
38884
38884
|
const headers = {};
|
|
38885
38885
|
return {
|
|
38886
|
-
baseUri: '/services/data/
|
|
38886
|
+
baseUri: '/services/data/v59.0',
|
|
38887
38887
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38888
38888
|
method: 'get',
|
|
38889
38889
|
body: null,
|
|
@@ -39116,7 +39116,7 @@
|
|
|
39116
39116
|
function createResourceRequest$g(config) {
|
|
39117
39117
|
const headers = {};
|
|
39118
39118
|
return {
|
|
39119
|
-
baseUri: '/services/data/
|
|
39119
|
+
baseUri: '/services/data/v59.0',
|
|
39120
39120
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
39121
39121
|
method: 'get',
|
|
39122
39122
|
body: null,
|
|
@@ -39385,7 +39385,7 @@
|
|
|
39385
39385
|
function createResourceRequest$f(config) {
|
|
39386
39386
|
const headers = {};
|
|
39387
39387
|
return {
|
|
39388
|
-
baseUri: '/services/data/
|
|
39388
|
+
baseUri: '/services/data/v59.0',
|
|
39389
39389
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
39390
39390
|
method: 'get',
|
|
39391
39391
|
body: null,
|
|
@@ -39683,7 +39683,7 @@
|
|
|
39683
39683
|
function createResourceRequest$e(config) {
|
|
39684
39684
|
const headers = {};
|
|
39685
39685
|
return {
|
|
39686
|
-
baseUri: '/services/data/
|
|
39686
|
+
baseUri: '/services/data/v59.0',
|
|
39687
39687
|
basePath: '/ui-api/search/results',
|
|
39688
39688
|
method: 'post',
|
|
39689
39689
|
body: config.body,
|
|
@@ -40008,7 +40008,7 @@
|
|
|
40008
40008
|
function createResourceRequest$d(config) {
|
|
40009
40009
|
const headers = {};
|
|
40010
40010
|
return {
|
|
40011
|
-
baseUri: '/services/data/
|
|
40011
|
+
baseUri: '/services/data/v59.0',
|
|
40012
40012
|
basePath: '/ui-api/search/results/keyword',
|
|
40013
40013
|
method: 'post',
|
|
40014
40014
|
body: config.body,
|
|
@@ -40189,7 +40189,7 @@
|
|
|
40189
40189
|
function createResourceRequest$c(config) {
|
|
40190
40190
|
const headers = {};
|
|
40191
40191
|
return {
|
|
40192
|
-
baseUri: '/services/data/
|
|
40192
|
+
baseUri: '/services/data/v59.0',
|
|
40193
40193
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40194
40194
|
method: 'patch',
|
|
40195
40195
|
body: config.body,
|
|
@@ -40333,7 +40333,7 @@
|
|
|
40333
40333
|
function createResourceRequest$b(config) {
|
|
40334
40334
|
const headers = {};
|
|
40335
40335
|
return {
|
|
40336
|
-
baseUri: '/services/data/
|
|
40336
|
+
baseUri: '/services/data/v59.0',
|
|
40337
40337
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40338
40338
|
method: 'post',
|
|
40339
40339
|
body: config.body,
|
|
@@ -40479,7 +40479,7 @@
|
|
|
40479
40479
|
function createResourceRequest$a(config) {
|
|
40480
40480
|
const headers = {};
|
|
40481
40481
|
return {
|
|
40482
|
-
baseUri: '/services/data/
|
|
40482
|
+
baseUri: '/services/data/v59.0',
|
|
40483
40483
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
40484
40484
|
method: 'patch',
|
|
40485
40485
|
body: config.body,
|
|
@@ -40923,7 +40923,7 @@
|
|
|
40923
40923
|
function createResourceRequest$9(config) {
|
|
40924
40924
|
const headers = {};
|
|
40925
40925
|
return {
|
|
40926
|
-
baseUri: '/services/data/
|
|
40926
|
+
baseUri: '/services/data/v59.0',
|
|
40927
40927
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
40928
40928
|
method: 'get',
|
|
40929
40929
|
body: null,
|
|
@@ -41187,7 +41187,7 @@
|
|
|
41187
41187
|
function createResourceRequest$8(config) {
|
|
41188
41188
|
const headers = {};
|
|
41189
41189
|
return {
|
|
41190
|
-
baseUri: '/services/data/
|
|
41190
|
+
baseUri: '/services/data/v59.0',
|
|
41191
41191
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
41192
41192
|
method: 'post',
|
|
41193
41193
|
body: config.body,
|
|
@@ -41600,7 +41600,7 @@
|
|
|
41600
41600
|
function createResourceRequest$7(config) {
|
|
41601
41601
|
const headers = {};
|
|
41602
41602
|
return {
|
|
41603
|
-
baseUri: '/services/data/
|
|
41603
|
+
baseUri: '/services/data/v59.0',
|
|
41604
41604
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
41605
41605
|
method: 'get',
|
|
41606
41606
|
body: null,
|
|
@@ -42223,7 +42223,7 @@
|
|
|
42223
42223
|
function createResourceRequest$6(config) {
|
|
42224
42224
|
const headers = {};
|
|
42225
42225
|
return {
|
|
42226
|
-
baseUri: '/services/data/
|
|
42226
|
+
baseUri: '/services/data/v59.0',
|
|
42227
42227
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
42228
42228
|
method: 'get',
|
|
42229
42229
|
body: null,
|
|
@@ -42839,7 +42839,7 @@
|
|
|
42839
42839
|
function createResourceRequest$5(config) {
|
|
42840
42840
|
const headers = {};
|
|
42841
42841
|
return {
|
|
42842
|
-
baseUri: '/services/data/
|
|
42842
|
+
baseUri: '/services/data/v59.0',
|
|
42843
42843
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
42844
42844
|
method: 'get',
|
|
42845
42845
|
body: null,
|
|
@@ -43086,7 +43086,7 @@
|
|
|
43086
43086
|
function createResourceRequest$4(config) {
|
|
43087
43087
|
const headers = {};
|
|
43088
43088
|
return {
|
|
43089
|
-
baseUri: '/services/data/
|
|
43089
|
+
baseUri: '/services/data/v59.0',
|
|
43090
43090
|
basePath: '/ui-api/records',
|
|
43091
43091
|
method: 'post',
|
|
43092
43092
|
body: config.body,
|
|
@@ -43185,7 +43185,7 @@
|
|
|
43185
43185
|
function createResourceRequest$3(config) {
|
|
43186
43186
|
const headers = {};
|
|
43187
43187
|
return {
|
|
43188
|
-
baseUri: '/services/data/
|
|
43188
|
+
baseUri: '/services/data/v59.0',
|
|
43189
43189
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43190
43190
|
method: 'delete',
|
|
43191
43191
|
body: null,
|
|
@@ -43286,7 +43286,7 @@
|
|
|
43286
43286
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
43287
43287
|
}
|
|
43288
43288
|
return {
|
|
43289
|
-
baseUri: '/services/data/
|
|
43289
|
+
baseUri: '/services/data/v59.0',
|
|
43290
43290
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43291
43291
|
method: 'patch',
|
|
43292
43292
|
body: config.body,
|
|
@@ -43664,7 +43664,7 @@
|
|
|
43664
43664
|
function createResourceRequest$1$1(config) {
|
|
43665
43665
|
const headers = {};
|
|
43666
43666
|
return {
|
|
43667
|
-
baseUri: '/services/data/
|
|
43667
|
+
baseUri: '/services/data/v59.0',
|
|
43668
43668
|
basePath: '/ui-api/records/content-documents/' +
|
|
43669
43669
|
config.urlParams.contentDocumentId +
|
|
43670
43670
|
'/content-versions',
|
|
@@ -43773,7 +43773,7 @@
|
|
|
43773
43773
|
function createResourceRequest$11(config) {
|
|
43774
43774
|
const headers = {};
|
|
43775
43775
|
return {
|
|
43776
|
-
baseUri: '/services/data/
|
|
43776
|
+
baseUri: '/services/data/v59.0',
|
|
43777
43777
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
43778
43778
|
method: 'post',
|
|
43779
43779
|
body: config.body,
|
|
@@ -44434,7 +44434,7 @@
|
|
|
44434
44434
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44435
44435
|
});
|
|
44436
44436
|
});
|
|
44437
|
-
// version: 1.134.
|
|
44437
|
+
// version: 1.134.6-a88a77801
|
|
44438
44438
|
|
|
44439
44439
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44440
44440
|
|
|
@@ -44514,7 +44514,7 @@
|
|
|
44514
44514
|
const { isArray: isArray$6 } = Array;
|
|
44515
44515
|
const { entries: entries$3, keys: keys$6 } = Object;
|
|
44516
44516
|
|
|
44517
|
-
const UI_API_BASE_URI = '/services/data/
|
|
44517
|
+
const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
|
|
44518
44518
|
|
|
44519
44519
|
let instrumentation$1 = {
|
|
44520
44520
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -56575,7 +56575,7 @@
|
|
|
56575
56575
|
return record;
|
|
56576
56576
|
}
|
|
56577
56577
|
buildCacheKeysForRecordRepresentation(record) {
|
|
56578
|
-
return getTypeCacheKeys$
|
|
56578
|
+
return getTypeCacheKeys$P(this.getLuvio(), record);
|
|
56579
56579
|
}
|
|
56580
56580
|
synchronousIngestRecord(record) {
|
|
56581
56581
|
const luvio = this.getLuvio();
|
|
@@ -58311,7 +58311,7 @@
|
|
|
58311
58311
|
/**
|
|
58312
58312
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
58313
58313
|
* the paging url is like
|
|
58314
|
-
* /services/data/
|
|
58314
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
58315
58315
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
58316
58316
|
* @param path1 url path and query parmeter without domain
|
|
58317
58317
|
* @param path2 url path and query parmeter without domain
|
|
@@ -59806,7 +59806,7 @@
|
|
|
59806
59806
|
// so eslint doesn't complain about nimbus
|
|
59807
59807
|
/* global __nimbus */
|
|
59808
59808
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
59809
|
-
const apiVersion = `
|
|
59809
|
+
const apiVersion = `v59.0`;
|
|
59810
59810
|
class NimbusPrimingNetworkAdapter {
|
|
59811
59811
|
postGraphQL(query, variables, abortController) {
|
|
59812
59812
|
return new Promise((resolve, reject) => {
|
|
@@ -60065,7 +60065,7 @@
|
|
|
60065
60065
|
id: '@salesforce/lds-network-adapter',
|
|
60066
60066
|
instrument: instrument$1,
|
|
60067
60067
|
});
|
|
60068
|
-
// version: 1.134.
|
|
60068
|
+
// version: 1.134.6-b7fe2f556
|
|
60069
60069
|
|
|
60070
60070
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60071
60071
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -73342,7 +73342,7 @@
|
|
|
73342
73342
|
function createResourceRequest$2(config) {
|
|
73343
73343
|
const headers = {};
|
|
73344
73344
|
return {
|
|
73345
|
-
baseUri: '/services/data/
|
|
73345
|
+
baseUri: '/services/data/v59.0',
|
|
73346
73346
|
basePath: '/graphql',
|
|
73347
73347
|
method: 'post',
|
|
73348
73348
|
body: { ...config.body,
|
|
@@ -73696,7 +73696,7 @@
|
|
|
73696
73696
|
const headers = {};
|
|
73697
73697
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
73698
73698
|
return {
|
|
73699
|
-
baseUri: '/services/data/
|
|
73699
|
+
baseUri: '/services/data/v59.0',
|
|
73700
73700
|
basePath: '/graphql/batch',
|
|
73701
73701
|
method: 'post',
|
|
73702
73702
|
body: transformedConfig.body,
|
|
@@ -74505,7 +74505,7 @@
|
|
|
74505
74505
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74506
74506
|
instrument,
|
|
74507
74507
|
});
|
|
74508
|
-
// version: 1.134.
|
|
74508
|
+
// version: 1.134.6-a88a77801
|
|
74509
74509
|
|
|
74510
74510
|
// On core the unstable adapters are re-exported with different names,
|
|
74511
74511
|
|
|
@@ -76469,7 +76469,7 @@
|
|
|
76469
76469
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
76470
76470
|
const { variables: queryVariables, query } = config;
|
|
76471
76471
|
const request = {
|
|
76472
|
-
baseUri: '/services/data/
|
|
76472
|
+
baseUri: '/services/data/v59.0',
|
|
76473
76473
|
basePath: '/graphql',
|
|
76474
76474
|
method: 'post',
|
|
76475
76475
|
priority: 'normal',
|
|
@@ -76634,7 +76634,7 @@
|
|
|
76634
76634
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76635
76635
|
graphQLImperative = ldsAdapter;
|
|
76636
76636
|
});
|
|
76637
|
-
// version: 1.134.
|
|
76637
|
+
// version: 1.134.6-a88a77801
|
|
76638
76638
|
|
|
76639
76639
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76640
76640
|
__proto__: null,
|
|
@@ -77343,4 +77343,4 @@
|
|
|
77343
77343
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77344
77344
|
|
|
77345
77345
|
}));
|
|
77346
|
-
// version: 1.134.
|
|
77346
|
+
// version: 1.134.6-b7fe2f556
|