@salesforce/lwc-adapters-uiapi 1.310.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.
- package/dist/main.js +125 -83
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -572,7 +572,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
572
572
|
}
|
|
573
573
|
return resourceParams;
|
|
574
574
|
}
|
|
575
|
-
// engine version: 0.156.
|
|
575
|
+
// engine version: 0.156.4-a259372b
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
578
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -13022,7 +13022,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
|
|
|
13022
13022
|
function createResourceRequest$1f(config) {
|
|
13023
13023
|
const headers = {};
|
|
13024
13024
|
return {
|
|
13025
|
-
baseUri: '/services/data/
|
|
13025
|
+
baseUri: '/services/data/v63.0',
|
|
13026
13026
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
13027
13027
|
method: 'get',
|
|
13028
13028
|
body: null,
|
|
@@ -13464,7 +13464,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
|
|
|
13464
13464
|
function createResourceRequest$1e(config) {
|
|
13465
13465
|
const headers = {};
|
|
13466
13466
|
return {
|
|
13467
|
-
baseUri: '/services/data/
|
|
13467
|
+
baseUri: '/services/data/v63.0',
|
|
13468
13468
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
13469
13469
|
method: 'get',
|
|
13470
13470
|
body: null,
|
|
@@ -14720,7 +14720,7 @@ function createPaginationParams$6(params) {
|
|
|
14720
14720
|
function createResourceRequest$1d(config) {
|
|
14721
14721
|
const headers = {};
|
|
14722
14722
|
return {
|
|
14723
|
-
baseUri: '/services/data/
|
|
14723
|
+
baseUri: '/services/data/v63.0',
|
|
14724
14724
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
14725
14725
|
method: 'get',
|
|
14726
14726
|
body: null,
|
|
@@ -14773,7 +14773,7 @@ function createPaginationParams$5(params) {
|
|
|
14773
14773
|
function createResourceRequest$1c(config) {
|
|
14774
14774
|
const headers = {};
|
|
14775
14775
|
return {
|
|
14776
|
-
baseUri: '/services/data/
|
|
14776
|
+
baseUri: '/services/data/v63.0',
|
|
14777
14777
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
14778
14778
|
method: 'get',
|
|
14779
14779
|
body: null,
|
|
@@ -14818,7 +14818,7 @@ function validateAdapterConfig$1c(untrustedConfig, configPropertyNames) {
|
|
|
14818
14818
|
function createResourceRequest$1b(config) {
|
|
14819
14819
|
const headers = {};
|
|
14820
14820
|
return {
|
|
14821
|
-
baseUri: '/services/data/
|
|
14821
|
+
baseUri: '/services/data/v63.0',
|
|
14822
14822
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
14823
14823
|
method: 'get',
|
|
14824
14824
|
body: null,
|
|
@@ -15788,7 +15788,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
15788
15788
|
function createResourceRequest$1a(config) {
|
|
15789
15789
|
const headers = {};
|
|
15790
15790
|
return {
|
|
15791
|
-
baseUri: '/services/data/
|
|
15791
|
+
baseUri: '/services/data/v63.0',
|
|
15792
15792
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
15793
15793
|
method: 'post',
|
|
15794
15794
|
body: config.body,
|
|
@@ -16510,7 +16510,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
16510
16510
|
function createResourceRequest$19(config) {
|
|
16511
16511
|
const headers = {};
|
|
16512
16512
|
return {
|
|
16513
|
-
baseUri: '/services/data/
|
|
16513
|
+
baseUri: '/services/data/v63.0',
|
|
16514
16514
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
16515
16515
|
method: 'get',
|
|
16516
16516
|
body: null,
|
|
@@ -16708,7 +16708,7 @@ function keyBuilder$3k(luvio, params) {
|
|
|
16708
16708
|
function createResourceRequest$18(config) {
|
|
16709
16709
|
const headers = {};
|
|
16710
16710
|
return {
|
|
16711
|
-
baseUri: '/services/data/
|
|
16711
|
+
baseUri: '/services/data/v63.0',
|
|
16712
16712
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
16713
16713
|
method: 'get',
|
|
16714
16714
|
body: null,
|
|
@@ -16753,7 +16753,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
|
|
|
16753
16753
|
function createResourceRequest$17(config) {
|
|
16754
16754
|
const headers = {};
|
|
16755
16755
|
return {
|
|
16756
|
-
baseUri: '/services/data/
|
|
16756
|
+
baseUri: '/services/data/v63.0',
|
|
16757
16757
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
16758
16758
|
method: 'get',
|
|
16759
16759
|
body: null,
|
|
@@ -18558,7 +18558,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
18558
18558
|
function createResourceRequest$16(config) {
|
|
18559
18559
|
const headers = {};
|
|
18560
18560
|
return {
|
|
18561
|
-
baseUri: '/services/data/
|
|
18561
|
+
baseUri: '/services/data/v63.0',
|
|
18562
18562
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
18563
18563
|
method: 'get',
|
|
18564
18564
|
body: null,
|
|
@@ -19595,7 +19595,7 @@ const ingest$22 = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
19595
19595
|
function createResourceRequest$15(config) {
|
|
19596
19596
|
const headers = {};
|
|
19597
19597
|
return {
|
|
19598
|
-
baseUri: '/services/data/
|
|
19598
|
+
baseUri: '/services/data/v63.0',
|
|
19599
19599
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
19600
19600
|
method: 'get',
|
|
19601
19601
|
body: null,
|
|
@@ -21958,7 +21958,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
21958
21958
|
function createResourceRequest$14(config) {
|
|
21959
21959
|
const headers = {};
|
|
21960
21960
|
return {
|
|
21961
|
-
baseUri: '/services/data/
|
|
21961
|
+
baseUri: '/services/data/v63.0',
|
|
21962
21962
|
basePath: '/ui-api/actions/global',
|
|
21963
21963
|
method: 'get',
|
|
21964
21964
|
body: null,
|
|
@@ -22192,7 +22192,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
22192
22192
|
function createResourceRequest$13(config) {
|
|
22193
22193
|
const headers = {};
|
|
22194
22194
|
return {
|
|
22195
|
-
baseUri: '/services/data/
|
|
22195
|
+
baseUri: '/services/data/v63.0',
|
|
22196
22196
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
22197
22197
|
method: 'get',
|
|
22198
22198
|
body: null,
|
|
@@ -22364,7 +22364,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
22364
22364
|
function createResourceRequest$12(config) {
|
|
22365
22365
|
const headers = {};
|
|
22366
22366
|
return {
|
|
22367
|
-
baseUri: '/services/data/
|
|
22367
|
+
baseUri: '/services/data/v63.0',
|
|
22368
22368
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
22369
22369
|
method: 'get',
|
|
22370
22370
|
body: null,
|
|
@@ -22506,7 +22506,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
22506
22506
|
function createResourceRequest$11(config) {
|
|
22507
22507
|
const headers = {};
|
|
22508
22508
|
return {
|
|
22509
|
-
baseUri: '/services/data/
|
|
22509
|
+
baseUri: '/services/data/v63.0',
|
|
22510
22510
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
22511
22511
|
method: 'get',
|
|
22512
22512
|
body: null,
|
|
@@ -22665,7 +22665,7 @@ function select$2U(luvio, params) {
|
|
|
22665
22665
|
return select$2V();
|
|
22666
22666
|
}
|
|
22667
22667
|
function keyBuilder$2$(luvio, params) {
|
|
22668
|
-
return keyPrefix + '::ActionOverrideRepresentation:(' + '
|
|
22668
|
+
return keyPrefix + '::ActionOverrideRepresentation:(' + 'defaultTemplateOnly:' + params.queryParams.defaultTemplateOnly + ',' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
22669
22669
|
}
|
|
22670
22670
|
function getResponseCacheKeys$Y(storeKeyMap, luvio, resourceParams, response) {
|
|
22671
22671
|
getTypeCacheKeys$1Z(storeKeyMap, luvio, response, () => keyBuilder$2$(luvio, resourceParams));
|
|
@@ -22696,7 +22696,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
22696
22696
|
function createResourceRequest$10(config) {
|
|
22697
22697
|
const headers = {};
|
|
22698
22698
|
return {
|
|
22699
|
-
baseUri: '/services/data/
|
|
22699
|
+
baseUri: '/services/data/v63.0',
|
|
22700
22700
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
22701
22701
|
method: 'get',
|
|
22702
22702
|
body: null,
|
|
@@ -22710,8 +22710,8 @@ function createResourceRequest$10(config) {
|
|
|
22710
22710
|
const adapterName$T = 'getActionOverrides';
|
|
22711
22711
|
const getActionOverrides_ConfigPropertyMetadata = [
|
|
22712
22712
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
22713
|
-
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
22714
22713
|
generateParamConfigMetadata('defaultTemplateOnly', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
22714
|
+
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
22715
22715
|
];
|
|
22716
22716
|
const getActionOverrides_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$T, getActionOverrides_ConfigPropertyMetadata);
|
|
22717
22717
|
const createResourceParams$W = /*#__PURE__*/ createResourceParams$k(getActionOverrides_ConfigPropertyMetadata);
|
|
@@ -22960,7 +22960,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
22960
22960
|
function createResourceRequest$$(config) {
|
|
22961
22961
|
const headers = {};
|
|
22962
22962
|
return {
|
|
22963
|
-
baseUri: '/services/data/
|
|
22963
|
+
baseUri: '/services/data/v63.0',
|
|
22964
22964
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
22965
22965
|
method: 'get',
|
|
22966
22966
|
body: null,
|
|
@@ -24077,7 +24077,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
24077
24077
|
function createResourceRequest$_(config) {
|
|
24078
24078
|
const headers = {};
|
|
24079
24079
|
return {
|
|
24080
|
-
baseUri: '/services/data/
|
|
24080
|
+
baseUri: '/services/data/v63.0',
|
|
24081
24081
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
24082
24082
|
method: 'get',
|
|
24083
24083
|
body: null,
|
|
@@ -24288,7 +24288,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
24288
24288
|
function createResourceRequest$Z(config) {
|
|
24289
24289
|
const headers = {};
|
|
24290
24290
|
return {
|
|
24291
|
-
baseUri: '/services/data/
|
|
24291
|
+
baseUri: '/services/data/v63.0',
|
|
24292
24292
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
24293
24293
|
method: 'get',
|
|
24294
24294
|
body: null,
|
|
@@ -24457,7 +24457,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
24457
24457
|
function createResourceRequest$Y(config) {
|
|
24458
24458
|
const headers = {};
|
|
24459
24459
|
return {
|
|
24460
|
-
baseUri: '/services/data/
|
|
24460
|
+
baseUri: '/services/data/v63.0',
|
|
24461
24461
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
24462
24462
|
method: 'get',
|
|
24463
24463
|
body: null,
|
|
@@ -24609,7 +24609,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
24609
24609
|
function createResourceRequest$X(config) {
|
|
24610
24610
|
const headers = {};
|
|
24611
24611
|
return {
|
|
24612
|
-
baseUri: '/services/data/
|
|
24612
|
+
baseUri: '/services/data/v63.0',
|
|
24613
24613
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
24614
24614
|
method: 'get',
|
|
24615
24615
|
body: null,
|
|
@@ -24821,7 +24821,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
24821
24821
|
function createResourceRequest$W(config) {
|
|
24822
24822
|
const headers = {};
|
|
24823
24823
|
return {
|
|
24824
|
-
baseUri: '/services/data/
|
|
24824
|
+
baseUri: '/services/data/v63.0',
|
|
24825
24825
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
24826
24826
|
method: 'post',
|
|
24827
24827
|
body: config.body,
|
|
@@ -25106,7 +25106,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
25106
25106
|
function createResourceRequest$V(config) {
|
|
25107
25107
|
const headers = {};
|
|
25108
25108
|
return {
|
|
25109
|
-
baseUri: '/services/data/
|
|
25109
|
+
baseUri: '/services/data/v63.0',
|
|
25110
25110
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
25111
25111
|
method: 'post',
|
|
25112
25112
|
body: config.body,
|
|
@@ -25351,7 +25351,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
25351
25351
|
function createResourceRequest$U(config) {
|
|
25352
25352
|
const headers = {};
|
|
25353
25353
|
return {
|
|
25354
|
-
baseUri: '/services/data/
|
|
25354
|
+
baseUri: '/services/data/v63.0',
|
|
25355
25355
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
25356
25356
|
method: 'get',
|
|
25357
25357
|
body: null,
|
|
@@ -26608,7 +26608,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
26608
26608
|
function createResourceRequest$T(config) {
|
|
26609
26609
|
const headers = {};
|
|
26610
26610
|
return {
|
|
26611
|
-
baseUri: '/services/data/
|
|
26611
|
+
baseUri: '/services/data/v63.0',
|
|
26612
26612
|
basePath: '/ui-api/apps',
|
|
26613
26613
|
method: 'get',
|
|
26614
26614
|
body: null,
|
|
@@ -26750,7 +26750,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
26750
26750
|
function createResourceRequest$R(config) {
|
|
26751
26751
|
const headers = {};
|
|
26752
26752
|
return {
|
|
26753
|
-
baseUri: '/services/data/
|
|
26753
|
+
baseUri: '/services/data/v63.0',
|
|
26754
26754
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
26755
26755
|
method: 'get',
|
|
26756
26756
|
body: null,
|
|
@@ -27353,7 +27353,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
27353
27353
|
function createResourceRequest$Q(config) {
|
|
27354
27354
|
const headers = {};
|
|
27355
27355
|
return {
|
|
27356
|
-
baseUri: '/services/data/
|
|
27356
|
+
baseUri: '/services/data/v63.0',
|
|
27357
27357
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
27358
27358
|
method: 'get',
|
|
27359
27359
|
body: null,
|
|
@@ -27492,7 +27492,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
27492
27492
|
function createResourceRequest$P(config) {
|
|
27493
27493
|
const headers = {};
|
|
27494
27494
|
return {
|
|
27495
|
-
baseUri: '/services/data/
|
|
27495
|
+
baseUri: '/services/data/v63.0',
|
|
27496
27496
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
27497
27497
|
method: 'get',
|
|
27498
27498
|
body: null,
|
|
@@ -27631,7 +27631,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
|
|
|
27631
27631
|
function createResourceRequest$O(config) {
|
|
27632
27632
|
const headers = {};
|
|
27633
27633
|
return {
|
|
27634
|
-
baseUri: '/services/data/
|
|
27634
|
+
baseUri: '/services/data/v63.0',
|
|
27635
27635
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
27636
27636
|
method: 'get',
|
|
27637
27637
|
body: null,
|
|
@@ -27864,7 +27864,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
27864
27864
|
function createResourceRequest$N(config) {
|
|
27865
27865
|
const headers = {};
|
|
27866
27866
|
return {
|
|
27867
|
-
baseUri: '/services/data/
|
|
27867
|
+
baseUri: '/services/data/v63.0',
|
|
27868
27868
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
27869
27869
|
method: 'get',
|
|
27870
27870
|
body: null,
|
|
@@ -28133,7 +28133,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
28133
28133
|
function createResourceRequest$M(config) {
|
|
28134
28134
|
const headers = {};
|
|
28135
28135
|
return {
|
|
28136
|
-
baseUri: '/services/data/
|
|
28136
|
+
baseUri: '/services/data/v63.0',
|
|
28137
28137
|
basePath: '/ui-api/list-info/batch',
|
|
28138
28138
|
method: 'get',
|
|
28139
28139
|
body: null,
|
|
@@ -28278,7 +28278,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
28278
28278
|
function createResourceRequest$L(config) {
|
|
28279
28279
|
const headers = {};
|
|
28280
28280
|
return {
|
|
28281
|
-
baseUri: '/services/data/
|
|
28281
|
+
baseUri: '/services/data/v63.0',
|
|
28282
28282
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
28283
28283
|
method: 'get',
|
|
28284
28284
|
body: null,
|
|
@@ -28584,7 +28584,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
|
|
|
28584
28584
|
function createResourceRequest$K(config) {
|
|
28585
28585
|
const headers = {};
|
|
28586
28586
|
return {
|
|
28587
|
-
baseUri: '/services/data/
|
|
28587
|
+
baseUri: '/services/data/v63.0',
|
|
28588
28588
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
28589
28589
|
method: 'post',
|
|
28590
28590
|
body: config.body,
|
|
@@ -28696,7 +28696,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
28696
28696
|
function createResourceRequest$J(config) {
|
|
28697
28697
|
const headers = {};
|
|
28698
28698
|
return {
|
|
28699
|
-
baseUri: '/services/data/
|
|
28699
|
+
baseUri: '/services/data/v63.0',
|
|
28700
28700
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
28701
28701
|
method: 'delete',
|
|
28702
28702
|
body: null,
|
|
@@ -28874,7 +28874,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
28874
28874
|
function createResourceRequest$I(config) {
|
|
28875
28875
|
const headers = {};
|
|
28876
28876
|
return {
|
|
28877
|
-
baseUri: '/services/data/
|
|
28877
|
+
baseUri: '/services/data/v63.0',
|
|
28878
28878
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
28879
28879
|
method: 'patch',
|
|
28880
28880
|
body: config.body,
|
|
@@ -29601,7 +29601,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
29601
29601
|
function createResourceRequest$H(config) {
|
|
29602
29602
|
const headers = {};
|
|
29603
29603
|
return {
|
|
29604
|
-
baseUri: '/services/data/
|
|
29604
|
+
baseUri: '/services/data/v63.0',
|
|
29605
29605
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
29606
29606
|
method: 'get',
|
|
29607
29607
|
body: null,
|
|
@@ -29910,7 +29910,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
29910
29910
|
function createResourceRequest$G(config) {
|
|
29911
29911
|
const headers = {};
|
|
29912
29912
|
return {
|
|
29913
|
-
baseUri: '/services/data/
|
|
29913
|
+
baseUri: '/services/data/v63.0',
|
|
29914
29914
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
29915
29915
|
method: 'get',
|
|
29916
29916
|
body: null,
|
|
@@ -30054,7 +30054,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
|
|
|
30054
30054
|
function createResourceRequest$F(config) {
|
|
30055
30055
|
const headers = {};
|
|
30056
30056
|
return {
|
|
30057
|
-
baseUri: '/services/data/
|
|
30057
|
+
baseUri: '/services/data/v63.0',
|
|
30058
30058
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
30059
30059
|
method: 'patch',
|
|
30060
30060
|
body: config.body,
|
|
@@ -30364,7 +30364,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
30364
30364
|
function createResourceRequest$E(config) {
|
|
30365
30365
|
const headers = {};
|
|
30366
30366
|
return {
|
|
30367
|
-
baseUri: '/services/data/
|
|
30367
|
+
baseUri: '/services/data/v63.0',
|
|
30368
30368
|
basePath: '/ui-api/nav-items',
|
|
30369
30369
|
method: 'get',
|
|
30370
30370
|
body: null,
|
|
@@ -30716,7 +30716,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
30716
30716
|
function createResourceRequest$C(config) {
|
|
30717
30717
|
const headers = {};
|
|
30718
30718
|
return {
|
|
30719
|
-
baseUri: '/services/data/
|
|
30719
|
+
baseUri: '/services/data/v63.0',
|
|
30720
30720
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
30721
30721
|
method: 'get',
|
|
30722
30722
|
body: null,
|
|
@@ -31045,8 +31045,8 @@ const select$27 = function PicklistValueRepresentationSelect() {
|
|
|
31045
31045
|
const keyBuilderFromType$i =
|
|
31046
31046
|
/**
|
|
31047
31047
|
* custom key builder from PicklistValuesRepresentation.
|
|
31048
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
31049
|
-
* the '/services/data/
|
|
31048
|
+
* PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
31049
|
+
* the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
31050
31050
|
*/
|
|
31051
31051
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
31052
31052
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -31356,7 +31356,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
31356
31356
|
function createResourceRequest$B(config) {
|
|
31357
31357
|
const headers = {};
|
|
31358
31358
|
return {
|
|
31359
|
-
baseUri: '/services/data/
|
|
31359
|
+
baseUri: '/services/data/v63.0',
|
|
31360
31360
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
31361
31361
|
method: 'get',
|
|
31362
31362
|
body: null,
|
|
@@ -31461,7 +31461,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
|
|
|
31461
31461
|
function createResourceRequest$A(config) {
|
|
31462
31462
|
const headers = {};
|
|
31463
31463
|
return {
|
|
31464
|
-
baseUri: '/services/data/
|
|
31464
|
+
baseUri: '/services/data/v63.0',
|
|
31465
31465
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
31466
31466
|
method: 'get',
|
|
31467
31467
|
body: null,
|
|
@@ -31673,7 +31673,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
31673
31673
|
function createResourceRequest$z(config) {
|
|
31674
31674
|
const headers = {};
|
|
31675
31675
|
return {
|
|
31676
|
-
baseUri: '/services/data/
|
|
31676
|
+
baseUri: '/services/data/v63.0',
|
|
31677
31677
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
31678
31678
|
method: 'get',
|
|
31679
31679
|
body: null,
|
|
@@ -31999,7 +31999,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
31999
31999
|
function createResourceRequest$y(config) {
|
|
32000
32000
|
const headers = {};
|
|
32001
32001
|
return {
|
|
32002
|
-
baseUri: '/services/data/
|
|
32002
|
+
baseUri: '/services/data/v63.0',
|
|
32003
32003
|
basePath: '/ui-api/predupe',
|
|
32004
32004
|
method: 'post',
|
|
32005
32005
|
body: config.body,
|
|
@@ -33218,7 +33218,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
33218
33218
|
function createResourceRequest$x(config) {
|
|
33219
33219
|
const headers = {};
|
|
33220
33220
|
return {
|
|
33221
|
-
baseUri: '/services/data/
|
|
33221
|
+
baseUri: '/services/data/v63.0',
|
|
33222
33222
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
33223
33223
|
method: 'get',
|
|
33224
33224
|
body: null,
|
|
@@ -34082,7 +34082,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
34082
34082
|
function createResourceRequest$w(config) {
|
|
34083
34083
|
const headers = {};
|
|
34084
34084
|
return {
|
|
34085
|
-
baseUri: '/services/data/
|
|
34085
|
+
baseUri: '/services/data/v63.0',
|
|
34086
34086
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34087
34087
|
method: 'get',
|
|
34088
34088
|
body: null,
|
|
@@ -34347,7 +34347,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
34347
34347
|
function createResourceRequest$v(config) {
|
|
34348
34348
|
const headers = {};
|
|
34349
34349
|
return {
|
|
34350
|
-
baseUri: '/services/data/
|
|
34350
|
+
baseUri: '/services/data/v63.0',
|
|
34351
34351
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
34352
34352
|
method: 'get',
|
|
34353
34353
|
body: null,
|
|
@@ -35041,7 +35041,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
35041
35041
|
function createResourceRequest$u(config) {
|
|
35042
35042
|
const headers = {};
|
|
35043
35043
|
return {
|
|
35044
|
-
baseUri: '/services/data/
|
|
35044
|
+
baseUri: '/services/data/v63.0',
|
|
35045
35045
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35046
35046
|
method: 'get',
|
|
35047
35047
|
body: null,
|
|
@@ -35311,7 +35311,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
35311
35311
|
function createResourceRequest$t(config) {
|
|
35312
35312
|
const headers = {};
|
|
35313
35313
|
return {
|
|
35314
|
-
baseUri: '/services/data/
|
|
35314
|
+
baseUri: '/services/data/v63.0',
|
|
35315
35315
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35316
35316
|
method: 'get',
|
|
35317
35317
|
body: null,
|
|
@@ -35705,7 +35705,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
35705
35705
|
function createResourceRequest$s(config) {
|
|
35706
35706
|
const headers = {};
|
|
35707
35707
|
return {
|
|
35708
|
-
baseUri: '/services/data/
|
|
35708
|
+
baseUri: '/services/data/v63.0',
|
|
35709
35709
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
35710
35710
|
method: 'get',
|
|
35711
35711
|
body: null,
|
|
@@ -36046,7 +36046,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
36046
36046
|
function createResourceRequest$q(config) {
|
|
36047
36047
|
const headers = {};
|
|
36048
36048
|
return {
|
|
36049
|
-
baseUri: '/services/data/
|
|
36049
|
+
baseUri: '/services/data/v63.0',
|
|
36050
36050
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36051
36051
|
method: 'get',
|
|
36052
36052
|
body: null,
|
|
@@ -36308,7 +36308,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
36308
36308
|
function createResourceRequest$p(config) {
|
|
36309
36309
|
const headers = {};
|
|
36310
36310
|
return {
|
|
36311
|
-
baseUri: '/services/data/
|
|
36311
|
+
baseUri: '/services/data/v63.0',
|
|
36312
36312
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36313
36313
|
method: 'get',
|
|
36314
36314
|
body: null,
|
|
@@ -37413,7 +37413,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
37413
37413
|
function createResourceRequest$n(config) {
|
|
37414
37414
|
const headers = {};
|
|
37415
37415
|
return {
|
|
37416
|
-
baseUri: '/services/data/
|
|
37416
|
+
baseUri: '/services/data/v63.0',
|
|
37417
37417
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37418
37418
|
method: 'post',
|
|
37419
37419
|
body: config.body,
|
|
@@ -37698,7 +37698,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
37698
37698
|
function createResourceRequest$m(config) {
|
|
37699
37699
|
const headers = {};
|
|
37700
37700
|
return {
|
|
37701
|
-
baseUri: '/services/data/
|
|
37701
|
+
baseUri: '/services/data/v63.0',
|
|
37702
37702
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
37703
37703
|
method: 'post',
|
|
37704
37704
|
body: config.body,
|
|
@@ -38212,7 +38212,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
38212
38212
|
function createResourceRequest$l(config) {
|
|
38213
38213
|
const headers = {};
|
|
38214
38214
|
return {
|
|
38215
|
-
baseUri: '/services/data/
|
|
38215
|
+
baseUri: '/services/data/v63.0',
|
|
38216
38216
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38217
38217
|
method: 'get',
|
|
38218
38218
|
body: null,
|
|
@@ -38467,7 +38467,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
38467
38467
|
function createResourceRequest$k(config) {
|
|
38468
38468
|
const headers = {};
|
|
38469
38469
|
return {
|
|
38470
|
-
baseUri: '/services/data/
|
|
38470
|
+
baseUri: '/services/data/v63.0',
|
|
38471
38471
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
38472
38472
|
method: 'get',
|
|
38473
38473
|
body: null,
|
|
@@ -38885,7 +38885,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
38885
38885
|
function createResourceRequest$j(config) {
|
|
38886
38886
|
const headers = {};
|
|
38887
38887
|
return {
|
|
38888
|
-
baseUri: '/services/data/
|
|
38888
|
+
baseUri: '/services/data/v63.0',
|
|
38889
38889
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
38890
38890
|
method: 'get',
|
|
38891
38891
|
body: null,
|
|
@@ -39399,8 +39399,29 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
39399
39399
|
}
|
|
39400
39400
|
const obj_answerType = obj.answerType;
|
|
39401
39401
|
const path_answerType = path + '.answerType';
|
|
39402
|
-
|
|
39403
|
-
|
|
39402
|
+
let obj_answerType_union0 = null;
|
|
39403
|
+
const obj_answerType_union0_error = (() => {
|
|
39404
|
+
if (typeof obj_answerType !== 'string') {
|
|
39405
|
+
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
39406
|
+
}
|
|
39407
|
+
})();
|
|
39408
|
+
if (obj_answerType_union0_error != null) {
|
|
39409
|
+
obj_answerType_union0 = obj_answerType_union0_error.message;
|
|
39410
|
+
}
|
|
39411
|
+
let obj_answerType_union1 = null;
|
|
39412
|
+
const obj_answerType_union1_error = (() => {
|
|
39413
|
+
if (obj_answerType !== null) {
|
|
39414
|
+
return new TypeError('Expected "null" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
39415
|
+
}
|
|
39416
|
+
})();
|
|
39417
|
+
if (obj_answerType_union1_error != null) {
|
|
39418
|
+
obj_answerType_union1 = obj_answerType_union1_error.message;
|
|
39419
|
+
}
|
|
39420
|
+
if (obj_answerType_union0 && obj_answerType_union1) {
|
|
39421
|
+
let message = 'Object doesn\'t match union (at "' + path_answerType + '")';
|
|
39422
|
+
message += '\n' + obj_answerType_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
39423
|
+
message += '\n' + obj_answerType_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
39424
|
+
return new TypeError(message);
|
|
39404
39425
|
}
|
|
39405
39426
|
const obj_appliedFilters = obj.appliedFilters;
|
|
39406
39427
|
const path_appliedFilters = path + '.appliedFilters';
|
|
@@ -39419,8 +39440,29 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
39419
39440
|
}
|
|
39420
39441
|
const obj_passage = obj.passage;
|
|
39421
39442
|
const path_passage = path + '.passage';
|
|
39422
|
-
|
|
39423
|
-
|
|
39443
|
+
let obj_passage_union0 = null;
|
|
39444
|
+
const obj_passage_union0_error = (() => {
|
|
39445
|
+
if (typeof obj_passage !== 'string') {
|
|
39446
|
+
return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
39447
|
+
}
|
|
39448
|
+
})();
|
|
39449
|
+
if (obj_passage_union0_error != null) {
|
|
39450
|
+
obj_passage_union0 = obj_passage_union0_error.message;
|
|
39451
|
+
}
|
|
39452
|
+
let obj_passage_union1 = null;
|
|
39453
|
+
const obj_passage_union1_error = (() => {
|
|
39454
|
+
if (obj_passage !== null) {
|
|
39455
|
+
return new TypeError('Expected "null" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
39456
|
+
}
|
|
39457
|
+
})();
|
|
39458
|
+
if (obj_passage_union1_error != null) {
|
|
39459
|
+
obj_passage_union1 = obj_passage_union1_error.message;
|
|
39460
|
+
}
|
|
39461
|
+
if (obj_passage_union0 && obj_passage_union1) {
|
|
39462
|
+
let message = 'Object doesn\'t match union (at "' + path_passage + '")';
|
|
39463
|
+
message += '\n' + obj_passage_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
39464
|
+
message += '\n' + obj_passage_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
39465
|
+
return new TypeError(message);
|
|
39424
39466
|
}
|
|
39425
39467
|
const obj_records = obj.records;
|
|
39426
39468
|
const path_records = path + '.records';
|
|
@@ -39757,7 +39799,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
39757
39799
|
function createResourceRequest$i(config) {
|
|
39758
39800
|
const headers = {};
|
|
39759
39801
|
return {
|
|
39760
|
-
baseUri: '/services/data/
|
|
39802
|
+
baseUri: '/services/data/v63.0',
|
|
39761
39803
|
basePath: '/ui-api/search/results',
|
|
39762
39804
|
method: 'post',
|
|
39763
39805
|
body: config.body,
|
|
@@ -40031,7 +40073,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
40031
40073
|
function createResourceRequest$h(config) {
|
|
40032
40074
|
const headers = {};
|
|
40033
40075
|
return {
|
|
40034
|
-
baseUri: '/services/data/
|
|
40076
|
+
baseUri: '/services/data/v63.0',
|
|
40035
40077
|
basePath: '/ui-api/search/results/keyword',
|
|
40036
40078
|
method: 'post',
|
|
40037
40079
|
body: config.body,
|
|
@@ -60555,7 +60597,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
|
|
|
60555
60597
|
function createResourceRequest$g(config) {
|
|
60556
60598
|
const headers = {};
|
|
60557
60599
|
return {
|
|
60558
|
-
baseUri: '/services/data/
|
|
60600
|
+
baseUri: '/services/data/v63.0',
|
|
60559
60601
|
basePath: '/graphql',
|
|
60560
60602
|
method: 'post',
|
|
60561
60603
|
body: { ...config.body,
|
|
@@ -60606,7 +60648,7 @@ function createResourceRequest$e(config) {
|
|
|
60606
60648
|
const headers = {};
|
|
60607
60649
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
60608
60650
|
return {
|
|
60609
|
-
baseUri: '/services/data/
|
|
60651
|
+
baseUri: '/services/data/v63.0',
|
|
60610
60652
|
basePath: '/graphql/batch',
|
|
60611
60653
|
method: 'post',
|
|
60612
60654
|
body: transformedConfig.body,
|
|
@@ -61154,7 +61196,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
61154
61196
|
function createResourceRequest$d(config) {
|
|
61155
61197
|
const headers = {};
|
|
61156
61198
|
return {
|
|
61157
|
-
baseUri: '/services/data/
|
|
61199
|
+
baseUri: '/services/data/v63.0',
|
|
61158
61200
|
basePath: '/ui-api/records/batch',
|
|
61159
61201
|
method: 'post',
|
|
61160
61202
|
body: config.body,
|
|
@@ -61423,7 +61465,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
61423
61465
|
function createResourceRequest$c(config) {
|
|
61424
61466
|
const headers = {};
|
|
61425
61467
|
return {
|
|
61426
|
-
baseUri: '/services/data/
|
|
61468
|
+
baseUri: '/services/data/v63.0',
|
|
61427
61469
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
61428
61470
|
method: 'patch',
|
|
61429
61471
|
body: config.body,
|
|
@@ -61552,7 +61594,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
61552
61594
|
function createResourceRequest$b(config) {
|
|
61553
61595
|
const headers = {};
|
|
61554
61596
|
return {
|
|
61555
|
-
baseUri: '/services/data/
|
|
61597
|
+
baseUri: '/services/data/v63.0',
|
|
61556
61598
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
61557
61599
|
method: 'post',
|
|
61558
61600
|
body: config.body,
|
|
@@ -61972,7 +62014,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
61972
62014
|
function createResourceRequest$9(config) {
|
|
61973
62015
|
const headers = {};
|
|
61974
62016
|
return {
|
|
61975
|
-
baseUri: '/services/data/
|
|
62017
|
+
baseUri: '/services/data/v63.0',
|
|
61976
62018
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
61977
62019
|
method: 'post',
|
|
61978
62020
|
body: config.body,
|
|
@@ -62199,7 +62241,7 @@ const factory$9 = (luvio) => {
|
|
|
62199
62241
|
function createResourceRequest$8(config) {
|
|
62200
62242
|
const headers = {};
|
|
62201
62243
|
return {
|
|
62202
|
-
baseUri: '/services/data/
|
|
62244
|
+
baseUri: '/services/data/v63.0',
|
|
62203
62245
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
62204
62246
|
method: 'post',
|
|
62205
62247
|
body: config.body,
|
|
@@ -62808,7 +62850,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
62808
62850
|
function createResourceRequest$7(config) {
|
|
62809
62851
|
const headers = {};
|
|
62810
62852
|
return {
|
|
62811
|
-
baseUri: '/services/data/
|
|
62853
|
+
baseUri: '/services/data/v63.0',
|
|
62812
62854
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
62813
62855
|
method: 'get',
|
|
62814
62856
|
body: null,
|
|
@@ -63439,7 +63481,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
63439
63481
|
function createResourceRequest$6(config) {
|
|
63440
63482
|
const headers = {};
|
|
63441
63483
|
return {
|
|
63442
|
-
baseUri: '/services/data/
|
|
63484
|
+
baseUri: '/services/data/v63.0',
|
|
63443
63485
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
63444
63486
|
method: 'get',
|
|
63445
63487
|
body: null,
|
|
@@ -64070,7 +64112,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
64070
64112
|
function createResourceRequest$5(config) {
|
|
64071
64113
|
const headers = {};
|
|
64072
64114
|
return {
|
|
64073
|
-
baseUri: '/services/data/
|
|
64115
|
+
baseUri: '/services/data/v63.0',
|
|
64074
64116
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
64075
64117
|
method: 'get',
|
|
64076
64118
|
body: null,
|
|
@@ -64283,7 +64325,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
64283
64325
|
function createResourceRequest$4(config) {
|
|
64284
64326
|
const headers = {};
|
|
64285
64327
|
return {
|
|
64286
|
-
baseUri: '/services/data/
|
|
64328
|
+
baseUri: '/services/data/v63.0',
|
|
64287
64329
|
basePath: '/ui-api/records',
|
|
64288
64330
|
method: 'post',
|
|
64289
64331
|
body: config.body,
|
|
@@ -64385,7 +64427,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
64385
64427
|
function createResourceRequest$3(config) {
|
|
64386
64428
|
const headers = {};
|
|
64387
64429
|
return {
|
|
64388
|
-
baseUri: '/services/data/
|
|
64430
|
+
baseUri: '/services/data/v63.0',
|
|
64389
64431
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
64390
64432
|
method: 'delete',
|
|
64391
64433
|
body: null,
|
|
@@ -64472,7 +64514,7 @@ function createResourceRequest$2(config) {
|
|
|
64472
64514
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
64473
64515
|
}
|
|
64474
64516
|
return {
|
|
64475
|
-
baseUri: '/services/data/
|
|
64517
|
+
baseUri: '/services/data/v63.0',
|
|
64476
64518
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
64477
64519
|
method: 'patch',
|
|
64478
64520
|
body: config.body,
|
|
@@ -64795,7 +64837,7 @@ function createResourceParams$1(config) {
|
|
|
64795
64837
|
function createResourceRequest$1(config) {
|
|
64796
64838
|
const headers = {};
|
|
64797
64839
|
return {
|
|
64798
|
-
baseUri: '/services/data/
|
|
64840
|
+
baseUri: '/services/data/v63.0',
|
|
64799
64841
|
basePath: '/ui-api/records/content-documents/' +
|
|
64800
64842
|
config.urlParams.contentDocumentId +
|
|
64801
64843
|
'/content-versions',
|
|
@@ -64913,7 +64955,7 @@ function createResourceParams(config) {
|
|
|
64913
64955
|
function createResourceRequest(config) {
|
|
64914
64956
|
const headers = {};
|
|
64915
64957
|
return {
|
|
64916
|
-
baseUri: '/services/data/
|
|
64958
|
+
baseUri: '/services/data/v63.0',
|
|
64917
64959
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
64918
64960
|
method: 'post',
|
|
64919
64961
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.311.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"clean": "rm -rf dist src/generated"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
34
|
+
"@salesforce/lds-adapters-uiapi": "^1.311.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/lwc-luvio": "0.156.
|
|
38
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
37
|
+
"@luvio/lwc-luvio": "0.156.4",
|
|
38
|
+
"@salesforce/lds-default-luvio": "^1.311.1"
|
|
39
39
|
}
|
|
40
40
|
}
|