@salesforce/lds-worker-api 1.311.0 → 1.311.1
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.
|
@@ -931,7 +931,7 @@ class StringKeyInMemoryStore {
|
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
expirePossibleStaleRecords(keys) {
|
|
934
|
-
const expirationTimestamp = Date.now();
|
|
934
|
+
const expirationTimestamp = Date.now() - 1;
|
|
935
935
|
for (let i = 0, len = keys.length; i < len; i++) {
|
|
936
936
|
const key = keys[i];
|
|
937
937
|
const metadata = this.readMetadata(key);
|
|
@@ -4137,7 +4137,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
4137
4137
|
}
|
|
4138
4138
|
return resourceParams;
|
|
4139
4139
|
}
|
|
4140
|
-
// engine version: 0.156.
|
|
4140
|
+
// engine version: 0.156.4-a259372b
|
|
4141
4141
|
|
|
4142
4142
|
/**
|
|
4143
4143
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.311.
|
|
4268
|
+
// version: 1.311.1-73c3329af5
|
|
4269
4269
|
|
|
4270
4270
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4271
4271
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15764,7 +15764,7 @@ function gql(literals, ...subs) {
|
|
|
15764
15764
|
}
|
|
15765
15765
|
return superResult;
|
|
15766
15766
|
}
|
|
15767
|
-
// version: 1.311.
|
|
15767
|
+
// version: 1.311.1-73c3329af5
|
|
15768
15768
|
|
|
15769
15769
|
function unwrap(data) {
|
|
15770
15770
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16173,6 +16173,18 @@ class LWCInfinteScrollingLuvioWireAdapter extends LWCLuvioWireAdapter {
|
|
|
16173
16173
|
},
|
|
16174
16174
|
};
|
|
16175
16175
|
}
|
|
16176
|
+
subscribe(snapshot) {
|
|
16177
|
+
var _a;
|
|
16178
|
+
super.subscribe(snapshot);
|
|
16179
|
+
// if the snapshot is refreshed we should stop using data from before the refresh
|
|
16180
|
+
if (this.connected && ((_a = snapshot.refresh) === null || _a === void 0 ? void 0 : _a.resolve)) {
|
|
16181
|
+
const originalResolve = snapshot.refresh.resolve;
|
|
16182
|
+
snapshot.refresh.resolve = (config) => {
|
|
16183
|
+
this.connectTimestamp = Date.now();
|
|
16184
|
+
return originalResolve(config);
|
|
16185
|
+
};
|
|
16186
|
+
}
|
|
16187
|
+
}
|
|
16176
16188
|
}
|
|
16177
16189
|
function createInfiniteScrollingWireAdapterConstructor$1(adapter, name, luvio) {
|
|
16178
16190
|
const constructor = function (callback, sourceContext) {
|
|
@@ -16693,7 +16705,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16693
16705
|
const { apiFamily, name } = metadata;
|
|
16694
16706
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16695
16707
|
}
|
|
16696
|
-
// version: 1.311.
|
|
16708
|
+
// version: 1.311.1-73c3329af5
|
|
16697
16709
|
|
|
16698
16710
|
/**
|
|
16699
16711
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16792,7 +16804,7 @@ var TypeCheckShapes;
|
|
|
16792
16804
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
16793
16805
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
16794
16806
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
16795
|
-
// engine version: 0.156.
|
|
16807
|
+
// engine version: 0.156.4-a259372b
|
|
16796
16808
|
|
|
16797
16809
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16798
16810
|
|
|
@@ -20977,7 +20989,7 @@ function getResponseCacheKeys$12(storeKeyMap, luvio, resourceParams, response) {
|
|
|
20977
20989
|
function createResourceRequest$1b(config) {
|
|
20978
20990
|
const headers = {};
|
|
20979
20991
|
return {
|
|
20980
|
-
baseUri: '/services/data/
|
|
20992
|
+
baseUri: '/services/data/v63.0',
|
|
20981
20993
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
20982
20994
|
method: 'get',
|
|
20983
20995
|
body: null,
|
|
@@ -21406,7 +21418,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
21406
21418
|
function createResourceRequest$1a(config) {
|
|
21407
21419
|
const headers = {};
|
|
21408
21420
|
return {
|
|
21409
|
-
baseUri: '/services/data/
|
|
21421
|
+
baseUri: '/services/data/v63.0',
|
|
21410
21422
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
21411
21423
|
method: 'get',
|
|
21412
21424
|
body: null,
|
|
@@ -22218,7 +22230,7 @@ function createPaginationParams$6(params) {
|
|
|
22218
22230
|
function createResourceRequest$19(config) {
|
|
22219
22231
|
const headers = {};
|
|
22220
22232
|
return {
|
|
22221
|
-
baseUri: '/services/data/
|
|
22233
|
+
baseUri: '/services/data/v63.0',
|
|
22222
22234
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22223
22235
|
method: 'get',
|
|
22224
22236
|
body: null,
|
|
@@ -22268,7 +22280,7 @@ function createPaginationParams$5(params) {
|
|
|
22268
22280
|
function createResourceRequest$18(config) {
|
|
22269
22281
|
const headers = {};
|
|
22270
22282
|
return {
|
|
22271
|
-
baseUri: '/services/data/
|
|
22283
|
+
baseUri: '/services/data/v63.0',
|
|
22272
22284
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
22273
22285
|
method: 'get',
|
|
22274
22286
|
body: null,
|
|
@@ -22310,7 +22322,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
|
|
|
22310
22322
|
function createResourceRequest$17(config) {
|
|
22311
22323
|
const headers = {};
|
|
22312
22324
|
return {
|
|
22313
|
-
baseUri: '/services/data/
|
|
22325
|
+
baseUri: '/services/data/v63.0',
|
|
22314
22326
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
22315
22327
|
method: 'get',
|
|
22316
22328
|
body: null,
|
|
@@ -23138,7 +23150,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
23138
23150
|
function createResourceRequest$16(config) {
|
|
23139
23151
|
const headers = {};
|
|
23140
23152
|
return {
|
|
23141
|
-
baseUri: '/services/data/
|
|
23153
|
+
baseUri: '/services/data/v63.0',
|
|
23142
23154
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23143
23155
|
method: 'post',
|
|
23144
23156
|
body: config.body,
|
|
@@ -23609,7 +23621,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
23609
23621
|
function createResourceRequest$15(config) {
|
|
23610
23622
|
const headers = {};
|
|
23611
23623
|
return {
|
|
23612
|
-
baseUri: '/services/data/
|
|
23624
|
+
baseUri: '/services/data/v63.0',
|
|
23613
23625
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
23614
23626
|
method: 'get',
|
|
23615
23627
|
body: null,
|
|
@@ -23804,7 +23816,7 @@ function keyBuilder$1Z(luvio, params) {
|
|
|
23804
23816
|
function createResourceRequest$14(config) {
|
|
23805
23817
|
const headers = {};
|
|
23806
23818
|
return {
|
|
23807
|
-
baseUri: '/services/data/
|
|
23819
|
+
baseUri: '/services/data/v63.0',
|
|
23808
23820
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
23809
23821
|
method: 'get',
|
|
23810
23822
|
body: null,
|
|
@@ -23846,7 +23858,7 @@ function validateAdapterConfig$16(untrustedConfig, configPropertyNames) {
|
|
|
23846
23858
|
function createResourceRequest$13(config) {
|
|
23847
23859
|
const headers = {};
|
|
23848
23860
|
return {
|
|
23849
|
-
baseUri: '/services/data/
|
|
23861
|
+
baseUri: '/services/data/v63.0',
|
|
23850
23862
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
23851
23863
|
method: 'get',
|
|
23852
23864
|
body: null,
|
|
@@ -24821,7 +24833,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
24821
24833
|
function createResourceRequest$12(config) {
|
|
24822
24834
|
const headers = {};
|
|
24823
24835
|
return {
|
|
24824
|
-
baseUri: '/services/data/
|
|
24836
|
+
baseUri: '/services/data/v63.0',
|
|
24825
24837
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
24826
24838
|
method: 'get',
|
|
24827
24839
|
body: null,
|
|
@@ -25268,7 +25280,7 @@ const ingest$E$1 = function RecordUiRepresentationIngest(input, path, luvio, sto
|
|
|
25268
25280
|
function createResourceRequest$11(config) {
|
|
25269
25281
|
const headers = {};
|
|
25270
25282
|
return {
|
|
25271
|
-
baseUri: '/services/data/
|
|
25283
|
+
baseUri: '/services/data/v63.0',
|
|
25272
25284
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
25273
25285
|
method: 'get',
|
|
25274
25286
|
body: null,
|
|
@@ -27273,7 +27285,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
27273
27285
|
function createResourceRequest$10(config) {
|
|
27274
27286
|
const headers = {};
|
|
27275
27287
|
return {
|
|
27276
|
-
baseUri: '/services/data/
|
|
27288
|
+
baseUri: '/services/data/v63.0',
|
|
27277
27289
|
basePath: '/ui-api/actions/global',
|
|
27278
27290
|
method: 'get',
|
|
27279
27291
|
body: null,
|
|
@@ -27467,7 +27479,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
27467
27479
|
function createResourceRequest$$(config) {
|
|
27468
27480
|
const headers = {};
|
|
27469
27481
|
return {
|
|
27470
|
-
baseUri: '/services/data/
|
|
27482
|
+
baseUri: '/services/data/v63.0',
|
|
27471
27483
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
27472
27484
|
method: 'get',
|
|
27473
27485
|
body: null,
|
|
@@ -27631,7 +27643,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
27631
27643
|
function createResourceRequest$_(config) {
|
|
27632
27644
|
const headers = {};
|
|
27633
27645
|
return {
|
|
27634
|
-
baseUri: '/services/data/
|
|
27646
|
+
baseUri: '/services/data/v63.0',
|
|
27635
27647
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
27636
27648
|
method: 'get',
|
|
27637
27649
|
body: null,
|
|
@@ -27765,7 +27777,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
27765
27777
|
function createResourceRequest$Z(config) {
|
|
27766
27778
|
const headers = {};
|
|
27767
27779
|
return {
|
|
27768
|
-
baseUri: '/services/data/
|
|
27780
|
+
baseUri: '/services/data/v63.0',
|
|
27769
27781
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
27770
27782
|
method: 'get',
|
|
27771
27783
|
body: null,
|
|
@@ -27928,7 +27940,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
27928
27940
|
function createResourceRequest$Y(config) {
|
|
27929
27941
|
const headers = {};
|
|
27930
27942
|
return {
|
|
27931
|
-
baseUri: '/services/data/
|
|
27943
|
+
baseUri: '/services/data/v63.0',
|
|
27932
27944
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
27933
27945
|
method: 'get',
|
|
27934
27946
|
body: null,
|
|
@@ -28105,7 +28117,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
28105
28117
|
function createResourceRequest$X(config) {
|
|
28106
28118
|
const headers = {};
|
|
28107
28119
|
return {
|
|
28108
|
-
baseUri: '/services/data/
|
|
28120
|
+
baseUri: '/services/data/v63.0',
|
|
28109
28121
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
28110
28122
|
method: 'get',
|
|
28111
28123
|
body: null,
|
|
@@ -28656,7 +28668,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
28656
28668
|
function createResourceRequest$W(config) {
|
|
28657
28669
|
const headers = {};
|
|
28658
28670
|
return {
|
|
28659
|
-
baseUri: '/services/data/
|
|
28671
|
+
baseUri: '/services/data/v63.0',
|
|
28660
28672
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
28661
28673
|
method: 'get',
|
|
28662
28674
|
body: null,
|
|
@@ -28856,7 +28868,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
28856
28868
|
function createResourceRequest$V(config) {
|
|
28857
28869
|
const headers = {};
|
|
28858
28870
|
return {
|
|
28859
|
-
baseUri: '/services/data/
|
|
28871
|
+
baseUri: '/services/data/v63.0',
|
|
28860
28872
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
28861
28873
|
method: 'get',
|
|
28862
28874
|
body: null,
|
|
@@ -29012,7 +29024,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
29012
29024
|
function createResourceRequest$U(config) {
|
|
29013
29025
|
const headers = {};
|
|
29014
29026
|
return {
|
|
29015
|
-
baseUri: '/services/data/
|
|
29027
|
+
baseUri: '/services/data/v63.0',
|
|
29016
29028
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
29017
29029
|
method: 'get',
|
|
29018
29030
|
body: null,
|
|
@@ -29152,7 +29164,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
29152
29164
|
function createResourceRequest$T(config) {
|
|
29153
29165
|
const headers = {};
|
|
29154
29166
|
return {
|
|
29155
|
-
baseUri: '/services/data/
|
|
29167
|
+
baseUri: '/services/data/v63.0',
|
|
29156
29168
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
29157
29169
|
method: 'get',
|
|
29158
29170
|
body: null,
|
|
@@ -29356,7 +29368,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
29356
29368
|
function createResourceRequest$S(config) {
|
|
29357
29369
|
const headers = {};
|
|
29358
29370
|
return {
|
|
29359
|
-
baseUri: '/services/data/
|
|
29371
|
+
baseUri: '/services/data/v63.0',
|
|
29360
29372
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
29361
29373
|
method: 'post',
|
|
29362
29374
|
body: config.body,
|
|
@@ -29631,7 +29643,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
29631
29643
|
function createResourceRequest$R(config) {
|
|
29632
29644
|
const headers = {};
|
|
29633
29645
|
return {
|
|
29634
|
-
baseUri: '/services/data/
|
|
29646
|
+
baseUri: '/services/data/v63.0',
|
|
29635
29647
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
29636
29648
|
method: 'post',
|
|
29637
29649
|
body: config.body,
|
|
@@ -29865,7 +29877,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
29865
29877
|
function createResourceRequest$Q(config) {
|
|
29866
29878
|
const headers = {};
|
|
29867
29879
|
return {
|
|
29868
|
-
baseUri: '/services/data/
|
|
29880
|
+
baseUri: '/services/data/v63.0',
|
|
29869
29881
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
29870
29882
|
method: 'get',
|
|
29871
29883
|
body: null,
|
|
@@ -30586,7 +30598,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
30586
30598
|
function createResourceRequest$P(config) {
|
|
30587
30599
|
const headers = {};
|
|
30588
30600
|
return {
|
|
30589
|
-
baseUri: '/services/data/
|
|
30601
|
+
baseUri: '/services/data/v63.0',
|
|
30590
30602
|
basePath: '/ui-api/apps',
|
|
30591
30603
|
method: 'get',
|
|
30592
30604
|
body: null,
|
|
@@ -30720,7 +30732,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
30720
30732
|
function createResourceRequest$O(config) {
|
|
30721
30733
|
const headers = {};
|
|
30722
30734
|
return {
|
|
30723
|
-
baseUri: '/services/data/
|
|
30735
|
+
baseUri: '/services/data/v63.0',
|
|
30724
30736
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
30725
30737
|
method: 'get',
|
|
30726
30738
|
body: null,
|
|
@@ -31056,7 +31068,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
31056
31068
|
function createResourceRequest$N(config) {
|
|
31057
31069
|
const headers = {};
|
|
31058
31070
|
return {
|
|
31059
|
-
baseUri: '/services/data/
|
|
31071
|
+
baseUri: '/services/data/v63.0',
|
|
31060
31072
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
31061
31073
|
method: 'get',
|
|
31062
31074
|
body: null,
|
|
@@ -31192,7 +31204,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
31192
31204
|
function createResourceRequest$M(config) {
|
|
31193
31205
|
const headers = {};
|
|
31194
31206
|
return {
|
|
31195
|
-
baseUri: '/services/data/
|
|
31207
|
+
baseUri: '/services/data/v63.0',
|
|
31196
31208
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
31197
31209
|
method: 'get',
|
|
31198
31210
|
body: null,
|
|
@@ -31329,7 +31341,7 @@ function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
|
31329
31341
|
function createResourceRequest$L(config) {
|
|
31330
31342
|
const headers = {};
|
|
31331
31343
|
return {
|
|
31332
|
-
baseUri: '/services/data/
|
|
31344
|
+
baseUri: '/services/data/v63.0',
|
|
31333
31345
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
31334
31346
|
method: 'get',
|
|
31335
31347
|
body: null,
|
|
@@ -31555,7 +31567,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
31555
31567
|
function createResourceRequest$K(config) {
|
|
31556
31568
|
const headers = {};
|
|
31557
31569
|
return {
|
|
31558
|
-
baseUri: '/services/data/
|
|
31570
|
+
baseUri: '/services/data/v63.0',
|
|
31559
31571
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31560
31572
|
method: 'get',
|
|
31561
31573
|
body: null,
|
|
@@ -31814,7 +31826,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
31814
31826
|
function createResourceRequest$J(config) {
|
|
31815
31827
|
const headers = {};
|
|
31816
31828
|
return {
|
|
31817
|
-
baseUri: '/services/data/
|
|
31829
|
+
baseUri: '/services/data/v63.0',
|
|
31818
31830
|
basePath: '/ui-api/list-info/batch',
|
|
31819
31831
|
method: 'get',
|
|
31820
31832
|
body: null,
|
|
@@ -31951,7 +31963,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
31951
31963
|
function createResourceRequest$I(config) {
|
|
31952
31964
|
const headers = {};
|
|
31953
31965
|
return {
|
|
31954
|
-
baseUri: '/services/data/
|
|
31966
|
+
baseUri: '/services/data/v63.0',
|
|
31955
31967
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
31956
31968
|
method: 'get',
|
|
31957
31969
|
body: null,
|
|
@@ -32249,7 +32261,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
32249
32261
|
function createResourceRequest$H(config) {
|
|
32250
32262
|
const headers = {};
|
|
32251
32263
|
return {
|
|
32252
|
-
baseUri: '/services/data/
|
|
32264
|
+
baseUri: '/services/data/v63.0',
|
|
32253
32265
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
32254
32266
|
method: 'post',
|
|
32255
32267
|
body: config.body,
|
|
@@ -32358,7 +32370,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
32358
32370
|
function createResourceRequest$G(config) {
|
|
32359
32371
|
const headers = {};
|
|
32360
32372
|
return {
|
|
32361
|
-
baseUri: '/services/data/
|
|
32373
|
+
baseUri: '/services/data/v63.0',
|
|
32362
32374
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
32363
32375
|
method: 'delete',
|
|
32364
32376
|
body: null,
|
|
@@ -32525,7 +32537,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
32525
32537
|
function createResourceRequest$F(config) {
|
|
32526
32538
|
const headers = {};
|
|
32527
32539
|
return {
|
|
32528
|
-
baseUri: '/services/data/
|
|
32540
|
+
baseUri: '/services/data/v63.0',
|
|
32529
32541
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
32530
32542
|
method: 'patch',
|
|
32531
32543
|
body: config.body,
|
|
@@ -32994,7 +33006,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
32994
33006
|
function createResourceRequest$E(config) {
|
|
32995
33007
|
const headers = {};
|
|
32996
33008
|
return {
|
|
32997
|
-
baseUri: '/services/data/
|
|
33009
|
+
baseUri: '/services/data/v63.0',
|
|
32998
33010
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
32999
33011
|
method: 'get',
|
|
33000
33012
|
body: null,
|
|
@@ -33230,7 +33242,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
33230
33242
|
function createResourceRequest$D(config) {
|
|
33231
33243
|
const headers = {};
|
|
33232
33244
|
return {
|
|
33233
|
-
baseUri: '/services/data/
|
|
33245
|
+
baseUri: '/services/data/v63.0',
|
|
33234
33246
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
33235
33247
|
method: 'get',
|
|
33236
33248
|
body: null,
|
|
@@ -33366,7 +33378,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
|
|
|
33366
33378
|
function createResourceRequest$C(config) {
|
|
33367
33379
|
const headers = {};
|
|
33368
33380
|
return {
|
|
33369
|
-
baseUri: '/services/data/
|
|
33381
|
+
baseUri: '/services/data/v63.0',
|
|
33370
33382
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
33371
33383
|
method: 'patch',
|
|
33372
33384
|
body: config.body,
|
|
@@ -33606,7 +33618,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
33606
33618
|
function createResourceRequest$B(config) {
|
|
33607
33619
|
const headers = {};
|
|
33608
33620
|
return {
|
|
33609
|
-
baseUri: '/services/data/
|
|
33621
|
+
baseUri: '/services/data/v63.0',
|
|
33610
33622
|
basePath: '/ui-api/nav-items',
|
|
33611
33623
|
method: 'get',
|
|
33612
33624
|
body: null,
|
|
@@ -33734,7 +33746,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
33734
33746
|
function createResourceRequest$A(config) {
|
|
33735
33747
|
const headers = {};
|
|
33736
33748
|
return {
|
|
33737
|
-
baseUri: '/services/data/
|
|
33749
|
+
baseUri: '/services/data/v63.0',
|
|
33738
33750
|
basePath: '/ui-api/object-info',
|
|
33739
33751
|
method: 'get',
|
|
33740
33752
|
body: null,
|
|
@@ -34066,7 +34078,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
34066
34078
|
function createResourceRequest$z(config) {
|
|
34067
34079
|
const headers = {};
|
|
34068
34080
|
return {
|
|
34069
|
-
baseUri: '/services/data/
|
|
34081
|
+
baseUri: '/services/data/v63.0',
|
|
34070
34082
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
34071
34083
|
method: 'get',
|
|
34072
34084
|
body: null,
|
|
@@ -34320,8 +34332,8 @@ const select$L$1 = function PicklistValueRepresentationSelect() {
|
|
|
34320
34332
|
const keyBuilderFromType$i =
|
|
34321
34333
|
/**
|
|
34322
34334
|
* custom key builder from PicklistValuesRepresentation.
|
|
34323
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
34324
|
-
* the '/services/data/
|
|
34335
|
+
* PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
34336
|
+
* the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
34325
34337
|
*/
|
|
34326
34338
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
34327
34339
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -34511,7 +34523,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
34511
34523
|
function createResourceRequest$y(config) {
|
|
34512
34524
|
const headers = {};
|
|
34513
34525
|
return {
|
|
34514
|
-
baseUri: '/services/data/
|
|
34526
|
+
baseUri: '/services/data/v63.0',
|
|
34515
34527
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
34516
34528
|
method: 'get',
|
|
34517
34529
|
body: null,
|
|
@@ -34613,7 +34625,7 @@ function getResponseCacheKeys$u(storeKeyMap, luvio, resourceParams, response) {
|
|
|
34613
34625
|
function createResourceRequest$x(config) {
|
|
34614
34626
|
const headers = {};
|
|
34615
34627
|
return {
|
|
34616
|
-
baseUri: '/services/data/
|
|
34628
|
+
baseUri: '/services/data/v63.0',
|
|
34617
34629
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
34618
34630
|
method: 'get',
|
|
34619
34631
|
body: null,
|
|
@@ -34818,7 +34830,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
34818
34830
|
function createResourceRequest$w(config) {
|
|
34819
34831
|
const headers = {};
|
|
34820
34832
|
return {
|
|
34821
|
-
baseUri: '/services/data/
|
|
34833
|
+
baseUri: '/services/data/v63.0',
|
|
34822
34834
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
34823
34835
|
method: 'get',
|
|
34824
34836
|
body: null,
|
|
@@ -34989,7 +35001,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
34989
35001
|
function createResourceRequest$v(config) {
|
|
34990
35002
|
const headers = {};
|
|
34991
35003
|
return {
|
|
34992
|
-
baseUri: '/services/data/
|
|
35004
|
+
baseUri: '/services/data/v63.0',
|
|
34993
35005
|
basePath: '/ui-api/predupe',
|
|
34994
35006
|
method: 'post',
|
|
34995
35007
|
body: config.body,
|
|
@@ -35769,7 +35781,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
35769
35781
|
function createResourceRequest$u(config) {
|
|
35770
35782
|
const headers = {};
|
|
35771
35783
|
return {
|
|
35772
|
-
baseUri: '/services/data/
|
|
35784
|
+
baseUri: '/services/data/v63.0',
|
|
35773
35785
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
35774
35786
|
method: 'get',
|
|
35775
35787
|
body: null,
|
|
@@ -36379,7 +36391,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
36379
36391
|
function createResourceRequest$t(config) {
|
|
36380
36392
|
const headers = {};
|
|
36381
36393
|
return {
|
|
36382
|
-
baseUri: '/services/data/
|
|
36394
|
+
baseUri: '/services/data/v63.0',
|
|
36383
36395
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
36384
36396
|
method: 'get',
|
|
36385
36397
|
body: null,
|
|
@@ -36634,7 +36646,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
36634
36646
|
function createResourceRequest$s(config) {
|
|
36635
36647
|
const headers = {};
|
|
36636
36648
|
return {
|
|
36637
|
-
baseUri: '/services/data/
|
|
36649
|
+
baseUri: '/services/data/v63.0',
|
|
36638
36650
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
36639
36651
|
method: 'get',
|
|
36640
36652
|
body: null,
|
|
@@ -36997,7 +37009,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
36997
37009
|
function createResourceRequest$r(config) {
|
|
36998
37010
|
const headers = {};
|
|
36999
37011
|
return {
|
|
37000
|
-
baseUri: '/services/data/
|
|
37012
|
+
baseUri: '/services/data/v63.0',
|
|
37001
37013
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
37002
37014
|
method: 'get',
|
|
37003
37015
|
body: null,
|
|
@@ -37257,7 +37269,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
37257
37269
|
function createResourceRequest$q(config) {
|
|
37258
37270
|
const headers = {};
|
|
37259
37271
|
return {
|
|
37260
|
-
baseUri: '/services/data/
|
|
37272
|
+
baseUri: '/services/data/v63.0',
|
|
37261
37273
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
37262
37274
|
method: 'get',
|
|
37263
37275
|
body: null,
|
|
@@ -37448,7 +37460,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
37448
37460
|
function createResourceRequest$p(config) {
|
|
37449
37461
|
const headers = {};
|
|
37450
37462
|
return {
|
|
37451
|
-
baseUri: '/services/data/
|
|
37463
|
+
baseUri: '/services/data/v63.0',
|
|
37452
37464
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
37453
37465
|
method: 'get',
|
|
37454
37466
|
body: null,
|
|
@@ -37691,7 +37703,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
37691
37703
|
function createResourceRequest$o(config) {
|
|
37692
37704
|
const headers = {};
|
|
37693
37705
|
return {
|
|
37694
|
-
baseUri: '/services/data/
|
|
37706
|
+
baseUri: '/services/data/v63.0',
|
|
37695
37707
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
37696
37708
|
method: 'patch',
|
|
37697
37709
|
body: config.body,
|
|
@@ -37861,7 +37873,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
37861
37873
|
function createResourceRequest$n(config) {
|
|
37862
37874
|
const headers = {};
|
|
37863
37875
|
return {
|
|
37864
|
-
baseUri: '/services/data/
|
|
37876
|
+
baseUri: '/services/data/v63.0',
|
|
37865
37877
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
37866
37878
|
method: 'get',
|
|
37867
37879
|
body: null,
|
|
@@ -38113,7 +38125,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
38113
38125
|
function createResourceRequest$m(config) {
|
|
38114
38126
|
const headers = {};
|
|
38115
38127
|
return {
|
|
38116
|
-
baseUri: '/services/data/
|
|
38128
|
+
baseUri: '/services/data/v63.0',
|
|
38117
38129
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
38118
38130
|
method: 'get',
|
|
38119
38131
|
body: null,
|
|
@@ -38311,7 +38323,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
38311
38323
|
function createResourceRequest$l(config) {
|
|
38312
38324
|
const headers = {};
|
|
38313
38325
|
return {
|
|
38314
|
-
baseUri: '/services/data/
|
|
38326
|
+
baseUri: '/services/data/v63.0',
|
|
38315
38327
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
38316
38328
|
method: 'patch',
|
|
38317
38329
|
body: config.body,
|
|
@@ -39070,7 +39082,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
39070
39082
|
function createResourceRequest$k(config) {
|
|
39071
39083
|
const headers = {};
|
|
39072
39084
|
return {
|
|
39073
|
-
baseUri: '/services/data/
|
|
39085
|
+
baseUri: '/services/data/v63.0',
|
|
39074
39086
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
39075
39087
|
method: 'post',
|
|
39076
39088
|
body: config.body,
|
|
@@ -39345,7 +39357,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
39345
39357
|
function createResourceRequest$j(config) {
|
|
39346
39358
|
const headers = {};
|
|
39347
39359
|
return {
|
|
39348
|
-
baseUri: '/services/data/
|
|
39360
|
+
baseUri: '/services/data/v63.0',
|
|
39349
39361
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
39350
39362
|
method: 'post',
|
|
39351
39363
|
body: config.body,
|
|
@@ -39711,7 +39723,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
39711
39723
|
function createResourceRequest$i(config) {
|
|
39712
39724
|
const headers = {};
|
|
39713
39725
|
return {
|
|
39714
|
-
baseUri: '/services/data/
|
|
39726
|
+
baseUri: '/services/data/v63.0',
|
|
39715
39727
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
39716
39728
|
method: 'get',
|
|
39717
39729
|
body: null,
|
|
@@ -39893,7 +39905,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
39893
39905
|
function createResourceRequest$h(config) {
|
|
39894
39906
|
const headers = {};
|
|
39895
39907
|
return {
|
|
39896
|
-
baseUri: '/services/data/
|
|
39908
|
+
baseUri: '/services/data/v63.0',
|
|
39897
39909
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
39898
39910
|
method: 'get',
|
|
39899
39911
|
body: null,
|
|
@@ -40074,7 +40086,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
40074
40086
|
function createResourceRequest$g(config) {
|
|
40075
40087
|
const headers = {};
|
|
40076
40088
|
return {
|
|
40077
|
-
baseUri: '/services/data/
|
|
40089
|
+
baseUri: '/services/data/v63.0',
|
|
40078
40090
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
40079
40091
|
method: 'get',
|
|
40080
40092
|
body: null,
|
|
@@ -40393,7 +40405,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
40393
40405
|
function createResourceRequest$f(config) {
|
|
40394
40406
|
const headers = {};
|
|
40395
40407
|
return {
|
|
40396
|
-
baseUri: '/services/data/
|
|
40408
|
+
baseUri: '/services/data/v63.0',
|
|
40397
40409
|
basePath: '/ui-api/search/results',
|
|
40398
40410
|
method: 'post',
|
|
40399
40411
|
body: config.body,
|
|
@@ -40596,7 +40608,7 @@ function ingestError$1$1(luvio, params, error, snapshotRefresh) {
|
|
|
40596
40608
|
function createResourceRequest$e(config) {
|
|
40597
40609
|
const headers = {};
|
|
40598
40610
|
return {
|
|
40599
|
-
baseUri: '/services/data/
|
|
40611
|
+
baseUri: '/services/data/v63.0',
|
|
40600
40612
|
basePath: '/ui-api/search/results/keyword',
|
|
40601
40613
|
method: 'post',
|
|
40602
40614
|
body: config.body,
|
|
@@ -40836,7 +40848,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
40836
40848
|
function createResourceRequest$d(config) {
|
|
40837
40849
|
const headers = {};
|
|
40838
40850
|
return {
|
|
40839
|
-
baseUri: '/services/data/
|
|
40851
|
+
baseUri: '/services/data/v63.0',
|
|
40840
40852
|
basePath: '/ui-api/records/batch',
|
|
40841
40853
|
method: 'post',
|
|
40842
40854
|
body: config.body,
|
|
@@ -40950,7 +40962,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
40950
40962
|
function createResourceRequest$c(config) {
|
|
40951
40963
|
const headers = {};
|
|
40952
40964
|
return {
|
|
40953
|
-
baseUri: '/services/data/
|
|
40965
|
+
baseUri: '/services/data/v63.0',
|
|
40954
40966
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40955
40967
|
method: 'patch',
|
|
40956
40968
|
body: config.body,
|
|
@@ -41071,7 +41083,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
41071
41083
|
function createResourceRequest$b(config) {
|
|
41072
41084
|
const headers = {};
|
|
41073
41085
|
return {
|
|
41074
|
-
baseUri: '/services/data/
|
|
41086
|
+
baseUri: '/services/data/v63.0',
|
|
41075
41087
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
41076
41088
|
method: 'post',
|
|
41077
41089
|
body: config.body,
|
|
@@ -41174,7 +41186,7 @@ const factory$c = performQuickActionAdapterFactory;
|
|
|
41174
41186
|
function createResourceRequest$a(config) {
|
|
41175
41187
|
const headers = {};
|
|
41176
41188
|
return {
|
|
41177
|
-
baseUri: '/services/data/
|
|
41189
|
+
baseUri: '/services/data/v63.0',
|
|
41178
41190
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
41179
41191
|
method: 'patch',
|
|
41180
41192
|
body: config.body,
|
|
@@ -41635,7 +41647,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
41635
41647
|
function createResourceRequest$9(config) {
|
|
41636
41648
|
const headers = {};
|
|
41637
41649
|
return {
|
|
41638
|
-
baseUri: '/services/data/
|
|
41650
|
+
baseUri: '/services/data/v63.0',
|
|
41639
41651
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
41640
41652
|
method: 'post',
|
|
41641
41653
|
body: config.body,
|
|
@@ -41859,7 +41871,7 @@ const factory$9 = (luvio) => {
|
|
|
41859
41871
|
function createResourceRequest$8(config) {
|
|
41860
41872
|
const headers = {};
|
|
41861
41873
|
return {
|
|
41862
|
-
baseUri: '/services/data/
|
|
41874
|
+
baseUri: '/services/data/v63.0',
|
|
41863
41875
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
41864
41876
|
method: 'post',
|
|
41865
41877
|
body: config.body,
|
|
@@ -42213,7 +42225,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
42213
42225
|
function createResourceRequest$7(config) {
|
|
42214
42226
|
const headers = {};
|
|
42215
42227
|
return {
|
|
42216
|
-
baseUri: '/services/data/
|
|
42228
|
+
baseUri: '/services/data/v63.0',
|
|
42217
42229
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
42218
42230
|
method: 'get',
|
|
42219
42231
|
body: null,
|
|
@@ -42744,7 +42756,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
42744
42756
|
function createResourceRequest$6(config) {
|
|
42745
42757
|
const headers = {};
|
|
42746
42758
|
return {
|
|
42747
|
-
baseUri: '/services/data/
|
|
42759
|
+
baseUri: '/services/data/v63.0',
|
|
42748
42760
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
42749
42761
|
method: 'get',
|
|
42750
42762
|
body: null,
|
|
@@ -43275,7 +43287,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
43275
43287
|
function createResourceRequest$5(config) {
|
|
43276
43288
|
const headers = {};
|
|
43277
43289
|
return {
|
|
43278
|
-
baseUri: '/services/data/
|
|
43290
|
+
baseUri: '/services/data/v63.0',
|
|
43279
43291
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
43280
43292
|
method: 'get',
|
|
43281
43293
|
body: null,
|
|
@@ -43480,7 +43492,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
43480
43492
|
function createResourceRequest$4(config) {
|
|
43481
43493
|
const headers = {};
|
|
43482
43494
|
return {
|
|
43483
|
-
baseUri: '/services/data/
|
|
43495
|
+
baseUri: '/services/data/v63.0',
|
|
43484
43496
|
basePath: '/ui-api/records',
|
|
43485
43497
|
method: 'post',
|
|
43486
43498
|
body: config.body,
|
|
@@ -43582,7 +43594,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
43582
43594
|
function createResourceRequest$3(config) {
|
|
43583
43595
|
const headers = {};
|
|
43584
43596
|
return {
|
|
43585
|
-
baseUri: '/services/data/
|
|
43597
|
+
baseUri: '/services/data/v63.0',
|
|
43586
43598
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43587
43599
|
method: 'delete',
|
|
43588
43600
|
body: null,
|
|
@@ -43666,7 +43678,7 @@ function createResourceRequest$2$1(config) {
|
|
|
43666
43678
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
43667
43679
|
}
|
|
43668
43680
|
return {
|
|
43669
|
-
baseUri: '/services/data/
|
|
43681
|
+
baseUri: '/services/data/v63.0',
|
|
43670
43682
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43671
43683
|
method: 'patch',
|
|
43672
43684
|
body: config.body,
|
|
@@ -43950,7 +43962,7 @@ function createResourceParams$1$1(config) {
|
|
|
43950
43962
|
function createResourceRequest$1$1(config) {
|
|
43951
43963
|
const headers = {};
|
|
43952
43964
|
return {
|
|
43953
|
-
baseUri: '/services/data/
|
|
43965
|
+
baseUri: '/services/data/v63.0',
|
|
43954
43966
|
basePath: '/ui-api/records/content-documents/' +
|
|
43955
43967
|
config.urlParams.contentDocumentId +
|
|
43956
43968
|
'/content-versions',
|
|
@@ -44063,7 +44075,7 @@ function createResourceParams$13(config) {
|
|
|
44063
44075
|
function createResourceRequest$1d(config) {
|
|
44064
44076
|
const headers = {};
|
|
44065
44077
|
return {
|
|
44066
|
-
baseUri: '/services/data/
|
|
44078
|
+
baseUri: '/services/data/v63.0',
|
|
44067
44079
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
44068
44080
|
method: 'post',
|
|
44069
44081
|
body: config.body,
|
|
@@ -44800,7 +44812,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44800
44812
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44801
44813
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44802
44814
|
});
|
|
44803
|
-
// version: 1.311.
|
|
44815
|
+
// version: 1.311.1-f99d2bc85e
|
|
44804
44816
|
|
|
44805
44817
|
var ldsIdempotencyWriteDisabled = {
|
|
44806
44818
|
isOpen: function (e) {
|
|
@@ -44987,7 +44999,7 @@ const { join: join$2, push: push$2, unshift } = Array.prototype;
|
|
|
44987
44999
|
const { isArray: isArray$5 } = Array;
|
|
44988
45000
|
const { entries: entries$6, keys: keys$9 } = Object;
|
|
44989
45001
|
|
|
44990
|
-
const UI_API_BASE_URI = '/services/data/
|
|
45002
|
+
const UI_API_BASE_URI = '/services/data/v63.0/ui-api';
|
|
44991
45003
|
|
|
44992
45004
|
let instrumentation$2 = {
|
|
44993
45005
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -61100,7 +61112,7 @@ function mergePageUrls(first, second) {
|
|
|
61100
61112
|
/**
|
|
61101
61113
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
61102
61114
|
* the paging url is like
|
|
61103
|
-
* /services/data/
|
|
61115
|
+
* /services/data/v63.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
61104
61116
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
61105
61117
|
* @param path1 url path and query parmeter without domain
|
|
61106
61118
|
* @param path2 url path and query parmeter without domain
|
|
@@ -63279,7 +63291,7 @@ function instrumentPrimingSession(session) {
|
|
|
63279
63291
|
// so eslint doesn't complain about nimbus
|
|
63280
63292
|
/* global __nimbus */
|
|
63281
63293
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
63282
|
-
const apiVersion = `
|
|
63294
|
+
const apiVersion = `v63.0`;
|
|
63283
63295
|
const batchEndPointPath = `/services/data/${apiVersion}/graphql/batch`;
|
|
63284
63296
|
const endPointPath = `/services/data/${apiVersion}/graphql`;
|
|
63285
63297
|
const batchObjectInfoEndpoint = `/services/data/${apiVersion}/ui-api/object-info/batch`;
|
|
@@ -63961,7 +63973,7 @@ register$1({
|
|
|
63961
63973
|
id: '@salesforce/lds-network-adapter',
|
|
63962
63974
|
instrument: instrument$2,
|
|
63963
63975
|
});
|
|
63964
|
-
// version: 1.311.
|
|
63976
|
+
// version: 1.311.1-73c3329af5
|
|
63965
63977
|
|
|
63966
63978
|
const { create: create$3, keys: keys$3 } = Object;
|
|
63967
63979
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -82650,7 +82662,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
82650
82662
|
function createResourceRequest$2(config) {
|
|
82651
82663
|
const headers = {};
|
|
82652
82664
|
return {
|
|
82653
|
-
baseUri: '/services/data/
|
|
82665
|
+
baseUri: '/services/data/v63.0',
|
|
82654
82666
|
basePath: '/graphql',
|
|
82655
82667
|
method: 'post',
|
|
82656
82668
|
body: { ...config.body,
|
|
@@ -83041,7 +83053,7 @@ function createResourceRequest(config) {
|
|
|
83041
83053
|
const headers = {};
|
|
83042
83054
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
83043
83055
|
return {
|
|
83044
|
-
baseUri: '/services/data/
|
|
83056
|
+
baseUri: '/services/data/v63.0',
|
|
83045
83057
|
basePath: '/graphql/batch',
|
|
83046
83058
|
method: 'post',
|
|
83047
83059
|
body: transformedConfig.body,
|
|
@@ -83997,7 +84009,7 @@ register$1({
|
|
|
83997
84009
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
83998
84010
|
instrument: instrument$1,
|
|
83999
84011
|
});
|
|
84000
|
-
// version: 1.311.
|
|
84012
|
+
// version: 1.311.1-f99d2bc85e
|
|
84001
84013
|
|
|
84002
84014
|
// On core the unstable adapters are re-exported with different names,
|
|
84003
84015
|
// we want to match them here.
|
|
@@ -86036,7 +86048,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
86036
86048
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
86037
86049
|
const { variables: queryVariables, query } = config;
|
|
86038
86050
|
const request = {
|
|
86039
|
-
baseUri: '/services/data/
|
|
86051
|
+
baseUri: '/services/data/v63.0',
|
|
86040
86052
|
basePath: '/graphql',
|
|
86041
86053
|
method: 'post',
|
|
86042
86054
|
priority: 'normal',
|
|
@@ -86253,7 +86265,7 @@ withDefaultLuvio((luvio) => {
|
|
|
86253
86265
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
86254
86266
|
graphQLImperative = ldsAdapter;
|
|
86255
86267
|
});
|
|
86256
|
-
// version: 1.311.
|
|
86268
|
+
// version: 1.311.1-f99d2bc85e
|
|
86257
86269
|
|
|
86258
86270
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
86259
86271
|
__proto__: null,
|
|
@@ -86988,7 +87000,7 @@ const callbacks$1 = [];
|
|
|
86988
87000
|
function register(r) {
|
|
86989
87001
|
callbacks$1.forEach((callback) => callback(r));
|
|
86990
87002
|
}
|
|
86991
|
-
// version: 1.311.
|
|
87003
|
+
// version: 1.311.1-73c3329af5
|
|
86992
87004
|
|
|
86993
87005
|
/**
|
|
86994
87006
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -91950,4 +91962,4 @@ const { luvio } = getRuntime();
|
|
|
91950
91962
|
setDefaultLuvio({ luvio });
|
|
91951
91963
|
|
|
91952
91964
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
91953
|
-
// version: 1.311.
|
|
91965
|
+
// version: 1.311.1-73c3329af5
|