@salesforce/lds-adapters-uiapi 1.231.0 → 1.232.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.
Files changed (43) hide show
  1. package/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +1 -0
  2. package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +1 -1
  3. package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +1 -1
  4. package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +1 -1
  5. package/dist/es/es2018/types/src/generated/resources/deleteUiApiHealthCheck.d.ts +8 -0
  6. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +1 -1
  8. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +1 -1
  9. package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +1 -1
  10. package/dist/es/es2018/types/src/generated/resources/getUiApiHealthCheck.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +1 -1
  12. package/dist/es/es2018/types/src/generated/resources/patchUiApiHealthCheck.d.ts +6 -0
  13. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +21 -0
  14. package/dist/es/es2018/types/src/generated/resources/postUiApiHealthCheck.d.ts +9 -0
  15. package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +1 -0
  16. package/dist/es/es2018/types/src/generated/resources/putUiApiHealthCheck.d.ts +6 -0
  17. package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +1 -0
  18. package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +31 -0
  19. package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +31 -0
  20. package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +8 -1
  21. package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
  23. package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
  24. package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
  25. package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +3 -3
  26. package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
  27. package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
  28. package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
  29. package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +2 -1
  30. package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +1 -1
  31. package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +3 -3
  32. package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
  33. package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +1 -1
  34. package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +3 -3
  35. package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +1 -1
  36. package/dist/es/es2018/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +1 -1
  37. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +1 -1
  38. package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
  39. package/dist/es/es2018/uiapi-records-service.js +457 -453
  40. package/package.json +1 -1
  41. package/sfdc/graphqlAdapters.js +393 -369
  42. package/sfdc/index.js +434 -430
  43. package/src/raml/api.raml +502 -149
@@ -574,7 +574,7 @@ function assignMetadataLink(entry, metadataKey) {
574
574
  entry['__metadata'] = createLink$1(metadataKey);
575
575
  }
576
576
 
