@salesforce/lds-adapters-uiapi 1.267.0 → 1.269.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.
|
@@ -3025,7 +3025,7 @@ const notifyUpdateAvailableFactory$3 = (luvio) => {
|
|
|
3025
3025
|
/**
|
|
3026
3026
|
* The master record type id.
|
|
3027
3027
|
*/
|
|
3028
|
-
const
|
|
3028
|
+
const MAIN_RECORD_TYPE_ID = '012000000000000AAA';
|
|
3029
3029
|
|
|
3030
3030
|
/**
|
|
3031
3031
|
* A set of the string names of known entities.
|
|
@@ -5101,7 +5101,7 @@ function getField(record, field) {
|
|
|
5101
5101
|
return r;
|
|
5102
5102
|
}
|
|
5103
5103
|
function getRecordTypeId$2(record) {
|
|
5104
|
-
return record.recordTypeId === null ?
|
|
5104
|
+
return record.recordTypeId === null ? MAIN_RECORD_TYPE_ID : record.recordTypeId;
|
|
5105
5105
|
}
|
|
5106
5106
|
// This function traverses through a record and marks missing
|
|
5107
5107
|
// optional fields as "missing"
|
|
@@ -5749,7 +5749,7 @@ function getResponseCacheKeys$14(storeKeyMap, luvio, resourceParams, response) {
|
|
|
5749
5749
|
function createResourceRequest$1c(config) {
|
|
5750
5750
|
const headers = {};
|
|
5751
5751
|
return {
|
|
5752
|
-
baseUri: '/services/data/
|
|
5752
|
+
baseUri: '/services/data/v61.0',
|
|
5753
5753
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
5754
5754
|
method: 'get',
|
|
5755
5755
|
body: null,
|
|
@@ -6189,7 +6189,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
6189
6189
|
function createResourceRequest$1b(config) {
|
|
6190
6190
|
const headers = {};
|
|
6191
6191
|
return {
|
|
6192
|
-
baseUri: '/services/data/
|
|
6192
|
+
baseUri: '/services/data/v61.0',
|
|
6193
6193
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
6194
6194
|
method: 'get',
|
|
6195
6195
|
body: null,
|
|
@@ -7463,7 +7463,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
7463
7463
|
function createResourceRequest$1a(config) {
|
|
7464
7464
|
const headers = {};
|
|
7465
7465
|
return {
|
|
7466
|
-
baseUri: '/services/data/
|
|
7466
|
+
baseUri: '/services/data/v61.0',
|
|
7467
7467
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
7468
7468
|
method: 'get',
|
|
7469
7469
|
body: null,
|
|
@@ -7613,7 +7613,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
7613
7613
|
function createResourceRequest$19(config) {
|
|
7614
7614
|
const headers = {};
|
|
7615
7615
|
return {
|
|
7616
|
-
baseUri: '/services/data/
|
|
7616
|
+
baseUri: '/services/data/v61.0',
|
|
7617
7617
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
7618
7618
|
method: 'get',
|
|
7619
7619
|
body: null,
|
|
@@ -7722,7 +7722,7 @@ const getListUiByListViewIdAdapterFactory = (luvio) => function UiApi__getListUi
|
|
|
7722
7722
|
function createResourceRequest$18(config) {
|
|
7723
7723
|
const headers = {};
|
|
7724
7724
|
return {
|
|
7725
|
-
baseUri: '/services/data/
|
|
7725
|
+
baseUri: '/services/data/v61.0',
|
|
7726
7726
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
7727
7727
|
method: 'get',
|
|
7728
7728
|
body: null,
|
|
@@ -8067,7 +8067,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
8067
8067
|
function createResourceRequest$17(config) {
|
|
8068
8068
|
const headers = {};
|
|
8069
8069
|
return {
|
|
8070
|
-
baseUri: '/services/data/
|
|
8070
|
+
baseUri: '/services/data/v61.0',
|
|
8071
8071
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
8072
8072
|
method: 'get',
|
|
8073
8073
|
body: null,
|
|
@@ -8802,7 +8802,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
8802
8802
|
function createResourceRequest$16(config) {
|
|
8803
8803
|
const headers = {};
|
|
8804
8804
|
return {
|
|
8805
|
-
baseUri: '/services/data/
|
|
8805
|
+
baseUri: '/services/data/v61.0',
|
|
8806
8806
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
8807
8807
|
method: 'get',
|
|
8808
8808
|
body: null,
|
|
@@ -9000,7 +9000,7 @@ function keyBuilder$2_(luvio, params) {
|
|
|
9000
9000
|
function createResourceRequest$15(config) {
|
|
9001
9001
|
const headers = {};
|
|
9002
9002
|
return {
|
|
9003
|
-
baseUri: '/services/data/
|
|
9003
|
+
baseUri: '/services/data/v61.0',
|
|
9004
9004
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
9005
9005
|
method: 'get',
|
|
9006
9006
|
body: null,
|
|
@@ -9045,7 +9045,7 @@ function validateAdapterConfig$17(untrustedConfig, configPropertyNames) {
|
|
|
9045
9045
|
function createResourceRequest$14(config) {
|
|
9046
9046
|
const headers = {};
|
|
9047
9047
|
return {
|
|
9048
|
-
baseUri: '/services/data/
|
|
9048
|
+
baseUri: '/services/data/v61.0',
|
|
9049
9049
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
9050
9050
|
method: 'get',
|
|
9051
9051
|
body: null,
|
|
@@ -10782,7 +10782,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
10782
10782
|
function createResourceRequest$13(config) {
|
|
10783
10783
|
const headers = {};
|
|
10784
10784
|
return {
|
|
10785
|
-
baseUri: '/services/data/
|
|
10785
|
+
baseUri: '/services/data/v61.0',
|
|
10786
10786
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
10787
10787
|
method: 'get',
|
|
10788
10788
|
body: null,
|
|
@@ -11819,7 +11819,7 @@ const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
11819
11819
|
function createResourceRequest$12(config) {
|
|
11820
11820
|
const headers = {};
|
|
11821
11821
|
return {
|
|
11822
|
-
baseUri: '/services/data/
|
|
11822
|
+
baseUri: '/services/data/v61.0',
|
|
11823
11823
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
11824
11824
|
method: 'get',
|
|
11825
11825
|
body: null,
|
|
@@ -12446,7 +12446,7 @@ function getLayoutMapAndObjectInfo(recordId, data) {
|
|
|
12446
12446
|
// Temp fix until we can mimic the server behavior for non-layoutable entities.
|
|
12447
12447
|
let layoutMap = {};
|
|
12448
12448
|
if (hasOwnProperty.call(layouts, apiName)) {
|
|
12449
|
-
layoutMap = layouts[apiName][recordTypeId];
|
|
12449
|
+
layoutMap = layouts[apiName][recordTypeId] || {};
|
|
12450
12450
|
}
|
|
12451
12451
|
return {
|
|
12452
12452
|
layoutMap,
|
|
@@ -14447,7 +14447,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
14447
14447
|
function createResourceRequest$11(config) {
|
|
14448
14448
|
const headers = {};
|
|
14449
14449
|
return {
|
|
14450
|
-
baseUri: '/services/data/
|
|
14450
|
+
baseUri: '/services/data/v61.0',
|
|
14451
14451
|
basePath: '/ui-api/actions/global',
|
|
14452
14452
|
method: 'get',
|
|
14453
14453
|
body: null,
|
|
@@ -14681,7 +14681,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
14681
14681
|
function createResourceRequest$10(config) {
|
|
14682
14682
|
const headers = {};
|
|
14683
14683
|
return {
|
|
14684
|
-
baseUri: '/services/data/
|
|
14684
|
+
baseUri: '/services/data/v61.0',
|
|
14685
14685
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
14686
14686
|
method: 'get',
|
|
14687
14687
|
body: null,
|
|
@@ -14851,7 +14851,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
14851
14851
|
function createResourceRequest$$(config) {
|
|
14852
14852
|
const headers = {};
|
|
14853
14853
|
return {
|
|
14854
|
-
baseUri: '/services/data/
|
|
14854
|
+
baseUri: '/services/data/v61.0',
|
|
14855
14855
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
14856
14856
|
method: 'get',
|
|
14857
14857
|
body: null,
|
|
@@ -14993,7 +14993,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
14993
14993
|
function createResourceRequest$_(config) {
|
|
14994
14994
|
const headers = {};
|
|
14995
14995
|
return {
|
|
14996
|
-
baseUri: '/services/data/
|
|
14996
|
+
baseUri: '/services/data/v61.0',
|
|
14997
14997
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
14998
14998
|
method: 'get',
|
|
14999
14999
|
body: null,
|
|
@@ -15183,7 +15183,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
15183
15183
|
function createResourceRequest$Z(config) {
|
|
15184
15184
|
const headers = {};
|
|
15185
15185
|
return {
|
|
15186
|
-
baseUri: '/services/data/
|
|
15186
|
+
baseUri: '/services/data/v61.0',
|
|
15187
15187
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
15188
15188
|
method: 'get',
|
|
15189
15189
|
body: null,
|
|
@@ -15447,7 +15447,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
15447
15447
|
function createResourceRequest$Y(config) {
|
|
15448
15448
|
const headers = {};
|
|
15449
15449
|
return {
|
|
15450
|
-
baseUri: '/services/data/
|
|
15450
|
+
baseUri: '/services/data/v61.0',
|
|
15451
15451
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
15452
15452
|
method: 'get',
|
|
15453
15453
|
body: null,
|
|
@@ -15656,7 +15656,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
15656
15656
|
function createResourceRequest$X(config) {
|
|
15657
15657
|
const headers = {};
|
|
15658
15658
|
return {
|
|
15659
|
-
baseUri: '/services/data/
|
|
15659
|
+
baseUri: '/services/data/v61.0',
|
|
15660
15660
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
15661
15661
|
method: 'get',
|
|
15662
15662
|
body: null,
|
|
@@ -15825,7 +15825,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
15825
15825
|
function createResourceRequest$W(config) {
|
|
15826
15826
|
const headers = {};
|
|
15827
15827
|
return {
|
|
15828
|
-
baseUri: '/services/data/
|
|
15828
|
+
baseUri: '/services/data/v61.0',
|
|
15829
15829
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
15830
15830
|
method: 'get',
|
|
15831
15831
|
body: null,
|
|
@@ -15977,7 +15977,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
15977
15977
|
function createResourceRequest$V(config) {
|
|
15978
15978
|
const headers = {};
|
|
15979
15979
|
return {
|
|
15980
|
-
baseUri: '/services/data/
|
|
15980
|
+
baseUri: '/services/data/v61.0',
|
|
15981
15981
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
15982
15982
|
method: 'get',
|
|
15983
15983
|
body: null,
|
|
@@ -16189,7 +16189,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
16189
16189
|
function createResourceRequest$U(config) {
|
|
16190
16190
|
const headers = {};
|
|
16191
16191
|
return {
|
|
16192
|
-
baseUri: '/services/data/
|
|
16192
|
+
baseUri: '/services/data/v61.0',
|
|
16193
16193
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
16194
16194
|
method: 'post',
|
|
16195
16195
|
body: config.body,
|
|
@@ -16474,7 +16474,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
16474
16474
|
function createResourceRequest$T(config) {
|
|
16475
16475
|
const headers = {};
|
|
16476
16476
|
return {
|
|
16477
|
-
baseUri: '/services/data/
|
|
16477
|
+
baseUri: '/services/data/v61.0',
|
|
16478
16478
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
16479
16479
|
method: 'post',
|
|
16480
16480
|
body: config.body,
|
|
@@ -16719,7 +16719,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
16719
16719
|
function createResourceRequest$S(config) {
|
|
16720
16720
|
const headers = {};
|
|
16721
16721
|
return {
|
|
16722
|
-
baseUri: '/services/data/
|
|
16722
|
+
baseUri: '/services/data/v61.0',
|
|
16723
16723
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
16724
16724
|
method: 'get',
|
|
16725
16725
|
body: null,
|
|
@@ -17941,7 +17941,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
17941
17941
|
function createResourceRequest$R(config) {
|
|
17942
17942
|
const headers = {};
|
|
17943
17943
|
return {
|
|
17944
|
-
baseUri: '/services/data/
|
|
17944
|
+
baseUri: '/services/data/v61.0',
|
|
17945
17945
|
basePath: '/ui-api/apps',
|
|
17946
17946
|
method: 'get',
|
|
17947
17947
|
body: null,
|
|
@@ -18081,7 +18081,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
18081
18081
|
function createResourceRequest$Q(config) {
|
|
18082
18082
|
const headers = {};
|
|
18083
18083
|
return {
|
|
18084
|
-
baseUri: '/services/data/
|
|
18084
|
+
baseUri: '/services/data/v61.0',
|
|
18085
18085
|
basePath: '/ui-api/apps/selected',
|
|
18086
18086
|
method: 'get',
|
|
18087
18087
|
body: null,
|
|
@@ -18222,7 +18222,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
18222
18222
|
function createResourceRequest$P(config) {
|
|
18223
18223
|
const headers = {};
|
|
18224
18224
|
return {
|
|
18225
|
-
baseUri: '/services/data/
|
|
18225
|
+
baseUri: '/services/data/v61.0',
|
|
18226
18226
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
18227
18227
|
method: 'get',
|
|
18228
18228
|
body: null,
|
|
@@ -18825,7 +18825,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
18825
18825
|
function createResourceRequest$O(config) {
|
|
18826
18826
|
const headers = {};
|
|
18827
18827
|
return {
|
|
18828
|
-
baseUri: '/services/data/
|
|
18828
|
+
baseUri: '/services/data/v61.0',
|
|
18829
18829
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
18830
18830
|
method: 'get',
|
|
18831
18831
|
body: null,
|
|
@@ -18964,7 +18964,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
18964
18964
|
function createResourceRequest$N(config) {
|
|
18965
18965
|
const headers = {};
|
|
18966
18966
|
return {
|
|
18967
|
-
baseUri: '/services/data/
|
|
18967
|
+
baseUri: '/services/data/v61.0',
|
|
18968
18968
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
18969
18969
|
method: 'get',
|
|
18970
18970
|
body: null,
|
|
@@ -19011,7 +19011,7 @@ function validateAdapterConfig$Q(untrustedConfig, _configPropertyNames) {
|
|
|
19011
19011
|
if (untrustedConfig.recordTypeId !== null) {
|
|
19012
19012
|
return null;
|
|
19013
19013
|
}
|
|
19014
|
-
recordTypeId =
|
|
19014
|
+
recordTypeId = MAIN_RECORD_TYPE_ID;
|
|
19015
19015
|
}
|
|
19016
19016
|
// layoutType and mode are required during validation.
|
|
19017
19017
|
// They will always be valid at this point.
|
|
@@ -19103,7 +19103,7 @@ function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
|
19103
19103
|
function createResourceRequest$M(config) {
|
|
19104
19104
|
const headers = {};
|
|
19105
19105
|
return {
|
|
19106
|
-
baseUri: '/services/data/
|
|
19106
|
+
baseUri: '/services/data/v61.0',
|
|
19107
19107
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
19108
19108
|
method: 'get',
|
|
19109
19109
|
body: null,
|
|
@@ -19336,7 +19336,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
19336
19336
|
function createResourceRequest$L(config) {
|
|
19337
19337
|
const headers = {};
|
|
19338
19338
|
return {
|
|
19339
|
-
baseUri: '/services/data/
|
|
19339
|
+
baseUri: '/services/data/v61.0',
|
|
19340
19340
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
19341
19341
|
method: 'get',
|
|
19342
19342
|
body: null,
|
|
@@ -19605,7 +19605,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
19605
19605
|
function createResourceRequest$K(config) {
|
|
19606
19606
|
const headers = {};
|
|
19607
19607
|
return {
|
|
19608
|
-
baseUri: '/services/data/
|
|
19608
|
+
baseUri: '/services/data/v61.0',
|
|
19609
19609
|
basePath: '/ui-api/list-info/batch',
|
|
19610
19610
|
method: 'get',
|
|
19611
19611
|
body: null,
|
|
@@ -19830,7 +19830,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
19830
19830
|
function createResourceRequest$J(config) {
|
|
19831
19831
|
const headers = {};
|
|
19832
19832
|
return {
|
|
19833
|
-
baseUri: '/services/data/
|
|
19833
|
+
baseUri: '/services/data/v61.0',
|
|
19834
19834
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
19835
19835
|
method: 'post',
|
|
19836
19836
|
body: config.body,
|
|
@@ -20029,7 +20029,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
20029
20029
|
function createResourceRequest$I(config) {
|
|
20030
20030
|
const headers = {};
|
|
20031
20031
|
return {
|
|
20032
|
-
baseUri: '/services/data/
|
|
20032
|
+
baseUri: '/services/data/v61.0',
|
|
20033
20033
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20034
20034
|
method: 'delete',
|
|
20035
20035
|
body: null,
|
|
@@ -20120,7 +20120,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
20120
20120
|
function createResourceRequest$H(config) {
|
|
20121
20121
|
const headers = {};
|
|
20122
20122
|
return {
|
|
20123
|
-
baseUri: '/services/data/
|
|
20123
|
+
baseUri: '/services/data/v61.0',
|
|
20124
20124
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20125
20125
|
method: 'patch',
|
|
20126
20126
|
body: config.body,
|
|
@@ -20833,7 +20833,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
20833
20833
|
function createResourceRequest$G(config) {
|
|
20834
20834
|
const headers = {};
|
|
20835
20835
|
return {
|
|
20836
|
-
baseUri: '/services/data/
|
|
20836
|
+
baseUri: '/services/data/v61.0',
|
|
20837
20837
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
20838
20838
|
method: 'get',
|
|
20839
20839
|
body: null,
|
|
@@ -21142,7 +21142,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
21142
21142
|
function createResourceRequest$F(config) {
|
|
21143
21143
|
const headers = {};
|
|
21144
21144
|
return {
|
|
21145
|
-
baseUri: '/services/data/
|
|
21145
|
+
baseUri: '/services/data/v61.0',
|
|
21146
21146
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21147
21147
|
method: 'get',
|
|
21148
21148
|
body: null,
|
|
@@ -21286,7 +21286,7 @@ function ingestSuccess$t(luvio, resourceParams, response) {
|
|
|
21286
21286
|
function createResourceRequest$E(config) {
|
|
21287
21287
|
const headers = {};
|
|
21288
21288
|
return {
|
|
21289
|
-
baseUri: '/services/data/
|
|
21289
|
+
baseUri: '/services/data/v61.0',
|
|
21290
21290
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21291
21291
|
method: 'patch',
|
|
21292
21292
|
body: config.body,
|
|
@@ -21596,7 +21596,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
21596
21596
|
function createResourceRequest$D(config) {
|
|
21597
21597
|
const headers = {};
|
|
21598
21598
|
return {
|
|
21599
|
-
baseUri: '/services/data/
|
|
21599
|
+
baseUri: '/services/data/v61.0',
|
|
21600
21600
|
basePath: '/ui-api/nav-items',
|
|
21601
21601
|
method: 'get',
|
|
21602
21602
|
body: null,
|
|
@@ -21732,7 +21732,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
21732
21732
|
function createResourceRequest$C(config) {
|
|
21733
21733
|
const headers = {};
|
|
21734
21734
|
return {
|
|
21735
|
-
baseUri: '/services/data/
|
|
21735
|
+
baseUri: '/services/data/v61.0',
|
|
21736
21736
|
basePath: '/ui-api/object-info',
|
|
21737
21737
|
method: 'get',
|
|
21738
21738
|
body: null,
|
|
@@ -22077,7 +22077,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
22077
22077
|
function createResourceRequest$B(config) {
|
|
22078
22078
|
const headers = {};
|
|
22079
22079
|
return {
|
|
22080
|
-
baseUri: '/services/data/
|
|
22080
|
+
baseUri: '/services/data/v61.0',
|
|
22081
22081
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
22082
22082
|
method: 'get',
|
|
22083
22083
|
body: null,
|
|
@@ -22406,8 +22406,8 @@ const select$1Q = function PicklistValueRepresentationSelect() {
|
|
|
22406
22406
|
const keyBuilderFromType$i =
|
|
22407
22407
|
/**
|
|
22408
22408
|
* custom key builder from PicklistValuesRepresentation.
|
|
22409
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
22410
|
-
* the '/services/data/
|
|
22409
|
+
* PicklistValuesRepresentation.url is like /services/data/v61.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
22410
|
+
* the '/services/data/v61.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
22411
22411
|
*/
|
|
22412
22412
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
22413
22413
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -22717,7 +22717,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
22717
22717
|
function createResourceRequest$A(config) {
|
|
22718
22718
|
const headers = {};
|
|
22719
22719
|
return {
|
|
22720
|
-
baseUri: '/services/data/
|
|
22720
|
+
baseUri: '/services/data/v61.0',
|
|
22721
22721
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
22722
22722
|
method: 'get',
|
|
22723
22723
|
body: null,
|
|
@@ -22822,7 +22822,7 @@ function getResponseCacheKeys$v(storeKeyMap, luvio, resourceParams, response) {
|
|
|
22822
22822
|
function createResourceRequest$z(config) {
|
|
22823
22823
|
const headers = {};
|
|
22824
22824
|
return {
|
|
22825
|
-
baseUri: '/services/data/
|
|
22825
|
+
baseUri: '/services/data/v61.0',
|
|
22826
22826
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
22827
22827
|
method: 'get',
|
|
22828
22828
|
body: null,
|
|
@@ -23210,7 +23210,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
23210
23210
|
function createResourceRequest$y(config) {
|
|
23211
23211
|
const headers = {};
|
|
23212
23212
|
return {
|
|
23213
|
-
baseUri: '/services/data/
|
|
23213
|
+
baseUri: '/services/data/v61.0',
|
|
23214
23214
|
basePath: '/ui-api/predupe',
|
|
23215
23215
|
method: 'post',
|
|
23216
23216
|
body: config.body,
|
|
@@ -24429,7 +24429,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
24429
24429
|
function createResourceRequest$x(config) {
|
|
24430
24430
|
const headers = {};
|
|
24431
24431
|
return {
|
|
24432
|
-
baseUri: '/services/data/
|
|
24432
|
+
baseUri: '/services/data/v61.0',
|
|
24433
24433
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
24434
24434
|
method: 'get',
|
|
24435
24435
|
body: null,
|
|
@@ -25293,7 +25293,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
25293
25293
|
function createResourceRequest$w(config) {
|
|
25294
25294
|
const headers = {};
|
|
25295
25295
|
return {
|
|
25296
|
-
baseUri: '/services/data/
|
|
25296
|
+
baseUri: '/services/data/v61.0',
|
|
25297
25297
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
25298
25298
|
method: 'get',
|
|
25299
25299
|
body: null,
|
|
@@ -25558,7 +25558,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
25558
25558
|
function createResourceRequest$v(config) {
|
|
25559
25559
|
const headers = {};
|
|
25560
25560
|
return {
|
|
25561
|
-
baseUri: '/services/data/
|
|
25561
|
+
baseUri: '/services/data/v61.0',
|
|
25562
25562
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
25563
25563
|
method: 'get',
|
|
25564
25564
|
body: null,
|
|
@@ -26252,7 +26252,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
26252
26252
|
function createResourceRequest$u(config) {
|
|
26253
26253
|
const headers = {};
|
|
26254
26254
|
return {
|
|
26255
|
-
baseUri: '/services/data/
|
|
26255
|
+
baseUri: '/services/data/v61.0',
|
|
26256
26256
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
26257
26257
|
method: 'get',
|
|
26258
26258
|
body: null,
|
|
@@ -26522,7 +26522,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
26522
26522
|
function createResourceRequest$t(config) {
|
|
26523
26523
|
const headers = {};
|
|
26524
26524
|
return {
|
|
26525
|
-
baseUri: '/services/data/
|
|
26525
|
+
baseUri: '/services/data/v61.0',
|
|
26526
26526
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
26527
26527
|
method: 'get',
|
|
26528
26528
|
body: null,
|
|
@@ -26916,7 +26916,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
26916
26916
|
function createResourceRequest$s(config) {
|
|
26917
26917
|
const headers = {};
|
|
26918
26918
|
return {
|
|
26919
|
-
baseUri: '/services/data/
|
|
26919
|
+
baseUri: '/services/data/v61.0',
|
|
26920
26920
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
26921
26921
|
method: 'get',
|
|
26922
26922
|
body: null,
|
|
@@ -27170,7 +27170,7 @@ function ingestSuccess$h(luvio, resourceParams, response) {
|
|
|
27170
27170
|
function createResourceRequest$r(config) {
|
|
27171
27171
|
const headers = {};
|
|
27172
27172
|
return {
|
|
27173
|
-
baseUri: '/services/data/
|
|
27173
|
+
baseUri: '/services/data/v61.0',
|
|
27174
27174
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
27175
27175
|
method: 'patch',
|
|
27176
27176
|
body: config.body,
|
|
@@ -27410,7 +27410,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
27410
27410
|
function createResourceRequest$q(config) {
|
|
27411
27411
|
const headers = {};
|
|
27412
27412
|
return {
|
|
27413
|
-
baseUri: '/services/data/
|
|
27413
|
+
baseUri: '/services/data/v61.0',
|
|
27414
27414
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
27415
27415
|
method: 'get',
|
|
27416
27416
|
body: null,
|
|
@@ -27672,7 +27672,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
27672
27672
|
function createResourceRequest$p(config) {
|
|
27673
27673
|
const headers = {};
|
|
27674
27674
|
return {
|
|
27675
|
-
baseUri: '/services/data/
|
|
27675
|
+
baseUri: '/services/data/v61.0',
|
|
27676
27676
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
27677
27677
|
method: 'get',
|
|
27678
27678
|
body: null,
|
|
@@ -27881,7 +27881,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
|
|
|
27881
27881
|
function createResourceRequest$o(config) {
|
|
27882
27882
|
const headers = {};
|
|
27883
27883
|
return {
|
|
27884
|
-
baseUri: '/services/data/
|
|
27884
|
+
baseUri: '/services/data/v61.0',
|
|
27885
27885
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
27886
27886
|
method: 'patch',
|
|
27887
27887
|
body: config.body,
|
|
@@ -28915,7 +28915,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
28915
28915
|
function createResourceRequest$n(config) {
|
|
28916
28916
|
const headers = {};
|
|
28917
28917
|
return {
|
|
28918
|
-
baseUri: '/services/data/
|
|
28918
|
+
baseUri: '/services/data/v61.0',
|
|
28919
28919
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
28920
28920
|
method: 'post',
|
|
28921
28921
|
body: config.body,
|
|
@@ -29200,7 +29200,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
29200
29200
|
function createResourceRequest$m(config) {
|
|
29201
29201
|
const headers = {};
|
|
29202
29202
|
return {
|
|
29203
|
-
baseUri: '/services/data/
|
|
29203
|
+
baseUri: '/services/data/v61.0',
|
|
29204
29204
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
29205
29205
|
method: 'post',
|
|
29206
29206
|
body: config.body,
|
|
@@ -29714,7 +29714,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
29714
29714
|
function createResourceRequest$l(config) {
|
|
29715
29715
|
const headers = {};
|
|
29716
29716
|
return {
|
|
29717
|
-
baseUri: '/services/data/
|
|
29717
|
+
baseUri: '/services/data/v61.0',
|
|
29718
29718
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
29719
29719
|
method: 'get',
|
|
29720
29720
|
body: null,
|
|
@@ -29969,7 +29969,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
29969
29969
|
function createResourceRequest$k(config) {
|
|
29970
29970
|
const headers = {};
|
|
29971
29971
|
return {
|
|
29972
|
-
baseUri: '/services/data/
|
|
29972
|
+
baseUri: '/services/data/v61.0',
|
|
29973
29973
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
29974
29974
|
method: 'get',
|
|
29975
29975
|
body: null,
|
|
@@ -30322,7 +30322,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
30322
30322
|
function createResourceRequest$j(config) {
|
|
30323
30323
|
const headers = {};
|
|
30324
30324
|
return {
|
|
30325
|
-
baseUri: '/services/data/
|
|
30325
|
+
baseUri: '/services/data/v61.0',
|
|
30326
30326
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
30327
30327
|
method: 'get',
|
|
30328
30328
|
body: null,
|
|
@@ -31148,7 +31148,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
31148
31148
|
function createResourceRequest$i(config) {
|
|
31149
31149
|
const headers = {};
|
|
31150
31150
|
return {
|
|
31151
|
-
baseUri: '/services/data/
|
|
31151
|
+
baseUri: '/services/data/v61.0',
|
|
31152
31152
|
basePath: '/ui-api/search/results',
|
|
31153
31153
|
method: 'post',
|
|
31154
31154
|
body: config.body,
|
|
@@ -31422,7 +31422,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
31422
31422
|
function createResourceRequest$h(config) {
|
|
31423
31423
|
const headers = {};
|
|
31424
31424
|
return {
|
|
31425
|
-
baseUri: '/services/data/
|
|
31425
|
+
baseUri: '/services/data/v61.0',
|
|
31426
31426
|
basePath: '/ui-api/search/results/keyword',
|
|
31427
31427
|
method: 'post',
|
|
31428
31428
|
body: config.body,
|
|
@@ -47768,7 +47768,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
|
|
|
47768
47768
|
function createResourceRequest$g(config) {
|
|
47769
47769
|
const headers = {};
|
|
47770
47770
|
return {
|
|
47771
|
-
baseUri: '/services/data/
|
|
47771
|
+
baseUri: '/services/data/v61.0',
|
|
47772
47772
|
basePath: '/graphql',
|
|
47773
47773
|
method: 'post',
|
|
47774
47774
|
body: { ...config.body,
|
|
@@ -47819,7 +47819,7 @@ function createResourceRequest$e(config) {
|
|
|
47819
47819
|
const headers = {};
|
|
47820
47820
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
47821
47821
|
return {
|
|
47822
|
-
baseUri: '/services/data/
|
|
47822
|
+
baseUri: '/services/data/v61.0',
|
|
47823
47823
|
basePath: '/graphql/batch',
|
|
47824
47824
|
method: 'post',
|
|
47825
47825
|
body: transformedConfig.body,
|
|
@@ -48363,7 +48363,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
48363
48363
|
function createResourceRequest$d(config) {
|
|
48364
48364
|
const headers = {};
|
|
48365
48365
|
return {
|
|
48366
|
-
baseUri: '/services/data/
|
|
48366
|
+
baseUri: '/services/data/v61.0',
|
|
48367
48367
|
basePath: '/ui-api/records/batch',
|
|
48368
48368
|
method: 'post',
|
|
48369
48369
|
body: config.body,
|
|
@@ -48632,7 +48632,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
48632
48632
|
function createResourceRequest$c(config) {
|
|
48633
48633
|
const headers = {};
|
|
48634
48634
|
return {
|
|
48635
|
-
baseUri: '/services/data/
|
|
48635
|
+
baseUri: '/services/data/v61.0',
|
|
48636
48636
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
48637
48637
|
method: 'patch',
|
|
48638
48638
|
body: config.body,
|
|
@@ -48760,7 +48760,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
48760
48760
|
function createResourceRequest$b(config) {
|
|
48761
48761
|
const headers = {};
|
|
48762
48762
|
return {
|
|
48763
|
-
baseUri: '/services/data/
|
|
48763
|
+
baseUri: '/services/data/v61.0',
|
|
48764
48764
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
48765
48765
|
method: 'post',
|
|
48766
48766
|
body: config.body,
|
|
@@ -48865,7 +48865,7 @@ const factory$c = performQuickActionAdapterFactory;
|
|
|
48865
48865
|
function createResourceRequest$a(config) {
|
|
48866
48866
|
const headers = {};
|
|
48867
48867
|
return {
|
|
48868
|
-
baseUri: '/services/data/
|
|
48868
|
+
baseUri: '/services/data/v61.0',
|
|
48869
48869
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
48870
48870
|
method: 'patch',
|
|
48871
48871
|
body: config.body,
|
|
@@ -49344,7 +49344,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
49344
49344
|
function createResourceRequest$9(config) {
|
|
49345
49345
|
const headers = {};
|
|
49346
49346
|
return {
|
|
49347
|
-
baseUri: '/services/data/
|
|
49347
|
+
baseUri: '/services/data/v61.0',
|
|
49348
49348
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
49349
49349
|
method: 'post',
|
|
49350
49350
|
body: config.body,
|
|
@@ -49571,7 +49571,7 @@ const factory$9 = (luvio) => {
|
|
|
49571
49571
|
function createResourceRequest$8(config) {
|
|
49572
49572
|
const headers = {};
|
|
49573
49573
|
return {
|
|
49574
|
-
baseUri: '/services/data/
|
|
49574
|
+
baseUri: '/services/data/v61.0',
|
|
49575
49575
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
49576
49576
|
method: 'post',
|
|
49577
49577
|
body: config.body,
|
|
@@ -50180,7 +50180,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
50180
50180
|
function createResourceRequest$7(config) {
|
|
50181
50181
|
const headers = {};
|
|
50182
50182
|
return {
|
|
50183
|
-
baseUri: '/services/data/
|
|
50183
|
+
baseUri: '/services/data/v61.0',
|
|
50184
50184
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
50185
50185
|
method: 'get',
|
|
50186
50186
|
body: null,
|
|
@@ -50305,7 +50305,7 @@ function coerceConfigWithDefaults(untrusted) {
|
|
|
50305
50305
|
return null;
|
|
50306
50306
|
}
|
|
50307
50307
|
}
|
|
50308
|
-
const recordTypeId = config.recordTypeId === undefined ?
|
|
50308
|
+
const recordTypeId = config.recordTypeId === undefined ? MAIN_RECORD_TYPE_ID : config.recordTypeId;
|
|
50309
50309
|
const optionalFields = config.optionalFields === undefined ? [] : config.optionalFields;
|
|
50310
50310
|
return {
|
|
50311
50311
|
...config,
|
|
@@ -50811,7 +50811,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
50811
50811
|
function createResourceRequest$6(config) {
|
|
50812
50812
|
const headers = {};
|
|
50813
50813
|
return {
|
|
50814
|
-
baseUri: '/services/data/
|
|
50814
|
+
baseUri: '/services/data/v61.0',
|
|
50815
50815
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
50816
50816
|
method: 'get',
|
|
50817
50817
|
body: null,
|
|
@@ -51442,7 +51442,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
51442
51442
|
function createResourceRequest$5(config) {
|
|
51443
51443
|
const headers = {};
|
|
51444
51444
|
return {
|
|
51445
|
-
baseUri: '/services/data/
|
|
51445
|
+
baseUri: '/services/data/v61.0',
|
|
51446
51446
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
51447
51447
|
method: 'get',
|
|
51448
51448
|
body: null,
|
|
@@ -51655,7 +51655,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
51655
51655
|
function createResourceRequest$4(config) {
|
|
51656
51656
|
const headers = {};
|
|
51657
51657
|
return {
|
|
51658
|
-
baseUri: '/services/data/
|
|
51658
|
+
baseUri: '/services/data/v61.0',
|
|
51659
51659
|
basePath: '/ui-api/records',
|
|
51660
51660
|
method: 'post',
|
|
51661
51661
|
body: config.body,
|
|
@@ -51749,7 +51749,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
51749
51749
|
function createResourceRequest$3(config) {
|
|
51750
51750
|
const headers = {};
|
|
51751
51751
|
return {
|
|
51752
|
-
baseUri: '/services/data/
|
|
51752
|
+
baseUri: '/services/data/v61.0',
|
|
51753
51753
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
51754
51754
|
method: 'delete',
|
|
51755
51755
|
body: null,
|
|
@@ -51836,7 +51836,7 @@ function createResourceRequest$2(config) {
|
|
|
51836
51836
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
51837
51837
|
}
|
|
51838
51838
|
return {
|
|
51839
|
-
baseUri: '/services/data/
|
|
51839
|
+
baseUri: '/services/data/v61.0',
|
|
51840
51840
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
51841
51841
|
method: 'patch',
|
|
51842
51842
|
body: config.body,
|
|
@@ -52138,7 +52138,7 @@ function createResourceParams$1(config) {
|
|
|
52138
52138
|
function createResourceRequest$1(config) {
|
|
52139
52139
|
const headers = {};
|
|
52140
52140
|
return {
|
|
52141
|
-
baseUri: '/services/data/
|
|
52141
|
+
baseUri: '/services/data/v61.0',
|
|
52142
52142
|
basePath: '/ui-api/records/content-documents/' +
|
|
52143
52143
|
config.urlParams.contentDocumentId +
|
|
52144
52144
|
'/content-versions',
|
|
@@ -52256,7 +52256,7 @@ function createResourceParams(config) {
|
|
|
52256
52256
|
function createResourceRequest(config) {
|
|
52257
52257
|
const headers = {};
|
|
52258
52258
|
return {
|
|
52259
|
-
baseUri: '/services/data/
|
|
52259
|
+
baseUri: '/services/data/v61.0',
|
|
52260
52260
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
52261
52261
|
method: 'post',
|
|
52262
52262
|
body: config.body,
|