@salesforce/lds-adapters-uiapi 1.284.0 → 1.285.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.
@@ -4,6 +4,7 @@ import { NormalizedGraphQL as type$45$util_NormalizedGraphQL, GraphQLIngestState
4
4
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode } from '@luvio/graphql-parser';
5
5
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap } from '@luvio/graphql';
6
6
  export declare const name = "Setup__Setup";
7
+ export declare const TTL = 1000;
7
8
  export declare const VERSION = "57c66c8147b44793116747c96b2b0fc9";
8
9
  export interface Interface {
9
10
  query: Setup__SetupQuery_Interface;
@@ -1511,7 +1511,7 @@ function getTypeCacheKeys$27(rootKeySet, luvio, input, fullPathFactory) {
1511
1511
  });
1512
1512
  }
1513
1513
 
1514
- const TTL$F = 900000;
1514
+ const TTL$G = 900000;
1515
1515
  const VERSION$2s = "c658fe1591386d570e214eaed0daadd1";
1516
1516
  function validate$1X(obj, path = 'ListInfoRepresentation') {
1517
1517
  const v_error = (() => {
@@ -1884,7 +1884,7 @@ const ingest$22 = function ListInfoRepresentationIngest(input, path, luvio, stor
1884
1884
  }
1885
1885
  }
1886
1886
  const key = keyBuilderFromType$E(luvio, input);
1887
- const ttlToUse = TTL$F;
1887
+ const ttlToUse = TTL$G;
1888
1888
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$U, "UiApi", VERSION$2s, RepresentationType$10, equals$17);
1889
1889
  return createLink$1(key);
1890
1890
  };
@@ -2250,7 +2250,7 @@ const getTypeCacheKeys$24 = (rootKeySet, luvio, input, _fullPathFactory) => {
2250
2250
  return rootKeySet;
2251
2251
  };
2252
2252
 
2253
- const TTL$E = 120000;
2253
+ const TTL$F = 120000;
2254
2254
  const VERSION$2p = "79cb5ac9f44542f683d00245fdfe500d";
2255
2255
  function validate$1U(obj, path = 'RecordCollectionRepresentation') {
2256
2256
  const v_error = (() => {
@@ -2531,7 +2531,7 @@ const ingest$20 = function RecordCollectionRepresentationIngest(input, path, luv
2531
2531
  }
2532
2532
  }
2533
2533
  const key = path.fullPath;
2534
- const ttlToUse = TTL$E;
2534
+ const ttlToUse = TTL$F;
2535
2535
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$S, "UiApi", VERSION$2p, RepresentationType$_, equals$14);
2536
2536
  return createLink$1(key);
2537
2537
  };
@@ -2559,7 +2559,7 @@ const keyBuilderFromType$D = function RecordRepresentationKeyBuilderFromType(luv
2559
2559
  return keyBuilderFromType$C(luvio, object);
2560
2560
  };
2561
2561
 
2562
- const TTL$D = 30000;
2562
+ const TTL$E = 30000;
2563
2563
  const VERSION$2o = "98c5b18512e48ca8d28727549507e4ba";
