@salesforce/lds-adapters-uiapi 1.311.1 → 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/getSearchFilterMetadata.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiSearchInfoFiltersByObjectApiName.d.ts +1 -0
- 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/SearchFilterMetadataCollectionRepresentation.d.ts +7 -1
- package/dist/es/es2018/uiapi-records-service.js +37 -6
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +40 -9
- package/src/raml/api.raml +6 -0
- package/src/raml/luvio.raml +5 -3
|
@@ -8,6 +8,7 @@ export declare const getSearchFilterMetadata_ConfigPropertyNames: adapter$45$uti
|
|
|
8
8
|
export interface GetSearchFilterMetadataConfig {
|
|
9
9
|
objectApiName: string;
|
|
10
10
|
channel?: string;
|
|
11
|
+
configurationName?: string;
|
|
11
12
|
}
|
|
12
13
|
export declare const createResourceParams: (config: GetSearchFilterMetadataConfig) => resources_getUiApiSearchInfoFiltersByObjectApiName_ResourceRequestConfig;
|
|
13
14
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSearchFilterMetadataConfig): string;
|
package/dist/es/es2018/types/src/generated/types/PicklistValuesCollectionRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, PathSelection as $64$luvio_engine_PathSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
import { PicklistValuesRepresentation as PicklistValuesRepresentation_PicklistValuesRepresentation } from './PicklistValuesRepresentation';
|
|
3
|
-
export declare const TTL =
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
4
|
export declare const VERSION = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
@@ -2,7 +2,7 @@ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Lu
|
|
|
2
2
|
import { RecordAvatarBatchRepresentation as RecordAvatarBatchRepresentation_RecordAvatarBatchRepresentation } from './RecordAvatarBatchRepresentation';
|
|
3
3
|
import { ErrorBadRequestRecordAvatarBatchRepresentation as ErrorBadRequestRecordAvatarBatchRepresentation_ErrorBadRequestRecordAvatarBatchRepresentation } from './ErrorBadRequestRecordAvatarBatchRepresentation';
|
|
4
4
|
import { ErrorRecordAvatarBatchRepresentation as ErrorRecordAvatarBatchRepresentation_ErrorRecordAvatarBatchRepresentation } from './ErrorRecordAvatarBatchRepresentation';
|
|
5
|
-
export declare const TTL =
|
|
5
|
+
export declare const TTL = 3600000;
|
|
6
6
|
export declare const VERSION = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
8
|
export declare const RepresentationType: string;
|
package/dist/es/es2018/types/src/generated/types/SearchFilterMetadataCollectionRepresentation.d.ts
CHANGED
|
@@ -3,12 +3,13 @@ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $
|
|
|
3
3
|
import { SearchFieldFilterDefinitionRepresentation as SearchFieldFilterDefinitionRepresentation_SearchFieldFilterDefinitionRepresentation } from './SearchFieldFilterDefinitionRepresentation';
|
|
4
4
|
import { SearchDataCategoryFilterDefinitionRepresentation as SearchDataCategoryFilterDefinitionRepresentation_SearchDataCategoryFilterDefinitionRepresentation } from './SearchDataCategoryFilterDefinitionRepresentation';
|
|
5
5
|
export declare const TTL = 30000;
|
|
6
|
-
export declare const VERSION = "
|
|
6
|
+
export declare const VERSION = "46ebae6041d5914e45bd2ccc6cb89271";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
8
|
export declare const RepresentationType: string;
|
|
9
9
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
10
10
|
objectApiName: string;
|
|
11
11
|
channel: string | null;
|
|
12
|
+
configurationName: string | null;
|
|
12
13
|
}
|
|
13
14
|
export type SearchFilterMetadataCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
15
|
export type PartialSearchFilterMetadataCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
@@ -27,10 +28,13 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
27
28
|
* Keys:
|
|
28
29
|
* objectApiName (string): objectApiName
|
|
29
30
|
* channel (string | null): channel
|
|
31
|
+
* configurationName (string | null): configurationName
|
|
30
32
|
*/
|
|
31
33
|
export interface SearchFilterMetadataCollectionRepresentationNormalized {
|
|
32
34
|
/** Additional channel associated to the object. */
|
|
33
35
|
channel: string | null;
|
|
36
|
+
/** Applied configuration associated to the metadata. */
|
|
37
|
+
configurationName: string | null;
|
|
34
38
|
/** List of filter definitions. */
|
|
35
39
|
filters: Array<SearchFilterDefinitionRepresentation_SearchFilterDefinitionRepresentation>;
|
|
36
40
|
/** Api name of the object associated to the metadata. */
|
|
@@ -42,9 +46,11 @@ export interface SearchFilterMetadataCollectionRepresentationNormalized {
|
|
|
42
46
|
* Keys:
|
|
43
47
|
* objectApiName (string): objectApiName
|
|
44
48
|
* channel (string | null): channel
|
|
49
|
+
* configurationName (string | null): configurationName
|
|
45
50
|
*/
|
|
46
51
|
export interface SearchFilterMetadataCollectionRepresentation {
|
|
47
52
|
channel: string | null;
|
|
53
|
+
configurationName: string | null;
|
|
48
54
|
filters: Array<SearchFieldFilterDefinitionRepresentation_SearchFieldFilterDefinitionRepresentation | SearchDataCategoryFilterDefinitionRepresentation_SearchDataCategoryFilterDefinitionRepresentation>;
|
|
49
55
|
objectApiName: string;
|
|
50
56
|
}
|
|
@@ -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',
|
|
@@ -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 = (() => {
|
|
@@ -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 = (() => {
|
|
@@ -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) {
|
|
@@ -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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.312.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for record related UI API endpoints",
|
|
6
6
|
"main": "dist/es/es2018/uiapi-records-service.js",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@salesforce/lds-bindings": "^1.
|
|
72
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
71
|
+
"@salesforce/lds-bindings": "^1.312.0",
|
|
72
|
+
"@salesforce/lds-default-luvio": "^1.312.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@databases/sqlite": "^3.0.0",
|
|
76
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
77
|
-
"@salesforce/lds-jest": "^1.
|
|
78
|
-
"@salesforce/lds-store-binary": "^1.
|
|
76
|
+
"@salesforce/lds-compiler-plugins": "^1.312.0",
|
|
77
|
+
"@salesforce/lds-jest": "^1.312.0",
|
|
78
|
+
"@salesforce/lds-store-binary": "^1.312.0"
|
|
79
79
|
},
|
|
80
80
|
"luvioBundlesize": [
|
|
81
81
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -22244,4 +22244,4 @@ register({
|
|
|
22244
22244
|
});
|
|
22245
22245
|
|
|
22246
22246
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
22247
|
-
// version: 1.
|
|
22247
|
+
// version: 1.312.0-0d267bac6a
|
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',
|
|
@@ -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 = (() => {
|
|
@@ -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 = (() => {
|
|
@@ -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) {
|
|
@@ -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);
|
|
@@ -37901,13 +37932,13 @@ const getObjectInfoMetadata = { apiFamily: keyPrefix, name: adapterName$_, ttl:
|
|
|
37901
37932
|
const getObjectInfosMetadata = { apiFamily: keyPrefix, name: adapterName$w };
|
|
37902
37933
|
const getPathLayoutMetadata = { apiFamily: keyPrefix, name: adapterName$t, ttl: 900000 };
|
|
37903
37934
|
const getPicklistValuesMetadata = { apiFamily: keyPrefix, name: adapterName$u, ttl: 900000 };
|
|
37904
|
-
const getPicklistValuesByRecordTypeMetadata = { apiFamily: keyPrefix, name: adapterName$v, ttl:
|
|
37935
|
+
const getPicklistValuesByRecordTypeMetadata = { apiFamily: keyPrefix, name: adapterName$v, ttl: 900000 };
|
|
37905
37936
|
const getQuickActionDefaultsMetadata = { apiFamily: keyPrefix, name: adapterName$S, ttl: 900000 };
|
|
37906
37937
|
const getQuickActionInfoMetadata = { apiFamily: keyPrefix, name: adapterName$T, ttl: 900000 };
|
|
37907
37938
|
const getQuickActionLayoutMetadata = { apiFamily: keyPrefix, name: adapterName$Y, ttl: 900000 };
|
|
37908
37939
|
const getRecordMetadata = { apiFamily: keyPrefix, name: 'getRecord', ttl: 30000 };
|
|
37909
37940
|
const getRecordActionsMetadata = { apiFamily: keyPrefix, name: adapterName$R, ttl: 300000 };
|
|
37910
|
-
const getRecordAvatarsMetadata = { apiFamily: keyPrefix, name: adapterName$r, ttl:
|
|
37941
|
+
const getRecordAvatarsMetadata = { apiFamily: keyPrefix, name: adapterName$r, ttl: 3600000 };
|
|
37911
37942
|
const getRecordCreateDefaultsMetadata = { apiFamily: keyPrefix, name: 'getRecordCreateDefaults', ttl: 900000 };
|
|
37912
37943
|
const getRecordEditActionsMetadata = { apiFamily: keyPrefix, name: adapterName$Q, ttl: 300000 };
|
|
37913
37944
|
const getRecordTemplateCloneMetadata = { apiFamily: keyPrefix, name: 'getRecordTemplateClone', ttl: 1000 };
|
|
@@ -38325,4 +38356,4 @@ withDefaultLuvio((luvio) => {
|
|
|
38325
38356
|
});
|
|
38326
38357
|
|
|
38327
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 };
|
|
38328
|
-
// version: 1.
|
|
38359
|
+
// version: 1.312.0-0d267bac6a
|
package/src/raml/api.raml
CHANGED
|
@@ -4635,6 +4635,9 @@ types:
|
|
|
4635
4635
|
channel:
|
|
4636
4636
|
description: Additional channel associated to the object.
|
|
4637
4637
|
type: string | nil
|
|
4638
|
+
configurationName:
|
|
4639
|
+
description: Applied configuration associated to the metadata.
|
|
4640
|
+
type: string | nil
|
|
4638
4641
|
filters:
|
|
4639
4642
|
description: List of filter definitions.
|
|
4640
4643
|
type: array
|
|
@@ -8538,6 +8541,9 @@ types:
|
|
|
8538
8541
|
channel:
|
|
8539
8542
|
type: string
|
|
8540
8543
|
required: false
|
|
8544
|
+
configurationName:
|
|
8545
|
+
type: string
|
|
8546
|
+
required: false
|
|
8541
8547
|
uriParameters:
|
|
8542
8548
|
objectApiName:
|
|
8543
8549
|
type: string
|
package/src/raml/luvio.raml
CHANGED
|
@@ -372,11 +372,11 @@ types:
|
|
|
372
372
|
parameters:
|
|
373
373
|
recordId: id
|
|
374
374
|
RecordAvatarRepresentation:
|
|
375
|
-
(luvio.ttl):
|
|
375
|
+
(luvio.ttl): 3600000
|
|
376
376
|
RecordAvatarBulkMapRepresentation:
|
|
377
377
|
examples:
|
|
378
378
|
mockGetRecordAvatarsResponse: !include ../mocks/types/RecordAvatarBulkMapRepresentation/avatar-001xx0000000003AAA-001xx0000000004AAA-001xx0000000005AAA.json
|
|
379
|
-
(luvio.ttl):
|
|
379
|
+
(luvio.ttl): 3600000
|
|
380
380
|
AbstractRecordAvatarRepresentation:
|
|
381
381
|
(luvio.key):
|
|
382
382
|
recordId: recordId
|
|
@@ -434,7 +434,7 @@ types:
|
|
|
434
434
|
PicklistValuesCollectionRepresentation:
|
|
435
435
|
examples:
|
|
436
436
|
mockGetPicklistValuesByRecordTypeResponse: !include ../mocks/types/PicklistValuesCollectionRepresentation/picklist-Account-MasterRecordTypeId.json
|
|
437
|
-
(luvio.ttl):
|
|
437
|
+
(luvio.ttl): 900000
|
|
438
438
|
(luvio.private):
|
|
439
439
|
- eTag
|
|
440
440
|
RecordDefaultsRepresentation:
|
|
@@ -505,6 +505,7 @@ types:
|
|
|
505
505
|
(luvio.key):
|
|
506
506
|
objectApiName: objectApiName
|
|
507
507
|
channel: channel
|
|
508
|
+
configurationName: configurationName
|
|
508
509
|
SearchFilterOptionCollectionRepresentation:
|
|
509
510
|
(luvio.opaque): true
|
|
510
511
|
(luvio.ttl): 30000
|
|
@@ -1899,6 +1900,7 @@ types:
|
|
|
1899
1900
|
(luvio.key):
|
|
1900
1901
|
objectApiName: urlParams.objectApiName
|
|
1901
1902
|
channel: queryParams.channel || null
|
|
1903
|
+
configurationName: queryParams.configurationName || null
|
|
1902
1904
|
'/search-info/{objectApiName}/filters/{filterApiName}/options':
|
|
1903
1905
|
get:
|
|
1904
1906
|
(luvio.adapter):
|