@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
package/sfdc/index.js
CHANGED
|
@@ -3663,6 +3663,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
3663
3663
|
'EntityMilestone',
|
|
3664
3664
|
'EnvironmentHubMember',
|
|
3665
3665
|
'EnvironmentalRisk',
|
|
3666
|
+
'Event',
|
|
3666
3667
|
'Examination',
|
|
3667
3668
|
'Expense',
|
|
3668
3669
|
'ExpenseReport',
|
|
@@ -4376,6 +4377,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
4376
4377
|
'SwarmMember',
|
|
4377
4378
|
'TagCategory',
|
|
4378
4379
|
'TagCategoryAssignment',
|
|
4380
|
+
'Task',
|
|
4379
4381
|
'TaxDisclosureSummary',
|
|
4380
4382
|
'TaxEngine',
|
|
4381
4383
|
'TaxEngineInteractionLog',
|
|
@@ -5662,7 +5664,7 @@ function getResponseCacheKeys$12(storeKeyMap, luvio, resourceParams, response) {
|
|
|
5662
5664
|
function createResourceRequest$1b(config) {
|
|
5663
5665
|
const headers = {};
|
|
5664
5666
|
return {
|
|
5665
|
-
baseUri: '/services/data/
|
|
5667
|
+
baseUri: '/services/data/v63.0',
|
|
5666
5668
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
5667
5669
|
method: 'get',
|
|
5668
5670
|
body: null,
|
|
@@ -6104,7 +6106,7 @@ function ingestError$L(luvio, params, error, snapshotRefresh) {
|
|
|
6104
6106
|
function createResourceRequest$1a(config) {
|
|
6105
6107
|
const headers = {};
|
|
6106
6108
|
return {
|
|
6107
|
-
baseUri: '/services/data/
|
|
6109
|
+
baseUri: '/services/data/v63.0',
|
|
6108
6110
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
6109
6111
|
method: 'get',
|
|
6110
6112
|
body: null,
|
|
@@ -7260,7 +7262,7 @@ function createPaginationParams$6(params) {
|
|
|
7260
7262
|
function createResourceRequest$19(config) {
|
|
7261
7263
|
const headers = {};
|
|
7262
7264
|
return {
|
|
7263
|
-
baseUri: '/services/data/
|
|
7265
|
+
baseUri: '/services/data/v63.0',
|
|
7264
7266
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
7265
7267
|
method: 'get',
|
|
7266
7268
|
body: null,
|
|
@@ -7313,7 +7315,7 @@ function createPaginationParams$5(params) {
|
|
|
7313
7315
|
function createResourceRequest$18(config) {
|
|
7314
7316
|
const headers = {};
|
|
7315
7317
|
return {
|
|
7316
|
-
baseUri: '/services/data/
|
|
7318
|
+
baseUri: '/services/data/v63.0',
|
|
7317
7319
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
7318
7320
|
method: 'get',
|
|
7319
7321
|
body: null,
|
|
@@ -7358,7 +7360,7 @@ function validateAdapterConfig$18(untrustedConfig, configPropertyNames) {
|
|
|
7358
7360
|
function createResourceRequest$17(config) {
|
|
7359
7361
|
const headers = {};
|
|
7360
7362
|
return {
|
|
7361
|
-
baseUri: '/services/data/
|
|
7363
|
+
baseUri: '/services/data/v63.0',
|
|
7362
7364
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
7363
7365
|
method: 'get',
|
|
7364
7366
|
body: null,
|
|
@@ -8443,7 +8445,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
8443
8445
|
function createResourceRequest$16(config) {
|
|
8444
8446
|
const headers = {};
|
|
8445
8447
|
return {
|
|
8446
|
-
baseUri: '/services/data/
|
|
8448
|
+
baseUri: '/services/data/v63.0',
|
|
8447
8449
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
8448
8450
|
method: 'post',
|
|
8449
8451
|
body: config.body,
|
|
@@ -9179,7 +9181,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
9179
9181
|
function createResourceRequest$15(config) {
|
|
9180
9182
|
const headers = {};
|
|
9181
9183
|
return {
|
|
9182
|
-
baseUri: '/services/data/
|
|
9184
|
+
baseUri: '/services/data/v63.0',
|
|
9183
9185
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
9184
9186
|
method: 'get',
|
|
9185
9187
|
body: null,
|
|
@@ -9377,7 +9379,7 @@ function keyBuilder$1Z(luvio, params) {
|
|
|
9377
9379
|
function createResourceRequest$14(config) {
|
|
9378
9380
|
const headers = {};
|
|
9379
9381
|
return {
|
|
9380
|
-
baseUri: '/services/data/
|
|
9382
|
+
baseUri: '/services/data/v63.0',
|
|
9381
9383
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
9382
9384
|
method: 'get',
|
|
9383
9385
|
body: null,
|
|
@@ -9422,7 +9424,7 @@ function validateAdapterConfig$16(untrustedConfig, configPropertyNames) {
|
|
|
9422
9424
|
function createResourceRequest$13(config) {
|
|
9423
9425
|
const headers = {};
|
|
9424
9426
|
return {
|
|
9425
|
-
baseUri: '/services/data/
|
|
9427
|
+
baseUri: '/services/data/v63.0',
|
|
9426
9428
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
9427
9429
|
method: 'get',
|
|
9428
9430
|
body: null,
|
|
@@ -11227,7 +11229,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
11227
11229
|
function createResourceRequest$12(config) {
|
|
11228
11230
|
const headers = {};
|
|
11229
11231
|
return {
|
|
11230
|
-
baseUri: '/services/data/
|
|
11232
|
+
baseUri: '/services/data/v63.0',
|
|
11231
11233
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
11232
11234
|
method: 'get',
|
|
11233
11235
|
body: null,
|
|
@@ -12264,7 +12266,7 @@ const ingest$E = function RecordUiRepresentationIngest(input, path, luvio, store
|
|
|
12264
12266
|
function createResourceRequest$11(config) {
|
|
12265
12267
|
const headers = {};
|
|
12266
12268
|
return {
|
|
12267
|
-
baseUri: '/services/data/
|
|
12269
|
+
baseUri: '/services/data/v63.0',
|
|
12268
12270
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
12269
12271
|
method: 'get',
|
|
12270
12272
|
body: null,
|
|
@@ -14939,7 +14941,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
14939
14941
|
function createResourceRequest$10(config) {
|
|
14940
14942
|
const headers = {};
|
|
14941
14943
|
return {
|
|
14942
|
-
baseUri: '/services/data/
|
|
14944
|
+
baseUri: '/services/data/v63.0',
|
|
14943
14945
|
basePath: '/ui-api/actions/global',
|
|
14944
14946
|
method: 'get',
|
|
14945
14947
|
body: null,
|
|
@@ -15173,7 +15175,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
15173
15175
|
function createResourceRequest$$(config) {
|
|
15174
15176
|
const headers = {};
|
|
15175
15177
|
return {
|
|
15176
|
-
baseUri: '/services/data/
|
|
15178
|
+
baseUri: '/services/data/v63.0',
|
|
15177
15179
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
15178
15180
|
method: 'get',
|
|
15179
15181
|
body: null,
|
|
@@ -15345,7 +15347,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
15345
15347
|
function createResourceRequest$_(config) {
|
|
15346
15348
|
const headers = {};
|
|
15347
15349
|
return {
|
|
15348
|
-
baseUri: '/services/data/
|
|
15350
|
+
baseUri: '/services/data/v63.0',
|
|
15349
15351
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
15350
15352
|
method: 'get',
|
|
15351
15353
|
body: null,
|
|
@@ -15487,7 +15489,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
15487
15489
|
function createResourceRequest$Z(config) {
|
|
15488
15490
|
const headers = {};
|
|
15489
15491
|
return {
|
|
15490
|
-
baseUri: '/services/data/
|
|
15492
|
+
baseUri: '/services/data/v63.0',
|
|
15491
15493
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
15492
15494
|
method: 'get',
|
|
15493
15495
|
body: null,
|
|
@@ -15646,7 +15648,7 @@ function select$1v(luvio, params) {
|
|
|
15646
15648
|
return select$1w();
|
|
15647
15649
|
}
|
|
15648
15650
|
function keyBuilder$1E(luvio, params) {
|
|
15649
|
-
return keyPrefix + '::ActionOverrideRepresentation:(' + '
|
|
15651
|
+
return keyPrefix + '::ActionOverrideRepresentation:(' + 'defaultTemplateOnly:' + params.queryParams.defaultTemplateOnly + ',' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
15650
15652
|
}
|
|
15651
15653
|
function getResponseCacheKeys$V(storeKeyMap, luvio, resourceParams, response) {
|
|
15652
15654
|
getTypeCacheKeys$D(storeKeyMap, luvio, response, () => keyBuilder$1E(luvio, resourceParams));
|
|
@@ -15677,7 +15679,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
15677
15679
|
function createResourceRequest$Y(config) {
|
|
15678
15680
|
const headers = {};
|
|
15679
15681
|
return {
|
|
15680
|
-
baseUri: '/services/data/
|
|
15682
|
+
baseUri: '/services/data/v63.0',
|
|
15681
15683
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
15682
15684
|
method: 'get',
|
|
15683
15685
|
body: null,
|
|
@@ -15691,8 +15693,8 @@ function createResourceRequest$Y(config) {
|
|
|
15691
15693
|
const adapterName$V = 'getActionOverrides';
|
|
15692
15694
|
const getActionOverrides_ConfigPropertyMetadata = [
|
|
15693
15695
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
15694
|
-
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
15695
15696
|
generateParamConfigMetadata('defaultTemplateOnly', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
15697
|
+
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
15696
15698
|
];
|
|
15697
15699
|
const getActionOverrides_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$V, getActionOverrides_ConfigPropertyMetadata);
|
|
15698
15700
|
const createResourceParams$T = /*#__PURE__*/ createResourceParams$13(getActionOverrides_ConfigPropertyMetadata);
|
|
@@ -15941,7 +15943,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
15941
15943
|
function createResourceRequest$X(config) {
|
|
15942
15944
|
const headers = {};
|
|
15943
15945
|
return {
|
|
15944
|
-
baseUri: '/services/data/
|
|
15946
|
+
baseUri: '/services/data/v63.0',
|
|
15945
15947
|
basePath: '/ui-api/actions/formula-activation/' + config.urlParams.actionFeature + '',
|
|
15946
15948
|
method: 'get',
|
|
15947
15949
|
body: null,
|
|
@@ -17058,7 +17060,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
17058
17060
|
function createResourceRequest$W(config) {
|
|
17059
17061
|
const headers = {};
|
|
17060
17062
|
return {
|
|
17061
|
-
baseUri: '/services/data/
|
|
17063
|
+
baseUri: '/services/data/v63.0',
|
|
17062
17064
|
basePath: '/ui-api/actions/quick-action-info/' + config.urlParams.actionApiName + '',
|
|
17063
17065
|
method: 'get',
|
|
17064
17066
|
body: null,
|
|
@@ -17269,7 +17271,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
17269
17271
|
function createResourceRequest$V(config) {
|
|
17270
17272
|
const headers = {};
|
|
17271
17273
|
return {
|
|
17272
|
-
baseUri: '/services/data/
|
|
17274
|
+
baseUri: '/services/data/v63.0',
|
|
17273
17275
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
17274
17276
|
method: 'get',
|
|
17275
17277
|
body: null,
|
|
@@ -17438,7 +17440,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
17438
17440
|
function createResourceRequest$U(config) {
|
|
17439
17441
|
const headers = {};
|
|
17440
17442
|
return {
|
|
17441
|
-
baseUri: '/services/data/
|
|
17443
|
+
baseUri: '/services/data/v63.0',
|
|
17442
17444
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
17443
17445
|
method: 'get',
|
|
17444
17446
|
body: null,
|
|
@@ -17590,7 +17592,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
17590
17592
|
function createResourceRequest$T(config) {
|
|
17591
17593
|
const headers = {};
|
|
17592
17594
|
return {
|
|
17593
|
-
baseUri: '/services/data/
|
|
17595
|
+
baseUri: '/services/data/v63.0',
|
|
17594
17596
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
17595
17597
|
method: 'get',
|
|
17596
17598
|
body: null,
|
|
@@ -17802,7 +17804,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
17802
17804
|
function createResourceRequest$S(config) {
|
|
17803
17805
|
const headers = {};
|
|
17804
17806
|
return {
|
|
17805
|
-
baseUri: '/services/data/
|
|
17807
|
+
baseUri: '/services/data/v63.0',
|
|
17806
17808
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
17807
17809
|
method: 'post',
|
|
17808
17810
|
body: config.body,
|
|
@@ -18087,7 +18089,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
|
|
|
18087
18089
|
function createResourceRequest$R(config) {
|
|
18088
18090
|
const headers = {};
|
|
18089
18091
|
return {
|
|
18090
|
-
baseUri: '/services/data/
|
|
18092
|
+
baseUri: '/services/data/v63.0',
|
|
18091
18093
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
18092
18094
|
method: 'post',
|
|
18093
18095
|
body: config.body,
|
|
@@ -18332,7 +18334,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
18332
18334
|
function createResourceRequest$Q(config) {
|
|
18333
18335
|
const headers = {};
|
|
18334
18336
|
return {
|
|
18335
|
-
baseUri: '/services/data/
|
|
18337
|
+
baseUri: '/services/data/v63.0',
|
|
18336
18338
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
18337
18339
|
method: 'get',
|
|
18338
18340
|
body: null,
|
|
@@ -19589,7 +19591,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
19589
19591
|
function createResourceRequest$P(config) {
|
|
19590
19592
|
const headers = {};
|
|
19591
19593
|
return {
|
|
19592
|
-
baseUri: '/services/data/
|
|
19594
|
+
baseUri: '/services/data/v63.0',
|
|
19593
19595
|
basePath: '/ui-api/apps',
|
|
19594
19596
|
method: 'get',
|
|
19595
19597
|
body: null,
|
|
@@ -19731,7 +19733,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
19731
19733
|
function createResourceRequest$O(config) {
|
|
19732
19734
|
const headers = {};
|
|
19733
19735
|
return {
|
|
19734
|
-
baseUri: '/services/data/
|
|
19736
|
+
baseUri: '/services/data/v63.0',
|
|
19735
19737
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
19736
19738
|
method: 'get',
|
|
19737
19739
|
body: null,
|
|
@@ -20334,7 +20336,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
20334
20336
|
function createResourceRequest$N(config) {
|
|
20335
20337
|
const headers = {};
|
|
20336
20338
|
return {
|
|
20337
|
-
baseUri: '/services/data/
|
|
20339
|
+
baseUri: '/services/data/v63.0',
|
|
20338
20340
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
20339
20341
|
method: 'get',
|
|
20340
20342
|
body: null,
|
|
@@ -20473,7 +20475,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
20473
20475
|
function createResourceRequest$M(config) {
|
|
20474
20476
|
const headers = {};
|
|
20475
20477
|
return {
|
|
20476
|
-
baseUri: '/services/data/
|
|
20478
|
+
baseUri: '/services/data/v63.0',
|
|
20477
20479
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
20478
20480
|
method: 'get',
|
|
20479
20481
|
body: null,
|
|
@@ -20613,7 +20615,7 @@ function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
|
20613
20615
|
function createResourceRequest$L(config) {
|
|
20614
20616
|
const headers = {};
|
|
20615
20617
|
return {
|
|
20616
|
-
baseUri: '/services/data/
|
|
20618
|
+
baseUri: '/services/data/v63.0',
|
|
20617
20619
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
20618
20620
|
method: 'get',
|
|
20619
20621
|
body: null,
|
|
@@ -20847,7 +20849,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
20847
20849
|
function createResourceRequest$K(config) {
|
|
20848
20850
|
const headers = {};
|
|
20849
20851
|
return {
|
|
20850
|
-
baseUri: '/services/data/
|
|
20852
|
+
baseUri: '/services/data/v63.0',
|
|
20851
20853
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
20852
20854
|
method: 'get',
|
|
20853
20855
|
body: null,
|
|
@@ -21116,7 +21118,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
21116
21118
|
function createResourceRequest$J(config) {
|
|
21117
21119
|
const headers = {};
|
|
21118
21120
|
return {
|
|
21119
|
-
baseUri: '/services/data/
|
|
21121
|
+
baseUri: '/services/data/v63.0',
|
|
21120
21122
|
basePath: '/ui-api/list-info/batch',
|
|
21121
21123
|
method: 'get',
|
|
21122
21124
|
body: null,
|
|
@@ -21261,7 +21263,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
21261
21263
|
function createResourceRequest$I(config) {
|
|
21262
21264
|
const headers = {};
|
|
21263
21265
|
return {
|
|
21264
|
-
baseUri: '/services/data/
|
|
21266
|
+
baseUri: '/services/data/v63.0',
|
|
21265
21267
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
21266
21268
|
method: 'get',
|
|
21267
21269
|
body: null,
|
|
@@ -21567,7 +21569,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
21567
21569
|
function createResourceRequest$H(config) {
|
|
21568
21570
|
const headers = {};
|
|
21569
21571
|
return {
|
|
21570
|
-
baseUri: '/services/data/
|
|
21572
|
+
baseUri: '/services/data/v63.0',
|
|
21571
21573
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '',
|
|
21572
21574
|
method: 'post',
|
|
21573
21575
|
body: config.body,
|
|
@@ -21679,7 +21681,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
21679
21681
|
function createResourceRequest$G(config) {
|
|
21680
21682
|
const headers = {};
|
|
21681
21683
|
return {
|
|
21682
|
-
baseUri: '/services/data/
|
|
21684
|
+
baseUri: '/services/data/v63.0',
|
|
21683
21685
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21684
21686
|
method: 'delete',
|
|
21685
21687
|
body: null,
|
|
@@ -21857,7 +21859,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
21857
21859
|
function createResourceRequest$F(config) {
|
|
21858
21860
|
const headers = {};
|
|
21859
21861
|
return {
|
|
21860
|
-
baseUri: '/services/data/
|
|
21862
|
+
baseUri: '/services/data/v63.0',
|
|
21861
21863
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21862
21864
|
method: 'patch',
|
|
21863
21865
|
body: config.body,
|
|
@@ -22584,7 +22586,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
22584
22586
|
function createResourceRequest$E(config) {
|
|
22585
22587
|
const headers = {};
|
|
22586
22588
|
return {
|
|
22587
|
-
baseUri: '/services/data/
|
|
22589
|
+
baseUri: '/services/data/v63.0',
|
|
22588
22590
|
basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
|
|
22589
22591
|
method: 'get',
|
|
22590
22592
|
body: null,
|
|
@@ -22893,7 +22895,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
22893
22895
|
function createResourceRequest$D(config) {
|
|
22894
22896
|
const headers = {};
|
|
22895
22897
|
return {
|
|
22896
|
-
baseUri: '/services/data/
|
|
22898
|
+
baseUri: '/services/data/v63.0',
|
|
22897
22899
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22898
22900
|
method: 'get',
|
|
22899
22901
|
body: null,
|
|
@@ -23037,7 +23039,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
|
|
|
23037
23039
|
function createResourceRequest$C(config) {
|
|
23038
23040
|
const headers = {};
|
|
23039
23041
|
return {
|
|
23040
|
-
baseUri: '/services/data/
|
|
23042
|
+
baseUri: '/services/data/v63.0',
|
|
23041
23043
|
basePath: '/ui-api/list-preferences/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
23042
23044
|
method: 'patch',
|
|
23043
23045
|
body: config.body,
|
|
@@ -23347,7 +23349,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
23347
23349
|
function createResourceRequest$B(config) {
|
|
23348
23350
|
const headers = {};
|
|
23349
23351
|
return {
|
|
23350
|
-
baseUri: '/services/data/
|
|
23352
|
+
baseUri: '/services/data/v63.0',
|
|
23351
23353
|
basePath: '/ui-api/nav-items',
|
|
23352
23354
|
method: 'get',
|
|
23353
23355
|
body: null,
|
|
@@ -23483,7 +23485,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
23483
23485
|
function createResourceRequest$A(config) {
|
|
23484
23486
|
const headers = {};
|
|
23485
23487
|
return {
|
|
23486
|
-
baseUri: '/services/data/
|
|
23488
|
+
baseUri: '/services/data/v63.0',
|
|
23487
23489
|
basePath: '/ui-api/object-info',
|
|
23488
23490
|
method: 'get',
|
|
23489
23491
|
body: null,
|
|
@@ -23828,7 +23830,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
23828
23830
|
function createResourceRequest$z(config) {
|
|
23829
23831
|
const headers = {};
|
|
23830
23832
|
return {
|
|
23831
|
-
baseUri: '/services/data/
|
|
23833
|
+
baseUri: '/services/data/v63.0',
|
|
23832
23834
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
23833
23835
|
method: 'get',
|
|
23834
23836
|
body: null,
|
|
@@ -24157,8 +24159,8 @@ const select$L = function PicklistValueRepresentationSelect() {
|
|
|
24157
24159
|
const keyBuilderFromType$i =
|
|
24158
24160
|
/**
|
|
24159
24161
|
* custom key builder from PicklistValuesRepresentation.
|
|
24160
|
-
* PicklistValuesRepresentation.url is like /services/data/
|
|
24161
|
-
* the '/services/data/
|
|
24162
|
+
* PicklistValuesRepresentation.url is like /services/data/v63.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/AccountSource
|
|
24163
|
+
* the '/services/data/v63.0' in the key make trouble for new js release. so chop it off make the key unique cross releases.
|
|
24162
24164
|
*/
|
|
24163
24165
|
function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
24164
24166
|
const id = object.url.substring(object.url.indexOf('/ui-api'));
|
|
@@ -24311,7 +24313,7 @@ function getTypeCacheKeys$s(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24311
24313
|
});
|
|
24312
24314
|
}
|
|
24313
24315
|
|
|
24314
|
-
const TTL$g =
|
|
24316
|
+
const TTL$g = 900000;
|
|
24315
24317
|
const VERSION$t = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
24316
24318
|
function validate$X(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
24317
24319
|
const v_error = (() => {
|
|
@@ -24468,7 +24470,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
24468
24470
|
function createResourceRequest$y(config) {
|
|
24469
24471
|
const headers = {};
|
|
24470
24472
|
return {
|
|
24471
|
-
baseUri: '/services/data/
|
|
24473
|
+
baseUri: '/services/data/v63.0',
|
|
24472
24474
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
24473
24475
|
method: 'get',
|
|
24474
24476
|
body: null,
|
|
@@ -24573,7 +24575,7 @@ function getResponseCacheKeys$u(storeKeyMap, luvio, resourceParams, response) {
|
|
|
24573
24575
|
function createResourceRequest$x(config) {
|
|
24574
24576
|
const headers = {};
|
|
24575
24577
|
return {
|
|
24576
|
-
baseUri: '/services/data/
|
|
24578
|
+
baseUri: '/services/data/v63.0',
|
|
24577
24579
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
24578
24580
|
method: 'get',
|
|
24579
24581
|
body: null,
|
|
@@ -24786,7 +24788,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
24786
24788
|
function createResourceRequest$w(config) {
|
|
24787
24789
|
const headers = {};
|
|
24788
24790
|
return {
|
|
24789
|
-
baseUri: '/services/data/
|
|
24791
|
+
baseUri: '/services/data/v63.0',
|
|
24790
24792
|
basePath: '/ui-api/path/layout/' + config.urlParams.objectApiName + '',
|
|
24791
24793
|
method: 'get',
|
|
24792
24794
|
body: null,
|
|
@@ -25112,7 +25114,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
25112
25114
|
function createResourceRequest$v(config) {
|
|
25113
25115
|
const headers = {};
|
|
25114
25116
|
return {
|
|
25115
|
-
baseUri: '/services/data/
|
|
25117
|
+
baseUri: '/services/data/v63.0',
|
|
25116
25118
|
basePath: '/ui-api/predupe',
|
|
25117
25119
|
method: 'post',
|
|
25118
25120
|
body: config.body,
|
|
@@ -26210,7 +26212,7 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26210
26212
|
throw new Error(`Invalid discriminatorValue "${discriminatorValue}". Expected one of "200","400","404"`);
|
|
26211
26213
|
}
|
|
26212
26214
|
|
|
26213
|
-
const TTL$d =
|
|
26215
|
+
const TTL$d = 3600000;
|
|
26214
26216
|
const VERSION$i = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
26215
26217
|
function validate$J(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
26216
26218
|
const v_error = (() => {
|
|
@@ -26331,7 +26333,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
26331
26333
|
function createResourceRequest$u(config) {
|
|
26332
26334
|
const headers = {};
|
|
26333
26335
|
return {
|
|
26334
|
-
baseUri: '/services/data/
|
|
26336
|
+
baseUri: '/services/data/v63.0',
|
|
26335
26337
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
26336
26338
|
method: 'get',
|
|
26337
26339
|
body: null,
|
|
@@ -27196,7 +27198,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
27196
27198
|
function createResourceRequest$t(config) {
|
|
27197
27199
|
const headers = {};
|
|
27198
27200
|
return {
|
|
27199
|
-
baseUri: '/services/data/
|
|
27201
|
+
baseUri: '/services/data/v63.0',
|
|
27200
27202
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
27201
27203
|
method: 'get',
|
|
27202
27204
|
body: null,
|
|
@@ -27461,7 +27463,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
27461
27463
|
function createResourceRequest$s(config) {
|
|
27462
27464
|
const headers = {};
|
|
27463
27465
|
return {
|
|
27464
|
-
baseUri: '/services/data/
|
|
27466
|
+
baseUri: '/services/data/v63.0',
|
|
27465
27467
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
27466
27468
|
method: 'get',
|
|
27467
27469
|
body: null,
|
|
@@ -28155,7 +28157,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
28155
28157
|
function createResourceRequest$r(config) {
|
|
28156
28158
|
const headers = {};
|
|
28157
28159
|
return {
|
|
28158
|
-
baseUri: '/services/data/
|
|
28160
|
+
baseUri: '/services/data/v63.0',
|
|
28159
28161
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
28160
28162
|
method: 'get',
|
|
28161
28163
|
body: null,
|
|
@@ -28425,7 +28427,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
28425
28427
|
function createResourceRequest$q(config) {
|
|
28426
28428
|
const headers = {};
|
|
28427
28429
|
return {
|
|
28428
|
-
baseUri: '/services/data/
|
|
28430
|
+
baseUri: '/services/data/v63.0',
|
|
28429
28431
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
28430
28432
|
method: 'get',
|
|
28431
28433
|
body: null,
|
|
@@ -28819,7 +28821,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
28819
28821
|
function createResourceRequest$p(config) {
|
|
28820
28822
|
const headers = {};
|
|
28821
28823
|
return {
|
|
28822
|
-
baseUri: '/services/data/
|
|
28824
|
+
baseUri: '/services/data/v63.0',
|
|
28823
28825
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
28824
28826
|
method: 'get',
|
|
28825
28827
|
body: null,
|
|
@@ -29073,7 +29075,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
29073
29075
|
function createResourceRequest$o(config) {
|
|
29074
29076
|
const headers = {};
|
|
29075
29077
|
return {
|
|
29076
|
-
baseUri: '/services/data/
|
|
29078
|
+
baseUri: '/services/data/v63.0',
|
|
29077
29079
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
29078
29080
|
method: 'patch',
|
|
29079
29081
|
body: config.body,
|
|
@@ -29313,7 +29315,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
29313
29315
|
function createResourceRequest$n(config) {
|
|
29314
29316
|
const headers = {};
|
|
29315
29317
|
return {
|
|
29316
|
-
baseUri: '/services/data/
|
|
29318
|
+
baseUri: '/services/data/v63.0',
|
|
29317
29319
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
29318
29320
|
method: 'get',
|
|
29319
29321
|
body: null,
|
|
@@ -29575,7 +29577,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
29575
29577
|
function createResourceRequest$m(config) {
|
|
29576
29578
|
const headers = {};
|
|
29577
29579
|
return {
|
|
29578
|
-
baseUri: '/services/data/
|
|
29580
|
+
baseUri: '/services/data/v63.0',
|
|
29579
29581
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
29580
29582
|
method: 'get',
|
|
29581
29583
|
body: null,
|
|
@@ -29784,7 +29786,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
29784
29786
|
function createResourceRequest$l(config) {
|
|
29785
29787
|
const headers = {};
|
|
29786
29788
|
return {
|
|
29787
|
-
baseUri: '/services/data/
|
|
29789
|
+
baseUri: '/services/data/v63.0',
|
|
29788
29790
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
29789
29791
|
method: 'patch',
|
|
29790
29792
|
body: config.body,
|
|
@@ -30819,7 +30821,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
30819
30821
|
function createResourceRequest$k(config) {
|
|
30820
30822
|
const headers = {};
|
|
30821
30823
|
return {
|
|
30822
|
-
baseUri: '/services/data/
|
|
30824
|
+
baseUri: '/services/data/v63.0',
|
|
30823
30825
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
30824
30826
|
method: 'post',
|
|
30825
30827
|
body: config.body,
|
|
@@ -31104,7 +31106,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
31104
31106
|
function createResourceRequest$j(config) {
|
|
31105
31107
|
const headers = {};
|
|
31106
31108
|
return {
|
|
31107
|
-
baseUri: '/services/data/
|
|
31109
|
+
baseUri: '/services/data/v63.0',
|
|
31108
31110
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
31109
31111
|
method: 'post',
|
|
31110
31112
|
body: config.body,
|
|
@@ -31469,7 +31471,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
31469
31471
|
}
|
|
31470
31472
|
|
|
31471
31473
|
const TTL$9 = 30000;
|
|
31472
|
-
const VERSION$b = "
|
|
31474
|
+
const VERSION$b = "46ebae6041d5914e45bd2ccc6cb89271";
|
|
31473
31475
|
function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
31474
31476
|
const v_error = (() => {
|
|
31475
31477
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -31501,6 +31503,32 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
31501
31503
|
message += '\n' + obj_channel_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
31502
31504
|
return new TypeError(message);
|
|
31503
31505
|
}
|
|
31506
|
+
const obj_configurationName = obj.configurationName;
|
|
31507
|
+
const path_configurationName = path + '.configurationName';
|
|
31508
|
+
let obj_configurationName_union0 = null;
|
|
31509
|
+
const obj_configurationName_union0_error = (() => {
|
|
31510
|
+
if (typeof obj_configurationName !== 'string') {
|
|
31511
|
+
return new TypeError('Expected "string" but received "' + typeof obj_configurationName + '" (at "' + path_configurationName + '")');
|
|
31512
|
+
}
|
|
31513
|
+
})();
|
|
31514
|
+
if (obj_configurationName_union0_error != null) {
|
|
31515
|
+
obj_configurationName_union0 = obj_configurationName_union0_error.message;
|
|
31516
|
+
}
|
|
31517
|
+
let obj_configurationName_union1 = null;
|
|
31518
|
+
const obj_configurationName_union1_error = (() => {
|
|
31519
|
+
if (obj_configurationName !== null) {
|
|
31520
|
+
return new TypeError('Expected "null" but received "' + typeof obj_configurationName + '" (at "' + path_configurationName + '")');
|
|
31521
|
+
}
|
|
31522
|
+
})();
|
|
31523
|
+
if (obj_configurationName_union1_error != null) {
|
|
31524
|
+
obj_configurationName_union1 = obj_configurationName_union1_error.message;
|
|
31525
|
+
}
|
|
31526
|
+
if (obj_configurationName_union0 && obj_configurationName_union1) {
|
|
31527
|
+
let message = 'Object doesn\'t match union (at "' + path_configurationName + '")';
|
|
31528
|
+
message += '\n' + obj_configurationName_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
31529
|
+
message += '\n' + obj_configurationName_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
31530
|
+
return new TypeError(message);
|
|
31531
|
+
}
|
|
31504
31532
|
const obj_filters = obj.filters;
|
|
31505
31533
|
const path_filters = path + '.filters';
|
|
31506
31534
|
if (!ArrayIsArray(obj_filters)) {
|
|
@@ -31526,12 +31554,13 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
31526
31554
|
}
|
|
31527
31555
|
const RepresentationType$c = 'SearchFilterMetadataCollectionRepresentation';
|
|
31528
31556
|
function keyBuilder$o(luvio, config) {
|
|
31529
|
-
return keyPrefix + '::' + RepresentationType$c + ':' + config.objectApiName + ':' + (config.channel === null ? '' : config.channel);
|
|
31557
|
+
return keyPrefix + '::' + RepresentationType$c + ':' + config.objectApiName + ':' + (config.channel === null ? '' : config.channel) + ':' + (config.configurationName === null ? '' : config.configurationName);
|
|
31530
31558
|
}
|
|
31531
31559
|
function keyBuilderFromType$9(luvio, object) {
|
|
31532
31560
|
const keyParams = {
|
|
31533
31561
|
objectApiName: object.objectApiName,
|
|
31534
|
-
channel: object.channel
|
|
31562
|
+
channel: object.channel,
|
|
31563
|
+
configurationName: object.configurationName
|
|
31535
31564
|
};
|
|
31536
31565
|
return keyBuilder$o(luvio, keyParams);
|
|
31537
31566
|
}
|
|
@@ -31580,7 +31609,8 @@ function select$e(luvio, params) {
|
|
|
31580
31609
|
function keyBuilder$n(luvio, params) {
|
|
31581
31610
|
return keyBuilder$o(luvio, {
|
|
31582
31611
|
objectApiName: params.urlParams.objectApiName,
|
|
31583
|
-
channel: params.queryParams.channel || null
|
|
31612
|
+
channel: params.queryParams.channel || null,
|
|
31613
|
+
configurationName: params.queryParams.configurationName || null
|
|
31584
31614
|
});
|
|
31585
31615
|
}
|
|
31586
31616
|
function getResponseCacheKeys$f(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -31618,7 +31648,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
31618
31648
|
function createResourceRequest$i(config) {
|
|
31619
31649
|
const headers = {};
|
|
31620
31650
|
return {
|
|
31621
|
-
baseUri: '/services/data/
|
|
31651
|
+
baseUri: '/services/data/v63.0',
|
|
31622
31652
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
31623
31653
|
method: 'get',
|
|
31624
31654
|
body: null,
|
|
@@ -31633,6 +31663,7 @@ const adapterName$e = 'getSearchFilterMetadata';
|
|
|
31633
31663
|
const getSearchFilterMetadata_ConfigPropertyMetadata = [
|
|
31634
31664
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
31635
31665
|
generateParamConfigMetadata('channel', false, 1 /* QueryParameter */, 0 /* String */),
|
|
31666
|
+
generateParamConfigMetadata('configurationName', false, 1 /* QueryParameter */, 0 /* String */),
|
|
31636
31667
|
];
|
|
31637
31668
|
const getSearchFilterMetadata_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$e, getSearchFilterMetadata_ConfigPropertyMetadata);
|
|
31638
31669
|
const createResourceParams$f = /*#__PURE__*/ createResourceParams$13(getSearchFilterMetadata_ConfigPropertyMetadata);
|
|
@@ -31873,7 +31904,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
31873
31904
|
function createResourceRequest$h(config) {
|
|
31874
31905
|
const headers = {};
|
|
31875
31906
|
return {
|
|
31876
|
-
baseUri: '/services/data/
|
|
31907
|
+
baseUri: '/services/data/v63.0',
|
|
31877
31908
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
31878
31909
|
method: 'get',
|
|
31879
31910
|
body: null,
|
|
@@ -32291,7 +32322,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
32291
32322
|
function createResourceRequest$g(config) {
|
|
32292
32323
|
const headers = {};
|
|
32293
32324
|
return {
|
|
32294
|
-
baseUri: '/services/data/
|
|
32325
|
+
baseUri: '/services/data/v63.0',
|
|
32295
32326
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
32296
32327
|
method: 'get',
|
|
32297
32328
|
body: null,
|
|
@@ -32805,8 +32836,29 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
32805
32836
|
}
|
|
32806
32837
|
const obj_answerType = obj.answerType;
|
|
32807
32838
|
const path_answerType = path + '.answerType';
|
|
32808
|
-
|
|
32809
|
-
|
|
32839
|
+
let obj_answerType_union0 = null;
|
|
32840
|
+
const obj_answerType_union0_error = (() => {
|
|
32841
|
+
if (typeof obj_answerType !== 'string') {
|
|
32842
|
+
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
32843
|
+
}
|
|
32844
|
+
})();
|
|
32845
|
+
if (obj_answerType_union0_error != null) {
|
|
32846
|
+
obj_answerType_union0 = obj_answerType_union0_error.message;
|
|
32847
|
+
}
|
|
32848
|
+
let obj_answerType_union1 = null;
|
|
32849
|
+
const obj_answerType_union1_error = (() => {
|
|
32850
|
+
if (obj_answerType !== null) {
|
|
32851
|
+
return new TypeError('Expected "null" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
32852
|
+
}
|
|
32853
|
+
})();
|
|
32854
|
+
if (obj_answerType_union1_error != null) {
|
|
32855
|
+
obj_answerType_union1 = obj_answerType_union1_error.message;
|
|
32856
|
+
}
|
|
32857
|
+
if (obj_answerType_union0 && obj_answerType_union1) {
|
|
32858
|
+
let message = 'Object doesn\'t match union (at "' + path_answerType + '")';
|
|
32859
|
+
message += '\n' + obj_answerType_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
32860
|
+
message += '\n' + obj_answerType_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
32861
|
+
return new TypeError(message);
|
|
32810
32862
|
}
|
|
32811
32863
|
const obj_appliedFilters = obj.appliedFilters;
|
|
32812
32864
|
const path_appliedFilters = path + '.appliedFilters';
|
|
@@ -32825,8 +32877,29 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
32825
32877
|
}
|
|
32826
32878
|
const obj_passage = obj.passage;
|
|
32827
32879
|
const path_passage = path + '.passage';
|
|
32828
|
-
|
|
32829
|
-
|
|
32880
|
+
let obj_passage_union0 = null;
|
|
32881
|
+
const obj_passage_union0_error = (() => {
|
|
32882
|
+
if (typeof obj_passage !== 'string') {
|
|
32883
|
+
return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
32884
|
+
}
|
|
32885
|
+
})();
|
|
32886
|
+
if (obj_passage_union0_error != null) {
|
|
32887
|
+
obj_passage_union0 = obj_passage_union0_error.message;
|
|
32888
|
+
}
|
|
32889
|
+
let obj_passage_union1 = null;
|
|
32890
|
+
const obj_passage_union1_error = (() => {
|
|
32891
|
+
if (obj_passage !== null) {
|
|
32892
|
+
return new TypeError('Expected "null" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
32893
|
+
}
|
|
32894
|
+
})();
|
|
32895
|
+
if (obj_passage_union1_error != null) {
|
|
32896
|
+
obj_passage_union1 = obj_passage_union1_error.message;
|
|
32897
|
+
}
|
|
32898
|
+
if (obj_passage_union0 && obj_passage_union1) {
|
|
32899
|
+
let message = 'Object doesn\'t match union (at "' + path_passage + '")';
|
|
32900
|
+
message += '\n' + obj_passage_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
32901
|
+
message += '\n' + obj_passage_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
32902
|
+
return new TypeError(message);
|
|
32830
32903
|
}
|
|
32831
32904
|
const obj_records = obj.records;
|
|
32832
32905
|
const path_records = path + '.records';
|
|
@@ -33163,7 +33236,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
33163
33236
|
function createResourceRequest$f(config) {
|
|
33164
33237
|
const headers = {};
|
|
33165
33238
|
return {
|
|
33166
|
-
baseUri: '/services/data/
|
|
33239
|
+
baseUri: '/services/data/v63.0',
|
|
33167
33240
|
basePath: '/ui-api/search/results',
|
|
33168
33241
|
method: 'post',
|
|
33169
33242
|
body: config.body,
|
|
@@ -33437,7 +33510,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
33437
33510
|
function createResourceRequest$e(config) {
|
|
33438
33511
|
const headers = {};
|
|
33439
33512
|
return {
|
|
33440
|
-
baseUri: '/services/data/
|
|
33513
|
+
baseUri: '/services/data/v63.0',
|
|
33441
33514
|
basePath: '/ui-api/search/results/keyword',
|
|
33442
33515
|
method: 'post',
|
|
33443
33516
|
body: config.body,
|
|
@@ -33683,7 +33756,7 @@ function ingestSuccess$4(luvio, response) {
|
|
|
33683
33756
|
function createResourceRequest$d(config) {
|
|
33684
33757
|
const headers = {};
|
|
33685
33758
|
return {
|
|
33686
|
-
baseUri: '/services/data/
|
|
33759
|
+
baseUri: '/services/data/v63.0',
|
|
33687
33760
|
basePath: '/ui-api/records/batch',
|
|
33688
33761
|
method: 'post',
|
|
33689
33762
|
body: config.body,
|
|
@@ -33805,7 +33878,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
33805
33878
|
function createResourceRequest$c(config) {
|
|
33806
33879
|
const headers = {};
|
|
33807
33880
|
return {
|
|
33808
|
-
baseUri: '/services/data/
|
|
33881
|
+
baseUri: '/services/data/v63.0',
|
|
33809
33882
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
33810
33883
|
method: 'patch',
|
|
33811
33884
|
body: config.body,
|
|
@@ -33934,7 +34007,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
33934
34007
|
function createResourceRequest$b(config) {
|
|
33935
34008
|
const headers = {};
|
|
33936
34009
|
return {
|
|
33937
|
-
baseUri: '/services/data/
|
|
34010
|
+
baseUri: '/services/data/v63.0',
|
|
33938
34011
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
33939
34012
|
method: 'post',
|
|
33940
34013
|
body: config.body,
|
|
@@ -34040,7 +34113,7 @@ const factory$c = performQuickActionAdapterFactory;
|
|
|
34040
34113
|
function createResourceRequest$a(config) {
|
|
34041
34114
|
const headers = {};
|
|
34042
34115
|
return {
|
|
34043
|
-
baseUri: '/services/data/
|
|
34116
|
+
baseUri: '/services/data/v63.0',
|
|
34044
34117
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
34045
34118
|
method: 'patch',
|
|
34046
34119
|
body: config.body,
|
|
@@ -34521,7 +34594,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
|
34521
34594
|
function createResourceRequest$9(config) {
|
|
34522
34595
|
const headers = {};
|
|
34523
34596
|
return {
|
|
34524
|
-
baseUri: '/services/data/
|
|
34597
|
+
baseUri: '/services/data/v63.0',
|
|
34525
34598
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
34526
34599
|
method: 'post',
|
|
34527
34600
|
body: config.body,
|
|
@@ -34748,7 +34821,7 @@ const factory$9 = (luvio) => {
|
|
|
34748
34821
|
function createResourceRequest$8(config) {
|
|
34749
34822
|
const headers = {};
|
|
34750
34823
|
return {
|
|
34751
|
-
baseUri: '/services/data/
|
|
34824
|
+
baseUri: '/services/data/v63.0',
|
|
34752
34825
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
34753
34826
|
method: 'post',
|
|
34754
34827
|
body: config.body,
|
|
@@ -35357,7 +35430,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
|
35357
35430
|
function createResourceRequest$7(config) {
|
|
35358
35431
|
const headers = {};
|
|
35359
35432
|
return {
|
|
35360
|
-
baseUri: '/services/data/
|
|
35433
|
+
baseUri: '/services/data/v63.0',
|
|
35361
35434
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
35362
35435
|
method: 'get',
|
|
35363
35436
|
body: null,
|
|
@@ -35988,7 +36061,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
|
|
|
35988
36061
|
function createResourceRequest$6(config) {
|
|
35989
36062
|
const headers = {};
|
|
35990
36063
|
return {
|
|
35991
|
-
baseUri: '/services/data/
|
|
36064
|
+
baseUri: '/services/data/v63.0',
|
|
35992
36065
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
35993
36066
|
method: 'get',
|
|
35994
36067
|
body: null,
|
|
@@ -36619,7 +36692,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
36619
36692
|
function createResourceRequest$5(config) {
|
|
36620
36693
|
const headers = {};
|
|
36621
36694
|
return {
|
|
36622
|
-
baseUri: '/services/data/
|
|
36695
|
+
baseUri: '/services/data/v63.0',
|
|
36623
36696
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
36624
36697
|
method: 'get',
|
|
36625
36698
|
body: null,
|
|
@@ -36832,7 +36905,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
|
36832
36905
|
function createResourceRequest$4(config) {
|
|
36833
36906
|
const headers = {};
|
|
36834
36907
|
return {
|
|
36835
|
-
baseUri: '/services/data/
|
|
36908
|
+
baseUri: '/services/data/v63.0',
|
|
36836
36909
|
basePath: '/ui-api/records',
|
|
36837
36910
|
method: 'post',
|
|
36838
36911
|
body: config.body,
|
|
@@ -36934,7 +37007,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
36934
37007
|
function createResourceRequest$3(config) {
|
|
36935
37008
|
const headers = {};
|
|
36936
37009
|
return {
|
|
36937
|
-
baseUri: '/services/data/
|
|
37010
|
+
baseUri: '/services/data/v63.0',
|
|
36938
37011
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
36939
37012
|
method: 'delete',
|
|
36940
37013
|
body: null,
|
|
@@ -37021,7 +37094,7 @@ function createResourceRequest$2(config) {
|
|
|
37021
37094
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
37022
37095
|
}
|
|
37023
37096
|
return {
|
|
37024
|
-
baseUri: '/services/data/
|
|
37097
|
+
baseUri: '/services/data/v63.0',
|
|
37025
37098
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
37026
37099
|
method: 'patch',
|
|
37027
37100
|
body: config.body,
|
|
@@ -37344,7 +37417,7 @@ function createResourceParams$1(config) {
|
|
|
37344
37417
|
function createResourceRequest$1(config) {
|
|
37345
37418
|
const headers = {};
|
|
37346
37419
|
return {
|
|
37347
|
-
baseUri: '/services/data/
|
|
37420
|
+
baseUri: '/services/data/v63.0',
|
|
37348
37421
|
basePath: '/ui-api/records/content-documents/' +
|
|
37349
37422
|
config.urlParams.contentDocumentId +
|
|
37350
37423
|
'/content-versions',
|
|
@@ -37462,7 +37535,7 @@ function createResourceParams(config) {
|
|
|
37462
37535
|
function createResourceRequest(config) {
|
|
37463
37536
|
const headers = {};
|
|
37464
37537
|
return {
|
|
37465
|
-
baseUri: '/services/data/
|
|
37538
|
+
baseUri: '/services/data/v63.0',
|
|
37466
37539
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
37467
37540
|
method: 'post',
|
|
37468
37541
|
body: config.body,
|
|
@@ -37859,13 +37932,13 @@ const getObjectInfoMetadata = { apiFamily: keyPrefix, name: adapterName$_, ttl:
|
|
|
37859
37932
|
const getObjectInfosMetadata = { apiFamily: keyPrefix, name: adapterName$w };
|
|
37860
37933
|
const getPathLayoutMetadata = { apiFamily: keyPrefix, name: adapterName$t, ttl: 900000 };
|
|
37861
37934
|
const getPicklistValuesMetadata = { apiFamily: keyPrefix, name: adapterName$u, ttl: 900000 };
|
|
37862
|
-
const getPicklistValuesByRecordTypeMetadata = { apiFamily: keyPrefix, name: adapterName$v, ttl:
|
|
37935
|
+
const getPicklistValuesByRecordTypeMetadata = { apiFamily: keyPrefix, name: adapterName$v, ttl: 900000 };
|
|
37863
37936
|
const getQuickActionDefaultsMetadata = { apiFamily: keyPrefix, name: adapterName$S, ttl: 900000 };
|
|
37864
37937
|
const getQuickActionInfoMetadata = { apiFamily: keyPrefix, name: adapterName$T, ttl: 900000 };
|
|
37865
37938
|
const getQuickActionLayoutMetadata = { apiFamily: keyPrefix, name: adapterName$Y, ttl: 900000 };
|
|
37866
37939
|
const getRecordMetadata = { apiFamily: keyPrefix, name: 'getRecord', ttl: 30000 };
|
|
37867
37940
|
const getRecordActionsMetadata = { apiFamily: keyPrefix, name: adapterName$R, ttl: 300000 };
|
|
37868
|
-
const getRecordAvatarsMetadata = { apiFamily: keyPrefix, name: adapterName$r, ttl:
|
|
37941
|
+
const getRecordAvatarsMetadata = { apiFamily: keyPrefix, name: adapterName$r, ttl: 3600000 };
|
|
37869
37942
|
const getRecordCreateDefaultsMetadata = { apiFamily: keyPrefix, name: 'getRecordCreateDefaults', ttl: 900000 };
|
|
37870
37943
|
const getRecordEditActionsMetadata = { apiFamily: keyPrefix, name: adapterName$Q, ttl: 300000 };
|
|
37871
37944
|
const getRecordTemplateCloneMetadata = { apiFamily: keyPrefix, name: 'getRecordTemplateClone', ttl: 1000 };
|
|
@@ -38283,4 +38356,4 @@ withDefaultLuvio((luvio) => {
|
|
|
38283
38356
|
});
|
|
38284
38357
|
|
|
38285
38358
|
export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1e as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$D as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
38286
|
-
// version: 1.
|
|
38359
|
+
// version: 1.312.0-0d267bac6a
|