@salesforce/lds-adapters-uiapi 1.311.0 → 1.312.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.
- package/dist/es/es2018/types/src/generated/adapters/getActionOverrides.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/getSearchFilterMetadata.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsOverridesByObjectApiName.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/RecordAvatarBulkMapRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SearchIntentActionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentComponentRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchIntentOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/uiapi-records-service.js +166 -93
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +3 -3
- package/sfdc/index.js +166 -93
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +195 -77
- package/src/raml/luvio.raml +5 -3
|
@@ -3606,6 +3606,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
3606
3606
|
'EntityMilestone',
|
|
3607
3607
|
'EnvironmentHubMember',
|
|
3608
3608
|
'EnvironmentalRisk',
|
|
3609
|
+
'Event',
|
|
3609
3610
|
'Examination',
|
|
3610
3611
|
'Expense',
|
|
3611
3612
|
'ExpenseReport',
|
|
@@ -4319,6 +4320,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
4319
4320
|
'SwarmMember',
|
|
4320
4321
|
'TagCategory',
|
|
4321
4322
|
'TagCategoryAssignment',
|
|
4323
|
+
'Task',
|
|
4322
4324
|
'TaxDisclosureSummary',
|
|
4323
4325
|
'TaxEngine',
|
|
4324
4326
|
'TaxEngineInteractionLog',
|
|
@@ -5787,7 +5789,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
|
|
|
5787
5789
|
function createResourceRequest$1f(config) {
|
|
5788
5790
|
const headers = {};
|
|
5789
5791
|
return {
|
|
5790
|
-
baseUri: '/services/data/
|
|
5792
|
+
baseUri: '/services/data/v63.0',
|
|
5791
5793
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
5792
5794
|
method: 'get',
|
|
5793
5795
|
body: null,
|
|
@@ -6229,7 +6231,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
|
|
|
6229
6231
|
function createResourceRequest$1e(config) {
|
|
6230
6232
|
const headers = {};
|
|
6231
6233
|
return {
|
|
6232
|
-
baseUri: '/services/data/
|
|
6234
|
+
baseUri: '/services/data/v63.0',
|
|
6233
6235
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
6234
6236
|
method: 'get',
|
|
6235
6237
|
body: null,
|
|
@@ -7558,7 +7560,7 @@ function ingestError$P(luvio, params, error, snapshotRefresh) {
|
|
|
7558
7560
|
function createResourceRequest$1d(config) {
|
|
7559
7561
|
const headers = {};
|
|
7560
7562
|
return {
|
|
7561
|
-
baseUri: '/services/data/
|
|
7563
|
+
baseUri: '/services/data/v63.0',
|
|
7562
7564
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
7563
7565
|
method: 'get',
|
|
7564
7566
|
body: null,
|
|
@@ -7708,7 +7710,7 @@ function ingestError$O(luvio, params, error, snapshotRefresh) {
|
|
|
7708
7710
|
function createResourceRequest$1c(config) {
|
|
7709
7711
|
const headers = {};
|
|
7710
7712
|
return {
|
|
7711
|
-
baseUri: '/services/data/
|
|
7713
|
+
baseUri: '/services/data/v63.0',
|
|
7712
7714
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
7713
7715
|
method: 'get',
|
|
7714
7716
|
body: null,
|
|
@@ -7817,7 +7819,7 @@ const getListUiByListViewIdAdapterFactory = (luvio) => function UiApi__getListUi
|
|
|
7817
7819
|
function createResourceRequest$1b(config) {
|
|
7818
7820
|
const headers = {};
|
|
7819
7821
|
return {
|
|
7820
|
-
baseUri: '/services/data/
|
|
7822
|
+
baseUri: '/services/data/v63.0',
|
|
7821
7823
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
7822
7824
|
method: 'get',
|
|
7823
7825
|
body: null,
|
|
@@ -8801,7 +8803,7 @@ function ingestError$N(luvio, params, error, snapshotRefresh) {
|
|
|
8801
8803
|
function createResourceRequest$1a(config) {
|
|
8802
8804
|
const headers = {};
|
|
8803
8805
|
return {
|
|
8804
|
-
baseUri: '/services/data/
|
|
8806
|
+
baseUri: '/services/data/v63.0',
|
|
8805
8807
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
8806
8808
|
method: 'post',
|
|
8807
8809
|
body: config.body,
|
|
@@ -9537,7 +9539,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
9537
9539
|
function createResourceRequest$19(config) {
|
|
9538
9540
|
const headers = {};
|
|
9539
9541
|
return {
|
|
9540
|
-
baseUri: '/services/data/
|
|
9542
|
+
baseUri: '/services/data/v63.0',
|
|
9541
9543
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
9542
9544
|
method: 'get',
|
|
9543
9545
|
body: null,
|
|
@@ -9735,7 +9737,7 @@ function keyBuilder$3k(luvio, params) {
|
|
|
9735
9737
|
function createResourceRequest$18(config) {
|
|
9736
9738
|
const headers = {};
|
|
9737
9739
|
return {
|
|
9738
|
-
baseUri: '/services/data/
|
|
9740
|
+
baseUri: '/services/data/v63.0',
|
|
9739
9741
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
9740
9742
|
method: 'get',
|
|
9741
9743
|
body: null,
|
|
@@ -9780,7 +9782,7 @@ function validateAdapterConfig$1a(untrustedConfig, configPropertyNames) {
|
|
|
9780
9782
|
function createResourceRequest$17(config) {
|
|
9781
9783
|
const headers = {};
|
|
9782
9784
|
return {
|
|
9783
|
-
baseUri: '/services/data/
|
|
9785
|
+
baseUri: '/services/data/v63.0',
|
|
9784
9786
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
9785
9787
|
method: 'get',
|
|
9786
9788
|
body: null,
|
|
@@ -11585,7 +11587,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
11585
11587
|
function createResourceRequest$16(config) {
|
|
11586
11588
|
const headers = {};
|
|
11587
11589
|
return {
|
|
11588
|
-
baseUri: '/services/data/
|
|
11590
|
+
baseUri: '/services/data/v63.0',
|
|
11589
11591
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
11590
11592
|
method: 'get',
|
|
11591
11593
|
body: null,
|
|
@@ -12622,7 +12624,7 @@ const ingest$22 = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
12622
12624
|
function createResourceRequest$15(config) {
|
|
12623
12625
|
const headers = {};
|
|
12624
12626
|
return {
|
|
12625
|
-
baseUri: '/services/data/
|
|
12627
|
+
baseUri: '/services/data/v63.0',
|
|
12626
12628
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
12627
12629
|
method: 'get',
|
|
12628
12630
|
body: null,
|
|
@@ -15297,7 +15299,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
15297
15299
|
function createResourceRequest$14(config) {
|
|
15298
15300
|
const headers = {};
|
|
15299
15301
|
return {
|
|
15300
|
-
baseUri: '/services/data/
|
|
15302
|
+
baseUri: '/services/data/v63.0',
|
|
15301
15303
|
basePath: '/ui-api/actions/global',
|
|
15302
15304
|
method: 'get',
|
|
15303
15305
|
body: null,
|
|
@@ -15531,7 +15533,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
15531
15533
|
function createResourceRequest$13(config) {
|
|
15532
15534
|
const headers = {};
|
|
15533
15535
|
return {
|
|
15534
|
-
baseUri: '/services/data/
|
|
15536
|
+
baseUri: '/services/data/v63.0',
|
|
15535
15537
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
15536
15538
|
method: 'get',
|
|
15537
15539
|
body: null,
|
|
@@ -15703,7 +15705,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
15703
15705
|
function createResourceRequest$12(config) {
|
|
15704
15706
|
const headers = {};
|
|
15705
15707
|
return {
|
|
15706
|
-
baseUri: '/services/data/
|
|
15708
|
+
baseUri: '/services/data/v63.0',
|
|
15707
15709
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
15708
15710
|
method: 'get',
|
|
15709
15711
|
body: null,
|
|
@@ -15845,7 +15847,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
15845
15847
|
function createResourceRequest$11(config) {
|
|
15846
15848
|
const headers = {};
|
|
15847
15849
|
return {
|
|
15848
|
-
baseUri: '/services/data/
|
|
15850
|
+
baseUri: '/services/data/v63.0',
|
|
15849
15851
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
15850
15852
|
method: 'get',
|
|
15851
15853
|
body: null,
|
|
@@ -16004,7 +16006,7 @@ function select$2U(luvio, params) {
|
|
|
16004
16006
|
return select$2V();
|
|
16005
16007
|
}
|
|
16006
16008
|
function keyBuilder$2$(luvio, params) {
|
|
16007
|
-
return keyPrefix + '::ActionOverrideRepresentation:(' + '
|
|
16009
|
+
return keyPrefix + '::ActionOverrideRepresentation:(' + 'defaultTemplateOnly:' + params.queryParams.defaultTemplateOnly + ',' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
16008
16010
|
}
|
|
16009
16011
|
function getResponseCacheKeys$Y(storeKeyMap, luvio, resourceParams, response) {
|
|
16010
16012
|
getTypeCacheKeys$1Z(storeKeyMap, luvio, response, () => keyBuilder$2$(luvio, resourceParams));
|
|
@@ -16035,7 +16037,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
16035
16037
|
function createResourceRequest$10(config) {
|
|
16036
16038
|
const headers = {};
|
|
16037
16039
|
return {
|
|
16038
|
-
baseUri: '/services/data/
|
|
16040
|
+
baseUri: '/services/data/v63.0',
|
|
16039
16041
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
16040
16042
|
method: 'get',
|
|
16041
16043
|
body: null,
|
|
@@ -16049,8 +16051,8 @@ function createResourceRequest$10(config) {
|
|
|
16049
16051
|
const adapterName$T = 'getActionOverrides';
|
|
16050
16052
|
const getActionOverrides_ConfigPropertyMetadata = [
|
|
16051
16053
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
16052
|
-
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
16053
16054
|
generateParamConfigMetadata('defaultTemplateOnly', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
16055
|
+
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
16054
16056
|
];
|
|
16055
16057
|
const getActionOverrides_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$T, getActionOverrides_ConfigPropertyMetadata);
|
|
16056
16058
|
const createResourceParams$W = /*#__PURE__*/ createResourceParams$16(getActionOverrides_ConfigPropertyMetadata);
|
|
@@ -16299,7 +16301,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
16299
16301
|
function createResourceRequest$$(config) {
|
|
16300
16302
|
const headers = {};
|
|
16301
16303
|
return {
|
|
16302
|
-
baseUri: '/services/data/
|
|
16304
|
+
baseUri: '/services/data/v63.0',
|
|
16303
16305
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
16304
16306
|
method: 'get',
|
|
16305
16307
|
body: null,
|
|
@@ -17416,7 +17418,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
17416
17418
|
function createResourceRequest$_(config) {
|
|
17417
17419
|
const headers = {};
|
|
17418
17420
|
return {
|
|
17419
|
-
baseUri: '/services/data/
|
|
17421
|
+
baseUri: '/services/data/v63.0',
|
|
17420
17422
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
17421
17423
|
method: 'get',
|
|
17422
17424
|
body: null,
|
|
@@ -17627,7 +17629,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
17627
17629
|
function createResourceRequest$Z(config) {
|
|
17628
17630
|
const headers = {};
|
|
17629
17631
|
return {
|
|
17630
|
-
baseUri: '/services/data/
|
|
17632
|
+
baseUri: '/services/data/v63.0',
|
|
17631
17633
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
17632
17634
|
method: 'get',
|
|
17633
17635
|
body: null,
|
|
@@ -17796,7 +17798,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
17796
17798
|
function createResourceRequest$Y(config) {
|
|
17797
17799
|
const headers = {};
|
|
17798
17800
|
return {
|
|
17799
|
-
baseUri: '/services/data/
|
|
17801
|
+
baseUri: '/services/data/v63.0',
|
|
17800
17802
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
17801
17803
|
method: 'get',
|
|
17802
17804
|
body: null,
|
|
@@ -17948,7 +17950,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
17948
17950
|
function createResourceRequest$X(config) {
|
|
17949
17951
|
const headers = {};
|
|
17950
17952
|
return {
|
|
17951
|
-
baseUri: '/services/data/
|
|
17953
|
+
baseUri: '/services/data/v63.0',
|
|
17952
17954
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
17953
17955
|
method: 'get',
|
|
17954
17956
|
body: null,
|
|
@@ -18160,7 +18162,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
18160
18162
|
function createResourceRequest$W(config) {
|
|
18161
18163
|
const headers = {};
|
|
18162
18164
|
return {
|
|
18163
|
-
baseUri: '/services/data/
|
|
18165
|
+
baseUri: '/services/data/v63.0',
|
|
18164
18166
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
18165
18167
|
method: 'post',
|
|
18166
18168
|
body: config.body,
|
|
@@ -18445,7 +18447,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
18445
18447
|
function createResourceRequest$V(config) {
|
|
18446
18448
|
const headers = {};
|
|
18447
18449
|
return {
|
|
18448
|
-
baseUri: '/services/data/
|
|
18450
|
+
baseUri: '/services/data/v63.0',
|
|
18449
18451
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
18450
18452
|
method: 'post',
|
|
18451
18453
|
body: config.body,
|
|
@@ -18690,7 +18692,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
18690
18692
|
function createResourceRequest$U(config) {
|
|
18691
18693
|
const headers = {};
|
|
18692
18694
|
return {
|
|
18693
|
-
baseUri: '/services/data/
|
|
18695
|
+
baseUri: '/services/data/v63.0',
|
|
18694
18696
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
18695
18697
|
method: 'get',
|
|
18696
18698
|
body: null,
|
|
@@ -19947,7 +19949,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
19947
19949
|
function createResourceRequest$T(config) {
|
|
19948
19950
|
const headers = {};
|
|
19949
19951
|
return {
|
|
19950
|
-
baseUri: '/services/data/
|
|
19952
|
+
baseUri: '/services/data/v63.0',
|
|
19951
19953
|
basePath: '/ui-api/apps',
|
|
19952
19954
|
method: 'get',
|
|
19953
19955
|
body: null,
|
|
@@ -20087,7 +20089,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
20087
20089
|
function createResourceRequest$S(config) {
|
|
20088
20090
|
const headers = {};
|
|
20089
20091
|
return {
|
|
20090
|
-
baseUri: '/services/data/
|
|
20092
|
+
baseUri: '/services/data/v63.0',
|
|
20091
20093
|
basePath: '/ui-api/apps/selected',
|
|
20092
20094
|
method: 'get',
|
|
20093
20095
|
body: null,
|
|
@@ -20228,7 +20230,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
20228
20230
|
function createResourceRequest$R(config) {
|
|
20229
20231
|
const headers = {};
|
|
20230
20232
|
return {
|
|
20231
|
-
baseUri: '/services/data/
|
|
20233
|
+
baseUri: '/services/data/v63.0',
|
|
20232
20234
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
20233
20235
|
method: 'get',
|
|
20234
20236
|
body: null,
|
|
@@ -20831,7 +20833,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
20831
20833
|
function createResourceRequest$Q(config) {
|
|
20832
20834
|
const headers = {};
|
|
20833
20835
|
return {
|
|
20834
|
-
baseUri: '/services/data/
|
|
20836
|
+
baseUri: '/services/data/v63.0',
|
|
20835
20837
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
20836
20838
|
method: 'get',
|
|
20837
20839
|
body: null,
|
|
@@ -20970,7 +20972,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
20970
20972
|
function createResourceRequest$P(config) {
|
|
20971
20973
|
const headers = {};
|
|
20972
20974
|
return {
|
|
20973
|
-
baseUri: '/services/data/
|
|
20975
|
+
baseUri: '/services/data/v63.0',
|
|
20974
20976
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
20975
20977
|
method: 'get',
|
|
20976
20978
|
body: null,
|
|
@@ -21109,7 +21111,7 @@ function getResponseCacheKeys$K(storeKeyMap, luvio, resourceParams, response) {
|
|
|
21109
21111
|
function createResourceRequest$O(config) {
|
|
21110
21112
|
const headers = {};
|
|
21111
21113
|
return {
|
|
21112
|
-
baseUri: '/services/data/
|
|
21114
|
+
baseUri: '/services/data/v63.0',
|
|
21113
21115
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
21114
21116
|
method: 'get',
|
|
21115
21117
|
body: null,
|
|
@@ -21342,7 +21344,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
21342
21344
|
function createResourceRequest$N(config) {
|
|
21343
21345
|
const headers = {};
|
|
21344
21346
|
return {
|
|
21345
|
-
baseUri: '/services/data/
|
|
21347
|
+
baseUri: '/services/data/v63.0',
|
|
21346
21348
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21347
21349
|
method: 'get',
|
|
21348
21350
|
body: null,
|
|
@@ -21611,7 +21613,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
21611
21613
|
function createResourceRequest$M(config) {
|
|
21612
21614
|
const headers = {};
|
|
21613
21615
|
return {
|
|
21614
|
-
baseUri: '/services/data/
|
|
21616
|
+
baseUri: '/services/data/v63.0',
|
|
21615
21617
|
basePath: '/ui-api/list-info/batch',
|
|
21616
21618
|
method: 'get',
|
|
21617
21619
|
body: null,
|
|
@@ -21756,7 +21758,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
21756
21758
|
function createResourceRequest$L(config) {
|
|
21757
21759
|
const headers = {};
|
|
21758
21760
|
return {
|
|
21759
|
-
baseUri: '/services/data/
|
|
21761
|
+
baseUri: '/services/data/v63.0',
|
|
21760
21762
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
21761
21763
|
method: 'get',
|
|
21762
21764
|
body: null,
|
|
@@ -22062,7 +22064,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
|
|
|
22062
22064
|
function createResourceRequest$K(config) {
|
|
22063
22065
|
const headers = {};
|
|
22064
22066
|
return {
|
|
22065
|
-
baseUri: '/services/data/
|
|
22067
|
+
baseUri: '/services/data/v63.0',
|
|
22066
22068
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
22067
22069
|
method: 'post',
|
|
22068
22070
|
body: config.body,
|
|
@@ -22174,7 +22176,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
22174
22176
|
function createResourceRequest$J(config) {
|
|
22175
22177
|
const headers = {};
|
|
22176
22178
|
return {
|
|
22177
|
-
baseUri: '/services/data/
|
|
22179
|
+
baseUri: '/services/data/v63.0',
|
|
22178
22180
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22179
22181
|
method: 'delete',
|
|
22180
22182
|
body: null,
|
|
@@ -22352,7 +22354,7 @@ function ingestSuccess$x(luvio, resourceParams, response) {
|
|
|
22352
22354
|
function createResourceRequest$I(config) {
|
|
22353
22355
|
const headers = {};
|
|
22354
22356
|
return {
|
|
22355
|
-
baseUri: '/services/data/
|
|
22357
|
+
baseUri: '/services/data/v63.0',
|
|
22356
22358
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22357
22359
|
method: 'patch',
|
|
22358
22360
|
body: config.body,
|
|
@@ -23079,7 +23081,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
23079
23081
|
function createResourceRequest$H(config) {
|
|
23080
23082
|
const headers = {};
|
|
23081
23083
|
return {
|
|
23082
|
-
baseUri: '/services/data/
|
|
23084
|
+
baseUri: '/services/data/v63.0',
|
|
23083
23085
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
23084
23086
|
method: 'get',
|
|
23085
23087
|
body: null,
|
|
@@ -23388,7 +23390,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
23388
23390
|
function createResourceRequest$G(config) {
|
|
23389
23391
|
const headers = {};
|
|
23390
23392
|
return {
|
|
23391
|
-
baseUri: '/services/data/
|
|
23393
|
+
baseUri: '/services/data/v63.0',
|
|
23392
23394
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23393
23395
|
method: 'get',
|
|
23394
23396
|
body: null,
|
|
@@ -23532,7 +23534,7 @@ function ingestSuccess$u(luvio, resourceParams, response) {
|
|
|
23532
23534
|
function createResourceRequest$F(config) {
|
|
23533
23535
|
const headers = {};
|
|
23534
23536
|
return {
|
|
23535
|
-
baseUri: '/services/data/
|
|
23537
|
+
baseUri: '/services/data/v63.0',
|
|
23536
23538
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23537
23539
|
method: 'patch',
|
|
23538
23540
|
body: config.body,
|
|
@@ -23842,7 +23844,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
23842
23844
|
function createResourceRequest$E(config) {
|
|
23843
23845
|
const headers = {};
|
|
23844
23846
|
return {
|
|
23845
|
-
baseUri: '/services/data/
|
|
23847
|
+
baseUri: '/services/data/v63.0',
|
|
23846
23848
|
basePath: '/ui-api/nav-items',
|
|
23847
23849
|
method: 'get',
|
|
23848
23850
|
body: null,
|
|
@@ -23978,7 +23980,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
23978
23980
|
function createResourceRequest$D(config) {
|
|
23979
23981
|
const headers = {};
|
|
23980
23982
|
return {
|
|
23981
|
-
baseUri: '/services/data/
|
|
23983
|
+
baseUri: '/services/data/v63.0',
|
|
23982
23984
|
basePath: '/ui-api/object-info',
|
|
23983
23985
|
method: 'get',
|
|
23984
23986
|
body: null,
|
|
@@ -24323,7 +24325,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
24323
24325
|
function createResourceRequest$C(config) {
|
|
24324
24326
|
const headers = {};
|
|
24325
24327
|
return {
|
|
24326
|
-
baseUri: '/services/data/
|
|
24328
|
+
baseUri: '/services/data/v63.0',
|
|
24327
24329
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
24328
24330
|
method: 'get',
|
|
24329
24331
|
body: null,
|
|
@@ -24652,8 +24654,8 @@ const select$27 = function PicklistValueRepresentationSelect() {
|
|
|
24652
24654
|
const keyBuilderFromType$i =
|
|
24653
24655
|
/**
|
|
24654
24656
|
* custom key builder from PicklistValuesRepresentation.
|
|
24655
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
24656
|
-
* the '/services/data/
|
|
24657
|
+
* PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
24658
|
+
* the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
24657
24659
|
*/
|
|
24658
24660
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
24659
24661
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -24806,7 +24808,7 @@ function getTypeCacheKeys$1O(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24806
24808
|
});
|
|
24807
24809
|
}
|
|
24808
24810
|
|
|
24809
|
-
const TTL$m =
|
|
24811
|
+
const TTL$m = 900000;
|
|
24810
24812
|
const VERSION$1T = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
24811
24813
|
function validate$$(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
24812
24814
|
const v_error = (() => {
|
|
@@ -24963,7 +24965,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
24963
24965
|
function createResourceRequest$B(config) {
|
|
24964
24966
|
const headers = {};
|
|
24965
24967
|
return {
|
|
24966
|
-
baseUri: '/services/data/
|
|
24968
|
+
baseUri: '/services/data/v63.0',
|
|
24967
24969
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
24968
24970
|
method: 'get',
|
|
24969
24971
|
body: null,
|
|
@@ -25068,7 +25070,7 @@ function getResponseCacheKeys$w(storeKeyMap, luvio, resourceParams, response) {
|
|
|
25068
25070
|
function createResourceRequest$A(config) {
|
|
25069
25071
|
const headers = {};
|
|
25070
25072
|
return {
|
|
25071
|
-
baseUri: '/services/data/
|
|
25073
|
+
baseUri: '/services/data/v63.0',
|
|
25072
25074
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
25073
25075
|
method: 'get',
|
|
25074
25076
|
body: null,
|
|
@@ -25280,7 +25282,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
25280
25282
|
function createResourceRequest$z(config) {
|
|
25281
25283
|
const headers = {};
|
|
25282
25284
|
return {
|
|
25283
|
-
baseUri: '/services/data/
|
|
25285
|
+
baseUri: '/services/data/v63.0',
|
|
25284
25286
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
25285
25287
|
method: 'get',
|
|
25286
25288
|
body: null,
|
|
@@ -25606,7 +25608,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
25606
25608
|
function createResourceRequest$y(config) {
|
|
25607
25609
|
const headers = {};
|
|
25608
25610
|
return {
|
|
25609
|
-
baseUri: '/services/data/
|
|
25611
|
+
baseUri: '/services/data/v63.0',
|
|
25610
25612
|
basePath: '/ui-api/predupe',
|
|
25611
25613
|
method: 'post',
|
|
25612
25614
|
body: config.body,
|
|
@@ -26704,7 +26706,7 @@ function getTypeCacheKeys$1F(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26704
26706
|
throw new Error(`Invalid discriminatorValue "${discriminatorValue}". Expected one of "200","400","404"`);
|
|
26705
26707
|
}
|
|
26706
26708
|
|
|
26707
|
-
const TTL$j =
|
|
26709
|
+
const TTL$j = 3600000;
|
|
26708
26710
|
const VERSION$1I = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
26709
26711
|
function validate$N(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
26710
26712
|
const v_error = (() => {
|
|
@@ -26825,7 +26827,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
26825
26827
|
function createResourceRequest$x(config) {
|
|
26826
26828
|
const headers = {};
|
|
26827
26829
|
return {
|
|
26828
|
-
baseUri: '/services/data/
|
|
26830
|
+
baseUri: '/services/data/v63.0',
|
|
26829
26831
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
26830
26832
|
method: 'get',
|
|
26831
26833
|
body: null,
|
|
@@ -27689,7 +27691,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
27689
27691
|
function createResourceRequest$w(config) {
|
|
27690
27692
|
const headers = {};
|
|
27691
27693
|
return {
|
|
27692
|
-
baseUri: '/services/data/
|
|
27694
|
+
baseUri: '/services/data/v63.0',
|
|
27693
27695
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
27694
27696
|
method: 'get',
|
|
27695
27697
|
body: null,
|
|
@@ -27954,7 +27956,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
27954
27956
|
function createResourceRequest$v(config) {
|
|
27955
27957
|
const headers = {};
|
|
27956
27958
|
return {
|
|
27957
|
-
baseUri: '/services/data/
|
|
27959
|
+
baseUri: '/services/data/v63.0',
|
|
27958
27960
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
27959
27961
|
method: 'get',
|
|
27960
27962
|
body: null,
|
|
@@ -28648,7 +28650,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
28648
28650
|
function createResourceRequest$u(config) {
|
|
28649
28651
|
const headers = {};
|
|
28650
28652
|
return {
|
|
28651
|
-
baseUri: '/services/data/
|
|
28653
|
+
baseUri: '/services/data/v63.0',
|
|
28652
28654
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
28653
28655
|
method: 'get',
|
|
28654
28656
|
body: null,
|
|
@@ -28918,7 +28920,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
28918
28920
|
function createResourceRequest$t(config) {
|
|
28919
28921
|
const headers = {};
|
|
28920
28922
|
return {
|
|
28921
|
-
baseUri: '/services/data/
|
|
28923
|
+
baseUri: '/services/data/v63.0',
|
|
28922
28924
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
28923
28925
|
method: 'get',
|
|
28924
28926
|
body: null,
|
|
@@ -29312,7 +29314,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
29312
29314
|
function createResourceRequest$s(config) {
|
|
29313
29315
|
const headers = {};
|
|
29314
29316
|
return {
|
|
29315
|
-
baseUri: '/services/data/
|
|
29317
|
+
baseUri: '/services/data/v63.0',
|
|
29316
29318
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
29317
29319
|
method: 'get',
|
|
29318
29320
|
body: null,
|
|
@@ -29566,7 +29568,7 @@ function ingestSuccess$h(luvio, resourceParams, response) {
|
|
|
29566
29568
|
function createResourceRequest$r(config) {
|
|
29567
29569
|
const headers = {};
|
|
29568
29570
|
return {
|
|
29569
|
-
baseUri: '/services/data/
|
|
29571
|
+
baseUri: '/services/data/v63.0',
|
|
29570
29572
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
29571
29573
|
method: 'patch',
|
|
29572
29574
|
body: config.body,
|
|
@@ -29806,7 +29808,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
29806
29808
|
function createResourceRequest$q(config) {
|
|
29807
29809
|
const headers = {};
|
|
29808
29810
|
return {
|
|
29809
|
-
baseUri: '/services/data/
|
|
29811
|
+
baseUri: '/services/data/v63.0',
|
|
29810
29812
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
29811
29813
|
method: 'get',
|
|
29812
29814
|
body: null,
|
|
@@ -30068,7 +30070,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
30068
30070
|
function createResourceRequest$p(config) {
|
|
30069
30071
|
const headers = {};
|
|
30070
30072
|
return {
|
|
30071
|
-
baseUri: '/services/data/
|
|
30073
|
+
baseUri: '/services/data/v63.0',
|
|
30072
30074
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
30073
30075
|
method: 'get',
|
|
30074
30076
|
body: null,
|
|
@@ -30277,7 +30279,7 @@ function ingestSuccess$e(luvio, resourceParams, response) {
|
|
|
30277
30279
|
function createResourceRequest$o(config) {
|
|
30278
30280
|
const headers = {};
|
|
30279
30281
|
return {
|
|
30280
|
-
baseUri: '/services/data/
|
|
30282
|
+
baseUri: '/services/data/v63.0',
|
|
30281
30283
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
30282
30284
|
method: 'patch',
|
|
30283
30285
|
body: config.body,
|
|
@@ -31312,7 +31314,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
31312
31314
|
function createResourceRequest$n(config) {
|
|
31313
31315
|
const headers = {};
|
|
31314
31316
|
return {
|
|
31315
|
-
baseUri: '/services/data/
|
|
31317
|
+
baseUri: '/services/data/v63.0',
|
|
31316
31318
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
31317
31319
|
method: 'post',
|
|
31318
31320
|
body: config.body,
|
|
@@ -31597,7 +31599,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
31597
31599
|
function createResourceRequest$m(config) {
|
|
31598
31600
|
const headers = {};
|
|
31599
31601
|
return {
|
|
31600
|
-
baseUri: '/services/data/
|
|
31602
|
+
baseUri: '/services/data/v63.0',
|
|
31601
31603
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
31602
31604
|
method: 'post',
|
|
31603
31605
|
body: config.body,
|
|
@@ -31962,7 +31964,7 @@ function validate$B(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
31962
31964
|
}
|
|
31963
31965
|
|
|
31964
31966
|
const TTL$f = 30000;
|
|
31965
|
-
const VERSION$1B = "
|
|
31967
|
+
const VERSION$1B = "46ebae6041d5914e45bd2ccc6cb89271";
|
|
31966
31968
|
function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
31967
31969
|
const v_error = (() => {
|
|
31968
31970
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -31994,6 +31996,32 @@ function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
31994
31996
|
message += '\n' + obj_channel_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
31995
31997
|
return new TypeError(message);
|
|
31996
31998
|
}
|
|
31999
|
+
const obj_configurationName = obj.configurationName;
|
|
32000
|
+
const path_configurationName = path + '.configurationName';
|
|
32001
|
+
let obj_configurationName_union0 = null;
|
|
32002
|
+
const obj_configurationName_union0_error = (() => {
|
|
32003
|
+
if (typeof obj_configurationName !== 'string') {
|
|
32004
|
+
return new TypeError('Expected "string" but received "' + typeof obj_configurationName + '" (at "' + path_configurationName + '")');
|
|
32005
|
+
}
|
|
32006
|
+
})();
|
|
32007
|
+
if (obj_configurationName_union0_error != null) {
|
|
32008
|
+
obj_configurationName_union0 = obj_configurationName_union0_error.message;
|
|
32009
|
+
}
|
|
32010
|
+
let obj_configurationName_union1 = null;
|
|
32011
|
+
const obj_configurationName_union1_error = (() => {
|
|
32012
|
+
if (obj_configurationName !== null) {
|
|
32013
|
+
return new TypeError('Expected "null" but received "' + typeof obj_configurationName + '" (at "' + path_configurationName + '")');
|
|
32014
|
+
}
|
|
32015
|
+
})();
|
|
32016
|
+
if (obj_configurationName_union1_error != null) {
|
|
32017
|
+
obj_configurationName_union1 = obj_configurationName_union1_error.message;
|
|
32018
|
+
}
|
|
32019
|
+
if (obj_configurationName_union0 && obj_configurationName_union1) {
|
|
32020
|
+
let message = 'Object doesn\'t match union (at "' + path_configurationName + '")';
|
|
32021
|
+
message += '\n' + obj_configurationName_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
32022
|
+
message += '\n' + obj_configurationName_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
32023
|
+
return new TypeError(message);
|
|
32024
|
+
}
|
|
31997
32025
|
const obj_filters = obj.filters;
|
|
31998
32026
|
const path_filters = path + '.filters';
|
|
31999
32027
|
if (!ArrayIsArray(obj_filters)) {
|
|
@@ -32019,12 +32047,13 @@ function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
32019
32047
|
}
|
|
32020
32048
|
const RepresentationType$h = 'SearchFilterMetadataCollectionRepresentation';
|
|
32021
32049
|
function keyBuilder$1J(luvio, config) {
|
|
32022
|
-
return keyPrefix + '::' + RepresentationType$h + ':' + config.objectApiName + ':' + (config.channel === null ? '' : config.channel);
|
|
32050
|
+
return keyPrefix + '::' + RepresentationType$h + ':' + config.objectApiName + ':' + (config.channel === null ? '' : config.channel) + ':' + (config.configurationName === null ? '' : config.configurationName);
|
|
32023
32051
|
}
|
|
32024
32052
|
function keyBuilderFromType$9(luvio, object) {
|
|
32025
32053
|
const keyParams = {
|
|
32026
32054
|
objectApiName: object.objectApiName,
|
|
32027
|
-
channel: object.channel
|
|
32055
|
+
channel: object.channel,
|
|
32056
|
+
configurationName: object.configurationName
|
|
32028
32057
|
};
|
|
32029
32058
|
return keyBuilder$1J(luvio, keyParams);
|
|
32030
32059
|
}
|
|
@@ -32073,7 +32102,8 @@ function select$1C(luvio, params) {
|
|
|
32073
32102
|
function keyBuilder$1I(luvio, params) {
|
|
32074
32103
|
return keyBuilder$1J(luvio, {
|
|
32075
32104
|
objectApiName: params.urlParams.objectApiName,
|
|
32076
|
-
channel: params.queryParams.channel || null
|
|
32105
|
+
channel: params.queryParams.channel || null,
|
|
32106
|
+
configurationName: params.queryParams.configurationName || null
|
|
32077
32107
|
});
|
|
32078
32108
|
}
|
|
32079
32109
|
function getResponseCacheKeys$h(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -32111,7 +32141,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
32111
32141
|
function createResourceRequest$l(config) {
|
|
32112
32142
|
const headers = {};
|
|
32113
32143
|
return {
|
|
32114
|
-
baseUri: '/services/data/
|
|
32144
|
+
baseUri: '/services/data/v63.0',
|
|
32115
32145
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
32116
32146
|
method: 'get',
|
|
32117
32147
|
body: null,
|
|
@@ -32126,6 +32156,7 @@ const adapterName$f = 'getSearchFilterMetadata';
|
|
|
32126
32156
|
const getSearchFilterMetadata_ConfigPropertyMetadata = [
|
|
32127
32157
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
32128
32158
|
generateParamConfigMetadata('channel', false, 1 /* QueryParameter */, 0 /* String */),
|
|
32159
|
+
generateParamConfigMetadata('configurationName', false, 1 /* QueryParameter */, 0 /* String */),
|
|
32129
32160
|
];
|
|
32130
32161
|
const getSearchFilterMetadata_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$f, getSearchFilterMetadata_ConfigPropertyMetadata);
|
|
32131
32162
|
const createResourceParams$h = /*#__PURE__*/ createResourceParams$16(getSearchFilterMetadata_ConfigPropertyMetadata);
|
|
@@ -32366,7 +32397,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
32366
32397
|
function createResourceRequest$k(config) {
|
|
32367
32398
|
const headers = {};
|
|
32368
32399
|
return {
|
|
32369
|
-
baseUri: '/services/data/
|
|
32400
|
+
baseUri: '/services/data/v63.0',
|
|
32370
32401
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
32371
32402
|
method: 'get',
|
|
32372
32403
|
body: null,
|
|
@@ -32784,7 +32815,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
32784
32815
|
function createResourceRequest$j(config) {
|
|
32785
32816
|
const headers = {};
|
|
32786
32817
|
return {
|
|
32787
|
-
baseUri: '/services/data/
|
|
32818
|
+
baseUri: '/services/data/v63.0',
|
|
32788
32819
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
32789
32820
|
method: 'get',
|
|
32790
32821
|
body: null,
|
|
@@ -33298,8 +33329,29 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
33298
33329
|
}
|
|
33299
33330
|
const obj_answerType = obj.answerType;
|
|
33300
33331
|
const path_answerType = path + '.answerType';
|
|
33301
|
-
|
|
33302
|
-
|
|
33332
|
+
let obj_answerType_union0 = null;
|
|
33333
|
+
const obj_answerType_union0_error = (() => {
|
|
33334
|
+
if (typeof obj_answerType !== 'string') {
|
|
33335
|
+
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
33336
|
+
}
|
|
33337
|
+
})();
|
|
33338
|
+
if (obj_answerType_union0_error != null) {
|
|
33339
|
+
obj_answerType_union0 = obj_answerType_union0_error.message;
|
|
33340
|
+
}
|
|
33341
|
+
let obj_answerType_union1 = null;
|
|
33342
|
+
const obj_answerType_union1_error = (() => {
|
|
33343
|
+
if (obj_answerType !== null) {
|
|
33344
|
+
return new TypeError('Expected "null" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
33345
|
+
}
|
|
33346
|
+
})();
|
|
33347
|
+
if (obj_answerType_union1_error != null) {
|
|
33348
|
+
obj_answerType_union1 = obj_answerType_union1_error.message;
|
|
33349
|
+
}
|
|
33350
|
+
if (obj_answerType_union0 && obj_answerType_union1) {
|
|
33351
|
+
let message = 'Object doesn\'t match union (at "' + path_answerType + '")';
|
|
33352
|
+
message += '\n' + obj_answerType_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33353
|
+
message += '\n' + obj_answerType_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33354
|
+
return new TypeError(message);
|
|
33303
33355
|
}
|
|
33304
33356
|
const obj_appliedFilters = obj.appliedFilters;
|
|
33305
33357
|
const path_appliedFilters = path + '.appliedFilters';
|
|
@@ -33318,8 +33370,29 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
33318
33370
|
}
|
|
33319
33371
|
const obj_passage = obj.passage;
|
|
33320
33372
|
const path_passage = path + '.passage';
|
|
33321
|
-
|
|
33322
|
-
|
|
33373
|
+
let obj_passage_union0 = null;
|
|
33374
|
+
const obj_passage_union0_error = (() => {
|
|
33375
|
+
if (typeof obj_passage !== 'string') {
|
|
33376
|
+
return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
33377
|
+
}
|
|
33378
|
+
})();
|
|
33379
|
+
if (obj_passage_union0_error != null) {
|
|
33380
|
+
obj_passage_union0 = obj_passage_union0_error.message;
|
|
33381
|
+
}
|
|
33382
|
+
let obj_passage_union1 = null;
|
|
33383
|
+
const obj_passage_union1_error = (() => {
|
|
33384
|
+
if (obj_passage !== null) {
|
|
33385
|
+
return new TypeError('Expected "null" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
33386
|
+
}
|
|
33387
|
+
})();
|
|
33388
|
+
if (obj_passage_union1_error != null) {
|
|
33389
|
+
obj_passage_union1 = obj_passage_union1_error.message;
|
|
33390
|
+
}
|
|
33391
|
+
if (obj_passage_union0 && obj_passage_union1) {
|
|
33392
|
+
let message = 'Object doesn\'t match union (at "' + path_passage + '")';
|
|
33393
|
+
message += '\n' + obj_passage_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33394
|
+
message += '\n' + obj_passage_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33395
|
+
return new TypeError(message);
|
|
33323
33396
|
}
|
|
33324
33397
|
const obj_records = obj.records;
|
|
33325
33398
|
const path_records = path + '.records';
|
|
@@ -33656,7 +33729,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
33656
33729
|
function createResourceRequest$i(config) {
|
|
33657
33730
|
const headers = {};
|
|
33658
33731
|
return {
|
|
33659
|
-
baseUri: '/services/data/
|
|
33732
|
+
baseUri: '/services/data/v63.0',
|
|
33660
33733
|
basePath: '/ui-api/search/results',
|
|
33661
33734
|
method: 'post',
|
|
33662
33735
|
body: config.body,
|
|
@@ -33930,7 +34003,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
33930
34003
|
function createResourceRequest$h(config) {
|
|
33931
34004
|
const headers = {};
|
|
33932
34005
|
return {
|
|
33933
|
-
baseUri: '/services/data/
|
|
34006
|
+
baseUri: '/services/data/v63.0',
|
|
33934
34007
|
basePath: '/ui-api/search/results/keyword',
|
|
33935
34008
|
method: 'post',
|
|
33936
34009
|
body: config.body,
|
|
@@ -54454,7 +54527,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
|
|
|
54454
54527
|
function createResourceRequest$g(config) {
|
|
54455
54528
|
const headers = {};
|
|
54456
54529
|
return {
|
|
54457
|
-
baseUri: '/services/data/
|
|
54530
|
+
baseUri: '/services/data/v63.0',
|
|
54458
54531
|
basePath: '/graphql',
|
|
54459
54532
|
method: 'post',
|
|
54460
54533
|
body: { ...config.body,
|
|
@@ -54505,7 +54578,7 @@ function createResourceRequest$e(config) {
|
|
|
54505
54578
|
const headers = {};
|
|
54506
54579
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
54507
54580
|
return {
|
|
54508
|
-
baseUri: '/services/data/
|
|
54581
|
+
baseUri: '/services/data/v63.0',
|
|
54509
54582
|
basePath: '/graphql/batch',
|
|
54510
54583
|
method: 'post',
|
|
54511
54584
|
body: transformedConfig.body,
|
|
@@ -55053,7 +55126,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
55053
55126
|
function createResourceRequest$d(config) {
|
|
55054
55127
|
const headers = {};
|
|
55055
55128
|
return {
|
|
55056
|
-
baseUri: '/services/data/
|
|
55129
|
+
baseUri: '/services/data/v63.0',
|
|
55057
55130
|
basePath: '/ui-api/records/batch',
|
|
55058
55131
|
method: 'post',
|
|
55059
55132
|
body: config.body,
|
|
@@ -55322,7 +55395,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
55322
55395
|
function createResourceRequest$c(config) {
|
|
55323
55396
|
const headers = {};
|
|
55324
55397
|
return {
|
|
55325
|
-
baseUri: '/services/data/
|
|
55398
|
+
baseUri: '/services/data/v63.0',
|
|
55326
55399
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
55327
55400
|
method: 'patch',
|
|
55328
55401
|
body: config.body,
|
|
@@ -55451,7 +55524,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
55451
55524
|
function createResourceRequest$b(config) {
|
|
55452
55525
|
const headers = {};
|
|
55453
55526
|
return {
|
|
55454
|
-
baseUri: '/services/data/
|
|
55527
|
+
baseUri: '/services/data/v63.0',
|
|
55455
55528
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
55456
55529
|
method: 'post',
|
|
55457
55530
|
body: config.body,
|
|
@@ -55557,7 +55630,7 @@ const factory$c = performQuickActionAdapterFactory;
|
|
|
55557
55630
|
function createResourceRequest$a(config) {
|
|
55558
55631
|
const headers = {};
|
|
55559
55632
|
return {
|
|
55560
|
-
baseUri: '/services/data/
|
|
55633
|
+
baseUri: '/services/data/v63.0',
|
|
55561
55634
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
55562
55635
|
method: 'patch',
|
|
55563
55636
|
body: config.body,
|
|
@@ -56038,7 +56111,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
56038
56111
|
function createResourceRequest$9(config) {
|
|
56039
56112
|
const headers = {};
|
|
56040
56113
|
return {
|
|
56041
|
-
baseUri: '/services/data/
|
|
56114
|
+
baseUri: '/services/data/v63.0',
|
|
56042
56115
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
56043
56116
|
method: 'post',
|
|
56044
56117
|
body: config.body,
|
|
@@ -56265,7 +56338,7 @@ const factory$9 = (luvio) => {
|
|
|
56265
56338
|
function createResourceRequest$8(config) {
|
|
56266
56339
|
const headers = {};
|
|
56267
56340
|
return {
|
|
56268
|
-
baseUri: '/services/data/
|
|
56341
|
+
baseUri: '/services/data/v63.0',
|
|
56269
56342
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
56270
56343
|
method: 'post',
|
|
56271
56344
|
body: config.body,
|
|
@@ -56874,7 +56947,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
56874
56947
|
function createResourceRequest$7(config) {
|
|
56875
56948
|
const headers = {};
|
|
56876
56949
|
return {
|
|
56877
|
-
baseUri: '/services/data/
|
|
56950
|
+
baseUri: '/services/data/v63.0',
|
|
56878
56951
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
56879
56952
|
method: 'get',
|
|
56880
56953
|
body: null,
|
|
@@ -57505,7 +57578,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
57505
57578
|
function createResourceRequest$6(config) {
|
|
57506
57579
|
const headers = {};
|
|
57507
57580
|
return {
|
|
57508
|
-
baseUri: '/services/data/
|
|
57581
|
+
baseUri: '/services/data/v63.0',
|
|
57509
57582
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
57510
57583
|
method: 'get',
|
|
57511
57584
|
body: null,
|
|
@@ -58136,7 +58209,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
58136
58209
|
function createResourceRequest$5(config) {
|
|
58137
58210
|
const headers = {};
|
|
58138
58211
|
return {
|
|
58139
|
-
baseUri: '/services/data/
|
|
58212
|
+
baseUri: '/services/data/v63.0',
|
|
58140
58213
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
58141
58214
|
method: 'get',
|
|
58142
58215
|
body: null,
|
|
@@ -58349,7 +58422,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
58349
58422
|
function createResourceRequest$4(config) {
|
|
58350
58423
|
const headers = {};
|
|
58351
58424
|
return {
|
|
58352
|
-
baseUri: '/services/data/
|
|
58425
|
+
baseUri: '/services/data/v63.0',
|
|
58353
58426
|
basePath: '/ui-api/records',
|
|
58354
58427
|
method: 'post',
|
|
58355
58428
|
body: config.body,
|
|
@@ -58451,7 +58524,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
58451
58524
|
function createResourceRequest$3(config) {
|
|
58452
58525
|
const headers = {};
|
|
58453
58526
|
return {
|
|
58454
|
-
baseUri: '/services/data/
|
|
58527
|
+
baseUri: '/services/data/v63.0',
|
|
58455
58528
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
58456
58529
|
method: 'delete',
|
|
58457
58530
|
body: null,
|
|
@@ -58538,7 +58611,7 @@ function createResourceRequest$2(config) {
|
|
|
58538
58611
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
58539
58612
|
}
|
|
58540
58613
|
return {
|
|
58541
|
-
baseUri: '/services/data/
|
|
58614
|
+
baseUri: '/services/data/v63.0',
|
|
58542
58615
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
58543
58616
|
method: 'patch',
|
|
58544
58617
|
body: config.body,
|
|
@@ -58861,7 +58934,7 @@ function createResourceParams$1(config) {
|
|
|
58861
58934
|
function createResourceRequest$1(config) {
|
|
58862
58935
|
const headers = {};
|
|
58863
58936
|
return {
|
|
58864
|
-
baseUri: '/services/data/
|
|
58937
|
+
baseUri: '/services/data/v63.0',
|
|
58865
58938
|
basePath: '/ui-api/records/content-documents/' +
|
|
58866
58939
|
config.urlParams.contentDocumentId +
|
|
58867
58940
|
'/content-versions',
|
|
@@ -58979,7 +59052,7 @@ function createResourceParams(config) {
|
|
|
58979
59052
|
function createResourceRequest(config) {
|
|
58980
59053
|
const headers = {};
|
|
58981
59054
|
return {
|
|
58982
|
-
baseUri: '/services/data/
|
|
59055
|
+
baseUri: '/services/data/v63.0',
|
|
58983
59056
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
58984
59057
|
method: 'post',
|
|
58985
59058
|
body: config.body,
|