2564
2564
  function validate$1T(obj, path = 'RecordRepresentation') {
2565
2565
  const v_error = (() => {
@@ -4719,7 +4719,7 @@ const RECORD_REPRESENTATION_ERROR_VERSION = 'RECORD_REPRESENTATION_ERROR_VERSION
4719
4719
  const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
4720
4720
  representationName: '',
4721
4721
  namespace: keyPrefix,
4722
- ttl: TTL$D,
4722
+ ttl: TTL$E,
4723
4723
  version: RECORD_REPRESENTATION_ERROR_VERSION,
4724
4724
  };
4725
4725
  function isGraphNode(node) {
@@ -5641,7 +5641,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
5641
5641
  luvio.storePublish(key, incomingRecord);
5642
5642
  }
5643
5643
  luvio.publishStoreMetadata(key, {
5644
- ttl: TTL$D,
5644
+ ttl: TTL$E,
5645
5645
  representationName: RepresentationType$Z,
5646
5646
  namespace: keyPrefix,
5647
5647
  version: VERSION$2o,
@@ -6001,7 +6001,7 @@ function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, chi
6001
6001
  // track non-cached responses so rebuilds work properly
6002
6002
  if (childStatusCode !== 404 && childStatusCode !== 200) {
6003
6003
  nonCachedErrors$8[childKey] = {
6004
- expiration: now + TTL$D,
6004
+ expiration: now + TTL$E,
6005
6005
  response: childBody,
6006
6006
  status: childStatusCode,
6007
6007
  };
@@ -6577,7 +6577,7 @@ function revertPaginationOptimization(variables) {
6577
6577
  }
6578
6578
  }
6579
6579
 
6580
- const TTL$C = 30000;
6580
+ const TTL$D = 30000;
6581
6581
  const VERSION$2m = "e5c90c4081cd557f8ffec53028ede1e8";
6582
6582
  function validate$1S(obj, path = 'ListRecordCollectionRepresentation') {
6583
6583
  const v_error = (() => {
@@ -7222,7 +7222,7 @@ const ingest$1_ = function ListRecordCollectionRepresentationIngest(input, path,
7222
7222
  }
7223
7223
  const key = keyBuilderFromType$B(luvio, input);
7224
7224
  const existingRecord = store.readEntry(key);
7225
- const ttlToUse = TTL$C;
7225
+ const ttlToUse = TTL$D;
7226
7226
  let incomingRecord = normalize$Q(input, store.readEntry(key), {
7227
7227
  fullPath: key,
7228
7228
  parent: path.parent,
@@ -8743,7 +8743,7 @@ function ingestError$M(luvio, params, error, snapshotRefresh) {
8743
8743
  const key = keyBuilder$3c(luvio, params);
8744
8744
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
8745
8745
  const storeMetadataParams = {
8746
- ttl: TTL$C,
8746
+ ttl: TTL$D,
8747
8747
  namespace: keyPrefix,
8748
8748
  version: VERSION$2m,
8749
8749
  representationName: RepresentationType$Y
@@ -11009,7 +11009,7 @@ function validate$1I(obj, path = 'ThemeInfoRepresentation') {
11009
11009
  return v_error === undefined ? null : v_error;
11010
11010
  }
11011
11011
 
11012
- const TTL$B = 900000;
11012
+ const TTL$C = 900000;
11013
11013
  const VERSION$2g = "ec9370a0cd56f4769fe9ec5cd942ff30";
11014
11014
  function validate$1H(obj, path = 'ObjectInfoRepresentation') {
11015
11015
  const v_error = (() => {
@@ -11424,7 +11424,7 @@ const ingest$1U = function ObjectInfoRepresentationIngest(input, path, luvio, st
11424
11424
  }
11425
11425
  }
11426
11426
  const key = keyBuilderFromType$v(luvio, input);
11427
- const ttlToUse = TTL$B;
11427
+ const ttlToUse = TTL$C;
11428
11428
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "UiApi", VERSION$2g, RepresentationType$S, equals$Y);
11429
11429
  return createLink$1(key);
11430
11430
  };
@@ -11470,7 +11470,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
11470
11470
  const key = keyBuilder$35(luvio, params);
11471
11471
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
11472
11472
  const storeMetadataParams = {
11473
- ttl: TTL$B,
11473
+ ttl: TTL$C,
11474
11474
  namespace: keyPrefix,
11475
11475
  version: VERSION$2g,
11476
11476
  representationName: RepresentationType$S
@@ -11862,7 +11862,7 @@ function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
11862
11862
  return v_error === undefined ? null : v_error;
11863
11863
  }
11864
11864
 
11865
- const TTL$A = 900000;
11865
+ const TTL$B = 900000;
11866
11866
  const VERSION$2f = "fb515e25a89ca1ec154dc865e72b913a";
11867
11867
  function validate$1B(obj, path = 'RecordLayoutRepresentation') {
11868
11868
  const v_error = (() => {
@@ -12066,7 +12066,7 @@ const ingest$1T = function RecordLayoutRepresentationIngest(input, path, luvio,
12066
12066
  }
12067
12067
  }
12068
12068
  const key = keyBuilderFromType$u(luvio, input);
12069
- const ttlToUse = TTL$A;
12069
+ const ttlToUse = TTL$B;
12070
12070
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$2f, RepresentationType$R, equals$X);
12071
12071
  return createLink$1(key);
12072
12072
  };
@@ -12121,7 +12121,7 @@ function validate$1A(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
12121
12121
  return v_error === undefined ? null : v_error;
12122
12122
  }
12123
12123
 
12124
- const TTL$z = 900000;
12124
+ const TTL$A = 900000;
12125
12125
  const VERSION$2e = "4ba42e1fa0fb00cf78fce86082da41c9";
12126
12126
  function validate$1z(obj, path = 'RecordLayoutUserStateRepresentation') {
12127
12127
  const v_error = (() => {
@@ -12226,7 +12226,7 @@ const ingest$1S = function RecordLayoutUserStateRepresentationIngest(input, path
12226
12226
  }
12227
12227
  }
12228
12228
  const key = keyBuilderFromType$t(luvio, input);
12229
- const ttlToUse = TTL$z;
12229
+ const ttlToUse = TTL$A;
12230
12230
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "UiApi", VERSION$2e, RepresentationType$Q, equals$W);
12231
12231
  return createLink$1(key);
12232
12232
  };
@@ -12240,7 +12240,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
12240
12240
  });
12241
12241
  }
12242
12242
 
12243
- const TTL$y = 900000;
12243
+ const TTL$z = 900000;
12244
12244
  const VERSION$2d = "49cdd4bc235a6094c3559cc7735b3b6d";
12245
12245
  function validate$1y(obj, path = 'RecordUiRepresentation') {
12246
12246
  const v_error = (() => {
@@ -12510,7 +12510,7 @@ const ingest$1R = function RecordUiRepresentationIngest(input, path, luvio, stor
12510
12510
  }
12511
12511
  }
12512
12512
  const key = path.fullPath;
12513
- const ttlToUse = TTL$y;
12513
+ const ttlToUse = TTL$z;
12514
12514
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "UiApi", VERSION$2d, RepresentationType$P, equals$V);
12515
12515
  return createLink$1(key);
12516
12516
  };
@@ -12765,7 +12765,7 @@ const GET_RECORDUI_ADAPTER_CONFIG = {
12765
12765
  };
12766
12766
  const RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION = 'RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION_1';
12767
12767
  const RECORD_UI_ERROR_STORE_METADATA_PARAMS = {
12768
- ttl: TTL$y,
12768
+ ttl: TTL$z,
12769
12769
  representationName: '',
12770
12770
  namespace: keyPrefix,
12771
12771
  version: RECORD_UI_ERROR_STORE_METADATA_PARAMS_VERSION,
@@ -14122,7 +14122,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
14122
14122
  });
14123
14123
  }
14124
14124
 
14125
- const TTL$x = 900000;
14125
+ const TTL$y = 900000;
14126
14126
  const VERSION$29 = "993b0a7bce6056c4f57ed300ec153d9c";
14127
14127
  function validate$1u(obj, path = 'QuickActionDefaultsRepresentation') {
14128
14128
  const v_error = (() => {
@@ -14994,7 +14994,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
14994
14994
  }
14995
14995
  }
14996
14996
 
14997
- const TTL$w = 300000;
14997
+ const TTL$x = 300000;
14998
14998
  const VERSION$26 = "e485d96c1402a9ca2f56e56485af0216";
14999
14999
  function validate$1r(obj, path = 'ActionRepresentation') {
15000
15000
  const v_error = (() => {
@@ -15100,7 +15100,7 @@ const ingest$1L = function ActionRepresentationIngest(input, path, luvio, store,
15100
15100
  }
15101
15101
  }
15102
15102
  const key = path.fullPath;
15103
- const ttlToUse = TTL$w;
15103
+ const ttlToUse = TTL$x;
15104
15104
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$26, RepresentationType$I, equals$O);
15105
15105
  return createLink$1(key);
15106
15106
  };
@@ -15151,7 +15151,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
15151
15151
  const key = keyBuilder$2X(luvio, params);
15152
15152
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
15153
15153
  const storeMetadataParams = {
15154
- ttl: TTL$w,
15154
+ ttl: TTL$x,
15155
15155
  namespace: keyPrefix,
15156
15156
  version: VERSION$26,
15157
15157
  representationName: RepresentationType$I
@@ -15264,7 +15264,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
15264
15264
  buildCachedSnapshotCachePolicy$P, buildNetworkSnapshotCachePolicy$Q);
15265
15265
  };
15266
15266
 
15267
- const TTL$v = 900000;
15267
+ const TTL$w = 900000;
15268
15268
  const VERSION$25 = "35f3eec8ce7f6001c6d5d17821b75bb9";
15269
15269
  function validate$1q(obj, path = 'QuickActionLayoutRepresentation') {
15270
15270
  const v_error = (() => {
@@ -15339,7 +15339,7 @@ const ingest$1K = function QuickActionLayoutRepresentationIngest(input, path, lu
15339
15339
  }
15340
15340
  }
15341
15341
  const key = keyBuilderFromType$n(luvio, input);
15342
- const ttlToUse = TTL$v;
15342
+ const ttlToUse = TTL$w;
15343
15343
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$25, RepresentationType$H, equals$N);
15344
15344
  return createLink$1(key);
15345
15345
  };
@@ -15385,7 +15385,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
15385
15385
  const key = keyBuilder$2U(luvio, params);
15386
15386
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
15387
15387
  const storeMetadataParams = {
15388
- ttl: TTL$v,
15388
+ ttl: TTL$w,
15389
15389
  namespace: keyPrefix,
15390
15390
  version: VERSION$25,
15391
15391
  representationName: RepresentationType$H
@@ -15555,7 +15555,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
15555
15555
  const key = keyBuilder$2S(luvio, params);
15556
15556
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
15557
15557
  const storeMetadataParams = {
15558
- ttl: TTL$w,
15558
+ ttl: TTL$x,
15559
15559
  namespace: keyPrefix,
15560
15560
  version: VERSION$26,
15561
15561
  representationName: RepresentationType$I
@@ -15697,7 +15697,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
15697
15697
  const key = keyBuilder$2Q(luvio, params);
15698
15698
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
15699
15699
  const storeMetadataParams = {
15700
- ttl: TTL$w,
15700
+ ttl: TTL$x,
15701
15701
  namespace: keyPrefix,
15702
15702
  version: VERSION$26,
15703
15703
  representationName: RepresentationType$I
@@ -16034,7 +16034,7 @@ function validate$1o(obj, path = 'FormulaOverridesInfoRepresentation') {
16034
16034
  return v_error === undefined ? null : v_error;
16035
16035
  }
16036
16036
 
16037
- const TTL$u = 300000;
16037
+ const TTL$v = 300000;
16038
16038
  const VERSION$23 = "c57b66c259b23683db7b763e132e8633";
16039
16039
  function validate$1n(obj, path = 'FlexipageFormulaActivationRepresentation') {
16040
16040
  const v_error = (() => {
@@ -16107,7 +16107,7 @@ const ingest$1I = function FlexipageFormulaActivationRepresentationIngest(input,
16107
16107
  }
16108
16108
  }
16109
16109
  const key = path.fullPath;
16110
- const ttlToUse = TTL$u;
16110
+ const ttlToUse = TTL$v;
16111
16111
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$23, RepresentationType$F, equals$L);
16112
16112
  return createLink$1(key);
16113
16113
  };
@@ -16151,7 +16151,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
16151
16151
  const key = keyBuilder$2M(luvio, params);
16152
16152
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
16153
16153
  const storeMetadataParams = {
16154
- ttl: TTL$u,
16154
+ ttl: TTL$v,
16155
16155
  namespace: keyPrefix,
16156
16156
  version: VERSION$23,
16157
16157
  representationName: RepresentationType$F
@@ -16263,7 +16263,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
16263
16263
  };
16264
16264
 
16265
16265
  const QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS = {
16266
- ttl: TTL$x,
16266
+ ttl: TTL$y,
16267
16267
  namespace: keyPrefix,
16268
16268
  representationName: RepresentationType$L,
16269
16269
  version: VERSION$29,
@@ -16363,7 +16363,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
16363
16363
  const key = keyBuilder$2K(luvio, params);
16364
16364
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
16365
16365
  const storeMetadataParams = {
16366
- ttl: TTL$x,
16366
+ ttl: TTL$y,
16367
16367
  namespace: keyPrefix,
16368
16368
  version: VERSION$29,
16369
16369
  representationName: RepresentationType$L
@@ -16532,7 +16532,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
16532
16532
  const key = keyBuilder$2I(luvio, params);
16533
16533
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
16534
16534
  const storeMetadataParams = {
16535
- ttl: TTL$w,
16535
+ ttl: TTL$x,
16536
16536
  namespace: keyPrefix,
16537
16537
  version: VERSION$26,
16538
16538
  representationName: RepresentationType$I
@@ -16684,7 +16684,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
16684
16684
  const key = keyBuilder$2G(luvio, params);
16685
16685
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
16686
16686
  const storeMetadataParams = {
16687
- ttl: TTL$w,
16687
+ ttl: TTL$x,
16688
16688
  namespace: keyPrefix,
16689
16689
  version: VERSION$26,
16690
16690
  representationName: RepresentationType$I
@@ -16896,7 +16896,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
16896
16896
  const key = keyBuilder$2E(luvio, params);
16897
16897
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
16898
16898
  const storeMetadataParams = {
16899
- ttl: TTL$w,
16899
+ ttl: TTL$x,
16900
16900
  namespace: keyPrefix,
16901
16901
  version: VERSION$26,
16902
16902
  representationName: RepresentationType$I
@@ -17144,7 +17144,7 @@ function ingestSuccessChildResourceParams$8(luvio, childResourceParamsArray, chi
17144
17144
  }
17145
17145
  // track non-cached responses so rebuilds work properly
17146
17146
  if (childStatusCode !== 404 && childStatusCode !== 200) {
17147
- nonCachedErrors$7[childKey] = { expiration: now + TTL$w, response: childBody, status: childStatusCode };
17147
+ nonCachedErrors$7[childKey] = { expiration: now + TTL$x, response: childBody, status: childStatusCode };
17148
17148
  }
17149
17149
  else {
17150
17150
  delete nonCachedErrors$7[childKey];
@@ -17426,7 +17426,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
17426
17426
  const key = keyBuilder$2A(luvio, params);
17427
17427
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
17428
17428
  const storeMetadataParams = {
17429
- ttl: TTL$w,
17429
+ ttl: TTL$x,
17430
17430
  namespace: keyPrefix,
17431
17431
  version: VERSION$26,
17432
17432
  representationName: RepresentationType$I
@@ -17621,7 +17621,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
17621
17621
  });
17622
17622
  }
17623
17623
 
17624
- const TTL$t = 120000;
17624
+ const TTL$u = 120000;
17625
17625
  const VERSION$21 = "09884ca5bf90ea4662092a4e48817081";
17626
17626
  function validate$1k(obj, path = 'NavItemRepresentation') {
17627
17627
  const v_error = (() => {
@@ -18021,7 +18021,7 @@ const ingest$1G = function NavItemRepresentationIngest(input, path, luvio, store
18021
18021
  }
18022
18022
  }
18023
18023
  const key = keyBuilderFromType$m(luvio, input);
18024
- const ttlToUse = TTL$t;
18024
+ const ttlToUse = TTL$u;
18025
18025
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$21, RepresentationType$D, equals$J);
18026
18026
  return createLink$1(key);
18027
18027
  };
@@ -18038,7 +18038,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
18038
18038
  }
18039
18039
  }
18040
18040
 
18041
- const TTL$s = 300000;
18041
+ const TTL$t = 300000;
18042
18042
  const VERSION$20 = "b33c534240965bedfcf073228d48b940";
18043
18043
  function validate$1j(obj, path = 'AppRepresentation') {
18044
18044
  const v_error = (() => {
@@ -18509,7 +18509,7 @@ const ingest$1F = function AppRepresentationIngest(input, path, luvio, store, ti
18509
18509
  }
18510
18510
  }
18511
18511
  const key = keyBuilderFromType$l(luvio, input);
18512
- const ttlToUse = TTL$s;
18512
+ const ttlToUse = TTL$t;
18513
18513
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$20, RepresentationType$C, equals$I);
18514
18514
  return createLink$1(key);
18515
18515
  };
@@ -18531,7 +18531,7 @@ function getTypeCacheKeys$1I(rootKeySet, luvio, input, fullPathFactory) {
18531
18531
  }
18532
18532
  }
18533
18533
 
18534
- const TTL$r = 300000;
18534
+ const TTL$s = 300000;
18535
18535
  const VERSION$1$ = "a254babf0b6414315db7808a157fd9fc";
18536
18536
  function validate$1i(obj, path = 'AppsRepresentation') {
18537
18537
  const v_error = (() => {
@@ -18621,7 +18621,7 @@ const ingest$1E = function AppsRepresentationIngest(input, path, luvio, store, t
18621
18621
  }
18622
18622
  }
18623
18623
  const key = path.fullPath;
18624
- const ttlToUse = TTL$r;
18624
+ const ttlToUse = TTL$s;
18625
18625
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$1$, RepresentationType$B, equals$H);
18626
18626
  return createLink$1(key);
18627
18627
  };
@@ -18669,7 +18669,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
18669
18669
  const key = keyBuilder$2w(luvio, params);
18670
18670
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
18671
18671
  const storeMetadataParams = {
18672
- ttl: TTL$r,
18672
+ ttl: TTL$s,
18673
18673
  namespace: keyPrefix,
18674
18674
  version: VERSION$1$,
18675
18675
  representationName: RepresentationType$B
@@ -18809,7 +18809,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
18809
18809
  const key = keyBuilder$2u(luvio, params);
18810
18810
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
18811
18811
  const storeMetadataParams = {
18812
- ttl: TTL$s,
18812
+ ttl: TTL$t,
18813
18813
  namespace: keyPrefix,
18814
18814
  version: VERSION$20,
18815
18815
  representationName: RepresentationType$C
@@ -18950,7 +18950,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
18950
18950
  const key = keyBuilder$2s(luvio, params);
18951
18951
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
18952
18952
  const storeMetadataParams = {
18953
- ttl: TTL$s,
18953
+ ttl: TTL$t,
18954
18954
  namespace: keyPrefix,
18955
18955
  version: VERSION$20,
18956
18956
  representationName: RepresentationType$C
@@ -19399,7 +19399,7 @@ const select$2l = function DuplicateRuleRepresentationSelect() {
19399
19399
  };
19400
19400
  };
19401
19401
 
19402
- const TTL$q = 900000;
19402
+ const TTL$r = 900000;
19403
19403
  const VERSION$1W = "be27ee99dc0dc43a1f66b8fe98dc532c";
19404
19404
  function validate$1d(obj, path = 'DuplicatesConfigurationRepresentation') {
19405
19405
  const v_error = (() => {
@@ -19509,7 +19509,7 @@ const ingest$1D = function DuplicatesConfigurationRepresentationIngest(input, pa
19509
19509
  }
19510
19510
  }
19511
19511
  const key = path.fullPath;
19512
- const ttlToUse = TTL$q;
19512
+ const ttlToUse = TTL$r;
19513
19513
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$1W, RepresentationType$A, equals$G);
19514
19514
  return createLink$1(key);
19515
19515
  };
@@ -19553,7 +19553,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
19553
19553
  const key = keyBuilder$2q(luvio, params);
19554
19554
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
19555
19555
  const storeMetadataParams = {
19556
- ttl: TTL$q,
19556
+ ttl: TTL$r,
19557
19557
  namespace: keyPrefix,
19558
19558
  version: VERSION$1W,
19559
19559
  representationName: RepresentationType$A
@@ -19692,7 +19692,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
19692
19692
  const key = keyBuilder$2o(luvio, params);
19693
19693
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
19694
19694
  const storeMetadataParams = {
19695
- ttl: TTL$A,
19695
+ ttl: TTL$B,
19696
19696
  namespace: keyPrefix,
19697
19697
  version: VERSION$2f,
19698
19698
  representationName: RepresentationType$R
@@ -20064,7 +20064,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
20064
20064
  const key = keyBuilder$2n(luvio, params);
20065
20065
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
20066
20066
  const storeMetadataParams = {
20067
- ttl: TTL$F,
20067
+ ttl: TTL$G,
20068
20068
  namespace: keyPrefix,
20069
20069
  version: VERSION$2s,
20070
20070
  representationName: RepresentationType$10
@@ -20296,7 +20296,7 @@ function ingestSuccessChildResourceParams$7(luvio, childResourceParamsArray, chi
20296
20296
  }
20297
20297
  // track non-cached responses so rebuilds work properly
20298
20298
  if (childStatusCode !== 404 && childStatusCode !== 200) {
20299
- nonCachedErrors$6[childKey] = { expiration: now + TTL$F, response: childBody, status: childStatusCode };
20299
+ nonCachedErrors$6[childKey] = { expiration: now + TTL$G, response: childBody, status: childStatusCode };
20300
20300
  }
20301
20301
  else {
20302
20302
  delete nonCachedErrors$6[childKey];
@@ -21571,7 +21571,7 @@ function equals$C(existing, incoming) {
21571
21571
  return true;
21572
21572
  }
21573
21573
 
21574
- const TTL$p = 900000;
21574
+ const TTL$q = 900000;
21575
21575
  const VERSION$1R = "2405a0b25c2c00f82e88b600edc16387";
21576
21576
  function validate$16(obj, path = 'ListObjectInfoRepresentation') {
21577
21577
  const v_error = (() => {
@@ -21755,7 +21755,7 @@ const ingest$1C = function ListObjectInfoRepresentationIngest(input, path, luvio
21755
21755
  }
21756
21756
  }
21757
21757
  const key = keyBuilderFromType$k(luvio, input);
21758
- const ttlToUse = TTL$p;
21758
+ const ttlToUse = TTL$q;
21759
21759
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$1R, RepresentationType$z, equals$B);
21760
21760
  return createLink$1(key);
21761
21761
  };
@@ -21801,7 +21801,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
21801
21801
  const key = keyBuilder$2f(luvio, params);
21802
21802
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
21803
21803
  const storeMetadataParams = {
21804
- ttl: TTL$p,
21804
+ ttl: TTL$q,
21805
21805
  namespace: keyPrefix,
21806
21806
  version: VERSION$1R,
21807
21807
  representationName: RepresentationType$z
@@ -21910,7 +21910,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
21910
21910
  buildCachedSnapshotCachePolicy$u, buildNetworkSnapshotCachePolicy$v);
21911
21911
  };
21912
21912
 
21913
- const TTL$o = 900000;
21913
+ const TTL$p = 900000;
21914
21914
  const VERSION$1Q = "458d4a6a30201e422e8daec5fcb03845";
21915
21915
  function validate$15(obj, path = 'ListPreferencesRepresentation') {
21916
21916
  const v_error = (() => {
@@ -22063,7 +22063,7 @@ const ingest$1B = function ListPreferencesRepresentationIngest(input, path, luvi
22063
22063
  }
22064
22064
  }
22065
22065
  const key = keyBuilderFromType$j(luvio, input);
22066
- const ttlToUse = TTL$o;
22066
+ const ttlToUse = TTL$p;
22067
22067
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$1Q, RepresentationType$y, equals$A);
22068
22068
  return createLink$1(key);
22069
22069
  };
@@ -22110,7 +22110,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
22110
22110
  const key = keyBuilder$2c(luvio, params);
22111
22111
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
22112
22112
  const storeMetadataParams = {
22113
- ttl: TTL$o,
22113
+ ttl: TTL$p,
22114
22114
  namespace: keyPrefix,
22115
22115
  version: VERSION$1Q,
22116
22116
  representationName: RepresentationType$y
@@ -22380,7 +22380,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
22380
22380
  };
22381
22381
  };
22382
22382
 
22383
- const TTL$n = 120000;
22383
+ const TTL$o = 120000;
22384
22384
  const VERSION$1P = "756779d0d7e137dd72c743544afbad82";
22385
22385
  function validate$13(obj, path = 'NavItemsRepresentation') {
22386
22386
  const v_error = (() => {
@@ -22516,7 +22516,7 @@ const ingest$1A = function NavItemsRepresentationIngest(input, path, luvio, stor
22516
22516
  }
22517
22517
  }
22518
22518
  const key = path.fullPath;
22519
- const ttlToUse = TTL$n;
22519
+ const ttlToUse = TTL$o;
22520
22520
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$1P, RepresentationType$x, equals$z);
22521
22521
  return createLink$1(key);
22522
22522
  };
@@ -22564,7 +22564,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
22564
22564
  const key = keyBuilder$2a(luvio, params);
22565
22565
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
22566
22566
  const storeMetadataParams = {
22567
- ttl: TTL$n,
22567
+ ttl: TTL$o,
22568
22568
  namespace: keyPrefix,
22569
22569
  version: VERSION$1P,
22570
22570
  representationName: RepresentationType$x
@@ -23008,7 +23008,7 @@ function ingestSuccessChildResourceParams$6(luvio, childResourceParamsArray, chi
23008
23008
  }
23009
23009
  // track non-cached responses so rebuilds work properly
23010
23010
  if (childStatusCode !== 404 && childStatusCode !== 200) {
23011
- nonCachedErrors$5[childKey] = { expiration: now + TTL$B, response: childBody, status: childStatusCode };
23011
+ nonCachedErrors$5[childKey] = { expiration: now + TTL$C, response: childBody, status: childStatusCode };
23012
23012
  }
23013
23013
  else {
23014
23014
  delete nonCachedErrors$5[childKey];
@@ -23393,7 +23393,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
23393
23393
  return keyBuilder$24(luvio, { id });
23394
23394
  };
23395
23395
 
23396
- const TTL$m = 900000;
23396
+ const TTL$n = 900000;
23397
23397
  const VERSION$1I = "0a361a49370acb4c6a31721a2057649a";
23398
23398
  function validate$10(obj, path = 'PicklistValuesRepresentation') {
23399
23399
  const v_error = (() => {
@@ -23525,7 +23525,7 @@ const ingest$1z = function PicklistValuesRepresentationIngest(input, path, luvio
23525
23525
  }
23526
23526
  }
23527
23527
  const key = keyBuilderFromType$i(luvio, input);
23528
- const ttlToUse = TTL$m;
23528
+ const ttlToUse = TTL$n;
23529
23529
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$1I, RepresentationType$w, equals$y);
23530
23530
  return createLink$1(key);
23531
23531
  };
@@ -23539,7 +23539,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
23539
23539
  });
23540
23540
  }
23541
23541
 
23542
- const TTL$l = 300000;
23542
+ const TTL$m = 300000;
23543
23543
  const VERSION$1H = "ec03b0f6da287c949d1ccaa904ddbfd3";
23544
23544
  function validate$$(obj, path = 'PicklistValuesCollectionRepresentation') {
23545
23545
  const v_error = (() => {
@@ -23634,7 +23634,7 @@ const ingest$1y = function PicklistValuesCollectionRepresentationIngest(input, p
23634
23634
  }
23635
23635
  }
23636
23636
  const key = path.fullPath;
23637
- const ttlToUse = TTL$l;
23637
+ const ttlToUse = TTL$m;
23638
23638
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$o, "UiApi", VERSION$1H, RepresentationType$v, equals$x);
23639
23639
  return createLink$1(key);
23640
23640
  };
@@ -23685,7 +23685,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
23685
23685
  const key = keyBuilder$23(luvio, params);
23686
23686
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
23687
23687
  const storeMetadataParams = {
23688
- ttl: TTL$l,
23688
+ ttl: TTL$m,
23689
23689
  namespace: keyPrefix,
23690
23690
  version: VERSION$1H,
23691
23691
  representationName: RepresentationType$v
@@ -24002,7 +24002,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
24002
24002
  const key = keyBuilder$21(luvio, params);
24003
24003
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
24004
24004
  const storeMetadataParams = {
24005
- ttl: TTL$A,
24005
+ ttl: TTL$B,
24006
24006
  namespace: keyPrefix,
24007
24007
  version: VERSION$2f,
24008
24008
  representationName: RepresentationType$R
@@ -24211,7 +24211,7 @@ function validate$Y(obj, path = 'MatchRepresentation') {
24211
24211
  return v_error === undefined ? null : v_error;
24212
24212
  }
24213
24213
 
24214
- const TTL$k = 30000;
24214
+ const TTL$l = 30000;
24215
24215
  const VERSION$1G = "583c38564fa15ce0fb3dd2807be1bdc6";
24216
24216
  function validate$X(obj, path = 'DuplicatesRepresentation') {
24217
24217
  const v_error = (() => {
@@ -24284,7 +24284,7 @@ const ingest$1x = function DuplicatesRepresentationIngest(input, path, luvio, st
24284
24284
  }
24285
24285
  }
24286
24286
  const key = path.fullPath;
24287
- const ttlToUse = TTL$k;
24287
+ const ttlToUse = TTL$l;
24288
24288
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$n, "UiApi", VERSION$1G, RepresentationType$u, equals$w);
24289
24289
  return createLink$1(key);
24290
24290
  };
@@ -24328,7 +24328,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
24328
24328
  const key = keyBuilder$1$(luvio, params);
24329
24329
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
24330
24330
  const storeMetadataParams = {
24331
- ttl: TTL$k,
24331
+ ttl: TTL$l,
24332
24332
  namespace: keyPrefix,
24333
24333
  version: VERSION$1G,
24334
24334
  representationName: RepresentationType$u
@@ -25114,7 +25114,7 @@ const ingest$1u = function RecordAvatarBatchRepresentationIngest(input, path, lu
25114
25114
  }
25115
25115
  }
25116
25116
  const key = path.fullPath;
25117
- const ttlToUse = TTL$j;
25117
+ const ttlToUse = TTL$k;
25118
25118
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$k, "UiApi", VERSION$1B, RepresentationType$q, equals$r);
25119
25119
  return createLink$1(key);
25120
25120
  };
@@ -25252,7 +25252,7 @@ const ingest$1t = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(
25252
25252
  }
25253
25253
  }
25254
25254
  const key = path.fullPath;
25255
- const ttlToUse = TTL$j;
25255
+ const ttlToUse = TTL$k;
25256
25256
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$j, "UiApi", VERSION$1z, RepresentationType$p, equals$p);
25257
25257
  return createLink$1(key);
25258
25258
  };
@@ -25340,7 +25340,7 @@ const ingest$1s = function ErrorRecordAvatarBatchRepresentationIngest(input, pat
25340
25340
  }
25341
25341
  }
25342
25342
  const key = path.fullPath;
25343
- const ttlToUse = TTL$j;
25343
+ const ttlToUse = TTL$k;
25344
25344
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$i, "UiApi", VERSION$1y, RepresentationType$o, equals$o);
25345
25345
  return createLink$1(key);
25346
25346
  };
@@ -25359,7 +25359,7 @@ const DiscriminatorValues$2 = {
25359
25359
  '400': 400,
25360
25360
  '404': 404
25361
25361
  };
25362
- const TTL$j = 300000;
25362
+ const TTL$k = 300000;
25363
25363
  const VERSION$1x = "8956293536e94d5ec63b274b61033d2c";
25364
25364
  function validate$O(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
25365
25365
  const v_error = (() => {
@@ -25437,7 +25437,7 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
25437
25437
  throw new Error(`Invalid discriminatorValue "${discriminatorValue}". Expected one of "200","400","404"`);
25438
25438
  }
25439
25439
 
25440
- const TTL$i = 300000;
25440
+ const TTL$j = 300000;
25441
25441
  const VERSION$1w = "c44c049fa6ad7cf7e932c0aab9107d86";
25442
25442
  function validate$N(obj, path = 'RecordAvatarBulkMapRepresentation') {
25443
25443
  const v_error = (() => {
@@ -25547,7 +25547,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
25547
25547
  const key = keyBuilder$1Y(luvio, params);
25548
25548
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
25549
25549
  const storeMetadataParams = {
25550
- ttl: TTL$i,
25550
+ ttl: TTL$j,
25551
25551
  namespace: keyPrefix,
25552
25552
  version: VERSION$1w,
25553
25553
  representationName: RepresentationType$n
@@ -27025,7 +27025,7 @@ function validate$K(obj, path = 'RelatedListColumnRepresentation') {
27025
27025
  return v_error === undefined ? null : v_error;
27026
27026
  }
27027
27027
 
27028
- const TTL$h = 900000;
27028
+ const TTL$i = 900000;
27029
27029
  const VERSION$1t = "c977d65d153a2b4e888ddd45fb083248";
27030
27030
  function validate$J(obj, path = 'RelatedListInfoRepresentation') {
27031
27031
  const v_error = (() => {
@@ -27319,7 +27319,7 @@ const ingest$1p = function RelatedListInfoRepresentationIngest(input, path, luvi
27319
27319
  }
27320
27320
  }
27321
27321
  const key = keyBuilderFromType$d(luvio, input);
27322
- const ttlToUse = TTL$h;
27322
+ const ttlToUse = TTL$i;
27323
27323
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$f, "UiApi", VERSION$1t, RepresentationType$l, equals$j);
27324
27324
  return createLink$1(key);
27325
27325
  };
@@ -27370,7 +27370,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
27370
27370
  const key = keyBuilder$1Q(luvio, params);
27371
27371
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
27372
27372
  const storeMetadataParams = {
27373
- ttl: TTL$h,
27373
+ ttl: TTL$i,
27374
27374
  namespace: keyPrefix,
27375
27375
  version: VERSION$1t,
27376
27376
  representationName: RepresentationType$l
@@ -27603,7 +27603,7 @@ function ingestSuccessChildResourceParams$4(luvio, childResourceParamsArray, chi
27603
27603
  }
27604
27604
  // track non-cached responses so rebuilds work properly
27605
27605
  if (childStatusCode !== 404 && childStatusCode !== 200) {
27606
- nonCachedErrors$3[childKey] = { expiration: now + TTL$h, response: childBody, status: childStatusCode };
27606
+ nonCachedErrors$3[childKey] = { expiration: now + TTL$i, response: childBody, status: childStatusCode };
27607
27607
  }
27608
27608
  else {
27609
27609
  delete nonCachedErrors$3[childKey];
@@ -28389,7 +28389,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
28389
28389
  };
28390
28390
  };
28391
28391
 
28392
- const TTL$g = 900000;
28392
+ const TTL$h = 900000;
28393
28393
  const VERSION$1r = "094cdf8e3e1f07fca02c4e51e14c528e";
28394
28394
  function validate$F(obj, path = 'RelatedListUserPreferencesRepresentation') {
28395
28395
  const v_error = (() => {
@@ -28482,7 +28482,7 @@ const ingest$1n = function RelatedListUserPreferencesRepresentationIngest(input,
28482
28482
  }
28483
28483
  }
28484
28484
  const key = keyBuilderFromType$b(luvio, input);
28485
- const ttlToUse = TTL$g;
28485
+ const ttlToUse = TTL$h;
28486
28486
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$d, "UiApi", VERSION$1r, RepresentationType$j, equals$h);
28487
28487
  return createLink$1(key);
28488
28488
  };
@@ -28528,7 +28528,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
28528
28528
  const key = keyBuilder$1I(luvio, params);
28529
28529
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
28530
28530
  const storeMetadataParams = {
28531
- ttl: TTL$g,
28531
+ ttl: TTL$h,
28532
28532
  namespace: keyPrefix,
28533
28533
  version: VERSION$1r,
28534
28534
  representationName: RepresentationType$j
@@ -28753,7 +28753,7 @@ function ingestSuccessChildResourceParams$3(luvio, childResourceParamsArray, chi
28753
28753
  }
28754
28754
  // track non-cached responses so rebuilds work properly
28755
28755
  if (childStatusCode !== 404 && childStatusCode !== 200) {
28756
- nonCachedErrors$2[childKey] = { expiration: now + TTL$g, response: childBody, status: childStatusCode };
28756
+ nonCachedErrors$2[childKey] = { expiration: now + TTL$h, response: childBody, status: childStatusCode };
28757
28757
  }
28758
28758
  else {
28759
28759
  delete nonCachedErrors$2[childKey];
@@ -29364,7 +29364,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
29364
29364
  return existingListEnd === incomingListEnd;
29365
29365
  }
29366
29366
 
29367
- const TTL$f = 30000;
29367
+ const TTL$g = 30000;
29368
29368
  const VERSION$1q = "62467c27c19349b70c9db2a8d9d591d9";
29369
29369
  function validate$D(obj, path = 'RelatedListRecordCollectionRepresentation') {
29370
29370
  const v_error = (() => {
@@ -29875,7 +29875,7 @@ const ingest$1m = function RelatedListRecordCollectionRepresentationIngest(input
29875
29875
  }
29876
29876
  const key = keyBuilderFromType$a(luvio, input);
29877
29877
  const existingRecord = store.readEntry(key);
29878
- const ttlToUse = TTL$f;
29878
+ const ttlToUse = TTL$g;
29879
29879
  let incomingRecord = normalize$c(input, store.readEntry(key), {
29880
29880
  fullPath: key,
29881
29881
  parent: path.parent,
@@ -30034,7 +30034,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
30034
30034
  const key = keyBuilder$1D(luvio, params);
30035
30035
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
30036
30036
  const storeMetadataParams = {
30037
- ttl: TTL$f,
30037
+ ttl: TTL$g,
30038
30038
  namespace: keyPrefix,
30039
30039
  version: VERSION$1q,
30040
30040
  representationName: RepresentationType$i
@@ -30282,7 +30282,7 @@ function ingestSuccessChildResourceParams$2(luvio, childResourceParamsArray, chi
30282
30282
  }
30283
30283
  // track non-cached responses so rebuilds work properly
30284
30284
  if (childStatusCode !== 404 && childStatusCode !== 200) {
30285
- nonCachedErrors$1[childKey] = { expiration: now + TTL$f, response: childBody, status: childStatusCode };
30285
+ nonCachedErrors$1[childKey] = { expiration: now + TTL$g, response: childBody, status: childStatusCode };
30286
30286
  }
30287
30287
  else {
30288
30288
  delete nonCachedErrors$1[childKey];
@@ -30694,7 +30694,7 @@ function validate$B(obj, path = 'SearchFilterDefinitionRepresentation') {
30694
30694
  return v_error === undefined ? null : v_error;
30695
30695
  }
30696
30696
 
30697
- const TTL$e = 30000;
30697
+ const TTL$f = 30000;
30698
30698
  const VERSION$1p = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
30699
30699
  function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
30700
30700
  const v_error = (() => {
@@ -30786,7 +30786,7 @@ const ingest$1l = function SearchFilterMetadataCollectionRepresentationIngest(in
30786
30786
  }
30787
30787
  }
30788
30788
  const key = keyBuilderFromType$9(luvio, input);
30789
- const ttlToUse = TTL$e;
30789
+ const ttlToUse = TTL$f;
30790
30790
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$b, "UiApi", VERSION$1p, RepresentationType$h, equals$f);
30791
30791
  return createLink$1(key);
30792
30792
  };
@@ -30833,7 +30833,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
30833
30833
  const key = keyBuilder$1y(luvio, params);
30834
30834
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
30835
30835
  const storeMetadataParams = {
30836
- ttl: TTL$e,
30836
+ ttl: TTL$f,
30837
30837
  namespace: keyPrefix,
30838
30838
  version: VERSION$1p,
30839
30839
  representationName: RepresentationType$h
@@ -30942,7 +30942,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
30942
30942
  buildCachedSnapshotCachePolicy$a, buildNetworkSnapshotCachePolicy$b);
30943
30943
  };
30944
30944
 
30945
- const TTL$d = 30000;
30945
+ const TTL$e = 30000;
30946
30946
  const VERSION$1o = "8d851a8d9abf0a061a8ad81d4cbb83bc";
30947
30947
  function validate$z(obj, path = 'SearchFilterOptionCollectionRepresentation') {
30948
30948
  const v_error = (() => {
@@ -31040,7 +31040,7 @@ const ingest$1k = function SearchFilterOptionCollectionRepresentationIngest(inpu
31040
31040
  }
31041
31041
  }
31042
31042
  const key = keyBuilderFromType$8(luvio, input);
31043
- const ttlToUse = TTL$d;
31043
+ const ttlToUse = TTL$e;
31044
31044
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$a, "UiApi", VERSION$1o, RepresentationType$g, equals$e);
31045
31045
  return createLink$1(key);
31046
31046
  };
@@ -31088,7 +31088,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
31088
31088
  const key = keyBuilder$1v(luvio, params);
31089
31089
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
31090
31090
  const storeMetadataParams = {
31091
- ttl: TTL$d,
31091
+ ttl: TTL$e,
31092
31092
  namespace: keyPrefix,
31093
31093
  version: VERSION$1o,
31094
31094
  representationName: RepresentationType$g
@@ -31360,7 +31360,7 @@ function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
31360
31360
  return v_error === undefined ? null : v_error;
31361
31361
  }
31362
31362
 
31363
- const TTL$c = 30000;
31363
+ const TTL$d = 30000;
31364
31364
  const VERSION$1n = "ab99b79a5e8a78e051ec92b39d76a6bd";
31365
31365
  function validate$r(obj, path = 'LookupMetadataRepresentation') {
31366
31366
  const v_error = (() => {
@@ -31459,7 +31459,7 @@ const ingest$1j = function LookupMetadataRepresentationIngest(input, path, luvio
31459
31459
  }
31460
31460
  }
31461
31461
  const key = keyBuilderFromType$7(luvio, input);
31462
- const ttlToUse = TTL$c;
31462
+ const ttlToUse = TTL$d;
31463
31463
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$9, "UiApi", VERSION$1n, RepresentationType$f, equals$d);
31464
31464
  return createLink$1(key);
31465
31465
  };
@@ -31506,7 +31506,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
31506
31506
  const key = keyBuilder$1s(luvio, params);
31507
31507
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
31508
31508
  const storeMetadataParams = {
31509
- ttl: TTL$c,
31509
+ ttl: TTL$d,
31510
31510
  namespace: keyPrefix,
31511
31511
  version: VERSION$1n,
31512
31512
  representationName: RepresentationType$f
@@ -32174,7 +32174,7 @@ function validate$f(obj, path = 'SearchObjectOptionsOutputRepresentation') {
32174
32174
  return v_error === undefined ? null : v_error;
32175
32175
  }
32176
32176
 
32177
- const TTL$b = 200;
32177
+ const TTL$c = 200;
32178
32178
  const VERSION$1m = "c3b86b51e83e00857929bc3dd6742a85";
32179
32179
  function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
32180
32180
  const v_error = (() => {
@@ -32331,7 +32331,7 @@ const ingest$1i = function SearchResultsSummaryRepresentationIngest(input, path,
32331
32331
  }
32332
32332
  }
32333
32333
  const key = keyBuilderFromType$6(luvio, input);
32334
- const ttlToUse = TTL$b;
32334
+ const ttlToUse = TTL$c;
32335
32335
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$8, "UiApi", VERSION$1m, RepresentationType$e, equals$c);
32336
32336
  return createLink$1(key);
32337
32337
  };
@@ -32378,7 +32378,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
32378
32378
  const key = keyBuilder$1p(luvio, params);
32379
32379
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
32380
32380
  const storeMetadataParams = {
32381
- ttl: TTL$b,
32381
+ ttl: TTL$c,
32382
32382
  namespace: keyPrefix,
32383
32383
  version: VERSION$1m,
32384
32384
  representationName: RepresentationType$e
@@ -32508,7 +32508,7 @@ const getSearchResultsAdapterFactory = (luvio) => function UiApi__getSearchResul
32508
32508
  buildCachedSnapshotCachePolicy$7, buildNetworkSnapshotCachePolicy$8);
32509
32509
  };
32510
32510
 
32511
- const TTL$a = 200;
32511
+ const TTL$b = 200;
32512
32512
  const VERSION$1l = "3102453bf10ea449d9665914d5f5febf";
32513
32513
  function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
32514
32514
  const v_error = (() => {
@@ -32604,7 +32604,7 @@ const ingest$1h = function KeywordSearchResultsSummaryRepresentationIngest(input
32604
32604
  }
32605
32605
  }
32606
32606
  const key = keyBuilderFromType$5(luvio, input);
32607
- const ttlToUse = TTL$a;
32607
+ const ttlToUse = TTL$b;
32608
32608
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$7, "UiApi", VERSION$1l, RepresentationType$d, equals$b);
32609
32609
  return createLink$1(key);
32610
32610
  };
@@ -32652,7 +32652,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
32652
32652
  const key = keyBuilder$1m(luvio, params);
32653
32653
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
32654
32654
  const storeMetadataParams = {
32655
- ttl: TTL$a,
32655
+ ttl: TTL$b,
32656
32656
  namespace: keyPrefix,
32657
32657
  version: VERSION$1l,
32658
32658
  representationName: RepresentationType$d
@@ -38961,7 +38961,7 @@ function getInContextFragmentType$Q(fragment, fragmentMap) {
38961
38961
  }
38962
38962
 
38963
38963
  const name$E = 'RecordConnection';
38964
- const TTL$9 = 300000;
38964
+ const TTL$a = 300000;
38965
38965
  const VERSION$R = '5109e37c62e492243c1e6ae3967b0655';
38966
38966
  function keyBuilder$S(luvio, path, data) {
38967
38967
  return path.fullPath;
@@ -39044,7 +39044,7 @@ function ingest$N(astNode, state) {
39044
39044
  createLink: createLink,
39045
39045
  mergeData: mergeData$E,
39046
39046
  storeMetadataParams: {
39047
- ttl: TTL$9,
39047
+ ttl: TTL$a,
39048
39048
  namespace: keyPrefix,
39049
39049
  representationName: "RecordConnection",
39050
39050
  version: VERSION$R,
@@ -45950,7 +45950,7 @@ function getInContextFragmentType$m(fragment, fragmentMap) {
45950
45950
  }
45951
45951
 
45952
45952
  const name$a = 'ObjectInfo';
45953
- const TTL$8 = 900000;
45953
+ const TTL$9 = 900000;
45954
45954
  const VERSION$n = 'f8f627dd56d42a39e1a6642edb039182';
45955
45955
  function keyBuilder$o(luvio, path, data) {
45956
45956
  return path.fullPath;
@@ -45976,7 +45976,7 @@ function ingest$j(astNode, state) {
45976
45976
  createLink: createLink,
45977
45977
  mergeData: mergeData$a,
45978
45978
  storeMetadataParams: {
45979
- ttl: TTL$8,
45979
+ ttl: TTL$9,
45980
45980
  namespace: keyPrefix,
45981
45981
  representationName: "ObjectInfo",
45982
45982
  version: VERSION$n,
@@ -46666,7 +46666,7 @@ function getInContextFragmentType$j(fragment, fragmentMap) {
46666
46666
  }
46667
46667
 
46668
46668
  const name$7 = 'RelatedListInfo';
46669
- const TTL$7 = 900000;
46669
+ const TTL$8 = 900000;
46670
46670
  const VERSION$k = 'a32cfdff7ca8dcf4b534b3491fef2019';
46671
46671
  function keyBuilder$l(luvio, path, data) {
46672
46672
  return path.fullPath;
@@ -46692,7 +46692,7 @@ function ingest$g(astNode, state) {
46692
46692
  createLink: createLink,
46693
46693
  mergeData: mergeData$7,
46694
46694
  storeMetadataParams: {
46695
- ttl: TTL$7,
46695
+ ttl: TTL$8,
46696
46696
  namespace: keyPrefix,
46697
46697
  representationName: "RelatedListInfo",
46698
46698
  version: VERSION$k,
@@ -48525,6 +48525,7 @@ function getInContextFragmentType$c(fragment, fragmentMap) {
48525
48525
  }
48526
48526
 
48527
48527
  const name$1 = 'Setup__Setup';
48528
+ const TTL$7 = 1000;
48528
48529
  const VERSION$d = '57c66c8147b44793116747c96b2b0fc9';
48529
48530
  function keyBuilder$f(luvio, path, data) {
48530
48531
  return path.fullPath;
@@ -48550,7 +48551,7 @@ function ingest$9(astNode, state) {
48550
48551
  createLink: createLink,
48551
48552
  mergeData: mergeData$1,
48552
48553
  storeMetadataParams: {
48553
- ttl: TTL$6,
48554
+ ttl: TTL$7,
48554
48555
  namespace: keyPrefix,
48555
48556
  representationName: "Setup__Setup",
48556
48557
  version: VERSION$d,
@@ -55691,4 +55692,4 @@ ensureRegisteredOnce({
55691
55692
  instrument,
55692
55693
  });
55693
55694
 
55694
- export { API_NAMESPACE, notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory$3 as NotifyListInfoSummaryUpdateAvailable, notifyUpdateAvailableFactory$1 as NotifyListInfoUpdateAvailable, notifyUpdateAvailableFactory$4 as NotifyListRecordCollectionUpdateAvailable, notifyUpdateAvailableFactory$2 as NotifyListViewSummaryUpdateAvailable, notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailable, notifyUpdateAvailableFactory$5 as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$S as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$Z as RecordRepresentationRepresentationType, TTL$D as RecordRepresentationTTL, RepresentationType$Z as RecordRepresentationType, VERSION$2o as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, buildSelectionFromFields, buildSelectionFromRecord, getFieldApiNamesArray as coerceFieldIdArray, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfoAdapterFactory, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, deleteListInfoAdapterFactory, factory$3 as deleteRecordAdapterFactory, factory$f as executeBatchRecordOperationsAdapterFactory, extractRecordIdFromStoreKey, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getFlexipageFormulaOverridesAdapterFactory, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, getListInfosByObjectNameAdapterFactory, getListObjectInfoAdapterFactory, getListPreferencesAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$j as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$k as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfosAdapterFactory, getPathLayoutAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$h as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$i as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$24 as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$g as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1D as ingestDuplicateConfiguration, ingest$1x as ingestDuplicatesRepresentation, ingest$22 as ingestListInfo, ingest$1_ as ingestListRecords, ingest$1U as ingestObjectInfo, ingest$1O as ingestQuickActionExecutionRepresentation, ingest$1$ as ingestRecord, ingest$1R as ingestRecordUi, ingest$1p as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1m as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1o as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$C as keyBuilderFromTypeRecordRepresentation, keyBuilder$36 as keyBuilderObjectInfo, keyBuilder$2$ as keyBuilderQuickActionExecutionRepresentation, keyBuilder$3n as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, registerPrefetcher, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, updateListPreferencesAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
55695
+ export { API_NAMESPACE, notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory$3 as NotifyListInfoSummaryUpdateAvailable, notifyUpdateAvailableFactory$1 as NotifyListInfoUpdateAvailable, notifyUpdateAvailableFactory$4 as NotifyListRecordCollectionUpdateAvailable, notifyUpdateAvailableFactory$2 as NotifyListViewSummaryUpdateAvailable, notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailable, notifyUpdateAvailableFactory$5 as NotifyRecordUpdateAvailable, RepresentationType$N as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$S as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$Z as RecordRepresentationRepresentationType, TTL$E as RecordRepresentationTTL, RepresentationType$Z as RecordRepresentationType, VERSION$2o as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, buildSelectionFromFields, buildSelectionFromRecord, getFieldApiNamesArray as coerceFieldIdArray, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfoAdapterFactory, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, deleteListInfoAdapterFactory, factory$3 as deleteRecordAdapterFactory, factory$f as executeBatchRecordOperationsAdapterFactory, extractRecordIdFromStoreKey, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getFlexipageFormulaOverridesAdapterFactory, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, getListInfosByObjectNameAdapterFactory, getListObjectInfoAdapterFactory, getListPreferencesAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$j as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$k as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfosAdapterFactory, getPathLayoutAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$h as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$i as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$24 as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$g as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1D as ingestDuplicateConfiguration, ingest$1x as ingestDuplicatesRepresentation, ingest$22 as ingestListInfo, ingest$1_ as ingestListRecords, ingest$1U as ingestObjectInfo, ingest$1O as ingestQuickActionExecutionRepresentation, ingest$1$ as ingestRecord, ingest$1R as ingestRecordUi, ingest$1p as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1m as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1o as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$C as keyBuilderFromTypeRecordRepresentation, keyBuilder$36 as keyBuilderObjectInfo, keyBuilder$2$ as keyBuilderQuickActionExecutionRepresentation, keyBuilder$3n as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, registerPrefetcher, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, updateListPreferencesAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi",
3
- "version": "1.284.0",
3
+ "version": "1.285.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for record related UI API endpoints",
6
6
  "main": "dist/es/es2018/uiapi-records-service.js",
@@ -68,14 +68,14 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@salesforce/lds-bindings": "^1.284.0",
72
- "@salesforce/lds-default-luvio": "^1.284.0"
71
+ "@salesforce/lds-bindings": "^1.285.0",
72
+ "@salesforce/lds-default-luvio": "^1.285.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@databases/sqlite": "^3.0.0",
76
- "@salesforce/lds-compiler-plugins": "^1.284.0",
77
- "@salesforce/lds-jest": "^1.284.0",
78
- "@salesforce/lds-store-binary": "^1.284.0"
76
+ "@salesforce/lds-compiler-plugins": "^1.285.0",
77
+ "@salesforce/lds-jest": "^1.285.0",
78
+ "@salesforce/lds-store-binary": "^1.285.0"
79
79
  },
80
80
  "luvioBundlesize": [
81
81
  {
@@ -6641,7 +6641,7 @@ function getInContextFragmentType$Q(fragment, fragmentMap) {
6641
6641
  }
6642
6642
 
6643
6643
  const name$E = 'RecordConnection';
6644
- const TTL$4 = 300000;
6644
+ const TTL$5 = 300000;
6645
6645
  const VERSION$N = '5109e37c62e492243c1e6ae3967b0655';
6646
6646
  function keyBuilder$I(luvio, path, data) {
6647
6647
  return path.fullPath;
@@ -6724,7 +6724,7 @@ function ingest$G(astNode, state) {
6724
6724
  createLink: createLink,
6725
6725
  mergeData: mergeData$E,
6726
6726
  storeMetadataParams: {
6727
- ttl: TTL$4,
6727
+ ttl: TTL$5,
6728
6728
  namespace: keyPrefix,
6729
6729
  representationName: "RecordConnection",
6730
6730
  version: VERSION$N,
@@ -13630,7 +13630,7 @@ function getInContextFragmentType$m(fragment, fragmentMap) {
13630
13630
  }
13631
13631
 
13632
13632
  const name$a = 'ObjectInfo';
13633
- const TTL$3 = 900000;
13633
+ const TTL$4 = 900000;
13634
13634
  const VERSION$j = 'f8f627dd56d42a39e1a6642edb039182';
13635
13635
  function keyBuilder$e(luvio, path, data) {
13636
13636
  return path.fullPath;
@@ -13656,7 +13656,7 @@ function ingest$c(astNode, state) {
13656
13656
  createLink: createLink,
13657
13657
  mergeData: mergeData$a,
13658
13658
  storeMetadataParams: {
13659
- ttl: TTL$3,
13659
+ ttl: TTL$4,
13660
13660
  namespace: keyPrefix,
13661
13661
  representationName: "ObjectInfo",
13662
13662
  version: VERSION$j,
@@ -14346,7 +14346,7 @@ function getInContextFragmentType$j(fragment, fragmentMap) {
14346
14346
  }
14347
14347
 
14348
14348
  const name$7 = 'RelatedListInfo';
14349
- const TTL$2 = 900000;
14349
+ const TTL$3 = 900000;
14350
14350
  const VERSION$g = 'a32cfdff7ca8dcf4b534b3491fef2019';
14351
14351
  function keyBuilder$b(luvio, path, data) {
14352
14352
  return path.fullPath;
@@ -14372,7 +14372,7 @@ function ingest$9(astNode, state) {
14372
14372
  createLink: createLink,
14373
14373
  mergeData: mergeData$7,
14374
14374
  storeMetadataParams: {
14375
- ttl: TTL$2,
14375
+ ttl: TTL$3,
14376
14376
  namespace: keyPrefix,
14377
14377
  representationName: "RelatedListInfo",
14378
14378
  version: VERSION$g,
@@ -16205,6 +16205,7 @@ function getInContextFragmentType$c(fragment, fragmentMap) {
16205
16205
  }
16206
16206
 
16207
16207
  const name$1 = 'Setup__Setup';
16208
+ const TTL$2 = 1000;
16208
16209
  const VERSION$9 = '57c66c8147b44793116747c96b2b0fc9';
16209
16210
  function keyBuilder$5(luvio, path, data) {
16210
16211
  return path.fullPath;
@@ -16230,7 +16231,7 @@ function ingest$2(astNode, state) {
16230
16231
  createLink: createLink,
16231
16232
  mergeData: mergeData$1,
16232
16233
  storeMetadataParams: {
16233
- ttl: TTL$1,
16234
+ ttl: TTL$2,
16234
16235
  namespace: keyPrefix,
16235
16236
  representationName: "Setup__Setup",
16236
16237
  version: VERSION$9,
@@ -19728,4 +19729,4 @@ register({
19728
19729
  });
19729
19730
 
19730
19731
  export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
19731
- // version: 1.284.0-8b78b708e
19732
+ // version: 1.285.0-c97dec82e
package/sfdc/index.js CHANGED
@@ -36980,4 +36980,4 @@ withDefaultLuvio((luvio) => {
36980
36980
  });
36981
36981
 
36982
36982
  export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$N as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$U as RecordRepresentationRepresentationType, TTL$y as RecordRepresentationTTL, RepresentationType$U as RecordRepresentationType, VERSION$1a as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$W as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$G as ingestObjectInfo, ingest$A as ingestQuickActionExecutionRepresentation, ingest$N as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$C as keyBuilderFromTypeRecordRepresentation, keyBuilder$1V as keyBuilderObjectInfo, keyBuilder$1O as keyBuilderQuickActionExecutionRepresentation, keyBuilder$26 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
36983
- // version: 1.284.0-8b78b708e
36983
+ // version: 1.285.0-c97dec82e
@@ -574,6 +574,8 @@ types:
574
574
  ttl: 900000
575
575
  RecordConnection:
576
576
  ttl: 300000
577
+ Setup__Setup:
578
+ ttl: 1000
577
579
  description: Execute a GraphQL query.
578
580
  responses:
579
581
  '200':