@salesforce/lds-adapters-uiapi 1.214.2 → 1.215.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.
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type AdapterValidationConfig } from '../../generated/adapters/adapter-utils';
|
|
2
|
+
import { type GraphqlConfig } from '../../generated/adapters/graphql';
|
|
3
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, _configPropertyNames: AdapterValidationConfig): GraphqlConfig | null;
|
|
@@ -5200,7 +5200,7 @@ function typeCheckConfig$12(untrustedConfig) {
|
|
|
5200
5200
|
});
|
|
5201
5201
|
return config;
|
|
5202
5202
|
}
|
|
5203
|
-
function validateAdapterConfig$
|
|
5203
|
+
function validateAdapterConfig$14(untrustedConfig, configPropertyNames) {
|
|
5204
5204
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
5205
5205
|
return null;
|
|
5206
5206
|
}
|
|
@@ -6891,7 +6891,7 @@ function typeCheckConfig$11(untrustedConfig) {
|
|
|
6891
6891
|
});
|
|
6892
6892
|
return config;
|
|
6893
6893
|
}
|
|
6894
|
-
function validateAdapterConfig$
|
|
6894
|
+
function validateAdapterConfig$13(untrustedConfig, configPropertyNames) {
|
|
6895
6895
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
6896
6896
|
return null;
|
|
6897
6897
|
}
|
|
@@ -6957,7 +6957,7 @@ function buildCachedSnapshotCachePolicy$O(context, storeLookup) {
|
|
|
6957
6957
|
return cacheSnapshot;
|
|
6958
6958
|
}
|
|
6959
6959
|
const getListUiByApiNameAdapterFactory = (luvio) => function UiApi__getListUiByApiName(untrustedConfig, requestContext) {
|
|
6960
|
-
const config = validateAdapterConfig$
|
|
6960
|
+
const config = validateAdapterConfig$13(untrustedConfig, getListUiByApiName_ConfigPropertyNames);
|
|
6961
6961
|
// Invalid or incomplete config
|
|
6962
6962
|
if (config === null) {
|
|
6963
6963
|
return null;
|
|
@@ -7059,7 +7059,7 @@ function typeCheckConfig$10(untrustedConfig) {
|
|
|
7059
7059
|
});
|
|
7060
7060
|
return config;
|
|
7061
7061
|
}
|
|
7062
|
-
function validateAdapterConfig$
|
|
7062
|
+
function validateAdapterConfig$12(untrustedConfig, configPropertyNames) {
|
|
7063
7063
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
7064
7064
|
return null;
|
|
7065
7065
|
}
|
|
@@ -7125,7 +7125,7 @@ function buildCachedSnapshotCachePolicy$N(context, storeLookup) {
|
|
|
7125
7125
|
return cacheSnapshot;
|
|
7126
7126
|
}
|
|
7127
7127
|
const getListUiByListViewIdAdapterFactory = (luvio) => function UiApi__getListUiByListViewId(untrustedConfig, requestContext) {
|
|
7128
|
-
const config = validateAdapterConfig$
|
|
7128
|
+
const config = validateAdapterConfig$12(untrustedConfig, getListUiByListViewId_ConfigPropertyNames);
|
|
7129
7129
|
// Invalid or incomplete config
|
|
7130
7130
|
if (config === null) {
|
|
7131
7131
|
return null;
|
|
@@ -8257,7 +8257,7 @@ function typeCheckConfig$$(untrustedConfig) {
|
|
|
8257
8257
|
});
|
|
8258
8258
|
return config;
|
|
8259
8259
|
}
|
|
8260
|
-
function validateAdapterConfig$
|
|
8260
|
+
function validateAdapterConfig$11(untrustedConfig, configPropertyNames) {
|
|
8261
8261
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
8262
8262
|
return null;
|
|
8263
8263
|
}
|
|
@@ -8398,7 +8398,7 @@ function buildCachedSnapshotCachePolicy$M(context, storeLookup) {
|
|
|
8398
8398
|
return cacheSnapshot;
|
|
8399
8399
|
}
|
|
8400
8400
|
const getListViewSummaryCollectionAdapterFactory = (luvio) => function UiApi__getListViewSummaryCollection(untrustedConfig, requestContext) {
|
|
8401
|
-
const config = validateAdapterConfig$
|
|
8401
|
+
const config = validateAdapterConfig$11(untrustedConfig, getListViewSummaryCollection_ConfigPropertyNames);
|
|
8402
8402
|
// Invalid or incomplete config
|
|
8403
8403
|
if (config === null) {
|
|
8404
8404
|
return null;
|
|
@@ -8471,7 +8471,7 @@ function typeCheckConfig$_(untrustedConfig) {
|
|
|
8471
8471
|
});
|
|
8472
8472
|
return config;
|
|
8473
8473
|
}
|
|
8474
|
-
function validateAdapterConfig
|
|
8474
|
+
function validateAdapterConfig$10(untrustedConfig, configPropertyNames) {
|
|
8475
8475
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
8476
8476
|
return null;
|
|
8477
8477
|
}
|
|
@@ -8787,7 +8787,7 @@ function buildNetworkListUiSnapshot$1(context, coercedAdapterRequestContext) {
|
|
|
8787
8787
|
return buildNetworkSnapshot_getMruListRecords(luvio, config, listInfo, dispatchOptions, listUi);
|
|
8788
8788
|
}
|
|
8789
8789
|
const factory$j = (luvio) => function getMruListUi(untrustedConfig, requestContext) {
|
|
8790
|
-
const config = validateAdapterConfig
|
|
8790
|
+
const config = validateAdapterConfig$10(untrustedConfig, getMruListUi_ConfigPropertyNames_augmented);
|
|
8791
8791
|
if (config === null) {
|
|
8792
8792
|
return null;
|
|
8793
8793
|
}
|
|
@@ -9177,9 +9177,9 @@ function looksLikeGetMruListUiConfig(untrustedConfig) {
|
|
|
9177
9177
|
}
|
|
9178
9178
|
function validateGetListUiConfig(untrustedConfig) {
|
|
9179
9179
|
return looksLikeGetListUiByApiNameConfig(untrustedConfig)
|
|
9180
|
-
? validateAdapterConfig$
|
|
9180
|
+
? validateAdapterConfig$13(untrustedConfig, getListUiByApiName_ConfigPropertyNames_augmented)
|
|
9181
9181
|
: looksLikeGetListUiByListViewIdConfig(untrustedConfig)
|
|
9182
|
-
? validateAdapterConfig$
|
|
9182
|
+
? validateAdapterConfig$12(untrustedConfig, getListUiByListViewId_ConfigPropertyNames_augmented)
|
|
9183
9183
|
: null;
|
|
9184
9184
|
}
|
|
9185
9185
|
// the listViewApiName value to pass to getListUi() to request the MRU list
|
|
@@ -10242,7 +10242,7 @@ function typeCheckConfig$Z(untrustedConfig) {
|
|
|
10242
10242
|
});
|
|
10243
10243
|
return config;
|
|
10244
10244
|
}
|
|
10245
|
-
function validateAdapterConfig
|
|
10245
|
+
function validateAdapterConfig$$(untrustedConfig, configPropertyNames) {
|
|
10246
10246
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
10247
10247
|
return null;
|
|
10248
10248
|
}
|
|
@@ -10305,7 +10305,7 @@ function buildCachedSnapshotCachePolicy$L(context, storeLookup) {
|
|
|
10305
10305
|
return cacheSnapshot;
|
|
10306
10306
|
}
|
|
10307
10307
|
const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(untrustedConfig, requestContext) {
|
|
10308
|
-
const config = validateAdapterConfig
|
|
10308
|
+
const config = validateAdapterConfig$$(untrustedConfig, getObjectInfo_ConfigPropertyNames);
|
|
10309
10309
|
// Invalid or incomplete config
|
|
10310
10310
|
if (config === null) {
|
|
10311
10311
|
return null;
|
|
@@ -11290,7 +11290,7 @@ function typeCheckConfig$Y(untrustedConfig) {
|
|
|
11290
11290
|
});
|
|
11291
11291
|
return config;
|
|
11292
11292
|
}
|
|
11293
|
-
function validateAdapterConfig$
|
|
11293
|
+
function validateAdapterConfig$_(untrustedConfig, configPropertyNames) {
|
|
11294
11294
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11295
11295
|
return null;
|
|
11296
11296
|
}
|
|
@@ -11790,7 +11790,7 @@ function buildNetworkRecordUiRepresentationSnapshot(context, coercedAdapterReque
|
|
|
11790
11790
|
return buildNetworkSnapshot$X(context.luvio, context.config, dispatchOptions);
|
|
11791
11791
|
}
|
|
11792
11792
|
function coerceConfigWithDefaults$3(untrustedConfig) {
|
|
11793
|
-
const config = validateAdapterConfig$
|
|
11793
|
+
const config = validateAdapterConfig$_(untrustedConfig, GET_RECORDUI_ADAPTER_CONFIG);
|
|
11794
11794
|
if (config === null) {
|
|
11795
11795
|
return null;
|
|
11796
11796
|
}
|
|
@@ -12340,7 +12340,7 @@ const notifyChangeFactory = (luvio) => {
|
|
|
12340
12340
|
const factory$g = (luvio) => {
|
|
12341
12341
|
return luvio.withContext(function getRecord(untrustedConfig, adapterContext, requestContext) {
|
|
12342
12342
|
// standard config validation and coercion
|
|
12343
|
-
const config = validateAdapterConfig$
|
|
12343
|
+
const config = validateAdapterConfig$14(untrustedConfig, GET_RECORD_ADAPTER_CONFIG);
|
|
12344
12344
|
if (config === null) {
|
|
12345
12345
|
return null;
|
|
12346
12346
|
}
|
|
@@ -13475,7 +13475,7 @@ function typeCheckConfig$X(untrustedConfig) {
|
|
|
13475
13475
|
});
|
|
13476
13476
|
return config;
|
|
13477
13477
|
}
|
|
13478
|
-
function validateAdapterConfig$
|
|
13478
|
+
function validateAdapterConfig$Z(untrustedConfig, configPropertyNames) {
|
|
13479
13479
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
13480
13480
|
return null;
|
|
13481
13481
|
}
|
|
@@ -13538,7 +13538,7 @@ function buildCachedSnapshotCachePolicy$K(context, storeLookup) {
|
|
|
13538
13538
|
return cacheSnapshot;
|
|
13539
13539
|
}
|
|
13540
13540
|
const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActions(untrustedConfig, requestContext) {
|
|
13541
|
-
const config = validateAdapterConfig$
|
|
13541
|
+
const config = validateAdapterConfig$Z(untrustedConfig, getGlobalActions_ConfigPropertyNames);
|
|
13542
13542
|
// Invalid or incomplete config
|
|
13543
13543
|
if (config === null) {
|
|
13544
13544
|
return null;
|
|
@@ -13714,7 +13714,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
13714
13714
|
});
|
|
13715
13715
|
return config;
|
|
13716
13716
|
}
|
|
13717
|
-
function validateAdapterConfig$
|
|
13717
|
+
function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
|
|
13718
13718
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
13719
13719
|
return null;
|
|
13720
13720
|
}
|
|
@@ -13776,7 +13776,7 @@ function buildCachedSnapshotCachePolicy$J(context, storeLookup) {
|
|
|
13776
13776
|
return cacheSnapshot;
|
|
13777
13777
|
}
|
|
13778
13778
|
const getQuickActionLayoutAdapterFactory = (luvio) => function UiApi__getQuickActionLayout(untrustedConfig, requestContext) {
|
|
13779
|
-
const config = validateAdapterConfig$
|
|
13779
|
+
const config = validateAdapterConfig$Y(untrustedConfig, getQuickActionLayout_ConfigPropertyNames);
|
|
13780
13780
|
// Invalid or incomplete config
|
|
13781
13781
|
if (config === null) {
|
|
13782
13782
|
return null;
|
|
@@ -13904,7 +13904,7 @@ function typeCheckConfig$V(untrustedConfig) {
|
|
|
13904
13904
|
});
|
|
13905
13905
|
return config;
|
|
13906
13906
|
}
|
|
13907
|
-
function validateAdapterConfig$
|
|
13907
|
+
function validateAdapterConfig$X(untrustedConfig, configPropertyNames) {
|
|
13908
13908
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
13909
13909
|
return null;
|
|
13910
13910
|
}
|
|
@@ -13967,7 +13967,7 @@ function buildCachedSnapshotCachePolicy$I(context, storeLookup) {
|
|
|
13967
13967
|
return cacheSnapshot;
|
|
13968
13968
|
}
|
|
13969
13969
|
const getLookupActionsAdapterFactory = (luvio) => function UiApi__getLookupActions(untrustedConfig, requestContext) {
|
|
13970
|
-
const config = validateAdapterConfig$
|
|
13970
|
+
const config = validateAdapterConfig$X(untrustedConfig, getLookupActions_ConfigPropertyNames);
|
|
13971
13971
|
// Invalid or incomplete config
|
|
13972
13972
|
if (config === null) {
|
|
13973
13973
|
return null;
|
|
@@ -14063,7 +14063,7 @@ function typeCheckConfig$U(untrustedConfig) {
|
|
|
14063
14063
|
});
|
|
14064
14064
|
return config;
|
|
14065
14065
|
}
|
|
14066
|
-
function validateAdapterConfig$
|
|
14066
|
+
function validateAdapterConfig$W(untrustedConfig, configPropertyNames) {
|
|
14067
14067
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
14068
14068
|
return null;
|
|
14069
14069
|
}
|
|
@@ -14126,7 +14126,7 @@ function buildCachedSnapshotCachePolicy$H(context, storeLookup) {
|
|
|
14126
14126
|
return cacheSnapshot;
|
|
14127
14127
|
}
|
|
14128
14128
|
const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjectCreateActions(untrustedConfig, requestContext) {
|
|
14129
|
-
const config = validateAdapterConfig$
|
|
14129
|
+
const config = validateAdapterConfig$W(untrustedConfig, getObjectCreateActions_ConfigPropertyNames);
|
|
14130
14130
|
// Invalid or incomplete config
|
|
14131
14131
|
if (config === null) {
|
|
14132
14132
|
return null;
|
|
@@ -14264,7 +14264,7 @@ function typeCheckConfig$T(untrustedConfig) {
|
|
|
14264
14264
|
});
|
|
14265
14265
|
return config;
|
|
14266
14266
|
}
|
|
14267
|
-
function validateAdapterConfig$
|
|
14267
|
+
function validateAdapterConfig$V(untrustedConfig, configPropertyNames) {
|
|
14268
14268
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
14269
14269
|
return null;
|
|
14270
14270
|
}
|
|
@@ -14327,7 +14327,7 @@ function buildCachedSnapshotCachePolicy$G(context, storeLookup) {
|
|
|
14327
14327
|
return cacheSnapshot;
|
|
14328
14328
|
}
|
|
14329
14329
|
const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOverrides(untrustedConfig, requestContext) {
|
|
14330
|
-
const config = validateAdapterConfig$
|
|
14330
|
+
const config = validateAdapterConfig$V(untrustedConfig, getActionOverrides_ConfigPropertyNames);
|
|
14331
14331
|
// Invalid or incomplete config
|
|
14332
14332
|
if (config === null) {
|
|
14333
14333
|
return null;
|
|
@@ -14675,7 +14675,7 @@ function typeCheckConfig$S(untrustedConfig) {
|
|
|
14675
14675
|
});
|
|
14676
14676
|
return config;
|
|
14677
14677
|
}
|
|
14678
|
-
function validateAdapterConfig$
|
|
14678
|
+
function validateAdapterConfig$U(untrustedConfig, configPropertyNames) {
|
|
14679
14679
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
14680
14680
|
return null;
|
|
14681
14681
|
}
|
|
@@ -14724,7 +14724,7 @@ function buildCachedSnapshotCachePolicy$F(context, storeLookup) {
|
|
|
14724
14724
|
return cacheSnapshot;
|
|
14725
14725
|
}
|
|
14726
14726
|
const getQuickActionDefaultsAdapterFactory = (luvio) => function UiApi__getQuickActionDefaults(untrustedConfig, requestContext) {
|
|
14727
|
-
const config = validateAdapterConfig$
|
|
14727
|
+
const config = validateAdapterConfig$U(untrustedConfig, getQuickActionDefaults_ConfigPropertyNames);
|
|
14728
14728
|
// Invalid or incomplete config
|
|
14729
14729
|
if (config === null) {
|
|
14730
14730
|
return null;
|
|
@@ -14828,7 +14828,7 @@ function typeCheckConfig$R(untrustedConfig) {
|
|
|
14828
14828
|
});
|
|
14829
14829
|
return config;
|
|
14830
14830
|
}
|
|
14831
|
-
function validateAdapterConfig$
|
|
14831
|
+
function validateAdapterConfig$T(untrustedConfig, configPropertyNames) {
|
|
14832
14832
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
14833
14833
|
return null;
|
|
14834
14834
|
}
|
|
@@ -14895,7 +14895,7 @@ function buildCachedSnapshotCachePolicy$E(context, storeLookup) {
|
|
|
14895
14895
|
return cacheSnapshot;
|
|
14896
14896
|
}
|
|
14897
14897
|
const getRecordActionsAdapterFactory = (luvio) => function UiApi__getRecordActions(untrustedConfig, requestContext) {
|
|
14898
|
-
const config = validateAdapterConfig$
|
|
14898
|
+
const config = validateAdapterConfig$T(untrustedConfig, getRecordActions_ConfigPropertyNames);
|
|
14899
14899
|
// Invalid or incomplete config
|
|
14900
14900
|
if (config === null) {
|
|
14901
14901
|
return null;
|
|
@@ -14991,7 +14991,7 @@ function typeCheckConfig$Q(untrustedConfig) {
|
|
|
14991
14991
|
});
|
|
14992
14992
|
return config;
|
|
14993
14993
|
}
|
|
14994
|
-
function validateAdapterConfig$
|
|
14994
|
+
function validateAdapterConfig$S(untrustedConfig, configPropertyNames) {
|
|
14995
14995
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
14996
14996
|
return null;
|
|
14997
14997
|
}
|
|
@@ -15054,7 +15054,7 @@ function buildCachedSnapshotCachePolicy$D(context, storeLookup) {
|
|
|
15054
15054
|
return cacheSnapshot;
|
|
15055
15055
|
}
|
|
15056
15056
|
const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordEditActions(untrustedConfig, requestContext) {
|
|
15057
|
-
const config = validateAdapterConfig$
|
|
15057
|
+
const config = validateAdapterConfig$S(untrustedConfig, getRecordEditActions_ConfigPropertyNames);
|
|
15058
15058
|
// Invalid or incomplete config
|
|
15059
15059
|
if (config === null) {
|
|
15060
15060
|
return null;
|
|
@@ -15456,7 +15456,7 @@ function typeCheckConfig$P(untrustedConfig) {
|
|
|
15456
15456
|
}
|
|
15457
15457
|
return config;
|
|
15458
15458
|
}
|
|
15459
|
-
function validateAdapterConfig$
|
|
15459
|
+
function validateAdapterConfig$R(untrustedConfig, configPropertyNames) {
|
|
15460
15460
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
15461
15461
|
return null;
|
|
15462
15462
|
}
|
|
@@ -15516,7 +15516,7 @@ function buildCachedSnapshotCachePolicy$C(context, storeLookup) {
|
|
|
15516
15516
|
return cacheSnapshot;
|
|
15517
15517
|
}
|
|
15518
15518
|
const getRelatedListsActionsAdapterFactory = (luvio) => function UiApi__getRelatedListsActions(untrustedConfig, requestContext) {
|
|
15519
|
-
const config = validateAdapterConfig$
|
|
15519
|
+
const config = validateAdapterConfig$R(untrustedConfig, getRelatedListsActions_ConfigPropertyNames);
|
|
15520
15520
|
// Invalid or incomplete config
|
|
15521
15521
|
if (config === null) {
|
|
15522
15522
|
return null;
|
|
@@ -15579,7 +15579,7 @@ function typeCheckConfig$O(untrustedConfig) {
|
|
|
15579
15579
|
});
|
|
15580
15580
|
return config;
|
|
15581
15581
|
}
|
|
15582
|
-
function validateAdapterConfig$
|
|
15582
|
+
function validateAdapterConfig$Q(untrustedConfig, configPropertyNames) {
|
|
15583
15583
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
15584
15584
|
return null;
|
|
15585
15585
|
}
|
|
@@ -15642,7 +15642,7 @@ function buildCachedSnapshotCachePolicy$B(context, storeLookup) {
|
|
|
15642
15642
|
return cacheSnapshot;
|
|
15643
15643
|
}
|
|
15644
15644
|
const getRelatedListActionsAdapterFactory = (luvio) => function UiApi__getRelatedListActions(untrustedConfig, requestContext) {
|
|
15645
|
-
const config = validateAdapterConfig$
|
|
15645
|
+
const config = validateAdapterConfig$Q(untrustedConfig, getRelatedListActions_ConfigPropertyNames);
|
|
15646
15646
|
// Invalid or incomplete config
|
|
15647
15647
|
if (config === null) {
|
|
15648
15648
|
return null;
|
|
@@ -15740,7 +15740,7 @@ function typeCheckConfig$N(untrustedConfig) {
|
|
|
15740
15740
|
});
|
|
15741
15741
|
return config;
|
|
15742
15742
|
}
|
|
15743
|
-
function validateAdapterConfig$
|
|
15743
|
+
function validateAdapterConfig$P(untrustedConfig, configPropertyNames) {
|
|
15744
15744
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
15745
15745
|
return null;
|
|
15746
15746
|
}
|
|
@@ -15803,7 +15803,7 @@ function buildCachedSnapshotCachePolicy$A(context, storeLookup) {
|
|
|
15803
15803
|
return cacheSnapshot;
|
|
15804
15804
|
}
|
|
15805
15805
|
const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__getRelatedListRecordActions(untrustedConfig, requestContext) {
|
|
15806
|
-
const config = validateAdapterConfig$
|
|
15806
|
+
const config = validateAdapterConfig$P(untrustedConfig, getRelatedListRecordActions_ConfigPropertyNames);
|
|
15807
15807
|
// Invalid or incomplete config
|
|
15808
15808
|
if (config === null) {
|
|
15809
15809
|
return null;
|
|
@@ -16969,7 +16969,7 @@ function typeCheckConfig$M(untrustedConfig) {
|
|
|
16969
16969
|
});
|
|
16970
16970
|
return config;
|
|
16971
16971
|
}
|
|
16972
|
-
function validateAdapterConfig$
|
|
16972
|
+
function validateAdapterConfig$O(untrustedConfig, configPropertyNames) {
|
|
16973
16973
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
16974
16974
|
return null;
|
|
16975
16975
|
}
|
|
@@ -17032,7 +17032,7 @@ function buildCachedSnapshotCachePolicy$z(context, storeLookup) {
|
|
|
17032
17032
|
return cacheSnapshot;
|
|
17033
17033
|
}
|
|
17034
17034
|
const getAllAppsAdapterFactory = (luvio) => function UiApi__getAllApps(untrustedConfig, requestContext) {
|
|
17035
|
-
const config = validateAdapterConfig$
|
|
17035
|
+
const config = validateAdapterConfig$O(untrustedConfig, getAllApps_ConfigPropertyNames);
|
|
17036
17036
|
// Invalid or incomplete config
|
|
17037
17037
|
if (config === null) {
|
|
17038
17038
|
return null;
|
|
@@ -17119,7 +17119,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
17119
17119
|
});
|
|
17120
17120
|
return config;
|
|
17121
17121
|
}
|
|
17122
|
-
function validateAdapterConfig$
|
|
17122
|
+
function validateAdapterConfig$N(untrustedConfig, configPropertyNames) {
|
|
17123
17123
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
17124
17124
|
return null;
|
|
17125
17125
|
}
|
|
@@ -17181,7 +17181,7 @@ function buildCachedSnapshotCachePolicy$y(context, storeLookup) {
|
|
|
17181
17181
|
return cacheSnapshot;
|
|
17182
17182
|
}
|
|
17183
17183
|
const getSelectedAppAdapterFactory = (luvio) => function UiApi__getSelectedApp(untrustedConfig, requestContext) {
|
|
17184
|
-
const config = validateAdapterConfig$
|
|
17184
|
+
const config = validateAdapterConfig$N(untrustedConfig, getSelectedApp_ConfigPropertyNames);
|
|
17185
17185
|
// Invalid or incomplete config
|
|
17186
17186
|
if (config === null) {
|
|
17187
17187
|
return null;
|
|
@@ -17275,7 +17275,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
17275
17275
|
});
|
|
17276
17276
|
return config;
|
|
17277
17277
|
}
|
|
17278
|
-
function validateAdapterConfig$
|
|
17278
|
+
function validateAdapterConfig$M(untrustedConfig, configPropertyNames) {
|
|
17279
17279
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
17280
17280
|
return null;
|
|
17281
17281
|
}
|
|
@@ -17338,7 +17338,7 @@ function buildCachedSnapshotCachePolicy$x(context, storeLookup) {
|
|
|
17338
17338
|
return cacheSnapshot;
|
|
17339
17339
|
}
|
|
17340
17340
|
const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(untrustedConfig, requestContext) {
|
|
17341
|
-
const config = validateAdapterConfig$
|
|
17341
|
+
const config = validateAdapterConfig$M(untrustedConfig, getAppDetails_ConfigPropertyNames);
|
|
17342
17342
|
// Invalid or incomplete config
|
|
17343
17343
|
if (config === null) {
|
|
17344
17344
|
return null;
|
|
@@ -17890,7 +17890,7 @@ function typeCheckConfig$J(untrustedConfig) {
|
|
|
17890
17890
|
});
|
|
17891
17891
|
return config;
|
|
17892
17892
|
}
|
|
17893
|
-
function validateAdapterConfig$
|
|
17893
|
+
function validateAdapterConfig$L(untrustedConfig, configPropertyNames) {
|
|
17894
17894
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
17895
17895
|
return null;
|
|
17896
17896
|
}
|
|
@@ -17952,7 +17952,7 @@ function buildCachedSnapshotCachePolicy$w(context, storeLookup) {
|
|
|
17952
17952
|
return cacheSnapshot;
|
|
17953
17953
|
}
|
|
17954
17954
|
const getDuplicateConfigurationAdapterFactory = (luvio) => function UiApi__getDuplicateConfiguration(untrustedConfig, requestContext) {
|
|
17955
|
-
const config = validateAdapterConfig$
|
|
17955
|
+
const config = validateAdapterConfig$L(untrustedConfig, getDuplicateConfiguration_ConfigPropertyNames);
|
|
17956
17956
|
// Invalid or incomplete config
|
|
17957
17957
|
if (config === null) {
|
|
17958
17958
|
return null;
|
|
@@ -18037,8 +18037,8 @@ const getLayout_ConfigPropertyNames = {
|
|
|
18037
18037
|
},
|
|
18038
18038
|
};
|
|
18039
18039
|
|
|
18040
|
-
function validateAdapterConfig$
|
|
18041
|
-
const config = validateAdapterConfig$
|
|
18040
|
+
function validateAdapterConfig$K(untrustedConfig, _configPropertyNames) {
|
|
18041
|
+
const config = validateAdapterConfig$J(untrustedConfig, getLayout_ConfigPropertyNames);
|
|
18042
18042
|
if (config === null) {
|
|
18043
18043
|
return null;
|
|
18044
18044
|
}
|
|
@@ -18103,7 +18103,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
18103
18103
|
});
|
|
18104
18104
|
return config;
|
|
18105
18105
|
}
|
|
18106
|
-
function validateAdapterConfig$
|
|
18106
|
+
function validateAdapterConfig$J(untrustedConfig, configPropertyNames) {
|
|
18107
18107
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
18108
18108
|
return null;
|
|
18109
18109
|
}
|
|
@@ -18142,7 +18142,7 @@ function buildNetworkSnapshotCachePolicy$w(context, coercedAdapterRequestContext
|
|
|
18142
18142
|
return buildNetworkSnapshotCachePolicy$R(context, coercedAdapterRequestContext, buildNetworkSnapshot$G, undefined, false);
|
|
18143
18143
|
}
|
|
18144
18144
|
const getLayoutAdapterFactory = (luvio) => function UiApi__getLayout(untrustedConfig, requestContext) {
|
|
18145
|
-
const config = validateAdapterConfig$
|
|
18145
|
+
const config = validateAdapterConfig$K(untrustedConfig);
|
|
18146
18146
|
// Invalid or incomplete config
|
|
18147
18147
|
if (config === null) {
|
|
18148
18148
|
return null;
|
|
@@ -18243,8 +18243,8 @@ function prepareRequest$3(luvio, config) {
|
|
|
18243
18243
|
return { resourceParams, request, key };
|
|
18244
18244
|
}
|
|
18245
18245
|
|
|
18246
|
-
function validateAdapterConfig$
|
|
18247
|
-
const config = validateAdapterConfig$
|
|
18246
|
+
function validateAdapterConfig$I(untrustedConfig, configPropertyNames) {
|
|
18247
|
+
const config = validateAdapterConfig$H(untrustedConfig, configPropertyNames);
|
|
18248
18248
|
if (config === null) {
|
|
18249
18249
|
return null;
|
|
18250
18250
|
}
|
|
@@ -18323,7 +18323,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
18323
18323
|
});
|
|
18324
18324
|
return config;
|
|
18325
18325
|
}
|
|
18326
|
-
function validateAdapterConfig$
|
|
18326
|
+
function validateAdapterConfig$H(untrustedConfig, configPropertyNames) {
|
|
18327
18327
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
18328
18328
|
return null;
|
|
18329
18329
|
}
|
|
@@ -18341,7 +18341,7 @@ function buildNetworkSnapshotCachePolicy$v(context, coercedAdapterRequestContext
|
|
|
18341
18341
|
return buildNetworkSnapshotCachePolicy$R(context, coercedAdapterRequestContext, buildNetworkSnapshot$F, undefined, false);
|
|
18342
18342
|
}
|
|
18343
18343
|
const getLayoutUserStateAdapterFactory = (luvio) => function UiApi__getLayoutUserState(untrustedConfig, requestContext) {
|
|
18344
|
-
const config = validateAdapterConfig$
|
|
18344
|
+
const config = validateAdapterConfig$I(untrustedConfig, getLayoutUserState_ConfigPropertyNames);
|
|
18345
18345
|
// Invalid or incomplete config
|
|
18346
18346
|
if (config === null) {
|
|
18347
18347
|
return null;
|
|
@@ -18735,7 +18735,7 @@ function typeCheckConfig$G(untrustedConfig) {
|
|
|
18735
18735
|
});
|
|
18736
18736
|
return config;
|
|
18737
18737
|
}
|
|
18738
|
-
function validateAdapterConfig$
|
|
18738
|
+
function validateAdapterConfig$G(untrustedConfig, configPropertyNames) {
|
|
18739
18739
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
18740
18740
|
return null;
|
|
18741
18741
|
}
|
|
@@ -18797,7 +18797,7 @@ function buildCachedSnapshotCachePolicy$t(context, storeLookup) {
|
|
|
18797
18797
|
return cacheSnapshot;
|
|
18798
18798
|
}
|
|
18799
18799
|
const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfosByName(untrustedConfig, requestContext) {
|
|
18800
|
-
const config = validateAdapterConfig$
|
|
18800
|
+
const config = validateAdapterConfig$G(untrustedConfig, getListInfosByName_ConfigPropertyNames);
|
|
18801
18801
|
// Invalid or incomplete config
|
|
18802
18802
|
if (config === null) {
|
|
18803
18803
|
return null;
|
|
@@ -18832,7 +18832,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
18832
18832
|
});
|
|
18833
18833
|
return config;
|
|
18834
18834
|
}
|
|
18835
|
-
function validateAdapterConfig$
|
|
18835
|
+
function validateAdapterConfig$F(untrustedConfig, configPropertyNames) {
|
|
18836
18836
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
18837
18837
|
return null;
|
|
18838
18838
|
}
|
|
@@ -18894,7 +18894,7 @@ function buildCachedSnapshotCachePolicy$s(context, storeLookup) {
|
|
|
18894
18894
|
return cacheSnapshot;
|
|
18895
18895
|
}
|
|
18896
18896
|
const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoByName(untrustedConfig, requestContext) {
|
|
18897
|
-
const config = validateAdapterConfig$
|
|
18897
|
+
const config = validateAdapterConfig$F(untrustedConfig, getListInfoByName_ConfigPropertyNames);
|
|
18898
18898
|
// Invalid or incomplete config
|
|
18899
18899
|
if (config === null) {
|
|
18900
18900
|
return null;
|
|
@@ -19012,7 +19012,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
19012
19012
|
}
|
|
19013
19013
|
return config;
|
|
19014
19014
|
}
|
|
19015
|
-
function validateAdapterConfig$
|
|
19015
|
+
function validateAdapterConfig$E(untrustedConfig, configPropertyNames) {
|
|
19016
19016
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
19017
19017
|
return null;
|
|
19018
19018
|
}
|
|
@@ -19046,7 +19046,7 @@ function buildNetworkSnapshot$C(luvio, config, options) {
|
|
|
19046
19046
|
}
|
|
19047
19047
|
const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
19048
19048
|
return function updateListInfoByName(untrustedConfig) {
|
|
19049
|
-
const config = validateAdapterConfig$
|
|
19049
|
+
const config = validateAdapterConfig$E(untrustedConfig, updateListInfoByName_ConfigPropertyNames);
|
|
19050
19050
|
// Invalid or incomplete config
|
|
19051
19051
|
if (config === null) {
|
|
19052
19052
|
throw new Error('Invalid config for "updateListInfoByName"');
|
|
@@ -19549,7 +19549,7 @@ function typeCheckConfig$D(untrustedConfig) {
|
|
|
19549
19549
|
});
|
|
19550
19550
|
return config;
|
|
19551
19551
|
}
|
|
19552
|
-
function validateAdapterConfig$
|
|
19552
|
+
function validateAdapterConfig$D(untrustedConfig, configPropertyNames) {
|
|
19553
19553
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
19554
19554
|
return null;
|
|
19555
19555
|
}
|
|
@@ -19612,7 +19612,7 @@ function buildCachedSnapshotCachePolicy$r(context, storeLookup) {
|
|
|
19612
19612
|
return cacheSnapshot;
|
|
19613
19613
|
}
|
|
19614
19614
|
const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObjectInfo(untrustedConfig, requestContext) {
|
|
19615
|
-
const config = validateAdapterConfig$
|
|
19615
|
+
const config = validateAdapterConfig$D(untrustedConfig, getListObjectInfo_ConfigPropertyNames);
|
|
19616
19616
|
// Invalid or incomplete config
|
|
19617
19617
|
if (config === null) {
|
|
19618
19618
|
return null;
|
|
@@ -19859,7 +19859,7 @@ function typeCheckConfig$C(untrustedConfig) {
|
|
|
19859
19859
|
});
|
|
19860
19860
|
return config;
|
|
19861
19861
|
}
|
|
19862
|
-
function validateAdapterConfig$
|
|
19862
|
+
function validateAdapterConfig$C(untrustedConfig, configPropertyNames) {
|
|
19863
19863
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
19864
19864
|
return null;
|
|
19865
19865
|
}
|
|
@@ -19922,7 +19922,7 @@ function buildCachedSnapshotCachePolicy$q(context, storeLookup) {
|
|
|
19922
19922
|
return cacheSnapshot;
|
|
19923
19923
|
}
|
|
19924
19924
|
const getNavItemsAdapterFactory = (luvio) => function UiApi__getNavItems(untrustedConfig, requestContext) {
|
|
19925
|
-
const config = validateAdapterConfig$
|
|
19925
|
+
const config = validateAdapterConfig$C(untrustedConfig, getNavItems_ConfigPropertyNames);
|
|
19926
19926
|
// Invalid or incomplete config
|
|
19927
19927
|
if (config === null) {
|
|
19928
19928
|
return null;
|
|
@@ -20217,7 +20217,7 @@ function typeCheckConfig$B(untrustedConfig) {
|
|
|
20217
20217
|
});
|
|
20218
20218
|
return config;
|
|
20219
20219
|
}
|
|
20220
|
-
function validateAdapterConfig$
|
|
20220
|
+
function validateAdapterConfig$B(untrustedConfig, configPropertyNames) {
|
|
20221
20221
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
20222
20222
|
return null;
|
|
20223
20223
|
}
|
|
@@ -20280,7 +20280,7 @@ function buildCachedSnapshotCachePolicy$p(context, storeLookup) {
|
|
|
20280
20280
|
return cacheSnapshot;
|
|
20281
20281
|
}
|
|
20282
20282
|
const getObjectInfosAdapterFactory = (luvio) => function UiApi__getObjectInfos(untrustedConfig, requestContext) {
|
|
20283
|
-
const config = validateAdapterConfig$
|
|
20283
|
+
const config = validateAdapterConfig$B(untrustedConfig, getObjectInfos_ConfigPropertyNames);
|
|
20284
20284
|
// Invalid or incomplete config
|
|
20285
20285
|
if (config === null) {
|
|
20286
20286
|
return null;
|
|
@@ -20839,7 +20839,7 @@ function typeCheckConfig$A(untrustedConfig) {
|
|
|
20839
20839
|
});
|
|
20840
20840
|
return config;
|
|
20841
20841
|
}
|
|
20842
|
-
function validateAdapterConfig$
|
|
20842
|
+
function validateAdapterConfig$A(untrustedConfig, configPropertyNames) {
|
|
20843
20843
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
20844
20844
|
return null;
|
|
20845
20845
|
}
|
|
@@ -20902,7 +20902,7 @@ function buildCachedSnapshotCachePolicy$o(context, storeLookup) {
|
|
|
20902
20902
|
return cacheSnapshot;
|
|
20903
20903
|
}
|
|
20904
20904
|
const getPicklistValuesByRecordTypeAdapterFactory = (luvio) => function UiApi__getPicklistValuesByRecordType(untrustedConfig, requestContext) {
|
|
20905
|
-
const config = validateAdapterConfig$
|
|
20905
|
+
const config = validateAdapterConfig$A(untrustedConfig, getPicklistValuesByRecordType_ConfigPropertyNames);
|
|
20906
20906
|
// Invalid or incomplete config
|
|
20907
20907
|
if (config === null) {
|
|
20908
20908
|
return null;
|
|
@@ -21042,8 +21042,8 @@ const picklistValuesConfigPropertyNames = {
|
|
|
21042
21042
|
optional: [],
|
|
21043
21043
|
},
|
|
21044
21044
|
};
|
|
21045
|
-
function validateAdapterConfig$
|
|
21046
|
-
return validateAdapterConfig$
|
|
21045
|
+
function validateAdapterConfig$z(untrusted, _config) {
|
|
21046
|
+
return validateAdapterConfig$y(untrusted, picklistValuesConfigPropertyNames);
|
|
21047
21047
|
}
|
|
21048
21048
|
|
|
21049
21049
|
const getPicklistValues_ConfigPropertyMetadata = [
|
|
@@ -21060,7 +21060,7 @@ function typeCheckConfig$z(untrustedConfig) {
|
|
|
21060
21060
|
});
|
|
21061
21061
|
return config;
|
|
21062
21062
|
}
|
|
21063
|
-
function validateAdapterConfig$
|
|
21063
|
+
function validateAdapterConfig$y(untrustedConfig, configPropertyNames) {
|
|
21064
21064
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
21065
21065
|
return null;
|
|
21066
21066
|
}
|
|
@@ -21075,7 +21075,7 @@ function validateAdapterConfig$x(untrustedConfig, configPropertyNames) {
|
|
|
21075
21075
|
return config;
|
|
21076
21076
|
}
|
|
21077
21077
|
const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistValues(untrustedConfig, requestContext) {
|
|
21078
|
-
const config = validateAdapterConfig$
|
|
21078
|
+
const config = validateAdapterConfig$z(untrustedConfig);
|
|
21079
21079
|
// Invalid or incomplete config
|
|
21080
21080
|
if (config === null) {
|
|
21081
21081
|
return null;
|
|
@@ -21384,7 +21384,7 @@ function typeCheckConfig$y(untrustedConfig) {
|
|
|
21384
21384
|
}
|
|
21385
21385
|
return config;
|
|
21386
21386
|
}
|
|
21387
|
-
function validateAdapterConfig$
|
|
21387
|
+
function validateAdapterConfig$x(untrustedConfig, configPropertyNames) {
|
|
21388
21388
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
21389
21389
|
return null;
|
|
21390
21390
|
}
|
|
@@ -21446,7 +21446,7 @@ function buildCachedSnapshotCachePolicy$m(context, storeLookup) {
|
|
|
21446
21446
|
return cacheSnapshot;
|
|
21447
21447
|
}
|
|
21448
21448
|
const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(untrustedConfig, requestContext) {
|
|
21449
|
-
const config = validateAdapterConfig$
|
|
21449
|
+
const config = validateAdapterConfig$x(untrustedConfig, getDuplicates_ConfigPropertyNames);
|
|
21450
21450
|
// Invalid or incomplete config
|
|
21451
21451
|
if (config === null) {
|
|
21452
21452
|
return null;
|
|
@@ -22770,7 +22770,7 @@ function typeCheckConfig$x(untrustedConfig) {
|
|
|
22770
22770
|
});
|
|
22771
22771
|
return config;
|
|
22772
22772
|
}
|
|
22773
|
-
function validateAdapterConfig$
|
|
22773
|
+
function validateAdapterConfig$w(untrustedConfig, configPropertyNames) {
|
|
22774
22774
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
22775
22775
|
return null;
|
|
22776
22776
|
}
|
|
@@ -22799,7 +22799,7 @@ function onFetchResponseError$j(luvio, config, resourceParams, response) {
|
|
|
22799
22799
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
22800
22800
|
}
|
|
22801
22801
|
const getRecordAvatarsAdapterFactory = (luvio) => function UiApi__getRecordAvatars(untrustedConfig, requestContext) {
|
|
22802
|
-
const config = validateAdapterConfig$
|
|
22802
|
+
const config = validateAdapterConfig$w(untrustedConfig, getRecordAvatars_ConfigPropertyNames);
|
|
22803
22803
|
// Invalid or incomplete config
|
|
22804
22804
|
if (config === null) {
|
|
22805
22805
|
return null;
|
|
@@ -22930,7 +22930,7 @@ function validateFieldsObjectApiName(config) {
|
|
|
22930
22930
|
}
|
|
22931
22931
|
}
|
|
22932
22932
|
}
|
|
22933
|
-
function validateAdapterConfig$
|
|
22933
|
+
function validateAdapterConfig$v(untrustedConfig, configPropertyNames) {
|
|
22934
22934
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
22935
22935
|
return null;
|
|
22936
22936
|
}
|
|
@@ -22998,7 +22998,7 @@ function buildCachedSnapshotCachePolicy$k(context, storeLookup) {
|
|
|
22998
22998
|
return cacheSnapshot;
|
|
22999
22999
|
}
|
|
23000
23000
|
const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrustedConfig, requestContext) {
|
|
23001
|
-
const config = validateAdapterConfig$
|
|
23001
|
+
const config = validateAdapterConfig$v(untrustedConfig, getRecords_ConfigPropertyNames);
|
|
23002
23002
|
// Invalid or incomplete config
|
|
23003
23003
|
if (config === null) {
|
|
23004
23004
|
return null;
|
|
@@ -23730,7 +23730,7 @@ function typeCheckConfig$v(untrustedConfig) {
|
|
|
23730
23730
|
});
|
|
23731
23731
|
return config;
|
|
23732
23732
|
}
|
|
23733
|
-
function validateAdapterConfig$
|
|
23733
|
+
function validateAdapterConfig$u(untrustedConfig, configPropertyNames) {
|
|
23734
23734
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
23735
23735
|
return null;
|
|
23736
23736
|
}
|
|
@@ -23793,7 +23793,7 @@ function buildCachedSnapshotCachePolicy$j(context, storeLookup) {
|
|
|
23793
23793
|
return cacheSnapshot;
|
|
23794
23794
|
}
|
|
23795
23795
|
const getRelatedListsCountAdapterFactory = (luvio) => function UiApi__getRelatedListsCount(untrustedConfig, requestContext) {
|
|
23796
|
-
const config = validateAdapterConfig$
|
|
23796
|
+
const config = validateAdapterConfig$u(untrustedConfig, getRelatedListsCount_ConfigPropertyNames);
|
|
23797
23797
|
// Invalid or incomplete config
|
|
23798
23798
|
if (config === null) {
|
|
23799
23799
|
return null;
|
|
@@ -23833,7 +23833,7 @@ function typeCheckConfig$u(untrustedConfig) {
|
|
|
23833
23833
|
});
|
|
23834
23834
|
return config;
|
|
23835
23835
|
}
|
|
23836
|
-
function validateAdapterConfig$
|
|
23836
|
+
function validateAdapterConfig$t(untrustedConfig, configPropertyNames) {
|
|
23837
23837
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
23838
23838
|
return null;
|
|
23839
23839
|
}
|
|
@@ -23895,7 +23895,7 @@ function buildCachedSnapshotCachePolicy$i(context, storeLookup) {
|
|
|
23895
23895
|
return cacheSnapshot;
|
|
23896
23896
|
}
|
|
23897
23897
|
const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedListCount(untrustedConfig, requestContext) {
|
|
23898
|
-
const config = validateAdapterConfig$
|
|
23898
|
+
const config = validateAdapterConfig$t(untrustedConfig, getRelatedListCount_ConfigPropertyNames);
|
|
23899
23899
|
// Invalid or incomplete config
|
|
23900
23900
|
if (config === null) {
|
|
23901
23901
|
return null;
|
|
@@ -24723,7 +24723,7 @@ function typeCheckConfig$t(untrustedConfig) {
|
|
|
24723
24723
|
});
|
|
24724
24724
|
return config;
|
|
24725
24725
|
}
|
|
24726
|
-
function validateAdapterConfig$
|
|
24726
|
+
function validateAdapterConfig$s(untrustedConfig, configPropertyNames) {
|
|
24727
24727
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
24728
24728
|
return null;
|
|
24729
24729
|
}
|
|
@@ -24786,7 +24786,7 @@ function buildCachedSnapshotCachePolicy$h(context, storeLookup) {
|
|
|
24786
24786
|
return cacheSnapshot;
|
|
24787
24787
|
}
|
|
24788
24788
|
const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRelatedListInfoBatch(untrustedConfig, requestContext) {
|
|
24789
|
-
const config = validateAdapterConfig$
|
|
24789
|
+
const config = validateAdapterConfig$s(untrustedConfig, getRelatedListInfoBatch_ConfigPropertyNames);
|
|
24790
24790
|
// Invalid or incomplete config
|
|
24791
24791
|
if (config === null) {
|
|
24792
24792
|
return null;
|
|
@@ -25129,7 +25129,7 @@ function typeCheckConfig$s(untrustedConfig) {
|
|
|
25129
25129
|
});
|
|
25130
25130
|
return config;
|
|
25131
25131
|
}
|
|
25132
|
-
function validateAdapterConfig$
|
|
25132
|
+
function validateAdapterConfig$r(untrustedConfig, configPropertyNames) {
|
|
25133
25133
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
25134
25134
|
return null;
|
|
25135
25135
|
}
|
|
@@ -25192,7 +25192,7 @@ function buildCachedSnapshotCachePolicy$g(context, storeLookup) {
|
|
|
25192
25192
|
return cacheSnapshot;
|
|
25193
25193
|
}
|
|
25194
25194
|
const getRelatedListsInfoAdapterFactory = (luvio) => function UiApi__getRelatedListsInfo(untrustedConfig, requestContext) {
|
|
25195
|
-
const config = validateAdapterConfig$
|
|
25195
|
+
const config = validateAdapterConfig$r(untrustedConfig, getRelatedListsInfo_ConfigPropertyNames);
|
|
25196
25196
|
// Invalid or incomplete config
|
|
25197
25197
|
if (config === null) {
|
|
25198
25198
|
return null;
|
|
@@ -25240,7 +25240,7 @@ function typeCheckConfig$r(untrustedConfig) {
|
|
|
25240
25240
|
});
|
|
25241
25241
|
return config;
|
|
25242
25242
|
}
|
|
25243
|
-
function validateAdapterConfig$
|
|
25243
|
+
function validateAdapterConfig$q(untrustedConfig, configPropertyNames) {
|
|
25244
25244
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
25245
25245
|
return null;
|
|
25246
25246
|
}
|
|
@@ -25303,7 +25303,7 @@ function buildCachedSnapshotCachePolicy$f(context, storeLookup) {
|
|
|
25303
25303
|
return cacheSnapshot;
|
|
25304
25304
|
}
|
|
25305
25305
|
const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedListInfo(untrustedConfig, requestContext) {
|
|
25306
|
-
const config = validateAdapterConfig$
|
|
25306
|
+
const config = validateAdapterConfig$q(untrustedConfig, getRelatedListInfo_ConfigPropertyNames);
|
|
25307
25307
|
// Invalid or incomplete config
|
|
25308
25308
|
if (config === null) {
|
|
25309
25309
|
return null;
|
|
@@ -25454,7 +25454,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
25454
25454
|
}
|
|
25455
25455
|
return config;
|
|
25456
25456
|
}
|
|
25457
|
-
function validateAdapterConfig$
|
|
25457
|
+
function validateAdapterConfig$p(untrustedConfig, configPropertyNames) {
|
|
25458
25458
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
25459
25459
|
return null;
|
|
25460
25460
|
}
|
|
@@ -25488,7 +25488,7 @@ function buildNetworkSnapshot$o(luvio, config, options) {
|
|
|
25488
25488
|
}
|
|
25489
25489
|
const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
25490
25490
|
return function updateRelatedListInfo(untrustedConfig) {
|
|
25491
|
-
const config = validateAdapterConfig$
|
|
25491
|
+
const config = validateAdapterConfig$p(untrustedConfig, updateRelatedListInfo_ConfigPropertyNames);
|
|
25492
25492
|
// Invalid or incomplete config
|
|
25493
25493
|
if (config === null) {
|
|
25494
25494
|
throw new Error('Invalid config for "updateRelatedListInfo"');
|
|
@@ -25944,7 +25944,7 @@ function typeCheckConfig$p(untrustedConfig) {
|
|
|
25944
25944
|
});
|
|
25945
25945
|
return config;
|
|
25946
25946
|
}
|
|
25947
|
-
function validateAdapterConfig$
|
|
25947
|
+
function validateAdapterConfig$o(untrustedConfig, configPropertyNames) {
|
|
25948
25948
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
25949
25949
|
return null;
|
|
25950
25950
|
}
|
|
@@ -26006,7 +26006,7 @@ function buildCachedSnapshotCachePolicy$e(context, storeLookup) {
|
|
|
26006
26006
|
return cacheSnapshot;
|
|
26007
26007
|
}
|
|
26008
26008
|
const getRelatedListPreferencesBatchAdapterFactory = (luvio) => function UiApi__getRelatedListPreferencesBatch(untrustedConfig, requestContext) {
|
|
26009
|
-
const config = validateAdapterConfig$
|
|
26009
|
+
const config = validateAdapterConfig$o(untrustedConfig, getRelatedListPreferencesBatch_ConfigPropertyNames);
|
|
26010
26010
|
// Invalid or incomplete config
|
|
26011
26011
|
if (config === null) {
|
|
26012
26012
|
return null;
|
|
@@ -26039,7 +26039,7 @@ function typeCheckConfig$o(untrustedConfig) {
|
|
|
26039
26039
|
});
|
|
26040
26040
|
return config;
|
|
26041
26041
|
}
|
|
26042
|
-
function validateAdapterConfig$
|
|
26042
|
+
function validateAdapterConfig$n(untrustedConfig, configPropertyNames) {
|
|
26043
26043
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
26044
26044
|
return null;
|
|
26045
26045
|
}
|
|
@@ -26101,7 +26101,7 @@ function buildCachedSnapshotCachePolicy$d(context, storeLookup) {
|
|
|
26101
26101
|
return cacheSnapshot;
|
|
26102
26102
|
}
|
|
26103
26103
|
const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRelatedListPreferences(untrustedConfig, requestContext) {
|
|
26104
|
-
const config = validateAdapterConfig$
|
|
26104
|
+
const config = validateAdapterConfig$n(untrustedConfig, getRelatedListPreferences_ConfigPropertyNames);
|
|
26105
26105
|
// Invalid or incomplete config
|
|
26106
26106
|
if (config === null) {
|
|
26107
26107
|
return null;
|
|
@@ -26226,7 +26226,7 @@ function typeCheckConfig$n(untrustedConfig) {
|
|
|
26226
26226
|
}
|
|
26227
26227
|
return config;
|
|
26228
26228
|
}
|
|
26229
|
-
function validateAdapterConfig$
|
|
26229
|
+
function validateAdapterConfig$m(untrustedConfig, configPropertyNames) {
|
|
26230
26230
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
26231
26231
|
return null;
|
|
26232
26232
|
}
|
|
@@ -26259,7 +26259,7 @@ function buildNetworkSnapshot$l(luvio, config, options) {
|
|
|
26259
26259
|
}
|
|
26260
26260
|
const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
26261
26261
|
return function updateRelatedListPreferences(untrustedConfig) {
|
|
26262
|
-
const config = validateAdapterConfig$
|
|
26262
|
+
const config = validateAdapterConfig$m(untrustedConfig, updateRelatedListPreferences_ConfigPropertyNames);
|
|
26263
26263
|
// Invalid or incomplete config
|
|
26264
26264
|
if (config === null) {
|
|
26265
26265
|
throw new Error('Invalid config for "updateRelatedListPreferences"');
|
|
@@ -27527,7 +27527,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
27527
27527
|
}
|
|
27528
27528
|
return config;
|
|
27529
27529
|
}
|
|
27530
|
-
function validateAdapterConfig$
|
|
27530
|
+
function validateAdapterConfig$l(untrustedConfig, configPropertyNames) {
|
|
27531
27531
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
27532
27532
|
return null;
|
|
27533
27533
|
}
|
|
@@ -27586,7 +27586,7 @@ function buildCachedSnapshotCachePolicy$c(context, storeLookup) {
|
|
|
27586
27586
|
return cacheSnapshot;
|
|
27587
27587
|
}
|
|
27588
27588
|
const getRelatedListRecordsBatchAdapterFactory = (luvio) => function UiApi__getRelatedListRecordsBatch(untrustedConfig, requestContext) {
|
|
27589
|
-
const config = validateAdapterConfig$
|
|
27589
|
+
const config = validateAdapterConfig$l(untrustedConfig, getRelatedListRecordsBatch_ConfigPropertyNames);
|
|
27590
27590
|
// Invalid or incomplete config
|
|
27591
27591
|
if (config === null) {
|
|
27592
27592
|
return null;
|
|
@@ -27654,7 +27654,7 @@ function typeCheckConfig$l(untrustedConfig) {
|
|
|
27654
27654
|
});
|
|
27655
27655
|
return config;
|
|
27656
27656
|
}
|
|
27657
|
-
function validateAdapterConfig$
|
|
27657
|
+
function validateAdapterConfig$k(untrustedConfig, configPropertyNames) {
|
|
27658
27658
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
27659
27659
|
return null;
|
|
27660
27660
|
}
|
|
@@ -27786,7 +27786,7 @@ function buildCachedSnapshotCachePolicy$b(context, storeLookup) {
|
|
|
27786
27786
|
return cacheSnapshot;
|
|
27787
27787
|
}
|
|
27788
27788
|
const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelatedListRecords(untrustedConfig, requestContext) {
|
|
27789
|
-
const config = validateAdapterConfig$
|
|
27789
|
+
const config = validateAdapterConfig$k(untrustedConfig, getRelatedListRecords_ConfigPropertyNames);
|
|
27790
27790
|
// Invalid or incomplete config
|
|
27791
27791
|
if (config === null) {
|
|
27792
27792
|
return null;
|
|
@@ -28244,7 +28244,7 @@ function typeCheckConfig$k(untrustedConfig) {
|
|
|
28244
28244
|
});
|
|
28245
28245
|
return config;
|
|
28246
28246
|
}
|
|
28247
|
-
function validateAdapterConfig$
|
|
28247
|
+
function validateAdapterConfig$j(untrustedConfig, configPropertyNames) {
|
|
28248
28248
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
28249
28249
|
return null;
|
|
28250
28250
|
}
|
|
@@ -28306,7 +28306,7 @@ function buildCachedSnapshotCachePolicy$a(context, storeLookup) {
|
|
|
28306
28306
|
return cacheSnapshot;
|
|
28307
28307
|
}
|
|
28308
28308
|
const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSearchFilterMetadata(untrustedConfig, requestContext) {
|
|
28309
|
-
const config = validateAdapterConfig$
|
|
28309
|
+
const config = validateAdapterConfig$j(untrustedConfig, getSearchFilterMetadata_ConfigPropertyNames);
|
|
28310
28310
|
// Invalid or incomplete config
|
|
28311
28311
|
if (config === null) {
|
|
28312
28312
|
return null;
|
|
@@ -28514,7 +28514,7 @@ function typeCheckConfig$j(untrustedConfig) {
|
|
|
28514
28514
|
});
|
|
28515
28515
|
return config;
|
|
28516
28516
|
}
|
|
28517
|
-
function validateAdapterConfig$
|
|
28517
|
+
function validateAdapterConfig$i(untrustedConfig, configPropertyNames) {
|
|
28518
28518
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
28519
28519
|
return null;
|
|
28520
28520
|
}
|
|
@@ -28576,7 +28576,7 @@ function buildCachedSnapshotCachePolicy$9(context, storeLookup) {
|
|
|
28576
28576
|
return cacheSnapshot;
|
|
28577
28577
|
}
|
|
28578
28578
|
const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearchFilterOptions(untrustedConfig, requestContext) {
|
|
28579
|
-
const config = validateAdapterConfig$
|
|
28579
|
+
const config = validateAdapterConfig$i(untrustedConfig, getSearchFilterOptions_ConfigPropertyNames);
|
|
28580
28580
|
// Invalid or incomplete config
|
|
28581
28581
|
if (config === null) {
|
|
28582
28582
|
return null;
|
|
@@ -28876,7 +28876,7 @@ function typeCheckConfig$i(untrustedConfig) {
|
|
|
28876
28876
|
});
|
|
28877
28877
|
return config;
|
|
28878
28878
|
}
|
|
28879
|
-
function validateAdapterConfig$
|
|
28879
|
+
function validateAdapterConfig$h(untrustedConfig, configPropertyNames) {
|
|
28880
28880
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
28881
28881
|
return null;
|
|
28882
28882
|
}
|
|
@@ -28938,7 +28938,7 @@ function buildCachedSnapshotCachePolicy$8(context, storeLookup) {
|
|
|
28938
28938
|
return cacheSnapshot;
|
|
28939
28939
|
}
|
|
28940
28940
|
const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMetadata(untrustedConfig, requestContext) {
|
|
28941
|
-
const config = validateAdapterConfig$
|
|
28941
|
+
const config = validateAdapterConfig$h(untrustedConfig, getLookupMetadata_ConfigPropertyNames);
|
|
28942
28942
|
// Invalid or incomplete config
|
|
28943
28943
|
if (config === null) {
|
|
28944
28944
|
return null;
|
|
@@ -29433,7 +29433,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
29433
29433
|
});
|
|
29434
29434
|
return config;
|
|
29435
29435
|
}
|
|
29436
|
-
function validateAdapterConfig$
|
|
29436
|
+
function validateAdapterConfig$g(untrustedConfig, configPropertyNames) {
|
|
29437
29437
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
29438
29438
|
return null;
|
|
29439
29439
|
}
|
|
@@ -29495,7 +29495,7 @@ function buildCachedSnapshotCachePolicy$7(context, storeLookup) {
|
|
|
29495
29495
|
return cacheSnapshot;
|
|
29496
29496
|
}
|
|
29497
29497
|
const getSearchResultsAdapterFactory = (luvio) => function UiApi__getSearchResults(untrustedConfig, requestContext) {
|
|
29498
|
-
const config = validateAdapterConfig$
|
|
29498
|
+
const config = validateAdapterConfig$g(untrustedConfig, getSearchResults_ConfigPropertyNames);
|
|
29499
29499
|
// Invalid or incomplete config
|
|
29500
29500
|
if (config === null) {
|
|
29501
29501
|
return null;
|
|
@@ -29769,7 +29769,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
29769
29769
|
}
|
|
29770
29770
|
return config;
|
|
29771
29771
|
}
|
|
29772
|
-
function validateAdapterConfig$
|
|
29772
|
+
function validateAdapterConfig$f(untrustedConfig, configPropertyNames) {
|
|
29773
29773
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
29774
29774
|
return null;
|
|
29775
29775
|
}
|
|
@@ -29831,7 +29831,7 @@ function buildCachedSnapshotCachePolicy$6(context, storeLookup) {
|
|
|
29831
29831
|
return cacheSnapshot;
|
|
29832
29832
|
}
|
|
29833
29833
|
const getKeywordSearchResultsAdapterFactory = (luvio) => function UiApi__getKeywordSearchResults(untrustedConfig, requestContext) {
|
|
29834
|
-
const config = validateAdapterConfig$
|
|
29834
|
+
const config = validateAdapterConfig$f(untrustedConfig, getKeywordSearchResults_ConfigPropertyNames);
|
|
29835
29835
|
// Invalid or incomplete config
|
|
29836
29836
|
if (config === null) {
|
|
29837
29837
|
return null;
|
|
@@ -46725,7 +46725,7 @@ function typeCheckConfig$f(untrustedConfig) {
|
|
|
46725
46725
|
}
|
|
46726
46726
|
// Handroll offline support here
|
|
46727
46727
|
const factory$f = (luvio) => function UiApi__graphqlBatch(untrustedConfig, requestContext) {
|
|
46728
|
-
const config = validateAdapterConfig$
|
|
46728
|
+
const config = validateAdapterConfig$e(untrustedConfig, graphqlBatch_ConfigPropertyNames);
|
|
46729
46729
|
// Invalid or incomplete config
|
|
46730
46730
|
if (config === null) {
|
|
46731
46731
|
return null;
|
|
@@ -46744,7 +46744,7 @@ function keyBuilder$b(luvio, config) {
|
|
|
46744
46744
|
const resourceParams = createResourceParams$c(config);
|
|
46745
46745
|
return keyBuilder$c(luvio, resourceParams);
|
|
46746
46746
|
}
|
|
46747
|
-
function validateAdapterConfig$
|
|
46747
|
+
function validateAdapterConfig$e(untrustedConfig, configPropertyNames) {
|
|
46748
46748
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
46749
46749
|
return null;
|
|
46750
46750
|
}
|
|
@@ -46873,7 +46873,7 @@ function typeCheckConfig$e(untrustedConfig) {
|
|
|
46873
46873
|
}
|
|
46874
46874
|
return config;
|
|
46875
46875
|
}
|
|
46876
|
-
function validateAdapterConfig$
|
|
46876
|
+
function validateAdapterConfig$d(untrustedConfig, configPropertyNames) {
|
|
46877
46877
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
46878
46878
|
return null;
|
|
46879
46879
|
}
|
|
@@ -46954,6 +46954,19 @@ function buildCachedSnapshotCachePolicy$4(context, storeLookup) {
|
|
|
46954
46954
|
return cacheSnapshot;
|
|
46955
46955
|
}
|
|
46956
46956
|
|
|
46957
|
+
function validateAdapterConfig$c(untrustedConfig, _configPropertyNames) {
|
|
46958
|
+
if (untrustedConfig !== null && typeof untrustedConfig === 'object') {
|
|
46959
|
+
const operationNameIsDefinedAsUndefined = ObjectPrototypeHasOwnProperty.call(untrustedConfig, 'operationName') &&
|
|
46960
|
+
untrustedConfig.operationName === undefined;
|
|
46961
|
+
const variablesIsDefinedAsUndefined = ObjectPrototypeHasOwnProperty.call(untrustedConfig, 'variables') &&
|
|
46962
|
+
untrustedConfig.variables === undefined;
|
|
46963
|
+
if (operationNameIsDefinedAsUndefined || variablesIsDefinedAsUndefined) {
|
|
46964
|
+
return null;
|
|
46965
|
+
}
|
|
46966
|
+
}
|
|
46967
|
+
return validateAdapterConfig$d(untrustedConfig, _configPropertyNames);
|
|
46968
|
+
}
|
|
46969
|
+
|
|
46957
46970
|
const factory$e = (luvio) => function graphql(untrustedConfig, requestContext) {
|
|
46958
46971
|
const config = validateAdapterConfig$c(untrustedConfig, graphql_ConfigPropertyNames);
|
|
46959
46972
|
// Invalid or incomplete config
|
|
@@ -47376,7 +47389,7 @@ function optimisticUpdate(cachedLayoutUserState, layoutUserStateInput) {
|
|
|
47376
47389
|
return clonedLayoutUserState;
|
|
47377
47390
|
}
|
|
47378
47391
|
function coerceConfigWithDefaults$2(untrusted, layoutUserStateInput) {
|
|
47379
|
-
const config = validateAdapterConfig$
|
|
47392
|
+
const config = validateAdapterConfig$I(untrusted, getLayoutUserState_ConfigPropertyNames);
|
|
47380
47393
|
if (config === null) {
|
|
47381
47394
|
// eslint-disable-next-line @salesforce/lds/no-error-in-production
|
|
47382
47395
|
throw new Error(`@wire(updateLayoutUserState) invalid configuration ${stringify(untrusted)}`);
|
package/package.json
CHANGED
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -17045,7 +17045,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
17045
17045
|
}
|
|
17046
17046
|
return config;
|
|
17047
17047
|
}
|
|
17048
|
-
function validateAdapterConfig$
|
|
17048
|
+
function validateAdapterConfig$2(untrustedConfig, configPropertyNames) {
|
|
17049
17049
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
17050
17050
|
return null;
|
|
17051
17051
|
}
|
|
@@ -17275,6 +17275,19 @@ function ensureRegisteredOnce(registration) {
|
|
|
17275
17275
|
}
|
|
17276
17276
|
}
|
|
17277
17277
|
|
|
17278
|
+
function validateAdapterConfig$1(untrustedConfig, _configPropertyNames) {
|
|
17279
|
+
if (untrustedConfig !== null && typeof untrustedConfig === 'object') {
|
|
17280
|
+
const operationNameIsDefinedAsUndefined = ObjectPrototypeHasOwnProperty.call(untrustedConfig, 'operationName') &&
|
|
17281
|
+
untrustedConfig.operationName === undefined;
|
|
17282
|
+
const variablesIsDefinedAsUndefined = ObjectPrototypeHasOwnProperty.call(untrustedConfig, 'variables') &&
|
|
17283
|
+
untrustedConfig.variables === undefined;
|
|
17284
|
+
if (operationNameIsDefinedAsUndefined || variablesIsDefinedAsUndefined) {
|
|
17285
|
+
return null;
|
|
17286
|
+
}
|
|
17287
|
+
}
|
|
17288
|
+
return validateAdapterConfig$2(untrustedConfig, _configPropertyNames);
|
|
17289
|
+
}
|
|
17290
|
+
|
|
17278
17291
|
const factory$1 = (luvio) => function graphql(untrustedConfig, requestContext) {
|
|
17279
17292
|
const config = validateAdapterConfig$1(untrustedConfig, graphql_ConfigPropertyNames);
|
|
17280
17293
|
// Invalid or incomplete config
|
|
@@ -18230,4 +18243,4 @@ register({
|
|
|
18230
18243
|
});
|
|
18231
18244
|
|
|
18232
18245
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
18233
|
-
// version: 1.
|
|
18246
|
+
// version: 1.215.0-dc8d4056e
|
package/sfdc/index.js
CHANGED
|
@@ -33717,4 +33717,4 @@ withDefaultLuvio((luvio) => {
|
|
|
33717
33717
|
});
|
|
33718
33718
|
|
|
33719
33719
|
export { InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoRepresentationType, RepresentationType$O as RecordRepresentationRepresentationType, TTL$w as RecordRepresentationTTL, RepresentationType$O as RecordRepresentationType, VERSION$17 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createRecord, deleteRecord, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListObjectInfo, getListObjectInfo_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, 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, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$Q as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$C as ingestObjectInfo, ingest$y as ingestQuickActionExecutionRepresentation, ingest$H as ingestRecord, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$1J as keyBuilderObjectInfo, keyBuilder$1D as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1U as keyBuilderRecord, notifyListViewSummaryUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateListInfoByName, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
33720
|
-
// version: 1.
|
|
33720
|
+
// version: 1.215.0-dc8d4056e
|