@salesforce/lwc-adapters-uiapi 1.284.0 → 1.286.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/main.js +115 -114
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -572,7 +572,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
572
572
|
}
|
|
573
573
|
return resourceParams;
|
|
574
574
|
}
|
|
575
|
-
// engine version: 0.154.
|
|
575
|
+
// engine version: 0.154.16-5cc35392
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
578
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -8770,7 +8770,7 @@ function getTypeCacheKeys$27(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8770
8770
|
});
|
|
8771
8771
|
}
|
|
8772
8772
|
|
|
8773
|
-
const TTL$
|
|
8773
|
+
const TTL$G = 900000;
|
|
8774
8774
|
const VERSION$2s = "c658fe1591386d570e214eaed0daadd1";
|
|
8775
8775
|
function validate$1X(obj, path = 'ListInfoRepresentation') {
|
|
8776
8776
|
const v_error = (() => {
|
|
@@ -9143,7 +9143,7 @@ const ingest$22 = function ListInfoRepresentationIngest(input, path, luvio, stor
|
|
|
9143
9143
|
}
|
|
9144
9144
|
}
|
|
9145
9145
|
const key = keyBuilderFromType$E(luvio, input);
|
|
9146
|
-
const ttlToUse = TTL$
|
|
9146
|
+
const ttlToUse = TTL$G;
|
|
9147
9147
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$U, "UiApi", VERSION$2s, RepresentationType$10, equals$17);
|
|
9148
9148
|
return createLink$1(key);
|
|
9149
9149
|
};
|
|
@@ -9495,7 +9495,7 @@ const getTypeCacheKeys$24 = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
9495
9495
|
return rootKeySet;
|
|
9496
9496
|
};
|
|
9497
9497
|
|
|
9498
|
-
const TTL$
|
|
9498
|
+
const TTL$F = 120000;
|
|
9499
9499
|
const VERSION$2p = "79cb5ac9f44542f683d00245fdfe500d";
|
|
9500
9500
|
function validate$1U(obj, path = 'RecordCollectionRepresentation') {
|
|
9501
9501
|
const v_error = (() => {
|
|
@@ -9776,7 +9776,7 @@ const ingest$20 = function RecordCollectionRepresentationIngest(input, path, luv
|
|
|
9776
9776
|
}
|
|
9777
9777
|
}
|
|
9778
9778
|
const key = path.fullPath;
|
|
9779
|
-
const ttlToUse = TTL$
|
|
9779
|
+
const ttlToUse = TTL$F;
|
|
9780
9780
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$S, "UiApi", VERSION$2p, RepresentationType$_, equals$14);
|
|
9781
9781
|
return createLink$1(key);
|
|
9782
9782
|
};
|
|
@@ -9804,7 +9804,7 @@ const keyBuilderFromType$D = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9804
9804
|
return keyBuilderFromType$C(luvio, object);
|
|
9805
9805
|
};
|
|
9806
9806
|
|
|
9807
|
-
const TTL$
|
|
9807
|
+
const TTL$E = 30000;
|
|
9808
9808
|
const VERSION$2o = "98c5b18512e48ca8d28727549507e4ba";
|
|
9809
9809
|
function validate$1T(obj, path = 'RecordRepresentation') {
|
|
9810
9810
|
const v_error = (() => {
|
|
@@ -11964,7 +11964,7 @@ const RECORD_REPRESENTATION_ERROR_VERSION = 'RECORD_REPRESENTATION_ERROR_VERSION
|
|
|
11964
11964
|
const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
|
|
11965
11965
|
representationName: '',
|
|
11966
11966
|
namespace: keyPrefix,
|
|
11967
|
-
ttl: TTL$
|
|
11967
|
+
ttl: TTL$E,
|
|
11968
11968
|
version: RECORD_REPRESENTATION_ERROR_VERSION,
|
|
11969
11969
|
};
|
|
11970
11970
|
function isGraphNode(node) {
|
|
@@ -12886,7 +12886,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12886
12886
|
luvio.storePublish(key, incomingRecord);
|
|
12887
12887
|
}
|
|
12888
12888
|
luvio.publishStoreMetadata(key, {
|
|
12889
|
-
ttl: TTL$
|
|
12889
|
+
ttl: TTL$E,
|
|
12890
12890
|
representationName: RepresentationType$Z,
|
|
12891
12891
|
namespace: keyPrefix,
|
|
12892
12892
|
version: VERSION$2o,
|
|
@@ -13246,7 +13246,7 @@ function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, chi
|
|
|
13246
13246
|
// track non-cached responses so rebuilds work properly
|
|
13247
13247
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
13248
13248
|
nonCachedErrors$8[childKey] = {
|
|
13249
|
-
expiration: now + TTL$
|
|
13249
|
+
expiration: now + TTL$E,
|
|
13250
13250
|
response: childBody,
|
|
13251
13251
|
status: childStatusCode,
|
|
13252
13252
|
};
|
|
@@ -13822,7 +13822,7 @@ function revertPaginationOptimization(variables) {
|
|
|
13822
13822
|
}
|
|
13823
13823
|
}
|
|
13824
13824
|
|
|
13825
|
-
const TTL$
|
|
13825
|
+
const TTL$D = 30000;
|
|
13826
13826
|
const VERSION$2m = "e5c90c4081cd557f8ffec53028ede1e8";
|
|
13827
13827
|
function validate$1S(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13828
13828
|
const v_error = (() => {
|
|
@@ -14467,7 +14467,7 @@ const ingest$1_ = function ListRecordCollectionRepresentationIngest(input, path,
|
|
|
14467
14467
|
}
|
|
14468
14468
|
const key = keyBuilderFromType$B(luvio, input);
|
|
14469
14469
|
const existingRecord = store.readEntry(key);
|
|
14470
|
-
const ttlToUse = TTL$
|
|
14470
|
+
const ttlToUse = TTL$D;
|
|
14471
14471
|
let incomingRecord = normalize$Q(input, store.readEntry(key), {
|
|
14472
14472
|
fullPath: key,
|
|
14473
14473
|
parent: path.parent,
|
|
@@ -15740,7 +15740,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
|
|
|
15740
15740
|
const key = keyBuilder$3c(luvio, params);
|
|
15741
15741
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
15742
15742
|
const storeMetadataParams = {
|
|
15743
|
-
ttl: TTL$
|
|
15743
|
+
ttl: TTL$D,
|
|
15744
15744
|
namespace: keyPrefix,
|
|
15745
15745
|
version: VERSION$2m,
|
|
15746
15746
|
representationName: RepresentationType$Y
|
|
@@ -17992,7 +17992,7 @@ function validate$1I(obj, path = 'ThemeInfoRepresentation') {
|
|
|
17992
17992
|
return v_error === undefined ? null : v_error;
|
|
17993
17993
|
}
|
|
17994
17994
|
|
|
17995
|
-
const TTL$
|
|
17995
|
+
const TTL$C = 900000;
|
|
17996
17996
|
const VERSION$2g = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
17997
17997
|
function validate$1H(obj, path = 'ObjectInfoRepresentation') {
|
|
17998
17998
|
const v_error = (() => {
|
|
@@ -18407,7 +18407,7 @@ const ingest$1U = function ObjectInfoRepresentationIngest(input, path, luvio, st
|
|
|
18407
18407
|
}
|
|
18408
18408
|
}
|
|
18409
18409
|
const key = keyBuilderFromType$v(luvio, input);
|
|
18410
|
-
const ttlToUse = TTL$
|
|
18410
|
+
const ttlToUse = TTL$C;
|
|
18411
18411
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "UiApi", VERSION$2g, RepresentationType$S, equals$Y);
|
|
18412
18412
|
return createLink$1(key);
|
|
18413
18413
|
};
|
|
@@ -18453,7 +18453,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
18453
18453
|
const key = keyBuilder$35(luvio, params);
|
|
18454
18454
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
18455
18455
|
const storeMetadataParams = {
|
|
18456
|
-
ttl: TTL$
|
|
18456
|
+
ttl: TTL$C,
|
|
18457
18457
|
namespace: keyPrefix,
|
|
18458
18458
|
version: VERSION$2g,
|
|
18459
18459
|
representationName: RepresentationType$S
|
|
@@ -18845,7 +18845,7 @@ function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18845
18845
|
return v_error === undefined ? null : v_error;
|
|
18846
18846
|
}
|
|
18847
18847
|
|
|
18848
|
-
const TTL$
|
|
18848
|
+
const TTL$B = 900000;
|
|
18849
18849
|
const VERSION$2f = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18850
18850
|
function validate$1B(obj, path = 'RecordLayoutRepresentation') {
|
|
18851
18851
|
const v_error = (() => {
|
|
@@ -19049,7 +19049,7 @@ const ingest$1T = function RecordLayoutRepresentationIngest(input, path, luvio,
|
|
|
19049
19049
|
}
|
|
19050
19050
|
}
|
|
19051
19051
|
const key = keyBuilderFromType$u(luvio, input);
|
|
19052
|
-
const ttlToUse = TTL$
|
|
19052
|
+
const ttlToUse = TTL$B;
|
|
19053
19053
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$2f, RepresentationType$R, equals$X);
|
|
19054
19054
|
return createLink$1(key);
|
|
19055
19055
|
};
|
|
@@ -19104,7 +19104,7 @@ function validate$1A(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
19104
19104
|
return v_error === undefined ? null : v_error;
|
|
19105
19105
|
}
|
|
19106
19106
|
|
|
19107
|
-
const TTL$
|
|
19107
|
+
const TTL$A = 900000;
|
|
19108
19108
|
const VERSION$2e = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
19109
19109
|
function validate$1z(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
19110
19110
|
const v_error = (() => {
|
|
@@ -19209,7 +19209,7 @@ const ingest$1S = function RecordLayoutUserStateRepresentationIngest(input, path
|
|
|
19209
19209
|
}
|
|
19210
19210
|
}
|
|
19211
19211
|
const key = keyBuilderFromType$t(luvio, input);
|
|
19212
|
-
const ttlToUse = TTL$
|
|
19212
|
+
const ttlToUse = TTL$A;
|
|
19213
19213
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "UiApi", VERSION$2e, RepresentationType$Q, equals$W);
|
|
19214
19214
|
return createLink$1(key);
|
|
19215
19215
|
};
|
|
@@ -19223,7 +19223,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19223
19223
|
});
|
|
19224
19224
|
}
|
|
19225
19225
|
|
|
19226
|
-
const TTL$
|
|
19226
|
+
const TTL$z = 900000;
|
|
19227
19227
|
const VERSION$2d = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
19228
19228
|
function validate$1y(obj, path = 'RecordUiRepresentation') {
|
|
19229
19229
|
const v_error = (() => {
|
|
@@ -19493,7 +19493,7 @@ const ingest$1R = function RecordUiRepresentationIngest(input, path, luvio, stor
|
|
|
19493
19493
|
}
|
|
19494
19494
|
}
|
|
19495
19495
|
const key = path.fullPath;
|
|
19496
|
-
const ttlToUse = TTL$
|
|
19496
|
+
const ttlToUse = TTL$z;
|
|
19497
19497
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "UiApi", VERSION$2d, RepresentationType$P, equals$V);
|
|
19498
19498
|
return createLink$1(key);
|
|
19499
19499
|
};
|
|
@@ -19748,7 +19748,7 @@ const GET_RECORDUI_ADAPTER_CONFIG = {
|
|
|
19748
19748
|
};
|
|
19749
19749
|
const RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION = 'RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION_1';
|
|
19750
19750
|
const RECORD_UI_ERROR_STORE_METADATA_PARAMS = {
|
|
19751
|
-
ttl: TTL$
|
|
19751
|
+
ttl: TTL$z,
|
|
19752
19752
|
representationName: '',
|
|
19753
19753
|
namespace: keyPrefix,
|
|
19754
19754
|
version: RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION,
|
|
@@ -20813,7 +20813,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20813
20813
|
});
|
|
20814
20814
|
}
|
|
20815
20815
|
|
|
20816
|
-
const TTL$
|
|
20816
|
+
const TTL$y = 900000;
|
|
20817
20817
|
const VERSION$29 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20818
20818
|
function validate$1u(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20819
20819
|
const v_error = (() => {
|
|
@@ -21671,7 +21671,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21671
21671
|
}
|
|
21672
21672
|
}
|
|
21673
21673
|
|
|
21674
|
-
const TTL$
|
|
21674
|
+
const TTL$x = 300000;
|
|
21675
21675
|
const VERSION$26 = "e485d96c1402a9ca2f56e56485af0216";
|
|
21676
21676
|
function validate$1r(obj, path = 'ActionRepresentation') {
|
|
21677
21677
|
const v_error = (() => {
|
|
@@ -21777,7 +21777,7 @@ const ingest$1L = function ActionRepresentationIngest(input, path, luvio, store,
|
|
|
21777
21777
|
}
|
|
21778
21778
|
}
|
|
21779
21779
|
const key = path.fullPath;
|
|
21780
|
-
const ttlToUse = TTL$
|
|
21780
|
+
const ttlToUse = TTL$x;
|
|
21781
21781
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$26, RepresentationType$I, equals$O);
|
|
21782
21782
|
return createLink$1(key);
|
|
21783
21783
|
};
|
|
@@ -21828,7 +21828,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
|
|
|
21828
21828
|
const key = keyBuilder$2X(luvio, params);
|
|
21829
21829
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
21830
21830
|
const storeMetadataParams = {
|
|
21831
|
-
ttl: TTL$
|
|
21831
|
+
ttl: TTL$x,
|
|
21832
21832
|
namespace: keyPrefix,
|
|
21833
21833
|
version: VERSION$26,
|
|
21834
21834
|
representationName: RepresentationType$I
|
|
@@ -21941,7 +21941,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
21941
21941
|
buildCachedSnapshotCachePolicy$P, buildNetworkSnapshotCachePolicy$Q);
|
|
21942
21942
|
};
|
|
21943
21943
|
|
|
21944
|
-
const TTL$
|
|
21944
|
+
const TTL$w = 900000;
|
|
21945
21945
|
const VERSION$25 = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
21946
21946
|
function validate$1q(obj, path = 'QuickActionLayoutRepresentation') {
|
|
21947
21947
|
const v_error = (() => {
|
|
@@ -22016,7 +22016,7 @@ const ingest$1K = function QuickActionLayoutRepresentationIngest(input, path, lu
|
|
|
22016
22016
|
}
|
|
22017
22017
|
}
|
|
22018
22018
|
const key = keyBuilderFromType$n(luvio, input);
|
|
22019
|
-
const ttlToUse = TTL$
|
|
22019
|
+
const ttlToUse = TTL$w;
|
|
22020
22020
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$25, RepresentationType$H, equals$N);
|
|
22021
22021
|
return createLink$1(key);
|
|
22022
22022
|
};
|
|
@@ -22062,7 +22062,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
22062
22062
|
const key = keyBuilder$2U(luvio, params);
|
|
22063
22063
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
22064
22064
|
const storeMetadataParams = {
|
|
22065
|
-
ttl: TTL$
|
|
22065
|
+
ttl: TTL$w,
|
|
22066
22066
|
namespace: keyPrefix,
|
|
22067
22067
|
version: VERSION$25,
|
|
22068
22068
|
representationName: RepresentationType$H
|
|
@@ -22232,7 +22232,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
22232
22232
|
const key = keyBuilder$2S(luvio, params);
|
|
22233
22233
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
22234
22234
|
const storeMetadataParams = {
|
|
22235
|
-
ttl: TTL$
|
|
22235
|
+
ttl: TTL$x,
|
|
22236
22236
|
namespace: keyPrefix,
|
|
22237
22237
|
version: VERSION$26,
|
|
22238
22238
|
representationName: RepresentationType$I
|
|
@@ -22374,7 +22374,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
22374
22374
|
const key = keyBuilder$2Q(luvio, params);
|
|
22375
22375
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
22376
22376
|
const storeMetadataParams = {
|
|
22377
|
-
ttl: TTL$
|
|
22377
|
+
ttl: TTL$x,
|
|
22378
22378
|
namespace: keyPrefix,
|
|
22379
22379
|
version: VERSION$26,
|
|
22380
22380
|
representationName: RepresentationType$I
|
|
@@ -22711,7 +22711,7 @@ function validate$1o(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22711
22711
|
return v_error === undefined ? null : v_error;
|
|
22712
22712
|
}
|
|
22713
22713
|
|
|
22714
|
-
const TTL$
|
|
22714
|
+
const TTL$v = 300000;
|
|
22715
22715
|
const VERSION$23 = "c57b66c259b23683db7b763e132e8633";
|
|
22716
22716
|
function validate$1n(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22717
22717
|
const v_error = (() => {
|
|
@@ -22784,7 +22784,7 @@ const ingest$1I = function FlexipageFormulaActivationRepresentationIngest(input,
|
|
|
22784
22784
|
}
|
|
22785
22785
|
}
|
|
22786
22786
|
const key = path.fullPath;
|
|
22787
|
-
const ttlToUse = TTL$
|
|
22787
|
+
const ttlToUse = TTL$v;
|
|
22788
22788
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$23, RepresentationType$F, equals$L);
|
|
22789
22789
|
return createLink$1(key);
|
|
22790
22790
|
};
|
|
@@ -22828,7 +22828,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
22828
22828
|
const key = keyBuilder$2M(luvio, params);
|
|
22829
22829
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
22830
22830
|
const storeMetadataParams = {
|
|
22831
|
-
ttl: TTL$
|
|
22831
|
+
ttl: TTL$v,
|
|
22832
22832
|
namespace: keyPrefix,
|
|
22833
22833
|
version: VERSION$23,
|
|
22834
22834
|
representationName: RepresentationType$F
|
|
@@ -22940,7 +22940,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
|
|
|
22940
22940
|
};
|
|
22941
22941
|
|
|
22942
22942
|
const QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS = {
|
|
22943
|
-
ttl: TTL$
|
|
22943
|
+
ttl: TTL$y,
|
|
22944
22944
|
namespace: keyPrefix,
|
|
22945
22945
|
representationName: RepresentationType$L,
|
|
22946
22946
|
version: VERSION$29,
|
|
@@ -23040,7 +23040,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
23040
23040
|
const key = keyBuilder$2K(luvio, params);
|
|
23041
23041
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
23042
23042
|
const storeMetadataParams = {
|
|
23043
|
-
ttl: TTL$
|
|
23043
|
+
ttl: TTL$y,
|
|
23044
23044
|
namespace: keyPrefix,
|
|
23045
23045
|
version: VERSION$29,
|
|
23046
23046
|
representationName: RepresentationType$L
|
|
@@ -23209,7 +23209,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
23209
23209
|
const key = keyBuilder$2I(luvio, params);
|
|
23210
23210
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
23211
23211
|
const storeMetadataParams = {
|
|
23212
|
-
ttl: TTL$
|
|
23212
|
+
ttl: TTL$x,
|
|
23213
23213
|
namespace: keyPrefix,
|
|
23214
23214
|
version: VERSION$26,
|
|
23215
23215
|
representationName: RepresentationType$I
|
|
@@ -23361,7 +23361,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
23361
23361
|
const key = keyBuilder$2G(luvio, params);
|
|
23362
23362
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
23363
23363
|
const storeMetadataParams = {
|
|
23364
|
-
ttl: TTL$
|
|
23364
|
+
ttl: TTL$x,
|
|
23365
23365
|
namespace: keyPrefix,
|
|
23366
23366
|
version: VERSION$26,
|
|
23367
23367
|
representationName: RepresentationType$I
|
|
@@ -23573,7 +23573,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
23573
23573
|
const key = keyBuilder$2E(luvio, params);
|
|
23574
23574
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
23575
23575
|
const storeMetadataParams = {
|
|
23576
|
-
ttl: TTL$
|
|
23576
|
+
ttl: TTL$x,
|
|
23577
23577
|
namespace: keyPrefix,
|
|
23578
23578
|
version: VERSION$26,
|
|
23579
23579
|
representationName: RepresentationType$I
|
|
@@ -23821,7 +23821,7 @@ function ingestSuccessChildResourceParams$8(luvio, childResourceParamsArray, chi
|
|
|
23821
23821
|
}
|
|
23822
23822
|
// track non-cached responses so rebuilds work properly
|
|
23823
23823
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
23824
|
-
nonCachedErrors$7[childKey] = { expiration: now + TTL$
|
|
23824
|
+
nonCachedErrors$7[childKey] = { expiration: now + TTL$x, response: childBody, status: childStatusCode };
|
|
23825
23825
|
}
|
|
23826
23826
|
else {
|
|
23827
23827
|
delete nonCachedErrors$7[childKey];
|
|
@@ -24103,7 +24103,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
24103
24103
|
const key = keyBuilder$2A(luvio, params);
|
|
24104
24104
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
24105
24105
|
const storeMetadataParams = {
|
|
24106
|
-
ttl: TTL$
|
|
24106
|
+
ttl: TTL$x,
|
|
24107
24107
|
namespace: keyPrefix,
|
|
24108
24108
|
version: VERSION$26,
|
|
24109
24109
|
representationName: RepresentationType$I
|
|
@@ -24298,7 +24298,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24298
24298
|
});
|
|
24299
24299
|
}
|
|
24300
24300
|
|
|
24301
|
-
const TTL$
|
|
24301
|
+
const TTL$u = 120000;
|
|
24302
24302
|
const VERSION$21 = "09884ca5bf90ea4662092a4e48817081";
|
|
24303
24303
|
function validate$1k(obj, path = 'NavItemRepresentation') {
|
|
24304
24304
|
const v_error = (() => {
|
|
@@ -24698,7 +24698,7 @@ const ingest$1G = function NavItemRepresentationIngest(input, path, luvio, store
|
|
|
24698
24698
|
}
|
|
24699
24699
|
}
|
|
24700
24700
|
const key = keyBuilderFromType$m(luvio, input);
|
|
24701
|
-
const ttlToUse = TTL$
|
|
24701
|
+
const ttlToUse = TTL$u;
|
|
24702
24702
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$21, RepresentationType$D, equals$J);
|
|
24703
24703
|
return createLink$1(key);
|
|
24704
24704
|
};
|
|
@@ -24715,7 +24715,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24715
24715
|
}
|
|
24716
24716
|
}
|
|
24717
24717
|
|
|
24718
|
-
const TTL$
|
|
24718
|
+
const TTL$t = 300000;
|
|
24719
24719
|
const VERSION$20 = "b33c534240965bedfcf073228d48b940";
|
|
24720
24720
|
function validate$1j(obj, path = 'AppRepresentation') {
|
|
24721
24721
|
const v_error = (() => {
|
|
@@ -25186,7 +25186,7 @@ const ingest$1F = function AppRepresentationIngest(input, path, luvio, store, ti
|
|
|
25186
25186
|
}
|
|
25187
25187
|
}
|
|
25188
25188
|
const key = keyBuilderFromType$l(luvio, input);
|
|
25189
|
-
const ttlToUse = TTL$
|
|
25189
|
+
const ttlToUse = TTL$t;
|
|
25190
25190
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$20, RepresentationType$C, equals$I);
|
|
25191
25191
|
return createLink$1(key);
|
|
25192
25192
|
};
|
|
@@ -25208,7 +25208,7 @@ function getTypeCacheKeys$1I(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
25208
25208
|
}
|
|
25209
25209
|
}
|
|
25210
25210
|
|
|
25211
|
-
const TTL$
|
|
25211
|
+
const TTL$s = 300000;
|
|
25212
25212
|
const VERSION$1$ = "a254babf0b6414315db7808a157fd9fc";
|
|
25213
25213
|
function validate$1i(obj, path = 'AppsRepresentation') {
|
|
25214
25214
|
const v_error = (() => {
|
|
@@ -25298,7 +25298,7 @@ const ingest$1E = function AppsRepresentationIngest(input, path, luvio, store, t
|
|
|
25298
25298
|
}
|
|
25299
25299
|
}
|
|
25300
25300
|
const key = path.fullPath;
|
|
25301
|
-
const ttlToUse = TTL$
|
|
25301
|
+
const ttlToUse = TTL$s;
|
|
25302
25302
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$1$, RepresentationType$B, equals$H);
|
|
25303
25303
|
return createLink$1(key);
|
|
25304
25304
|
};
|
|
@@ -25346,7 +25346,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
25346
25346
|
const key = keyBuilder$2w(luvio, params);
|
|
25347
25347
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
25348
25348
|
const storeMetadataParams = {
|
|
25349
|
-
ttl: TTL$
|
|
25349
|
+
ttl: TTL$s,
|
|
25350
25350
|
namespace: keyPrefix,
|
|
25351
25351
|
version: VERSION$1$,
|
|
25352
25352
|
representationName: RepresentationType$B
|
|
@@ -25488,7 +25488,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
25488
25488
|
const key = keyBuilder$2s(luvio, params);
|
|
25489
25489
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
25490
25490
|
const storeMetadataParams = {
|
|
25491
|
-
ttl: TTL$
|
|
25491
|
+
ttl: TTL$t,
|
|
25492
25492
|
namespace: keyPrefix,
|
|
25493
25493
|
version: VERSION$20,
|
|
25494
25494
|
representationName: RepresentationType$C
|
|
@@ -25937,7 +25937,7 @@ const select$2l = function DuplicateRuleRepresentationSelect() {
|
|
|
25937
25937
|
};
|
|
25938
25938
|
};
|
|
25939
25939
|
|
|
25940
|
-
const TTL$
|
|
25940
|
+
const TTL$r = 900000;
|
|
25941
25941
|
const VERSION$1W = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25942
25942
|
function validate$1d(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25943
25943
|
const v_error = (() => {
|
|
@@ -26047,7 +26047,7 @@ const ingest$1D = function DuplicatesConfigurationRepresentationIngest(input, pa
|
|
|
26047
26047
|
}
|
|
26048
26048
|
}
|
|
26049
26049
|
const key = path.fullPath;
|
|
26050
|
-
const ttlToUse = TTL$
|
|
26050
|
+
const ttlToUse = TTL$r;
|
|
26051
26051
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$1W, RepresentationType$A, equals$G);
|
|
26052
26052
|
return createLink$1(key);
|
|
26053
26053
|
};
|
|
@@ -26091,7 +26091,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
26091
26091
|
const key = keyBuilder$2q(luvio, params);
|
|
26092
26092
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
26093
26093
|
const storeMetadataParams = {
|
|
26094
|
-
ttl: TTL$
|
|
26094
|
+
ttl: TTL$r,
|
|
26095
26095
|
namespace: keyPrefix,
|
|
26096
26096
|
version: VERSION$1W,
|
|
26097
26097
|
representationName: RepresentationType$A
|
|
@@ -26230,7 +26230,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
26230
26230
|
const key = keyBuilder$2o(luvio, params);
|
|
26231
26231
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
26232
26232
|
const storeMetadataParams = {
|
|
26233
|
-
ttl: TTL$
|
|
26233
|
+
ttl: TTL$B,
|
|
26234
26234
|
namespace: keyPrefix,
|
|
26235
26235
|
version: VERSION$2f,
|
|
26236
26236
|
representationName: RepresentationType$R
|
|
@@ -26602,7 +26602,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
26602
26602
|
const key = keyBuilder$2n(luvio, params);
|
|
26603
26603
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
26604
26604
|
const storeMetadataParams = {
|
|
26605
|
-
ttl: TTL$
|
|
26605
|
+
ttl: TTL$G,
|
|
26606
26606
|
namespace: keyPrefix,
|
|
26607
26607
|
version: VERSION$2s,
|
|
26608
26608
|
representationName: RepresentationType$10
|
|
@@ -26834,7 +26834,7 @@ function ingestSuccessChildResourceParams$7(luvio, childResourceParamsArray, chi
|
|
|
26834
26834
|
}
|
|
26835
26835
|
// track non-cached responses so rebuilds work properly
|
|
26836
26836
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
26837
|
-
nonCachedErrors$6[childKey] = { expiration: now + TTL$
|
|
26837
|
+
nonCachedErrors$6[childKey] = { expiration: now + TTL$G, response: childBody, status: childStatusCode };
|
|
26838
26838
|
}
|
|
26839
26839
|
else {
|
|
26840
26840
|
delete nonCachedErrors$6[childKey];
|
|
@@ -28109,7 +28109,7 @@ function equals$C(existing, incoming) {
|
|
|
28109
28109
|
return true;
|
|
28110
28110
|
}
|
|
28111
28111
|
|
|
28112
|
-
const TTL$
|
|
28112
|
+
const TTL$q = 900000;
|
|
28113
28113
|
const VERSION$1R = "2405a0b25c2c00f82e88b600edc16387";
|
|
28114
28114
|
function validate$16(obj, path = 'ListObjectInfoRepresentation') {
|
|
28115
28115
|
const v_error = (() => {
|
|
@@ -28293,7 +28293,7 @@ const ingest$1C = function ListObjectInfoRepresentationIngest(input, path, luvio
|
|
|
28293
28293
|
}
|
|
28294
28294
|
}
|
|
28295
28295
|
const key = keyBuilderFromType$k(luvio, input);
|
|
28296
|
-
const ttlToUse = TTL$
|
|
28296
|
+
const ttlToUse = TTL$q;
|
|
28297
28297
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$1R, RepresentationType$z, equals$B);
|
|
28298
28298
|
return createLink$1(key);
|
|
28299
28299
|
};
|
|
@@ -28339,7 +28339,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
28339
28339
|
const key = keyBuilder$2f(luvio, params);
|
|
28340
28340
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
28341
28341
|
const storeMetadataParams = {
|
|
28342
|
-
ttl: TTL$
|
|
28342
|
+
ttl: TTL$q,
|
|
28343
28343
|
namespace: keyPrefix,
|
|
28344
28344
|
version: VERSION$1R,
|
|
28345
28345
|
representationName: RepresentationType$z
|
|
@@ -28448,7 +28448,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
28448
28448
|
buildCachedSnapshotCachePolicy$u, buildNetworkSnapshotCachePolicy$v);
|
|
28449
28449
|
};
|
|
28450
28450
|
|
|
28451
|
-
const TTL$
|
|
28451
|
+
const TTL$p = 900000;
|
|
28452
28452
|
const VERSION$1Q = "458d4a6a30201e422e8daec5fcb03845";
|
|
28453
28453
|
function validate$15(obj, path = 'ListPreferencesRepresentation') {
|
|
28454
28454
|
const v_error = (() => {
|
|
@@ -28601,7 +28601,7 @@ const ingest$1B = function ListPreferencesRepresentationIngest(input, path, luvi
|
|
|
28601
28601
|
}
|
|
28602
28602
|
}
|
|
28603
28603
|
const key = keyBuilderFromType$j(luvio, input);
|
|
28604
|
-
const ttlToUse = TTL$
|
|
28604
|
+
const ttlToUse = TTL$p;
|
|
28605
28605
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$1Q, RepresentationType$y, equals$A);
|
|
28606
28606
|
return createLink$1(key);
|
|
28607
28607
|
};
|
|
@@ -28648,7 +28648,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
28648
28648
|
const key = keyBuilder$2c(luvio, params);
|
|
28649
28649
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
28650
28650
|
const storeMetadataParams = {
|
|
28651
|
-
ttl: TTL$
|
|
28651
|
+
ttl: TTL$p,
|
|
28652
28652
|
namespace: keyPrefix,
|
|
28653
28653
|
version: VERSION$1Q,
|
|
28654
28654
|
representationName: RepresentationType$y
|
|
@@ -28918,7 +28918,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
28918
28918
|
};
|
|
28919
28919
|
};
|
|
28920
28920
|
|
|
28921
|
-
const TTL$
|
|
28921
|
+
const TTL$o = 120000;
|
|
28922
28922
|
const VERSION$1P = "756779d0d7e137dd72c743544afbad82";
|
|
28923
28923
|
function validate$13(obj, path = 'NavItemsRepresentation') {
|
|
28924
28924
|
const v_error = (() => {
|
|
@@ -29054,7 +29054,7 @@ const ingest$1A = function NavItemsRepresentationIngest(input, path, luvio, stor
|
|
|
29054
29054
|
}
|
|
29055
29055
|
}
|
|
29056
29056
|
const key = path.fullPath;
|
|
29057
|
-
const ttlToUse = TTL$
|
|
29057
|
+
const ttlToUse = TTL$o;
|
|
29058
29058
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$1P, RepresentationType$x, equals$z);
|
|
29059
29059
|
return createLink$1(key);
|
|
29060
29060
|
};
|
|
@@ -29102,7 +29102,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
29102
29102
|
const key = keyBuilder$2a(luvio, params);
|
|
29103
29103
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
29104
29104
|
const storeMetadataParams = {
|
|
29105
|
-
ttl: TTL$
|
|
29105
|
+
ttl: TTL$o,
|
|
29106
29106
|
namespace: keyPrefix,
|
|
29107
29107
|
version: VERSION$1P,
|
|
29108
29108
|
representationName: RepresentationType$x
|
|
@@ -29417,7 +29417,7 @@ function ingestSuccessChildResourceParams$6(luvio, childResourceParamsArray, chi
|
|
|
29417
29417
|
}
|
|
29418
29418
|
// track non-cached responses so rebuilds work properly
|
|
29419
29419
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
29420
|
-
nonCachedErrors$5[childKey] = { expiration: now + TTL$
|
|
29420
|
+
nonCachedErrors$5[childKey] = { expiration: now + TTL$C, response: childBody, status: childStatusCode };
|
|
29421
29421
|
}
|
|
29422
29422
|
else {
|
|
29423
29423
|
delete nonCachedErrors$5[childKey];
|
|
@@ -29802,7 +29802,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
29802
29802
|
return keyBuilder$24(luvio, { id });
|
|
29803
29803
|
};
|
|
29804
29804
|
|
|
29805
|
-
const TTL$
|
|
29805
|
+
const TTL$n = 900000;
|
|
29806
29806
|
const VERSION$1I = "0a361a49370acb4c6a31721a2057649a";
|
|
29807
29807
|
function validate$10(obj, path = 'PicklistValuesRepresentation') {
|
|
29808
29808
|
const v_error = (() => {
|
|
@@ -29934,7 +29934,7 @@ const ingest$1z = function PicklistValuesRepresentationIngest(input, path, luvio
|
|
|
29934
29934
|
}
|
|
29935
29935
|
}
|
|
29936
29936
|
const key = keyBuilderFromType$i(luvio, input);
|
|
29937
|
-
const ttlToUse = TTL$
|
|
29937
|
+
const ttlToUse = TTL$n;
|
|
29938
29938
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$1I, RepresentationType$w, equals$y);
|
|
29939
29939
|
return createLink$1(key);
|
|
29940
29940
|
};
|
|
@@ -29948,7 +29948,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
29948
29948
|
});
|
|
29949
29949
|
}
|
|
29950
29950
|
|
|
29951
|
-
const TTL$
|
|
29951
|
+
const TTL$m = 300000;
|
|
29952
29952
|
const VERSION$1H = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
29953
29953
|
function validate$$(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
29954
29954
|
const v_error = (() => {
|
|
@@ -30043,7 +30043,7 @@ const ingest$1y = function PicklistValuesCollectionRepresentationIngest(input, p
|
|
|
30043
30043
|
}
|
|
30044
30044
|
}
|
|
30045
30045
|
const key = path.fullPath;
|
|
30046
|
-
const ttlToUse = TTL$
|
|
30046
|
+
const ttlToUse = TTL$m;
|
|
30047
30047
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$o, "UiApi", VERSION$1H, RepresentationType$v, equals$x);
|
|
30048
30048
|
return createLink$1(key);
|
|
30049
30049
|
};
|
|
@@ -30094,7 +30094,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
30094
30094
|
const key = keyBuilder$23(luvio, params);
|
|
30095
30095
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
30096
30096
|
const storeMetadataParams = {
|
|
30097
|
-
ttl: TTL$
|
|
30097
|
+
ttl: TTL$m,
|
|
30098
30098
|
namespace: keyPrefix,
|
|
30099
30099
|
version: VERSION$1H,
|
|
30100
30100
|
representationName: RepresentationType$v
|
|
@@ -30411,7 +30411,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
30411
30411
|
const key = keyBuilder$21(luvio, params);
|
|
30412
30412
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
30413
30413
|
const storeMetadataParams = {
|
|
30414
|
-
ttl: TTL$
|
|
30414
|
+
ttl: TTL$B,
|
|
30415
30415
|
namespace: keyPrefix,
|
|
30416
30416
|
version: VERSION$2f,
|
|
30417
30417
|
representationName: RepresentationType$R
|
|
@@ -30620,7 +30620,7 @@ function validate$Y(obj, path = 'MatchRepresentation') {
|
|
|
30620
30620
|
return v_error === undefined ? null : v_error;
|
|
30621
30621
|
}
|
|
30622
30622
|
|
|
30623
|
-
const TTL$
|
|
30623
|
+
const TTL$l = 30000;
|
|
30624
30624
|
const VERSION$1G = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
30625
30625
|
function validate$X(obj, path = 'DuplicatesRepresentation') {
|
|
30626
30626
|
const v_error = (() => {
|
|
@@ -30693,7 +30693,7 @@ const ingest$1x = function DuplicatesRepresentationIngest(input, path, luvio, st
|
|
|
30693
30693
|
}
|
|
30694
30694
|
}
|
|
30695
30695
|
const key = path.fullPath;
|
|
30696
|
-
const ttlToUse = TTL$
|
|
30696
|
+
const ttlToUse = TTL$l;
|
|
30697
30697
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$n, "UiApi", VERSION$1G, RepresentationType$u, equals$w);
|
|
30698
30698
|
return createLink$1(key);
|
|
30699
30699
|
};
|
|
@@ -30737,7 +30737,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
30737
30737
|
const key = keyBuilder$1$(luvio, params);
|
|
30738
30738
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
30739
30739
|
const storeMetadataParams = {
|
|
30740
|
-
ttl: TTL$
|
|
30740
|
+
ttl: TTL$l,
|
|
30741
30741
|
namespace: keyPrefix,
|
|
30742
30742
|
version: VERSION$1G,
|
|
30743
30743
|
representationName: RepresentationType$u
|
|
@@ -31523,7 +31523,7 @@ const ingest$1u = function RecordAvatarBatchRepresentationIngest(input, path, lu
|
|
|
31523
31523
|
}
|
|
31524
31524
|
}
|
|
31525
31525
|
const key = path.fullPath;
|
|
31526
|
-
const ttlToUse = TTL$
|
|
31526
|
+
const ttlToUse = TTL$k;
|
|
31527
31527
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$k, "UiApi", VERSION$1B, RepresentationType$q, equals$r);
|
|
31528
31528
|
return createLink$1(key);
|
|
31529
31529
|
};
|
|
@@ -31661,7 +31661,7 @@ const ingest$1t = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(
|
|
|
31661
31661
|
}
|
|
31662
31662
|
}
|
|
31663
31663
|
const key = path.fullPath;
|
|
31664
|
-
const ttlToUse = TTL$
|
|
31664
|
+
const ttlToUse = TTL$k;
|
|
31665
31665
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$j, "UiApi", VERSION$1z, RepresentationType$p, equals$p);
|
|
31666
31666
|
return createLink$1(key);
|
|
31667
31667
|
};
|
|
@@ -31749,7 +31749,7 @@ const ingest$1s = function ErrorRecordAvatarBatchRepresentationIngest(input, pat
|
|
|
31749
31749
|
}
|
|
31750
31750
|
}
|
|
31751
31751
|
const key = path.fullPath;
|
|
31752
|
-
const ttlToUse = TTL$
|
|
31752
|
+
const ttlToUse = TTL$k;
|
|
31753
31753
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$i, "UiApi", VERSION$1y, RepresentationType$o, equals$o);
|
|
31754
31754
|
return createLink$1(key);
|
|
31755
31755
|
};
|
|
@@ -31768,7 +31768,7 @@ const DiscriminatorValues$2 = {
|
|
|
31768
31768
|
'400': 400,
|
|
31769
31769
|
'404': 404
|
|
31770
31770
|
};
|
|
31771
|
-
const TTL$
|
|
31771
|
+
const TTL$k = 300000;
|
|
31772
31772
|
const VERSION$1x = "8956293536e94d5ec63b274b61033d2c";
|
|
31773
31773
|
function validate$O(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
31774
31774
|
const v_error = (() => {
|
|
@@ -31846,7 +31846,7 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31846
31846
|
throw new Error(`Invalid discriminatorValue "${discriminatorValue}". Expected one of "200","400","404"`);
|
|
31847
31847
|
}
|
|
31848
31848
|
|
|
31849
|
-
const TTL$
|
|
31849
|
+
const TTL$j = 300000;
|
|
31850
31850
|
const VERSION$1w = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
31851
31851
|
function validate$N(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
31852
31852
|
const v_error = (() => {
|
|
@@ -31956,7 +31956,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
31956
31956
|
const key = keyBuilder$1Y(luvio, params);
|
|
31957
31957
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
31958
31958
|
const storeMetadataParams = {
|
|
31959
|
-
ttl: TTL$
|
|
31959
|
+
ttl: TTL$j,
|
|
31960
31960
|
namespace: keyPrefix,
|
|
31961
31961
|
version: VERSION$1w,
|
|
31962
31962
|
representationName: RepresentationType$n
|
|
@@ -33434,7 +33434,7 @@ function validate$K(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
33434
33434
|
return v_error === undefined ? null : v_error;
|
|
33435
33435
|
}
|
|
33436
33436
|
|
|
33437
|
-
const TTL$
|
|
33437
|
+
const TTL$i = 900000;
|
|
33438
33438
|
const VERSION$1t = "c977d65d153a2b4e888ddd45fb083248";
|
|
33439
33439
|
function validate$J(obj, path = 'RelatedListInfoRepresentation') {
|
|
33440
33440
|
const v_error = (() => {
|
|
@@ -33728,7 +33728,7 @@ const ingest$1p = function RelatedListInfoRepresentationIngest(input, path, luvi
|
|
|
33728
33728
|
}
|
|
33729
33729
|
}
|
|
33730
33730
|
const key = keyBuilderFromType$d(luvio, input);
|
|
33731
|
-
const ttlToUse = TTL$
|
|
33731
|
+
const ttlToUse = TTL$i;
|
|
33732
33732
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$f, "UiApi", VERSION$1t, RepresentationType$l, equals$j);
|
|
33733
33733
|
return createLink$1(key);
|
|
33734
33734
|
};
|
|
@@ -33779,7 +33779,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
33779
33779
|
const key = keyBuilder$1Q(luvio, params);
|
|
33780
33780
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
33781
33781
|
const storeMetadataParams = {
|
|
33782
|
-
ttl: TTL$
|
|
33782
|
+
ttl: TTL$i,
|
|
33783
33783
|
namespace: keyPrefix,
|
|
33784
33784
|
version: VERSION$1t,
|
|
33785
33785
|
representationName: RepresentationType$l
|
|
@@ -34012,7 +34012,7 @@ function ingestSuccessChildResourceParams$4(luvio, childResourceParamsArray, chi
|
|
|
34012
34012
|
}
|
|
34013
34013
|
// track non-cached responses so rebuilds work properly
|
|
34014
34014
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
34015
|
-
nonCachedErrors$3[childKey] = { expiration: now + TTL$
|
|
34015
|
+
nonCachedErrors$3[childKey] = { expiration: now + TTL$i, response: childBody, status: childStatusCode };
|
|
34016
34016
|
}
|
|
34017
34017
|
else {
|
|
34018
34018
|
delete nonCachedErrors$3[childKey];
|
|
@@ -34645,7 +34645,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
34645
34645
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
34646
34646
|
};
|
|
34647
34647
|
|
|
34648
|
-
const TTL$
|
|
34648
|
+
const TTL$h = 900000;
|
|
34649
34649
|
const VERSION$1r = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
34650
34650
|
function validate$F(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
34651
34651
|
const v_error = (() => {
|
|
@@ -34738,7 +34738,7 @@ const ingest$1n = function RelatedListUserPreferencesRepresentationIngest(input,
|
|
|
34738
34738
|
}
|
|
34739
34739
|
}
|
|
34740
34740
|
const key = keyBuilderFromType$b(luvio, input);
|
|
34741
|
-
const ttlToUse = TTL$
|
|
34741
|
+
const ttlToUse = TTL$h;
|
|
34742
34742
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$d, "UiApi", VERSION$1r, RepresentationType$j, equals$h);
|
|
34743
34743
|
return createLink$1(key);
|
|
34744
34744
|
};
|
|
@@ -34784,7 +34784,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
34784
34784
|
const key = keyBuilder$1I(luvio, params);
|
|
34785
34785
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
34786
34786
|
const storeMetadataParams = {
|
|
34787
|
-
ttl: TTL$
|
|
34787
|
+
ttl: TTL$h,
|
|
34788
34788
|
namespace: keyPrefix,
|
|
34789
34789
|
version: VERSION$1r,
|
|
34790
34790
|
representationName: RepresentationType$j
|
|
@@ -35009,7 +35009,7 @@ function ingestSuccessChildResourceParams$3(luvio, childResourceParamsArray, chi
|
|
|
35009
35009
|
}
|
|
35010
35010
|
// track non-cached responses so rebuilds work properly
|
|
35011
35011
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
35012
|
-
nonCachedErrors$2[childKey] = { expiration: now + TTL$
|
|
35012
|
+
nonCachedErrors$2[childKey] = { expiration: now + TTL$h, response: childBody, status: childStatusCode };
|
|
35013
35013
|
}
|
|
35014
35014
|
else {
|
|
35015
35015
|
delete nonCachedErrors$2[childKey];
|
|
@@ -35481,7 +35481,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
35481
35481
|
return existingListEnd === incomingListEnd;
|
|
35482
35482
|
}
|
|
35483
35483
|
|
|
35484
|
-
const TTL$
|
|
35484
|
+
const TTL$g = 30000;
|
|
35485
35485
|
const VERSION$1q = "62467c27c19349b70c9db2a8d9d591d9";
|
|
35486
35486
|
function validate$D(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
35487
35487
|
const v_error = (() => {
|
|
@@ -35992,7 +35992,7 @@ const ingest$1m = function RelatedListRecordCollectionRepresentationIngest(input
|
|
|
35992
35992
|
}
|
|
35993
35993
|
const key = keyBuilderFromType$a(luvio, input);
|
|
35994
35994
|
const existingRecord = store.readEntry(key);
|
|
35995
|
-
const ttlToUse = TTL$
|
|
35995
|
+
const ttlToUse = TTL$g;
|
|
35996
35996
|
let incomingRecord = normalize$c(input, store.readEntry(key), {
|
|
35997
35997
|
fullPath: key,
|
|
35998
35998
|
parent: path.parent,
|
|
@@ -36151,7 +36151,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
36151
36151
|
const key = keyBuilder$1D(luvio, params);
|
|
36152
36152
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
36153
36153
|
const storeMetadataParams = {
|
|
36154
|
-
ttl: TTL$
|
|
36154
|
+
ttl: TTL$g,
|
|
36155
36155
|
namespace: keyPrefix,
|
|
36156
36156
|
version: VERSION$1q,
|
|
36157
36157
|
representationName: RepresentationType$i
|
|
@@ -36399,7 +36399,7 @@ function ingestSuccessChildResourceParams$2(luvio, childResourceParamsArray, chi
|
|
|
36399
36399
|
}
|
|
36400
36400
|
// track non-cached responses so rebuilds work properly
|
|
36401
36401
|
if (childStatusCode !== 404 && childStatusCode !== 200) {
|
|
36402
|
-
nonCachedErrors$1[childKey] = { expiration: now + TTL$
|
|
36402
|
+
nonCachedErrors$1[childKey] = { expiration: now + TTL$g, response: childBody, status: childStatusCode };
|
|
36403
36403
|
}
|
|
36404
36404
|
else {
|
|
36405
36405
|
delete nonCachedErrors$1[childKey];
|
|
@@ -36811,7 +36811,7 @@ function validate$B(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
36811
36811
|
return v_error === undefined ? null : v_error;
|
|
36812
36812
|
}
|
|
36813
36813
|
|
|
36814
|
-
const TTL$
|
|
36814
|
+
const TTL$f = 30000;
|
|
36815
36815
|
const VERSION$1p = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
36816
36816
|
function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
36817
36817
|
const v_error = (() => {
|
|
@@ -36903,7 +36903,7 @@ const ingest$1l = function SearchFilterMetadataCollectionRepresentationIngest(in
|
|
|
36903
36903
|
}
|
|
36904
36904
|
}
|
|
36905
36905
|
const key = keyBuilderFromType$9(luvio, input);
|
|
36906
|
-
const ttlToUse = TTL$
|
|
36906
|
+
const ttlToUse = TTL$f;
|
|
36907
36907
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$b, "UiApi", VERSION$1p, RepresentationType$h, equals$f);
|
|
36908
36908
|
return createLink$1(key);
|
|
36909
36909
|
};
|
|
@@ -36950,7 +36950,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
36950
36950
|
const key = keyBuilder$1y(luvio, params);
|
|
36951
36951
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
36952
36952
|
const storeMetadataParams = {
|
|
36953
|
-
ttl: TTL$
|
|
36953
|
+
ttl: TTL$f,
|
|
36954
36954
|
namespace: keyPrefix,
|
|
36955
36955
|
version: VERSION$1p,
|
|
36956
36956
|
representationName: RepresentationType$h
|
|
@@ -37059,7 +37059,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
37059
37059
|
buildCachedSnapshotCachePolicy$a, buildNetworkSnapshotCachePolicy$b);
|
|
37060
37060
|
};
|
|
37061
37061
|
|
|
37062
|
-
const TTL$
|
|
37062
|
+
const TTL$e = 30000;
|
|
37063
37063
|
const VERSION$1o = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
37064
37064
|
function validate$z(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
37065
37065
|
const v_error = (() => {
|
|
@@ -37157,7 +37157,7 @@ const ingest$1k = function SearchFilterOptionCollectionRepresentationIngest(inpu
|
|
|
37157
37157
|
}
|
|
37158
37158
|
}
|
|
37159
37159
|
const key = keyBuilderFromType$8(luvio, input);
|
|
37160
|
-
const ttlToUse = TTL$
|
|
37160
|
+
const ttlToUse = TTL$e;
|
|
37161
37161
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$a, "UiApi", VERSION$1o, RepresentationType$g, equals$e);
|
|
37162
37162
|
return createLink$1(key);
|
|
37163
37163
|
};
|
|
@@ -37205,7 +37205,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
37205
37205
|
const key = keyBuilder$1v(luvio, params);
|
|
37206
37206
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
37207
37207
|
const storeMetadataParams = {
|
|
37208
|
-
ttl: TTL$
|
|
37208
|
+
ttl: TTL$e,
|
|
37209
37209
|
namespace: keyPrefix,
|
|
37210
37210
|
version: VERSION$1o,
|
|
37211
37211
|
representationName: RepresentationType$g
|
|
@@ -37477,7 +37477,7 @@ function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
37477
37477
|
return v_error === undefined ? null : v_error;
|
|
37478
37478
|
}
|
|
37479
37479
|
|
|
37480
|
-
const TTL$
|
|
37480
|
+
const TTL$d = 30000;
|
|
37481
37481
|
const VERSION$1n = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
37482
37482
|
function validate$r(obj, path = 'LookupMetadataRepresentation') {
|
|
37483
37483
|
const v_error = (() => {
|
|
@@ -37576,7 +37576,7 @@ const ingest$1j = function LookupMetadataRepresentationIngest(input, path, luvio
|
|
|
37576
37576
|
}
|
|
37577
37577
|
}
|
|
37578
37578
|
const key = keyBuilderFromType$7(luvio, input);
|
|
37579
|
-
const ttlToUse = TTL$
|
|
37579
|
+
const ttlToUse = TTL$d;
|
|
37580
37580
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$9, "UiApi", VERSION$1n, RepresentationType$f, equals$d);
|
|
37581
37581
|
return createLink$1(key);
|
|
37582
37582
|
};
|
|
@@ -37623,7 +37623,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
37623
37623
|
const key = keyBuilder$1s(luvio, params);
|
|
37624
37624
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
37625
37625
|
const storeMetadataParams = {
|
|
37626
|
-
ttl: TTL$
|
|
37626
|
+
ttl: TTL$d,
|
|
37627
37627
|
namespace: keyPrefix,
|
|
37628
37628
|
version: VERSION$1n,
|
|
37629
37629
|
representationName: RepresentationType$f
|
|
@@ -38291,7 +38291,7 @@ function validate$f(obj, path = 'SearchObjectOptionsOutputRepresentation') {
|
|
|
38291
38291
|
return v_error === undefined ? null : v_error;
|
|
38292
38292
|
}
|
|
38293
38293
|
|
|
38294
|
-
const TTL$
|
|
38294
|
+
const TTL$c = 200;
|
|
38295
38295
|
const VERSION$1m = "c3b86b51e83e00857929bc3dd6742a85";
|
|
38296
38296
|
function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
38297
38297
|
const v_error = (() => {
|
|
@@ -38448,7 +38448,7 @@ const ingest$1i = function SearchResultsSummaryRepresentationIngest(input, path,
|
|
|
38448
38448
|
}
|
|
38449
38449
|
}
|
|
38450
38450
|
const key = keyBuilderFromType$6(luvio, input);
|
|
38451
|
-
const ttlToUse = TTL$
|
|
38451
|
+
const ttlToUse = TTL$c;
|
|
38452
38452
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$8, "UiApi", VERSION$1m, RepresentationType$e, equals$c);
|
|
38453
38453
|
return createLink$1(key);
|
|
38454
38454
|
};
|
|
@@ -38495,7 +38495,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
38495
38495
|
const key = keyBuilder$1p(luvio, params);
|
|
38496
38496
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
38497
38497
|
const storeMetadataParams = {
|
|
38498
|
-
ttl: TTL$
|
|
38498
|
+
ttl: TTL$c,
|
|
38499
38499
|
namespace: keyPrefix,
|
|
38500
38500
|
version: VERSION$1m,
|
|
38501
38501
|
representationName: RepresentationType$e
|
|
@@ -38625,7 +38625,7 @@ const getSearchResultsAdapterFactory = (luvio) => function UiApi__getSearchResul
|
|
|
38625
38625
|
buildCachedSnapshotCachePolicy$7, buildNetworkSnapshotCachePolicy$8);
|
|
38626
38626
|
};
|
|
38627
38627
|
|
|
38628
|
-
const TTL$
|
|
38628
|
+
const TTL$b = 200;
|
|
38629
38629
|
const VERSION$1l = "3102453bf10ea449d9665914d5f5febf";
|
|
38630
38630
|
function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
38631
38631
|
const v_error = (() => {
|
|
@@ -38721,7 +38721,7 @@ const ingest$1h = function KeywordSearchResultsSummaryRepresentationIngest(input
|
|
|
38721
38721
|
}
|
|
38722
38722
|
}
|
|
38723
38723
|
const key = keyBuilderFromType$5(luvio, input);
|
|
38724
|
-
const ttlToUse = TTL$
|
|
38724
|
+
const ttlToUse = TTL$b;
|
|
38725
38725
|
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$7, "UiApi", VERSION$1l, RepresentationType$d, equals$b);
|
|
38726
38726
|
return createLink$1(key);
|
|
38727
38727
|
};
|
|
@@ -38769,7 +38769,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
38769
38769
|
const key = keyBuilder$1m(luvio, params);
|
|
38770
38770
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
38771
38771
|
const storeMetadataParams = {
|
|
38772
|
-
ttl: TTL$
|
|
38772
|
+
ttl: TTL$b,
|
|
38773
38773
|
namespace: keyPrefix,
|
|
38774
38774
|
version: VERSION$1l,
|
|
38775
38775
|
representationName: RepresentationType$d
|
|
@@ -45078,7 +45078,7 @@ function getInContextFragmentType$Q(fragment, fragmentMap) {
|
|
|
45078
45078
|
}
|
|
45079
45079
|
|
|
45080
45080
|
const name$E = 'RecordConnection';
|
|
45081
|
-
const TTL$
|
|
45081
|
+
const TTL$a = 300000;
|
|
45082
45082
|
const VERSION$R = '5109e37c62e492243c1e6ae3967b0655';
|
|
45083
45083
|
function keyBuilder$S(luvio, path, data) {
|
|
45084
45084
|
return path.fullPath;
|
|
@@ -45161,7 +45161,7 @@ function ingest$N(astNode, state) {
|
|
|
45161
45161
|
createLink: createLink,
|
|
45162
45162
|
mergeData: mergeData$E,
|
|
45163
45163
|
storeMetadataParams: {
|
|
45164
|
-
ttl: TTL$
|
|
45164
|
+
ttl: TTL$a,
|
|
45165
45165
|
namespace: keyPrefix,
|
|
45166
45166
|
representationName: "RecordConnection",
|
|
45167
45167
|
version: VERSION$R,
|
|
@@ -52067,7 +52067,7 @@ function getInContextFragmentType$m(fragment, fragmentMap) {
|
|
|
52067
52067
|
}
|
|
52068
52068
|
|
|
52069
52069
|
const name$a = 'ObjectInfo';
|
|
52070
|
-
const TTL$
|
|
52070
|
+
const TTL$9 = 900000;
|
|
52071
52071
|
const VERSION$n = 'f8f627dd56d42a39e1a6642edb039182';
|
|
52072
52072
|
function keyBuilder$o(luvio, path, data) {
|
|
52073
52073
|
return path.fullPath;
|
|
@@ -52093,7 +52093,7 @@ function ingest$j(astNode, state) {
|
|
|
52093
52093
|
createLink: createLink,
|
|
52094
52094
|
mergeData: mergeData$a,
|
|
52095
52095
|
storeMetadataParams: {
|
|
52096
|
-
ttl: TTL$
|
|
52096
|
+
ttl: TTL$9,
|
|
52097
52097
|
namespace: keyPrefix,
|
|
52098
52098
|
representationName: "ObjectInfo",
|
|
52099
52099
|
version: VERSION$n,
|
|
@@ -52783,7 +52783,7 @@ function getInContextFragmentType$j(fragment, fragmentMap) {
|
|
|
52783
52783
|
}
|
|
52784
52784
|
|
|
52785
52785
|
const name$7 = 'RelatedListInfo';
|
|
52786
|
-
const TTL$
|
|
52786
|
+
const TTL$8 = 900000;
|
|
52787
52787
|
const VERSION$k = 'a32cfdff7ca8dcf4b534b3491fef2019';
|
|
52788
52788
|
function keyBuilder$l(luvio, path, data) {
|
|
52789
52789
|
return path.fullPath;
|
|
@@ -52809,7 +52809,7 @@ function ingest$g(astNode, state) {
|
|
|
52809
52809
|
createLink: createLink,
|
|
52810
52810
|
mergeData: mergeData$7,
|
|
52811
52811
|
storeMetadataParams: {
|
|
52812
|
-
ttl: TTL$
|
|
52812
|
+
ttl: TTL$8,
|
|
52813
52813
|
namespace: keyPrefix,
|
|
52814
52814
|
representationName: "RelatedListInfo",
|
|
52815
52815
|
version: VERSION$k,
|
|
@@ -54642,6 +54642,7 @@ function getInContextFragmentType$c(fragment, fragmentMap) {
|
|
|
54642
54642
|
}
|
|
54643
54643
|
|
|
54644
54644
|
const name$1 = 'Setup__Setup';
|
|
54645
|
+
const TTL$7 = 1000;
|
|
54645
54646
|
const VERSION$d = '57c66c8147b44793116747c96b2b0fc9';
|
|
54646
54647
|
function keyBuilder$f(luvio, path, data) {
|
|
54647
54648
|
return path.fullPath;
|
|
@@ -54667,7 +54668,7 @@ function ingest$9(astNode, state) {
|
|
|
54667
54668
|
createLink: createLink,
|
|
54668
54669
|
mergeData: mergeData$1,
|
|
54669
54670
|
storeMetadataParams: {
|
|
54670
|
-
ttl: TTL$
|
|
54671
|
+
ttl: TTL$7,
|
|
54671
54672
|
namespace: keyPrefix,
|
|
54672
54673
|
representationName: "Setup__Setup",
|
|
54673
54674
|
version: VERSION$d,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.286.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"clean": "rm -rf dist src/generated"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
34
|
+
"@salesforce/lds-adapters-uiapi": "^1.286.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/lwc-luvio": "0.154.
|
|
38
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
37
|
+
"@luvio/lwc-luvio": "0.154.16",
|
|
38
|
+
"@salesforce/lds-default-luvio": "^1.286.0"
|
|
39
39
|
}
|
|
40
40
|
}
|