577
- const VERSION$2s = "275ae22194003d1e53f548b81219c5cb";
577
+ const VERSION$2t = "275ae22194003d1e53f548b81219c5cb";
578
578
  function validate$1L(obj, path = 'ListColumnRepresentation') {
579
579
  const v_error = (() => {
580
580
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -624,10 +624,10 @@ function validate$1L(obj, path = 'ListColumnRepresentation') {
624
624
  })();
625
625
  return v_error === undefined ? null : v_error;
626
626
  }
627
- const select$2_ = function ListColumnRepresentationSelect() {
627
+ const select$2$ = function ListColumnRepresentationSelect() {
628
628
  return {
629
629
  kind: 'Fragment',
630
- version: VERSION$2s,
630
+ version: VERSION$2t,
631
631
  private: [],
632
632
  selections: [
633
633
  {
@@ -650,7 +650,7 @@ const select$2_ = function ListColumnRepresentationSelect() {
650
650
  };
651
651
  };
652
652
 
653
- const VERSION$2r = "623aa9ce3a11031e35faf5671a41746e";
653
+ const VERSION$2s = "623aa9ce3a11031e35faf5671a41746e";
654
654
  function validate$1K(obj, path = 'ListFilterByInfoRepresentation') {
655
655
  const v_error = (() => {
656
656
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -686,10 +686,10 @@ function validate$1K(obj, path = 'ListFilterByInfoRepresentation') {
686
686
  })();
687
687
  return v_error === undefined ? null : v_error;
688
688
  }
689
- const select$2Z = function ListFilterByInfoRepresentationSelect() {
689
+ const select$2_ = function ListFilterByInfoRepresentationSelect() {
690
690
  return {
691
691
  kind: 'Fragment',
692
- version: VERSION$2r,
692
+ version: VERSION$2s,
693
693
  private: [],
694
694
  selections: [
695
695
  {
@@ -713,7 +713,7 @@ const select$2Z = function ListFilterByInfoRepresentationSelect() {
713
713
  };
714
714
  };
715
715
 
716
- const VERSION$2q = "76042ff4af603b2ac0ec69fa0bd12046";
716
+ const VERSION$2r = "76042ff4af603b2ac0ec69fa0bd12046";
717
717
  function validate$1J(obj, path = 'ListReferenceRepresentation') {
718
718
  const v_error = (() => {
719
719
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -784,10 +784,10 @@ function validate$1J(obj, path = 'ListReferenceRepresentation') {
784
784
  })();
785
785
  return v_error === undefined ? null : v_error;
786
786
  }
787
- const select$2Y = function ListReferenceRepresentationSelect() {
787
+ const select$2Z = function ListReferenceRepresentationSelect() {
788
788
  return {
789
789
  kind: 'Fragment',
790
- version: VERSION$2q,
790
+ version: VERSION$2r,
791
791
  private: [],
792
792
  selections: [
793
793
  {
@@ -833,7 +833,7 @@ function equals$12(existing, incoming) {
833
833
  return true;
834
834
  }
835
835
 
836
- const VERSION$2p = "32def9b631252c12b91a8209c1f49f5a";
836
+ const VERSION$2q = "32def9b631252c12b91a8209c1f49f5a";
837
837
  function validate$1I(obj, path = 'ListOrderByInfoRepresentation') {
838
838
  const v_error = (() => {
839
839
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -878,10 +878,10 @@ function validate$1I(obj, path = 'ListOrderByInfoRepresentation') {
878
878
  })();
879
879
  return v_error === undefined ? null : v_error;
880
880
  }
881
- const select$2X = function ListOrderByInfoRepresentationSelect() {
881
+ const select$2Y = function ListOrderByInfoRepresentationSelect() {
882
882
  return {
883
883
  kind: 'Fragment',
884
- version: VERSION$2p,
884
+ version: VERSION$2q,
885
885
  private: [],
886
886
  selections: [
887
887
  {
@@ -900,7 +900,7 @@ const select$2X = function ListOrderByInfoRepresentationSelect() {
900
900
  };
901
901
  };
902
902
 
903
- const VERSION$2o = "2634258f216db34315c06d759a35676d";
903
+ const VERSION$2p = "2634258f216db34315c06d759a35676d";
904
904
  function validate$1H(obj, path = 'ListScopeEntityRepresentation') {
905
905
  const v_error = (() => {
906
906
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -919,10 +919,10 @@ function validate$1H(obj, path = 'ListScopeEntityRepresentation') {
919
919
  })();
920
920
  return v_error === undefined ? null : v_error;
921
921
  }
922
- const select$2W = function ListScopeEntityRepresentationSelect() {
922
+ const select$2X = function ListScopeEntityRepresentationSelect() {
923
923
  return {
924
924
  kind: 'Fragment',
925
- version: VERSION$2o,
925
+ version: VERSION$2p,
926
926
  private: [],
927
927
  selections: [
928
928
  {
@@ -937,7 +937,7 @@ const select$2W = function ListScopeEntityRepresentationSelect() {
937
937
  };
938
938
  };
939
939
 
940
- const VERSION$2n = "3b85c5a08d50ce328481b9f8ab56127b";
940
+ const VERSION$2o = "3b85c5a08d50ce328481b9f8ab56127b";
941
941
  function validate$1G(obj, path = 'ListScopeRelatedEntityRepresentation') {
942
942
  const v_error = (() => {
943
943
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -961,10 +961,10 @@ function validate$1G(obj, path = 'ListScopeRelatedEntityRepresentation') {
961
961
  })();
962
962
  return v_error === undefined ? null : v_error;
963
963
  }
964
- const select$2V = function ListScopeRelatedEntityRepresentationSelect() {
964
+ const select$2W = function ListScopeRelatedEntityRepresentationSelect() {
965
965
  return {
966
966
  kind: 'Fragment',
967
- version: VERSION$2n,
967
+ version: VERSION$2o,
968
968
  private: [],
969
969
  selections: [
970
970
  {
@@ -983,7 +983,7 @@ const select$2V = function ListScopeRelatedEntityRepresentationSelect() {
983
983
  };
984
984
  };
985
985
 
986
- const VERSION$2m = "a51de242c746e5500a833e84dfaa2170";
986
+ const VERSION$2n = "a51de242c746e5500a833e84dfaa2170";
987
987
  function validate$1F(obj, path = 'ListScopeRepresentation') {
988
988
  const v_error = (() => {
989
989
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1060,12 +1060,12 @@ function validate$1F(obj, path = 'ListScopeRepresentation') {
1060
1060
  })();
1061
1061
  return v_error === undefined ? null : v_error;
1062
1062
  }
1063
- const select$2U = function ListScopeRepresentationSelect() {
1064
- const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$2W();
1065
- const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$2V();
1063
+ const select$2V = function ListScopeRepresentationSelect() {
1064
+ const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$2X();
1065
+ const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$2W();
1066
1066
  return {
1067
1067
  kind: 'Fragment',
1068
- version: VERSION$2m,
1068
+ version: VERSION$2n,
1069
1069
  private: [],
1070
1070
  selections: [
1071
1071
  {
@@ -1092,7 +1092,7 @@ const select$2U = function ListScopeRepresentationSelect() {
1092
1092
  };
1093
1093
  };
1094
1094
 
1095
- const VERSION$2l = "6506134f4d72fdfa349fe60ef1af2413";
1095
+ const VERSION$2m = "6506134f4d72fdfa349fe60ef1af2413";
1096
1096
  function validate$1E(obj, path = 'ListUserPreferenceRepresentation') {
1097
1097
  const v_error = (() => {
1098
1098
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1129,10 +1129,10 @@ function validate$1E(obj, path = 'ListUserPreferenceRepresentation') {
1129
1129
  })();
1130
1130
  return v_error === undefined ? null : v_error;
1131
1131
  }
1132
- const select$2T = function ListUserPreferenceRepresentationSelect() {
1132
+ const select$2U = function ListUserPreferenceRepresentationSelect() {
1133
1133
  return {
1134
1134
  kind: 'Fragment',
1135
- version: VERSION$2l,
1135
+ version: VERSION$2m,
1136
1136
  private: [],
1137
1137
  selections: [
1138
1138
  {
@@ -1150,7 +1150,7 @@ const select$2T = function ListUserPreferenceRepresentationSelect() {
1150
1150
  };
1151
1151
 
1152
1152
  const TTL$D = 900000;
1153
- const VERSION$2k = "8b55d621d80c84ec2e331abc4e12fc56";
1153
+ const VERSION$2l = "8b55d621d80c84ec2e331abc4e12fc56";
1154
1154
  function validate$1D(obj, path = 'ListInfoRepresentation') {
1155
1155
  const v_error = (() => {
1156
1156
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1367,16 +1367,16 @@ function keyBuilderFromType$A(luvio, object) {
1367
1367
  function normalize$O(input, existing, path, luvio, store, timestamp) {
1368
1368
  return input;
1369
1369
  }
1370
- const select$2S = function ListInfoRepresentationSelect() {
1371
- const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$2_();
1372
- const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$2Z();
1373
- const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Y();
1374
- const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$2X();
1375
- const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$2U();
1376
- const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$2T();
1370
+ const select$2T = function ListInfoRepresentationSelect() {
1371
+ const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$2$();
1372
+ const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$2_();
1373
+ const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Z();
1374
+ const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$2Y();
1375
+ const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$2V();
1376
+ const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$2U();
1377
1377
  return {
1378
1378
  kind: 'Fragment',
1379
- version: VERSION$2k,
1379
+ version: VERSION$2l,
1380
1380
  private: [
1381
1381
  'eTag'
1382
1382
  ],
@@ -1472,7 +1472,7 @@ const ingest$1T = function ListInfoRepresentationIngest(input, path, luvio, stor
1472
1472
  }
1473
1473
  const key = keyBuilderFromType$A(luvio, input);
1474
1474
  const ttlToUse = TTL$D;
1475
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$O, "UiApi", VERSION$2k, RepresentationType$W, equals$11);
1475
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$O, "UiApi", VERSION$2l, RepresentationType$W, equals$11);
1476
1476
  return createLink$1(key);
1477
1477
  };
1478
1478
  function getTypeCacheKeys$1X(rootKeySet, luvio, input, fullPathFactory) {
@@ -1544,7 +1544,7 @@ function toSortedStringArray(value) {
1544
1544
  return undefined;
1545
1545
  }
1546
1546
 
1547
- const VERSION$2j = "d1e589a127fb1060c89070cdb6f500b2";
1547
+ const VERSION$2k = "d1e589a127fb1060c89070cdb6f500b2";
1548
1548
  function validate$1C(obj, path = 'RecordTypeInfoRepresentation') {
1549
1549
  const v_error = (() => {
1550
1550
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1578,10 +1578,10 @@ function validate$1C(obj, path = 'RecordTypeInfoRepresentation') {
1578
1578
  })();
1579
1579
  return v_error === undefined ? null : v_error;
1580
1580
  }
1581
- const select$2R = function RecordTypeInfoRepresentationSelect() {
1581
+ const select$2S = function RecordTypeInfoRepresentationSelect() {
1582
1582
  return {
1583
1583
  kind: 'Fragment',
1584
- version: VERSION$2j,
1584
+ version: VERSION$2k,
1585
1585
  private: [],
1586
1586
  selections: [
1587
1587
  {
@@ -1636,7 +1636,7 @@ function equals$10(existing, incoming) {
1636
1636
  return true;
1637
1637
  }
1638
1638
 
1639
- const VERSION$2i = "195d918987a35f45e1aa4dce9a11d8c5";
1639
+ const VERSION$2j = "195d918987a35f45e1aa4dce9a11d8c5";
1640
1640
  function validate$1B(obj, path = 'FieldValueRepresentation') {
1641
1641
  const v_error = (() => {
1642
1642
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1745,10 +1745,10 @@ function normalize$N(input, existing, path, luvio, store, timestamp) {
1745
1745
  }
1746
1746
  return input;
1747
1747
  }
1748
- const select$2Q = function FieldValueRepresentationSelect() {
1748
+ const select$2R = function FieldValueRepresentationSelect() {
1749
1749
  return {
1750
1750
  kind: 'Fragment',
1751
- version: VERSION$2i,
1751
+ version: VERSION$2j,
1752
1752
  private: [],
1753
1753
  selections: [
1754
1754
  {
@@ -1759,7 +1759,7 @@ const select$2Q = function FieldValueRepresentationSelect() {
1759
1759
  name: 'value',
1760
1760
  kind: 'Link',
1761
1761
  nullable: true,
1762
- fragment: select$2O()
1762
+ fragment: select$2P()
1763
1763
  }
1764
1764
  ]
1765
1765
  };
@@ -1791,7 +1791,7 @@ const ingest$1S = function FieldValueRepresentationIngest(input, path, luvio, st
1791
1791
  }
1792
1792
  const key = path.fullPath;
1793
1793
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
1794
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$N, "UiApi", VERSION$2i, RepresentationType$V, equals$$);
1794
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$N, "UiApi", VERSION$2j, RepresentationType$V, equals$$);
1795
1795
  return createLink$1(key);
1796
1796
  };
1797
1797
  function getTypeCacheKeys$1W(rootKeySet, luvio, input, fullPathFactory) {
@@ -1834,7 +1834,7 @@ const getTypeCacheKeys$1V = (rootKeySet, luvio, input, _fullPathFactory) => {
1834
1834
  };
1835
1835
 
1836
1836
  const TTL$C = 120000;
1837
- const VERSION$2h = "79cb5ac9f44542f683d00245fdfe500d";
1837
+ const VERSION$2i = "79cb5ac9f44542f683d00245fdfe500d";
1838
1838
  function validate$1A(obj, path = 'RecordCollectionRepresentation') {
1839
1839
  const v_error = (() => {
1840
1840
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -2015,10 +2015,10 @@ function normalize$M(input, existing, path, luvio, store, timestamp) {
2015
2015
  }
2016
2016
  return input;
2017
2017
  }
2018
- const select$2P = function RecordCollectionRepresentationSelect() {
2018
+ const select$2Q = function RecordCollectionRepresentationSelect() {
2019
2019
  return {
2020
2020
  kind: 'Fragment',
2021
- version: VERSION$2h,
2021
+ version: VERSION$2i,
2022
2022
  private: [],
2023
2023
  selections: [
2024
2024
  {
@@ -2053,7 +2053,7 @@ const select$2P = function RecordCollectionRepresentationSelect() {
2053
2053
  name: 'records',
2054
2054
  kind: 'Link',
2055
2055
  plural: true,
2056
- fragment: select$2O()
2056
+ fragment: select$2P()
2057
2057
  }
2058
2058
  ]
2059
2059
  };
@@ -2115,7 +2115,7 @@ const ingest$1R = function RecordCollectionRepresentationIngest(input, path, luv
2115
2115
  }
2116
2116
  const key = path.fullPath;
2117
2117
  const ttlToUse = TTL$C;
2118
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$M, "UiApi", VERSION$2h, RepresentationType$U, equals$_);
2118
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$M, "UiApi", VERSION$2i, RepresentationType$U, equals$_);
2119
2119
  return createLink$1(key);
2120
2120
  };
2121
2121
  function getTypeCacheKeys$1U(rootKeySet, luvio, input, fullPathFactory) {
@@ -2143,7 +2143,7 @@ const keyBuilderFromType$z = function RecordRepresentationKeyBuilderFromType(luv
2143
2143
  };
2144
2144
 
2145
2145
  const TTL$B = 30000;
2146
- const VERSION$2g = "98c5b18512e48ca8d28727549507e4ba";
2146
+ const VERSION$2h = "98c5b18512e48ca8d28727549507e4ba";
2147
2147
  function validate$1z(obj, path = 'RecordRepresentation') {
2148
2148
  const v_error = (() => {
2149
2149
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -2386,11 +2386,11 @@ function dynamicNormalize$5(ingestParams) {
2386
2386
  return input;
2387
2387
  };
2388
2388
  }
2389
- const select$2O = function RecordRepresentationSelect() {
2390
- const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2R();
2389
+ const select$2P = function RecordRepresentationSelect() {
2390
+ const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2S();
2391
2391
  return {
2392
2392
  kind: 'Fragment',
2393
- version: VERSION$2g,
2393
+ version: VERSION$2h,
2394
2394
  private: [
2395
2395
  'eTag',
2396
2396
  'weakEtag'
@@ -2404,13 +2404,13 @@ const select$2O = function RecordRepresentationSelect() {
2404
2404
  name: 'childRelationships',
2405
2405
  kind: 'Link',
2406
2406
  map: true,
2407
- fragment: select$2P()
2407
+ fragment: select$2Q()
2408
2408
  },
2409
2409
  {
2410
2410
  name: 'fields',
2411
2411
  kind: 'Link',
2412
2412
  map: true,
2413
- fragment: select$2Q()
2413
+ fragment: select$2R()
2414
2414
  },
2415
2415
  {
2416
2416
  name: 'id',
@@ -2446,18 +2446,18 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
2446
2446
  name: 'childRelationships',
2447
2447
  kind: 'Link',
2448
2448
  map: true,
2449
- fragment: select$2P()
2449
+ fragment: select$2Q()
2450
2450
  } : params.childRelationships;
2451
2451
  const fieldsPathSelection = params.fields === undefined ? {
2452
2452
  name: 'fields',
2453
2453
  kind: 'Link',
2454
2454
  map: true,
2455
- fragment: select$2Q()
2455
+ fragment: select$2R()
2456
2456
  } : params.fields;
2457
- const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2R();
2457
+ const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$2S();
2458
2458
  return {
2459
2459
  kind: 'Fragment',
2460
- version: VERSION$2g,
2460
+ version: VERSION$2h,
2461
2461
  private: [
2462
2462
  'eTag',
2463
2463
  'weakEtag'
@@ -3982,7 +3982,7 @@ function createPathSelection(propertyName, fieldDefinition) {
3982
3982
  kind: 'Fragment',
3983
3983
  private: ['eTag', 'weakEtag'],
3984
3984
  selections: createRecordSelection(childFieldDefinition),
3985
- version: VERSION$2g,
3985
+ version: VERSION$2h,
3986
3986
  },
3987
3987
  };
3988
3988
  }
@@ -3992,7 +3992,7 @@ function createPathSelection(propertyName, fieldDefinition) {
3992
3992
  required: childFieldDefinition.optional === true ? false : undefined,
3993
3993
  fragment: {
3994
3994
  kind: 'Fragment',
3995
- version: VERSION$2i,
3995
+ version: VERSION$2j,
3996
3996
  private: [],
3997
3997
  selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
3998
3998
  },
@@ -4024,7 +4024,7 @@ function createPathSelectionFromValue(fields) {
4024
4024
  kind: 'Fragment',
4025
4025
  private: [],
4026
4026
  selections: buildSelectionFromRecord(fieldValue),
4027
- version: VERSION$2g,
4027
+ version: VERSION$2h,
4028
4028
  },
4029
4029
  };
4030
4030
  }
@@ -4034,7 +4034,7 @@ function createPathSelectionFromValue(fields) {
4034
4034
  required: undefined,
4035
4035
  fragment: {
4036
4036
  kind: 'Fragment',
4037
- version: VERSION$2i,
4037
+ version: VERSION$2j,
4038
4038
  private: [],
4039
4039
  selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
4040
4040
  },
@@ -5060,7 +5060,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
5060
5060
  ttl: TTL$B,
5061
5061
  representationName: RepresentationType$T,
5062
5062
  namespace: keyPrefix,
5063
- version: VERSION$2g,
5063
+ version: VERSION$2h,
5064
5064
  });
5065
5065
  return createLink$1(key);
5066
5066
  };
@@ -5167,7 +5167,7 @@ function getResponseCacheKeys$Z(storeKeyMap, luvio, resourceParams, response) {
5167
5167
  function createResourceRequest$15(config) {
5168
5168
  const headers = {};
5169
5169
  return {
5170
- baseUri: '/services/data/v59.0',
5170
+ baseUri: '/services/data/v60.0',
5171
5171
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
5172
5172
  method: 'get',
5173
5173
  body: null,
@@ -5229,7 +5229,7 @@ function buildRecordSelector(luvio, recordId, fields, optionalFields) {
5229
5229
  kind: 'Fragment',
5230
5230
  private: ['eTag', 'weakEtag'],
5231
5231
  selections: buildSelectionFromFields(fields, optionalFields),
5232
- version: VERSION$2g,
5232
+ version: VERSION$2h,
5233
5233
  },
5234
5234
  variables: {},
5235
5235
  };
@@ -5347,7 +5347,7 @@ function isSingleBatchRecordResponse(response) {
5347
5347
  response.results.length === 1);
5348
5348
  }
5349
5349
 
5350
- const VERSION$2f = "98cce53b8d13b1883d001bbdaab24383";
5350
+ const VERSION$2g = "98cce53b8d13b1883d001bbdaab24383";
5351
5351
 
5352
5352
  const nonCachedErrors$7 = ObjectCreate$1(null);
5353
5353
  function ingestSuccessChildResourceParams$6(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
@@ -5448,7 +5448,7 @@ function selectChildResourceParams$7(luvio, childResources, resourceParams) {
5448
5448
  node: {
5449
5449
  kind: 'Fragment',
5450
5450
  private: [],
5451
- version: VERSION$2f,
5451
+ version: VERSION$2g,
5452
5452
  },
5453
5453
  variables: {},
5454
5454
  });
@@ -5606,7 +5606,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
5606
5606
  function createResourceRequest$14(config) {
5607
5607
  const headers = {};
5608
5608
  return {
5609
- baseUri: '/services/data/v59.0',
5609
+ baseUri: '/services/data/v60.0',
5610
5610
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
5611
5611
  method: 'get',
5612
5612
  body: null,
@@ -5989,7 +5989,7 @@ function revertPaginationOptimization(variables) {
5989
5989
  }
5990
5990
 
5991
5991
  const TTL$A = 30000;
5992
- const VERSION$2e = "614ef19823027c07fa6deb9a149619d2";
5992
+ const VERSION$2f = "614ef19823027c07fa6deb9a149619d2";
5993
5993
  function validate$1y(obj, path = 'ListRecordCollectionRepresentation') {
5994
5994
  const v_error = (() => {
5995
5995
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -6260,13 +6260,13 @@ function normalize$K(input, existing, path, luvio, store, timestamp) {
6260
6260
  }
6261
6261
  return input;
6262
6262
  }
6263
- const select$2N = function ListRecordCollectionRepresentationSelect(paginationParams) {
6264
- const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Y();
6263
+ const select$2O = function ListRecordCollectionRepresentationSelect(paginationParams) {
6264
+ const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Z();
6265
6265
  return {
6266
6266
  kind: 'Fragment',
6267
6267
  reader: true,
6268
6268
  synthetic: false,
6269
- version: VERSION$2e,
6269
+ version: VERSION$2f,
6270
6270
  read: (source, reader) => {
6271
6271
  const sink = {};
6272
6272
  if (paginationParams === undefined) {
@@ -6286,7 +6286,7 @@ const select$2N = function ListRecordCollectionRepresentationSelect(paginationPa
6286
6286
  reader.readSingleLink(i, {
6287
6287
  name: 'records',
6288
6288
  kind: 'Link',
6289
- fragment: select$2O()
6289
+ fragment: select$2P()
6290
6290
  }, itemsSource, allSink, i - startOffset);
6291
6291
  if (reader.getIsDataMissing() === false) {
6292
6292
  itemsSink[i - startOffset] = allSink[i - startOffset];
@@ -6373,14 +6373,14 @@ const dynamicSelect$7 = function dynamicListRecordCollectionRepresentationSelect
6373
6373
  const recordsPathSelection = params.records === undefined ? {
6374
6374
  name: 'records',
6375
6375
  kind: 'Link',
6376
- fragment: select$2O()
6376
+ fragment: select$2P()
6377
6377
  } : params.records;
6378
- const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Y();
6378
+ const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$2Z();
6379
6379
  return {
6380
6380
  kind: 'Fragment',
6381
6381
  reader: true,
6382
6382
  synthetic: false,
6383
- version: VERSION$2e,
6383
+ version: VERSION$2f,
6384
6384
  read: (source, reader) => {
6385
6385
  const sink = {};
6386
6386
  if (paginationParams === undefined) {
@@ -6617,7 +6617,7 @@ const ingest$1P = function ListRecordCollectionRepresentationIngest(input, path,
6617
6617
  const storeMetadataParams = {
6618
6618
  ttl: ttlToUse,
6619
6619
  namespace: "UiApi",
6620
- version: VERSION$2e,
6620
+ version: VERSION$2f,
6621
6621
  representationName: RepresentationType$S,
6622
6622
  };
6623
6623
  luvio.publishStoreMetadata(key, storeMetadataParams);
@@ -6643,7 +6643,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
6643
6643
  }
6644
6644
  }
6645
6645
 
6646
- const VERSION$2d = "cf8d2eb042188974da26ffe6618cfd07";
6646
+ const VERSION$2e = "cf8d2eb042188974da26ffe6618cfd07";
6647
6647
  function validate$1x(obj, path = 'ListUiRepresentation') {
6648
6648
  const v_error = (() => {
6649
6649
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -6707,10 +6707,10 @@ function normalize$J(input, existing, path, luvio, store, timestamp) {
6707
6707
  }, luvio, store, timestamp);
6708
6708
  return input;
6709
6709
  }
6710
- const select$2M = function ListUiRepresentationSelect(paginationParams) {
6710
+ const select$2N = function ListUiRepresentationSelect(paginationParams) {
6711
6711
  return {
6712
6712
  kind: 'Fragment',
6713
- version: VERSION$2d,
6713
+ version: VERSION$2e,
6714
6714
  private: [
6715
6715
  'eTag'
6716
6716
  ],
@@ -6718,12 +6718,12 @@ const select$2M = function ListUiRepresentationSelect(paginationParams) {
6718
6718
  {
6719
6719
  name: 'info',
6720
6720
  kind: 'Link',
6721
- fragment: select$2S()
6721
+ fragment: select$2T()
6722
6722
  },
6723
6723
  {
6724
6724
  name: 'records',
6725
6725
  kind: 'Link',
6726
- fragment: select$2N(paginationParams)
6726
+ fragment: select$2O(paginationParams)
6727
6727
  }
6728
6728
  ]
6729
6729
  };
@@ -6732,16 +6732,16 @@ const dynamicSelect$6 = function dynamicListUiRepresentationSelect(params, pagin
6732
6732
  const infoPathSelection = params.info === undefined ? {
6733
6733
  name: 'info',
6734
6734
  kind: 'Link',
6735
- fragment: select$2S()
6735
+ fragment: select$2T()
6736
6736
  } : params.info;
6737
6737
  const recordsPathSelection = params.records === undefined ? {
6738
6738
  name: 'records',
6739
6739
  kind: 'Link',
6740
- fragment: select$2N(paginationParams)
6740
+ fragment: select$2O(paginationParams)
6741
6741
  } : params.records;
6742
6742
  return {
6743
6743
  kind: 'Fragment',
6744
- version: VERSION$2d,
6744
+ version: VERSION$2e,
6745
6745
  private: [
6746
6746
  'eTag'
6747
6747
  ],
@@ -6778,7 +6778,7 @@ const ingest$1O = function ListUiRepresentationIngest(input, path, luvio, store,
6778
6778
  }
6779
6779
  const key = keyBuilderFromType$w(luvio, input);
6780
6780
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
6781
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$2d, RepresentationType$R, equals$X);
6781
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$2e, RepresentationType$R, equals$X);
6782
6782
  return createLink$1(key);
6783
6783
  };
6784
6784
  function getTypeCacheKeys$1R(rootKeySet, luvio, input, fullPathFactory) {
@@ -6800,9 +6800,9 @@ function createPaginationParams$5(params) {
6800
6800
  pageSize: queryParams.pageSize === undefined ? 50 : queryParams.pageSize
6801
6801
  };
6802
6802
  }
6803
- function select$2L(luvio, params) {
6803
+ function select$2M(luvio, params) {
6804
6804
  const paginationParams = createPaginationParams$5(params);
6805
- return select$2M(paginationParams);
6805
+ return select$2N(paginationParams);
6806
6806
  }
6807
6807
  function keyBuilder$30(luvio, params) {
6808
6808
  return keyBuilder$31(luvio, {
@@ -6821,7 +6821,7 @@ function ingestSuccess$N(luvio, resourceParams, response, snapshotRefresh) {
6821
6821
  luvio.storeIngest(key, ingest$1O, body);
6822
6822
  const snapshot = luvio.storeLookup({
6823
6823
  recordId: key,
6824
- node: select$2L(luvio, resourceParams),
6824
+ node: select$2M(luvio, resourceParams),
6825
6825
  variables: {},
6826
6826
  }, snapshotRefresh);
6827
6827
  if (process.env.NODE_ENV !== 'production') {
@@ -6841,7 +6841,7 @@ function ingestError$J(luvio, params, error, snapshotRefresh) {
6841
6841
  function createResourceRequest$13(config) {
6842
6842
  const headers = {};
6843
6843
  return {
6844
- baseUri: '/services/data/v59.0',
6844
+ baseUri: '/services/data/v60.0',
6845
6845
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
6846
6846
  method: 'get',
6847
6847
  body: null,
@@ -6889,7 +6889,7 @@ function validateAdapterConfig$13(untrustedConfig, configPropertyNames) {
6889
6889
  }
6890
6890
  function adapterFragment$H(luvio, config) {
6891
6891
  const resourceParams = createResourceParams$W(config);
6892
- return select$2L(luvio, resourceParams);
6892
+ return select$2M(luvio, resourceParams);
6893
6893
  }
6894
6894
  function onFetchResponseSuccess$L(luvio, config, resourceParams, response) {
6895
6895
  const snapshot = ingestSuccess$N(luvio, resourceParams, response, {
@@ -6955,9 +6955,9 @@ function createPaginationParams$4(params) {
6955
6955
  pageSize: queryParams.pageSize === undefined ? 50 : queryParams.pageSize
6956
6956
  };
6957
6957
  }
6958
- function select$2K(luvio, params) {
6958
+ function select$2L(luvio, params) {
6959
6959
  const paginationParams = createPaginationParams$4(params);
6960
- return select$2M(paginationParams);
6960
+ return select$2N(paginationParams);
6961
6961
  }
6962
6962
  function keyBuilder$2_(luvio, params) {
6963
6963
  return keyPrefix + '::ListUiRepresentation:(' + 'fields:' + params.queryParams.fields + ',' + 'optionalFields:' + params.queryParams.optionalFields + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'pageToken:' + params.queryParams.pageToken + ',' + 'sortBy:' + params.queryParams.sortBy + ',' + 'listViewId:' + params.urlParams.listViewId + ')';
@@ -6971,7 +6971,7 @@ function ingestSuccess$M(luvio, resourceParams, response, snapshotRefresh) {
6971
6971
  luvio.storeIngest(key, ingest$1O, body);
6972
6972
  const snapshot = luvio.storeLookup({
6973
6973
  recordId: key,
6974
- node: select$2K(luvio, resourceParams),
6974
+ node: select$2L(luvio, resourceParams),
6975
6975
  variables: {},
6976
6976
  }, snapshotRefresh);
6977
6977
  if (process.env.NODE_ENV !== 'production') {
@@ -6991,7 +6991,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
6991
6991
  function createResourceRequest$12(config) {
6992
6992
  const headers = {};
6993
6993
  return {
6994
- baseUri: '/services/data/v59.0',
6994
+ baseUri: '/services/data/v60.0',
6995
6995
  basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
6996
6996
  method: 'get',
6997
6997
  body: null,
@@ -7038,7 +7038,7 @@ function validateAdapterConfig$12(untrustedConfig, configPropertyNames) {
7038
7038
  }
7039
7039
  function adapterFragment$G(luvio, config) {
7040
7040
  const resourceParams = createResourceParams$V(config);
7041
- return select$2K(luvio, resourceParams);
7041
+ return select$2L(luvio, resourceParams);
7042
7042
  }
7043
7043
  function onFetchResponseSuccess$K(luvio, config, resourceParams, response) {
7044
7044
  const snapshot = ingestSuccess$M(luvio, resourceParams, response, {
@@ -7100,7 +7100,7 @@ const getListUiByListViewIdAdapterFactory = (luvio) => function UiApi__getListUi
7100
7100
  function createResourceRequest$11(config) {
7101
7101
  const headers = {};
7102
7102
  return {
7103
- baseUri: '/services/data/v59.0',
7103
+ baseUri: '/services/data/v60.0',
7104
7104
  basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
7105
7105
  method: 'get',
7106
7106
  body: null,
@@ -7154,11 +7154,11 @@ function getListReference(query, context) {
7154
7154
  /**
7155
7155
  * Reader selections to copy a list info
7156
7156
  */
7157
- const LIST_INFO_SELECTIONS = select$2S().selections;
7157
+ const LIST_INFO_SELECTIONS = select$2T().selections;
7158
7158
  /**
7159
7159
  * List info private memebers
7160
7160
  */
7161
- select$2S().private;
7161
+ select$2T().private;
7162
7162
  const LIST_INFO_SELECTIONS_ETAG = [
7163
7163
  ...LIST_INFO_SELECTIONS,
7164
7164
  { kind: 'Scalar', name: 'eTag' },
@@ -7178,7 +7178,7 @@ function getListInfo(luvio, listRef, storeLookup) {
7178
7178
  kind: 'Fragment',
7179
7179
  selections: LIST_INFO_SELECTIONS_ETAG,
7180
7180
  private: [],
7181
- version: VERSION$2k,
7181
+ version: VERSION$2l,
7182
7182
  },
7183
7183
  variables: {},
7184
7184
  });
@@ -7371,7 +7371,7 @@ function keyBuilder$2Y(luvio, params) {
7371
7371
  });
7372
7372
  }
7373
7373
 
7374
- function select$2J(luvio, params) {
7374
+ function select$2K(luvio, params) {
7375
7375
  const { fields = [], optionalFields = [] } = params.queryParams;
7376
7376
  return dynamicSelect$7({
7377
7377
  records: {
@@ -7381,7 +7381,7 @@ function select$2J(luvio, params) {
7381
7381
  kind: 'Fragment',
7382
7382
  private: ['eTag', 'weakEtag'],
7383
7383
  selections: buildSelectionFromFields(fields, optionalFields),
7384
- version: VERSION$2g
7384
+ version: VERSION$2h
7385
7385
  },
7386
7386
  },
7387
7387
  }, createPaginationParams$3(params));
@@ -7397,7 +7397,7 @@ function ingestSuccess$L(luvio, resourceParams, response, snapshotRefresh) {
7397
7397
  }
7398
7398
  const snapshot = luvio.storeLookup({
7399
7399
  recordId: key,
7400
- node: select$2J(luvio, resourceParams),
7400
+ node: select$2K(luvio, resourceParams),
7401
7401
  variables: {},
7402
7402
  }, snapshotRefresh);
7403
7403
  return snapshot;
@@ -7430,7 +7430,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
7430
7430
  const storeMetadataParams = {
7431
7431
  ttl: TTL$A,
7432
7432
  namespace: keyPrefix,
7433
- version: VERSION$2e,
7433
+ version: VERSION$2f,
7434
7434
  representationName: RepresentationType$S
7435
7435
  };
7436
7436
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -7439,7 +7439,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
7439
7439
  function createResourceRequest$10(config) {
7440
7440
  const headers = {};
7441
7441
  return {
7442
- baseUri: '/services/data/v59.0',
7442
+ baseUri: '/services/data/v60.0',
7443
7443
  basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
7444
7444
  method: 'get',
7445
7445
  body: null,
@@ -7503,7 +7503,7 @@ function isErrorSnapshot(snapshot) {
7503
7503
  return snapshot.state === 'Error';
7504
7504
  }
7505
7505
 
7506
- const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
7506
+ const VERSION$2d = "3529c5f7d0eb2206c90a52c6d9f721d4";
7507
7507
  function validate$1w(obj, path = 'ListViewSummaryRepresentation') {
7508
7508
  const v_error = (() => {
7509
7509
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -7566,10 +7566,10 @@ function keyBuilderFromType$v(luvio, object) {
7566
7566
  function normalize$I(input, existing, path, luvio, store, timestamp) {
7567
7567
  return input;
7568
7568
  }
7569
- const select$2I = function ListViewSummaryRepresentationSelect() {
7569
+ const select$2J = function ListViewSummaryRepresentationSelect() {
7570
7570
  return {
7571
7571
  kind: 'Fragment',
7572
- version: VERSION$2c,
7572
+ version: VERSION$2d,
7573
7573
  private: [],
7574
7574
  selections: [
7575
7575
  {
@@ -7623,7 +7623,7 @@ const ingest$1N = function ListViewSummaryRepresentationIngest(input, path, luvi
7623
7623
  }
7624
7624
  const key = keyBuilderFromType$v(luvio, input);
7625
7625
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
7626
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "UiApi", VERSION$2c, RepresentationType$Q, equals$W);
7626
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "UiApi", VERSION$2d, RepresentationType$Q, equals$W);
7627
7627
  return createLink$1(key);
7628
7628
  };
7629
7629
  function getTypeCacheKeys$1Q(rootKeySet, luvio, input, fullPathFactory) {
@@ -7636,7 +7636,7 @@ function getTypeCacheKeys$1Q(rootKeySet, luvio, input, fullPathFactory) {
7636
7636
  });
7637
7637
  }
7638
7638
 
7639
- const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
7639
+ const VERSION$2c = "f4c79fe066da3558499d5ee88c72abcd";
7640
7640
  function validate$1v(obj, path = 'ListViewSummaryCollectionRepresentation') {
7641
7641
  const v_error = (() => {
7642
7642
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -7853,12 +7853,12 @@ function normalize$H(input, existing, path, luvio, store, timestamp) {
7853
7853
  }
7854
7854
  return input;
7855
7855
  }
7856
- const select$2H = function ListViewSummaryCollectionRepresentationSelect(paginationParams) {
7856
+ const select$2I = function ListViewSummaryCollectionRepresentationSelect(paginationParams) {
7857
7857
  return {
7858
7858
  kind: 'Fragment',
7859
7859
  reader: true,
7860
7860
  synthetic: false,
7861
- version: VERSION$2b,
7861
+ version: VERSION$2c,
7862
7862
  read: (source, reader) => {
7863
7863
  const sink = {};
7864
7864
  if (paginationParams === undefined) {
@@ -7878,7 +7878,7 @@ const select$2H = function ListViewSummaryCollectionRepresentationSelect(paginat
7878
7878
  reader.readSingleLink(i, {
7879
7879
  name: 'lists',
7880
7880
  kind: 'Link',
7881
- fragment: select$2I()
7881
+ fragment: select$2J()
7882
7882
  }, itemsSource, allSink, i - startOffset);
7883
7883
  if (reader.getIsDataMissing() === false) {
7884
7884
  itemsSink[i - startOffset] = allSink[i - startOffset];
@@ -8087,7 +8087,7 @@ const ingest$1M = function ListViewSummaryCollectionRepresentationIngest(input,
8087
8087
  const storeMetadataParams = {
8088
8088
  ttl: ttlToUse,
8089
8089
  namespace: "UiApi",
8090
- version: VERSION$2b,
8090
+ version: VERSION$2c,
8091
8091
  representationName: RepresentationType$P,
8092
8092
  };
8093
8093
  luvio.publishStoreMetadata(key, storeMetadataParams);
@@ -8134,9 +8134,9 @@ function createPaginationParams$2(params) {
8134
8134
  pageSize: queryParams.pageSize === undefined ? 20 : queryParams.pageSize
8135
8135
  };
8136
8136
  }
8137
- function select$2G(luvio, params) {
8137
+ function select$2H(luvio, params) {
8138
8138
  const paginationParams = createPaginationParams$2(params);
8139
- return select$2H(paginationParams);
8139
+ return select$2I(paginationParams);
8140
8140
  }
8141
8141
  function keyBuilder$2V(luvio, params) {
8142
8142
  return keyBuilder$2W(luvio, {
@@ -8154,7 +8154,7 @@ function ingestSuccess$K(luvio, resourceParams, response, snapshotRefresh) {
8154
8154
  luvio.storeIngest(key, ingest$1M, body);
8155
8155
  const snapshot = luvio.storeLookup({
8156
8156
  recordId: key,
8157
- node: select$2G(luvio, resourceParams),
8157
+ node: select$2H(luvio, resourceParams),
8158
8158
  variables: {},
8159
8159
  }, snapshotRefresh);
8160
8160
  if (process.env.NODE_ENV !== 'production') {
@@ -8174,7 +8174,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
8174
8174
  function createResourceRequest$$(config) {
8175
8175
  const headers = {};
8176
8176
  return {
8177
- baseUri: '/services/data/v59.0',
8177
+ baseUri: '/services/data/v60.0',
8178
8178
  basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
8179
8179
  method: 'get',
8180
8180
  body: null,
@@ -8220,7 +8220,7 @@ function validateAdapterConfig$11(untrustedConfig, configPropertyNames) {
8220
8220
  }
8221
8221
  function adapterFragment$F(luvio, config) {
8222
8222
  const resourceParams = createResourceParams$U(config);
8223
- return select$2G(luvio, resourceParams);
8223
+ return select$2H(luvio, resourceParams);
8224
8224
  }
8225
8225
  function onFetchResponseSuccess$J(luvio, config, resourceParams, response) {
8226
8226
  const snapshot = ingestSuccess$K(luvio, resourceParams, response, {
@@ -8288,7 +8288,7 @@ function getPaginationMetadata$2(luvio, resourceParams) {
8288
8288
  recordId: key,
8289
8289
  node: {
8290
8290
  kind: 'Fragment',
8291
- version: VERSION$2b,
8291
+ version: VERSION$2c,
8292
8292
  private: [],
8293
8293
  selections: [
8294
8294
  {
@@ -8372,7 +8372,7 @@ function keyBuilder$2T(luvio, params) {
8372
8372
  function createResourceRequest$_(config) {
8373
8373
  const headers = {};
8374
8374
  return {
8375
- baseUri: '/services/data/v59.0',
8375
+ baseUri: '/services/data/v60.0',
8376
8376
  basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
8377
8377
  method: 'get',
8378
8378
  body: null,
@@ -8417,7 +8417,7 @@ function validateAdapterConfig$10(untrustedConfig, configPropertyNames) {
8417
8417
  function createResourceRequest$Z(config) {
8418
8418
  const headers = {};
8419
8419
  return {
8420
- baseUri: '/services/data/v59.0',
8420
+ baseUri: '/services/data/v60.0',
8421
8421
  basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
8422
8422
  method: 'get',
8423
8423
  body: null,
@@ -8478,7 +8478,7 @@ function buildListUiFragment$1(config, fields) {
8478
8478
  kind: 'Fragment',
8479
8479
  private: ['eTag', 'weakEtag'],
8480
8480
  selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
8481
- version: VERSION$2g,
8481
+ version: VERSION$2h,
8482
8482
  },
8483
8483
  },
8484
8484
  };
@@ -8788,7 +8788,7 @@ function buildListUiFragment(config, context, fields) {
8788
8788
  kind: 'Fragment',
8789
8789
  private: ['eTag', 'weakEtag'],
8790
8790
  selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
8791
- version: VERSION$2g,
8791
+ version: VERSION$2h,
8792
8792
  },
8793
8793
  },
8794
8794
  };
@@ -9664,7 +9664,7 @@ function validate$1q(obj, path = 'ThemeInfoRepresentation') {
9664
9664
  }
9665
9665
 
9666
9666
  const TTL$z = 900000;
9667
- const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
9667
+ const VERSION$2b = "ec9370a0cd56f4769fe9ec5cd942ff30";
9668
9668
  function validate$1p(obj, path = 'ObjectInfoRepresentation') {
9669
9669
  const v_error = (() => {
9670
9670
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -9959,10 +9959,10 @@ function keyBuilderFromType$t(luvio, object) {
9959
9959
  function normalize$G(input, existing, path, luvio, store, timestamp) {
9960
9960
  return input;
9961
9961
  }
9962
- const select$2F = function ObjectInfoRepresentationSelect() {
9962
+ const select$2G = function ObjectInfoRepresentationSelect() {
9963
9963
  return {
9964
9964
  kind: 'Fragment',
9965
- version: VERSION$2a,
9965
+ version: VERSION$2b,
9966
9966
  private: [
9967
9967
  'eTag'
9968
9968
  ],
@@ -10079,7 +10079,7 @@ const ingest$1L = function ObjectInfoRepresentationIngest(input, path, luvio, st
10079
10079
  }
10080
10080
  const key = keyBuilderFromType$t(luvio, input);
10081
10081
  const ttlToUse = TTL$z;
10082
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$2a, RepresentationType$O, equals$U);
10082
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$2b, RepresentationType$O, equals$U);
10083
10083
  return createLink$1(key);
10084
10084
  };
10085
10085
  function getTypeCacheKeys$1O(rootKeySet, luvio, input, fullPathFactory) {
@@ -10092,8 +10092,8 @@ function getTypeCacheKeys$1O(rootKeySet, luvio, input, fullPathFactory) {
10092
10092
  });
10093
10093
  }
10094
10094
 
10095
- function select$2E(luvio, params) {
10096
- return select$2F();
10095
+ function select$2F(luvio, params) {
10096
+ return select$2G();
10097
10097
  }
10098
10098
  function keyBuilder$2R(luvio, params) {
10099
10099
  return keyBuilder$2S(luvio, {
@@ -10109,7 +10109,7 @@ function ingestSuccess$J(luvio, resourceParams, response, snapshotRefresh) {
10109
10109
  luvio.storeIngest(key, ingest$1L, body);
10110
10110
  const snapshot = luvio.storeLookup({
10111
10111
  recordId: key,
10112
- node: select$2E(),
10112
+ node: select$2F(),
10113
10113
  variables: {},
10114
10114
  }, snapshotRefresh);
10115
10115
  if (process.env.NODE_ENV !== 'production') {
@@ -10126,7 +10126,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
10126
10126
  const storeMetadataParams = {
10127
10127
  ttl: TTL$z,
10128
10128
  namespace: keyPrefix,
10129
- version: VERSION$2a,
10129
+ version: VERSION$2b,
10130
10130
  representationName: RepresentationType$O
10131
10131
  };
10132
10132
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -10135,7 +10135,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
10135
10135
  function createResourceRequest$Y(config) {
10136
10136
  const headers = {};
10137
10137
  return {
10138
- baseUri: '/services/data/v59.0',
10138
+ baseUri: '/services/data/v60.0',
10139
10139
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
10140
10140
  method: 'get',
10141
10141
  body: null,
@@ -10177,7 +10177,7 @@ function validateAdapterConfig$$(untrustedConfig, configPropertyNames) {
10177
10177
  }
10178
10178
  function adapterFragment$E(luvio, config) {
10179
10179
  createResourceParams$S(config);
10180
- return select$2E();
10180
+ return select$2F();
10181
10181
  }
10182
10182
  function onFetchResponseSuccess$I(luvio, config, resourceParams, response) {
10183
10183
  const snapshot = ingestSuccess$J(luvio, resourceParams, response, {
@@ -10517,7 +10517,7 @@ function validate$1k(obj, path = 'RecordLayoutSectionRepresentation') {
10517
10517
  }
10518
10518
 
10519
10519
  const TTL$y = 900000;
10520
- const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
10520
+ const VERSION$2a = "fb515e25a89ca1ec154dc865e72b913a";
10521
10521
  function validate$1j(obj, path = 'RecordLayoutRepresentation') {
10522
10522
  const v_error = (() => {
10523
10523
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -10665,10 +10665,10 @@ function keyBuilderFromType$s(luvio, object) {
10665
10665
  function normalize$F(input, existing, path, luvio, store, timestamp) {
10666
10666
  return input;
10667
10667
  }
10668
- const select$2D = function RecordLayoutRepresentationSelect() {
10668
+ const select$2E = function RecordLayoutRepresentationSelect() {
10669
10669
  return {
10670
10670
  kind: 'Fragment',
10671
- version: VERSION$29,
10671
+ version: VERSION$2a,
10672
10672
  private: [
10673
10673
  'eTag'
10674
10674
  ],
@@ -10721,7 +10721,7 @@ const ingest$1K = function RecordLayoutRepresentationIngest(input, path, luvio,
10721
10721
  }
10722
10722
  const key = keyBuilderFromType$s(luvio, input);
10723
10723
  const ttlToUse = TTL$y;
10724
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$29, RepresentationType$N, equals$T);
10724
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$2a, RepresentationType$N, equals$T);
10725
10725
  return createLink$1(key);
10726
10726
  };
10727
10727
  function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
@@ -10776,7 +10776,7 @@ function validate$1i(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
10776
10776
  }
10777
10777
 
10778
10778
  const TTL$x = 900000;
10779
- const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
10779
+ const VERSION$29 = "4ba42e1fa0fb00cf78fce86082da41c9";
10780
10780
  function validate$1h(obj, path = 'RecordLayoutUserStateRepresentation') {
10781
10781
  const v_error = (() => {
10782
10782
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -10843,10 +10843,10 @@ function keyBuilderFromType$r(luvio, object) {
10843
10843
  function normalize$E(input, existing, path, luvio, store, timestamp) {
10844
10844
  return input;
10845
10845
  }
10846
- const select$2C = function RecordLayoutUserStateRepresentationSelect() {
10846
+ const select$2D = function RecordLayoutUserStateRepresentationSelect() {
10847
10847
  return {
10848
10848
  kind: 'Fragment',
10849
- version: VERSION$28,
10849
+ version: VERSION$29,
10850
10850
  private: [
10851
10851
  'apiName',
10852
10852
  'recordTypeId',
@@ -10881,7 +10881,7 @@ const ingest$1J = function RecordLayoutUserStateRepresentationIngest(input, path
10881
10881
  }
10882
10882
  const key = keyBuilderFromType$r(luvio, input);
10883
10883
  const ttlToUse = TTL$x;
10884
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "UiApi", VERSION$28, RepresentationType$M, equals$S);
10884
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "UiApi", VERSION$29, RepresentationType$M, equals$S);
10885
10885
  return createLink$1(key);
10886
10886
  };
10887
10887
  function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
@@ -10895,7 +10895,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
10895
10895
  }
10896
10896
 
10897
10897
  const TTL$w = 900000;
10898
- const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
10898
+ const VERSION$28 = "49cdd4bc235a6094c3559cc7735b3b6d";
10899
10899
  function validate$1g(obj, path = 'RecordUiRepresentation') {
10900
10900
  const v_error = (() => {
10901
10901
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -11165,14 +11165,14 @@ const ingest$1I = function RecordUiRepresentationIngest(input, path, luvio, stor
11165
11165
  }
11166
11166
  const key = path.fullPath;
11167
11167
  const ttlToUse = TTL$w;
11168
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$27, RepresentationType$L, equals$R);
11168
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$28, RepresentationType$L, equals$R);
11169
11169
  return createLink$1(key);
11170
11170
  };
11171
11171
 
11172
11172
  function createResourceRequest$X(config) {
11173
11173
  const headers = {};
11174
11174
  return {
11175
- baseUri: '/services/data/v59.0',
11175
+ baseUri: '/services/data/v60.0',
11176
11176
  basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
11177
11177
  method: 'get',
11178
11178
  body: null,
@@ -11213,9 +11213,9 @@ function validateAdapterConfig$_(untrustedConfig, configPropertyNames) {
11213
11213
  return config;
11214
11214
  }
11215
11215
 
11216
- const layoutSelections$2 = select$2D();
11217
- const objectInfoPathSelection = select$2F();
11218
- const layoutUserStatePathSelector = select$2C();
11216
+ const layoutSelections$2 = select$2E();
11217
+ const objectInfoPathSelection = select$2G();
11218
+ const layoutUserStatePathSelector = select$2D();
11219
11219
  function buildRecordUiSelector(recordDefs, layoutTypes, modes, recordOptionalFields) {
11220
11220
  const layoutTypeSelections = [];
11221
11221
  for (let i = 0, len = layoutTypes.length; i < len; i += 1) {
@@ -11263,7 +11263,7 @@ function buildRecordUiSelector(recordDefs, layoutTypes, modes, recordOptionalFie
11263
11263
  return {
11264
11264
  kind: 'Fragment',
11265
11265
  private: ['eTag'],
11266
- version: VERSION$27,
11266
+ version: VERSION$28,
11267
11267
  selections: [
11268
11268
  {
11269
11269
  kind: 'Link',
@@ -11741,7 +11741,7 @@ var LayoutMode;
11741
11741
  })(LayoutMode || (LayoutMode = {}));
11742
11742
 
11743
11743
  const DEFAULT_MODE = LayoutMode.View;
11744
- const layoutSelections$1 = select$2D();
11744
+ const layoutSelections$1 = select$2E();
11745
11745
  function buildSnapshotRefresh$3(luvio, config) {
11746
11746
  return {
11747
11747
  config,
@@ -11943,7 +11943,7 @@ function buildRecordLayoutCachedSnapshot(context, storeLookup) {
11943
11943
  kind: 'Fragment',
11944
11944
  private: [],
11945
11945
  selections: recordLayoutFragmentSelector,
11946
- version: VERSION$2g,
11946
+ version: VERSION$2h,
11947
11947
  },
11948
11948
  variables: {},
11949
11949
  });
@@ -12277,7 +12277,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
12277
12277
  };
12278
12278
  };
12279
12279
 
12280
- const VERSION$26 = "7e00c51105cbf56a79ab8fcddf462c1e";
12280
+ const VERSION$27 = "7e00c51105cbf56a79ab8fcddf462c1e";
12281
12281
  function validate$1f(obj, path = 'QuickActionExecutionRepresentation') {
12282
12282
  const v_error = (() => {
12283
12283
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -12376,10 +12376,10 @@ function keyBuilderFromType$q(luvio, object) {
12376
12376
  function normalize$C(input, existing, path, luvio, store, timestamp) {
12377
12377
  return input;
12378
12378
  }
12379
- const select$2B = function QuickActionExecutionRepresentationSelect() {
12379
+ const select$2C = function QuickActionExecutionRepresentationSelect() {
12380
12380
  return {
12381
12381
  kind: 'Fragment',
12382
- version: VERSION$26,
12382
+ version: VERSION$27,
12383
12383
  private: [
12384
12384
  'eTag'
12385
12385
  ],
@@ -12458,7 +12458,7 @@ const ingest$1H = function QuickActionExecutionRepresentationIngest(input, path,
12458
12458
  }
12459
12459
  const key = keyBuilderFromType$q(luvio, input);
12460
12460
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
12461
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$26, RepresentationType$K, equals$Q);
12461
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$27, RepresentationType$K, equals$Q);
12462
12462
  return createLink$1(key);
12463
12463
  };
12464
12464
  function getTypeCacheKeys$1L(rootKeySet, luvio, input, fullPathFactory) {
@@ -12472,7 +12472,7 @@ function getTypeCacheKeys$1L(rootKeySet, luvio, input, fullPathFactory) {
12472
12472
  }
12473
12473
 
12474
12474
  const TTL$v = 900000;
12475
- const VERSION$25 = "993b0a7bce6056c4f57ed300ec153d9c";
12475
+ const VERSION$26 = "993b0a7bce6056c4f57ed300ec153d9c";
12476
12476
  function validate$1e(obj, path = 'QuickActionDefaultsRepresentation') {
12477
12477
  const v_error = (() => {
12478
12478
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -12549,11 +12549,11 @@ const dynamicSelect$5 = function dynamicQuickActionDefaultsRepresentationSelect(
12549
12549
  name: 'fields',
12550
12550
  kind: 'Link',
12551
12551
  map: true,
12552
- fragment: select$2Q()
12552
+ fragment: select$2R()
12553
12553
  } : params.fields;
12554
12554
  return {
12555
12555
  kind: 'Fragment',
12556
- version: VERSION$25,
12556
+ version: VERSION$26,
12557
12557
  private: [
12558
12558
  'eTag'
12559
12559
  ],
@@ -12651,7 +12651,7 @@ function coerceFormFactor(form) {
12651
12651
  return undefined;
12652
12652
  }
12653
12653
 
12654
- const VERSION$24 = "3f49d751896cf66e6e29788d8880e2cc";
12654
+ const VERSION$25 = "3f49d751896cf66e6e29788d8880e2cc";
12655
12655
  function validate$1d(obj, path = 'PlatformActionRepresentation') {
12656
12656
  const v_error = (() => {
12657
12657
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -13001,10 +13001,10 @@ function keyBuilderFromType$o(luvio, object) {
13001
13001
  function normalize$B(input, existing, path, luvio, store, timestamp) {
13002
13002
  return input;
13003
13003
  }
13004
- const select$2A = function PlatformActionRepresentationSelect() {
13004
+ const select$2B = function PlatformActionRepresentationSelect() {
13005
13005
  return {
13006
13006
  kind: 'Fragment',
13007
- version: VERSION$24,
13007
+ version: VERSION$25,
13008
13008
  private: [
13009
13009
  'id'
13010
13010
  ],
@@ -13191,7 +13191,7 @@ const ingest$1G = function PlatformActionRepresentationIngest(input, path, luvio
13191
13191
  }
13192
13192
  const key = keyBuilderFromType$o(luvio, input);
13193
13193
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
13194
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$24, RepresentationType$I, equals$O);
13194
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$25, RepresentationType$I, equals$O);
13195
13195
  return createLink$1(key);
13196
13196
  };
13197
13197
  function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
@@ -13204,7 +13204,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
13204
13204
  });
13205
13205
  }
13206
13206
 
13207
- const VERSION$23 = "378d506f563a4bd724b322d440df33d1";
13207
+ const VERSION$24 = "378d506f563a4bd724b322d440df33d1";
13208
13208
  function validate$1c(obj, path = 'EntityActionRepresentation') {
13209
13209
  const v_error = (() => {
13210
13210
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -13271,10 +13271,10 @@ function normalize$A(input, existing, path, luvio, store, timestamp) {
13271
13271
  }
13272
13272
  return input;
13273
13273
  }
13274
- const select$2z = function EntityActionRepresentationSelect() {
13274
+ const select$2A = function EntityActionRepresentationSelect() {
13275
13275
  return {
13276
13276
  kind: 'Fragment',
13277
- version: VERSION$23,
13277
+ version: VERSION$24,
13278
13278
  private: [
13279
13279
  'links',
13280
13280
  'url'
@@ -13284,7 +13284,7 @@ const select$2z = function EntityActionRepresentationSelect() {
13284
13284
  name: 'actions',
13285
13285
  kind: 'Link',
13286
13286
  plural: true,
13287
- fragment: select$2A()
13287
+ fragment: select$2B()
13288
13288
  }
13289
13289
  ]
13290
13290
  };
@@ -13326,7 +13326,7 @@ const ingest$1F = function EntityActionRepresentationIngest(input, path, luvio,
13326
13326
  }
13327
13327
  const key = keyBuilderFromType$n(luvio, input);
13328
13328
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
13329
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$23, RepresentationType$H, equals$N);
13329
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$24, RepresentationType$H, equals$N);
13330
13330
  return createLink$1(key);
13331
13331
  };
13332
13332
  function getTypeCacheKeys$1I(rootKeySet, luvio, input, fullPathFactory) {
@@ -13344,7 +13344,7 @@ function getTypeCacheKeys$1I(rootKeySet, luvio, input, fullPathFactory) {
13344
13344
  }
13345
13345
 
13346
13346
  const TTL$u = 300000;
13347
- const VERSION$22 = "e485d96c1402a9ca2f56e56485af0216";
13347
+ const VERSION$23 = "e485d96c1402a9ca2f56e56485af0216";
13348
13348
  function validate$1b(obj, path = 'ActionRepresentation') {
13349
13349
  const v_error = (() => {
13350
13350
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -13400,10 +13400,10 @@ function normalize$z(input, existing, path, luvio, store, timestamp) {
13400
13400
  }
13401
13401
  return input;
13402
13402
  }
13403
- const select$2y = function ActionRepresentationSelect() {
13403
+ const select$2z = function ActionRepresentationSelect() {
13404
13404
  return {
13405
13405
  kind: 'Fragment',
13406
- version: VERSION$22,
13406
+ version: VERSION$23,
13407
13407
  private: [
13408
13408
  'eTag',
13409
13409
  'url'
@@ -13413,7 +13413,7 @@ const select$2y = function ActionRepresentationSelect() {
13413
13413
  name: 'actions',
13414
13414
  kind: 'Link',
13415
13415
  map: true,
13416
- fragment: select$2z()
13416
+ fragment: select$2A()
13417
13417
  }
13418
13418
  ]
13419
13419
  };
@@ -13450,7 +13450,7 @@ const ingest$1E = function ActionRepresentationIngest(input, path, luvio, store,
13450
13450
  }
13451
13451
  const key = path.fullPath;
13452
13452
  const ttlToUse = TTL$u;
13453
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION$22, RepresentationType$G, equals$M);
13453
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION$23, RepresentationType$G, equals$M);
13454
13454
  return createLink$1(key);
13455
13455
  };
13456
13456
  function getTypeCacheKeys$1H(rootKeySet, luvio, input, fullPathFactory) {
@@ -13470,8 +13470,8 @@ function getTypeCacheKeys$1H(rootKeySet, luvio, input, fullPathFactory) {
13470
13470
  }
13471
13471
  }
13472
13472
 
13473
- function select$2x(luvio, params) {
13474
- return select$2y();
13473
+ function select$2y(luvio, params) {
13474
+ return select$2z();
13475
13475
  }
13476
13476
  function keyBuilder$2I(luvio, params) {
13477
13477
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'apiNames:' + params.queryParams.apiNames + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'retrievalMode:' + params.queryParams.retrievalMode + ',' + 'sections:' + params.queryParams.sections + ')';
@@ -13485,7 +13485,7 @@ function ingestSuccess$I(luvio, resourceParams, response, snapshotRefresh) {
13485
13485
  luvio.storeIngest(key, ingest$1E, body);
13486
13486
  const snapshot = luvio.storeLookup({
13487
13487
  recordId: key,
13488
- node: select$2x(),
13488
+ node: select$2y(),
13489
13489
  variables: {},
13490
13490
  }, snapshotRefresh);
13491
13491
  if (process.env.NODE_ENV !== 'production') {
@@ -13502,7 +13502,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
13502
13502
  const storeMetadataParams = {
13503
13503
  ttl: TTL$u,
13504
13504
  namespace: keyPrefix,
13505
- version: VERSION$22,
13505
+ version: VERSION$23,
13506
13506
  representationName: RepresentationType$G
13507
13507
  };
13508
13508
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -13511,7 +13511,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
13511
13511
  function createResourceRequest$W(config) {
13512
13512
  const headers = {};
13513
13513
  return {
13514
- baseUri: '/services/data/v59.0',
13514
+ baseUri: '/services/data/v60.0',
13515
13515
  basePath: '/ui-api/actions/global',
13516
13516
  method: 'get',
13517
13517
  body: null,
@@ -13557,7 +13557,7 @@ function validateAdapterConfig$Z(untrustedConfig, configPropertyNames) {
13557
13557
  }
13558
13558
  function adapterFragment$D(luvio, config) {
13559
13559
  createResourceParams$R(config);
13560
- return select$2x();
13560
+ return select$2y();
13561
13561
  }
13562
13562
  function onFetchResponseSuccess$G(luvio, config, resourceParams, response) {
13563
13563
  const snapshot = ingestSuccess$I(luvio, resourceParams, response, {
@@ -13614,7 +13614,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
13614
13614
  };
13615
13615
 
13616
13616
  const TTL$t = 900000;
13617
- const VERSION$21 = "3c5af9dc4086169091e3c5df2414c495";
13617
+ const VERSION$22 = "35f3eec8ce7f6001c6d5d17821b75bb9";
13618
13618
  function validate$1a(obj, path = 'QuickActionLayoutRepresentation') {
13619
13619
  const v_error = (() => {
13620
13620
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -13654,10 +13654,10 @@ function keyBuilderFromType$m(luvio, object) {
13654
13654
  function normalize$y(input, existing, path, luvio, store, timestamp) {
13655
13655
  return input;
13656
13656
  }
13657
- const select$2w = function QuickActionLayoutRepresentationSelect() {
13657
+ const select$2x = function QuickActionLayoutRepresentationSelect() {
13658
13658
  return {
13659
13659
  kind: 'Fragment',
13660
- version: VERSION$21,
13660
+ version: VERSION$22,
13661
13661
  private: [
13662
13662
  'eTag'
13663
13663
  ],
@@ -13689,7 +13689,7 @@ const ingest$1D = function QuickActionLayoutRepresentationIngest(input, path, lu
13689
13689
  }
13690
13690
  const key = keyBuilderFromType$m(luvio, input);
13691
13691
  const ttlToUse = TTL$t;
13692
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$21, RepresentationType$F, equals$L);
13692
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$22, RepresentationType$F, equals$L);
13693
13693
  return createLink$1(key);
13694
13694
  };
13695
13695
  function getTypeCacheKeys$1G(rootKeySet, luvio, input, fullPathFactory) {
@@ -13702,8 +13702,8 @@ function getTypeCacheKeys$1G(rootKeySet, luvio, input, fullPathFactory) {
13702
13702
  });
13703
13703
  }
13704
13704
 
13705
- function select$2v(luvio, params) {
13706
- return select$2w();
13705
+ function select$2w(luvio, params) {
13706
+ return select$2x();
13707
13707
  }
13708
13708
  function keyBuilder$2F(luvio, params) {
13709
13709
  return keyBuilder$2G(luvio, {
@@ -13719,7 +13719,7 @@ function ingestSuccess$H(luvio, resourceParams, response, snapshotRefresh) {
13719
13719
  luvio.storeIngest(key, ingest$1D, body);
13720
13720
  const snapshot = luvio.storeLookup({
13721
13721
  recordId: key,
13722
- node: select$2v(),
13722
+ node: select$2w(),
13723
13723
  variables: {},
13724
13724
  }, snapshotRefresh);
13725
13725
  if (process.env.NODE_ENV !== 'production') {
@@ -13736,7 +13736,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
13736
13736
  const storeMetadataParams = {
13737
13737
  ttl: TTL$t,
13738
13738
  namespace: keyPrefix,
13739
- version: VERSION$21,
13739
+ version: VERSION$22,
13740
13740
  representationName: RepresentationType$F
13741
13741
  };
13742
13742
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -13745,7 +13745,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
13745
13745
  function createResourceRequest$V(config) {
13746
13746
  const headers = {};
13747
13747
  return {
13748
- baseUri: '/services/data/v59.0',
13748
+ baseUri: '/services/data/v60.0',
13749
13749
  basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
13750
13750
  method: 'get',
13751
13751
  body: null,
@@ -13786,7 +13786,7 @@ function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
13786
13786
  }
13787
13787
  function adapterFragment$C(luvio, config) {
13788
13788
  createResourceParams$Q(config);
13789
- return select$2v();
13789
+ return select$2w();
13790
13790
  }
13791
13791
  function onFetchResponseSuccess$F(luvio, config, resourceParams, response) {
13792
13792
  const snapshot = ingestSuccess$H(luvio, resourceParams, response, {
@@ -13874,8 +13874,8 @@ function getSortedObjectApiNamesArray(value) {
13874
13874
  return unsortedArray === undefined ? undefined : unsortedArray.sort();
13875
13875
  }
13876
13876
 
13877
- function select$2u(luvio, params) {
13878
- return select$2y();
13877
+ function select$2v(luvio, params) {
13878
+ return select$2z();
13879
13879
  }
13880
13880
  function keyBuilder$2D(luvio, params) {
13881
13881
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiNames:' + params.urlParams.objectApiNames + ')';
@@ -13889,7 +13889,7 @@ function ingestSuccess$G(luvio, resourceParams, response, snapshotRefresh) {
13889
13889
  luvio.storeIngest(key, ingest$1E, body);
13890
13890
  const snapshot = luvio.storeLookup({
13891
13891
  recordId: key,
13892
- node: select$2u(),
13892
+ node: select$2v(),
13893
13893
  variables: {},
13894
13894
  }, snapshotRefresh);
13895
13895
  if (process.env.NODE_ENV !== 'production') {
@@ -13906,7 +13906,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
13906
13906
  const storeMetadataParams = {
13907
13907
  ttl: TTL$u,
13908
13908
  namespace: keyPrefix,
13909
- version: VERSION$22,
13909
+ version: VERSION$23,
13910
13910
  representationName: RepresentationType$G
13911
13911
  };
13912
13912
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -13915,7 +13915,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
13915
13915
  function createResourceRequest$U(config) {
13916
13916
  const headers = {};
13917
13917
  return {
13918
- baseUri: '/services/data/v59.0',
13918
+ baseUri: '/services/data/v60.0',
13919
13919
  basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
13920
13920
  method: 'get',
13921
13921
  body: null,
@@ -13960,7 +13960,7 @@ function validateAdapterConfig$X(untrustedConfig, configPropertyNames) {
13960
13960
  }
13961
13961
  function adapterFragment$B(luvio, config) {
13962
13962
  createResourceParams$P(config);
13963
- return select$2u();
13963
+ return select$2v();
13964
13964
  }
13965
13965
  function onFetchResponseSuccess$E(luvio, config, resourceParams, response) {
13966
13966
  const snapshot = ingestSuccess$G(luvio, resourceParams, response, {
@@ -14016,8 +14016,8 @@ const getLookupActionsAdapterFactory = (luvio) => function UiApi__getLookupActio
14016
14016
  buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
14017
14017
  };
14018
14018
 
14019
- function select$2t(luvio, params) {
14020
- return select$2y();
14019
+ function select$2u(luvio, params) {
14020
+ return select$2z();
14021
14021
  }
14022
14022
  function keyBuilder$2B(luvio, params) {
14023
14023
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
@@ -14031,7 +14031,7 @@ function ingestSuccess$F(luvio, resourceParams, response, snapshotRefresh) {
14031
14031
  luvio.storeIngest(key, ingest$1E, body);
14032
14032
  const snapshot = luvio.storeLookup({
14033
14033
  recordId: key,
14034
- node: select$2t(),
14034
+ node: select$2u(),
14035
14035
  variables: {},
14036
14036
  }, snapshotRefresh);
14037
14037
  if (process.env.NODE_ENV !== 'production') {
@@ -14048,7 +14048,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
14048
14048
  const storeMetadataParams = {
14049
14049
  ttl: TTL$u,
14050
14050
  namespace: keyPrefix,
14051
- version: VERSION$22,
14051
+ version: VERSION$23,
14052
14052
  representationName: RepresentationType$G
14053
14053
  };
14054
14054
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -14057,7 +14057,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
14057
14057
  function createResourceRequest$T(config) {
14058
14058
  const headers = {};
14059
14059
  return {
14060
- baseUri: '/services/data/v59.0',
14060
+ baseUri: '/services/data/v60.0',
14061
14061
  basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
14062
14062
  method: 'get',
14063
14063
  body: null,
@@ -14102,7 +14102,7 @@ function validateAdapterConfig$W(untrustedConfig, configPropertyNames) {
14102
14102
  }
14103
14103
  function adapterFragment$A(luvio, config) {
14104
14104
  createResourceParams$O(config);
14105
- return select$2t();
14105
+ return select$2u();
14106
14106
  }
14107
14107
  function onFetchResponseSuccess$D(luvio, config, resourceParams, response) {
14108
14108
  const snapshot = ingestSuccess$F(luvio, resourceParams, response, {
@@ -14158,7 +14158,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
14158
14158
  buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$I);
14159
14159
  };
14160
14160
 
14161
- const VERSION$20 = "fecd80e9e24a1c1e75fd5395cd34ff2e";
14161
+ const VERSION$21 = "fecd80e9e24a1c1e75fd5395cd34ff2e";
14162
14162
  function validate$19(obj, path = 'ActionOverrideRepresentation') {
14163
14163
  const v_error = (() => {
14164
14164
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -14176,10 +14176,10 @@ const RepresentationType$E = 'ActionOverrideRepresentation';
14176
14176
  function normalize$x(input, existing, path, luvio, store, timestamp) {
14177
14177
  return input;
14178
14178
  }
14179
- const select$2s = function ActionOverrideRepresentationSelect() {
14179
+ const select$2t = function ActionOverrideRepresentationSelect() {
14180
14180
  return {
14181
14181
  kind: 'Fragment',
14182
- version: VERSION$20,
14182
+ version: VERSION$21,
14183
14183
  private: [],
14184
14184
  opaque: true
14185
14185
  };
@@ -14199,7 +14199,7 @@ const ingest$1C = function ActionOverrideRepresentationIngest(input, path, luvio
14199
14199
  }
14200
14200
  const key = path.fullPath;
14201
14201
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
14202
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$20, RepresentationType$E, equals$K);
14202
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$21, RepresentationType$E, equals$K);
14203
14203
  return createLink$1(key);
14204
14204
  };
14205
14205
  function getTypeCacheKeys$1F(rootKeySet, luvio, input, fullPathFactory) {
@@ -14212,8 +14212,8 @@ function getTypeCacheKeys$1F(rootKeySet, luvio, input, fullPathFactory) {
14212
14212
  });
14213
14213
  }
14214
14214
 
14215
- function select$2r(luvio, params) {
14216
- return select$2s();
14215
+ function select$2s(luvio, params) {
14216
+ return select$2t();
14217
14217
  }
14218
14218
  function keyBuilder$2z(luvio, params) {
14219
14219
  return keyPrefix + '::ActionOverrideRepresentation:(' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
@@ -14227,7 +14227,7 @@ function ingestSuccess$E(luvio, resourceParams, response, snapshotRefresh) {
14227
14227
  luvio.storeIngest(key, ingest$1C, body);
14228
14228
  const snapshot = luvio.storeLookup({
14229
14229
  recordId: key,
14230
- node: select$2r(),
14230
+ node: select$2s(),
14231
14231
  variables: {},
14232
14232
  }, snapshotRefresh);
14233
14233
  if (process.env.NODE_ENV !== 'production') {
@@ -14247,7 +14247,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
14247
14247
  function createResourceRequest$S(config) {
14248
14248
  const headers = {};
14249
14249
  return {
14250
- baseUri: '/services/data/v59.0',
14250
+ baseUri: '/services/data/v60.0',
14251
14251
  basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
14252
14252
  method: 'get',
14253
14253
  body: null,
@@ -14290,7 +14290,7 @@ function validateAdapterConfig$V(untrustedConfig, configPropertyNames) {
14290
14290
  }
14291
14291
  function adapterFragment$z(luvio, config) {
14292
14292
  createResourceParams$N(config);
14293
- return select$2r();
14293
+ return select$2s();
14294
14294
  }
14295
14295
  function onFetchResponseSuccess$C(luvio, config, resourceParams, response) {
14296
14296
  const snapshot = ingestSuccess$E(luvio, resourceParams, response, {
@@ -14350,7 +14350,7 @@ const QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS = {
14350
14350
  ttl: TTL$v,
14351
14351
  namespace: keyPrefix,
14352
14352
  representationName: RepresentationType$J,
14353
- version: VERSION$25,
14353
+ version: VERSION$26,
14354
14354
  };
14355
14355
  function merge$1(existing, incoming) {
14356
14356
  if (existing === undefined) {
@@ -14446,7 +14446,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
14446
14446
  const storeMetadataParams = {
14447
14447
  ttl: TTL$v,
14448
14448
  namespace: keyPrefix,
14449
- version: VERSION$25,
14449
+ version: VERSION$26,
14450
14450
  representationName: RepresentationType$J
14451
14451
  };
14452
14452
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -14455,7 +14455,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
14455
14455
  function createResourceRequest$R(config) {
14456
14456
  const headers = {};
14457
14457
  return {
14458
- baseUri: '/services/data/v59.0',
14458
+ baseUri: '/services/data/v60.0',
14459
14459
  basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
14460
14460
  method: 'get',
14461
14461
  body: null,
@@ -14583,8 +14583,8 @@ const getQuickActionDefaultsAdapterFactory = (luvio) => function UiApi__getQuick
14583
14583
  buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
14584
14584
  };
14585
14585
 
14586
- function select$2q(luvio, params) {
14587
- return select$2y();
14586
+ function select$2r(luvio, params) {
14587
+ return select$2z();
14588
14588
  }
14589
14589
  function keyBuilder$2v(luvio, params) {
14590
14590
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'apiNames:' + params.queryParams.apiNames + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'retrievalMode:' + params.queryParams.retrievalMode + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
@@ -14598,7 +14598,7 @@ function ingestSuccess$D(luvio, resourceParams, response, snapshotRefresh) {
14598
14598
  luvio.storeIngest(key, ingest$1E, body);
14599
14599
  const snapshot = luvio.storeLookup({
14600
14600
  recordId: key,
14601
- node: select$2q(),
14601
+ node: select$2r(),
14602
14602
  variables: {},
14603
14603
  }, snapshotRefresh);
14604
14604
  if (process.env.NODE_ENV !== 'production') {
@@ -14615,7 +14615,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
14615
14615
  const storeMetadataParams = {
14616
14616
  ttl: TTL$u,
14617
14617
  namespace: keyPrefix,
14618
- version: VERSION$22,
14618
+ version: VERSION$23,
14619
14619
  representationName: RepresentationType$G
14620
14620
  };
14621
14621
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -14624,7 +14624,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
14624
14624
  function createResourceRequest$Q(config) {
14625
14625
  const headers = {};
14626
14626
  return {
14627
- baseUri: '/services/data/v59.0',
14627
+ baseUri: '/services/data/v60.0',
14628
14628
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
14629
14629
  method: 'get',
14630
14630
  body: null,
@@ -14679,7 +14679,7 @@ function validateAdapterConfig$T(untrustedConfig, configPropertyNames) {
14679
14679
  }
14680
14680
  function adapterFragment$x(luvio, config) {
14681
14681
  createResourceParams$L(config);
14682
- return select$2q();
14682
+ return select$2r();
14683
14683
  }
14684
14684
  function onFetchResponseSuccess$B(luvio, config, resourceParams, response) {
14685
14685
  const snapshot = ingestSuccess$D(luvio, resourceParams, response, {
@@ -14735,8 +14735,8 @@ const getRecordActionsAdapterFactory = (luvio) => function UiApi__getRecordActio
14735
14735
  buildCachedSnapshotCachePolicy$E, buildNetworkSnapshotCachePolicy$F);
14736
14736
  };
14737
14737
 
14738
- function select$2p(luvio, params) {
14739
- return select$2y();
14738
+ function select$2q(luvio, params) {
14739
+ return select$2z();
14740
14740
  }
14741
14741
  function keyBuilder$2t(luvio, params) {
14742
14742
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
@@ -14750,7 +14750,7 @@ function ingestSuccess$C(luvio, resourceParams, response, snapshotRefresh) {
14750
14750
  luvio.storeIngest(key, ingest$1E, body);
14751
14751
  const snapshot = luvio.storeLookup({
14752
14752
  recordId: key,
14753
- node: select$2p(),
14753
+ node: select$2q(),
14754
14754
  variables: {},
14755
14755
  }, snapshotRefresh);
14756
14756
  if (process.env.NODE_ENV !== 'production') {
@@ -14767,7 +14767,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
14767
14767
  const storeMetadataParams = {
14768
14768
  ttl: TTL$u,
14769
14769
  namespace: keyPrefix,
14770
- version: VERSION$22,
14770
+ version: VERSION$23,
14771
14771
  representationName: RepresentationType$G
14772
14772
  };
14773
14773
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -14776,7 +14776,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
14776
14776
  function createResourceRequest$P(config) {
14777
14777
  const headers = {};
14778
14778
  return {
14779
- baseUri: '/services/data/v59.0',
14779
+ baseUri: '/services/data/v60.0',
14780
14780
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
14781
14781
  method: 'get',
14782
14782
  body: null,
@@ -14821,7 +14821,7 @@ function validateAdapterConfig$S(untrustedConfig, configPropertyNames) {
14821
14821
  }
14822
14822
  function adapterFragment$w(luvio, config) {
14823
14823
  createResourceParams$K(config);
14824
- return select$2p();
14824
+ return select$2q();
14825
14825
  }
14826
14826
  function onFetchResponseSuccess$A(luvio, config, resourceParams, response) {
14827
14827
  const snapshot = ingestSuccess$C(luvio, resourceParams, response, {
@@ -14947,8 +14947,8 @@ function validate$18(obj, path = 'ActionRelatedListSingleBatchInputRepresentatio
14947
14947
  return v_error === undefined ? null : v_error;
14948
14948
  }
14949
14949
 
14950
- function select$2o(luvio, params) {
14951
- return select$2y();
14950
+ function select$2p(luvio, params) {
14951
+ return select$2z();
14952
14952
  }
14953
14953
  function keyBuilder$2r(luvio, params) {
14954
14954
  return keyPrefix + '::ActionRepresentation:(' + 'recordIds:' + params.urlParams.recordIds + ',' + 'relatedListId:' + params.urlParams.relatedListId + ',' + (params.body.actionTypes === undefined ? 'actionTypes' : 'actionTypes:' + params.body.actionTypes) + '::' + (params.body.apiNames === undefined ? 'apiNames' : 'apiNames:' + params.body.apiNames) + '::' + (params.body.formFactor === undefined ? 'formFactor' : 'formFactor:' + params.body.formFactor) + '::' + (params.body.retrievalMode === undefined ? 'retrievalMode' : 'retrievalMode:' + params.body.retrievalMode) + '::' + (params.body.sections === undefined ? 'sections' : 'sections:' + params.body.sections) + ')';
@@ -14962,7 +14962,7 @@ function ingestSuccess$B(luvio, resourceParams, response, snapshotRefresh) {
14962
14962
  luvio.storeIngest(key, ingest$1E, body);
14963
14963
  const snapshot = luvio.storeLookup({
14964
14964
  recordId: key,
14965
- node: select$2o(),
14965
+ node: select$2p(),
14966
14966
  variables: {},
14967
14967
  }, snapshotRefresh);
14968
14968
  if (process.env.NODE_ENV !== 'production') {
@@ -14979,7 +14979,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
14979
14979
  const storeMetadataParams = {
14980
14980
  ttl: TTL$u,
14981
14981
  namespace: keyPrefix,
14982
- version: VERSION$22,
14982
+ version: VERSION$23,
14983
14983
  representationName: RepresentationType$G
14984
14984
  };
14985
14985
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -14988,7 +14988,7 @@ function ingestError$w(luvio, params, error, snapshotRefresh) {
14988
14988
  function createResourceRequest$O(config) {
14989
14989
  const headers = {};
14990
14990
  return {
14991
- baseUri: '/services/data/v59.0',
14991
+ baseUri: '/services/data/v60.0',
14992
14992
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
14993
14993
  method: 'post',
14994
14994
  body: config.body,
@@ -15033,7 +15033,7 @@ const createChildResourceParams$7 = (resourceParams) => {
15033
15033
  // HUGE BLOCK OF COPY PASTED CODE:
15034
15034
  // WE NEED TO DO THIS SO THAT THE ADAPTER CAN USE ONLY OUR OVERRIDE FILE
15035
15035
  // PLEASE DO NOT CHANGE ANYTHING HERE...
15036
- function select$2n(luvio, resourceParams) {
15036
+ function select$2o(luvio, resourceParams) {
15037
15037
  const childResources = createChildResourceParams$7(resourceParams);
15038
15038
  const envelopeBodyPath = 'result';
15039
15039
  const envelopeStatusCodePath = 'statusCode';
@@ -15050,7 +15050,7 @@ function select$2n(luvio, resourceParams) {
15050
15050
  reader.enterPath(i);
15051
15051
  const childResource = childResources[i];
15052
15052
  const childKey = keyBuilder$2r(luvio, childResource);
15053
- const childFragment = select$2o();
15053
+ const childFragment = select$2p();
15054
15054
  const childSnapshot = reader.read({
15055
15055
  recordId: childKey,
15056
15056
  node: childFragment,
@@ -15175,7 +15175,7 @@ function ingestSuccess$A(luvio, resourceParams, response, _snapshotRefresh) {
15175
15175
  seenRecords: seenRecords,
15176
15176
  select: {
15177
15177
  recordId: key,
15178
- node: select$2n(luvio, resourceParams),
15178
+ node: select$2o(luvio, resourceParams),
15179
15179
  variables: {},
15180
15180
  },
15181
15181
  variables: {},
@@ -15219,7 +15219,7 @@ function getResponseCacheKeys$J(keys, luvio, resourceParams, response) {
15219
15219
  function createResourceRequest$N(config) {
15220
15220
  const headers = {};
15221
15221
  return {
15222
- baseUri: '/services/data/v59.0',
15222
+ baseUri: '/services/data/v60.0',
15223
15223
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
15224
15224
  method: 'post',
15225
15225
  body: config.body,
@@ -15274,7 +15274,7 @@ function validateAdapterConfig$R(untrustedConfig, configPropertyNames) {
15274
15274
  }
15275
15275
  function adapterFragment$v(luvio, config) {
15276
15276
  const resourceParams = createResourceParams$J(config);
15277
- return select$2n(luvio, resourceParams);
15277
+ return select$2o(luvio, resourceParams);
15278
15278
  }
15279
15279
  function onFetchResponseSuccess$z(luvio, config, resourceParams, response) {
15280
15280
  const snapshot = ingestSuccess$A(luvio, resourceParams, response);
@@ -15364,7 +15364,7 @@ function validateAdapterConfig$Q(untrustedConfig, configPropertyNames) {
15364
15364
  }
15365
15365
  function adapterFragment$u(luvio, config) {
15366
15366
  createResourceParams$I(config);
15367
- return select$2o();
15367
+ return select$2p();
15368
15368
  }
15369
15369
  function onFetchResponseSuccess$y(luvio, config, resourceParams, response) {
15370
15370
  const snapshot = ingestSuccess$B(luvio, resourceParams, response, {
@@ -15420,8 +15420,8 @@ const getRelatedListActionsAdapterFactory = (luvio) => function UiApi__getRelate
15420
15420
  buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
15421
15421
  };
15422
15422
 
15423
- function select$2m(luvio, params) {
15424
- return select$2y();
15423
+ function select$2n(luvio, params) {
15424
+ return select$2z();
15425
15425
  }
15426
15426
  function keyBuilder$2n(luvio, params) {
15427
15427
  return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ',' + 'relatedListRecordIds:' + params.urlParams.relatedListRecordIds + ')';
@@ -15435,7 +15435,7 @@ function ingestSuccess$z(luvio, resourceParams, response, snapshotRefresh) {
15435
15435
  luvio.storeIngest(key, ingest$1E, body);
15436
15436
  const snapshot = luvio.storeLookup({
15437
15437
  recordId: key,
15438
- node: select$2m(),
15438
+ node: select$2n(),
15439
15439
  variables: {},
15440
15440
  }, snapshotRefresh);
15441
15441
  if (process.env.NODE_ENV !== 'production') {
@@ -15452,7 +15452,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
15452
15452
  const storeMetadataParams = {
15453
15453
  ttl: TTL$u,
15454
15454
  namespace: keyPrefix,
15455
- version: VERSION$22,
15455
+ version: VERSION$23,
15456
15456
  representationName: RepresentationType$G
15457
15457
  };
15458
15458
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -15461,7 +15461,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
15461
15461
  function createResourceRequest$M(config) {
15462
15462
  const headers = {};
15463
15463
  return {
15464
- baseUri: '/services/data/v59.0',
15464
+ baseUri: '/services/data/v60.0',
15465
15465
  basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
15466
15466
  method: 'get',
15467
15467
  body: null,
@@ -15507,7 +15507,7 @@ function validateAdapterConfig$P(untrustedConfig, configPropertyNames) {
15507
15507
  }
15508
15508
  function adapterFragment$t(luvio, config) {
15509
15509
  createResourceParams$H(config);
15510
- return select$2m();
15510
+ return select$2n();
15511
15511
  }
15512
15512
  function onFetchResponseSuccess$x(luvio, config, resourceParams, response) {
15513
15513
  const snapshot = ingestSuccess$z(luvio, resourceParams, response, {
@@ -15563,7 +15563,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
15563
15563
  buildCachedSnapshotCachePolicy$A, buildNetworkSnapshotCachePolicy$B);
15564
15564
  };
15565
15565
 
15566
- const VERSION$1$ = "a316b3bba367f54adc67d7552ed7d36d";
15566
+ const VERSION$20 = "a316b3bba367f54adc67d7552ed7d36d";
15567
15567
  function validate$17(obj, path = 'PageReferenceRepresentation') {
15568
15568
  const v_error = (() => {
15569
15569
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -15609,10 +15609,10 @@ const RepresentationType$D = 'PageReferenceRepresentation';
15609
15609
  function normalize$w(input, existing, path, luvio, store, timestamp) {
15610
15610
  return input;
15611
15611
  }
15612
- const select$2l = function PageReferenceRepresentationSelect() {
15612
+ const select$2m = function PageReferenceRepresentationSelect() {
15613
15613
  return {
15614
15614
  kind: 'Fragment',
15615
- version: VERSION$1$,
15615
+ version: VERSION$20,
15616
15616
  private: [],
15617
15617
  opaque: true
15618
15618
  };
@@ -15632,7 +15632,7 @@ const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio,
15632
15632
  }
15633
15633
  const key = path.fullPath;
15634
15634
  const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
15635
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$1$, RepresentationType$D, equals$J);
15635
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$20, RepresentationType$D, equals$J);
15636
15636
  return createLink$1(key);
15637
15637
  };
15638
15638
  function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
@@ -15646,7 +15646,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
15646
15646
  }
15647
15647
 
15648
15648
  const TTL$s = 120000;
15649
- const VERSION$1_ = "09884ca5bf90ea4662092a4e48817081";
15649
+ const VERSION$1$ = "09884ca5bf90ea4662092a4e48817081";
15650
15650
  function validate$16(obj, path = 'NavItemRepresentation') {
15651
15651
  const v_error = (() => {
15652
15652
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -15883,10 +15883,10 @@ function normalize$v(input, existing, path, luvio, store, timestamp) {
15883
15883
  }
15884
15884
  return input;
15885
15885
  }
15886
- const select$2k = function NavItemRepresentationSelect() {
15886
+ const select$2l = function NavItemRepresentationSelect() {
15887
15887
  return {
15888
15888
  kind: 'Fragment',
15889
- version: VERSION$1_,
15889
+ version: VERSION$1$,
15890
15890
  private: [],
15891
15891
  selections: [
15892
15892
  {
@@ -15945,7 +15945,7 @@ const select$2k = function NavItemRepresentationSelect() {
15945
15945
  name: 'pageReference',
15946
15946
  kind: 'Link',
15947
15947
  nullable: true,
15948
- fragment: select$2l()
15948
+ fragment: select$2m()
15949
15949
  },
15950
15950
  {
15951
15951
  name: 'standardType',
@@ -16046,7 +16046,7 @@ const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store
16046
16046
  }
16047
16047
  const key = keyBuilderFromType$l(luvio, input);
16048
16048
  const ttlToUse = TTL$s;
16049
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$1_, RepresentationType$C, equals$I);
16049
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$1$, RepresentationType$C, equals$I);
16050
16050
  return createLink$1(key);
16051
16051
  };
16052
16052
  function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
@@ -16063,7 +16063,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
16063
16063
  }
16064
16064
 
16065
16065
  const TTL$r = 300000;
16066
- const VERSION$1Z = "1781f2d3d4e413cf0c681774d82d02cd";
16066
+ const VERSION$1_ = "1781f2d3d4e413cf0c681774d82d02cd";
16067
16067
  function validate$15(obj, path = 'AppRepresentation') {
16068
16068
  const v_error = (() => {
16069
16069
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -16312,10 +16312,10 @@ function normalize$u(input, existing, path, luvio, store, timestamp) {
16312
16312
  }
16313
16313
  return input;
16314
16314
  }
16315
- const select$2j = function AppRepresentationSelect() {
16315
+ const select$2k = function AppRepresentationSelect() {
16316
16316
  return {
16317
16317
  kind: 'Fragment',
16318
- version: VERSION$1Z,
16318
+ version: VERSION$1_,
16319
16319
  private: [
16320
16320
  'eTag'
16321
16321
  ],
@@ -16373,7 +16373,7 @@ const select$2j = function AppRepresentationSelect() {
16373
16373
  name: 'navItems',
16374
16374
  kind: 'Link',
16375
16375
  plural: true,
16376
- fragment: select$2k()
16376
+ fragment: select$2l()
16377
16377
  },
16378
16378
  {
16379
16379
  name: 'selected',
@@ -16391,7 +16391,7 @@ const select$2j = function AppRepresentationSelect() {
16391
16391
  name: 'userNavItems',
16392
16392
  kind: 'Link',
16393
16393
  plural: true,
16394
- fragment: select$2k()
16394
+ fragment: select$2l()
16395
16395
  }
16396
16396
  ]
16397
16397
  };
@@ -16513,7 +16513,7 @@ const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, ti
16513
16513
  }
16514
16514
  const key = keyBuilderFromType$k(luvio, input);
16515
16515
  const ttlToUse = TTL$r;
16516
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$1Z, RepresentationType$B, equals$H);
16516
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$1_, RepresentationType$B, equals$H);
16517
16517
  return createLink$1(key);
16518
16518
  };
16519
16519
  function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
@@ -16535,7 +16535,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
16535
16535
  }
16536
16536
 
16537
16537
  const TTL$q = 300000;
16538
- const VERSION$1Y = "a254babf0b6414315db7808a157fd9fc";
16538
+ const VERSION$1Z = "a254babf0b6414315db7808a157fd9fc";
16539
16539
  function validate$14(obj, path = 'AppsRepresentation') {
16540
16540
  const v_error = (() => {
16541
16541
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -16581,10 +16581,10 @@ function normalize$t(input, existing, path, luvio, store, timestamp) {
16581
16581
  }
16582
16582
  return input;
16583
16583
  }
16584
- const select$2i = function AppsRepresentationSelect() {
16584
+ const select$2j = function AppsRepresentationSelect() {
16585
16585
  return {
16586
16586
  kind: 'Fragment',
16587
- version: VERSION$1Y,
16587
+ version: VERSION$1Z,
16588
16588
  private: [
16589
16589
  'eTag'
16590
16590
  ],
@@ -16593,7 +16593,7 @@ const select$2i = function AppsRepresentationSelect() {
16593
16593
  name: 'apps',
16594
16594
  kind: 'Link',
16595
16595
  plural: true,
16596
- fragment: select$2j()
16596
+ fragment: select$2k()
16597
16597
  }
16598
16598
  ]
16599
16599
  };
@@ -16625,7 +16625,7 @@ const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, t
16625
16625
  }
16626
16626
  const key = path.fullPath;
16627
16627
  const ttlToUse = TTL$q;
16628
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$1Y, RepresentationType$A, equals$G);
16628
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$1Z, RepresentationType$A, equals$G);
16629
16629
  return createLink$1(key);
16630
16630
  };
16631
16631
  function getTypeCacheKeys$1B(rootKeySet, luvio, input, fullPathFactory) {
@@ -16642,8 +16642,8 @@ function getTypeCacheKeys$1B(rootKeySet, luvio, input, fullPathFactory) {
16642
16642
  }
16643
16643
  }
16644
16644
 
16645
- function select$2h(luvio, params) {
16646
- return select$2i();
16645
+ function select$2i(luvio, params) {
16646
+ return select$2j();
16647
16647
  }
16648
16648
  function keyBuilder$2j(luvio, params) {
16649
16649
  return keyPrefix + '::AppsRepresentation:(' + 'formFactor:' + params.queryParams.formFactor + ',' + 'userCustomizations:' + params.queryParams.userCustomizations + ')';
@@ -16657,7 +16657,7 @@ function ingestSuccess$y(luvio, resourceParams, response, snapshotRefresh) {
16657
16657
  luvio.storeIngest(key, ingest$1y, body);
16658
16658
  const snapshot = luvio.storeLookup({
16659
16659
  recordId: key,
16660
- node: select$2h(),
16660
+ node: select$2i(),
16661
16661
  variables: {},
16662
16662
  }, snapshotRefresh);
16663
16663
  if (process.env.NODE_ENV !== 'production') {
@@ -16674,7 +16674,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
16674
16674
  const storeMetadataParams = {
16675
16675
  ttl: TTL$q,
16676
16676
  namespace: keyPrefix,
16677
- version: VERSION$1Y,
16677
+ version: VERSION$1Z,
16678
16678
  representationName: RepresentationType$A
16679
16679
  };
16680
16680
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -16683,7 +16683,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
16683
16683
  function createResourceRequest$L(config) {
16684
16684
  const headers = {};
16685
16685
  return {
16686
- baseUri: '/services/data/v59.0',
16686
+ baseUri: '/services/data/v60.0',
16687
16687
  basePath: '/ui-api/apps',
16688
16688
  method: 'get',
16689
16689
  body: null,
@@ -16696,7 +16696,7 @@ function createResourceRequest$L(config) {
16696
16696
 
16697
16697
  const adapterName$C = 'getAllApps';
16698
16698
  const getAllApps_ConfigPropertyMetadata = [
16699
- generateParamConfigMetadata('formFactor', true, 1 /* QueryParameter */, 0 /* String */, false, coerceFormFactor),
16699
+ generateParamConfigMetadata('formFactor', false, 1 /* QueryParameter */, 0 /* String */, false, coerceFormFactor),
16700
16700
  generateParamConfigMetadata('userCustomizations', false, 1 /* QueryParameter */, 1 /* Boolean */),
16701
16701
  ];
16702
16702
  const getAllApps_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$C, getAllApps_ConfigPropertyMetadata);
@@ -16726,7 +16726,7 @@ function validateAdapterConfig$O(untrustedConfig, configPropertyNames) {
16726
16726
  }
16727
16727
  function adapterFragment$s(luvio, config) {
16728
16728
  createResourceParams$G(config);
16729
- return select$2h();
16729
+ return select$2i();
16730
16730
  }
16731
16731
  function onFetchResponseSuccess$w(luvio, config, resourceParams, response) {
16732
16732
  const snapshot = ingestSuccess$y(luvio, resourceParams, response, {
@@ -16782,8 +16782,8 @@ const getAllAppsAdapterFactory = (luvio) => function UiApi__getAllApps(untrusted
16782
16782
  buildCachedSnapshotCachePolicy$z, buildNetworkSnapshotCachePolicy$A);
16783
16783
  };
16784
16784
 
16785
- function select$2g(luvio, params) {
16786
- return select$2j();
16785
+ function select$2h(luvio, params) {
16786
+ return select$2k();
16787
16787
  }
16788
16788
  function keyBuilder$2h(luvio, params) {
16789
16789
  return keyPrefix + '::AppRepresentation:(' + 'formFactor:' + params.queryParams.formFactor + ',' + 'userCustomizations:' + params.queryParams.userCustomizations + ')';
@@ -16797,7 +16797,7 @@ function ingestSuccess$x(luvio, resourceParams, response, snapshotRefresh) {
16797
16797
  luvio.storeIngest(key, ingest$1z, body);
16798
16798
  const snapshot = luvio.storeLookup({
16799
16799
  recordId: key,
16800
- node: select$2g(),
16800
+ node: select$2h(),
16801
16801
  variables: {},
16802
16802
  }, snapshotRefresh);
16803
16803
  if (process.env.NODE_ENV !== 'production') {
@@ -16814,7 +16814,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
16814
16814
  const storeMetadataParams = {
16815
16815
  ttl: TTL$r,
16816
16816
  namespace: keyPrefix,
16817
- version: VERSION$1Z,
16817
+ version: VERSION$1_,
16818
16818
  representationName: RepresentationType$B
16819
16819
  };
16820
16820
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -16823,7 +16823,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
16823
16823
  function createResourceRequest$K(config) {
16824
16824
  const headers = {};
16825
16825
  return {
16826
- baseUri: '/services/data/v59.0',
16826
+ baseUri: '/services/data/v60.0',
16827
16827
  basePath: '/ui-api/apps/selected',
16828
16828
  method: 'get',
16829
16829
  body: null,
@@ -16836,7 +16836,7 @@ function createResourceRequest$K(config) {
16836
16836
 
16837
16837
  const adapterName$B = 'getSelectedApp';
16838
16838
  const getSelectedApp_ConfigPropertyMetadata = [
16839
- generateParamConfigMetadata('formFactor', true, 1 /* QueryParameter */, 0 /* String */),
16839
+ generateParamConfigMetadata('formFactor', false, 1 /* QueryParameter */, 0 /* String */),
16840
16840
  generateParamConfigMetadata('userCustomizations', false, 1 /* QueryParameter */, 1 /* Boolean */),
16841
16841
  ];
16842
16842
  const getSelectedApp_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$B, getSelectedApp_ConfigPropertyMetadata);
@@ -16865,7 +16865,7 @@ function validateAdapterConfig$N(untrustedConfig, configPropertyNames) {
16865
16865
  }
16866
16866
  function adapterFragment$r(luvio, config) {
16867
16867
  createResourceParams$F(config);
16868
- return select$2g();
16868
+ return select$2h();
16869
16869
  }
16870
16870
  function onFetchResponseSuccess$v(luvio, config, resourceParams, response) {
16871
16871
  const snapshot = ingestSuccess$x(luvio, resourceParams, response, {
@@ -16921,8 +16921,8 @@ const getSelectedAppAdapterFactory = (luvio) => function UiApi__getSelectedApp(u
16921
16921
  buildCachedSnapshotCachePolicy$y, buildNetworkSnapshotCachePolicy$z);
16922
16922
  };
16923
16923
 
16924
- function select$2f(luvio, params) {
16925
- return select$2j();
16924
+ function select$2g(luvio, params) {
16925
+ return select$2k();
16926
16926
  }
16927
16927
  function keyBuilder$2f(luvio, params) {
16928
16928
  return keyBuilder$2k(luvio, {
@@ -16938,7 +16938,7 @@ function ingestSuccess$w(luvio, resourceParams, response, snapshotRefresh) {
16938
16938
  luvio.storeIngest(key, ingest$1z, body);
16939
16939
  const snapshot = luvio.storeLookup({
16940
16940
  recordId: key,
16941
- node: select$2f(),
16941
+ node: select$2g(),
16942
16942
  variables: {},
16943
16943
  }, snapshotRefresh);
16944
16944
  if (process.env.NODE_ENV !== 'production') {
@@ -16955,7 +16955,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
16955
16955
  const storeMetadataParams = {
16956
16956
  ttl: TTL$r,
16957
16957
  namespace: keyPrefix,
16958
- version: VERSION$1Z,
16958
+ version: VERSION$1_,
16959
16959
  representationName: RepresentationType$B
16960
16960
  };
16961
16961
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -16964,7 +16964,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
16964
16964
  function createResourceRequest$J(config) {
16965
16965
  const headers = {};
16966
16966
  return {
16967
- baseUri: '/services/data/v59.0',
16967
+ baseUri: '/services/data/v60.0',
16968
16968
  basePath: '/ui-api/apps/' + config.urlParams.appId + '',
16969
16969
  method: 'get',
16970
16970
  body: null,
@@ -16978,7 +16978,7 @@ function createResourceRequest$J(config) {
16978
16978
  const adapterName$A = 'getAppDetails';
16979
16979
  const getAppDetails_ConfigPropertyMetadata = [
16980
16980
  generateParamConfigMetadata('appId', true, 0 /* UrlParameter */, 0 /* String */),
16981
- generateParamConfigMetadata('formFactor', true, 1 /* QueryParameter */, 0 /* String */, false, coerceFormFactor),
16981
+ generateParamConfigMetadata('formFactor', false, 1 /* QueryParameter */, 0 /* String */, false, coerceFormFactor),
16982
16982
  generateParamConfigMetadata('userCustomizations', false, 1 /* QueryParameter */, 1 /* Boolean */),
16983
16983
  ];
16984
16984
  const getAppDetails_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$A, getAppDetails_ConfigPropertyMetadata);
@@ -17008,7 +17008,7 @@ function validateAdapterConfig$M(untrustedConfig, configPropertyNames) {
17008
17008
  }
17009
17009
  function adapterFragment$q(luvio, config) {
17010
17010
  createResourceParams$E(config);
17011
- return select$2f();
17011
+ return select$2g();
17012
17012
  }
17013
17013
  function onFetchResponseSuccess$u(luvio, config, resourceParams, response) {
17014
17014
  const snapshot = ingestSuccess$w(luvio, resourceParams, response, {
@@ -17064,7 +17064,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
17064
17064
  buildCachedSnapshotCachePolicy$x, buildNetworkSnapshotCachePolicy$y);
17065
17065
  };
17066
17066
 
17067
- const VERSION$1X = "f43ef90ffde4d488414d6868e3aaefcb";
17067
+ const VERSION$1Y = "f43ef90ffde4d488414d6868e3aaefcb";
17068
17068
  function validate$13(obj, path = 'DuplicateRuleFilterItemRepresentation') {
17069
17069
  const v_error = (() => {
17070
17070
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17098,10 +17098,10 @@ function validate$13(obj, path = 'DuplicateRuleFilterItemRepresentation') {
17098
17098
  })();
17099
17099
  return v_error === undefined ? null : v_error;
17100
17100
  }
17101
- const select$2e = function DuplicateRuleFilterItemRepresentationSelect() {
17101
+ const select$2f = function DuplicateRuleFilterItemRepresentationSelect() {
17102
17102
  return {
17103
17103
  kind: 'Fragment',
17104
- version: VERSION$1X,
17104
+ version: VERSION$1Y,
17105
17105
  private: [
17106
17106
  'eTag'
17107
17107
  ],
@@ -17126,7 +17126,7 @@ const select$2e = function DuplicateRuleFilterItemRepresentationSelect() {
17126
17126
  };
17127
17127
  };
17128
17128
 
17129
- const VERSION$1W = "320d7f254687278f2763d4b490dab3fb";
17129
+ const VERSION$1X = "320d7f254687278f2763d4b490dab3fb";
17130
17130
  function validate$12(obj, path = 'DuplicateRuleFilterRepresentation') {
17131
17131
  const v_error = (() => {
17132
17132
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17165,11 +17165,11 @@ function validate$12(obj, path = 'DuplicateRuleFilterRepresentation') {
17165
17165
  })();
17166
17166
  return v_error === undefined ? null : v_error;
17167
17167
  }
17168
- const select$2d = function DuplicateRuleFilterRepresentationSelect() {
17169
- const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$2e();
17168
+ const select$2e = function DuplicateRuleFilterRepresentationSelect() {
17169
+ const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$2f();
17170
17170
  return {
17171
17171
  kind: 'Fragment',
17172
- version: VERSION$1W,
17172
+ version: VERSION$1X,
17173
17173
  private: [
17174
17174
  'eTag'
17175
17175
  ],
@@ -17192,7 +17192,7 @@ const select$2d = function DuplicateRuleFilterRepresentationSelect() {
17192
17192
  };
17193
17193
  };
17194
17194
 
17195
- const VERSION$1V = "b47b44e260e5ce777beaf3da9088997c";
17195
+ const VERSION$1W = "b47b44e260e5ce777beaf3da9088997c";
17196
17196
  function validate$11(obj, path = 'MatchRuleRepresentation') {
17197
17197
  const v_error = (() => {
17198
17198
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17233,10 +17233,10 @@ function validate$11(obj, path = 'MatchRuleRepresentation') {
17233
17233
  })();
17234
17234
  return v_error === undefined ? null : v_error;
17235
17235
  }
17236
- const select$2c = function MatchRuleRepresentationSelect() {
17236
+ const select$2d = function MatchRuleRepresentationSelect() {
17237
17237
  return {
17238
17238
  kind: 'Fragment',
17239
- version: VERSION$1V,
17239
+ version: VERSION$1W,
17240
17240
  private: [
17241
17241
  'eTag'
17242
17242
  ],
@@ -17262,7 +17262,7 @@ const select$2c = function MatchRuleRepresentationSelect() {
17262
17262
  };
17263
17263
  };
17264
17264
 
17265
- const VERSION$1U = "bb83d7210bb1d7861b6188bc5f552617";
17265
+ const VERSION$1V = "bb83d7210bb1d7861b6188bc5f552617";
17266
17266
  function validate$10(obj, path = 'DuplicateRuleRepresentation') {
17267
17267
  const v_error = (() => {
17268
17268
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17350,12 +17350,12 @@ function validate$10(obj, path = 'DuplicateRuleRepresentation') {
17350
17350
  })();
17351
17351
  return v_error === undefined ? null : v_error;
17352
17352
  }
17353
- const select$2b = function DuplicateRuleRepresentationSelect() {
17354
- const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$2d();
17355
- const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$2c();
17353
+ const select$2c = function DuplicateRuleRepresentationSelect() {
17354
+ const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$2e();
17355
+ const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$2d();
17356
17356
  return {
17357
17357
  kind: 'Fragment',
17358
- version: VERSION$1U,
17358
+ version: VERSION$1V,
17359
17359
  private: [
17360
17360
  'eTag'
17361
17361
  ],
@@ -17403,7 +17403,7 @@ const select$2b = function DuplicateRuleRepresentationSelect() {
17403
17403
  };
17404
17404
 
17405
17405
  const TTL$p = 900000;
17406
- const VERSION$1T = "be27ee99dc0dc43a1f66b8fe98dc532c";
17406
+ const VERSION$1U = "be27ee99dc0dc43a1f66b8fe98dc532c";
17407
17407
  function validate$$(obj, path = 'DuplicatesConfigurationRepresentation') {
17408
17408
  const v_error = (() => {
17409
17409
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -17463,11 +17463,11 @@ const RepresentationType$z = 'DuplicatesConfigurationRepresentation';
17463
17463
  function normalize$s(input, existing, path, luvio, store, timestamp) {
17464
17464
  return input;
17465
17465
  }
17466
- const select$2a = function DuplicatesConfigurationRepresentationSelect() {
17467
- const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$2b();
17466
+ const select$2b = function DuplicatesConfigurationRepresentationSelect() {
17467
+ const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$2c();
17468
17468
  return {
17469
17469
  kind: 'Fragment',
17470
- version: VERSION$1T,
17470
+ version: VERSION$1U,
17471
17471
  private: [
17472
17472
  'eTag'
17473
17473
  ],
@@ -17513,7 +17513,7 @@ const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, pa
17513
17513
  }
17514
17514
  const key = path.fullPath;
17515
17515
  const ttlToUse = TTL$p;
17516
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$1T, RepresentationType$z, equals$F);
17516
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$1U, RepresentationType$z, equals$F);
17517
17517
  return createLink$1(key);
17518
17518
  };
17519
17519
  function getTypeCacheKeys$1A(rootKeySet, luvio, input, fullPathFactory) {
@@ -17526,8 +17526,8 @@ function getTypeCacheKeys$1A(rootKeySet, luvio, input, fullPathFactory) {
17526
17526
  });
17527
17527
  }
17528
17528
 
17529
- function select$29(luvio, params) {
17530
- return select$2a();
17529
+ function select$2a(luvio, params) {
17530
+ return select$2b();
17531
17531
  }
17532
17532
  function keyBuilder$2d(luvio, params) {
17533
17533
  return keyPrefix + '::DuplicatesConfigurationRepresentation:(' + 'recordTypeId:' + params.queryParams.recordTypeId + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
@@ -17541,7 +17541,7 @@ function ingestSuccess$v(luvio, resourceParams, response, snapshotRefresh) {
17541
17541
  luvio.storeIngest(key, ingest$1x, body);
17542
17542
  const snapshot = luvio.storeLookup({
17543
17543
  recordId: key,
17544
- node: select$29(),
17544
+ node: select$2a(),
17545
17545
  variables: {},
17546
17546
  }, snapshotRefresh);
17547
17547
  if (process.env.NODE_ENV !== 'production') {
@@ -17558,7 +17558,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
17558
17558
  const storeMetadataParams = {
17559
17559
  ttl: TTL$p,
17560
17560
  namespace: keyPrefix,
17561
- version: VERSION$1T,
17561
+ version: VERSION$1U,
17562
17562
  representationName: RepresentationType$z
17563
17563
  };
17564
17564
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -17567,7 +17567,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
17567
17567
  function createResourceRequest$I(config) {
17568
17568
  const headers = {};
17569
17569
  return {
17570
- baseUri: '/services/data/v59.0',
17570
+ baseUri: '/services/data/v60.0',
17571
17571
  basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
17572
17572
  method: 'get',
17573
17573
  body: null,
@@ -17609,7 +17609,7 @@ function validateAdapterConfig$L(untrustedConfig, configPropertyNames) {
17609
17609
  }
17610
17610
  function adapterFragment$p(luvio, config) {
17611
17611
  createResourceParams$D(config);
17612
- return select$29();
17612
+ return select$2a();
17613
17613
  }
17614
17614
  function onFetchResponseSuccess$t(luvio, config, resourceParams, response) {
17615
17615
  const snapshot = ingestSuccess$v(luvio, resourceParams, response, {
@@ -17697,7 +17697,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
17697
17697
  const storeMetadataParams = {
17698
17698
  ttl: TTL$y,
17699
17699
  namespace: keyPrefix,
17700
- version: VERSION$29,
17700
+ version: VERSION$2a,
17701
17701
  representationName: RepresentationType$N
17702
17702
  };
17703
17703
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -17706,7 +17706,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
17706
17706
  function createResourceRequest$H(config) {
17707
17707
  const headers = {};
17708
17708
  return {
17709
- baseUri: '/services/data/v59.0',
17709
+ baseUri: '/services/data/v60.0',
17710
17710
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
17711
17711
  method: 'get',
17712
17712
  body: null,
@@ -17723,7 +17723,7 @@ function onFetchResponseSuccess$s(luvio, config, resourceParams, response) {
17723
17723
  luvio.storeIngest(key, ingest$1K, body);
17724
17724
  const snapshot = luvio.storeLookup({
17725
17725
  recordId: key,
17726
- node: select$2D(),
17726
+ node: select$2E(),
17727
17727
  variables: {},
17728
17728
  }, {
17729
17729
  config,
@@ -17769,7 +17769,7 @@ function buildCachedSnapshotCachePolicy$v(context, storeLookup) {
17769
17769
  const { luvio, config } = context;
17770
17770
  const selector = {
17771
17771
  recordId: keyBuilder$2P(luvio, config),
17772
- node: select$2D(),
17772
+ node: select$2E(),
17773
17773
  variables: {},
17774
17774
  };
17775
17775
  return storeLookup(selector, {
@@ -17845,7 +17845,7 @@ function getResponseCacheKeys$C(storeKeyMap, luvio, resourceParams, response) {
17845
17845
  function createResourceRequest$G(config) {
17846
17846
  const headers = {};
17847
17847
  return {
17848
- baseUri: '/services/data/v59.0',
17848
+ baseUri: '/services/data/v60.0',
17849
17849
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
17850
17850
  method: 'get',
17851
17851
  body: null,
@@ -17866,7 +17866,7 @@ function buildCachedSnapshot$5(luvio, config) {
17866
17866
  });
17867
17867
  const selector = {
17868
17868
  recordId: key,
17869
- node: select$2C(),
17869
+ node: select$2D(),
17870
17870
  variables: {},
17871
17871
  };
17872
17872
  return luvio.storeLookup(selector, {
@@ -17984,7 +17984,7 @@ function buildCachedSnapshotCachePolicy$u(context, storeLookup) {
17984
17984
  layoutType,
17985
17985
  mode,
17986
17986
  }),
17987
- node: select$2C(),
17987
+ node: select$2D(),
17988
17988
  variables: {},
17989
17989
  };
17990
17990
  return storeLookup(selector, {
@@ -18040,8 +18040,8 @@ function keyBuilder$2a(luvio, params) {
18040
18040
  });
18041
18041
  }
18042
18042
 
18043
- function select$28(luvio, params) {
18044
- return select$2S();
18043
+ function select$29(luvio, params) {
18044
+ return select$2T();
18045
18045
  }
18046
18046
  function keyBuilder$29(luvio, params) {
18047
18047
  return keyBuilder$36(luvio, {
@@ -18059,7 +18059,7 @@ function ingestSuccess$u(luvio, resourceParams, response, snapshotRefresh) {
18059
18059
  luvio.storeIngest(key, ingest$1T, body);
18060
18060
  const snapshot = luvio.storeLookup({
18061
18061
  recordId: key,
18062
- node: select$28(),
18062
+ node: select$29(),
18063
18063
  variables: {},
18064
18064
  }, snapshotRefresh);
18065
18065
  if (process.env.NODE_ENV !== 'production') {
@@ -18076,7 +18076,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
18076
18076
  const storeMetadataParams = {
18077
18077
  ttl: TTL$D,
18078
18078
  namespace: keyPrefix,
18079
- version: VERSION$2k,
18079
+ version: VERSION$2l,
18080
18080
  representationName: RepresentationType$W
18081
18081
  };
18082
18082
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -18085,7 +18085,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
18085
18085
  function createResourceRequest$F(config) {
18086
18086
  const headers = {};
18087
18087
  return {
18088
- baseUri: '/services/data/v59.0',
18088
+ baseUri: '/services/data/v60.0',
18089
18089
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
18090
18090
  method: 'get',
18091
18091
  body: null,
@@ -18096,7 +18096,7 @@ function createResourceRequest$F(config) {
18096
18096
  };
18097
18097
  }
18098
18098
 
18099
- const VERSION$1S = "fb049a56cac04c6d0c0969a650749448";
18099
+ const VERSION$1T = "fb049a56cac04c6d0c0969a650749448";
18100
18100
 
18101
18101
  const nonCachedErrors$6 = ObjectCreate$1(null);
18102
18102
  function createChildResourceParams$6(resourceParams) {
@@ -18129,7 +18129,7 @@ function selectChildResourceParams$6(luvio, childResources, resourceParams) {
18129
18129
  node: {
18130
18130
  kind: 'Fragment',
18131
18131
  private: [],
18132
- version: VERSION$1S,
18132
+ version: VERSION$1T,
18133
18133
  },
18134
18134
  variables: {},
18135
18135
  });
@@ -18149,7 +18149,7 @@ function selectChildResourceParams$6(luvio, childResources, resourceParams) {
18149
18149
  reader.enterPath(envelopeBodyPath);
18150
18150
  const childResource = childResources[i];
18151
18151
  const childKey = keyBuilder$29(luvio, childResource);
18152
- const childFragment = select$28();
18152
+ const childFragment = select$29();
18153
18153
  const isMissingDataBeforeChildRead = reader.getIsDataMissing();
18154
18154
  const childSnapshot = reader.read({
18155
18155
  recordId: childKey,
@@ -18233,7 +18233,7 @@ function selectChildResourceParams$6(luvio, childResources, resourceParams) {
18233
18233
  },
18234
18234
  };
18235
18235
  }
18236
- function select$27(luvio, resourceParams) {
18236
+ function select$28(luvio, resourceParams) {
18237
18237
  const childResources = createChildResourceParams$6(resourceParams);
18238
18238
  return selectChildResourceParams$6(luvio, childResources, resourceParams);
18239
18239
  }
@@ -18362,7 +18362,7 @@ function ingestSuccess$t(luvio, resourceParams, response, snapshotRefresh) {
18362
18362
  seenRecords: seenRecords,
18363
18363
  select: {
18364
18364
  recordId: key,
18365
- node: select$27(luvio, resourceParams),
18365
+ node: select$28(luvio, resourceParams),
18366
18366
  variables: {},
18367
18367
  },
18368
18368
  refresh: snapshotRefresh,
@@ -18381,7 +18381,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
18381
18381
  function createResourceRequest$E(config) {
18382
18382
  const headers = {};
18383
18383
  return {
18384
- baseUri: '/services/data/v59.0',
18384
+ baseUri: '/services/data/v60.0',
18385
18385
  basePath: '/ui-api/list-info/batch',
18386
18386
  method: 'get',
18387
18387
  body: null,
@@ -18422,7 +18422,7 @@ function validateAdapterConfig$G(untrustedConfig, configPropertyNames) {
18422
18422
  }
18423
18423
  function adapterFragment$o(luvio, config) {
18424
18424
  const resourceParams = createResourceParams$B(config);
18425
- return select$27(luvio, resourceParams);
18425
+ return select$28(luvio, resourceParams);
18426
18426
  }
18427
18427
  function onFetchResponseSuccess$q(luvio, config, resourceParams, response) {
18428
18428
  const snapshot = ingestSuccess$t(luvio, resourceParams, response, {
@@ -18509,7 +18509,7 @@ function validateAdapterConfig$F(untrustedConfig, configPropertyNames) {
18509
18509
  }
18510
18510
  function adapterFragment$n(luvio, config) {
18511
18511
  createResourceParams$A(config);
18512
- return select$28();
18512
+ return select$29();
18513
18513
  }
18514
18514
  function onFetchResponseSuccess$p(luvio, config, resourceParams, response) {
18515
18515
  const snapshot = ingestSuccess$u(luvio, resourceParams, response, {
@@ -18565,8 +18565,8 @@ const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoBy
18565
18565
  buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$t);
18566
18566
  };
18567
18567
 
18568
- function select$26(luvio, params) {
18569
- return select$2S();
18568
+ function select$27(luvio, params) {
18569
+ return select$2T();
18570
18570
  }
18571
18571
  function getResponseCacheKeys$z(storeKeyMap, luvio, resourceParams, response) {
18572
18572
  getTypeCacheKeys$1X(storeKeyMap, luvio, response);
@@ -18577,7 +18577,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
18577
18577
  luvio.storeIngest(key, ingest$1T, body);
18578
18578
  const snapshot = luvio.storeLookup({
18579
18579
  recordId: key,
18580
- node: select$26(),
18580
+ node: select$27(),
18581
18581
  variables: {},
18582
18582
  });
18583
18583
  if (process.env.NODE_ENV !== 'production') {
@@ -18591,7 +18591,7 @@ function ingestSuccess$s(luvio, resourceParams, response) {
18591
18591
  function createResourceRequest$D(config) {
18592
18592
  const headers = {};
18593
18593
  return {
18594
- baseUri: '/services/data/v59.0',
18594
+ baseUri: '/services/data/v60.0',
18595
18595
  basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
18596
18596
  method: 'patch',
18597
18597
  body: config.body,
@@ -18689,7 +18689,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
18689
18689
  };
18690
18690
  };
18691
18691
 
18692
- const VERSION$1R = "c5c08ea834378670c9d6f235ff71c9f0";
18692
+ const VERSION$1S = "c5c08ea834378670c9d6f235ff71c9f0";
18693
18693
  function validate$_(obj, path = 'ListObjectPicklistValueRepresentation') {
18694
18694
  const v_error = (() => {
18695
18695
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -18708,10 +18708,10 @@ function validate$_(obj, path = 'ListObjectPicklistValueRepresentation') {
18708
18708
  })();
18709
18709
  return v_error === undefined ? null : v_error;
18710
18710
  }
18711
- const select$25 = function ListObjectPicklistValueRepresentationSelect() {
18711
+ const select$26 = function ListObjectPicklistValueRepresentationSelect() {
18712
18712
  return {
18713
18713
  kind: 'Fragment',
18714
- version: VERSION$1R,
18714
+ version: VERSION$1S,
18715
18715
  private: [],
18716
18716
  selections: [
18717
18717
  {
@@ -18739,7 +18739,7 @@ function equals$E(existing, incoming) {
18739
18739
  return true;
18740
18740
  }
18741
18741
 
18742
- const VERSION$1Q = "2c35f797fead79b5c45b521e77dd6ace";
18742
+ const VERSION$1R = "775dc2075ad11574419ab5fdf25ae227";
18743
18743
  function validate$Z(obj, path = 'ListObjectColumnRepresentation') {
18744
18744
  const v_error = (() => {
18745
18745
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -18752,29 +18752,8 @@ function validate$Z(obj, path = 'ListObjectColumnRepresentation') {
18752
18752
  }
18753
18753
  const obj_dataType = obj.dataType;
18754
18754
  const path_dataType = path + '.dataType';
18755
- let obj_dataType_union0 = null;
18756
- const obj_dataType_union0_error = (() => {
18757
- if (typeof obj_dataType !== 'string') {
18758
- return new TypeError('Expected "string" but received "' + typeof obj_dataType + '" (at "' + path_dataType + '")');
18759
- }
18760
- })();
18761
- if (obj_dataType_union0_error != null) {
18762
- obj_dataType_union0 = obj_dataType_union0_error.message;
18763
- }
18764
- let obj_dataType_union1 = null;
18765
- const obj_dataType_union1_error = (() => {
18766
- if (obj_dataType !== null) {
18767
- return new TypeError('Expected "null" but received "' + typeof obj_dataType + '" (at "' + path_dataType + '")');
18768
- }
18769
- })();
18770
- if (obj_dataType_union1_error != null) {
18771
- obj_dataType_union1 = obj_dataType_union1_error.message;
18772
- }
18773
- if (obj_dataType_union0 && obj_dataType_union1) {
18774
- let message = 'Object doesn\'t match union (at "' + path_dataType + '")';
18775
- message += '\n' + obj_dataType_union0.split('\n').map((line) => '\t' + line).join('\n');
18776
- message += '\n' + obj_dataType_union1.split('\n').map((line) => '\t' + line).join('\n');
18777
- return new TypeError(message);
18755
+ if (typeof obj_dataType !== 'string') {
18756
+ return new TypeError('Expected "string" but received "' + typeof obj_dataType + '" (at "' + path_dataType + '")');
18778
18757
  }
18779
18758
  const obj_defaultFilterOperator = obj.defaultFilterOperator;
18780
18759
  const path_defaultFilterOperator = path + '.defaultFilterOperator';
@@ -18836,11 +18815,11 @@ function validate$Z(obj, path = 'ListObjectColumnRepresentation') {
18836
18815
  })();
18837
18816
  return v_error === undefined ? null : v_error;
18838
18817
  }
18839
- const select$24 = function ListObjectColumnRepresentationSelect() {
18840
- const { selections: ListObjectPicklistValueRepresentation__selections, opaque: ListObjectPicklistValueRepresentation__opaque, } = select$25();
18818
+ const select$25 = function ListObjectColumnRepresentationSelect() {
18819
+ const { selections: ListObjectPicklistValueRepresentation__selections, opaque: ListObjectPicklistValueRepresentation__opaque, } = select$26();
18841
18820
  return {
18842
18821
  kind: 'Fragment',
18843
- version: VERSION$1Q,
18822
+ version: VERSION$1R,
18844
18823
  private: [],
18845
18824
  selections: [
18846
18825
  {
@@ -18910,6 +18889,11 @@ function equals$D(existing, incoming) {
18910
18889
  if (!(existing_alias === incoming_alias)) {
18911
18890
  return false;
18912
18891
  }
18892
+ const existing_dataType = existing.dataType;
18893
+ const incoming_dataType = incoming.dataType;
18894
+ if (!(existing_dataType === incoming_dataType)) {
18895
+ return false;
18896
+ }
18913
18897
  const existing_defaultFilterOperator = existing.defaultFilterOperator;
18914
18898
  const incoming_defaultFilterOperator = incoming.defaultFilterOperator;
18915
18899
  if (!(existing_defaultFilterOperator === incoming_defaultFilterOperator)) {
@@ -18925,11 +18909,6 @@ function equals$D(existing, incoming) {
18925
18909
  if (!(existing_label === incoming_label)) {
18926
18910
  return false;
18927
18911
  }
18928
- const existing_dataType = existing.dataType;
18929
- const incoming_dataType = incoming.dataType;
18930
- if (!(existing_dataType === incoming_dataType)) {
18931
- return false;
18932
- }
18933
18912
  const existing_picklistValues = existing.picklistValues;
18934
18913
  const incoming_picklistValues = incoming.picklistValues;
18935
18914
  const equals_picklistValues_items = equalsArray(existing_picklistValues, incoming_picklistValues, (existing_picklistValues_item, incoming_picklistValues_item) => {
@@ -18954,7 +18933,7 @@ function equals$D(existing, incoming) {
18954
18933
  }
18955
18934
 
18956
18935
  const TTL$o = 900000;
18957
- const VERSION$1P = "5af0cd318733d6fb298c144c45f9ee14";
18936
+ const VERSION$1Q = "5af0cd318733d6fb298c144c45f9ee14";
18958
18937
  function validate$Y(obj, path = 'ListObjectInfoRepresentation') {
18959
18938
  const v_error = (() => {
18960
18939
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -19027,11 +19006,11 @@ function keyBuilderFromType$j(luvio, object) {
19027
19006
  function normalize$r(input, existing, path, luvio, store, timestamp) {
19028
19007
  return input;
19029
19008
  }
19030
- const select$23 = function ListObjectInfoRepresentationSelect() {
19031
- const { selections: ListObjectColumnRepresentation__selections, opaque: ListObjectColumnRepresentation__opaque, } = select$24();
19009
+ const select$24 = function ListObjectInfoRepresentationSelect() {
19010
+ const { selections: ListObjectColumnRepresentation__selections, opaque: ListObjectColumnRepresentation__opaque, } = select$25();
19032
19011
  return {
19033
19012
  kind: 'Fragment',
19034
- version: VERSION$1P,
19013
+ version: VERSION$1Q,
19035
19014
  private: [],
19036
19015
  selections: [
19037
19016
  {
@@ -19092,7 +19071,7 @@ const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio
19092
19071
  }
19093
19072
  const key = keyBuilderFromType$j(luvio, input);
19094
19073
  const ttlToUse = TTL$o;
19095
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$1P, RepresentationType$y, equals$C);
19074
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$1Q, RepresentationType$y, equals$C);
19096
19075
  return createLink$1(key);
19097
19076
  };
19098
19077
  function getTypeCacheKeys$1z(rootKeySet, luvio, input, fullPathFactory) {
@@ -19105,8 +19084,8 @@ function getTypeCacheKeys$1z(rootKeySet, luvio, input, fullPathFactory) {
19105
19084
  });
19106
19085
  }
19107
19086
 
19108
- function select$22(luvio, params) {
19109
- return select$23();
19087
+ function select$23(luvio, params) {
19088
+ return select$24();
19110
19089
  }
19111
19090
  function keyBuilder$24(luvio, params) {
19112
19091
  return keyBuilder$25(luvio, {
@@ -19122,7 +19101,7 @@ function ingestSuccess$r(luvio, resourceParams, response, snapshotRefresh) {
19122
19101
  luvio.storeIngest(key, ingest$1w, body);
19123
19102
  const snapshot = luvio.storeLookup({
19124
19103
  recordId: key,
19125
- node: select$22(),
19104
+ node: select$23(),
19126
19105
  variables: {},
19127
19106
  }, snapshotRefresh);
19128
19107
  if (process.env.NODE_ENV !== 'production') {
@@ -19139,7 +19118,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
19139
19118
  const storeMetadataParams = {
19140
19119
  ttl: TTL$o,
19141
19120
  namespace: keyPrefix,
19142
- version: VERSION$1P,
19121
+ version: VERSION$1Q,
19143
19122
  representationName: RepresentationType$y
19144
19123
  };
19145
19124
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -19148,7 +19127,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
19148
19127
  function createResourceRequest$C(config) {
19149
19128
  const headers = {};
19150
19129
  return {
19151
- baseUri: '/services/data/v59.0',
19130
+ baseUri: '/services/data/v60.0',
19152
19131
  basePath: '/ui-api/list-object-info/' + config.urlParams.objectApiName + '',
19153
19132
  method: 'get',
19154
19133
  body: null,
@@ -19190,7 +19169,7 @@ function validateAdapterConfig$D(untrustedConfig, configPropertyNames) {
19190
19169
  }
19191
19170
  function adapterFragment$m(luvio, config) {
19192
19171
  createResourceParams$y(config);
19193
- return select$22();
19172
+ return select$23();
19194
19173
  }
19195
19174
  function onFetchResponseSuccess$o(luvio, config, resourceParams, response) {
19196
19175
  const snapshot = ingestSuccess$r(luvio, resourceParams, response, {
@@ -19247,7 +19226,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
19247
19226
  };
19248
19227
 
19249
19228
  const TTL$n = 120000;
19250
- const VERSION$1O = "756779d0d7e137dd72c743544afbad82";
19229
+ const VERSION$1P = "756779d0d7e137dd72c743544afbad82";
19251
19230
  function validate$X(obj, path = 'NavItemsRepresentation') {
19252
19231
  const v_error = (() => {
19253
19232
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -19324,10 +19303,10 @@ function normalize$q(input, existing, path, luvio, store, timestamp) {
19324
19303
  }
19325
19304
  return input;
19326
19305
  }
19327
- const select$21 = function NavItemsRepresentationSelect() {
19306
+ const select$22 = function NavItemsRepresentationSelect() {
19328
19307
  return {
19329
19308
  kind: 'Fragment',
19330
- version: VERSION$1O,
19309
+ version: VERSION$1P,
19331
19310
  private: [
19332
19311
  'eTag',
19333
19312
  'currentPageUrl'
@@ -19337,7 +19316,7 @@ const select$21 = function NavItemsRepresentationSelect() {
19337
19316
  name: 'navItems',
19338
19317
  kind: 'Link',
19339
19318
  plural: true,
19340
- fragment: select$2k()
19319
+ fragment: select$2l()
19341
19320
  },
19342
19321
  {
19343
19322
  name: 'nextPageUrl',
@@ -19383,7 +19362,7 @@ const ingest$1v = function NavItemsRepresentationIngest(input, path, luvio, stor
19383
19362
  }
19384
19363
  const key = path.fullPath;
19385
19364
  const ttlToUse = TTL$n;
19386
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$1O, RepresentationType$x, equals$B);
19365
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$1P, RepresentationType$x, equals$B);
19387
19366
  return createLink$1(key);
19388
19367
  };
19389
19368
  function getTypeCacheKeys$1y(rootKeySet, luvio, input, fullPathFactory) {
@@ -19400,8 +19379,8 @@ function getTypeCacheKeys$1y(rootKeySet, luvio, input, fullPathFactory) {
19400
19379
  }
19401
19380
  }
19402
19381
 
19403
- function select$20(luvio, params) {
19404
- return select$21();
19382
+ function select$21(luvio, params) {
19383
+ return select$22();
19405
19384
  }
19406
19385
  function keyBuilder$22(luvio, params) {
19407
19386
  return keyPrefix + '::NavItemsRepresentation:(' + 'formFactor:' + params.queryParams.formFactor + ',' + 'navItemNames:' + params.queryParams.navItemNames + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ')';
@@ -19415,7 +19394,7 @@ function ingestSuccess$q(luvio, resourceParams, response, snapshotRefresh) {
19415
19394
  luvio.storeIngest(key, ingest$1v, body);
19416
19395
  const snapshot = luvio.storeLookup({
19417
19396
  recordId: key,
19418
- node: select$20(),
19397
+ node: select$21(),
19419
19398
  variables: {},
19420
19399
  }, snapshotRefresh);
19421
19400
  if (process.env.NODE_ENV !== 'production') {
@@ -19432,7 +19411,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
19432
19411
  const storeMetadataParams = {
19433
19412
  ttl: TTL$n,
19434
19413
  namespace: keyPrefix,
19435
- version: VERSION$1O,
19414
+ version: VERSION$1P,
19436
19415
  representationName: RepresentationType$x
19437
19416
  };
19438
19417
  luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
@@ -19441,7 +19420,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
19441
19420
  function createResourceRequest$B(config) {
19442
19421
  const headers = {};
19443
19422
  return {
19444
- baseUri: '/services/data/v59.0',
19423
+ baseUri: '/services/data/v60.0',
19445
19424
  basePath: '/ui-api/nav-items',
19446
19425
  method: 'get',
19447
19426
  body: null,
@@ -19486,7 +19465,7 @@ function validateAdapterConfig$C(untrustedConfig, configPropertyNames) {
19486
19465
  }
19487
19466
  function adapterFragment$l(luvio, config) {
19488
19467
  createResourceParams$x(config);
19489
- return select$20();
19468
+ return select$21();
19490
19469
  }
19491
19470
  function onFetchResponseSuccess$n(luvio, config, resourceParams, response) {
19492
19471
  const snapshot = ingestSuccess$q(luvio, resourceParams, response, {
@@ -19580,7 +19559,7 @@ function selectChildResourceParams$5(luvio, childResources, resourceParams) {
19580
19559
  reader.enterPath(envelopeBodyPath);
19581
19560
  const childResource = childResources[i];
19582
19561
  const childKey = keyBuilder$2R(luvio, childResource);
19583
- const childFragment = select$2E();
19562
+ const childFragment = select$2F();
19584
19563
  const isMissingDataBeforeChildRead = reader.getIsDataMissing();
19585
19564
  const childSnapshot = reader.read({
19586
19565
  recordId: childKey,
@@ -19660,7 +19639,7 @@ function selectChildResourceParams$5(luvio, childResources, resourceParams) {
19660
19639
  }
19661
19640
  };
19662
19641
  }
19663
- function select$1$(luvio, resourceParams) {
19642
+ function select$20(luvio, resourceParams) {
19664
19643
  const childResources = createChildResourceParams$5(resourceParams);
19665
19644
  return selectChildResourceParams$5(luvio, childResources, resourceParams);
19666
19645
  }
@@ -19774,7 +19753,7 @@ function ingestSuccess$p(luvio, resourceParams, response, snapshotRefresh) {
19774
19753
  seenRecords: seenRecords,
19775
19754
  select: {
19776
19755
  recordId: key,
19777
- node: select$1$(luvio, resourceParams),
19756
+ node: select$20(luvio, resourceParams),
19778
19757
  variables: {},
19779
19758
  },
19780
19759
  refresh: snapshotRefresh,
@@ -19793,7 +19772,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
19793
19772
  function createResourceRequest$A(config) {
19794
19773
  const headers = {};
19795
19774
  return {
19796
- baseUri: '/services/data/v59.0',
19775
+ baseUri: '/services/data/v60.0',
19797
19776
  basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
19798
19777
  method: 'get',
19799
19778
  body: null,
@@ -19835,7 +19814,7 @@ function validateAdapterConfig$B(untrustedConfig, configPropertyNames) {
19835
19814
  }
19836
19815
  function adapterFragment$k(luvio, config) {
19837
19816
  const resourceParams = createResourceParams$w(config);
19838
- return select$1$(luvio, resourceParams);
19817
+ return select$20(luvio, resourceParams);
19839
19818
  }
19840
19819
  function onFetchResponseSuccess$m(luvio, config, resourceParams, response) {
19841
19820
  const snapshot = ingestSuccess$p(luvio, resourceParams, response, {
@@ -19891,6 +19870,27 @@ const getObjectInfosAdapterFactory = (luvio) => function UiApi__getObjectInfos(u
19891
19870
  buildCachedSnapshotCachePolicy$p, buildNetworkSnapshotCachePolicy$q);
19892
19871
  };
19893
19872
 
19873
+ const VERSION$1O = "8d2032474fb4fabdf5cf4042be9042d9";
19874
+ const select$1$ = function WorkStepPicklistValueAttributeRepresentationSelect() {
19875
+ const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1X();
19876
+ return {
19877
+ kind: 'Fragment',
19878
+ version: VERSION$1O,
19879
+ private: [],
19880
+ selections: [
19881
+ ...AbstractPicklistValueAttributesRepresentationSelections,
19882
+ {
19883
+ name: 'sortOrder',
19884
+ kind: 'Scalar'
19885
+ },
19886
+ {
19887
+ name: 'statusCode',
19888
+ kind: 'Scalar'
19889
+ }
19890
+ ]
19891
+ };
19892
+ };
19893
+
19894
19894
  const VERSION$1N = "53893a219bc0888951863f2c44317cac";
19895
19895
  const select$1_ = function LeadStatusPicklistValueAttributesRepresentationSelect() {
19896
19896
  const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$1X();
@@ -19956,6 +19956,7 @@ const select$1Y = function OpportunityStagePicklistValueAttributesRepresentation
19956
19956
 
19957
19957
  var DiscriminatorValues$3;
19958
19958
  (function (DiscriminatorValues) {
19959
+ DiscriminatorValues["WorkStepStatus"] = "WorkStepStatus";
19959
19960
  DiscriminatorValues["LeadStatus"] = "LeadStatus";
19960
19961
  DiscriminatorValues["CaseStatus"] = "CaseStatus";
19961
19962
  DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
@@ -19975,6 +19976,7 @@ function validate$W(obj, path = 'AbstractPicklistValueAttributesRepresentation')
19975
19976
  return v_error === undefined ? null : v_error;
19976
19977
  }
19977
19978
  const selectChildren$3 = function AbstractPicklistValueAttributesRepresentationSelectChildren() {
19979
+ const workStepPicklistValueAttributeRepresentationSelections = select$1$();
19978
19980
  const leadStatusPicklistValueAttributesRepresentationSelections = select$1_();
19979
19981
  const caseStatusPicklistValueAttributesRepresentationSelections = select$1Z();
19980
19982
  const opportunityStagePicklistValueAttributesRepresentationSelections = select$1Y();
@@ -19983,6 +19985,7 @@ const selectChildren$3 = function AbstractPicklistValueAttributesRepresentationS
19983
19985
  union: true,
19984
19986
  discriminator: 'picklistAtrributesValueType',
19985
19987
  unionSelections: {
19988
+ [DiscriminatorValues$3.WorkStepStatus]: workStepPicklistValueAttributeRepresentationSelections,
19986
19989
  [DiscriminatorValues$3.LeadStatus]: leadStatusPicklistValueAttributesRepresentationSelections,
19987
19990
  [DiscriminatorValues$3.CaseStatus]: caseStatusPicklistValueAttributesRepresentationSelections,
19988
19991
  [DiscriminatorValues$3.OpportunityStage]: opportunityStagePicklistValueAttributesRepresentationSelections
@@ -20404,7 +20407,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
20404
20407
  function createResourceRequest$z(config) {
20405
20408
  const headers = {};
20406
20409
  return {
20407
- baseUri: '/services/data/v59.0',
20410
+ baseUri: '/services/data/v60.0',
20408
20411
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
20409
20412
  method: 'get',
20410
20413
  body: null,
@@ -20509,7 +20512,7 @@ function getResponseCacheKeys$u(storeKeyMap, luvio, resourceParams, response) {
20509
20512
  function createResourceRequest$y(config) {
20510
20513
  const headers = {};
20511
20514
  return {
20512
- baseUri: '/services/data/v59.0',
20515
+ baseUri: '/services/data/v60.0',
20513
20516
  basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
20514
20517
  method: 'get',
20515
20518
  body: null,
@@ -20896,7 +20899,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
20896
20899
  function createResourceRequest$x(config) {
20897
20900
  const headers = {};
20898
20901
  return {
20899
- baseUri: '/services/data/v59.0',
20902
+ baseUri: '/services/data/v60.0',
20900
20903
  basePath: '/ui-api/predupe',
20901
20904
  method: 'post',
20902
20905
  body: config.body,
@@ -22115,7 +22118,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
22115
22118
  function createResourceRequest$w(config) {
22116
22119
  const headers = {};
22117
22120
  return {
22118
- baseUri: '/services/data/v59.0',
22121
+ baseUri: '/services/data/v60.0',
22119
22122
  basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
22120
22123
  method: 'get',
22121
22124
  body: null,
@@ -22978,7 +22981,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
22978
22981
  function createResourceRequest$v(config) {
22979
22982
  const headers = {};
22980
22983
  return {
22981
- baseUri: '/services/data/v59.0',
22984
+ baseUri: '/services/data/v60.0',
22982
22985
  basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
22983
22986
  method: 'get',
22984
22987
  body: null,
@@ -23243,7 +23246,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
23243
23246
  function createResourceRequest$u(config) {
23244
23247
  const headers = {};
23245
23248
  return {
23246
- baseUri: '/services/data/v59.0',
23249
+ baseUri: '/services/data/v60.0',
23247
23250
  basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
23248
23251
  method: 'get',
23249
23252
  body: null,
@@ -23936,7 +23939,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
23936
23939
  function createResourceRequest$t(config) {
23937
23940
  const headers = {};
23938
23941
  return {
23939
- baseUri: '/services/data/v59.0',
23942
+ baseUri: '/services/data/v60.0',
23940
23943
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
23941
23944
  method: 'get',
23942
23945
  body: null,
@@ -24206,7 +24209,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
24206
24209
  function createResourceRequest$s(config) {
24207
24210
  const headers = {};
24208
24211
  return {
24209
- baseUri: '/services/data/v59.0',
24212
+ baseUri: '/services/data/v60.0',
24210
24213
  basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
24211
24214
  method: 'get',
24212
24215
  body: null,
@@ -24600,7 +24603,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
24600
24603
  function createResourceRequest$r(config) {
24601
24604
  const headers = {};
24602
24605
  return {
24603
- baseUri: '/services/data/v59.0',
24606
+ baseUri: '/services/data/v60.0',
24604
24607
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
24605
24608
  method: 'get',
24606
24609
  body: null,
@@ -24873,7 +24876,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
24873
24876
  function createResourceRequest$q(config) {
24874
24877
  const headers = {};
24875
24878
  return {
24876
- baseUri: '/services/data/v59.0',
24879
+ baseUri: '/services/data/v60.0',
24877
24880
  basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
24878
24881
  method: 'patch',
24879
24882
  body: config.body,
@@ -25109,7 +25112,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
25109
25112
  function createResourceRequest$p(config) {
25110
25113
  const headers = {};
25111
25114
  return {
25112
- baseUri: '/services/data/v59.0',
25115
+ baseUri: '/services/data/v60.0',
25113
25116
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
25114
25117
  method: 'get',
25115
25118
  body: null,
@@ -25371,7 +25374,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
25371
25374
  function createResourceRequest$o(config) {
25372
25375
  const headers = {};
25373
25376
  return {
25374
- baseUri: '/services/data/v59.0',
25377
+ baseUri: '/services/data/v60.0',
25375
25378
  basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
25376
25379
  method: 'get',
25377
25380
  body: null,
@@ -25580,7 +25583,7 @@ function ingestSuccess$d(luvio, resourceParams, response) {
25580
25583
  function createResourceRequest$n(config) {
25581
25584
  const headers = {};
25582
25585
  return {
25583
- baseUri: '/services/data/v59.0',
25586
+ baseUri: '/services/data/v60.0',
25584
25587
  basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
25585
25588
  method: 'patch',
25586
25589
  body: config.body,
@@ -26264,7 +26267,7 @@ const dynamicSelect$4 = function dynamicRelatedListRecordCollectionRepresentatio
26264
26267
  const recordsPathSelection = params.records === undefined ? {
26265
26268
  name: 'records',
26266
26269
  kind: 'Link',
26267
- fragment: select$2O()
26270
+ fragment: select$2P()
26268
26271
  } : params.records;
26269
26272
  const { selections: RelatedListReferenceRepresentation__selections, opaque: RelatedListReferenceRepresentation__opaque, } = select$1H();
26270
26273
  return {
@@ -26548,7 +26551,7 @@ function select$1t(luvio, params) {
26548
26551
  kind: 'Fragment',
26549
26552
  private: ['eTag', 'weakEtag'],
26550
26553
  selections: buildSelectionFromFields(fields, optionalFields),
26551
- version: VERSION$2g
26554
+ version: VERSION$2h
26552
26555
  },
26553
26556
  },
26554
26557
  }, createPaginationParams(params));
@@ -26614,7 +26617,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
26614
26617
  function createResourceRequest$m(config) {
26615
26618
  const headers = {};
26616
26619
  return {
26617
- baseUri: '/services/data/v59.0',
26620
+ baseUri: '/services/data/v60.0',
26618
26621
  basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
26619
26622
  method: 'post',
26620
26623
  body: config.body,
@@ -26901,7 +26904,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
26901
26904
  function createResourceRequest$l(config) {
26902
26905
  const headers = {};
26903
26906
  return {
26904
- baseUri: '/services/data/v59.0',
26907
+ baseUri: '/services/data/v60.0',
26905
26908
  basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
26906
26909
  method: 'post',
26907
26910
  priority: 'normal',
@@ -27585,7 +27588,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
27585
27588
  function createResourceRequest$k(config) {
27586
27589
  const headers = {};
27587
27590
  return {
27588
- baseUri: '/services/data/v59.0',
27591
+ baseUri: '/services/data/v60.0',
27589
27592
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
27590
27593
  method: 'get',
27591
27594
  body: null,
@@ -27839,7 +27842,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
27839
27842
  function createResourceRequest$j(config) {
27840
27843
  const headers = {};
27841
27844
  return {
27842
- baseUri: '/services/data/v59.0',
27845
+ baseUri: '/services/data/v60.0',
27843
27846
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
27844
27847
  method: 'get',
27845
27848
  body: null,
@@ -28192,7 +28195,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
28192
28195
  function createResourceRequest$i(config) {
28193
28196
  const headers = {};
28194
28197
  return {
28195
- baseUri: '/services/data/v59.0',
28198
+ baseUri: '/services/data/v60.0',
28196
28199
  basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
28197
28200
  method: 'get',
28198
28201
  body: null,
@@ -28728,7 +28731,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
28728
28731
  function createResourceRequest$h(config) {
28729
28732
  const headers = {};
28730
28733
  return {
28731
- baseUri: '/services/data/v59.0',
28734
+ baseUri: '/services/data/v60.0',
28732
28735
  basePath: '/ui-api/search/results',
28733
28736
  method: 'post',
28734
28737
  body: config.body,
@@ -29023,7 +29026,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
29023
29026
  function createResourceRequest$g(config) {
29024
29027
  const headers = {};
29025
29028
  return {
29026
- baseUri: '/services/data/v59.0',
29029
+ baseUri: '/services/data/v60.0',
29027
29030
  basePath: '/ui-api/search/results/keyword',
29028
29031
  method: 'post',
29029
29032
  body: config.body,
@@ -41724,7 +41727,7 @@ function readFieldValueAndConvertToGQL(reader, fieldData, hasFormat, hasLabel, _
41724
41727
  kind: 'Fragment',
41725
41728
  private: [],
41726
41729
  opaque: true,
41727
- version: VERSION$2i,
41730
+ version: VERSION$2j,
41728
41731
  },
41729
41732
  variables: {},
41730
41733
  });
@@ -43696,7 +43699,7 @@ function selectType$6(typename, sel, fieldData, reader, key, sink, variables, fr
43696
43699
  kind: 'Fragment',
43697
43700
  private: [],
43698
43701
  opaque: true,
43699
- version: VERSION$2i,
43702
+ version: VERSION$2j,
43700
43703
  },
43701
43704
  variables: {},
43702
43705
  });
@@ -43802,7 +43805,7 @@ function attachMappedData(source, reader) {
43802
43805
  kind: 'Fragment',
43803
43806
  private: [],
43804
43807
  opaque: true,
43805
- version: VERSION$2g,
43808
+ version: VERSION$2h,
43806
43809
  },
43807
43810
  variables: {},
43808
43811
  });
@@ -45517,7 +45520,7 @@ function ingestError$2(luvio, config, params, error, snapshotRefresh) {
45517
45520
  function createResourceRequest$f(config) {
45518
45521
  const headers = {};
45519
45522
  return {
45520
- baseUri: '/services/data/v59.0',
45523
+ baseUri: '/services/data/v60.0',
45521
45524
  basePath: '/graphql',
45522
45525
  method: 'post',
45523
45526
  body: { ...config.body,
@@ -45568,7 +45571,7 @@ function createResourceRequest$d(config) {
45568
45571
  const headers = {};
45569
45572
  const transformedConfig = stripDocumentsOfMetaschema(config);
45570
45573
  return {
45571
- baseUri: '/services/data/v59.0',
45574
+ baseUri: '/services/data/v60.0',
45572
45575
  basePath: '/graphql/batch',
45573
45576
  method: 'post',
45574
45577
  body: transformedConfig.body,
@@ -46155,7 +46158,7 @@ const factory$e = (luvio) => function graphql(untrustedConfig, requestContext) {
46155
46158
  };
46156
46159
 
46157
46160
  function select$5(luvio, params) {
46158
- return select$2B();
46161
+ return select$2C();
46159
46162
  }
46160
46163
  function getResponseCacheKeys$9(storeKeyMap, luvio, resourceParams, response) {
46161
46164
  getTypeCacheKeys$1L(storeKeyMap, luvio, response);
@@ -46180,7 +46183,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
46180
46183
  function createResourceRequest$c(config) {
46181
46184
  const headers = {};
46182
46185
  return {
46183
- baseUri: '/services/data/v59.0',
46186
+ baseUri: '/services/data/v60.0',
46184
46187
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
46185
46188
  method: 'patch',
46186
46189
  body: config.body,
@@ -46283,7 +46286,7 @@ const performUpdateRecordQuickActionAdapterFactory = (luvio) => {
46283
46286
  const factory$d = performUpdateRecordQuickActionAdapterFactory;
46284
46287
 
46285
46288
  function select$4(luvio, params) {
46286
- return select$2B();
46289
+ return select$2C();
46287
46290
  }
46288
46291
  function getResponseCacheKeys$8(storeKeyMap, luvio, resourceParams, response) {
46289
46292
  getTypeCacheKeys$1L(storeKeyMap, luvio, response);
@@ -46308,7 +46311,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
46308
46311
  function createResourceRequest$b(config) {
46309
46312
  const headers = {};
46310
46313
  return {
46311
- baseUri: '/services/data/v59.0',
46314
+ baseUri: '/services/data/v60.0',
46312
46315
  basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
46313
46316
  method: 'post',
46314
46317
  body: config.body,
@@ -46413,7 +46416,7 @@ const factory$c = performQuickActionAdapterFactory;
46413
46416
  function createResourceRequest$a(config) {
46414
46417
  const headers = {};
46415
46418
  return {
46416
- baseUri: '/services/data/v59.0',
46419
+ baseUri: '/services/data/v60.0',
46417
46420
  basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
46418
46421
  method: 'patch',
46419
46422
  body: config.body,
@@ -46634,7 +46637,7 @@ function validateAdapterConfig$9(untrustedConfig, configPropertyNames) {
46634
46637
  }
46635
46638
  function adapterFragment$1(luvio, config) {
46636
46639
  const resourceParams = createResourceParams$8(config);
46637
- return select$2J(luvio, resourceParams);
46640
+ return select$2K(luvio, resourceParams);
46638
46641
  }
46639
46642
  function onFetchResponseSuccess$2(luvio, config, resourceParams, response) {
46640
46643
  const snapshot = ingestSuccess$L(luvio, resourceParams, response, {
@@ -46702,7 +46705,7 @@ function getPaginationMetadata(luvio, resourceParams) {
46702
46705
  recordId: key,
46703
46706
  node: {
46704
46707
  kind: 'Fragment',
46705
- version: VERSION$2e,
46708
+ version: VERSION$2f,
46706
46709
  private: [],
46707
46710
  selections: [
46708
46711
  {
@@ -46812,7 +46815,7 @@ function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
46812
46815
  function createResourceRequest$9(config) {
46813
46816
  const headers = {};
46814
46817
  return {
46815
- baseUri: '/services/data/v59.0',
46818
+ baseUri: '/services/data/v60.0',
46816
46819
  basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
46817
46820
  method: 'get',
46818
46821
  body: null,
@@ -47023,7 +47026,7 @@ const factory$9 = (luvio) => {
47023
47026
  function createResourceRequest$8(config) {
47024
47027
  const headers = {};
47025
47028
  return {
47026
- baseUri: '/services/data/v59.0',
47029
+ baseUri: '/services/data/v60.0',
47027
47030
  basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
47028
47031
  method: 'post',
47029
47032
  body: config.body,
@@ -47632,7 +47635,7 @@ function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
47632
47635
  function createResourceRequest$7(config) {
47633
47636
  const headers = {};
47634
47637
  return {
47635
- baseUri: '/services/data/v59.0',
47638
+ baseUri: '/services/data/v60.0',
47636
47639
  basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
47637
47640
  method: 'get',
47638
47641
  body: null,
@@ -47673,8 +47676,8 @@ function validateAdapterConfig$6(untrustedConfig, configPropertyNames) {
47673
47676
  }
47674
47677
 
47675
47678
  const contextId$2 = `${keyPrefix}__${adapterName$4}`;
47676
- const layoutSelections = select$2D();
47677
- const objectInfoSelections = select$2F();
47679
+ const layoutSelections = select$2E();
47680
+ const objectInfoSelections = select$2G();
47678
47681
  function buildSelector(resp) {
47679
47682
  const recordSelections = buildSelectionFromRecord(resp.record);
47680
47683
  return [
@@ -47933,7 +47936,7 @@ const select$3 = function RecordTemplateCloneRepresentationSelect() {
47933
47936
  name: 'fields',
47934
47937
  kind: 'Link',
47935
47938
  map: true,
47936
- fragment: select$2Q()
47939
+ fragment: select$2R()
47937
47940
  },
47938
47941
  {
47939
47942
  name: 'recordTypeId',
@@ -47947,7 +47950,7 @@ const dynamicSelect$3 = function dynamicRecordTemplateCloneRepresentationSelect(
47947
47950
  name: 'fields',
47948
47951
  kind: 'Link',
47949
47952
  map: true,
47950
- fragment: select$2Q()
47953
+ fragment: select$2R()
47951
47954
  } : params.fields;
47952
47955
  return {
47953
47956
  kind: 'Fragment',
@@ -48110,7 +48113,7 @@ const dynamicSelect$2 = function dynamicRecordDefaultsTemplateCloneRepresentatio
48110
48113
  name: 'objectInfos',
48111
48114
  kind: 'Link',
48112
48115
  map: true,
48113
- fragment: select$2F()
48116
+ fragment: select$2G()
48114
48117
  } : params.objectInfos;
48115
48118
  const recordPathSelection = params.record === undefined ? {
48116
48119
  name: 'record',
@@ -48262,7 +48265,7 @@ function getResponseCacheKeys$5(storeKeyMap, luvio, resourceParams, response) {
48262
48265
  function createResourceRequest$6(config) {
48263
48266
  const headers = {};
48264
48267
  return {
48265
- baseUri: '/services/data/v59.0',
48268
+ baseUri: '/services/data/v60.0',
48266
48269
  basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
48267
48270
  method: 'get',
48268
48271
  body: null,
@@ -48567,7 +48570,7 @@ const select$1 = function RecordTemplateCreateRepresentationSelect() {
48567
48570
  name: 'fields',
48568
48571
  kind: 'Link',
48569
48572
  map: true,
48570
- fragment: select$2Q()
48573
+ fragment: select$2R()
48571
48574
  },
48572
48575
  {
48573
48576
  name: 'recordTypeId',
@@ -48581,7 +48584,7 @@ const dynamicSelect$1 = function dynamicRecordTemplateCreateRepresentationSelect
48581
48584
  name: 'fields',
48582
48585
  kind: 'Link',
48583
48586
  map: true,
48584
- fragment: select$2Q()
48587
+ fragment: select$2R()
48585
48588
  } : params.fields;
48586
48589
  return {
48587
48590
  kind: 'Fragment',
@@ -48735,7 +48738,7 @@ const dynamicSelect = function dynamicRecordDefaultsTemplateCreateRepresentation
48735
48738
  name: 'objectInfos',
48736
48739
  kind: 'Link',
48737
48740
  map: true,
48738
- fragment: select$2F()
48741
+ fragment: select$2G()
48739
48742
  } : params.objectInfos;
48740
48743
  const recordPathSelection = params.record === undefined ? {
48741
48744
  name: 'record',
@@ -48892,7 +48895,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
48892
48895
  function createResourceRequest$5(config) {
48893
48896
  const headers = {};
48894
48897
  return {
48895
- baseUri: '/services/data/v59.0',
48898
+ baseUri: '/services/data/v60.0',
48896
48899
  basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
48897
48900
  method: 'get',
48898
48901
  body: null,
@@ -49104,7 +49107,7 @@ function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
49104
49107
  function createResourceRequest$4(config) {
49105
49108
  const headers = {};
49106
49109
  return {
49107
- baseUri: '/services/data/v59.0',
49110
+ baseUri: '/services/data/v60.0',
49108
49111
  basePath: '/ui-api/records',
49109
49112
  method: 'post',
49110
49113
  body: config.body,
@@ -49116,6 +49119,7 @@ function createResourceRequest$4(config) {
49116
49119
  }
49117
49120
 
49118
49121
  const createRecord_ConfigPropertyMetadata = [
49122
+ generateParamConfigMetadata('includeFieldsInBody', false, 1 /* QueryParameter */, 1 /* Boolean */),
49119
49123
  generateParamConfigMetadata('triggerOtherEmail', false, 1 /* QueryParameter */, 1 /* Boolean */),
49120
49124
  generateParamConfigMetadata('triggerUserEmail', false, 1 /* QueryParameter */, 1 /* Boolean */),
49121
49125
  generateParamConfigMetadata('useDefaultRule', false, 1 /* QueryParameter */, 1 /* Boolean */),
@@ -49139,7 +49143,7 @@ function onResponseSuccess$1(luvio, response, recordIngest, conflictMap) {
49139
49143
  kind: 'Fragment',
49140
49144
  private: [],
49141
49145
  selections,
49142
- version: VERSION$2g,
49146
+ version: VERSION$2h,
49143
49147
  },
49144
49148
  variables: {},
49145
49149
  });
@@ -49197,7 +49201,7 @@ function evictSuccess(luvio, resourceParams) {
49197
49201
  function createResourceRequest$3(config) {
49198
49202
  const headers = {};
49199
49203
  return {
49200
- baseUri: '/services/data/v59.0',
49204
+ baseUri: '/services/data/v60.0',
49201
49205
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
49202
49206
  method: 'delete',
49203
49207
  body: null,
@@ -49284,7 +49288,7 @@ function createResourceRequest$2(config) {
49284
49288
  headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
49285
49289
  }
49286
49290
  return {
49287
- baseUri: '/services/data/v59.0',
49291
+ baseUri: '/services/data/v60.0',
49288
49292
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
49289
49293
  method: 'patch',
49290
49294
  body: config.body,
@@ -49383,7 +49387,7 @@ function onResponseSuccess(luvio, response, recordId, recordIngest, conflictMap)
49383
49387
  kind: 'Fragment',
49384
49388
  private: [],
49385
49389
  selections: sel,
49386
- version: VERSION$2g,
49390
+ version: VERSION$2h,
49387
49391
  },
49388
49392
  variables: {},
49389
49393
  });
@@ -49603,7 +49607,7 @@ function createResourceParams$1(config) {
49603
49607
  function createResourceRequest$1(config) {
49604
49608
  const headers = {};
49605
49609
  return {
49606
- baseUri: '/services/data/v59.0',
49610
+ baseUri: '/services/data/v60.0',
49607
49611
  basePath: '/ui-api/records/content-documents/' +
49608
49612
  config.urlParams.contentDocumentId +
49609
49613
  '/content-versions',
@@ -49627,7 +49631,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
49627
49631
  fragment: {
49628
49632
  kind: 'Fragment',
49629
49633
  private: [],
49630
- version: VERSION$2g,
49634
+ version: VERSION$2h,
49631
49635
  selections: buildSelectionFromRecord(body.contentDocument),
49632
49636
  },
49633
49637
  },
@@ -49638,7 +49642,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
49638
49642
  fragment: {
49639
49643
  kind: 'Fragment',
49640
49644
  private: [],
49641
- version: VERSION$2g,
49645
+ version: VERSION$2h,
49642
49646
  selections: buildSelectionFromRecord(body.contentDocumentLinks[0] || { fields: {} }),
49643
49647
  },
49644
49648
  },
@@ -49648,7 +49652,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
49648
49652
  fragment: {
49649
49653
  kind: 'Fragment',
49650
49654
  private: [],
49651
- version: VERSION$2g,
49655
+ version: VERSION$2h,
49652
49656
  selections: buildSelectionFromRecord(body.contentVersion),
49653
49657
  },
49654
49658
  },
@@ -49721,7 +49725,7 @@ function createResourceParams(config) {
49721
49725
  function createResourceRequest(config) {
49722
49726
  const headers = {};
49723
49727
  return {
49724
- baseUri: '/services/data/v59.0',
49728
+ baseUri: '/services/data/v60.0',
49725
49729
  basePath: '/ui-api/records/content-documents/content-versions',
49726
49730
  method: 'post',
49727
49731
  body: config.body,
@@ -50224,4 +50228,4 @@ ensureRegisteredOnce({
50224
50228
  instrument,
50225
50229
  });
50226
50230
 
50227
- export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory$1 as NotifyListInfoUpdateAvailable, notifyUpdateAvailableFactory$2 as NotifyListViewSummaryUpdateAvailable, notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailable, notifyUpdateAvailableFactory$3 as NotifyRecordUpdateAvailable, RepresentationType$O as ObjectInfoRepresentationType, RepresentationType$T as RecordRepresentationRepresentationType, TTL$B as RecordRepresentationTTL, RepresentationType$T as RecordRepresentationType, VERSION$2g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, getListObjectInfoAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1V as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1x as ingestDuplicateConfiguration, ingest$1s as ingestDuplicatesRepresentation, ingest$1T as ingestListInfo, ingest$1P as ingestListRecords, ingest$1L as ingestObjectInfo, ingest$1H as ingestQuickActionExecutionRepresentation, ingest$1Q as ingestRecord, ingest$1I as ingestRecordUi, ingest$1k as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1h as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1j as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$2S as keyBuilderObjectInfo, keyBuilder$2M as keyBuilderQuickActionExecutionRepresentation, keyBuilder$35 as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };
50231
+ export { notifyChangeFactory as GetRecordNotifyChange, InMemoryRecordRepresentationQueryEvaluator, MRU, notifyUpdateAvailableFactory$1 as NotifyListInfoUpdateAvailable, notifyUpdateAvailableFactory$2 as NotifyListViewSummaryUpdateAvailable, notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailable, notifyUpdateAvailableFactory$3 as NotifyRecordUpdateAvailable, RepresentationType$O as ObjectInfoRepresentationType, RepresentationType$T as RecordRepresentationRepresentationType, TTL$B as RecordRepresentationTTL, RepresentationType$T as RecordRepresentationType, VERSION$2h as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildSelectionFromFields, buildSelectionFromRecord, configuration, factory$1 as createContentDocumentAndVersionAdapterFactory, factory as createContentVersionAdapterFactory, createIngestRecordWithFields, factory$4 as createRecordAdapterFactory, createRecordInputFilteredByEditedFields, factory$3 as deleteRecordAdapterFactory, generateRecordInputForCreate, generateRecordInputForUpdate, getActionOverridesAdapterFactory, getAllAppsAdapterFactory, getAppDetailsAdapterFactory, getDuplicateConfigurationAdapterFactory, getDuplicatesAdapterFactory, getFieldDisplayValue$1 as getFieldDisplayValue, getFieldValue, getGlobalActionsAdapterFactory, getKeywordSearchResultsAdapterFactory, getLayoutAdapterFactory, getLayoutUserStateAdapterFactory, getListInfoByNameAdapterFactory, getListInfosByNameAdapterFactory, getListObjectInfoAdapterFactory, factory$a as getListRecordsByNameAdapterFactory, factory$i as getListUiAdapterFactory, getListUiByApiNameAdapterFactory, getListUiByListViewIdAdapterFactory, getListViewSummaryCollectionAdapterFactory, getLookupActionsAdapterFactory, getLookupMetadataAdapterFactory, factory$9 as getLookupRecordsAdapterFactory, factory$j as getMruListUiAdapterFactory, getNavItemsAdapterFactory, getObjectCreateActionsAdapterFactory, getObjectInfoAdapterFactory, getObjectInfosAdapterFactory, getPicklistValuesAdapterFactory, getPicklistValuesByRecordTypeAdapterFactory, getQuickActionDefaultsAdapterFactory, getQuickActionLayoutAdapterFactory, getRecordActionsAdapterFactory, factory$g as getRecordAdapterFactory, getRecordAvatarsAdapterFactory, factory$7 as getRecordCreateDefaultsAdapterFactory, getRecordEditActionsAdapterFactory, getRecordId18, getRecordInput, createFieldsIngestSuccess$3 as getRecordResourceIngest, factory$6 as getRecordTemplateCloneAdapterFactory, factory$5 as getRecordTemplateCreateAdapterFactory, factory$h as getRecordUiAdapterFactory, getRecordsAdapterFactory, getRelatedListActionsAdapterFactory, getRelatedListCountAdapterFactory, getRelatedListInfoAdapterFactory, getRelatedListInfoBatchAdapterFactory, getRelatedListPreferencesAdapterFactory, getRelatedListPreferencesBatchAdapterFactory, getRelatedListRecordActionsAdapterFactory, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatchAdapterFactory, getRelatedListsActionsAdapterFactory, getRelatedListsCountAdapterFactory, getRelatedListsInfoAdapterFactory, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadataAdapterFactory, getSearchFilterOptionsAdapterFactory, getSearchResultsAdapterFactory, getSelectedAppAdapterFactory, getTypeCacheKeys$1V as getTypeCacheKeysRecord, factory$e as graphqlAdapterFactory, factory$f as graphqlBatchAdapterFactory, ingest$4 as ingestContentDocumentCompositeRepresentation, ingest$1x as ingestDuplicateConfiguration, ingest$1s as ingestDuplicatesRepresentation, ingest$1T as ingestListInfo, ingest$1P as ingestListRecords, ingest$1L as ingestObjectInfo, ingest$1H as ingestQuickActionExecutionRepresentation, ingest$1Q as ingestRecord, ingest$1I as ingestRecordUi, ingest$1k as ingestRelatedListInfo, ingest$2 as ingestRelatedListInfoBatch, ingest$1h as ingestRelatedListRecords, ingest as ingestRelatedListRecordsBatch, ingest$1j as ingestRelatedListSummaryInfoCollection, ingest$7 as ingestUiApiGraphql, instrument, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$2S as keyBuilderObjectInfo, keyBuilder$2M as keyBuilderQuickActionExecutionRepresentation, keyBuilder$35 as keyBuilderRecord, factory$c as performQuickActionAdapterFactory, factory$d as performUpdateRecordQuickActionAdapterFactory, untrustedIsObject, factory$b as updateLayoutUserStateAdapterFactory, updateListInfoByNameAdapterFactory, factory$2 as updateRecordAdapterFactory, factory$8 as updateRecordAvatarAdapterFactory, updateRelatedListInfoAdapterFactory, updateRelatedListPreferencesAdapterFactory };