@salesforce/lds-worker-api 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.
|
@@ -4140,7 +4140,7 @@ function withDefaultLuvio(callback) {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
callbacks.push(callback);
|
|
4142
4142
|
}
|
|
4143
|
-
// version: 1.
|
|
4143
|
+
// version: 1.269.0-b2ea86b9d
|
|
4144
4144
|
|
|
4145
4145
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4146
4146
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15648,7 +15648,7 @@ function gql(literals, ...subs) {
|
|
|
15648
15648
|
}
|
|
15649
15649
|
return superResult;
|
|
15650
15650
|
}
|
|
15651
|
-
// version: 1.
|
|
15651
|
+
// version: 1.269.0-b2ea86b9d
|
|
15652
15652
|
|
|
15653
15653
|
function unwrap(data) {
|
|
15654
15654
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16573,7 +16573,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16573
16573
|
const { apiFamily, name } = metadata;
|
|
16574
16574
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16575
16575
|
}
|
|
16576
|
-
// version: 1.
|
|
16576
|
+
// version: 1.269.0-b2ea86b9d
|
|
16577
16577
|
|
|
16578
16578
|
/**
|
|
16579
16579
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -18381,7 +18381,7 @@ const notifyUpdateAvailableFactory$3 = (luvio) => {
|
|
|
18381
18381
|
/**
|
|
18382
18382
|
* The master record type id.
|
|
18383
18383
|
*/
|
|
18384
|
-
const
|
|
18384
|
+
const MAIN_RECORD_TYPE_ID = '012000000000000AAA';
|
|
18385
18385
|
|
|
18386
18386
|
/**
|
|
18387
18387
|
* A set of the string names of known entities.
|
|
@@ -20275,7 +20275,7 @@ function getTrackedFields(key, graphNode, config, fieldsFromConfig) {
|
|
|
20275
20275
|
return convertTrieToFields(root).sort();
|
|
20276
20276
|
}
|
|
20277
20277
|
function getRecordTypeId$2(record) {
|
|
20278
|
-
return record.recordTypeId === null ?
|
|
20278
|
+
return record.recordTypeId === null ? MAIN_RECORD_TYPE_ID : record.recordTypeId;
|
|
20279
20279
|
}
|
|
20280
20280
|
// This function traverses through a record and marks missing
|
|
20281
20281
|
// optional fields as "missing"
|
|
@@ -20906,7 +20906,7 @@ function getResponseCacheKeys$$(storeKeyMap, luvio, resourceParams, response) {
|
|
|
20906
20906
|
function createResourceRequest$18(config) {
|
|
20907
20907
|
const headers = {};
|
|
20908
20908
|
return {
|
|
20909
|
-
baseUri: '/services/data/
|
|
20909
|
+
baseUri: '/services/data/v61.0',
|
|
20910
20910
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
20911
20911
|
method: 'get',
|
|
20912
20912
|
body: null,
|
|
@@ -21333,7 +21333,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
21333
21333
|
function createResourceRequest$17(config) {
|
|
21334
21334
|
const headers = {};
|
|
21335
21335
|
return {
|
|
21336
|
-
baseUri: '/services/data/
|
|
21336
|
+
baseUri: '/services/data/v61.0',
|
|
21337
21337
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
21338
21338
|
method: 'get',
|
|
21339
21339
|
body: null,
|
|
@@ -22124,7 +22124,7 @@ function createPaginationParams$5(params) {
|
|
|
22124
22124
|
function createResourceRequest$16(config) {
|
|
22125
22125
|
const headers = {};
|
|
22126
22126
|
return {
|
|
22127
|
-
baseUri: '/services/data/
|
|
22127
|
+
baseUri: '/services/data/v61.0',
|
|
22128
22128
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22129
22129
|
method: 'get',
|
|
22130
22130
|
body: null,
|
|
@@ -22174,7 +22174,7 @@ function createPaginationParams$4(params) {
|
|
|
22174
22174
|
function createResourceRequest$15(config) {
|
|
22175
22175
|
const headers = {};
|
|
22176
22176
|
return {
|
|
22177
|
-
baseUri: '/services/data/
|
|
22177
|
+
baseUri: '/services/data/v61.0',
|
|
22178
22178
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
22179
22179
|
method: 'get',
|
|
22180
22180
|
body: null,
|
|
@@ -22216,7 +22216,7 @@ function validateAdapterConfig$15(untrustedConfig, configPropertyNames) {
|
|
|
22216
22216
|
function createResourceRequest$14(config) {
|
|
22217
22217
|
const headers = {};
|
|
22218
22218
|
return {
|
|
22219
|
-
baseUri: '/services/data/
|
|
22219
|
+
baseUri: '/services/data/v61.0',
|
|
22220
22220
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
22221
22221
|
method: 'get',
|
|
22222
22222
|
body: null,
|
|
@@ -22561,7 +22561,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
22561
22561
|
function createResourceRequest$13(config) {
|
|
22562
22562
|
const headers = {};
|
|
22563
22563
|
return {
|
|
22564
|
-
baseUri: '/services/data/
|
|
22564
|
+
baseUri: '/services/data/v61.0',
|
|
22565
22565
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22566
22566
|
method: 'get',
|
|
22567
22567
|
body: null,
|
|
@@ -23031,7 +23031,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
23031
23031
|
function createResourceRequest$12(config) {
|
|
23032
23032
|
const headers = {};
|
|
23033
23033
|
return {
|
|
23034
|
-
baseUri: '/services/data/
|
|
23034
|
+
baseUri: '/services/data/v61.0',
|
|
23035
23035
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
23036
23036
|
method: 'get',
|
|
23037
23037
|
body: null,
|
|
@@ -23226,7 +23226,7 @@ function keyBuilder$1S(luvio, params) {
|
|
|
23226
23226
|
function createResourceRequest$11(config) {
|
|
23227
23227
|
const headers = {};
|
|
23228
23228
|
return {
|
|
23229
|
-
baseUri: '/services/data/
|
|
23229
|
+
baseUri: '/services/data/v61.0',
|
|
23230
23230
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
23231
23231
|
method: 'get',
|
|
23232
23232
|
body: null,
|
|
@@ -23268,7 +23268,7 @@ function validateAdapterConfig$13(untrustedConfig, configPropertyNames) {
|
|
|
23268
23268
|
function createResourceRequest$10(config) {
|
|
23269
23269
|
const headers = {};
|
|
23270
23270
|
return {
|
|
23271
|
-
baseUri: '/services/data/
|
|
23271
|
+
baseUri: '/services/data/v61.0',
|
|
23272
23272
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
23273
23273
|
method: 'get',
|
|
23274
23274
|
body: null,
|
|
@@ -24216,7 +24216,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
24216
24216
|
function createResourceRequest$$(config) {
|
|
24217
24217
|
const headers = {};
|
|
24218
24218
|
return {
|
|
24219
|
-
baseUri: '/services/data/
|
|
24219
|
+
baseUri: '/services/data/v61.0',
|
|
24220
24220
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
24221
24221
|
method: 'get',
|
|
24222
24222
|
body: null,
|
|
@@ -24663,7 +24663,7 @@ const ingest$D$1 = function RecordUiRepresentationIngest(input, path, luvio, sto
|
|
|
24663
24663
|
function createResourceRequest$_(config) {
|
|
24664
24664
|
const headers = {};
|
|
24665
24665
|
return {
|
|
24666
|
-
baseUri: '/services/data/
|
|
24666
|
+
baseUri: '/services/data/v61.0',
|
|
24667
24667
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
24668
24668
|
method: 'get',
|
|
24669
24669
|
body: null,
|
|
@@ -25283,7 +25283,7 @@ function getLayoutMapAndObjectInfo(recordId, data) {
|
|
|
25283
25283
|
// Temp fix until we can mimic the server behavior for non-layoutable entities.
|
|
25284
25284
|
let layoutMap = {};
|
|
25285
25285
|
if (hasOwnProperty$1.call(layouts, apiName)) {
|
|
25286
|
-
layoutMap = layouts[apiName][recordTypeId];
|
|
25286
|
+
layoutMap = layouts[apiName][recordTypeId] || {};
|
|
25287
25287
|
}
|
|
25288
25288
|
return {
|
|
25289
25289
|
layoutMap,
|
|
@@ -26618,7 +26618,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
26618
26618
|
function createResourceRequest$Z(config) {
|
|
26619
26619
|
const headers = {};
|
|
26620
26620
|
return {
|
|
26621
|
-
baseUri: '/services/data/
|
|
26621
|
+
baseUri: '/services/data/v61.0',
|
|
26622
26622
|
basePath: '/ui-api/actions/global',
|
|
26623
26623
|
method: 'get',
|
|
26624
26624
|
body: null,
|
|
@@ -26812,7 +26812,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
26812
26812
|
function createResourceRequest$Y(config) {
|
|
26813
26813
|
const headers = {};
|
|
26814
26814
|
return {
|
|
26815
|
-
baseUri: '/services/data/
|
|
26815
|
+
baseUri: '/services/data/v61.0',
|
|
26816
26816
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
26817
26817
|
method: 'get',
|
|
26818
26818
|
body: null,
|
|
@@ -26974,7 +26974,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
26974
26974
|
function createResourceRequest$X(config) {
|
|
26975
26975
|
const headers = {};
|
|
26976
26976
|
return {
|
|
26977
|
-
baseUri: '/services/data/
|
|
26977
|
+
baseUri: '/services/data/v61.0',
|
|
26978
26978
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
26979
26979
|
method: 'get',
|
|
26980
26980
|
body: null,
|
|
@@ -27108,7 +27108,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
27108
27108
|
function createResourceRequest$W(config) {
|
|
27109
27109
|
const headers = {};
|
|
27110
27110
|
return {
|
|
27111
|
-
baseUri: '/services/data/
|
|
27111
|
+
baseUri: '/services/data/v61.0',
|
|
27112
27112
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
27113
27113
|
method: 'get',
|
|
27114
27114
|
body: null,
|
|
@@ -27271,7 +27271,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
27271
27271
|
function createResourceRequest$V(config) {
|
|
27272
27272
|
const headers = {};
|
|
27273
27273
|
return {
|
|
27274
|
-
baseUri: '/services/data/
|
|
27274
|
+
baseUri: '/services/data/v61.0',
|
|
27275
27275
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
27276
27276
|
method: 'get',
|
|
27277
27277
|
body: null,
|
|
@@ -27448,7 +27448,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
27448
27448
|
function createResourceRequest$U(config) {
|
|
27449
27449
|
const headers = {};
|
|
27450
27450
|
return {
|
|
27451
|
-
baseUri: '/services/data/
|
|
27451
|
+
baseUri: '/services/data/v61.0',
|
|
27452
27452
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
27453
27453
|
method: 'get',
|
|
27454
27454
|
body: null,
|
|
@@ -27648,7 +27648,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
27648
27648
|
function createResourceRequest$T(config) {
|
|
27649
27649
|
const headers = {};
|
|
27650
27650
|
return {
|
|
27651
|
-
baseUri: '/services/data/
|
|
27651
|
+
baseUri: '/services/data/v61.0',
|
|
27652
27652
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
27653
27653
|
method: 'get',
|
|
27654
27654
|
body: null,
|
|
@@ -27804,7 +27804,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
27804
27804
|
function createResourceRequest$S(config) {
|
|
27805
27805
|
const headers = {};
|
|
27806
27806
|
return {
|
|
27807
|
-
baseUri: '/services/data/
|
|
27807
|
+
baseUri: '/services/data/v61.0',
|
|
27808
27808
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
27809
27809
|
method: 'get',
|
|
27810
27810
|
body: null,
|
|
@@ -27944,7 +27944,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
27944
27944
|
function createResourceRequest$R(config) {
|
|
27945
27945
|
const headers = {};
|
|
27946
27946
|
return {
|
|
27947
|
-
baseUri: '/services/data/
|
|
27947
|
+
baseUri: '/services/data/v61.0',
|
|
27948
27948
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
27949
27949
|
method: 'get',
|
|
27950
27950
|
body: null,
|
|
@@ -28148,7 +28148,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
28148
28148
|
function createResourceRequest$Q(config) {
|
|
28149
28149
|
const headers = {};
|
|
28150
28150
|
return {
|
|
28151
|
-
baseUri: '/services/data/
|
|
28151
|
+
baseUri: '/services/data/v61.0',
|
|
28152
28152
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
28153
28153
|
method: 'post',
|
|
28154
28154
|
body: config.body,
|
|
@@ -28423,7 +28423,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
28423
28423
|
function createResourceRequest$P(config) {
|
|
28424
28424
|
const headers = {};
|
|
28425
28425
|
return {
|
|
28426
|
-
baseUri: '/services/data/
|
|
28426
|
+
baseUri: '/services/data/v61.0',
|
|
28427
28427
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
28428
28428
|
method: 'post',
|
|
28429
28429
|
body: config.body,
|
|
@@ -28657,7 +28657,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
28657
28657
|
function createResourceRequest$O(config) {
|
|
28658
28658
|
const headers = {};
|
|
28659
28659
|
return {
|
|
28660
|
-
baseUri: '/services/data/
|
|
28660
|
+
baseUri: '/services/data/v61.0',
|
|
28661
28661
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
28662
28662
|
method: 'get',
|
|
28663
28663
|
body: null,
|
|
@@ -29369,7 +29369,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
29369
29369
|
function createResourceRequest$N(config) {
|
|
29370
29370
|
const headers = {};
|
|
29371
29371
|
return {
|
|
29372
|
-
baseUri: '/services/data/
|
|
29372
|
+
baseUri: '/services/data/v61.0',
|
|
29373
29373
|
basePath: '/ui-api/apps',
|
|
29374
29374
|
method: 'get',
|
|
29375
29375
|
body: null,
|
|
@@ -29503,7 +29503,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
29503
29503
|
function createResourceRequest$M(config) {
|
|
29504
29504
|
const headers = {};
|
|
29505
29505
|
return {
|
|
29506
|
-
baseUri: '/services/data/
|
|
29506
|
+
baseUri: '/services/data/v61.0',
|
|
29507
29507
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
29508
29508
|
method: 'get',
|
|
29509
29509
|
body: null,
|
|
@@ -29839,7 +29839,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
29839
29839
|
function createResourceRequest$L(config) {
|
|
29840
29840
|
const headers = {};
|
|
29841
29841
|
return {
|
|
29842
|
-
baseUri: '/services/data/
|
|
29842
|
+
baseUri: '/services/data/v61.0',
|
|
29843
29843
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
29844
29844
|
method: 'get',
|
|
29845
29845
|
body: null,
|
|
@@ -29975,7 +29975,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
29975
29975
|
function createResourceRequest$K(config) {
|
|
29976
29976
|
const headers = {};
|
|
29977
29977
|
return {
|
|
29978
|
-
baseUri: '/services/data/
|
|
29978
|
+
baseUri: '/services/data/v61.0',
|
|
29979
29979
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
29980
29980
|
method: 'get',
|
|
29981
29981
|
body: null,
|
|
@@ -30022,7 +30022,7 @@ function validateAdapterConfig$N(untrustedConfig, _configPropertyNames) {
|
|
|
30022
30022
|
if (untrustedConfig.recordTypeId !== null) {
|
|
30023
30023
|
return null;
|
|
30024
30024
|
}
|
|
30025
|
-
recordTypeId =
|
|
30025
|
+
recordTypeId = MAIN_RECORD_TYPE_ID;
|
|
30026
30026
|
}
|
|
30027
30027
|
// layoutType and mode are required during validation.
|
|
30028
30028
|
// They will always be valid at this point.
|
|
@@ -30112,7 +30112,7 @@ function getResponseCacheKeys$G(storeKeyMap, luvio, resourceParams, response) {
|
|
|
30112
30112
|
function createResourceRequest$J(config) {
|
|
30113
30113
|
const headers = {};
|
|
30114
30114
|
return {
|
|
30115
|
-
baseUri: '/services/data/
|
|
30115
|
+
baseUri: '/services/data/v61.0',
|
|
30116
30116
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
30117
30117
|
method: 'get',
|
|
30118
30118
|
body: null,
|
|
@@ -30338,7 +30338,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
30338
30338
|
function createResourceRequest$I(config) {
|
|
30339
30339
|
const headers = {};
|
|
30340
30340
|
return {
|
|
30341
|
-
baseUri: '/services/data/
|
|
30341
|
+
baseUri: '/services/data/v61.0',
|
|
30342
30342
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
30343
30343
|
method: 'get',
|
|
30344
30344
|
body: null,
|
|
@@ -30597,7 +30597,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
30597
30597
|
function createResourceRequest$H(config) {
|
|
30598
30598
|
const headers = {};
|
|
30599
30599
|
return {
|
|
30600
|
-
baseUri: '/services/data/
|
|
30600
|
+
baseUri: '/services/data/v61.0',
|
|
30601
30601
|
basePath: '/ui-api/list-info/batch',
|
|
30602
30602
|
method: 'get',
|
|
30603
30603
|
body: null,
|
|
@@ -30814,7 +30814,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
30814
30814
|
function createResourceRequest$G(config) {
|
|
30815
30815
|
const headers = {};
|
|
30816
30816
|
return {
|
|
30817
|
-
baseUri: '/services/data/
|
|
30817
|
+
baseUri: '/services/data/v61.0',
|
|
30818
30818
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
30819
30819
|
method: 'post',
|
|
30820
30820
|
body: config.body,
|
|
@@ -31007,7 +31007,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
31007
31007
|
function createResourceRequest$F(config) {
|
|
31008
31008
|
const headers = {};
|
|
31009
31009
|
return {
|
|
31010
|
-
baseUri: '/services/data/
|
|
31010
|
+
baseUri: '/services/data/v61.0',
|
|
31011
31011
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31012
31012
|
method: 'delete',
|
|
31013
31013
|
body: null,
|
|
@@ -31090,7 +31090,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
|
|
|
31090
31090
|
function createResourceRequest$E(config) {
|
|
31091
31091
|
const headers = {};
|
|
31092
31092
|
return {
|
|
31093
|
-
baseUri: '/services/data/
|
|
31093
|
+
baseUri: '/services/data/v61.0',
|
|
31094
31094
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31095
31095
|
method: 'patch',
|
|
31096
31096
|
body: config.body,
|
|
@@ -31550,7 +31550,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
31550
31550
|
function createResourceRequest$D(config) {
|
|
31551
31551
|
const headers = {};
|
|
31552
31552
|
return {
|
|
31553
|
-
baseUri: '/services/data/
|
|
31553
|
+
baseUri: '/services/data/v61.0',
|
|
31554
31554
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
31555
31555
|
method: 'get',
|
|
31556
31556
|
body: null,
|
|
@@ -31786,7 +31786,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
31786
31786
|
function createResourceRequest$C(config) {
|
|
31787
31787
|
const headers = {};
|
|
31788
31788
|
return {
|
|
31789
|
-
baseUri: '/services/data/
|
|
31789
|
+
baseUri: '/services/data/v61.0',
|
|
31790
31790
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31791
31791
|
method: 'get',
|
|
31792
31792
|
body: null,
|
|
@@ -31922,7 +31922,7 @@ function ingestSuccess$r(luvio, resourceParams, response) {
|
|
|
31922
31922
|
function createResourceRequest$B(config) {
|
|
31923
31923
|
const headers = {};
|
|
31924
31924
|
return {
|
|
31925
|
-
baseUri: '/services/data/
|
|
31925
|
+
baseUri: '/services/data/v61.0',
|
|
31926
31926
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31927
31927
|
method: 'patch',
|
|
31928
31928
|
body: config.body,
|
|
@@ -32162,7 +32162,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
32162
32162
|
function createResourceRequest$A(config) {
|
|
32163
32163
|
const headers = {};
|
|
32164
32164
|
return {
|
|
32165
|
-
baseUri: '/services/data/
|
|
32165
|
+
baseUri: '/services/data/v61.0',
|
|
32166
32166
|
basePath: '/ui-api/nav-items',
|
|
32167
32167
|
method: 'get',
|
|
32168
32168
|
body: null,
|
|
@@ -32290,7 +32290,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
32290
32290
|
function createResourceRequest$z(config) {
|
|
32291
32291
|
const headers = {};
|
|
32292
32292
|
return {
|
|
32293
|
-
baseUri: '/services/data/
|
|
32293
|
+
baseUri: '/services/data/v61.0',
|
|
32294
32294
|
basePath: '/ui-api/object-info',
|
|
32295
32295
|
method: 'get',
|
|
32296
32296
|
body: null,
|
|
@@ -32622,7 +32622,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
32622
32622
|
function createResourceRequest$y(config) {
|
|
32623
32623
|
const headers = {};
|
|
32624
32624
|
return {
|
|
32625
|
-
baseUri: '/services/data/
|
|
32625
|
+
baseUri: '/services/data/v61.0',
|
|
32626
32626
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
32627
32627
|
method: 'get',
|
|
32628
32628
|
body: null,
|
|
@@ -32876,8 +32876,8 @@ const select$K$1 = function PicklistValueRepresentationSelect() {
|
|
|
32876
32876
|
const keyBuilderFromType$i =
|
|
32877
32877
|
/**
|
|
32878
32878
|
* custom key builder from PicklistValuesRepresentation.
|
|
32879
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
32880
|
-
* the '/services/data/
|
|
32879
|
+
* PicklistValuesRepresentation.url is like /services/data/v61.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
32880
|
+
* the '/services/data/v61.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
32881
32881
|
*/
|
|
32882
32882
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
32883
32883
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -33067,7 +33067,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
33067
33067
|
function createResourceRequest$x(config) {
|
|
33068
33068
|
const headers = {};
|
|
33069
33069
|
return {
|
|
33070
|
-
baseUri: '/services/data/
|
|
33070
|
+
baseUri: '/services/data/v61.0',
|
|
33071
33071
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
33072
33072
|
method: 'get',
|
|
33073
33073
|
body: null,
|
|
@@ -33169,7 +33169,7 @@ function getResponseCacheKeys$t(storeKeyMap, luvio, resourceParams, response) {
|
|
|
33169
33169
|
function createResourceRequest$w(config) {
|
|
33170
33170
|
const headers = {};
|
|
33171
33171
|
return {
|
|
33172
|
-
baseUri: '/services/data/
|
|
33172
|
+
baseUri: '/services/data/v61.0',
|
|
33173
33173
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
33174
33174
|
method: 'get',
|
|
33175
33175
|
body: null,
|
|
@@ -33403,7 +33403,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
33403
33403
|
function createResourceRequest$v(config) {
|
|
33404
33404
|
const headers = {};
|
|
33405
33405
|
return {
|
|
33406
|
-
baseUri: '/services/data/
|
|
33406
|
+
baseUri: '/services/data/v61.0',
|
|
33407
33407
|
basePath: '/ui-api/predupe',
|
|
33408
33408
|
method: 'post',
|
|
33409
33409
|
body: config.body,
|
|
@@ -34183,7 +34183,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
34183
34183
|
function createResourceRequest$u(config) {
|
|
34184
34184
|
const headers = {};
|
|
34185
34185
|
return {
|
|
34186
|
-
baseUri: '/services/data/
|
|
34186
|
+
baseUri: '/services/data/v61.0',
|
|
34187
34187
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
34188
34188
|
method: 'get',
|
|
34189
34189
|
body: null,
|
|
@@ -34793,7 +34793,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
34793
34793
|
function createResourceRequest$t(config) {
|
|
34794
34794
|
const headers = {};
|
|
34795
34795
|
return {
|
|
34796
|
-
baseUri: '/services/data/
|
|
34796
|
+
baseUri: '/services/data/v61.0',
|
|
34797
34797
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34798
34798
|
method: 'get',
|
|
34799
34799
|
body: null,
|
|
@@ -35048,7 +35048,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
35048
35048
|
function createResourceRequest$s(config) {
|
|
35049
35049
|
const headers = {};
|
|
35050
35050
|
return {
|
|
35051
|
-
baseUri: '/services/data/
|
|
35051
|
+
baseUri: '/services/data/v61.0',
|
|
35052
35052
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
35053
35053
|
method: 'get',
|
|
35054
35054
|
body: null,
|
|
@@ -35411,7 +35411,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
35411
35411
|
function createResourceRequest$r(config) {
|
|
35412
35412
|
const headers = {};
|
|
35413
35413
|
return {
|
|
35414
|
-
baseUri: '/services/data/
|
|
35414
|
+
baseUri: '/services/data/v61.0',
|
|
35415
35415
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35416
35416
|
method: 'get',
|
|
35417
35417
|
body: null,
|
|
@@ -35671,7 +35671,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
35671
35671
|
function createResourceRequest$q(config) {
|
|
35672
35672
|
const headers = {};
|
|
35673
35673
|
return {
|
|
35674
|
-
baseUri: '/services/data/
|
|
35674
|
+
baseUri: '/services/data/v61.0',
|
|
35675
35675
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35676
35676
|
method: 'get',
|
|
35677
35677
|
body: null,
|
|
@@ -35862,7 +35862,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
35862
35862
|
function createResourceRequest$p(config) {
|
|
35863
35863
|
const headers = {};
|
|
35864
35864
|
return {
|
|
35865
|
-
baseUri: '/services/data/
|
|
35865
|
+
baseUri: '/services/data/v61.0',
|
|
35866
35866
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
35867
35867
|
method: 'get',
|
|
35868
35868
|
body: null,
|
|
@@ -36105,7 +36105,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
36105
36105
|
function createResourceRequest$o(config) {
|
|
36106
36106
|
const headers = {};
|
|
36107
36107
|
return {
|
|
36108
|
-
baseUri: '/services/data/
|
|
36108
|
+
baseUri: '/services/data/v61.0',
|
|
36109
36109
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
36110
36110
|
method: 'patch',
|
|
36111
36111
|
body: config.body,
|
|
@@ -36275,7 +36275,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
36275
36275
|
function createResourceRequest$n(config) {
|
|
36276
36276
|
const headers = {};
|
|
36277
36277
|
return {
|
|
36278
|
-
baseUri: '/services/data/
|
|
36278
|
+
baseUri: '/services/data/v61.0',
|
|
36279
36279
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36280
36280
|
method: 'get',
|
|
36281
36281
|
body: null,
|
|
@@ -36527,7 +36527,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
36527
36527
|
function createResourceRequest$m(config) {
|
|
36528
36528
|
const headers = {};
|
|
36529
36529
|
return {
|
|
36530
|
-
baseUri: '/services/data/
|
|
36530
|
+
baseUri: '/services/data/v61.0',
|
|
36531
36531
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36532
36532
|
method: 'get',
|
|
36533
36533
|
body: null,
|
|
@@ -36725,7 +36725,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
36725
36725
|
function createResourceRequest$l(config) {
|
|
36726
36726
|
const headers = {};
|
|
36727
36727
|
return {
|
|
36728
|
-
baseUri: '/services/data/
|
|
36728
|
+
baseUri: '/services/data/v61.0',
|
|
36729
36729
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36730
36730
|
method: 'patch',
|
|
36731
36731
|
body: config.body,
|
|
@@ -37483,7 +37483,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
37483
37483
|
function createResourceRequest$k(config) {
|
|
37484
37484
|
const headers = {};
|
|
37485
37485
|
return {
|
|
37486
|
-
baseUri: '/services/data/
|
|
37486
|
+
baseUri: '/services/data/v61.0',
|
|
37487
37487
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37488
37488
|
method: 'post',
|
|
37489
37489
|
body: config.body,
|
|
@@ -37758,7 +37758,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
37758
37758
|
function createResourceRequest$j(config) {
|
|
37759
37759
|
const headers = {};
|
|
37760
37760
|
return {
|
|
37761
|
-
baseUri: '/services/data/
|
|
37761
|
+
baseUri: '/services/data/v61.0',
|
|
37762
37762
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
37763
37763
|
method: 'post',
|
|
37764
37764
|
body: config.body,
|
|
@@ -38124,7 +38124,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
38124
38124
|
function createResourceRequest$i(config) {
|
|
38125
38125
|
const headers = {};
|
|
38126
38126
|
return {
|
|
38127
|
-
baseUri: '/services/data/
|
|
38127
|
+
baseUri: '/services/data/v61.0',
|
|
38128
38128
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38129
38129
|
method: 'get',
|
|
38130
38130
|
body: null,
|
|
@@ -38306,7 +38306,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
38306
38306
|
function createResourceRequest$h(config) {
|
|
38307
38307
|
const headers = {};
|
|
38308
38308
|
return {
|
|
38309
|
-
baseUri: '/services/data/
|
|
38309
|
+
baseUri: '/services/data/v61.0',
|
|
38310
38310
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
38311
38311
|
method: 'get',
|
|
38312
38312
|
body: null,
|
|
@@ -38487,7 +38487,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
38487
38487
|
function createResourceRequest$g(config) {
|
|
38488
38488
|
const headers = {};
|
|
38489
38489
|
return {
|
|
38490
|
-
baseUri: '/services/data/
|
|
38490
|
+
baseUri: '/services/data/v61.0',
|
|
38491
38491
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
38492
38492
|
method: 'get',
|
|
38493
38493
|
body: null,
|
|
@@ -38806,7 +38806,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
38806
38806
|
function createResourceRequest$f(config) {
|
|
38807
38807
|
const headers = {};
|
|
38808
38808
|
return {
|
|
38809
|
-
baseUri: '/services/data/
|
|
38809
|
+
baseUri: '/services/data/v61.0',
|
|
38810
38810
|
basePath: '/ui-api/search/results',
|
|
38811
38811
|
method: 'post',
|
|
38812
38812
|
body: config.body,
|
|
@@ -39009,7 +39009,7 @@ function ingestError$1$1(luvio, params, error, snapshotRefresh) {
|
|
|
39009
39009
|
function createResourceRequest$e(config) {
|
|
39010
39010
|
const headers = {};
|
|
39011
39011
|
return {
|
|
39012
|
-
baseUri: '/services/data/
|
|
39012
|
+
baseUri: '/services/data/v61.0',
|
|
39013
39013
|
basePath: '/ui-api/search/results/keyword',
|
|
39014
39014
|
method: 'post',
|
|
39015
39015
|
body: config.body,
|
|
@@ -39249,7 +39249,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
39249
39249
|
function createResourceRequest$d(config) {
|
|
39250
39250
|
const headers = {};
|
|
39251
39251
|
return {
|
|
39252
|
-
baseUri: '/services/data/
|
|
39252
|
+
baseUri: '/services/data/v61.0',
|
|
39253
39253
|
basePath: '/ui-api/records/batch',
|
|
39254
39254
|
method: 'post',
|
|
39255
39255
|
body: config.body,
|
|
@@ -39363,7 +39363,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
39363
39363
|
function createResourceRequest$c(config) {
|
|
39364
39364
|
const headers = {};
|
|
39365
39365
|
return {
|
|
39366
|
-
baseUri: '/services/data/
|
|
39366
|
+
baseUri: '/services/data/v61.0',
|
|
39367
39367
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
39368
39368
|
method: 'patch',
|
|
39369
39369
|
body: config.body,
|
|
@@ -39483,7 +39483,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
39483
39483
|
function createResourceRequest$b(config) {
|
|
39484
39484
|
const headers = {};
|
|
39485
39485
|
return {
|
|
39486
|
-
baseUri: '/services/data/
|
|
39486
|
+
baseUri: '/services/data/v61.0',
|
|
39487
39487
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
39488
39488
|
method: 'post',
|
|
39489
39489
|
body: config.body,
|
|
@@ -39585,7 +39585,7 @@ const factory$c = performQuickActionAdapterFactory;
|
|
|
39585
39585
|
function createResourceRequest$a(config) {
|
|
39586
39586
|
const headers = {};
|
|
39587
39587
|
return {
|
|
39588
|
-
baseUri: '/services/data/
|
|
39588
|
+
baseUri: '/services/data/v61.0',
|
|
39589
39589
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
39590
39590
|
method: 'patch',
|
|
39591
39591
|
body: config.body,
|
|
@@ -40044,7 +40044,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
40044
40044
|
function createResourceRequest$9(config) {
|
|
40045
40045
|
const headers = {};
|
|
40046
40046
|
return {
|
|
40047
|
-
baseUri: '/services/data/
|
|
40047
|
+
baseUri: '/services/data/v61.0',
|
|
40048
40048
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
40049
40049
|
method: 'post',
|
|
40050
40050
|
body: config.body,
|
|
@@ -40268,7 +40268,7 @@ const factory$9 = (luvio) => {
|
|
|
40268
40268
|
function createResourceRequest$8(config) {
|
|
40269
40269
|
const headers = {};
|
|
40270
40270
|
return {
|
|
40271
|
-
baseUri: '/services/data/
|
|
40271
|
+
baseUri: '/services/data/v61.0',
|
|
40272
40272
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
40273
40273
|
method: 'post',
|
|
40274
40274
|
body: config.body,
|
|
@@ -40620,7 +40620,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
40620
40620
|
function createResourceRequest$7(config) {
|
|
40621
40621
|
const headers = {};
|
|
40622
40622
|
return {
|
|
40623
|
-
baseUri: '/services/data/
|
|
40623
|
+
baseUri: '/services/data/v61.0',
|
|
40624
40624
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
40625
40625
|
method: 'get',
|
|
40626
40626
|
body: null,
|
|
@@ -40742,7 +40742,7 @@ function coerceConfigWithDefaults(untrusted) {
|
|
|
40742
40742
|
return null;
|
|
40743
40743
|
}
|
|
40744
40744
|
}
|
|
40745
|
-
const recordTypeId = config.recordTypeId === undefined ?
|
|
40745
|
+
const recordTypeId = config.recordTypeId === undefined ? MAIN_RECORD_TYPE_ID : config.recordTypeId;
|
|
40746
40746
|
const optionalFields = config.optionalFields === undefined ? [] : config.optionalFields;
|
|
40747
40747
|
return {
|
|
40748
40748
|
...config,
|
|
@@ -41151,7 +41151,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
41151
41151
|
function createResourceRequest$6(config) {
|
|
41152
41152
|
const headers = {};
|
|
41153
41153
|
return {
|
|
41154
|
-
baseUri: '/services/data/
|
|
41154
|
+
baseUri: '/services/data/v61.0',
|
|
41155
41155
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
41156
41156
|
method: 'get',
|
|
41157
41157
|
body: null,
|
|
@@ -41682,7 +41682,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
41682
41682
|
function createResourceRequest$5(config) {
|
|
41683
41683
|
const headers = {};
|
|
41684
41684
|
return {
|
|
41685
|
-
baseUri: '/services/data/
|
|
41685
|
+
baseUri: '/services/data/v61.0',
|
|
41686
41686
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
41687
41687
|
method: 'get',
|
|
41688
41688
|
body: null,
|
|
@@ -41887,7 +41887,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
41887
41887
|
function createResourceRequest$4(config) {
|
|
41888
41888
|
const headers = {};
|
|
41889
41889
|
return {
|
|
41890
|
-
baseUri: '/services/data/
|
|
41890
|
+
baseUri: '/services/data/v61.0',
|
|
41891
41891
|
basePath: '/ui-api/records',
|
|
41892
41892
|
method: 'post',
|
|
41893
41893
|
body: config.body,
|
|
@@ -41981,7 +41981,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
41981
41981
|
function createResourceRequest$3(config) {
|
|
41982
41982
|
const headers = {};
|
|
41983
41983
|
return {
|
|
41984
|
-
baseUri: '/services/data/
|
|
41984
|
+
baseUri: '/services/data/v61.0',
|
|
41985
41985
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
41986
41986
|
method: 'delete',
|
|
41987
41987
|
body: null,
|
|
@@ -42065,7 +42065,7 @@ function createResourceRequest$2$1(config) {
|
|
|
42065
42065
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
42066
42066
|
}
|
|
42067
42067
|
return {
|
|
42068
|
-
baseUri: '/services/data/
|
|
42068
|
+
baseUri: '/services/data/v61.0',
|
|
42069
42069
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
42070
42070
|
method: 'patch',
|
|
42071
42071
|
body: config.body,
|
|
@@ -42328,7 +42328,7 @@ function createResourceParams$1$1(config) {
|
|
|
42328
42328
|
function createResourceRequest$1$1(config) {
|
|
42329
42329
|
const headers = {};
|
|
42330
42330
|
return {
|
|
42331
|
-
baseUri: '/services/data/
|
|
42331
|
+
baseUri: '/services/data/v61.0',
|
|
42332
42332
|
basePath: '/ui-api/records/content-documents/' +
|
|
42333
42333
|
config.urlParams.contentDocumentId +
|
|
42334
42334
|
'/content-versions',
|
|
@@ -42441,7 +42441,7 @@ function createResourceParams$10(config) {
|
|
|
42441
42441
|
function createResourceRequest$1a(config) {
|
|
42442
42442
|
const headers = {};
|
|
42443
42443
|
return {
|
|
42444
|
-
baseUri: '/services/data/
|
|
42444
|
+
baseUri: '/services/data/v61.0',
|
|
42445
42445
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
42446
42446
|
method: 'post',
|
|
42447
42447
|
body: config.body,
|
|
@@ -43141,7 +43141,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43141
43141
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43142
43142
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43143
43143
|
});
|
|
43144
|
-
// version: 1.
|
|
43144
|
+
// version: 1.269.0-37c0722c7
|
|
43145
43145
|
|
|
43146
43146
|
var ldsIdempotencyWriteDisabled = {
|
|
43147
43147
|
isOpen: function (e) {
|
|
@@ -43328,7 +43328,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
43328
43328
|
const { isArray: isArray$5 } = Array;
|
|
43329
43329
|
const { entries: entries$4, keys: keys$8 } = Object;
|
|
43330
43330
|
|
|
43331
|
-
const UI_API_BASE_URI = '/services/data/
|
|
43331
|
+
const UI_API_BASE_URI = '/services/data/v61.0/ui-api';
|
|
43332
43332
|
|
|
43333
43333
|
let instrumentation$2 = {
|
|
43334
43334
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -58467,7 +58467,7 @@ function mergePageUrls(first, second) {
|
|
|
58467
58467
|
/**
|
|
58468
58468
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
58469
58469
|
* the paging url is like
|
|
58470
|
-
* /services/data/
|
|
58470
|
+
* /services/data/v61.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
58471
58471
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
58472
58472
|
* @param path1 url path and query parmeter without domain
|
|
58473
58473
|
* @param path2 url path and query parmeter without domain
|
|
@@ -60580,7 +60580,7 @@ function instrumentPrimingSession(session) {
|
|
|
60580
60580
|
// so eslint doesn't complain about nimbus
|
|
60581
60581
|
/* global __nimbus */
|
|
60582
60582
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
60583
|
-
const apiVersion = `
|
|
60583
|
+
const apiVersion = `v61.0`;
|
|
60584
60584
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
60585
60585
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
60586
60586
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -61031,7 +61031,7 @@ register$1({
|
|
|
61031
61031
|
id: '@salesforce/lds-network-adapter',
|
|
61032
61032
|
instrument: instrument$2,
|
|
61033
61033
|
});
|
|
61034
|
-
// version: 1.
|
|
61034
|
+
// version: 1.269.0-b2ea86b9d
|
|
61035
61035
|
|
|
61036
61036
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61037
61037
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -78075,7 +78075,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
78075
78075
|
function createResourceRequest$2(config) {
|
|
78076
78076
|
const headers = {};
|
|
78077
78077
|
return {
|
|
78078
|
-
baseUri: '/services/data/
|
|
78078
|
+
baseUri: '/services/data/v61.0',
|
|
78079
78079
|
basePath: '/graphql',
|
|
78080
78080
|
method: 'post',
|
|
78081
78081
|
body: { ...config.body,
|
|
@@ -78419,7 +78419,7 @@ function createResourceRequest(config) {
|
|
|
78419
78419
|
const headers = {};
|
|
78420
78420
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
78421
78421
|
return {
|
|
78422
|
-
baseUri: '/services/data/
|
|
78422
|
+
baseUri: '/services/data/v61.0',
|
|
78423
78423
|
basePath: '/graphql/batch',
|
|
78424
78424
|
method: 'post',
|
|
78425
78425
|
body: transformedConfig.body,
|
|
@@ -79360,7 +79360,7 @@ register$1({
|
|
|
79360
79360
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79361
79361
|
instrument: instrument$1,
|
|
79362
79362
|
});
|
|
79363
|
-
// version: 1.
|
|
79363
|
+
// version: 1.269.0-37c0722c7
|
|
79364
79364
|
|
|
79365
79365
|
// On core the unstable adapters are re-exported with different names,
|
|
79366
79366
|
// we want to match them here.
|
|
@@ -81394,7 +81394,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
81394
81394
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
81395
81395
|
const { variables: queryVariables, query } = config;
|
|
81396
81396
|
const request = {
|
|
81397
|
-
baseUri: '/services/data/
|
|
81397
|
+
baseUri: '/services/data/v61.0',
|
|
81398
81398
|
basePath: '/graphql',
|
|
81399
81399
|
method: 'post',
|
|
81400
81400
|
priority: 'normal',
|
|
@@ -81611,7 +81611,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81611
81611
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81612
81612
|
graphQLImperative = ldsAdapter;
|
|
81613
81613
|
});
|
|
81614
|
-
// version: 1.
|
|
81614
|
+
// version: 1.269.0-37c0722c7
|
|
81615
81615
|
|
|
81616
81616
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81617
81617
|
__proto__: null,
|
|
@@ -82309,7 +82309,7 @@ const callbacks$1 = [];
|
|
|
82309
82309
|
function register(r) {
|
|
82310
82310
|
callbacks$1.forEach((callback) => callback(r));
|
|
82311
82311
|
}
|
|
82312
|
-
// version: 1.
|
|
82312
|
+
// version: 1.269.0-b2ea86b9d
|
|
82313
82313
|
|
|
82314
82314
|
/**
|
|
82315
82315
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87214,4 +87214,4 @@ const { luvio } = getRuntime();
|
|
|
87214
87214
|
setDefaultLuvio({ luvio });
|
|
87215
87215
|
|
|
87216
87216
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87217
|
-
// version: 1.
|
|
87217
|
+
// version: 1.269.0-b2ea86b9d
|