@salesforce/lds-adapters-uiapi 1.343.0 → 1.345.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/types/src/__performance__/utils/runMeasurement.d.ts +8 -2
- package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +6 -8
- package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/types/ListObjectQuickFilterOverridesRepresentation.d.ts +35 -0
- package/dist/es/es2018/uiapi-records-service.js +830 -635
- package/package.json +6 -7
- package/sfdc/graphqlAdapters.js +13 -9
- package/sfdc/index.js +799 -608
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +24 -0
package/sfdc/index.js
CHANGED
|
@@ -773,8 +773,8 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
773
773
|
entry['__metadata'] = createLink(metadataKey);
|
|
774
774
|
}
|
|
775
775
|
|
|
776
|
-
const VERSION$
|
|
777
|
-
function validate$
|
|
776
|
+
const VERSION$1v = "623aa9ce3a11031e35faf5671a41746e";
|
|
777
|
+
function validate$2b(obj, path = 'ListFilterByInfoRepresentation') {
|
|
778
778
|
const v_error = (() => {
|
|
779
779
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
780
780
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -809,10 +809,10 @@ function validate$2a(obj, path = 'ListFilterByInfoRepresentation') {
|
|
|
809
809
|
})();
|
|
810
810
|
return v_error === undefined ? null : v_error;
|
|
811
811
|
}
|
|
812
|
-
const select$
|
|
812
|
+
const select$28 = function ListFilterByInfoRepresentationSelect() {
|
|
813
813
|
return {
|
|
814
814
|
kind: 'Fragment',
|
|
815
|
-
version: VERSION$
|
|
815
|
+
version: VERSION$1v,
|
|
816
816
|
private: [],
|
|
817
817
|
selections: [
|
|
818
818
|
{
|
|
@@ -836,8 +836,8 @@ const select$27 = function ListFilterByInfoRepresentationSelect() {
|
|
|
836
836
|
};
|
|
837
837
|
};
|
|
838
838
|
|
|
839
|
-
const VERSION$
|
|
840
|
-
function validate$
|
|
839
|
+
const VERSION$1u = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
840
|
+
function validate$2a(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
841
841
|
const v_error = (() => {
|
|
842
842
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
843
843
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -897,10 +897,10 @@ function validate$29(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
|
897
897
|
})();
|
|
898
898
|
return v_error === undefined ? null : v_error;
|
|
899
899
|
}
|
|
900
|
-
const select$
|
|
900
|
+
const select$27 = function ListInlineEditDetailsRepresentationSelect() {
|
|
901
901
|
return {
|
|
902
902
|
kind: 'Fragment',
|
|
903
|
-
version: VERSION$
|
|
903
|
+
version: VERSION$1u,
|
|
904
904
|
private: [],
|
|
905
905
|
selections: [
|
|
906
906
|
{
|
|
@@ -915,8 +915,8 @@ const select$26 = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
915
915
|
};
|
|
916
916
|
};
|
|
917
917
|
|
|
918
|
-
const VERSION$
|
|
919
|
-
function validate$
|
|
918
|
+
const VERSION$1t = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
919
|
+
function validate$29(obj, path = 'ListReferenceRepresentation') {
|
|
920
920
|
const v_error = (() => {
|
|
921
921
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
922
922
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -986,10 +986,10 @@ function validate$28(obj, path = 'ListReferenceRepresentation') {
|
|
|
986
986
|
})();
|
|
987
987
|
return v_error === undefined ? null : v_error;
|
|
988
988
|
}
|
|
989
|
-
const select$
|
|
989
|
+
const select$26 = function ListReferenceRepresentationSelect() {
|
|
990
990
|
return {
|
|
991
991
|
kind: 'Fragment',
|
|
992
|
-
version: VERSION$
|
|
992
|
+
version: VERSION$1t,
|
|
993
993
|
private: [],
|
|
994
994
|
selections: [
|
|
995
995
|
{
|
|
@@ -1011,7 +1011,7 @@ const select$25 = function ListReferenceRepresentationSelect() {
|
|
|
1011
1011
|
]
|
|
1012
1012
|
};
|
|
1013
1013
|
};
|
|
1014
|
-
function equals$
|
|
1014
|
+
function equals$1c(existing, incoming) {
|
|
1015
1015
|
const existing_objectApiName = existing.objectApiName;
|
|
1016
1016
|
const incoming_objectApiName = incoming.objectApiName;
|
|
1017
1017
|
if (!(existing_objectApiName === incoming_objectApiName)) {
|
|
@@ -1035,8 +1035,8 @@ function equals$1b(existing, incoming) {
|
|
|
1035
1035
|
return true;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
const VERSION$
|
|
1039
|
-
function validate$
|
|
1038
|
+
const VERSION$1s = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
1039
|
+
function validate$28(obj, path = 'ListInfoShareRepresentation') {
|
|
1040
1040
|
const v_error = (() => {
|
|
1041
1041
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1042
1042
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1054,10 +1054,10 @@ function validate$27(obj, path = 'ListInfoShareRepresentation') {
|
|
|
1054
1054
|
})();
|
|
1055
1055
|
return v_error === undefined ? null : v_error;
|
|
1056
1056
|
}
|
|
1057
|
-
const select$
|
|
1057
|
+
const select$25 = function ListInfoShareRepresentationSelect() {
|
|
1058
1058
|
return {
|
|
1059
1059
|
kind: 'Fragment',
|
|
1060
|
-
version: VERSION$
|
|
1060
|
+
version: VERSION$1s,
|
|
1061
1061
|
private: [],
|
|
1062
1062
|
selections: [
|
|
1063
1063
|
{
|
|
@@ -1072,8 +1072,8 @@ const select$24 = function ListInfoShareRepresentationSelect() {
|
|
|
1072
1072
|
};
|
|
1073
1073
|
};
|
|
1074
1074
|
|
|
1075
|
-
const VERSION$
|
|
1076
|
-
function validate$
|
|
1075
|
+
const VERSION$1r = "561657f32721ec1dac1601575b029640";
|
|
1076
|
+
function validate$27(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
1077
1077
|
const v_error = (() => {
|
|
1078
1078
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1079
1079
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1091,7 +1091,7 @@ function validate$26(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
1091
1091
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
1092
1092
|
const obj_shares_item = obj_shares[i];
|
|
1093
1093
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
1094
|
-
const referencepath_shares_itemValidationError = validate$
|
|
1094
|
+
const referencepath_shares_itemValidationError = validate$28(obj_shares_item, path_shares_item);
|
|
1095
1095
|
if (referencepath_shares_itemValidationError !== null) {
|
|
1096
1096
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
1097
1097
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1101,11 +1101,11 @@ function validate$26(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
1101
1101
|
})();
|
|
1102
1102
|
return v_error === undefined ? null : v_error;
|
|
1103
1103
|
}
|
|
1104
|
-
const select$
|
|
1105
|
-
const { selections: ListInfoShareRepresentation__selections, opaque: ListInfoShareRepresentation__opaque, } = select$
|
|
1104
|
+
const select$24 = function ListInfoShareCategoryRepresentationSelect() {
|
|
1105
|
+
const { selections: ListInfoShareRepresentation__selections, opaque: ListInfoShareRepresentation__opaque, } = select$25();
|
|
1106
1106
|
return {
|
|
1107
1107
|
kind: 'Fragment',
|
|
1108
|
-
version: VERSION$
|
|
1108
|
+
version: VERSION$1r,
|
|
1109
1109
|
private: [],
|
|
1110
1110
|
selections: [
|
|
1111
1111
|
{
|
|
@@ -1122,8 +1122,8 @@ const select$23 = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
1122
1122
|
};
|
|
1123
1123
|
};
|
|
1124
1124
|
|
|
1125
|
-
const VERSION$
|
|
1126
|
-
function validate$
|
|
1125
|
+
const VERSION$1q = "32def9b631252c12b91a8209c1f49f5a";
|
|
1126
|
+
function validate$26(obj, path = 'ListOrderByInfoRepresentation') {
|
|
1127
1127
|
const v_error = (() => {
|
|
1128
1128
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1129
1129
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1167,10 +1167,10 @@ function validate$25(obj, path = 'ListOrderByInfoRepresentation') {
|
|
|
1167
1167
|
})();
|
|
1168
1168
|
return v_error === undefined ? null : v_error;
|
|
1169
1169
|
}
|
|
1170
|
-
const select$
|
|
1170
|
+
const select$23 = function ListOrderByInfoRepresentationSelect() {
|
|
1171
1171
|
return {
|
|
1172
1172
|
kind: 'Fragment',
|
|
1173
|
-
version: VERSION$
|
|
1173
|
+
version: VERSION$1q,
|
|
1174
1174
|
private: [],
|
|
1175
1175
|
selections: [
|
|
1176
1176
|
{
|
|
@@ -1188,7 +1188,7 @@ const select$22 = function ListOrderByInfoRepresentationSelect() {
|
|
|
1188
1188
|
]
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
|
-
function equals$
|
|
1191
|
+
function equals$1b(existing, incoming) {
|
|
1192
1192
|
const existing_isAscending = existing.isAscending;
|
|
1193
1193
|
const incoming_isAscending = incoming.isAscending;
|
|
1194
1194
|
if (!(existing_isAscending === incoming_isAscending)) {
|
|
@@ -1207,8 +1207,8 @@ function equals$1a(existing, incoming) {
|
|
|
1207
1207
|
return true;
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
|
-
const VERSION$
|
|
1211
|
-
function validate$
|
|
1210
|
+
const VERSION$1p = "2634258f216db34315c06d759a35676d";
|
|
1211
|
+
function validate$25(obj, path = 'ListScopeEntityRepresentation') {
|
|
1212
1212
|
const v_error = (() => {
|
|
1213
1213
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1214
1214
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1226,10 +1226,10 @@ function validate$24(obj, path = 'ListScopeEntityRepresentation') {
|
|
|
1226
1226
|
})();
|
|
1227
1227
|
return v_error === undefined ? null : v_error;
|
|
1228
1228
|
}
|
|
1229
|
-
const select$
|
|
1229
|
+
const select$22 = function ListScopeEntityRepresentationSelect() {
|
|
1230
1230
|
return {
|
|
1231
1231
|
kind: 'Fragment',
|
|
1232
|
-
version: VERSION$
|
|
1232
|
+
version: VERSION$1p,
|
|
1233
1233
|
private: [],
|
|
1234
1234
|
selections: [
|
|
1235
1235
|
{
|
|
@@ -1244,8 +1244,8 @@ const select$21 = function ListScopeEntityRepresentationSelect() {
|
|
|
1244
1244
|
};
|
|
1245
1245
|
};
|
|
1246
1246
|
|
|
1247
|
-
const VERSION$
|
|
1248
|
-
function validate$
|
|
1247
|
+
const VERSION$1o = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
1248
|
+
function validate$24(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
1249
1249
|
const v_error = (() => {
|
|
1250
1250
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1251
1251
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1268,10 +1268,10 @@ function validate$23(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
|
1268
1268
|
})();
|
|
1269
1269
|
return v_error === undefined ? null : v_error;
|
|
1270
1270
|
}
|
|
1271
|
-
const select$
|
|
1271
|
+
const select$21 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
1272
1272
|
return {
|
|
1273
1273
|
kind: 'Fragment',
|
|
1274
|
-
version: VERSION$
|
|
1274
|
+
version: VERSION$1o,
|
|
1275
1275
|
private: [],
|
|
1276
1276
|
selections: [
|
|
1277
1277
|
{
|
|
@@ -1290,8 +1290,8 @@ const select$20 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
1290
1290
|
};
|
|
1291
1291
|
};
|
|
1292
1292
|
|
|
1293
|
-
const VERSION$
|
|
1294
|
-
function validate$
|
|
1293
|
+
const VERSION$1n = "2fe9814e7124b47f59da585483c1b3f9";
|
|
1294
|
+
function validate$23(obj, path = 'ListScopeRepresentation') {
|
|
1295
1295
|
const v_error = (() => {
|
|
1296
1296
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1297
1297
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1305,7 +1305,7 @@ function validate$22(obj, path = 'ListScopeRepresentation') {
|
|
|
1305
1305
|
const path_entity = path + '.entity';
|
|
1306
1306
|
let obj_entity_union0 = null;
|
|
1307
1307
|
const obj_entity_union0_error = (() => {
|
|
1308
|
-
const referencepath_entityValidationError = validate$
|
|
1308
|
+
const referencepath_entityValidationError = validate$25(obj_entity, path_entity);
|
|
1309
1309
|
if (referencepath_entityValidationError !== null) {
|
|
1310
1310
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
1311
1311
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1360,7 +1360,7 @@ function validate$22(obj, path = 'ListScopeRepresentation') {
|
|
|
1360
1360
|
const path_relatedEntity = path + '.relatedEntity';
|
|
1361
1361
|
let obj_relatedEntity_union0 = null;
|
|
1362
1362
|
const obj_relatedEntity_union0_error = (() => {
|
|
1363
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
1363
|
+
const referencepath_relatedEntityValidationError = validate$24(obj_relatedEntity, path_relatedEntity);
|
|
1364
1364
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
1365
1365
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
1366
1366
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1388,12 +1388,12 @@ function validate$22(obj, path = 'ListScopeRepresentation') {
|
|
|
1388
1388
|
})();
|
|
1389
1389
|
return v_error === undefined ? null : v_error;
|
|
1390
1390
|
}
|
|
1391
|
-
const select$
|
|
1392
|
-
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$
|
|
1393
|
-
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$
|
|
1391
|
+
const select$20 = function ListScopeRepresentationSelect() {
|
|
1392
|
+
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$22();
|
|
1393
|
+
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$21();
|
|
1394
1394
|
return {
|
|
1395
1395
|
kind: 'Fragment',
|
|
1396
|
-
version: VERSION$
|
|
1396
|
+
version: VERSION$1n,
|
|
1397
1397
|
private: [],
|
|
1398
1398
|
selections: [
|
|
1399
1399
|
{
|
|
@@ -1420,8 +1420,8 @@ const select$1$ = function ListScopeRepresentationSelect() {
|
|
|
1420
1420
|
};
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
|
-
const VERSION$
|
|
1424
|
-
function validate$
|
|
1423
|
+
const VERSION$1m = "6506134f4d72fdfa349fe60ef1af2413";
|
|
1424
|
+
function validate$22(obj, path = 'ListUserPreferenceRepresentation') {
|
|
1425
1425
|
const v_error = (() => {
|
|
1426
1426
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1427
1427
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1457,10 +1457,10 @@ function validate$21(obj, path = 'ListUserPreferenceRepresentation') {
|
|
|
1457
1457
|
})();
|
|
1458
1458
|
return v_error === undefined ? null : v_error;
|
|
1459
1459
|
}
|
|
1460
|
-
const select$
|
|
1460
|
+
const select$1$ = function ListUserPreferenceRepresentationSelect() {
|
|
1461
1461
|
return {
|
|
1462
1462
|
kind: 'Fragment',
|
|
1463
|
-
version: VERSION$
|
|
1463
|
+
version: VERSION$1m,
|
|
1464
1464
|
private: [],
|
|
1465
1465
|
selections: [
|
|
1466
1466
|
{
|
|
@@ -1477,7 +1477,7 @@ const select$1_ = function ListUserPreferenceRepresentationSelect() {
|
|
|
1477
1477
|
};
|
|
1478
1478
|
};
|
|
1479
1479
|
|
|
1480
|
-
function validate$
|
|
1480
|
+
function validate$21(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
1481
1481
|
const v_error = (() => {
|
|
1482
1482
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1483
1483
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1496,7 +1496,7 @@ function validate$20(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
1496
1496
|
return v_error === undefined ? null : v_error;
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
|
-
function validate$
|
|
1499
|
+
function validate$20(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
1500
1500
|
const v_error = (() => {
|
|
1501
1501
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1502
1502
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1506,7 +1506,7 @@ function validate$1$(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1506
1506
|
const key = obj_keys[i];
|
|
1507
1507
|
const obj_prop = obj[key];
|
|
1508
1508
|
const path_prop = path + '["' + key + '"]';
|
|
1509
|
-
const referencepath_propValidationError = validate$
|
|
1509
|
+
const referencepath_propValidationError = validate$21(obj_prop, path_prop);
|
|
1510
1510
|
if (referencepath_propValidationError !== null) {
|
|
1511
1511
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
1512
1512
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1517,8 +1517,8 @@ function validate$1$(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1517
1517
|
return v_error === undefined ? null : v_error;
|
|
1518
1518
|
}
|
|
1519
1519
|
|
|
1520
|
-
const VERSION$
|
|
1521
|
-
function validate$
|
|
1520
|
+
const VERSION$1l = "64e2cac6d374ad92f491a9f8a952c6c3";
|
|
1521
|
+
function validate$1$(obj, path = 'ListColumnRepresentation') {
|
|
1522
1522
|
const v_error = (() => {
|
|
1523
1523
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1524
1524
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1532,7 +1532,7 @@ function validate$1_(obj, path = 'ListColumnRepresentation') {
|
|
|
1532
1532
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
1533
1533
|
let obj_inlineEditAttributes_union0 = null;
|
|
1534
1534
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
1535
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
1535
|
+
const referencepath_inlineEditAttributesValidationError = validate$20(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
1536
1536
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
1537
1537
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
1538
1538
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1605,15 +1605,15 @@ const RepresentationType$Z = 'ListColumnRepresentation';
|
|
|
1605
1605
|
function normalize$S(input, existing, path, luvio, store, timestamp) {
|
|
1606
1606
|
return input;
|
|
1607
1607
|
}
|
|
1608
|
-
const select$
|
|
1608
|
+
const select$1_ = function ListColumnRepresentationSelect() {
|
|
1609
1609
|
return {
|
|
1610
1610
|
kind: 'Fragment',
|
|
1611
|
-
version: VERSION$
|
|
1611
|
+
version: VERSION$1l,
|
|
1612
1612
|
private: [],
|
|
1613
1613
|
opaque: true
|
|
1614
1614
|
};
|
|
1615
1615
|
};
|
|
1616
|
-
function equals$
|
|
1616
|
+
function equals$1a(existing, incoming) {
|
|
1617
1617
|
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
1618
1618
|
return false;
|
|
1619
1619
|
}
|
|
@@ -1621,14 +1621,14 @@ function equals$19(existing, incoming) {
|
|
|
1621
1621
|
}
|
|
1622
1622
|
const ingest$S = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1623
1623
|
if (process.env.NODE_ENV !== 'production') {
|
|
1624
|
-
const validateError = validate$
|
|
1624
|
+
const validateError = validate$1$(input);
|
|
1625
1625
|
if (validateError !== null) {
|
|
1626
1626
|
throw validateError;
|
|
1627
1627
|
}
|
|
1628
1628
|
}
|
|
1629
1629
|
const key = path.fullPath;
|
|
1630
1630
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1631
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$S, "UiApi", VERSION$
|
|
1631
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$S, "UiApi", VERSION$1l, RepresentationType$Z, equals$1a);
|
|
1632
1632
|
return createLink(key);
|
|
1633
1633
|
};
|
|
1634
1634
|
function getTypeCacheKeys$_(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1653,8 +1653,8 @@ const keyBuilderFromType$F = function ListInfoRepresentationKeyBuilderFromType(l
|
|
|
1653
1653
|
};
|
|
1654
1654
|
|
|
1655
1655
|
const TTL$B = 900000;
|
|
1656
|
-
const VERSION$
|
|
1657
|
-
function validate$
|
|
1656
|
+
const VERSION$1k = "5adf17d38be03c0f71b1c52485b377a6";
|
|
1657
|
+
function validate$1_(obj, path = 'ListInfoRepresentation') {
|
|
1658
1658
|
const v_error = (() => {
|
|
1659
1659
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1660
1660
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1725,7 +1725,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1725
1725
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1726
1726
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1727
1727
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1728
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1728
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2b(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1729
1729
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1730
1730
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1731
1731
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1741,7 +1741,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1741
1741
|
}
|
|
1742
1742
|
const obj_inlineEditDetails = obj.inlineEditDetails;
|
|
1743
1743
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
1744
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
1744
|
+
const referencepath_inlineEditDetailsValidationError = validate$2a(obj_inlineEditDetails, path_inlineEditDetails);
|
|
1745
1745
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
1746
1746
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
1747
1747
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1775,7 +1775,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1775
1775
|
}
|
|
1776
1776
|
const obj_listReference = obj.listReference;
|
|
1777
1777
|
const path_listReference = path + '.listReference';
|
|
1778
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1778
|
+
const referencepath_listReferenceValidationError = validate$29(obj_listReference, path_listReference);
|
|
1779
1779
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1780
1780
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1781
1781
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1789,7 +1789,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1789
1789
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
1790
1790
|
const obj_listShares_item = obj_listShares[i];
|
|
1791
1791
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
1792
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
1792
|
+
const referencepath_listShares_itemValidationError = validate$27(obj_listShares_item, path_listShares_item);
|
|
1793
1793
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
1794
1794
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
1795
1795
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1816,7 +1816,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1816
1816
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1817
1817
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1818
1818
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1819
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1819
|
+
const referencepath_orderedByInfo_itemValidationError = validate$26(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1820
1820
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1821
1821
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1822
1822
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1827,7 +1827,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1827
1827
|
const path_scope = path + '.scope';
|
|
1828
1828
|
let obj_scope_union0 = null;
|
|
1829
1829
|
const obj_scope_union0_error = (() => {
|
|
1830
|
-
const referencepath_scopeValidationError = validate$
|
|
1830
|
+
const referencepath_scopeValidationError = validate$23(obj_scope, path_scope);
|
|
1831
1831
|
if (referencepath_scopeValidationError !== null) {
|
|
1832
1832
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1833
1833
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1864,7 +1864,7 @@ function validate$1Z(obj, path = 'ListInfoRepresentation') {
|
|
|
1864
1864
|
}
|
|
1865
1865
|
const obj_userPreferences = obj.userPreferences;
|
|
1866
1866
|
const path_userPreferences = path + '.userPreferences';
|
|
1867
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1867
|
+
const referencepath_userPreferencesValidationError = validate$22(obj_userPreferences, path_userPreferences);
|
|
1868
1868
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1869
1869
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1870
1870
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1906,17 +1906,17 @@ function normalize$R(input, existing, path, luvio, store, timestamp) {
|
|
|
1906
1906
|
}
|
|
1907
1907
|
return input;
|
|
1908
1908
|
}
|
|
1909
|
-
const select$
|
|
1910
|
-
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$
|
|
1911
|
-
const { selections: ListInlineEditDetailsRepresentation__selections, opaque: ListInlineEditDetailsRepresentation__opaque, } = select$
|
|
1912
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
1913
|
-
const { selections: ListInfoShareCategoryRepresentation__selections, opaque: ListInfoShareCategoryRepresentation__opaque, } = select$
|
|
1914
|
-
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$
|
|
1915
|
-
const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$
|
|
1916
|
-
const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$
|
|
1909
|
+
const select$1Z = function ListInfoRepresentationSelect() {
|
|
1910
|
+
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$28();
|
|
1911
|
+
const { selections: ListInlineEditDetailsRepresentation__selections, opaque: ListInlineEditDetailsRepresentation__opaque, } = select$27();
|
|
1912
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$26();
|
|
1913
|
+
const { selections: ListInfoShareCategoryRepresentation__selections, opaque: ListInfoShareCategoryRepresentation__opaque, } = select$24();
|
|
1914
|
+
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$23();
|
|
1915
|
+
const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$20();
|
|
1916
|
+
const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$1$();
|
|
1917
1917
|
return {
|
|
1918
1918
|
kind: 'Fragment',
|
|
1919
|
-
version: VERSION$
|
|
1919
|
+
version: VERSION$1k,
|
|
1920
1920
|
private: [
|
|
1921
1921
|
'eTag'
|
|
1922
1922
|
],
|
|
@@ -1937,7 +1937,7 @@ const select$1Y = function ListInfoRepresentationSelect() {
|
|
|
1937
1937
|
name: 'displayColumns',
|
|
1938
1938
|
kind: 'Link',
|
|
1939
1939
|
plural: true,
|
|
1940
|
-
fragment: select$
|
|
1940
|
+
fragment: select$1_()
|
|
1941
1941
|
},
|
|
1942
1942
|
{
|
|
1943
1943
|
name: 'filterLogicString',
|
|
@@ -2015,7 +2015,7 @@ const select$1Y = function ListInfoRepresentationSelect() {
|
|
|
2015
2015
|
]
|
|
2016
2016
|
};
|
|
2017
2017
|
};
|
|
2018
|
-
function equals$
|
|
2018
|
+
function equals$19(existing, incoming) {
|
|
2019
2019
|
if (existing.eTag !== incoming.eTag) {
|
|
2020
2020
|
return false;
|
|
2021
2021
|
}
|
|
@@ -2023,14 +2023,14 @@ function equals$18(existing, incoming) {
|
|
|
2023
2023
|
}
|
|
2024
2024
|
const ingest$R = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2025
2025
|
if (process.env.NODE_ENV !== 'production') {
|
|
2026
|
-
const validateError = validate$
|
|
2026
|
+
const validateError = validate$1_(input);
|
|
2027
2027
|
if (validateError !== null) {
|
|
2028
2028
|
throw validateError;
|
|
2029
2029
|
}
|
|
2030
2030
|
}
|
|
2031
2031
|
const key = keyBuilderFromType$F(luvio, input);
|
|
2032
2032
|
const ttlToUse = TTL$B;
|
|
2033
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$R, "UiApi", VERSION$
|
|
2033
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$R, "UiApi", VERSION$1k, RepresentationType$Y, equals$19);
|
|
2034
2034
|
return createLink(key);
|
|
2035
2035
|
};
|
|
2036
2036
|
function getTypeCacheKeys$Z(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -2117,8 +2117,8 @@ function toSortedStringArray(value) {
|
|
|
2117
2117
|
return undefined;
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
|
-
const VERSION$
|
|
2121
|
-
function validate$
|
|
2120
|
+
const VERSION$1j = "d1e589a127fb1060c89070cdb6f500b2";
|
|
2121
|
+
function validate$1Z(obj, path = 'RecordTypeInfoRepresentation') {
|
|
2122
2122
|
const v_error = (() => {
|
|
2123
2123
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2124
2124
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2151,10 +2151,10 @@ function validate$1Y(obj, path = 'RecordTypeInfoRepresentation') {
|
|
|
2151
2151
|
})();
|
|
2152
2152
|
return v_error === undefined ? null : v_error;
|
|
2153
2153
|
}
|
|
2154
|
-
const select$
|
|
2154
|
+
const select$1Y = function RecordTypeInfoRepresentationSelect() {
|
|
2155
2155
|
return {
|
|
2156
2156
|
kind: 'Fragment',
|
|
2157
|
-
version: VERSION$
|
|
2157
|
+
version: VERSION$1j,
|
|
2158
2158
|
private: [],
|
|
2159
2159
|
selections: [
|
|
2160
2160
|
{
|
|
@@ -2180,7 +2180,7 @@ const select$1X = function RecordTypeInfoRepresentationSelect() {
|
|
|
2180
2180
|
]
|
|
2181
2181
|
};
|
|
2182
2182
|
};
|
|
2183
|
-
function equals$
|
|
2183
|
+
function equals$18(existing, incoming) {
|
|
2184
2184
|
const existing_available = existing.available;
|
|
2185
2185
|
const incoming_available = incoming.available;
|
|
2186
2186
|
if (!(existing_available === incoming_available)) {
|
|
@@ -2209,8 +2209,8 @@ function equals$17(existing, incoming) {
|
|
|
2209
2209
|
return true;
|
|
2210
2210
|
}
|
|
2211
2211
|
|
|
2212
|
-
const VERSION$
|
|
2213
|
-
function validate$
|
|
2212
|
+
const VERSION$1i = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
2213
|
+
function validate$1Y(obj, path = 'FieldValueRepresentation') {
|
|
2214
2214
|
const v_error = (() => {
|
|
2215
2215
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2216
2216
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2318,10 +2318,10 @@ function normalize$Q(input, existing, path, luvio, store, timestamp) {
|
|
|
2318
2318
|
}
|
|
2319
2319
|
return input;
|
|
2320
2320
|
}
|
|
2321
|
-
const select$
|
|
2321
|
+
const select$1X = function FieldValueRepresentationSelect() {
|
|
2322
2322
|
return {
|
|
2323
2323
|
kind: 'Fragment',
|
|
2324
|
-
version: VERSION$
|
|
2324
|
+
version: VERSION$1i,
|
|
2325
2325
|
private: [],
|
|
2326
2326
|
selections: [
|
|
2327
2327
|
{
|
|
@@ -2332,12 +2332,12 @@ const select$1W = function FieldValueRepresentationSelect() {
|
|
|
2332
2332
|
name: 'value',
|
|
2333
2333
|
kind: 'Link',
|
|
2334
2334
|
nullable: true,
|
|
2335
|
-
fragment: select$
|
|
2335
|
+
fragment: select$1V()
|
|
2336
2336
|
}
|
|
2337
2337
|
]
|
|
2338
2338
|
};
|
|
2339
2339
|
};
|
|
2340
|
-
function equals$
|
|
2340
|
+
function equals$17(existing, incoming) {
|
|
2341
2341
|
const existing_displayValue = existing.displayValue;
|
|
2342
2342
|
const incoming_displayValue = incoming.displayValue;
|
|
2343
2343
|
if (!(existing_displayValue === incoming_displayValue)) {
|
|
@@ -2357,14 +2357,14 @@ function equals$16(existing, incoming) {
|
|
|
2357
2357
|
}
|
|
2358
2358
|
const ingest$Q = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2359
2359
|
if (process.env.NODE_ENV !== 'production') {
|
|
2360
|
-
const validateError = validate$
|
|
2360
|
+
const validateError = validate$1Y(input);
|
|
2361
2361
|
if (validateError !== null) {
|
|
2362
2362
|
throw validateError;
|
|
2363
2363
|
}
|
|
2364
2364
|
}
|
|
2365
2365
|
const key = path.fullPath;
|
|
2366
2366
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
2367
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$Q, "UiApi", VERSION$
|
|
2367
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$Q, "UiApi", VERSION$1i, RepresentationType$X, equals$17);
|
|
2368
2368
|
return createLink(key);
|
|
2369
2369
|
};
|
|
2370
2370
|
function getTypeCacheKeys$Y(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -2407,8 +2407,8 @@ const getTypeCacheKeys$X = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
2407
2407
|
};
|
|
2408
2408
|
|
|
2409
2409
|
const TTL$A = 120000;
|
|
2410
|
-
const VERSION$
|
|
2411
|
-
function validate$
|
|
2410
|
+
const VERSION$1h = "79cb5ac9f44542f683d00245fdfe500d";
|
|
2411
|
+
function validate$1X(obj, path = 'RecordCollectionRepresentation') {
|
|
2412
2412
|
const v_error = (() => {
|
|
2413
2413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2414
2414
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2588,10 +2588,10 @@ function normalize$P(input, existing, path, luvio, store, timestamp) {
|
|
|
2588
2588
|
}
|
|
2589
2589
|
return input;
|
|
2590
2590
|
}
|
|
2591
|
-
const select$
|
|
2591
|
+
const select$1W = function RecordCollectionRepresentationSelect() {
|
|
2592
2592
|
return {
|
|
2593
2593
|
kind: 'Fragment',
|
|
2594
|
-
version: VERSION$
|
|
2594
|
+
version: VERSION$1h,
|
|
2595
2595
|
private: [],
|
|
2596
2596
|
selections: [
|
|
2597
2597
|
{
|
|
@@ -2626,12 +2626,12 @@ const select$1V = function RecordCollectionRepresentationSelect() {
|
|
|
2626
2626
|
name: 'records',
|
|
2627
2627
|
kind: 'Link',
|
|
2628
2628
|
plural: true,
|
|
2629
|
-
fragment: select$
|
|
2629
|
+
fragment: select$1V()
|
|
2630
2630
|
}
|
|
2631
2631
|
]
|
|
2632
2632
|
};
|
|
2633
2633
|
};
|
|
2634
|
-
function equals$
|
|
2634
|
+
function equals$16(existing, incoming) {
|
|
2635
2635
|
const existing_count = existing.count;
|
|
2636
2636
|
const incoming_count = incoming.count;
|
|
2637
2637
|
if (!(existing_count === incoming_count)) {
|
|
@@ -2681,14 +2681,14 @@ function equals$15(existing, incoming) {
|
|
|
2681
2681
|
}
|
|
2682
2682
|
const ingest$P = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2683
2683
|
if (process.env.NODE_ENV !== 'production') {
|
|
2684
|
-
const validateError = validate$
|
|
2684
|
+
const validateError = validate$1X(input);
|
|
2685
2685
|
if (validateError !== null) {
|
|
2686
2686
|
throw validateError;
|
|
2687
2687
|
}
|
|
2688
2688
|
}
|
|
2689
2689
|
const key = path.fullPath;
|
|
2690
2690
|
const ttlToUse = TTL$A;
|
|
2691
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$P, "UiApi", VERSION$
|
|
2691
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$P, "UiApi", VERSION$1h, RepresentationType$W, equals$16);
|
|
2692
2692
|
return createLink(key);
|
|
2693
2693
|
};
|
|
2694
2694
|
function getTypeCacheKeys$W(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -2716,8 +2716,8 @@ const keyBuilderFromType$E = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
2716
2716
|
};
|
|
2717
2717
|
|
|
2718
2718
|
const TTL$z = 30000;
|
|
2719
|
-
const VERSION$
|
|
2720
|
-
function validate$
|
|
2719
|
+
const VERSION$1g = "98c5b18512e48ca8d28727549507e4ba";
|
|
2720
|
+
function validate$1W(obj, path = 'RecordRepresentation') {
|
|
2721
2721
|
const v_error = (() => {
|
|
2722
2722
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2723
2723
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2847,7 +2847,7 @@ function validate$1V(obj, path = 'RecordRepresentation') {
|
|
|
2847
2847
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2848
2848
|
let obj_recordTypeInfo_union0 = null;
|
|
2849
2849
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2850
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2850
|
+
const referencepath_recordTypeInfoValidationError = validate$1Z(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2851
2851
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2852
2852
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2853
2853
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2959,11 +2959,11 @@ function dynamicNormalize$5(ingestParams) {
|
|
|
2959
2959
|
return input;
|
|
2960
2960
|
};
|
|
2961
2961
|
}
|
|
2962
|
-
const select$
|
|
2963
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
2962
|
+
const select$1V = function RecordRepresentationSelect() {
|
|
2963
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$1Y();
|
|
2964
2964
|
return {
|
|
2965
2965
|
kind: 'Fragment',
|
|
2966
|
-
version: VERSION$
|
|
2966
|
+
version: VERSION$1g,
|
|
2967
2967
|
private: [
|
|
2968
2968
|
'eTag',
|
|
2969
2969
|
'weakEtag'
|
|
@@ -2977,13 +2977,13 @@ const select$1U = function RecordRepresentationSelect() {
|
|
|
2977
2977
|
name: 'childRelationships',
|
|
2978
2978
|
kind: 'Link',
|
|
2979
2979
|
map: true,
|
|
2980
|
-
fragment: select$
|
|
2980
|
+
fragment: select$1W()
|
|
2981
2981
|
},
|
|
2982
2982
|
{
|
|
2983
2983
|
name: 'fields',
|
|
2984
2984
|
kind: 'Link',
|
|
2985
2985
|
map: true,
|
|
2986
|
-
fragment: select$
|
|
2986
|
+
fragment: select$1X()
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
name: 'id',
|
|
@@ -3019,18 +3019,18 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
|
|
|
3019
3019
|
name: 'childRelationships',
|
|
3020
3020
|
kind: 'Link',
|
|
3021
3021
|
map: true,
|
|
3022
|
-
fragment: select$
|
|
3022
|
+
fragment: select$1W()
|
|
3023
3023
|
} : params.childRelationships;
|
|
3024
3024
|
const fieldsPathSelection = params.fields === undefined ? {
|
|
3025
3025
|
name: 'fields',
|
|
3026
3026
|
kind: 'Link',
|
|
3027
3027
|
map: true,
|
|
3028
|
-
fragment: select$
|
|
3028
|
+
fragment: select$1X()
|
|
3029
3029
|
} : params.fields;
|
|
3030
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
3030
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$1Y();
|
|
3031
3031
|
return {
|
|
3032
3032
|
kind: 'Fragment',
|
|
3033
|
-
version: VERSION$
|
|
3033
|
+
version: VERSION$1g,
|
|
3034
3034
|
private: [
|
|
3035
3035
|
'eTag',
|
|
3036
3036
|
'weakEtag'
|
|
@@ -3071,7 +3071,7 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
|
|
|
3071
3071
|
]
|
|
3072
3072
|
};
|
|
3073
3073
|
};
|
|
3074
|
-
function equals$
|
|
3074
|
+
function equals$15(existing, incoming) {
|
|
3075
3075
|
const existing_weakEtag = existing.weakEtag;
|
|
3076
3076
|
const incoming_weakEtag = incoming.weakEtag;
|
|
3077
3077
|
if (!(existing_weakEtag === incoming_weakEtag)) {
|
|
@@ -3132,7 +3132,7 @@ function equals$14(existing, incoming) {
|
|
|
3132
3132
|
if (!(existing_recordTypeInfo === incoming_recordTypeInfo
|
|
3133
3133
|
|| (existing_recordTypeInfo != null &&
|
|
3134
3134
|
incoming_recordTypeInfo != null &&
|
|
3135
|
-
equals$
|
|
3135
|
+
equals$18(existing_recordTypeInfo, incoming_recordTypeInfo)))) {
|
|
3136
3136
|
return false;
|
|
3137
3137
|
}
|
|
3138
3138
|
const existing_systemModstamp = existing.systemModstamp;
|
|
@@ -4820,7 +4820,7 @@ function createPathSelection(propertyName, fieldDefinition) {
|
|
|
4820
4820
|
kind: 'Fragment',
|
|
4821
4821
|
private: ['eTag', 'weakEtag'],
|
|
4822
4822
|
selections: createRecordSelection(childFieldDefinition),
|
|
4823
|
-
version: VERSION$
|
|
4823
|
+
version: VERSION$1g,
|
|
4824
4824
|
},
|
|
4825
4825
|
};
|
|
4826
4826
|
}
|
|
@@ -4830,7 +4830,7 @@ function createPathSelection(propertyName, fieldDefinition) {
|
|
|
4830
4830
|
required: childFieldDefinition.optional === true ? false : undefined,
|
|
4831
4831
|
fragment: {
|
|
4832
4832
|
kind: 'Fragment',
|
|
4833
|
-
version: VERSION$
|
|
4833
|
+
version: VERSION$1i,
|
|
4834
4834
|
private: [],
|
|
4835
4835
|
selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
|
|
4836
4836
|
},
|
|
@@ -4862,7 +4862,7 @@ function createPathSelectionFromValue(fields) {
|
|
|
4862
4862
|
kind: 'Fragment',
|
|
4863
4863
|
private: [],
|
|
4864
4864
|
selections: buildSelectionFromRecord(fieldValue),
|
|
4865
|
-
version: VERSION$
|
|
4865
|
+
version: VERSION$1g,
|
|
4866
4866
|
},
|
|
4867
4867
|
};
|
|
4868
4868
|
}
|
|
@@ -4872,7 +4872,7 @@ function createPathSelectionFromValue(fields) {
|
|
|
4872
4872
|
required: undefined,
|
|
4873
4873
|
fragment: {
|
|
4874
4874
|
kind: 'Fragment',
|
|
4875
|
-
version: VERSION$
|
|
4875
|
+
version: VERSION$1i,
|
|
4876
4876
|
private: [],
|
|
4877
4877
|
selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
|
|
4878
4878
|
},
|
|
@@ -5369,7 +5369,7 @@ function ingestRecordResponse(luvio, response, recordId, recordIngest, conflictM
|
|
|
5369
5369
|
kind: 'Fragment',
|
|
5370
5370
|
private: [],
|
|
5371
5371
|
selections: sel,
|
|
5372
|
-
version: VERSION$
|
|
5372
|
+
version: VERSION$1g,
|
|
5373
5373
|
},
|
|
5374
5374
|
variables: {},
|
|
5375
5375
|
});
|
|
@@ -5662,7 +5662,7 @@ function normalize$O(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
5662
5662
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
5663
5663
|
return (input, path, luvio, store, timestamp) => {
|
|
5664
5664
|
if (process.env.NODE_ENV !== 'production') {
|
|
5665
|
-
const validateError = validate$
|
|
5665
|
+
const validateError = validate$1Y(input);
|
|
5666
5666
|
if (validateError !== null) {
|
|
5667
5667
|
throw validateError;
|
|
5668
5668
|
}
|
|
@@ -5677,7 +5677,7 @@ function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
|
5677
5677
|
// read again after children ingested in case of a circular ref
|
|
5678
5678
|
existingRecord = store.readEntry(key);
|
|
5679
5679
|
incomingRecord = merge$2(existingRecord, incomingRecord, luvio, path);
|
|
5680
|
-
if (existingRecord === undefined || equals$
|
|
5680
|
+
if (existingRecord === undefined || equals$17(existingRecord, incomingRecord) === false) {
|
|
5681
5681
|
luvio.storePublish(key, incomingRecord);
|
|
5682
5682
|
}
|
|
5683
5683
|
return createLink(key);
|
|
@@ -5755,7 +5755,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5755
5755
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
5756
5756
|
return (input, path, luvio, store, timestamp) => {
|
|
5757
5757
|
if (process.env.NODE_ENV !== 'production') {
|
|
5758
|
-
const validateError = validate$
|
|
5758
|
+
const validateError = validate$1W(input);
|
|
5759
5759
|
if (validateError !== null) {
|
|
5760
5760
|
throw validateError;
|
|
5761
5761
|
}
|
|
@@ -5773,7 +5773,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5773
5773
|
existingRecord = store.readEntry(key);
|
|
5774
5774
|
incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
|
|
5775
5775
|
if (existingRecord === undefined ||
|
|
5776
|
-
equals$
|
|
5776
|
+
equals$15(existingRecord, incomingRecord) === false ||
|
|
5777
5777
|
// always publish if existing record has drafts
|
|
5778
5778
|
existingRecord.drafts !==
|
|
5779
5779
|
undefined) {
|
|
@@ -5783,7 +5783,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5783
5783
|
ttl: TTL$z,
|
|
5784
5784
|
representationName: RepresentationType$V,
|
|
5785
5785
|
namespace: keyPrefix,
|
|
5786
|
-
version: VERSION$
|
|
5786
|
+
version: VERSION$1g,
|
|
5787
5787
|
ingestionTimestamp: timestamp,
|
|
5788
5788
|
});
|
|
5789
5789
|
return createLink(key);
|
|
@@ -5953,7 +5953,7 @@ function buildRecordSelector(luvio, recordId, fields, optionalFields) {
|
|
|
5953
5953
|
kind: 'Fragment',
|
|
5954
5954
|
private: ['eTag', 'weakEtag'],
|
|
5955
5955
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
5956
|
-
version: VERSION$
|
|
5956
|
+
version: VERSION$1g,
|
|
5957
5957
|
},
|
|
5958
5958
|
variables: {},
|
|
5959
5959
|
};
|
|
@@ -6074,7 +6074,7 @@ function isSingleBatchRecordResponse(response) {
|
|
|
6074
6074
|
response.results.length === 1);
|
|
6075
6075
|
}
|
|
6076
6076
|
|
|
6077
|
-
const VERSION$
|
|
6077
|
+
const VERSION$1f = "98cce53b8d13b1883d001bbdaab24383";
|
|
6078
6078
|
|
|
6079
6079
|
const nonCachedErrors$7 = ObjectCreate$1(null);
|
|
6080
6080
|
function ingestSuccessChildResourceParams$8(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
|
|
@@ -6175,7 +6175,7 @@ function selectChildResourceParams$7(luvio, childResources, resourceParams) {
|
|
|
6175
6175
|
node: {
|
|
6176
6176
|
kind: 'Fragment',
|
|
6177
6177
|
private: [],
|
|
6178
|
-
version: VERSION$
|
|
6178
|
+
version: VERSION$1f,
|
|
6179
6179
|
},
|
|
6180
6180
|
variables: {},
|
|
6181
6181
|
});
|
|
@@ -6616,8 +6616,8 @@ const keyBuilderFromType$C = function ListRecordCollectionRepresentationKeyBuild
|
|
|
6616
6616
|
};
|
|
6617
6617
|
|
|
6618
6618
|
const TTL$y = 30000;
|
|
6619
|
-
const VERSION$
|
|
6620
|
-
function validate$
|
|
6619
|
+
const VERSION$1e = "e5c90c4081cd557f8ffec53028ede1e8";
|
|
6620
|
+
function validate$1V(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6621
6621
|
const v_error = (() => {
|
|
6622
6622
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6623
6623
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6677,7 +6677,7 @@ function validate$1U(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6677
6677
|
}
|
|
6678
6678
|
const obj_listReference = obj.listReference;
|
|
6679
6679
|
const path_listReference = path + '.listReference';
|
|
6680
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6680
|
+
const referencepath_listReferenceValidationError = validate$29(obj_listReference, path_listReference);
|
|
6681
6681
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6682
6682
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6683
6683
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6930,13 +6930,13 @@ function normalize$N(input, existing, path, luvio, store, timestamp) {
|
|
|
6930
6930
|
}
|
|
6931
6931
|
return input;
|
|
6932
6932
|
}
|
|
6933
|
-
const select$
|
|
6934
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
6933
|
+
const select$1U = function ListRecordCollectionRepresentationSelect(paginationParams) {
|
|
6934
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$26();
|
|
6935
6935
|
return {
|
|
6936
6936
|
kind: 'Fragment',
|
|
6937
6937
|
reader: true,
|
|
6938
6938
|
synthetic: false,
|
|
6939
|
-
version: VERSION$
|
|
6939
|
+
version: VERSION$1e,
|
|
6940
6940
|
read: (source, reader) => {
|
|
6941
6941
|
const sink = {};
|
|
6942
6942
|
if (paginationParams === undefined) {
|
|
@@ -6956,7 +6956,7 @@ const select$1T = function ListRecordCollectionRepresentationSelect(paginationPa
|
|
|
6956
6956
|
reader.readSingleLink(i, {
|
|
6957
6957
|
name: 'records',
|
|
6958
6958
|
kind: 'Link',
|
|
6959
|
-
fragment: select$
|
|
6959
|
+
fragment: select$1V()
|
|
6960
6960
|
}, itemsSource, allSink, i - startOffset);
|
|
6961
6961
|
if (reader.getIsDataMissing() === false) {
|
|
6962
6962
|
itemsSink[i - startOffset] = allSink[i - startOffset];
|
|
@@ -7049,14 +7049,14 @@ const dynamicSelect$7 = function dynamicListRecordCollectionRepresentationSelect
|
|
|
7049
7049
|
const recordsPathSelection = params.records === undefined ? {
|
|
7050
7050
|
name: 'records',
|
|
7051
7051
|
kind: 'Link',
|
|
7052
|
-
fragment: select$
|
|
7052
|
+
fragment: select$1V()
|
|
7053
7053
|
} : params.records;
|
|
7054
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
7054
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$26();
|
|
7055
7055
|
return {
|
|
7056
7056
|
kind: 'Fragment',
|
|
7057
7057
|
reader: true,
|
|
7058
7058
|
synthetic: false,
|
|
7059
|
-
version: VERSION$
|
|
7059
|
+
version: VERSION$1e,
|
|
7060
7060
|
read: (source, reader) => {
|
|
7061
7061
|
const sink = {};
|
|
7062
7062
|
if (paginationParams === undefined) {
|
|
@@ -7131,7 +7131,7 @@ const dynamicSelect$7 = function dynamicListRecordCollectionRepresentationSelect
|
|
|
7131
7131
|
},
|
|
7132
7132
|
};
|
|
7133
7133
|
};
|
|
7134
|
-
function equals$
|
|
7134
|
+
function equals$14(existing, incoming) {
|
|
7135
7135
|
const existing_count = existing.count;
|
|
7136
7136
|
const incoming_count = incoming.count;
|
|
7137
7137
|
if (!(existing_count === incoming_count)) {
|
|
@@ -7169,7 +7169,7 @@ function equals$13(existing, incoming) {
|
|
|
7169
7169
|
}
|
|
7170
7170
|
const existing_listReference = existing.listReference;
|
|
7171
7171
|
const incoming_listReference = incoming.listReference;
|
|
7172
|
-
if (!(equals$
|
|
7172
|
+
if (!(equals$1c(existing_listReference, incoming_listReference))) {
|
|
7173
7173
|
return false;
|
|
7174
7174
|
}
|
|
7175
7175
|
const existing_nextPageToken = existing.nextPageToken;
|
|
@@ -7243,7 +7243,7 @@ function equals$13(existing, incoming) {
|
|
|
7243
7243
|
}
|
|
7244
7244
|
const ingest$N = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7245
7245
|
if (process.env.NODE_ENV !== 'production') {
|
|
7246
|
-
const validateError = validate$
|
|
7246
|
+
const validateError = validate$1V(input);
|
|
7247
7247
|
if (validateError !== null) {
|
|
7248
7248
|
throw validateError;
|
|
7249
7249
|
}
|
|
@@ -7302,14 +7302,14 @@ const ingest$N = function ListRecordCollectionRepresentationIngest(input, path,
|
|
|
7302
7302
|
...existingRecord.records.slice(nextOffset),
|
|
7303
7303
|
];
|
|
7304
7304
|
}
|
|
7305
|
-
if (existingRecord === undefined || equals$
|
|
7305
|
+
if (existingRecord === undefined || equals$14(existingRecord, incomingRecord) === false) {
|
|
7306
7306
|
luvio.storePublish(key, incomingRecord);
|
|
7307
7307
|
}
|
|
7308
7308
|
{
|
|
7309
7309
|
const storeMetadataParams = {
|
|
7310
7310
|
ttl: ttlToUse,
|
|
7311
7311
|
namespace: "UiApi",
|
|
7312
|
-
version: VERSION$
|
|
7312
|
+
version: VERSION$1e,
|
|
7313
7313
|
representationName: RepresentationType$U,
|
|
7314
7314
|
ingestionTimestamp: timestamp,
|
|
7315
7315
|
};
|
|
@@ -7350,8 +7350,8 @@ const notifyUpdateAvailableFactory$4 = (luvio) => {
|
|
|
7350
7350
|
};
|
|
7351
7351
|
};
|
|
7352
7352
|
|
|
7353
|
-
const VERSION$
|
|
7354
|
-
function validate$
|
|
7353
|
+
const VERSION$1d = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7354
|
+
function validate$1U(obj, path = 'ListUiRepresentation') {
|
|
7355
7355
|
const v_error = (() => {
|
|
7356
7356
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7357
7357
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7418,16 +7418,16 @@ const dynamicSelect$6 = function dynamicListUiRepresentationSelect(params, pagin
|
|
|
7418
7418
|
const infoPathSelection = params.info === undefined ? {
|
|
7419
7419
|
name: 'info',
|
|
7420
7420
|
kind: 'Link',
|
|
7421
|
-
fragment: select$
|
|
7421
|
+
fragment: select$1Z()
|
|
7422
7422
|
} : params.info;
|
|
7423
7423
|
const recordsPathSelection = params.records === undefined ? {
|
|
7424
7424
|
name: 'records',
|
|
7425
7425
|
kind: 'Link',
|
|
7426
|
-
fragment: select$
|
|
7426
|
+
fragment: select$1U(paginationParams)
|
|
7427
7427
|
} : params.records;
|
|
7428
7428
|
return {
|
|
7429
7429
|
kind: 'Fragment',
|
|
7430
|
-
version: VERSION$
|
|
7430
|
+
version: VERSION$1d,
|
|
7431
7431
|
private: [
|
|
7432
7432
|
'eTag'
|
|
7433
7433
|
],
|
|
@@ -7437,7 +7437,7 @@ const dynamicSelect$6 = function dynamicListUiRepresentationSelect(params, pagin
|
|
|
7437
7437
|
]
|
|
7438
7438
|
};
|
|
7439
7439
|
};
|
|
7440
|
-
function equals$
|
|
7440
|
+
function equals$13(existing, incoming) {
|
|
7441
7441
|
const existing_eTag = existing.eTag;
|
|
7442
7442
|
const incoming_eTag = incoming.eTag;
|
|
7443
7443
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -7457,14 +7457,14 @@ function equals$12(existing, incoming) {
|
|
|
7457
7457
|
}
|
|
7458
7458
|
const ingest$M = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7459
7459
|
if (process.env.NODE_ENV !== 'production') {
|
|
7460
|
-
const validateError = validate$
|
|
7460
|
+
const validateError = validate$1U(input);
|
|
7461
7461
|
if (validateError !== null) {
|
|
7462
7462
|
throw validateError;
|
|
7463
7463
|
}
|
|
7464
7464
|
}
|
|
7465
7465
|
const key = keyBuilderFromType$B(luvio, input);
|
|
7466
7466
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
7467
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$M, "UiApi", VERSION$
|
|
7467
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$M, "UiApi", VERSION$1d, RepresentationType$T, equals$13);
|
|
7468
7468
|
return createLink(key);
|
|
7469
7469
|
};
|
|
7470
7470
|
function getTypeCacheKeys$T(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -7598,8 +7598,8 @@ function createResourceRequest$18(config) {
|
|
|
7598
7598
|
};
|
|
7599
7599
|
}
|
|
7600
7600
|
|
|
7601
|
-
const VERSION$
|
|
7602
|
-
function validate$
|
|
7601
|
+
const VERSION$1c = "0b29241fd9ed04bb61fde26b3f558ac4";
|
|
7602
|
+
function validate$1T(obj, path = 'ListInfoSummaryRepresentation') {
|
|
7603
7603
|
const v_error = (() => {
|
|
7604
7604
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7605
7605
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7661,10 +7661,10 @@ function keyBuilderFromType$A(luvio, object) {
|
|
|
7661
7661
|
function normalize$L(input, existing, path, luvio, store, timestamp) {
|
|
7662
7662
|
return input;
|
|
7663
7663
|
}
|
|
7664
|
-
const select$
|
|
7664
|
+
const select$1T = function ListInfoSummaryRepresentationSelect() {
|
|
7665
7665
|
return {
|
|
7666
7666
|
kind: 'Fragment',
|
|
7667
|
-
version: VERSION$
|
|
7667
|
+
version: VERSION$1c,
|
|
7668
7668
|
private: [],
|
|
7669
7669
|
selections: [
|
|
7670
7670
|
{
|
|
@@ -7686,7 +7686,7 @@ const select$1S = function ListInfoSummaryRepresentationSelect() {
|
|
|
7686
7686
|
]
|
|
7687
7687
|
};
|
|
7688
7688
|
};
|
|
7689
|
-
function equals$
|
|
7689
|
+
function equals$12(existing, incoming) {
|
|
7690
7690
|
const existing_apiName = existing.apiName;
|
|
7691
7691
|
const incoming_apiName = incoming.apiName;
|
|
7692
7692
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -7711,14 +7711,14 @@ function equals$11(existing, incoming) {
|
|
|
7711
7711
|
}
|
|
7712
7712
|
const ingest$L = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7713
7713
|
if (process.env.NODE_ENV !== 'production') {
|
|
7714
|
-
const validateError = validate$
|
|
7714
|
+
const validateError = validate$1T(input);
|
|
7715
7715
|
if (validateError !== null) {
|
|
7716
7716
|
throw validateError;
|
|
7717
7717
|
}
|
|
7718
7718
|
}
|
|
7719
7719
|
const key = keyBuilderFromType$A(luvio, input);
|
|
7720
7720
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
7721
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "UiApi", VERSION$
|
|
7721
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "UiApi", VERSION$1c, RepresentationType$S, equals$12);
|
|
7722
7722
|
return createLink(key);
|
|
7723
7723
|
};
|
|
7724
7724
|
function getTypeCacheKeys$S(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -7731,8 +7731,8 @@ function getTypeCacheKeys$S(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7731
7731
|
});
|
|
7732
7732
|
}
|
|
7733
7733
|
|
|
7734
|
-
const VERSION$
|
|
7735
|
-
function validate$
|
|
7734
|
+
const VERSION$1b = "d0cadb0927f908b5b64694e1cff0b2d7";
|
|
7735
|
+
function validate$1S(obj, path = 'ListInfoSummaryCollectionRepresentation') {
|
|
7736
7736
|
const v_error = (() => {
|
|
7737
7737
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7738
7738
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7948,12 +7948,12 @@ function normalize$K(input, existing, path, luvio, store, timestamp) {
|
|
|
7948
7948
|
}
|
|
7949
7949
|
return input;
|
|
7950
7950
|
}
|
|
7951
|
-
const select$
|
|
7951
|
+
const select$1S = function ListInfoSummaryCollectionRepresentationSelect(paginationParams) {
|
|
7952
7952
|
return {
|
|
7953
7953
|
kind: 'Fragment',
|
|
7954
7954
|
reader: true,
|
|
7955
7955
|
synthetic: false,
|
|
7956
|
-
version: VERSION$
|
|
7956
|
+
version: VERSION$1b,
|
|
7957
7957
|
read: (source, reader) => {
|
|
7958
7958
|
const sink = {};
|
|
7959
7959
|
if (paginationParams === undefined) {
|
|
@@ -7973,7 +7973,7 @@ const select$1R = function ListInfoSummaryCollectionRepresentationSelect(paginat
|
|
|
7973
7973
|
reader.readSingleLink(i, {
|
|
7974
7974
|
name: 'lists',
|
|
7975
7975
|
kind: 'Link',
|
|
7976
|
-
fragment: select$
|
|
7976
|
+
fragment: select$1T()
|
|
7977
7977
|
}, itemsSource, allSink, i - startOffset);
|
|
7978
7978
|
if (reader.getIsDataMissing() === false) {
|
|
7979
7979
|
itemsSink[i - startOffset] = allSink[i - startOffset];
|
|
@@ -8041,7 +8041,7 @@ function getPageMetadata$2(paginationMetadata, paginationParams) {
|
|
|
8041
8041
|
metadataProperties.count = endOffset - startOffset;
|
|
8042
8042
|
return sink;
|
|
8043
8043
|
}
|
|
8044
|
-
function equals$
|
|
8044
|
+
function equals$11(existing, incoming) {
|
|
8045
8045
|
const existing_recentListsOnly = existing.recentListsOnly;
|
|
8046
8046
|
const incoming_recentListsOnly = incoming.recentListsOnly;
|
|
8047
8047
|
if (!(existing_recentListsOnly === incoming_recentListsOnly)) {
|
|
@@ -8116,7 +8116,7 @@ function equals$10(existing, incoming) {
|
|
|
8116
8116
|
}
|
|
8117
8117
|
const ingest$K = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8118
8118
|
if (process.env.NODE_ENV !== 'production') {
|
|
8119
|
-
const validateError = validate$
|
|
8119
|
+
const validateError = validate$1S(input);
|
|
8120
8120
|
if (validateError !== null) {
|
|
8121
8121
|
throw validateError;
|
|
8122
8122
|
}
|
|
@@ -8175,14 +8175,14 @@ const ingest$K = function ListInfoSummaryCollectionRepresentationIngest(input, p
|
|
|
8175
8175
|
...existingRecord.lists.slice(nextOffset),
|
|
8176
8176
|
];
|
|
8177
8177
|
}
|
|
8178
|
-
if (existingRecord === undefined || equals$
|
|
8178
|
+
if (existingRecord === undefined || equals$11(existingRecord, incomingRecord) === false) {
|
|
8179
8179
|
luvio.storePublish(key, incomingRecord);
|
|
8180
8180
|
}
|
|
8181
8181
|
if (ttlToUse !== undefined) {
|
|
8182
8182
|
const storeMetadataParams = {
|
|
8183
8183
|
ttl: ttlToUse,
|
|
8184
8184
|
namespace: "UiApi",
|
|
8185
|
-
version: VERSION$
|
|
8185
|
+
version: VERSION$1b,
|
|
8186
8186
|
representationName: RepresentationType$R,
|
|
8187
8187
|
ingestionTimestamp: timestamp,
|
|
8188
8188
|
};
|
|
@@ -8345,11 +8345,11 @@ function getListReference(query, context) {
|
|
|
8345
8345
|
/**
|
|
8346
8346
|
* Reader selections to copy a list info
|
|
8347
8347
|
*/
|
|
8348
|
-
const LIST_INFO_SELECTIONS = select$
|
|
8348
|
+
const LIST_INFO_SELECTIONS = select$1Z().selections;
|
|
8349
8349
|
/**
|
|
8350
8350
|
* List info private memebers
|
|
8351
8351
|
*/
|
|
8352
|
-
select$
|
|
8352
|
+
select$1Z().private;
|
|
8353
8353
|
const LIST_INFO_SELECTIONS_ETAG = [
|
|
8354
8354
|
...LIST_INFO_SELECTIONS,
|
|
8355
8355
|
{ kind: 'Scalar', name: 'eTag' },
|
|
@@ -8374,7 +8374,7 @@ function getListInfo(luvio, listRef, storeLookup) {
|
|
|
8374
8374
|
kind: 'Fragment',
|
|
8375
8375
|
selections: LIST_INFO_SELECTIONS_ETAG,
|
|
8376
8376
|
private: [],
|
|
8377
|
-
version: VERSION$
|
|
8377
|
+
version: VERSION$1k,
|
|
8378
8378
|
},
|
|
8379
8379
|
variables: {},
|
|
8380
8380
|
});
|
|
@@ -8604,7 +8604,7 @@ function keyBuilder$22(luvio, params) {
|
|
|
8604
8604
|
});
|
|
8605
8605
|
}
|
|
8606
8606
|
|
|
8607
|
-
function select$
|
|
8607
|
+
function select$1R(luvio, params) {
|
|
8608
8608
|
const { fields = [], optionalFields = [] } = params.body;
|
|
8609
8609
|
return dynamicSelect$7({
|
|
8610
8610
|
records: {
|
|
@@ -8614,7 +8614,7 @@ function select$1Q(luvio, params) {
|
|
|
8614
8614
|
kind: 'Fragment',
|
|
8615
8615
|
private: ['eTag', 'weakEtag'],
|
|
8616
8616
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
8617
|
-
version: VERSION$
|
|
8617
|
+
version: VERSION$1g
|
|
8618
8618
|
},
|
|
8619
8619
|
},
|
|
8620
8620
|
}, createPaginationParams$4(params));
|
|
@@ -8630,7 +8630,7 @@ function ingestSuccess$R(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
8630
8630
|
}
|
|
8631
8631
|
const snapshot = luvio.storeLookup({
|
|
8632
8632
|
recordId: key,
|
|
8633
|
-
node: select$
|
|
8633
|
+
node: select$1R(luvio, resourceParams),
|
|
8634
8634
|
variables: {},
|
|
8635
8635
|
}, snapshotRefresh);
|
|
8636
8636
|
return snapshot;
|
|
@@ -8663,7 +8663,7 @@ function ingestError$K(luvio, params, error, snapshotRefresh) {
|
|
|
8663
8663
|
const storeMetadataParams = {
|
|
8664
8664
|
ttl: TTL$y,
|
|
8665
8665
|
namespace: keyPrefix,
|
|
8666
|
-
version: VERSION$
|
|
8666
|
+
version: VERSION$1e,
|
|
8667
8667
|
representationName: RepresentationType$U
|
|
8668
8668
|
};
|
|
8669
8669
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -8736,8 +8736,8 @@ function isErrorSnapshot(snapshot) {
|
|
|
8736
8736
|
return snapshot.state === 'Error';
|
|
8737
8737
|
}
|
|
8738
8738
|
|
|
8739
|
-
const VERSION$
|
|
8740
|
-
function validate$
|
|
8739
|
+
const VERSION$1a = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
8740
|
+
function validate$1R(obj, path = 'ListViewSummaryRepresentation') {
|
|
8741
8741
|
const v_error = (() => {
|
|
8742
8742
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8743
8743
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8799,10 +8799,10 @@ function keyBuilderFromType$y(luvio, object) {
|
|
|
8799
8799
|
function normalize$J(input, existing, path, luvio, store, timestamp) {
|
|
8800
8800
|
return input;
|
|
8801
8801
|
}
|
|
8802
|
-
const select$
|
|
8802
|
+
const select$1Q = function ListViewSummaryRepresentationSelect() {
|
|
8803
8803
|
return {
|
|
8804
8804
|
kind: 'Fragment',
|
|
8805
|
-
version: VERSION$
|
|
8805
|
+
version: VERSION$1a,
|
|
8806
8806
|
private: [],
|
|
8807
8807
|
selections: [
|
|
8808
8808
|
{
|
|
@@ -8824,7 +8824,7 @@ const select$1P = function ListViewSummaryRepresentationSelect() {
|
|
|
8824
8824
|
]
|
|
8825
8825
|
};
|
|
8826
8826
|
};
|
|
8827
|
-
function equals
|
|
8827
|
+
function equals$10(existing, incoming) {
|
|
8828
8828
|
const existing_apiName = existing.apiName;
|
|
8829
8829
|
const incoming_apiName = incoming.apiName;
|
|
8830
8830
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -8849,14 +8849,14 @@ function equals$$(existing, incoming) {
|
|
|
8849
8849
|
}
|
|
8850
8850
|
const ingest$J = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8851
8851
|
if (process.env.NODE_ENV !== 'production') {
|
|
8852
|
-
const validateError = validate$
|
|
8852
|
+
const validateError = validate$1R(input);
|
|
8853
8853
|
if (validateError !== null) {
|
|
8854
8854
|
throw validateError;
|
|
8855
8855
|
}
|
|
8856
8856
|
}
|
|
8857
8857
|
const key = keyBuilderFromType$y(luvio, input);
|
|
8858
8858
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
8859
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$
|
|
8859
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$1a, RepresentationType$Q, equals$10);
|
|
8860
8860
|
return createLink(key);
|
|
8861
8861
|
};
|
|
8862
8862
|
function getTypeCacheKeys$Q(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -8869,8 +8869,8 @@ function getTypeCacheKeys$Q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8869
8869
|
});
|
|
8870
8870
|
}
|
|
8871
8871
|
|
|
8872
|
-
const VERSION$
|
|
8873
|
-
function validate$
|
|
8872
|
+
const VERSION$19 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
8873
|
+
function validate$1Q(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
8874
8874
|
const v_error = (() => {
|
|
8875
8875
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8876
8876
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9086,12 +9086,12 @@ function normalize$I(input, existing, path, luvio, store, timestamp) {
|
|
|
9086
9086
|
}
|
|
9087
9087
|
return input;
|
|
9088
9088
|
}
|
|
9089
|
-
const select$
|
|
9089
|
+
const select$1P = function ListViewSummaryCollectionRepresentationSelect(paginationParams) {
|
|
9090
9090
|
return {
|
|
9091
9091
|
kind: 'Fragment',
|
|
9092
9092
|
reader: true,
|
|
9093
9093
|
synthetic: false,
|
|
9094
|
-
version: VERSION$
|
|
9094
|
+
version: VERSION$19,
|
|
9095
9095
|
read: (source, reader) => {
|
|
9096
9096
|
const sink = {};
|
|
9097
9097
|
if (paginationParams === undefined) {
|
|
@@ -9111,7 +9111,7 @@ const select$1O = function ListViewSummaryCollectionRepresentationSelect(paginat
|
|
|
9111
9111
|
reader.readSingleLink(i, {
|
|
9112
9112
|
name: 'lists',
|
|
9113
9113
|
kind: 'Link',
|
|
9114
|
-
fragment: select$
|
|
9114
|
+
fragment: select$1Q()
|
|
9115
9115
|
}, itemsSource, allSink, i - startOffset);
|
|
9116
9116
|
if (reader.getIsDataMissing() === false) {
|
|
9117
9117
|
itemsSink[i - startOffset] = allSink[i - startOffset];
|
|
@@ -9179,7 +9179,7 @@ function getPageMetadata$1(paginationMetadata, paginationParams) {
|
|
|
9179
9179
|
metadataProperties.count = endOffset - startOffset;
|
|
9180
9180
|
return sink;
|
|
9181
9181
|
}
|
|
9182
|
-
function equals
|
|
9182
|
+
function equals$$(existing, incoming) {
|
|
9183
9183
|
const existing_recentListsOnly = existing.recentListsOnly;
|
|
9184
9184
|
const incoming_recentListsOnly = incoming.recentListsOnly;
|
|
9185
9185
|
if (!(existing_recentListsOnly === incoming_recentListsOnly)) {
|
|
@@ -9254,7 +9254,7 @@ function equals$_(existing, incoming) {
|
|
|
9254
9254
|
}
|
|
9255
9255
|
const ingest$I = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9256
9256
|
if (process.env.NODE_ENV !== 'production') {
|
|
9257
|
-
const validateError = validate$
|
|
9257
|
+
const validateError = validate$1Q(input);
|
|
9258
9258
|
if (validateError !== null) {
|
|
9259
9259
|
throw validateError;
|
|
9260
9260
|
}
|
|
@@ -9313,14 +9313,14 @@ const ingest$I = function ListViewSummaryCollectionRepresentationIngest(input, p
|
|
|
9313
9313
|
...existingRecord.lists.slice(nextOffset),
|
|
9314
9314
|
];
|
|
9315
9315
|
}
|
|
9316
|
-
if (existingRecord === undefined || equals
|
|
9316
|
+
if (existingRecord === undefined || equals$$(existingRecord, incomingRecord) === false) {
|
|
9317
9317
|
luvio.storePublish(key, incomingRecord);
|
|
9318
9318
|
}
|
|
9319
9319
|
if (ttlToUse !== undefined) {
|
|
9320
9320
|
const storeMetadataParams = {
|
|
9321
9321
|
ttl: ttlToUse,
|
|
9322
9322
|
namespace: "UiApi",
|
|
9323
|
-
version: VERSION$
|
|
9323
|
+
version: VERSION$19,
|
|
9324
9324
|
representationName: RepresentationType$P,
|
|
9325
9325
|
ingestionTimestamp: timestamp,
|
|
9326
9326
|
};
|
|
@@ -9368,9 +9368,9 @@ function createPaginationParams$3(params) {
|
|
|
9368
9368
|
pageSize: queryParams.pageSize === undefined ? 20 : queryParams.pageSize
|
|
9369
9369
|
};
|
|
9370
9370
|
}
|
|
9371
|
-
function select$
|
|
9371
|
+
function select$1O(luvio, params) {
|
|
9372
9372
|
const paginationParams = createPaginationParams$3(params);
|
|
9373
|
-
return select$
|
|
9373
|
+
return select$1P(paginationParams);
|
|
9374
9374
|
}
|
|
9375
9375
|
function keyBuilder$1$(luvio, params) {
|
|
9376
9376
|
return keyBuilder$20(luvio, {
|
|
@@ -9388,7 +9388,7 @@ function ingestSuccess$Q(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
9388
9388
|
luvio.storeIngest(key, ingest$I, body);
|
|
9389
9389
|
const snapshot = luvio.storeLookup({
|
|
9390
9390
|
recordId: key,
|
|
9391
|
-
node: select$
|
|
9391
|
+
node: select$1O(luvio, resourceParams),
|
|
9392
9392
|
variables: {},
|
|
9393
9393
|
}, snapshotRefresh);
|
|
9394
9394
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -9454,7 +9454,7 @@ function validateAdapterConfig$15(untrustedConfig, configPropertyNames) {
|
|
|
9454
9454
|
}
|
|
9455
9455
|
function adapterFragment$I(luvio, config) {
|
|
9456
9456
|
const resourceParams = createResourceParams$_(config);
|
|
9457
|
-
return select$
|
|
9457
|
+
return select$1O(luvio, resourceParams);
|
|
9458
9458
|
}
|
|
9459
9459
|
function onFetchResponseSuccess$M(luvio, config, resourceParams, response) {
|
|
9460
9460
|
const snapshot = ingestSuccess$Q(luvio, resourceParams, response, {
|
|
@@ -9522,7 +9522,7 @@ function getPaginationMetadata$3(luvio, resourceParams) {
|
|
|
9522
9522
|
recordId: key,
|
|
9523
9523
|
node: {
|
|
9524
9524
|
kind: 'Fragment',
|
|
9525
|
-
version: VERSION$
|
|
9525
|
+
version: VERSION$19,
|
|
9526
9526
|
private: [],
|
|
9527
9527
|
selections: [
|
|
9528
9528
|
{
|
|
@@ -9712,7 +9712,7 @@ function buildListUiFragment$1(config, fields) {
|
|
|
9712
9712
|
kind: 'Fragment',
|
|
9713
9713
|
private: ['eTag', 'weakEtag'],
|
|
9714
9714
|
selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
|
|
9715
|
-
version: VERSION$
|
|
9715
|
+
version: VERSION$1g,
|
|
9716
9716
|
},
|
|
9717
9717
|
},
|
|
9718
9718
|
};
|
|
@@ -10031,7 +10031,7 @@ function buildListUiFragment(config, context, fields) {
|
|
|
10031
10031
|
kind: 'Fragment',
|
|
10032
10032
|
private: ['eTag', 'weakEtag'],
|
|
10033
10033
|
selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
|
|
10034
|
-
version: VERSION$
|
|
10034
|
+
version: VERSION$1g,
|
|
10035
10035
|
},
|
|
10036
10036
|
},
|
|
10037
10037
|
};
|
|
@@ -10438,7 +10438,7 @@ const factory$h = (luvio) => {
|
|
|
10438
10438
|
}, { contextId: contextId$5 });
|
|
10439
10439
|
};
|
|
10440
10440
|
|
|
10441
|
-
function validate$
|
|
10441
|
+
function validate$1P(obj, path = 'ChildRelationshipRepresentation') {
|
|
10442
10442
|
const v_error = (() => {
|
|
10443
10443
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10444
10444
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10486,7 +10486,7 @@ function validate$1O(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
10486
10486
|
return v_error === undefined ? null : v_error;
|
|
10487
10487
|
}
|
|
10488
10488
|
|
|
10489
|
-
function validate$
|
|
10489
|
+
function validate$1O(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
10490
10490
|
const v_error = (() => {
|
|
10491
10491
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10492
10492
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10517,7 +10517,7 @@ function validate$1N(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
10517
10517
|
return v_error === undefined ? null : v_error;
|
|
10518
10518
|
}
|
|
10519
10519
|
|
|
10520
|
-
function validate$
|
|
10520
|
+
function validate$1N(obj, path = 'ReferenceToInfoRepresentation') {
|
|
10521
10521
|
const v_error = (() => {
|
|
10522
10522
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10523
10523
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10543,7 +10543,7 @@ function validate$1M(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
10543
10543
|
return v_error === undefined ? null : v_error;
|
|
10544
10544
|
}
|
|
10545
10545
|
|
|
10546
|
-
function validate$
|
|
10546
|
+
function validate$1M(obj, path = 'FieldRepresentation') {
|
|
10547
10547
|
const v_error = (() => {
|
|
10548
10548
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10549
10549
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10708,7 +10708,7 @@ function validate$1L(obj, path = 'FieldRepresentation') {
|
|
|
10708
10708
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
10709
10709
|
let obj_filteredLookupInfo_union0 = null;
|
|
10710
10710
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
10711
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
10711
|
+
const referencepath_filteredLookupInfoValidationError = validate$1O(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
10712
10712
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
10713
10713
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
10714
10714
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10859,7 +10859,7 @@ function validate$1L(obj, path = 'FieldRepresentation') {
|
|
|
10859
10859
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
10860
10860
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
10861
10861
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
10862
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
10862
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1N(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
10863
10863
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
10864
10864
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
10865
10865
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10926,7 +10926,7 @@ function validate$1L(obj, path = 'FieldRepresentation') {
|
|
|
10926
10926
|
return v_error === undefined ? null : v_error;
|
|
10927
10927
|
}
|
|
10928
10928
|
|
|
10929
|
-
function validate$
|
|
10929
|
+
function validate$1L(obj, path = 'ThemeInfoRepresentation') {
|
|
10930
10930
|
const v_error = (() => {
|
|
10931
10931
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10932
10932
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10967,8 +10967,8 @@ function validate$1K(obj, path = 'ThemeInfoRepresentation') {
|
|
|
10967
10967
|
}
|
|
10968
10968
|
|
|
10969
10969
|
const TTL$x = 900000;
|
|
10970
|
-
const VERSION$
|
|
10971
|
-
function validate$
|
|
10970
|
+
const VERSION$18 = "2302a71ca718abb60353eb88dedb1c12";
|
|
10971
|
+
function validate$1K(obj, path = 'ObjectInfoRepresentation') {
|
|
10972
10972
|
const v_error = (() => {
|
|
10973
10973
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10974
10974
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11038,7 +11038,7 @@ function validate$1J(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11038
11038
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
11039
11039
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
11040
11040
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
11041
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
11041
|
+
const referencepath_childRelationships_itemValidationError = validate$1P(obj_childRelationships_item, path_childRelationships_item);
|
|
11042
11042
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
11043
11043
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
11044
11044
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11125,7 +11125,7 @@ function validate$1J(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11125
11125
|
const key = obj_fields_keys[i];
|
|
11126
11126
|
const obj_fields_prop = obj_fields[key];
|
|
11127
11127
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
11128
|
-
const referencepath_fields_propValidationError = validate$
|
|
11128
|
+
const referencepath_fields_propValidationError = validate$1M(obj_fields_prop, path_fields_prop);
|
|
11129
11129
|
if (referencepath_fields_propValidationError !== null) {
|
|
11130
11130
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
11131
11131
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11205,7 +11205,7 @@ function validate$1J(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11205
11205
|
const key = obj_recordTypeInfos_keys[i];
|
|
11206
11206
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
11207
11207
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
11208
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
11208
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1Z(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
11209
11209
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
11210
11210
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
11211
11211
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11226,7 +11226,7 @@ function validate$1J(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11226
11226
|
const path_themeInfo = path + '.themeInfo';
|
|
11227
11227
|
let obj_themeInfo_union0 = null;
|
|
11228
11228
|
const obj_themeInfo_union0_error = (() => {
|
|
11229
|
-
const referencepath_themeInfoValidationError = validate$
|
|
11229
|
+
const referencepath_themeInfoValidationError = validate$1L(obj_themeInfo, path_themeInfo);
|
|
11230
11230
|
if (referencepath_themeInfoValidationError !== null) {
|
|
11231
11231
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
11232
11232
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11272,10 +11272,10 @@ function keyBuilderFromType$w(luvio, object) {
|
|
|
11272
11272
|
function normalize$H(input, existing, path, luvio, store, timestamp) {
|
|
11273
11273
|
return input;
|
|
11274
11274
|
}
|
|
11275
|
-
const select$
|
|
11275
|
+
const select$1N = function ObjectInfoRepresentationSelect() {
|
|
11276
11276
|
return {
|
|
11277
11277
|
kind: 'Fragment',
|
|
11278
|
-
version: VERSION$
|
|
11278
|
+
version: VERSION$18,
|
|
11279
11279
|
private: [
|
|
11280
11280
|
'eTag'
|
|
11281
11281
|
],
|
|
@@ -11385,7 +11385,7 @@ const select$1M = function ObjectInfoRepresentationSelect() {
|
|
|
11385
11385
|
]
|
|
11386
11386
|
};
|
|
11387
11387
|
};
|
|
11388
|
-
function equals$
|
|
11388
|
+
function equals$_(existing, incoming) {
|
|
11389
11389
|
if (existing.eTag !== incoming.eTag) {
|
|
11390
11390
|
return false;
|
|
11391
11391
|
}
|
|
@@ -11393,14 +11393,14 @@ function equals$Z(existing, incoming) {
|
|
|
11393
11393
|
}
|
|
11394
11394
|
const ingest$H = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11395
11395
|
if (process.env.NODE_ENV !== 'production') {
|
|
11396
|
-
const validateError = validate$
|
|
11396
|
+
const validateError = validate$1K(input);
|
|
11397
11397
|
if (validateError !== null) {
|
|
11398
11398
|
throw validateError;
|
|
11399
11399
|
}
|
|
11400
11400
|
}
|
|
11401
11401
|
const key = keyBuilderFromType$w(luvio, input);
|
|
11402
11402
|
const ttlToUse = TTL$x;
|
|
11403
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "UiApi", VERSION$
|
|
11403
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "UiApi", VERSION$18, RepresentationType$O, equals$_);
|
|
11404
11404
|
return createLink(key);
|
|
11405
11405
|
};
|
|
11406
11406
|
function getTypeCacheKeys$O(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -11413,8 +11413,8 @@ function getTypeCacheKeys$O(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
11413
11413
|
});
|
|
11414
11414
|
}
|
|
11415
11415
|
|
|
11416
|
-
function select$
|
|
11417
|
-
return select$
|
|
11416
|
+
function select$1M(luvio, params) {
|
|
11417
|
+
return select$1N();
|
|
11418
11418
|
}
|
|
11419
11419
|
function keyBuilder$1X(luvio, params) {
|
|
11420
11420
|
return keyBuilder$1Y(luvio, {
|
|
@@ -11430,7 +11430,7 @@ function ingestSuccess$P(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
11430
11430
|
luvio.storeIngest(key, ingest$H, body);
|
|
11431
11431
|
const snapshot = luvio.storeLookup({
|
|
11432
11432
|
recordId: key,
|
|
11433
|
-
node: select$
|
|
11433
|
+
node: select$1M(),
|
|
11434
11434
|
variables: {},
|
|
11435
11435
|
}, snapshotRefresh);
|
|
11436
11436
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -11447,7 +11447,7 @@ function ingestError$I(luvio, params, error, snapshotRefresh) {
|
|
|
11447
11447
|
const storeMetadataParams = {
|
|
11448
11448
|
ttl: TTL$x,
|
|
11449
11449
|
namespace: keyPrefix,
|
|
11450
|
-
version: VERSION$
|
|
11450
|
+
version: VERSION$18,
|
|
11451
11451
|
representationName: RepresentationType$O
|
|
11452
11452
|
};
|
|
11453
11453
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -11498,7 +11498,7 @@ function validateAdapterConfig$13(untrustedConfig, configPropertyNames) {
|
|
|
11498
11498
|
}
|
|
11499
11499
|
function adapterFragment$H(luvio, config) {
|
|
11500
11500
|
createResourceParams$Y(config);
|
|
11501
|
-
return select$
|
|
11501
|
+
return select$1M();
|
|
11502
11502
|
}
|
|
11503
11503
|
function onFetchResponseSuccess$L(luvio, config, resourceParams, response) {
|
|
11504
11504
|
const snapshot = ingestSuccess$P(luvio, resourceParams, response, {
|
|
@@ -11554,7 +11554,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
11554
11554
|
buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
|
|
11555
11555
|
};
|
|
11556
11556
|
|
|
11557
|
-
function validate$
|
|
11557
|
+
function validate$1J(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
11558
11558
|
const v_error = (() => {
|
|
11559
11559
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11560
11560
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11602,7 +11602,7 @@ var DiscriminatorValues$5;
|
|
|
11602
11602
|
DiscriminatorValues["Field"] = "Field";
|
|
11603
11603
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
11604
11604
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
11605
|
-
function validate$
|
|
11605
|
+
function validate$1I(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
11606
11606
|
const v_error = (() => {
|
|
11607
11607
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11608
11608
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11642,7 +11642,7 @@ function validate$1H(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
11642
11642
|
return v_error === undefined ? null : v_error;
|
|
11643
11643
|
}
|
|
11644
11644
|
|
|
11645
|
-
function validate$
|
|
11645
|
+
function validate$1H(obj, path = 'RecordLayoutItemRepresentation') {
|
|
11646
11646
|
const v_error = (() => {
|
|
11647
11647
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11648
11648
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11670,7 +11670,7 @@ function validate$1G(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11670
11670
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
11671
11671
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
11672
11672
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
11673
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
11673
|
+
const referencepath_layoutComponents_itemValidationError = validate$1I(obj_layoutComponents_item, path_layoutComponents_item);
|
|
11674
11674
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
11675
11675
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
11676
11676
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11717,7 +11717,7 @@ function validate$1G(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11717
11717
|
return v_error === undefined ? null : v_error;
|
|
11718
11718
|
}
|
|
11719
11719
|
|
|
11720
|
-
function validate$
|
|
11720
|
+
function validate$1G(obj, path = 'RecordLayoutRowRepresentation') {
|
|
11721
11721
|
const v_error = (() => {
|
|
11722
11722
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11723
11723
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11730,7 +11730,7 @@ function validate$1F(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11730
11730
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
11731
11731
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
11732
11732
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
11733
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
11733
|
+
const referencepath_layoutItems_itemValidationError = validate$1H(obj_layoutItems_item, path_layoutItems_item);
|
|
11734
11734
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
11735
11735
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
11736
11736
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11741,7 +11741,7 @@ function validate$1F(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11741
11741
|
return v_error === undefined ? null : v_error;
|
|
11742
11742
|
}
|
|
11743
11743
|
|
|
11744
|
-
function validate$
|
|
11744
|
+
function validate$1F(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
11745
11745
|
const v_error = (() => {
|
|
11746
11746
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11747
11747
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11816,7 +11816,7 @@ function validate$1E(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11816
11816
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
11817
11817
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
11818
11818
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
11819
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
11819
|
+
const referencepath_layoutRows_itemValidationError = validate$1G(obj_layoutRows_item, path_layoutRows_item);
|
|
11820
11820
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
11821
11821
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
11822
11822
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11838,8 +11838,8 @@ function validate$1E(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11838
11838
|
}
|
|
11839
11839
|
|
|
11840
11840
|
const TTL$w = 900000;
|
|
11841
|
-
const VERSION$
|
|
11842
|
-
function validate$
|
|
11841
|
+
const VERSION$17 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
11842
|
+
function validate$1E(obj, path = 'RecordLayoutRepresentation') {
|
|
11843
11843
|
const v_error = (() => {
|
|
11844
11844
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11845
11845
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11945,7 +11945,7 @@ function validate$1D(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11945
11945
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
11946
11946
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
11947
11947
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
11948
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
11948
|
+
const referencepath_saveOptions_itemValidationError = validate$1J(obj_saveOptions_item, path_saveOptions_item);
|
|
11949
11949
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
11950
11950
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
11951
11951
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11960,7 +11960,7 @@ function validate$1D(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11960
11960
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
11961
11961
|
const obj_sections_item = obj_sections[i];
|
|
11962
11962
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
11963
|
-
const referencepath_sections_itemValidationError = validate$
|
|
11963
|
+
const referencepath_sections_itemValidationError = validate$1F(obj_sections_item, path_sections_item);
|
|
11964
11964
|
if (referencepath_sections_itemValidationError !== null) {
|
|
11965
11965
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
11966
11966
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11986,10 +11986,10 @@ function keyBuilderFromType$v(luvio, object) {
|
|
|
11986
11986
|
function normalize$G(input, existing, path, luvio, store, timestamp) {
|
|
11987
11987
|
return input;
|
|
11988
11988
|
}
|
|
11989
|
-
const select$
|
|
11989
|
+
const select$1L = function RecordLayoutRepresentationSelect() {
|
|
11990
11990
|
return {
|
|
11991
11991
|
kind: 'Fragment',
|
|
11992
|
-
version: VERSION$
|
|
11992
|
+
version: VERSION$17,
|
|
11993
11993
|
private: [
|
|
11994
11994
|
'eTag'
|
|
11995
11995
|
],
|
|
@@ -12027,7 +12027,7 @@ const select$1K = function RecordLayoutRepresentationSelect() {
|
|
|
12027
12027
|
]
|
|
12028
12028
|
};
|
|
12029
12029
|
};
|
|
12030
|
-
function equals$
|
|
12030
|
+
function equals$Z(existing, incoming) {
|
|
12031
12031
|
if (existing.eTag !== incoming.eTag) {
|
|
12032
12032
|
return false;
|
|
12033
12033
|
}
|
|
@@ -12035,14 +12035,14 @@ function equals$Y(existing, incoming) {
|
|
|
12035
12035
|
}
|
|
12036
12036
|
const ingest$G = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12037
12037
|
if (process.env.NODE_ENV !== 'production') {
|
|
12038
|
-
const validateError = validate$
|
|
12038
|
+
const validateError = validate$1E(input);
|
|
12039
12039
|
if (validateError !== null) {
|
|
12040
12040
|
throw validateError;
|
|
12041
12041
|
}
|
|
12042
12042
|
}
|
|
12043
12043
|
const key = keyBuilderFromType$v(luvio, input);
|
|
12044
12044
|
const ttlToUse = TTL$w;
|
|
12045
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$
|
|
12045
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$17, RepresentationType$N, equals$Z);
|
|
12046
12046
|
return createLink(key);
|
|
12047
12047
|
};
|
|
12048
12048
|
function getTypeCacheKeys$N(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -12077,7 +12077,7 @@ function getRecordId18Array(value) {
|
|
|
12077
12077
|
return dedupe(array).sort();
|
|
12078
12078
|
}
|
|
12079
12079
|
|
|
12080
|
-
function validate$
|
|
12080
|
+
function validate$1D(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
12081
12081
|
const v_error = (() => {
|
|
12082
12082
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12083
12083
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12097,8 +12097,8 @@ function validate$1C(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
12097
12097
|
}
|
|
12098
12098
|
|
|
12099
12099
|
const TTL$v = 900000;
|
|
12100
|
-
const VERSION$
|
|
12101
|
-
function validate$
|
|
12100
|
+
const VERSION$16 = "12123f1aca1b5a48303b1d099f9f5629";
|
|
12101
|
+
function validate$1C(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
12102
12102
|
const v_error = (() => {
|
|
12103
12103
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12104
12104
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12159,7 +12159,7 @@ function validate$1B(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
12159
12159
|
const key = obj_sectionUserStates_keys[i];
|
|
12160
12160
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
12161
12161
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
12162
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
12162
|
+
const referencepath_sectionUserStates_propValidationError = validate$1D(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
12163
12163
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
12164
12164
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
12165
12165
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12185,10 +12185,10 @@ function keyBuilderFromType$u(luvio, object) {
|
|
|
12185
12185
|
function normalize$F(input, existing, path, luvio, store, timestamp) {
|
|
12186
12186
|
return input;
|
|
12187
12187
|
}
|
|
12188
|
-
const select$
|
|
12188
|
+
const select$1K = function RecordLayoutUserStateRepresentationSelect() {
|
|
12189
12189
|
return {
|
|
12190
12190
|
kind: 'Fragment',
|
|
12191
|
-
version: VERSION$
|
|
12191
|
+
version: VERSION$16,
|
|
12192
12192
|
private: [
|
|
12193
12193
|
'apiName',
|
|
12194
12194
|
'recordTypeId',
|
|
@@ -12208,7 +12208,7 @@ const select$1J = function RecordLayoutUserStateRepresentationSelect() {
|
|
|
12208
12208
|
]
|
|
12209
12209
|
};
|
|
12210
12210
|
};
|
|
12211
|
-
function equals$
|
|
12211
|
+
function equals$Y(existing, incoming) {
|
|
12212
12212
|
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
12213
12213
|
return false;
|
|
12214
12214
|
}
|
|
@@ -12216,14 +12216,14 @@ function equals$X(existing, incoming) {
|
|
|
12216
12216
|
}
|
|
12217
12217
|
const ingest$F = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12218
12218
|
if (process.env.NODE_ENV !== 'production') {
|
|
12219
|
-
const validateError = validate$
|
|
12219
|
+
const validateError = validate$1C(input);
|
|
12220
12220
|
if (validateError !== null) {
|
|
12221
12221
|
throw validateError;
|
|
12222
12222
|
}
|
|
12223
12223
|
}
|
|
12224
12224
|
const key = keyBuilderFromType$u(luvio, input);
|
|
12225
12225
|
const ttlToUse = TTL$v;
|
|
12226
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$
|
|
12226
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$16, RepresentationType$M, equals$Y);
|
|
12227
12227
|
return createLink(key);
|
|
12228
12228
|
};
|
|
12229
12229
|
function getTypeCacheKeys$M(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -12237,8 +12237,8 @@ function getTypeCacheKeys$M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12237
12237
|
}
|
|
12238
12238
|
|
|
12239
12239
|
const TTL$u = 900000;
|
|
12240
|
-
const VERSION$
|
|
12241
|
-
function validate$
|
|
12240
|
+
const VERSION$15 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
12241
|
+
function validate$1B(obj, path = 'RecordUiRepresentation') {
|
|
12242
12242
|
const v_error = (() => {
|
|
12243
12243
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12244
12244
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12435,7 +12435,7 @@ function normalize$E(input, existing, path, luvio, store, timestamp) {
|
|
|
12435
12435
|
}
|
|
12436
12436
|
return input;
|
|
12437
12437
|
}
|
|
12438
|
-
function equals$
|
|
12438
|
+
function equals$X(existing, incoming) {
|
|
12439
12439
|
const existing_eTag = existing.eTag;
|
|
12440
12440
|
const incoming_eTag = incoming.eTag;
|
|
12441
12441
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -12500,14 +12500,14 @@ function equals$W(existing, incoming) {
|
|
|
12500
12500
|
}
|
|
12501
12501
|
const ingest$E = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12502
12502
|
if (process.env.NODE_ENV !== 'production') {
|
|
12503
|
-
const validateError = validate$
|
|
12503
|
+
const validateError = validate$1B(input);
|
|
12504
12504
|
if (validateError !== null) {
|
|
12505
12505
|
throw validateError;
|
|
12506
12506
|
}
|
|
12507
12507
|
}
|
|
12508
12508
|
const key = path.fullPath;
|
|
12509
12509
|
const ttlToUse = TTL$u;
|
|
12510
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "UiApi", VERSION$
|
|
12510
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "UiApi", VERSION$15, RepresentationType$L, equals$X);
|
|
12511
12511
|
return createLink(key);
|
|
12512
12512
|
};
|
|
12513
12513
|
|
|
@@ -12555,9 +12555,9 @@ function validateAdapterConfig$12(untrustedConfig, configPropertyNames) {
|
|
|
12555
12555
|
return config;
|
|
12556
12556
|
}
|
|
12557
12557
|
|
|
12558
|
-
const layoutSelections$2 = select$
|
|
12559
|
-
const objectInfoPathSelection = select$
|
|
12560
|
-
const layoutUserStatePathSelector = select$
|
|
12558
|
+
const layoutSelections$2 = select$1L();
|
|
12559
|
+
const objectInfoPathSelection = select$1N();
|
|
12560
|
+
const layoutUserStatePathSelector = select$1K();
|
|
12561
12561
|
function buildRecordUiSelector(recordDefs, layoutTypes, modes, recordOptionalFields) {
|
|
12562
12562
|
const layoutTypeSelections = [];
|
|
12563
12563
|
for (let i = 0, len = layoutTypes.length; i < len; i += 1) {
|
|
@@ -12605,7 +12605,7 @@ function buildRecordUiSelector(recordDefs, layoutTypes, modes, recordOptionalFie
|
|
|
12605
12605
|
return {
|
|
12606
12606
|
kind: 'Fragment',
|
|
12607
12607
|
private: ['eTag'],
|
|
12608
|
-
version: VERSION$
|
|
12608
|
+
version: VERSION$15,
|
|
12609
12609
|
selections: [
|
|
12610
12610
|
{
|
|
12611
12611
|
kind: 'Link',
|
|
@@ -13090,7 +13090,7 @@ var LayoutMode;
|
|
|
13090
13090
|
})(LayoutMode || (LayoutMode = {}));
|
|
13091
13091
|
|
|
13092
13092
|
const DEFAULT_MODE = LayoutMode.View;
|
|
13093
|
-
const layoutSelections$1 = select$
|
|
13093
|
+
const layoutSelections$1 = select$1L();
|
|
13094
13094
|
function buildSnapshotRefresh$3(luvio, config) {
|
|
13095
13095
|
return {
|
|
13096
13096
|
config,
|
|
@@ -13319,7 +13319,7 @@ function buildRecordLayoutCachedSnapshot(context, storeLookup) {
|
|
|
13319
13319
|
kind: 'Fragment',
|
|
13320
13320
|
private: [],
|
|
13321
13321
|
selections: recordLayoutFragmentSelector,
|
|
13322
|
-
version: VERSION$
|
|
13322
|
+
version: VERSION$1g,
|
|
13323
13323
|
},
|
|
13324
13324
|
variables: {},
|
|
13325
13325
|
});
|
|
@@ -13678,8 +13678,8 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
13678
13678
|
};
|
|
13679
13679
|
};
|
|
13680
13680
|
|
|
13681
|
-
const VERSION$
|
|
13682
|
-
function validate$
|
|
13681
|
+
const VERSION$14 = "4aa37812ee37c752a099b29026217c85";
|
|
13682
|
+
function validate$1A(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
13683
13683
|
const v_error = (() => {
|
|
13684
13684
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13685
13685
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13758,10 +13758,10 @@ function keyBuilderFromType$t(luvio, object) {
|
|
|
13758
13758
|
function normalize$D(input, existing, path, luvio, store, timestamp) {
|
|
13759
13759
|
return input;
|
|
13760
13760
|
}
|
|
13761
|
-
const select$
|
|
13761
|
+
const select$1J = function ObjectInfoDirectoryEntryRepresentationSelect() {
|
|
13762
13762
|
return {
|
|
13763
13763
|
kind: 'Fragment',
|
|
13764
|
-
version: VERSION$
|
|
13764
|
+
version: VERSION$14,
|
|
13765
13765
|
private: [],
|
|
13766
13766
|
selections: [
|
|
13767
13767
|
{
|
|
@@ -13792,7 +13792,7 @@ const select$1I = function ObjectInfoDirectoryEntryRepresentationSelect() {
|
|
|
13792
13792
|
]
|
|
13793
13793
|
};
|
|
13794
13794
|
};
|
|
13795
|
-
function equals$
|
|
13795
|
+
function equals$W(existing, incoming) {
|
|
13796
13796
|
const existing_apiName = existing.apiName;
|
|
13797
13797
|
const incoming_apiName = incoming.apiName;
|
|
13798
13798
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -13832,14 +13832,14 @@ function equals$V(existing, incoming) {
|
|
|
13832
13832
|
}
|
|
13833
13833
|
const ingest$D = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13834
13834
|
if (process.env.NODE_ENV !== 'production') {
|
|
13835
|
-
const validateError = validate$
|
|
13835
|
+
const validateError = validate$1A(input);
|
|
13836
13836
|
if (validateError !== null) {
|
|
13837
13837
|
throw validateError;
|
|
13838
13838
|
}
|
|
13839
13839
|
}
|
|
13840
13840
|
const key = keyBuilderFromType$t(luvio, input);
|
|
13841
13841
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
13842
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$
|
|
13842
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$14, RepresentationType$K, equals$W);
|
|
13843
13843
|
return createLink(key);
|
|
13844
13844
|
};
|
|
13845
13845
|
function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -13852,8 +13852,8 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13852
13852
|
});
|
|
13853
13853
|
}
|
|
13854
13854
|
|
|
13855
|
-
const VERSION$
|
|
13856
|
-
function validate$
|
|
13855
|
+
const VERSION$13 = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
13856
|
+
function validate$1z(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
13857
13857
|
const v_error = (() => {
|
|
13858
13858
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13859
13859
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13898,22 +13898,22 @@ function normalize$C(input, existing, path, luvio, store, timestamp) {
|
|
|
13898
13898
|
}
|
|
13899
13899
|
return input;
|
|
13900
13900
|
}
|
|
13901
|
-
const select$
|
|
13901
|
+
const select$1I = function ObjectInfoDirectoryRepresentationSelect() {
|
|
13902
13902
|
return {
|
|
13903
13903
|
kind: 'Fragment',
|
|
13904
|
-
version: VERSION$
|
|
13904
|
+
version: VERSION$13,
|
|
13905
13905
|
private: [],
|
|
13906
13906
|
selections: [
|
|
13907
13907
|
{
|
|
13908
13908
|
name: 'objects',
|
|
13909
13909
|
kind: 'Link',
|
|
13910
13910
|
map: true,
|
|
13911
|
-
fragment: select$
|
|
13911
|
+
fragment: select$1J()
|
|
13912
13912
|
}
|
|
13913
13913
|
]
|
|
13914
13914
|
};
|
|
13915
13915
|
};
|
|
13916
|
-
function equals$
|
|
13916
|
+
function equals$V(existing, incoming) {
|
|
13917
13917
|
const existing_objects = existing.objects;
|
|
13918
13918
|
const incoming_objects = incoming.objects;
|
|
13919
13919
|
const equals_objects_props = equalsObject(existing_objects, incoming_objects, (existing_objects_prop, incoming_objects_prop) => {
|
|
@@ -13928,14 +13928,14 @@ function equals$U(existing, incoming) {
|
|
|
13928
13928
|
}
|
|
13929
13929
|
const ingest$C = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13930
13930
|
if (process.env.NODE_ENV !== 'production') {
|
|
13931
|
-
const validateError = validate$
|
|
13931
|
+
const validateError = validate$1z(input);
|
|
13932
13932
|
if (validateError !== null) {
|
|
13933
13933
|
throw validateError;
|
|
13934
13934
|
}
|
|
13935
13935
|
}
|
|
13936
13936
|
const key = path.fullPath;
|
|
13937
13937
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
13938
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$
|
|
13938
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$13, RepresentationType$J, equals$V);
|
|
13939
13939
|
return createLink(key);
|
|
13940
13940
|
};
|
|
13941
13941
|
function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -13955,8 +13955,8 @@ function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13955
13955
|
}
|
|
13956
13956
|
}
|
|
13957
13957
|
|
|
13958
|
-
const VERSION$
|
|
13959
|
-
function validate$
|
|
13958
|
+
const VERSION$12 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
13959
|
+
function validate$1y(obj, path = 'QuickActionExecutionRepresentation') {
|
|
13960
13960
|
const v_error = (() => {
|
|
13961
13961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13962
13962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14054,10 +14054,10 @@ function keyBuilderFromType$s(luvio, object) {
|
|
|
14054
14054
|
function normalize$B(input, existing, path, luvio, store, timestamp) {
|
|
14055
14055
|
return input;
|
|
14056
14056
|
}
|
|
14057
|
-
const select$
|
|
14057
|
+
const select$1H = function QuickActionExecutionRepresentationSelect() {
|
|
14058
14058
|
return {
|
|
14059
14059
|
kind: 'Fragment',
|
|
14060
|
-
version: VERSION$
|
|
14060
|
+
version: VERSION$12,
|
|
14061
14061
|
private: [
|
|
14062
14062
|
'eTag'
|
|
14063
14063
|
],
|
|
@@ -14089,7 +14089,7 @@ const select$1G = function QuickActionExecutionRepresentationSelect() {
|
|
|
14089
14089
|
]
|
|
14090
14090
|
};
|
|
14091
14091
|
};
|
|
14092
|
-
function equals$
|
|
14092
|
+
function equals$U(existing, incoming) {
|
|
14093
14093
|
const existing_isCreated = existing.isCreated;
|
|
14094
14094
|
const incoming_isCreated = incoming.isCreated;
|
|
14095
14095
|
if (!(existing_isCreated === incoming_isCreated)) {
|
|
@@ -14129,14 +14129,14 @@ function equals$T(existing, incoming) {
|
|
|
14129
14129
|
}
|
|
14130
14130
|
const ingest$B = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14131
14131
|
if (process.env.NODE_ENV !== 'production') {
|
|
14132
|
-
const validateError = validate$
|
|
14132
|
+
const validateError = validate$1y(input);
|
|
14133
14133
|
if (validateError !== null) {
|
|
14134
14134
|
throw validateError;
|
|
14135
14135
|
}
|
|
14136
14136
|
}
|
|
14137
14137
|
const key = keyBuilderFromType$s(luvio, input);
|
|
14138
14138
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
14139
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$
|
|
14139
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$12, RepresentationType$I, equals$U);
|
|
14140
14140
|
return createLink(key);
|
|
14141
14141
|
};
|
|
14142
14142
|
function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -14150,8 +14150,8 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14150
14150
|
}
|
|
14151
14151
|
|
|
14152
14152
|
const TTL$t = 900000;
|
|
14153
|
-
const VERSION$
|
|
14154
|
-
function validate$
|
|
14153
|
+
const VERSION$11 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14154
|
+
function validate$1x(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
14155
14155
|
const v_error = (() => {
|
|
14156
14156
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14157
14157
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14227,11 +14227,11 @@ const dynamicSelect$5 = function dynamicQuickActionDefaultsRepresentationSelect(
|
|
|
14227
14227
|
name: 'fields',
|
|
14228
14228
|
kind: 'Link',
|
|
14229
14229
|
map: true,
|
|
14230
|
-
fragment: select$
|
|
14230
|
+
fragment: select$1X()
|
|
14231
14231
|
} : params.fields;
|
|
14232
14232
|
return {
|
|
14233
14233
|
kind: 'Fragment',
|
|
14234
|
-
version: VERSION$
|
|
14234
|
+
version: VERSION$11,
|
|
14235
14235
|
private: [
|
|
14236
14236
|
'eTag'
|
|
14237
14237
|
],
|
|
@@ -14248,7 +14248,7 @@ const dynamicSelect$5 = function dynamicQuickActionDefaultsRepresentationSelect(
|
|
|
14248
14248
|
]
|
|
14249
14249
|
};
|
|
14250
14250
|
};
|
|
14251
|
-
function equals$
|
|
14251
|
+
function equals$T(existing, incoming) {
|
|
14252
14252
|
const existing_actionApiName = existing.actionApiName;
|
|
14253
14253
|
const incoming_actionApiName = incoming.actionApiName;
|
|
14254
14254
|
if (!(existing_actionApiName === incoming_actionApiName)) {
|
|
@@ -14329,8 +14329,8 @@ function coerceFormFactor(form) {
|
|
|
14329
14329
|
return undefined;
|
|
14330
14330
|
}
|
|
14331
14331
|
|
|
14332
|
-
const VERSION
|
|
14333
|
-
function validate$
|
|
14332
|
+
const VERSION$10 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
14333
|
+
function validate$1w(obj, path = 'PlatformActionRepresentation') {
|
|
14334
14334
|
const v_error = (() => {
|
|
14335
14335
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14336
14336
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14679,10 +14679,10 @@ function keyBuilderFromType$q(luvio, object) {
|
|
|
14679
14679
|
function normalize$A(input, existing, path, luvio, store, timestamp) {
|
|
14680
14680
|
return input;
|
|
14681
14681
|
}
|
|
14682
|
-
const select$
|
|
14682
|
+
const select$1G = function PlatformActionRepresentationSelect() {
|
|
14683
14683
|
return {
|
|
14684
14684
|
kind: 'Fragment',
|
|
14685
|
-
version: VERSION
|
|
14685
|
+
version: VERSION$10,
|
|
14686
14686
|
private: [
|
|
14687
14687
|
'id'
|
|
14688
14688
|
],
|
|
@@ -14762,7 +14762,7 @@ const select$1F = function PlatformActionRepresentationSelect() {
|
|
|
14762
14762
|
]
|
|
14763
14763
|
};
|
|
14764
14764
|
};
|
|
14765
|
-
function equals$
|
|
14765
|
+
function equals$S(existing, incoming) {
|
|
14766
14766
|
const existing_actionListContext = existing.actionListContext;
|
|
14767
14767
|
const incoming_actionListContext = incoming.actionListContext;
|
|
14768
14768
|
if (!(existing_actionListContext === incoming_actionListContext)) {
|
|
@@ -14862,14 +14862,14 @@ function equals$R(existing, incoming) {
|
|
|
14862
14862
|
}
|
|
14863
14863
|
const ingest$A = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14864
14864
|
if (process.env.NODE_ENV !== 'production') {
|
|
14865
|
-
const validateError = validate$
|
|
14865
|
+
const validateError = validate$1w(input);
|
|
14866
14866
|
if (validateError !== null) {
|
|
14867
14867
|
throw validateError;
|
|
14868
14868
|
}
|
|
14869
14869
|
}
|
|
14870
14870
|
const key = keyBuilderFromType$q(luvio, input);
|
|
14871
14871
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
14872
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION
|
|
14872
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$10, RepresentationType$G, equals$S);
|
|
14873
14873
|
return createLink(key);
|
|
14874
14874
|
};
|
|
14875
14875
|
function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -14882,8 +14882,8 @@ function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14882
14882
|
});
|
|
14883
14883
|
}
|
|
14884
14884
|
|
|
14885
|
-
const VERSION
|
|
14886
|
-
function validate$
|
|
14885
|
+
const VERSION$$ = "378d506f563a4bd724b322d440df33d1";
|
|
14886
|
+
function validate$1v(obj, path = 'EntityActionRepresentation') {
|
|
14887
14887
|
const v_error = (() => {
|
|
14888
14888
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14889
14889
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14949,10 +14949,10 @@ function normalize$z(input, existing, path, luvio, store, timestamp) {
|
|
|
14949
14949
|
}
|
|
14950
14950
|
return input;
|
|
14951
14951
|
}
|
|
14952
|
-
const select$
|
|
14952
|
+
const select$1F = function EntityActionRepresentationSelect() {
|
|
14953
14953
|
return {
|
|
14954
14954
|
kind: 'Fragment',
|
|
14955
|
-
version: VERSION
|
|
14955
|
+
version: VERSION$$,
|
|
14956
14956
|
private: [
|
|
14957
14957
|
'links',
|
|
14958
14958
|
'url'
|
|
@@ -14962,12 +14962,12 @@ const select$1E = function EntityActionRepresentationSelect() {
|
|
|
14962
14962
|
name: 'actions',
|
|
14963
14963
|
kind: 'Link',
|
|
14964
14964
|
plural: true,
|
|
14965
|
-
fragment: select$
|
|
14965
|
+
fragment: select$1G()
|
|
14966
14966
|
}
|
|
14967
14967
|
]
|
|
14968
14968
|
};
|
|
14969
14969
|
};
|
|
14970
|
-
function equals$
|
|
14970
|
+
function equals$R(existing, incoming) {
|
|
14971
14971
|
const existing_url = existing.url;
|
|
14972
14972
|
const incoming_url = incoming.url;
|
|
14973
14973
|
if (!(existing_url === incoming_url)) {
|
|
@@ -14997,14 +14997,14 @@ function equals$Q(existing, incoming) {
|
|
|
14997
14997
|
}
|
|
14998
14998
|
const ingest$z = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14999
14999
|
if (process.env.NODE_ENV !== 'production') {
|
|
15000
|
-
const validateError = validate$
|
|
15000
|
+
const validateError = validate$1v(input);
|
|
15001
15001
|
if (validateError !== null) {
|
|
15002
15002
|
throw validateError;
|
|
15003
15003
|
}
|
|
15004
15004
|
}
|
|
15005
15005
|
const key = keyBuilderFromType$p(luvio, input);
|
|
15006
15006
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
15007
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION
|
|
15007
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION$$, RepresentationType$F, equals$R);
|
|
15008
15008
|
return createLink(key);
|
|
15009
15009
|
};
|
|
15010
15010
|
function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -15022,8 +15022,8 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15022
15022
|
}
|
|
15023
15023
|
|
|
15024
15024
|
const TTL$s = 300000;
|
|
15025
|
-
const VERSION$
|
|
15026
|
-
function validate$
|
|
15025
|
+
const VERSION$_ = "e485d96c1402a9ca2f56e56485af0216";
|
|
15026
|
+
function validate$1u(obj, path = 'ActionRepresentation') {
|
|
15027
15027
|
const v_error = (() => {
|
|
15028
15028
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15029
15029
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15078,10 +15078,10 @@ function normalize$y(input, existing, path, luvio, store, timestamp) {
|
|
|
15078
15078
|
}
|
|
15079
15079
|
return input;
|
|
15080
15080
|
}
|
|
15081
|
-
const select$
|
|
15081
|
+
const select$1E = function ActionRepresentationSelect() {
|
|
15082
15082
|
return {
|
|
15083
15083
|
kind: 'Fragment',
|
|
15084
|
-
version: VERSION$
|
|
15084
|
+
version: VERSION$_,
|
|
15085
15085
|
private: [
|
|
15086
15086
|
'eTag',
|
|
15087
15087
|
'url'
|
|
@@ -15091,12 +15091,12 @@ const select$1D = function ActionRepresentationSelect() {
|
|
|
15091
15091
|
name: 'actions',
|
|
15092
15092
|
kind: 'Link',
|
|
15093
15093
|
map: true,
|
|
15094
|
-
fragment: select$
|
|
15094
|
+
fragment: select$1F()
|
|
15095
15095
|
}
|
|
15096
15096
|
]
|
|
15097
15097
|
};
|
|
15098
15098
|
};
|
|
15099
|
-
function equals$
|
|
15099
|
+
function equals$Q(existing, incoming) {
|
|
15100
15100
|
const existing_eTag = existing.eTag;
|
|
15101
15101
|
const incoming_eTag = incoming.eTag;
|
|
15102
15102
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -15121,14 +15121,14 @@ function equals$P(existing, incoming) {
|
|
|
15121
15121
|
}
|
|
15122
15122
|
const ingest$y = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15123
15123
|
if (process.env.NODE_ENV !== 'production') {
|
|
15124
|
-
const validateError = validate$
|
|
15124
|
+
const validateError = validate$1u(input);
|
|
15125
15125
|
if (validateError !== null) {
|
|
15126
15126
|
throw validateError;
|
|
15127
15127
|
}
|
|
15128
15128
|
}
|
|
15129
15129
|
const key = path.fullPath;
|
|
15130
15130
|
const ttlToUse = TTL$s;
|
|
15131
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$
|
|
15131
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$_, RepresentationType$E, equals$Q);
|
|
15132
15132
|
return createLink(key);
|
|
15133
15133
|
};
|
|
15134
15134
|
function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -15148,8 +15148,8 @@ function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15148
15148
|
}
|
|
15149
15149
|
}
|
|
15150
15150
|
|
|
15151
|
-
function select$
|
|
15152
|
-
return select$
|
|
15151
|
+
function select$1D(luvio, params) {
|
|
15152
|
+
return select$1E();
|
|
15153
15153
|
}
|
|
15154
15154
|
function keyBuilder$1N(luvio, params) {
|
|
15155
15155
|
return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'apiNames:' + params.queryParams.apiNames + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'retrievalMode:' + params.queryParams.retrievalMode + ',' + 'sections:' + params.queryParams.sections + ')';
|
|
@@ -15163,7 +15163,7 @@ function ingestSuccess$O(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
15163
15163
|
luvio.storeIngest(key, ingest$y, body);
|
|
15164
15164
|
const snapshot = luvio.storeLookup({
|
|
15165
15165
|
recordId: key,
|
|
15166
|
-
node: select$
|
|
15166
|
+
node: select$1D(),
|
|
15167
15167
|
variables: {},
|
|
15168
15168
|
}, snapshotRefresh);
|
|
15169
15169
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -15180,7 +15180,7 @@ function ingestError$H(luvio, params, error, snapshotRefresh) {
|
|
|
15180
15180
|
const storeMetadataParams = {
|
|
15181
15181
|
ttl: TTL$s,
|
|
15182
15182
|
namespace: keyPrefix,
|
|
15183
|
-
version: VERSION$
|
|
15183
|
+
version: VERSION$_,
|
|
15184
15184
|
representationName: RepresentationType$E
|
|
15185
15185
|
};
|
|
15186
15186
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -15235,7 +15235,7 @@ function validateAdapterConfig$11(untrustedConfig, configPropertyNames) {
|
|
|
15235
15235
|
}
|
|
15236
15236
|
function adapterFragment$G(luvio, config) {
|
|
15237
15237
|
createResourceParams$X(config);
|
|
15238
|
-
return select$
|
|
15238
|
+
return select$1D();
|
|
15239
15239
|
}
|
|
15240
15240
|
function onFetchResponseSuccess$J(luvio, config, resourceParams, response) {
|
|
15241
15241
|
const snapshot = ingestSuccess$O(luvio, resourceParams, response, {
|
|
@@ -15292,8 +15292,8 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
15292
15292
|
};
|
|
15293
15293
|
|
|
15294
15294
|
const TTL$r = 900000;
|
|
15295
|
-
const VERSION$
|
|
15296
|
-
function validate$
|
|
15295
|
+
const VERSION$Z = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
15296
|
+
function validate$1t(obj, path = 'QuickActionLayoutRepresentation') {
|
|
15297
15297
|
const v_error = (() => {
|
|
15298
15298
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15299
15299
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15310,7 +15310,7 @@ function validate$1s(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
15310
15310
|
}
|
|
15311
15311
|
const obj_layout = obj.layout;
|
|
15312
15312
|
const path_layout = path + '.layout';
|
|
15313
|
-
const referencepath_layoutValidationError = validate$
|
|
15313
|
+
const referencepath_layoutValidationError = validate$1E(obj_layout, path_layout);
|
|
15314
15314
|
if (referencepath_layoutValidationError !== null) {
|
|
15315
15315
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
15316
15316
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15332,10 +15332,10 @@ function keyBuilderFromType$o(luvio, object) {
|
|
|
15332
15332
|
function normalize$x(input, existing, path, luvio, store, timestamp) {
|
|
15333
15333
|
return input;
|
|
15334
15334
|
}
|
|
15335
|
-
const select$
|
|
15335
|
+
const select$1C = function QuickActionLayoutRepresentationSelect() {
|
|
15336
15336
|
return {
|
|
15337
15337
|
kind: 'Fragment',
|
|
15338
|
-
version: VERSION$
|
|
15338
|
+
version: VERSION$Z,
|
|
15339
15339
|
private: [
|
|
15340
15340
|
'eTag'
|
|
15341
15341
|
],
|
|
@@ -15352,7 +15352,7 @@ const select$1B = function QuickActionLayoutRepresentationSelect() {
|
|
|
15352
15352
|
]
|
|
15353
15353
|
};
|
|
15354
15354
|
};
|
|
15355
|
-
function equals$
|
|
15355
|
+
function equals$P(existing, incoming) {
|
|
15356
15356
|
if (existing.eTag !== incoming.eTag) {
|
|
15357
15357
|
return false;
|
|
15358
15358
|
}
|
|
@@ -15360,14 +15360,14 @@ function equals$O(existing, incoming) {
|
|
|
15360
15360
|
}
|
|
15361
15361
|
const ingest$x = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15362
15362
|
if (process.env.NODE_ENV !== 'production') {
|
|
15363
|
-
const validateError = validate$
|
|
15363
|
+
const validateError = validate$1t(input);
|
|
15364
15364
|
if (validateError !== null) {
|
|
15365
15365
|
throw validateError;
|
|
15366
15366
|
}
|
|
15367
15367
|
}
|
|
15368
15368
|
const key = keyBuilderFromType$o(luvio, input);
|
|
15369
15369
|
const ttlToUse = TTL$r;
|
|
15370
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$
|
|
15370
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$Z, RepresentationType$D, equals$P);
|
|
15371
15371
|
return createLink(key);
|
|
15372
15372
|
};
|
|
15373
15373
|
function getTypeCacheKeys$E(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -15380,8 +15380,8 @@ function getTypeCacheKeys$E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15380
15380
|
});
|
|
15381
15381
|
}
|
|
15382
15382
|
|
|
15383
|
-
function select$
|
|
15384
|
-
return select$
|
|
15383
|
+
function select$1B(luvio, params) {
|
|
15384
|
+
return select$1C();
|
|
15385
15385
|
}
|
|
15386
15386
|
function keyBuilder$1K(luvio, params) {
|
|
15387
15387
|
return keyBuilder$1L(luvio, {
|
|
@@ -15397,7 +15397,7 @@ function ingestSuccess$N(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
15397
15397
|
luvio.storeIngest(key, ingest$x, body);
|
|
15398
15398
|
const snapshot = luvio.storeLookup({
|
|
15399
15399
|
recordId: key,
|
|
15400
|
-
node: select$
|
|
15400
|
+
node: select$1B(),
|
|
15401
15401
|
variables: {},
|
|
15402
15402
|
}, snapshotRefresh);
|
|
15403
15403
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -15414,7 +15414,7 @@ function ingestError$G(luvio, params, error, snapshotRefresh) {
|
|
|
15414
15414
|
const storeMetadataParams = {
|
|
15415
15415
|
ttl: TTL$r,
|
|
15416
15416
|
namespace: keyPrefix,
|
|
15417
|
-
version: VERSION$
|
|
15417
|
+
version: VERSION$Z,
|
|
15418
15418
|
representationName: RepresentationType$D
|
|
15419
15419
|
};
|
|
15420
15420
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -15466,7 +15466,7 @@ function validateAdapterConfig$10(untrustedConfig, configPropertyNames) {
|
|
|
15466
15466
|
}
|
|
15467
15467
|
function adapterFragment$F(luvio, config) {
|
|
15468
15468
|
createResourceParams$W(config);
|
|
15469
|
-
return select$
|
|
15469
|
+
return select$1B();
|
|
15470
15470
|
}
|
|
15471
15471
|
function onFetchResponseSuccess$I(luvio, config, resourceParams, response) {
|
|
15472
15472
|
const snapshot = ingestSuccess$N(luvio, resourceParams, response, {
|
|
@@ -15554,8 +15554,8 @@ function getSortedObjectApiNamesArray(value) {
|
|
|
15554
15554
|
return unsortedArray === undefined ? undefined : unsortedArray.sort();
|
|
15555
15555
|
}
|
|
15556
15556
|
|
|
15557
|
-
function select$
|
|
15558
|
-
return select$
|
|
15557
|
+
function select$1A(luvio, params) {
|
|
15558
|
+
return select$1E();
|
|
15559
15559
|
}
|
|
15560
15560
|
function keyBuilder$1I(luvio, params) {
|
|
15561
15561
|
return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiNames:' + params.urlParams.objectApiNames + ')';
|
|
@@ -15569,7 +15569,7 @@ function ingestSuccess$M(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
15569
15569
|
luvio.storeIngest(key, ingest$y, body);
|
|
15570
15570
|
const snapshot = luvio.storeLookup({
|
|
15571
15571
|
recordId: key,
|
|
15572
|
-
node: select$
|
|
15572
|
+
node: select$1A(),
|
|
15573
15573
|
variables: {},
|
|
15574
15574
|
}, snapshotRefresh);
|
|
15575
15575
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -15586,7 +15586,7 @@ function ingestError$F(luvio, params, error, snapshotRefresh) {
|
|
|
15586
15586
|
const storeMetadataParams = {
|
|
15587
15587
|
ttl: TTL$s,
|
|
15588
15588
|
namespace: keyPrefix,
|
|
15589
|
-
version: VERSION$
|
|
15589
|
+
version: VERSION$_,
|
|
15590
15590
|
representationName: RepresentationType$E
|
|
15591
15591
|
};
|
|
15592
15592
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -15640,7 +15640,7 @@ function validateAdapterConfig$$(untrustedConfig, configPropertyNames) {
|
|
|
15640
15640
|
}
|
|
15641
15641
|
function adapterFragment$E(luvio, config) {
|
|
15642
15642
|
createResourceParams$V(config);
|
|
15643
|
-
return select$
|
|
15643
|
+
return select$1A();
|
|
15644
15644
|
}
|
|
15645
15645
|
function onFetchResponseSuccess$H(luvio, config, resourceParams, response) {
|
|
15646
15646
|
const snapshot = ingestSuccess$M(luvio, resourceParams, response, {
|
|
@@ -15696,8 +15696,8 @@ const getLookupActionsAdapterFactory = (luvio) => function UiApi__getLookupActio
|
|
|
15696
15696
|
buildCachedSnapshotCachePolicy$L, buildNetworkSnapshotCachePolicy$M);
|
|
15697
15697
|
};
|
|
15698
15698
|
|
|
15699
|
-
function select$
|
|
15700
|
-
return select$
|
|
15699
|
+
function select$1z(luvio, params) {
|
|
15700
|
+
return select$1E();
|
|
15701
15701
|
}
|
|
15702
15702
|
function keyBuilder$1G(luvio, params) {
|
|
15703
15703
|
return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -15711,7 +15711,7 @@ function ingestSuccess$L(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
15711
15711
|
luvio.storeIngest(key, ingest$y, body);
|
|
15712
15712
|
const snapshot = luvio.storeLookup({
|
|
15713
15713
|
recordId: key,
|
|
15714
|
-
node: select$
|
|
15714
|
+
node: select$1z(),
|
|
15715
15715
|
variables: {},
|
|
15716
15716
|
}, snapshotRefresh);
|
|
15717
15717
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -15728,7 +15728,7 @@ function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
|
15728
15728
|
const storeMetadataParams = {
|
|
15729
15729
|
ttl: TTL$s,
|
|
15730
15730
|
namespace: keyPrefix,
|
|
15731
|
-
version: VERSION$
|
|
15731
|
+
version: VERSION$_,
|
|
15732
15732
|
representationName: RepresentationType$E
|
|
15733
15733
|
};
|
|
15734
15734
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -15782,7 +15782,7 @@ function validateAdapterConfig$_(untrustedConfig, configPropertyNames) {
|
|
|
15782
15782
|
}
|
|
15783
15783
|
function adapterFragment$D(luvio, config) {
|
|
15784
15784
|
createResourceParams$U(config);
|
|
15785
|
-
return select$
|
|
15785
|
+
return select$1z();
|
|
15786
15786
|
}
|
|
15787
15787
|
function onFetchResponseSuccess$G(luvio, config, resourceParams, response) {
|
|
15788
15788
|
const snapshot = ingestSuccess$L(luvio, resourceParams, response, {
|
|
@@ -15838,8 +15838,8 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
15838
15838
|
buildCachedSnapshotCachePolicy$K, buildNetworkSnapshotCachePolicy$L);
|
|
15839
15839
|
};
|
|
15840
15840
|
|
|
15841
|
-
const VERSION$
|
|
15842
|
-
function validate$
|
|
15841
|
+
const VERSION$Y = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
15842
|
+
function validate$1s(obj, path = 'ActionOverrideRepresentation') {
|
|
15843
15843
|
const v_error = (() => {
|
|
15844
15844
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15845
15845
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15856,15 +15856,15 @@ const RepresentationType$C = 'ActionOverrideRepresentation';
|
|
|
15856
15856
|
function normalize$w(input, existing, path, luvio, store, timestamp) {
|
|
15857
15857
|
return input;
|
|
15858
15858
|
}
|
|
15859
|
-
const select$
|
|
15859
|
+
const select$1y = function ActionOverrideRepresentationSelect() {
|
|
15860
15860
|
return {
|
|
15861
15861
|
kind: 'Fragment',
|
|
15862
|
-
version: VERSION$
|
|
15862
|
+
version: VERSION$Y,
|
|
15863
15863
|
private: [],
|
|
15864
15864
|
opaque: true
|
|
15865
15865
|
};
|
|
15866
15866
|
};
|
|
15867
|
-
function equals$
|
|
15867
|
+
function equals$O(existing, incoming) {
|
|
15868
15868
|
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
15869
15869
|
return false;
|
|
15870
15870
|
}
|
|
@@ -15872,14 +15872,14 @@ function equals$N(existing, incoming) {
|
|
|
15872
15872
|
}
|
|
15873
15873
|
const ingest$w = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15874
15874
|
if (process.env.NODE_ENV !== 'production') {
|
|
15875
|
-
const validateError = validate$
|
|
15875
|
+
const validateError = validate$1s(input);
|
|
15876
15876
|
if (validateError !== null) {
|
|
15877
15877
|
throw validateError;
|
|
15878
15878
|
}
|
|
15879
15879
|
}
|
|
15880
15880
|
const key = path.fullPath;
|
|
15881
15881
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
15882
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$
|
|
15882
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$Y, RepresentationType$C, equals$O);
|
|
15883
15883
|
return createLink(key);
|
|
15884
15884
|
};
|
|
15885
15885
|
function getTypeCacheKeys$D(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -15892,8 +15892,8 @@ function getTypeCacheKeys$D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15892
15892
|
});
|
|
15893
15893
|
}
|
|
15894
15894
|
|
|
15895
|
-
function select$
|
|
15896
|
-
return select$
|
|
15895
|
+
function select$1x(luvio, params) {
|
|
15896
|
+
return select$1y();
|
|
15897
15897
|
}
|
|
15898
15898
|
function keyBuilder$1E(luvio, params) {
|
|
15899
15899
|
return keyPrefix + '::ActionOverrideRepresentation:(' + 'defaultTemplateOnly:' + params.queryParams.defaultTemplateOnly + ',' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -15907,7 +15907,7 @@ function ingestSuccess$K(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
15907
15907
|
luvio.storeIngest(key, ingest$w, body);
|
|
15908
15908
|
const snapshot = luvio.storeLookup({
|
|
15909
15909
|
recordId: key,
|
|
15910
|
-
node: select$
|
|
15910
|
+
node: select$1x(),
|
|
15911
15911
|
variables: {},
|
|
15912
15912
|
}, snapshotRefresh);
|
|
15913
15913
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -15971,7 +15971,7 @@ function validateAdapterConfig$Z(untrustedConfig, configPropertyNames) {
|
|
|
15971
15971
|
}
|
|
15972
15972
|
function adapterFragment$C(luvio, config) {
|
|
15973
15973
|
createResourceParams$T(config);
|
|
15974
|
-
return select$
|
|
15974
|
+
return select$1x();
|
|
15975
15975
|
}
|
|
15976
15976
|
function onFetchResponseSuccess$F(luvio, config, resourceParams, response) {
|
|
15977
15977
|
const snapshot = ingestSuccess$K(luvio, resourceParams, response, {
|
|
@@ -16027,7 +16027,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
16027
16027
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
|
|
16028
16028
|
};
|
|
16029
16029
|
|
|
16030
|
-
function validate$
|
|
16030
|
+
function validate$1r(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
16031
16031
|
const v_error = (() => {
|
|
16032
16032
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16033
16033
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16064,8 +16064,8 @@ function validate$1q(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
16064
16064
|
}
|
|
16065
16065
|
|
|
16066
16066
|
const TTL$q = 300000;
|
|
16067
|
-
const VERSION$
|
|
16068
|
-
function validate$
|
|
16067
|
+
const VERSION$X = "c57b66c259b23683db7b763e132e8633";
|
|
16068
|
+
function validate$1q(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
16069
16069
|
const v_error = (() => {
|
|
16070
16070
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16071
16071
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16086,7 +16086,7 @@ function validate$1p(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
16086
16086
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
16087
16087
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
16088
16088
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
16089
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
16089
|
+
const referencepath_activations_prop_itemValidationError = validate$1r(obj_activations_prop_item, path_activations_prop_item);
|
|
16090
16090
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
16091
16091
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
16092
16092
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16106,10 +16106,10 @@ const RepresentationType$B = 'FlexipageFormulaActivationRepresentation';
|
|
|
16106
16106
|
function normalize$v(input, existing, path, luvio, store, timestamp) {
|
|
16107
16107
|
return input;
|
|
16108
16108
|
}
|
|
16109
|
-
const select$
|
|
16109
|
+
const select$1w = function FlexipageFormulaActivationRepresentationSelect() {
|
|
16110
16110
|
return {
|
|
16111
16111
|
kind: 'Fragment',
|
|
16112
|
-
version: VERSION$
|
|
16112
|
+
version: VERSION$X,
|
|
16113
16113
|
private: [
|
|
16114
16114
|
'eTag'
|
|
16115
16115
|
],
|
|
@@ -16122,7 +16122,7 @@ const select$1v = function FlexipageFormulaActivationRepresentationSelect() {
|
|
|
16122
16122
|
]
|
|
16123
16123
|
};
|
|
16124
16124
|
};
|
|
16125
|
-
function equals$
|
|
16125
|
+
function equals$N(existing, incoming) {
|
|
16126
16126
|
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
16127
16127
|
return false;
|
|
16128
16128
|
}
|
|
@@ -16130,14 +16130,14 @@ function equals$M(existing, incoming) {
|
|
|
16130
16130
|
}
|
|
16131
16131
|
const ingest$v = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16132
16132
|
if (process.env.NODE_ENV !== 'production') {
|
|
16133
|
-
const validateError = validate$
|
|
16133
|
+
const validateError = validate$1q(input);
|
|
16134
16134
|
if (validateError !== null) {
|
|
16135
16135
|
throw validateError;
|
|
16136
16136
|
}
|
|
16137
16137
|
}
|
|
16138
16138
|
const key = path.fullPath;
|
|
16139
16139
|
const ttlToUse = TTL$q;
|
|
16140
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$
|
|
16140
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$X, RepresentationType$B, equals$N);
|
|
16141
16141
|
return createLink(key);
|
|
16142
16142
|
};
|
|
16143
16143
|
function getTypeCacheKeys$C(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -16150,8 +16150,8 @@ function getTypeCacheKeys$C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16150
16150
|
});
|
|
16151
16151
|
}
|
|
16152
16152
|
|
|
16153
|
-
function select$
|
|
16154
|
-
return select$
|
|
16153
|
+
function select$1v(luvio, params) {
|
|
16154
|
+
return select$1w();
|
|
16155
16155
|
}
|
|
16156
16156
|
function keyBuilder$1C(luvio, params) {
|
|
16157
16157
|
return keyPrefix + '::FlexipageFormulaActivationRepresentation:(' + 'application:' + params.queryParams.application + ',' + 'objectApiNames:' + params.queryParams.objectApiNames + ',' + 'actionFeature:' + params.urlParams.actionFeature + ')';
|
|
@@ -16165,7 +16165,7 @@ function ingestSuccess$J(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
16165
16165
|
luvio.storeIngest(key, ingest$v, body);
|
|
16166
16166
|
const snapshot = luvio.storeLookup({
|
|
16167
16167
|
recordId: key,
|
|
16168
|
-
node: select$
|
|
16168
|
+
node: select$1v(),
|
|
16169
16169
|
variables: {},
|
|
16170
16170
|
}, snapshotRefresh);
|
|
16171
16171
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -16182,7 +16182,7 @@ function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
|
16182
16182
|
const storeMetadataParams = {
|
|
16183
16183
|
ttl: TTL$q,
|
|
16184
16184
|
namespace: keyPrefix,
|
|
16185
|
-
version: VERSION$
|
|
16185
|
+
version: VERSION$X,
|
|
16186
16186
|
representationName: RepresentationType$B
|
|
16187
16187
|
};
|
|
16188
16188
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -16235,7 +16235,7 @@ function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
|
|
|
16235
16235
|
}
|
|
16236
16236
|
function adapterFragment$B(luvio, config) {
|
|
16237
16237
|
createResourceParams$S(config);
|
|
16238
|
-
return select$
|
|
16238
|
+
return select$1v();
|
|
16239
16239
|
}
|
|
16240
16240
|
function onFetchResponseSuccess$E(luvio, config, resourceParams, response) {
|
|
16241
16241
|
const snapshot = ingestSuccess$J(luvio, resourceParams, response, {
|
|
@@ -16291,8 +16291,8 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
|
|
|
16291
16291
|
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
|
|
16292
16292
|
};
|
|
16293
16293
|
|
|
16294
|
-
const VERSION$
|
|
16295
|
-
function validate$
|
|
16294
|
+
const VERSION$W = "7a5e66e0b88fe9d2233bb3158931bfa6";
|
|
16295
|
+
function validate$1p(obj, path = 'QuickActionColorRepresentation') {
|
|
16296
16296
|
const v_error = (() => {
|
|
16297
16297
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16298
16298
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16320,10 +16320,10 @@ function validate$1o(obj, path = 'QuickActionColorRepresentation') {
|
|
|
16320
16320
|
})();
|
|
16321
16321
|
return v_error === undefined ? null : v_error;
|
|
16322
16322
|
}
|
|
16323
|
-
const select$
|
|
16323
|
+
const select$1u = function QuickActionColorRepresentationSelect() {
|
|
16324
16324
|
return {
|
|
16325
16325
|
kind: 'Fragment',
|
|
16326
|
-
version: VERSION$
|
|
16326
|
+
version: VERSION$W,
|
|
16327
16327
|
private: [
|
|
16328
16328
|
'eTag'
|
|
16329
16329
|
],
|
|
@@ -16343,7 +16343,7 @@ const select$1t = function QuickActionColorRepresentationSelect() {
|
|
|
16343
16343
|
]
|
|
16344
16344
|
};
|
|
16345
16345
|
};
|
|
16346
|
-
function equals$
|
|
16346
|
+
function equals$M(existing, incoming) {
|
|
16347
16347
|
const existing_color = existing.color;
|
|
16348
16348
|
const incoming_color = incoming.color;
|
|
16349
16349
|
if (!(existing_color === incoming_color)) {
|
|
@@ -16367,8 +16367,8 @@ function equals$L(existing, incoming) {
|
|
|
16367
16367
|
return true;
|
|
16368
16368
|
}
|
|
16369
16369
|
|
|
16370
|
-
const VERSION$
|
|
16371
|
-
function validate$
|
|
16370
|
+
const VERSION$V = "5e970aa7dacfdd8e0c6d5daca575ec58";
|
|
16371
|
+
function validate$1o(obj, path = 'CopilotQuickActionInputRepresentation') {
|
|
16372
16372
|
const v_error = (() => {
|
|
16373
16373
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16374
16374
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16391,10 +16391,10 @@ function validate$1n(obj, path = 'CopilotQuickActionInputRepresentation') {
|
|
|
16391
16391
|
})();
|
|
16392
16392
|
return v_error === undefined ? null : v_error;
|
|
16393
16393
|
}
|
|
16394
|
-
const select$
|
|
16394
|
+
const select$1t = function CopilotQuickActionInputRepresentationSelect() {
|
|
16395
16395
|
return {
|
|
16396
16396
|
kind: 'Fragment',
|
|
16397
|
-
version: VERSION$
|
|
16397
|
+
version: VERSION$V,
|
|
16398
16398
|
private: [
|
|
16399
16399
|
'eTag'
|
|
16400
16400
|
],
|
|
@@ -16410,7 +16410,7 @@ const select$1s = function CopilotQuickActionInputRepresentationSelect() {
|
|
|
16410
16410
|
]
|
|
16411
16411
|
};
|
|
16412
16412
|
};
|
|
16413
|
-
function equals$
|
|
16413
|
+
function equals$L(existing, incoming) {
|
|
16414
16414
|
const existing_eTag = existing.eTag;
|
|
16415
16415
|
const incoming_eTag = incoming.eTag;
|
|
16416
16416
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -16429,8 +16429,8 @@ function equals$K(existing, incoming) {
|
|
|
16429
16429
|
return true;
|
|
16430
16430
|
}
|
|
16431
16431
|
|
|
16432
|
-
const VERSION$
|
|
16433
|
-
function validate$
|
|
16432
|
+
const VERSION$U = "53b489083ef57944d2a9d4a2aaf72ec3";
|
|
16433
|
+
function validate$1n(obj, path = 'QuickActionIconRepresentation') {
|
|
16434
16434
|
const v_error = (() => {
|
|
16435
16435
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16436
16436
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16468,10 +16468,10 @@ function validate$1m(obj, path = 'QuickActionIconRepresentation') {
|
|
|
16468
16468
|
})();
|
|
16469
16469
|
return v_error === undefined ? null : v_error;
|
|
16470
16470
|
}
|
|
16471
|
-
const select$
|
|
16471
|
+
const select$1s = function QuickActionIconRepresentationSelect() {
|
|
16472
16472
|
return {
|
|
16473
16473
|
kind: 'Fragment',
|
|
16474
|
-
version: VERSION$
|
|
16474
|
+
version: VERSION$U,
|
|
16475
16475
|
private: [
|
|
16476
16476
|
'eTag'
|
|
16477
16477
|
],
|
|
@@ -16499,7 +16499,7 @@ const select$1r = function QuickActionIconRepresentationSelect() {
|
|
|
16499
16499
|
]
|
|
16500
16500
|
};
|
|
16501
16501
|
};
|
|
16502
|
-
function equals$
|
|
16502
|
+
function equals$K(existing, incoming) {
|
|
16503
16503
|
const existing_height = existing.height;
|
|
16504
16504
|
const incoming_height = incoming.height;
|
|
16505
16505
|
if (!(existing_height === incoming_height)) {
|
|
@@ -16533,8 +16533,8 @@ function equals$J(existing, incoming) {
|
|
|
16533
16533
|
return true;
|
|
16534
16534
|
}
|
|
16535
16535
|
|
|
16536
|
-
const VERSION$
|
|
16537
|
-
function validate$
|
|
16536
|
+
const VERSION$T = "bab371abd4de5aea22d80f5c9843eb8a";
|
|
16537
|
+
function validate$1m(obj, path = 'CopilotQuickActionParameterRepresentation') {
|
|
16538
16538
|
const v_error = (() => {
|
|
16539
16539
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16540
16540
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16557,10 +16557,10 @@ function validate$1l(obj, path = 'CopilotQuickActionParameterRepresentation') {
|
|
|
16557
16557
|
})();
|
|
16558
16558
|
return v_error === undefined ? null : v_error;
|
|
16559
16559
|
}
|
|
16560
|
-
const select$
|
|
16560
|
+
const select$1r = function CopilotQuickActionParameterRepresentationSelect() {
|
|
16561
16561
|
return {
|
|
16562
16562
|
kind: 'Fragment',
|
|
16563
|
-
version: VERSION$
|
|
16563
|
+
version: VERSION$T,
|
|
16564
16564
|
private: [
|
|
16565
16565
|
'eTag'
|
|
16566
16566
|
],
|
|
@@ -16576,7 +16576,7 @@ const select$1q = function CopilotQuickActionParameterRepresentationSelect() {
|
|
|
16576
16576
|
]
|
|
16577
16577
|
};
|
|
16578
16578
|
};
|
|
16579
|
-
function equals$
|
|
16579
|
+
function equals$J(existing, incoming) {
|
|
16580
16580
|
const existing_eTag = existing.eTag;
|
|
16581
16581
|
const incoming_eTag = incoming.eTag;
|
|
16582
16582
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -16596,8 +16596,8 @@ function equals$I(existing, incoming) {
|
|
|
16596
16596
|
}
|
|
16597
16597
|
|
|
16598
16598
|
const TTL$p = 900000;
|
|
16599
|
-
const VERSION$
|
|
16600
|
-
function validate$
|
|
16599
|
+
const VERSION$S = "463cd270460d626d438908f8348e6dc8";
|
|
16600
|
+
function validate$1l(obj, path = 'QuickActionInfoRepresentation') {
|
|
16601
16601
|
const v_error = (() => {
|
|
16602
16602
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16603
16603
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16641,7 +16641,7 @@ function validate$1k(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16641
16641
|
for (let i = 0; i < obj_colors.length; i++) {
|
|
16642
16642
|
const obj_colors_item = obj_colors[i];
|
|
16643
16643
|
const path_colors_item = path_colors + '[' + i + ']';
|
|
16644
|
-
const referencepath_colors_itemValidationError = validate$
|
|
16644
|
+
const referencepath_colors_itemValidationError = validate$1p(obj_colors_item, path_colors_item);
|
|
16645
16645
|
if (referencepath_colors_itemValidationError !== null) {
|
|
16646
16646
|
let message = 'Object doesn\'t match QuickActionColorRepresentation (at "' + path_colors_item + '")\n';
|
|
16647
16647
|
message += referencepath_colors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16682,7 +16682,7 @@ function validate$1k(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16682
16682
|
for (let i = 0; i < obj_copilotInputs.length; i++) {
|
|
16683
16683
|
const obj_copilotInputs_item = obj_copilotInputs[i];
|
|
16684
16684
|
const path_copilotInputs_item = path_copilotInputs + '[' + i + ']';
|
|
16685
|
-
const referencepath_copilotInputs_itemValidationError = validate$
|
|
16685
|
+
const referencepath_copilotInputs_itemValidationError = validate$1o(obj_copilotInputs_item, path_copilotInputs_item);
|
|
16686
16686
|
if (referencepath_copilotInputs_itemValidationError !== null) {
|
|
16687
16687
|
let message = 'Object doesn\'t match CopilotQuickActionInputRepresentation (at "' + path_copilotInputs_item + '")\n';
|
|
16688
16688
|
message += referencepath_copilotInputs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16858,7 +16858,7 @@ function validate$1k(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16858
16858
|
for (let i = 0; i < obj_icons.length; i++) {
|
|
16859
16859
|
const obj_icons_item = obj_icons[i];
|
|
16860
16860
|
const path_icons_item = path_icons + '[' + i + ']';
|
|
16861
|
-
const referencepath_icons_itemValidationError = validate$
|
|
16861
|
+
const referencepath_icons_itemValidationError = validate$1n(obj_icons_item, path_icons_item);
|
|
16862
16862
|
if (referencepath_icons_itemValidationError !== null) {
|
|
16863
16863
|
let message = 'Object doesn\'t match QuickActionIconRepresentation (at "' + path_icons_item + '")\n';
|
|
16864
16864
|
message += referencepath_icons_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16982,7 +16982,7 @@ function validate$1k(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16982
16982
|
for (let i = 0; i < obj_parameters.length; i++) {
|
|
16983
16983
|
const obj_parameters_item = obj_parameters[i];
|
|
16984
16984
|
const path_parameters_item = path_parameters + '[' + i + ']';
|
|
16985
|
-
const referencepath_parameters_itemValidationError = validate$
|
|
16985
|
+
const referencepath_parameters_itemValidationError = validate$1m(obj_parameters_item, path_parameters_item);
|
|
16986
16986
|
if (referencepath_parameters_itemValidationError !== null) {
|
|
16987
16987
|
let message = 'Object doesn\'t match CopilotQuickActionParameterRepresentation (at "' + path_parameters_item + '")\n';
|
|
16988
16988
|
message += referencepath_parameters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17088,14 +17088,14 @@ function keyBuilderFromType$n(luvio, object) {
|
|
|
17088
17088
|
function normalize$u(input, existing, path, luvio, store, timestamp) {
|
|
17089
17089
|
return input;
|
|
17090
17090
|
}
|
|
17091
|
-
const select$
|
|
17092
|
-
const { selections: QuickActionColorRepresentation__selections, opaque: QuickActionColorRepresentation__opaque, } = select$
|
|
17093
|
-
const { selections: CopilotQuickActionInputRepresentation__selections, opaque: CopilotQuickActionInputRepresentation__opaque, } = select$
|
|
17094
|
-
const { selections: QuickActionIconRepresentation__selections, opaque: QuickActionIconRepresentation__opaque, } = select$
|
|
17095
|
-
const { selections: CopilotQuickActionParameterRepresentation__selections, opaque: CopilotQuickActionParameterRepresentation__opaque, } = select$
|
|
17091
|
+
const select$1q = function QuickActionInfoRepresentationSelect() {
|
|
17092
|
+
const { selections: QuickActionColorRepresentation__selections, opaque: QuickActionColorRepresentation__opaque, } = select$1u();
|
|
17093
|
+
const { selections: CopilotQuickActionInputRepresentation__selections, opaque: CopilotQuickActionInputRepresentation__opaque, } = select$1t();
|
|
17094
|
+
const { selections: QuickActionIconRepresentation__selections, opaque: QuickActionIconRepresentation__opaque, } = select$1s();
|
|
17095
|
+
const { selections: CopilotQuickActionParameterRepresentation__selections, opaque: CopilotQuickActionParameterRepresentation__opaque, } = select$1r();
|
|
17096
17096
|
return {
|
|
17097
17097
|
kind: 'Fragment',
|
|
17098
|
-
version: VERSION$
|
|
17098
|
+
version: VERSION$S,
|
|
17099
17099
|
private: [
|
|
17100
17100
|
'eTag'
|
|
17101
17101
|
],
|
|
@@ -17199,7 +17199,7 @@ const select$1p = function QuickActionInfoRepresentationSelect() {
|
|
|
17199
17199
|
]
|
|
17200
17200
|
};
|
|
17201
17201
|
};
|
|
17202
|
-
function equals$
|
|
17202
|
+
function equals$I(existing, incoming) {
|
|
17203
17203
|
const existing_actionApiName = existing.actionApiName;
|
|
17204
17204
|
const incoming_actionApiName = incoming.actionApiName;
|
|
17205
17205
|
if (!(existing_actionApiName === incoming_actionApiName)) {
|
|
@@ -17228,7 +17228,7 @@ function equals$H(existing, incoming) {
|
|
|
17228
17228
|
const existing_colors = existing.colors;
|
|
17229
17229
|
const incoming_colors = incoming.colors;
|
|
17230
17230
|
const equals_colors_items = equalsArray(existing_colors, incoming_colors, (existing_colors_item, incoming_colors_item) => {
|
|
17231
|
-
if (!(equals$
|
|
17231
|
+
if (!(equals$M(existing_colors_item, incoming_colors_item))) {
|
|
17232
17232
|
return false;
|
|
17233
17233
|
}
|
|
17234
17234
|
});
|
|
@@ -17243,7 +17243,7 @@ function equals$H(existing, incoming) {
|
|
|
17243
17243
|
const existing_copilotInputs = existing.copilotInputs;
|
|
17244
17244
|
const incoming_copilotInputs = incoming.copilotInputs;
|
|
17245
17245
|
const equals_copilotInputs_items = equalsArray(existing_copilotInputs, incoming_copilotInputs, (existing_copilotInputs_item, incoming_copilotInputs_item) => {
|
|
17246
|
-
if (!(equals$
|
|
17246
|
+
if (!(equals$L(existing_copilotInputs_item, incoming_copilotInputs_item))) {
|
|
17247
17247
|
return false;
|
|
17248
17248
|
}
|
|
17249
17249
|
});
|
|
@@ -17283,7 +17283,7 @@ function equals$H(existing, incoming) {
|
|
|
17283
17283
|
const existing_icons = existing.icons;
|
|
17284
17284
|
const incoming_icons = incoming.icons;
|
|
17285
17285
|
const equals_icons_items = equalsArray(existing_icons, incoming_icons, (existing_icons_item, incoming_icons_item) => {
|
|
17286
|
-
if (!(equals$
|
|
17286
|
+
if (!(equals$K(existing_icons_item, incoming_icons_item))) {
|
|
17287
17287
|
return false;
|
|
17288
17288
|
}
|
|
17289
17289
|
});
|
|
@@ -17313,7 +17313,7 @@ function equals$H(existing, incoming) {
|
|
|
17313
17313
|
const existing_parameters = existing.parameters;
|
|
17314
17314
|
const incoming_parameters = incoming.parameters;
|
|
17315
17315
|
const equals_parameters_items = equalsArray(existing_parameters, incoming_parameters, (existing_parameters_item, incoming_parameters_item) => {
|
|
17316
|
-
if (!(equals$
|
|
17316
|
+
if (!(equals$J(existing_parameters_item, incoming_parameters_item))) {
|
|
17317
17317
|
return false;
|
|
17318
17318
|
}
|
|
17319
17319
|
});
|
|
@@ -17339,14 +17339,14 @@ function equals$H(existing, incoming) {
|
|
|
17339
17339
|
}
|
|
17340
17340
|
const ingest$u = function QuickActionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17341
17341
|
if (process.env.NODE_ENV !== 'production') {
|
|
17342
|
-
const validateError = validate$
|
|
17342
|
+
const validateError = validate$1l(input);
|
|
17343
17343
|
if (validateError !== null) {
|
|
17344
17344
|
throw validateError;
|
|
17345
17345
|
}
|
|
17346
17346
|
}
|
|
17347
17347
|
const key = keyBuilderFromType$n(luvio, input);
|
|
17348
17348
|
const ttlToUse = TTL$p;
|
|
17349
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$
|
|
17349
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$S, RepresentationType$A, equals$I);
|
|
17350
17350
|
return createLink(key);
|
|
17351
17351
|
};
|
|
17352
17352
|
function getTypeCacheKeys$B(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -17359,8 +17359,8 @@ function getTypeCacheKeys$B(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
17359
17359
|
});
|
|
17360
17360
|
}
|
|
17361
17361
|
|
|
17362
|
-
function select$
|
|
17363
|
-
return select$
|
|
17362
|
+
function select$1p(luvio, params) {
|
|
17363
|
+
return select$1q();
|
|
17364
17364
|
}
|
|
17365
17365
|
function keyBuilder$1z(luvio, params) {
|
|
17366
17366
|
return keyBuilder$1A(luvio, {
|
|
@@ -17376,7 +17376,7 @@ function ingestSuccess$I(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
17376
17376
|
luvio.storeIngest(key, ingest$u, body);
|
|
17377
17377
|
const snapshot = luvio.storeLookup({
|
|
17378
17378
|
recordId: key,
|
|
17379
|
-
node: select$
|
|
17379
|
+
node: select$1p(),
|
|
17380
17380
|
variables: {},
|
|
17381
17381
|
}, snapshotRefresh);
|
|
17382
17382
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -17393,7 +17393,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
17393
17393
|
const storeMetadataParams = {
|
|
17394
17394
|
ttl: TTL$p,
|
|
17395
17395
|
namespace: keyPrefix,
|
|
17396
|
-
version: VERSION$
|
|
17396
|
+
version: VERSION$S,
|
|
17397
17397
|
representationName: RepresentationType$A
|
|
17398
17398
|
};
|
|
17399
17399
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -17445,7 +17445,7 @@ function validateAdapterConfig$X(untrustedConfig, configPropertyNames) {
|
|
|
17445
17445
|
}
|
|
17446
17446
|
function adapterFragment$A(luvio, config) {
|
|
17447
17447
|
createResourceParams$R(config);
|
|
17448
|
-
return select$
|
|
17448
|
+
return select$1p();
|
|
17449
17449
|
}
|
|
17450
17450
|
function onFetchResponseSuccess$D(luvio, config, resourceParams, response) {
|
|
17451
17451
|
const snapshot = ingestSuccess$I(luvio, resourceParams, response, {
|
|
@@ -17505,7 +17505,7 @@ const QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS = {
|
|
|
17505
17505
|
ttl: TTL$t,
|
|
17506
17506
|
namespace: keyPrefix,
|
|
17507
17507
|
representationName: RepresentationType$H,
|
|
17508
|
-
version: VERSION$
|
|
17508
|
+
version: VERSION$11,
|
|
17509
17509
|
};
|
|
17510
17510
|
function merge$1(existing, incoming) {
|
|
17511
17511
|
if (existing === undefined) {
|
|
@@ -17523,7 +17523,7 @@ function merge$1(existing, incoming) {
|
|
|
17523
17523
|
const dynamicIngest$4 = (ingestParams) => {
|
|
17524
17524
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17525
17525
|
if (process.env.NODE_ENV !== 'production') {
|
|
17526
|
-
const validateError = validate$
|
|
17526
|
+
const validateError = validate$1x(input);
|
|
17527
17527
|
if (validateError !== null) {
|
|
17528
17528
|
throw validateError;
|
|
17529
17529
|
}
|
|
@@ -17536,7 +17536,7 @@ const dynamicIngest$4 = (ingestParams) => {
|
|
|
17536
17536
|
propertyName: path.propertyName,
|
|
17537
17537
|
}, luvio, store, timestamp);
|
|
17538
17538
|
incomingRecord = merge$1(existingRecord, incomingRecord);
|
|
17539
|
-
if (existingRecord === undefined || equals$
|
|
17539
|
+
if (existingRecord === undefined || equals$T(existingRecord, incomingRecord) === false) {
|
|
17540
17540
|
luvio.storePublish(key, incomingRecord);
|
|
17541
17541
|
}
|
|
17542
17542
|
luvio.publishStoreMetadata(key, {
|
|
@@ -17604,7 +17604,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
17604
17604
|
const storeMetadataParams = {
|
|
17605
17605
|
ttl: TTL$t,
|
|
17606
17606
|
namespace: keyPrefix,
|
|
17607
|
-
version: VERSION$
|
|
17607
|
+
version: VERSION$11,
|
|
17608
17608
|
representationName: RepresentationType$H
|
|
17609
17609
|
};
|
|
17610
17610
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -17741,8 +17741,8 @@ const getQuickActionDefaultsAdapterFactory = (luvio) => function UiApi__getQuick
|
|
|
17741
17741
|
buildCachedSnapshotCachePolicy$G, buildNetworkSnapshotCachePolicy$H);
|
|
17742
17742
|
};
|
|
17743
17743
|
|
|
17744
|
-
function select$
|
|
17745
|
-
return select$
|
|
17744
|
+
function select$1o(luvio, params) {
|
|
17745
|
+
return select$1E();
|
|
17746
17746
|
}
|
|
17747
17747
|
function keyBuilder$1v(luvio, params) {
|
|
17748
17748
|
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 + ')';
|
|
@@ -17756,7 +17756,7 @@ function ingestSuccess$H(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
17756
17756
|
luvio.storeIngest(key, ingest$y, body);
|
|
17757
17757
|
const snapshot = luvio.storeLookup({
|
|
17758
17758
|
recordId: key,
|
|
17759
|
-
node: select$
|
|
17759
|
+
node: select$1o(),
|
|
17760
17760
|
variables: {},
|
|
17761
17761
|
}, snapshotRefresh);
|
|
17762
17762
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -17773,7 +17773,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
17773
17773
|
const storeMetadataParams = {
|
|
17774
17774
|
ttl: TTL$s,
|
|
17775
17775
|
namespace: keyPrefix,
|
|
17776
|
-
version: VERSION$
|
|
17776
|
+
version: VERSION$_,
|
|
17777
17777
|
representationName: RepresentationType$E
|
|
17778
17778
|
};
|
|
17779
17779
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -17837,7 +17837,7 @@ function validateAdapterConfig$V(untrustedConfig, configPropertyNames) {
|
|
|
17837
17837
|
}
|
|
17838
17838
|
function adapterFragment$y(luvio, config) {
|
|
17839
17839
|
createResourceParams$P(config);
|
|
17840
|
-
return select$
|
|
17840
|
+
return select$1o();
|
|
17841
17841
|
}
|
|
17842
17842
|
function onFetchResponseSuccess$C(luvio, config, resourceParams, response) {
|
|
17843
17843
|
const snapshot = ingestSuccess$H(luvio, resourceParams, response, {
|
|
@@ -17893,8 +17893,8 @@ const getRecordActionsAdapterFactory = (luvio) => function UiApi__getRecordActio
|
|
|
17893
17893
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
|
|
17894
17894
|
};
|
|
17895
17895
|
|
|
17896
|
-
function select$
|
|
17897
|
-
return select$
|
|
17896
|
+
function select$1n(luvio, params) {
|
|
17897
|
+
return select$1E();
|
|
17898
17898
|
}
|
|
17899
17899
|
function keyBuilder$1t(luvio, params) {
|
|
17900
17900
|
return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
|
|
@@ -17908,7 +17908,7 @@ function ingestSuccess$G(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
17908
17908
|
luvio.storeIngest(key, ingest$y, body);
|
|
17909
17909
|
const snapshot = luvio.storeLookup({
|
|
17910
17910
|
recordId: key,
|
|
17911
|
-
node: select$
|
|
17911
|
+
node: select$1n(),
|
|
17912
17912
|
variables: {},
|
|
17913
17913
|
}, snapshotRefresh);
|
|
17914
17914
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -17925,7 +17925,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
17925
17925
|
const storeMetadataParams = {
|
|
17926
17926
|
ttl: TTL$s,
|
|
17927
17927
|
namespace: keyPrefix,
|
|
17928
|
-
version: VERSION$
|
|
17928
|
+
version: VERSION$_,
|
|
17929
17929
|
representationName: RepresentationType$E
|
|
17930
17930
|
};
|
|
17931
17931
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -17979,7 +17979,7 @@ function validateAdapterConfig$U(untrustedConfig, configPropertyNames) {
|
|
|
17979
17979
|
}
|
|
17980
17980
|
function adapterFragment$x(luvio, config) {
|
|
17981
17981
|
createResourceParams$O(config);
|
|
17982
|
-
return select$
|
|
17982
|
+
return select$1n();
|
|
17983
17983
|
}
|
|
17984
17984
|
function onFetchResponseSuccess$B(luvio, config, resourceParams, response) {
|
|
17985
17985
|
const snapshot = ingestSuccess$G(luvio, resourceParams, response, {
|
|
@@ -18035,7 +18035,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
18035
18035
|
buildCachedSnapshotCachePolicy$E, buildNetworkSnapshotCachePolicy$F);
|
|
18036
18036
|
};
|
|
18037
18037
|
|
|
18038
|
-
function validate$
|
|
18038
|
+
function validate$1k(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
18039
18039
|
const v_error = (() => {
|
|
18040
18040
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18041
18041
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18105,8 +18105,8 @@ function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentatio
|
|
|
18105
18105
|
return v_error === undefined ? null : v_error;
|
|
18106
18106
|
}
|
|
18107
18107
|
|
|
18108
|
-
function select$
|
|
18109
|
-
return select$
|
|
18108
|
+
function select$1m(luvio, params) {
|
|
18109
|
+
return select$1E();
|
|
18110
18110
|
}
|
|
18111
18111
|
function keyBuilder$1r(luvio, params) {
|
|
18112
18112
|
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) + ')';
|
|
@@ -18120,7 +18120,7 @@ function ingestSuccess$F(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
18120
18120
|
luvio.storeIngest(key, ingest$y, body);
|
|
18121
18121
|
const snapshot = luvio.storeLookup({
|
|
18122
18122
|
recordId: key,
|
|
18123
|
-
node: select$
|
|
18123
|
+
node: select$1m(),
|
|
18124
18124
|
variables: {},
|
|
18125
18125
|
}, snapshotRefresh);
|
|
18126
18126
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -18137,7 +18137,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
18137
18137
|
const storeMetadataParams = {
|
|
18138
18138
|
ttl: TTL$s,
|
|
18139
18139
|
namespace: keyPrefix,
|
|
18140
|
-
version: VERSION$
|
|
18140
|
+
version: VERSION$_,
|
|
18141
18141
|
representationName: RepresentationType$E
|
|
18142
18142
|
};
|
|
18143
18143
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -18218,7 +18218,7 @@ function selectChildResourceParams$6(luvio, childResources, resourceParams) {
|
|
|
18218
18218
|
reader.enterPath(envelopeBodyPath);
|
|
18219
18219
|
const childResource = childResources[i];
|
|
18220
18220
|
const childKey = keyBuilder$1r(luvio, childResource);
|
|
18221
|
-
const childFragment = select$
|
|
18221
|
+
const childFragment = select$1m();
|
|
18222
18222
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
18223
18223
|
const childSnapshot = reader.read({
|
|
18224
18224
|
recordId: childKey,
|
|
@@ -18298,7 +18298,7 @@ function selectChildResourceParams$6(luvio, childResources, resourceParams) {
|
|
|
18298
18298
|
}
|
|
18299
18299
|
};
|
|
18300
18300
|
}
|
|
18301
|
-
function select$
|
|
18301
|
+
function select$1l(luvio, resourceParams) {
|
|
18302
18302
|
const childResources = createChildResourceParams$8(resourceParams);
|
|
18303
18303
|
return selectChildResourceParams$6(luvio, childResources, resourceParams);
|
|
18304
18304
|
}
|
|
@@ -18412,7 +18412,7 @@ function ingestSuccess$E(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
18412
18412
|
seenRecords: seenRecords,
|
|
18413
18413
|
select: {
|
|
18414
18414
|
recordId: key,
|
|
18415
|
-
node: select$
|
|
18415
|
+
node: select$1l(luvio, resourceParams),
|
|
18416
18416
|
variables: {},
|
|
18417
18417
|
},
|
|
18418
18418
|
refresh: snapshotRefresh,
|
|
@@ -18461,7 +18461,7 @@ function typeCheckConfig$R(untrustedConfig) {
|
|
|
18461
18461
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
18462
18462
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
18463
18463
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
18464
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
18464
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1k(untrustedConfig_relatedListsActionParameters_item);
|
|
18465
18465
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
18466
18466
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
18467
18467
|
}
|
|
@@ -18486,7 +18486,7 @@ function validateAdapterConfig$T(untrustedConfig, configPropertyNames) {
|
|
|
18486
18486
|
}
|
|
18487
18487
|
function adapterFragment$w(luvio, config) {
|
|
18488
18488
|
const resourceParams = createResourceParams$N(config);
|
|
18489
|
-
return select$
|
|
18489
|
+
return select$1l(luvio, resourceParams);
|
|
18490
18490
|
}
|
|
18491
18491
|
function onFetchResponseSuccess$A(luvio, config, resourceParams, response) {
|
|
18492
18492
|
const snapshot = ingestSuccess$E(luvio, resourceParams, response, {
|
|
@@ -18579,7 +18579,7 @@ function validateAdapterConfig$S(untrustedConfig, configPropertyNames) {
|
|
|
18579
18579
|
}
|
|
18580
18580
|
function adapterFragment$v(luvio, config) {
|
|
18581
18581
|
createResourceParams$M(config);
|
|
18582
|
-
return select$
|
|
18582
|
+
return select$1m();
|
|
18583
18583
|
}
|
|
18584
18584
|
function onFetchResponseSuccess$z(luvio, config, resourceParams, response) {
|
|
18585
18585
|
const snapshot = ingestSuccess$F(luvio, resourceParams, response, {
|
|
@@ -18635,8 +18635,8 @@ const getRelatedListActionsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
18635
18635
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$D);
|
|
18636
18636
|
};
|
|
18637
18637
|
|
|
18638
|
-
function select$
|
|
18639
|
-
return select$
|
|
18638
|
+
function select$1k(luvio, params) {
|
|
18639
|
+
return select$1E();
|
|
18640
18640
|
}
|
|
18641
18641
|
function keyBuilder$1n(luvio, params) {
|
|
18642
18642
|
return keyPrefix + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ',' + 'relatedListRecordIds:' + params.urlParams.relatedListRecordIds + ')';
|
|
@@ -18650,7 +18650,7 @@ function ingestSuccess$D(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
18650
18650
|
luvio.storeIngest(key, ingest$y, body);
|
|
18651
18651
|
const snapshot = luvio.storeLookup({
|
|
18652
18652
|
recordId: key,
|
|
18653
|
-
node: select$
|
|
18653
|
+
node: select$1k(),
|
|
18654
18654
|
variables: {},
|
|
18655
18655
|
}, snapshotRefresh);
|
|
18656
18656
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -18667,7 +18667,7 @@ function ingestError$v(luvio, params, error, snapshotRefresh) {
|
|
|
18667
18667
|
const storeMetadataParams = {
|
|
18668
18668
|
ttl: TTL$s,
|
|
18669
18669
|
namespace: keyPrefix,
|
|
18670
|
-
version: VERSION$
|
|
18670
|
+
version: VERSION$_,
|
|
18671
18671
|
representationName: RepresentationType$E
|
|
18672
18672
|
};
|
|
18673
18673
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -18722,7 +18722,7 @@ function validateAdapterConfig$R(untrustedConfig, configPropertyNames) {
|
|
|
18722
18722
|
}
|
|
18723
18723
|
function adapterFragment$u(luvio, config) {
|
|
18724
18724
|
createResourceParams$L(config);
|
|
18725
|
-
return select$
|
|
18725
|
+
return select$1k();
|
|
18726
18726
|
}
|
|
18727
18727
|
function onFetchResponseSuccess$y(luvio, config, resourceParams, response) {
|
|
18728
18728
|
const snapshot = ingestSuccess$D(luvio, resourceParams, response, {
|
|
@@ -18778,8 +18778,8 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
18778
18778
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
|
|
18779
18779
|
};
|
|
18780
18780
|
|
|
18781
|
-
const VERSION$
|
|
18782
|
-
function validate$
|
|
18781
|
+
const VERSION$R = "a316b3bba367f54adc67d7552ed7d36d";
|
|
18782
|
+
function validate$1j(obj, path = 'PageReferenceRepresentation') {
|
|
18783
18783
|
const v_error = (() => {
|
|
18784
18784
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18785
18785
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18824,15 +18824,15 @@ const RepresentationType$z = 'PageReferenceRepresentation';
|
|
|
18824
18824
|
function normalize$t(input, existing, path, luvio, store, timestamp) {
|
|
18825
18825
|
return input;
|
|
18826
18826
|
}
|
|
18827
|
-
const select$
|
|
18827
|
+
const select$1j = function PageReferenceRepresentationSelect() {
|
|
18828
18828
|
return {
|
|
18829
18829
|
kind: 'Fragment',
|
|
18830
|
-
version: VERSION$
|
|
18830
|
+
version: VERSION$R,
|
|
18831
18831
|
private: [],
|
|
18832
18832
|
opaque: true
|
|
18833
18833
|
};
|
|
18834
18834
|
};
|
|
18835
|
-
function equals$
|
|
18835
|
+
function equals$H(existing, incoming) {
|
|
18836
18836
|
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
18837
18837
|
return false;
|
|
18838
18838
|
}
|
|
@@ -18840,14 +18840,14 @@ function equals$G(existing, incoming) {
|
|
|
18840
18840
|
}
|
|
18841
18841
|
const ingest$t = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18842
18842
|
if (process.env.NODE_ENV !== 'production') {
|
|
18843
|
-
const validateError = validate$
|
|
18843
|
+
const validateError = validate$1j(input);
|
|
18844
18844
|
if (validateError !== null) {
|
|
18845
18845
|
throw validateError;
|
|
18846
18846
|
}
|
|
18847
18847
|
}
|
|
18848
18848
|
const key = path.fullPath;
|
|
18849
18849
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
18850
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$
|
|
18850
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$R, RepresentationType$z, equals$H);
|
|
18851
18851
|
return createLink(key);
|
|
18852
18852
|
};
|
|
18853
18853
|
function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -18861,8 +18861,8 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18861
18861
|
}
|
|
18862
18862
|
|
|
18863
18863
|
const TTL$o = 120000;
|
|
18864
|
-
const VERSION$
|
|
18865
|
-
function validate$
|
|
18864
|
+
const VERSION$Q = "09884ca5bf90ea4662092a4e48817081";
|
|
18865
|
+
function validate$1i(obj, path = 'NavItemRepresentation') {
|
|
18866
18866
|
const v_error = (() => {
|
|
18867
18867
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18868
18868
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19098,10 +19098,10 @@ function normalize$s(input, existing, path, luvio, store, timestamp) {
|
|
|
19098
19098
|
}
|
|
19099
19099
|
return input;
|
|
19100
19100
|
}
|
|
19101
|
-
const select$
|
|
19101
|
+
const select$1i = function NavItemRepresentationSelect() {
|
|
19102
19102
|
return {
|
|
19103
19103
|
kind: 'Fragment',
|
|
19104
|
-
version: VERSION$
|
|
19104
|
+
version: VERSION$Q,
|
|
19105
19105
|
private: [],
|
|
19106
19106
|
selections: [
|
|
19107
19107
|
{
|
|
@@ -19160,7 +19160,7 @@ const select$1h = function NavItemRepresentationSelect() {
|
|
|
19160
19160
|
name: 'pageReference',
|
|
19161
19161
|
kind: 'Link',
|
|
19162
19162
|
nullable: true,
|
|
19163
|
-
fragment: select$
|
|
19163
|
+
fragment: select$1j()
|
|
19164
19164
|
},
|
|
19165
19165
|
{
|
|
19166
19166
|
name: 'standardType',
|
|
@@ -19169,7 +19169,7 @@ const select$1h = function NavItemRepresentationSelect() {
|
|
|
19169
19169
|
]
|
|
19170
19170
|
};
|
|
19171
19171
|
};
|
|
19172
|
-
function equals$
|
|
19172
|
+
function equals$G(existing, incoming) {
|
|
19173
19173
|
const existing_availableInClassic = existing.availableInClassic;
|
|
19174
19174
|
const incoming_availableInClassic = incoming.availableInClassic;
|
|
19175
19175
|
if (!(existing_availableInClassic === incoming_availableInClassic)) {
|
|
@@ -19254,14 +19254,14 @@ function equals$F(existing, incoming) {
|
|
|
19254
19254
|
}
|
|
19255
19255
|
const ingest$s = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19256
19256
|
if (process.env.NODE_ENV !== 'production') {
|
|
19257
|
-
const validateError = validate$
|
|
19257
|
+
const validateError = validate$1i(input);
|
|
19258
19258
|
if (validateError !== null) {
|
|
19259
19259
|
throw validateError;
|
|
19260
19260
|
}
|
|
19261
19261
|
}
|
|
19262
19262
|
const key = keyBuilderFromType$m(luvio, input);
|
|
19263
19263
|
const ttlToUse = TTL$o;
|
|
19264
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$
|
|
19264
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$Q, RepresentationType$y, equals$G);
|
|
19265
19265
|
return createLink(key);
|
|
19266
19266
|
};
|
|
19267
19267
|
function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -19278,8 +19278,8 @@ function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19278
19278
|
}
|
|
19279
19279
|
|
|
19280
19280
|
const TTL$n = 300000;
|
|
19281
|
-
const VERSION$
|
|
19282
|
-
function validate$
|
|
19281
|
+
const VERSION$P = "0cd492fdd6c713c206ef53dc02175f71";
|
|
19282
|
+
function validate$1h(obj, path = 'AppRepresentation') {
|
|
19283
19283
|
const v_error = (() => {
|
|
19284
19284
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19285
19285
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19553,10 +19553,10 @@ function normalize$r(input, existing, path, luvio, store, timestamp) {
|
|
|
19553
19553
|
}
|
|
19554
19554
|
return input;
|
|
19555
19555
|
}
|
|
19556
|
-
const select$
|
|
19556
|
+
const select$1h = function AppRepresentationSelect() {
|
|
19557
19557
|
return {
|
|
19558
19558
|
kind: 'Fragment',
|
|
19559
|
-
version: VERSION$
|
|
19559
|
+
version: VERSION$P,
|
|
19560
19560
|
private: [
|
|
19561
19561
|
'eTag'
|
|
19562
19562
|
],
|
|
@@ -19618,7 +19618,7 @@ const select$1g = function AppRepresentationSelect() {
|
|
|
19618
19618
|
name: 'navItems',
|
|
19619
19619
|
kind: 'Link',
|
|
19620
19620
|
plural: true,
|
|
19621
|
-
fragment: select$
|
|
19621
|
+
fragment: select$1i()
|
|
19622
19622
|
},
|
|
19623
19623
|
{
|
|
19624
19624
|
name: 'selected',
|
|
@@ -19636,12 +19636,12 @@ const select$1g = function AppRepresentationSelect() {
|
|
|
19636
19636
|
name: 'userNavItems',
|
|
19637
19637
|
kind: 'Link',
|
|
19638
19638
|
plural: true,
|
|
19639
|
-
fragment: select$
|
|
19639
|
+
fragment: select$1i()
|
|
19640
19640
|
}
|
|
19641
19641
|
]
|
|
19642
19642
|
};
|
|
19643
19643
|
};
|
|
19644
|
-
function equals$
|
|
19644
|
+
function equals$F(existing, incoming) {
|
|
19645
19645
|
const existing_isNavAutoTempTabsDisabled = existing.isNavAutoTempTabsDisabled;
|
|
19646
19646
|
const incoming_isNavAutoTempTabsDisabled = incoming.isNavAutoTempTabsDisabled;
|
|
19647
19647
|
if (!(existing_isNavAutoTempTabsDisabled === incoming_isNavAutoTempTabsDisabled)) {
|
|
@@ -19756,14 +19756,14 @@ function equals$E(existing, incoming) {
|
|
|
19756
19756
|
}
|
|
19757
19757
|
const ingest$r = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19758
19758
|
if (process.env.NODE_ENV !== 'production') {
|
|
19759
|
-
const validateError = validate$
|
|
19759
|
+
const validateError = validate$1h(input);
|
|
19760
19760
|
if (validateError !== null) {
|
|
19761
19761
|
throw validateError;
|
|
19762
19762
|
}
|
|
19763
19763
|
}
|
|
19764
19764
|
const key = keyBuilderFromType$l(luvio, input);
|
|
19765
19765
|
const ttlToUse = TTL$n;
|
|
19766
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$
|
|
19766
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$P, RepresentationType$x, equals$F);
|
|
19767
19767
|
return createLink(key);
|
|
19768
19768
|
};
|
|
19769
19769
|
function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -19785,8 +19785,8 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19785
19785
|
}
|
|
19786
19786
|
|
|
19787
19787
|
const TTL$m = 300000;
|
|
19788
|
-
const VERSION$
|
|
19789
|
-
function validate$
|
|
19788
|
+
const VERSION$O = "a254babf0b6414315db7808a157fd9fc";
|
|
19789
|
+
function validate$1g(obj, path = 'AppsRepresentation') {
|
|
19790
19790
|
const v_error = (() => {
|
|
19791
19791
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19792
19792
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19831,10 +19831,10 @@ function normalize$q(input, existing, path, luvio, store, timestamp) {
|
|
|
19831
19831
|
}
|
|
19832
19832
|
return input;
|
|
19833
19833
|
}
|
|
19834
|
-
const select$
|
|
19834
|
+
const select$1g = function AppsRepresentationSelect() {
|
|
19835
19835
|
return {
|
|
19836
19836
|
kind: 'Fragment',
|
|
19837
|
-
version: VERSION$
|
|
19837
|
+
version: VERSION$O,
|
|
19838
19838
|
private: [
|
|
19839
19839
|
'eTag'
|
|
19840
19840
|
],
|
|
@@ -19843,12 +19843,12 @@ const select$1f = function AppsRepresentationSelect() {
|
|
|
19843
19843
|
name: 'apps',
|
|
19844
19844
|
kind: 'Link',
|
|
19845
19845
|
plural: true,
|
|
19846
|
-
fragment: select$
|
|
19846
|
+
fragment: select$1h()
|
|
19847
19847
|
}
|
|
19848
19848
|
]
|
|
19849
19849
|
};
|
|
19850
19850
|
};
|
|
19851
|
-
function equals$
|
|
19851
|
+
function equals$E(existing, incoming) {
|
|
19852
19852
|
const existing_eTag = existing.eTag;
|
|
19853
19853
|
const incoming_eTag = incoming.eTag;
|
|
19854
19854
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -19868,14 +19868,14 @@ function equals$D(existing, incoming) {
|
|
|
19868
19868
|
}
|
|
19869
19869
|
const ingest$q = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19870
19870
|
if (process.env.NODE_ENV !== 'production') {
|
|
19871
|
-
const validateError = validate$
|
|
19871
|
+
const validateError = validate$1g(input);
|
|
19872
19872
|
if (validateError !== null) {
|
|
19873
19873
|
throw validateError;
|
|
19874
19874
|
}
|
|
19875
19875
|
}
|
|
19876
19876
|
const key = path.fullPath;
|
|
19877
19877
|
const ttlToUse = TTL$m;
|
|
19878
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$
|
|
19878
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$O, RepresentationType$w, equals$E);
|
|
19879
19879
|
return createLink(key);
|
|
19880
19880
|
};
|
|
19881
19881
|
function getTypeCacheKeys$x(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -19892,8 +19892,8 @@ function getTypeCacheKeys$x(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19892
19892
|
}
|
|
19893
19893
|
}
|
|
19894
19894
|
|
|
19895
|
-
function select$
|
|
19896
|
-
return select$
|
|
19895
|
+
function select$1f(luvio, params) {
|
|
19896
|
+
return select$1g();
|
|
19897
19897
|
}
|
|
19898
19898
|
function keyBuilder$1j(luvio, params) {
|
|
19899
19899
|
return keyPrefix + '::AppsRepresentation:(' + 'formFactor:' + params.queryParams.formFactor + ',' + 'userCustomizations:' + params.queryParams.userCustomizations + ')';
|
|
@@ -19907,7 +19907,7 @@ function ingestSuccess$C(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
19907
19907
|
luvio.storeIngest(key, ingest$q, body);
|
|
19908
19908
|
const snapshot = luvio.storeLookup({
|
|
19909
19909
|
recordId: key,
|
|
19910
|
-
node: select$
|
|
19910
|
+
node: select$1f(),
|
|
19911
19911
|
variables: {},
|
|
19912
19912
|
}, snapshotRefresh);
|
|
19913
19913
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -19924,7 +19924,7 @@ function ingestError$u(luvio, params, error, snapshotRefresh) {
|
|
|
19924
19924
|
const storeMetadataParams = {
|
|
19925
19925
|
ttl: TTL$m,
|
|
19926
19926
|
namespace: keyPrefix,
|
|
19927
|
-
version: VERSION$
|
|
19927
|
+
version: VERSION$O,
|
|
19928
19928
|
representationName: RepresentationType$w
|
|
19929
19929
|
};
|
|
19930
19930
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -19976,7 +19976,7 @@ function validateAdapterConfig$Q(untrustedConfig, configPropertyNames) {
|
|
|
19976
19976
|
}
|
|
19977
19977
|
function adapterFragment$t(luvio, config) {
|
|
19978
19978
|
createResourceParams$K(config);
|
|
19979
|
-
return select$
|
|
19979
|
+
return select$1f();
|
|
19980
19980
|
}
|
|
19981
19981
|
function onFetchResponseSuccess$x(luvio, config, resourceParams, response) {
|
|
19982
19982
|
const snapshot = ingestSuccess$C(luvio, resourceParams, response, {
|
|
@@ -20032,8 +20032,8 @@ const getAllAppsAdapterFactory = (luvio) => function UiApi__getAllApps(untrusted
|
|
|
20032
20032
|
buildCachedSnapshotCachePolicy$A, buildNetworkSnapshotCachePolicy$B);
|
|
20033
20033
|
};
|
|
20034
20034
|
|
|
20035
|
-
function select$
|
|
20036
|
-
return select$
|
|
20035
|
+
function select$1e(luvio, params) {
|
|
20036
|
+
return select$1h();
|
|
20037
20037
|
}
|
|
20038
20038
|
function keyBuilder$1h(luvio, params) {
|
|
20039
20039
|
return keyBuilder$1k(luvio, {
|
|
@@ -20049,7 +20049,7 @@ function ingestSuccess$B(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
20049
20049
|
luvio.storeIngest(key, ingest$r, body);
|
|
20050
20050
|
const snapshot = luvio.storeLookup({
|
|
20051
20051
|
recordId: key,
|
|
20052
|
-
node: select$
|
|
20052
|
+
node: select$1e(),
|
|
20053
20053
|
variables: {},
|
|
20054
20054
|
}, snapshotRefresh);
|
|
20055
20055
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -20066,7 +20066,7 @@ function ingestError$t(luvio, params, error, snapshotRefresh) {
|
|
|
20066
20066
|
const storeMetadataParams = {
|
|
20067
20067
|
ttl: TTL$n,
|
|
20068
20068
|
namespace: keyPrefix,
|
|
20069
|
-
version: VERSION$
|
|
20069
|
+
version: VERSION$P,
|
|
20070
20070
|
representationName: RepresentationType$x
|
|
20071
20071
|
};
|
|
20072
20072
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -20119,7 +20119,7 @@ function validateAdapterConfig$P(untrustedConfig, configPropertyNames) {
|
|
|
20119
20119
|
}
|
|
20120
20120
|
function adapterFragment$s(luvio, config) {
|
|
20121
20121
|
createResourceParams$J(config);
|
|
20122
|
-
return select$
|
|
20122
|
+
return select$1e();
|
|
20123
20123
|
}
|
|
20124
20124
|
function onFetchResponseSuccess$w(luvio, config, resourceParams, response) {
|
|
20125
20125
|
const snapshot = ingestSuccess$B(luvio, resourceParams, response, {
|
|
@@ -20175,8 +20175,8 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
20175
20175
|
buildCachedSnapshotCachePolicy$z, buildNetworkSnapshotCachePolicy$A);
|
|
20176
20176
|
};
|
|
20177
20177
|
|
|
20178
|
-
const VERSION$
|
|
20179
|
-
function validate$
|
|
20178
|
+
const VERSION$N = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
20179
|
+
function validate$1f(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
20180
20180
|
const v_error = (() => {
|
|
20181
20181
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20182
20182
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20209,10 +20209,10 @@ function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
|
20209
20209
|
})();
|
|
20210
20210
|
return v_error === undefined ? null : v_error;
|
|
20211
20211
|
}
|
|
20212
|
-
const select$
|
|
20212
|
+
const select$1d = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
20213
20213
|
return {
|
|
20214
20214
|
kind: 'Fragment',
|
|
20215
|
-
version: VERSION$
|
|
20215
|
+
version: VERSION$N,
|
|
20216
20216
|
private: [
|
|
20217
20217
|
'eTag'
|
|
20218
20218
|
],
|
|
@@ -20237,8 +20237,8 @@ const select$1c = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
20237
20237
|
};
|
|
20238
20238
|
};
|
|
20239
20239
|
|
|
20240
|
-
const VERSION$
|
|
20241
|
-
function validate$
|
|
20240
|
+
const VERSION$M = "320d7f254687278f2763d4b490dab3fb";
|
|
20241
|
+
function validate$1e(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
20242
20242
|
const v_error = (() => {
|
|
20243
20243
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20244
20244
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20261,7 +20261,7 @@ function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
20261
20261
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
20262
20262
|
const obj_filterItems_item = obj_filterItems[i];
|
|
20263
20263
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
20264
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
20264
|
+
const referencepath_filterItems_itemValidationError = validate$1f(obj_filterItems_item, path_filterItems_item);
|
|
20265
20265
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
20266
20266
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
20267
20267
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20276,11 +20276,11 @@ function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
20276
20276
|
})();
|
|
20277
20277
|
return v_error === undefined ? null : v_error;
|
|
20278
20278
|
}
|
|
20279
|
-
const select$
|
|
20280
|
-
const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$
|
|
20279
|
+
const select$1c = function DuplicateRuleFilterRepresentationSelect() {
|
|
20280
|
+
const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$1d();
|
|
20281
20281
|
return {
|
|
20282
20282
|
kind: 'Fragment',
|
|
20283
|
-
version: VERSION$
|
|
20283
|
+
version: VERSION$M,
|
|
20284
20284
|
private: [
|
|
20285
20285
|
'eTag'
|
|
20286
20286
|
],
|
|
@@ -20303,8 +20303,8 @@ const select$1b = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
20303
20303
|
};
|
|
20304
20304
|
};
|
|
20305
20305
|
|
|
20306
|
-
const VERSION$
|
|
20307
|
-
function validate$
|
|
20306
|
+
const VERSION$L = "b47b44e260e5ce777beaf3da9088997c";
|
|
20307
|
+
function validate$1d(obj, path = 'MatchRuleRepresentation') {
|
|
20308
20308
|
const v_error = (() => {
|
|
20309
20309
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20310
20310
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20344,10 +20344,10 @@ function validate$1c(obj, path = 'MatchRuleRepresentation') {
|
|
|
20344
20344
|
})();
|
|
20345
20345
|
return v_error === undefined ? null : v_error;
|
|
20346
20346
|
}
|
|
20347
|
-
const select$
|
|
20347
|
+
const select$1b = function MatchRuleRepresentationSelect() {
|
|
20348
20348
|
return {
|
|
20349
20349
|
kind: 'Fragment',
|
|
20350
|
-
version: VERSION$
|
|
20350
|
+
version: VERSION$L,
|
|
20351
20351
|
private: [
|
|
20352
20352
|
'eTag'
|
|
20353
20353
|
],
|
|
@@ -20373,8 +20373,8 @@ const select$1a = function MatchRuleRepresentationSelect() {
|
|
|
20373
20373
|
};
|
|
20374
20374
|
};
|
|
20375
20375
|
|
|
20376
|
-
const VERSION$
|
|
20377
|
-
function validate$
|
|
20376
|
+
const VERSION$K = "bb83d7210bb1d7861b6188bc5f552617";
|
|
20377
|
+
function validate$1c(obj, path = 'DuplicateRuleRepresentation') {
|
|
20378
20378
|
const v_error = (() => {
|
|
20379
20379
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20380
20380
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20402,7 +20402,7 @@ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20402
20402
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
20403
20403
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
20404
20404
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
20405
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
20405
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1e(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
20406
20406
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
20407
20407
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
20408
20408
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20422,7 +20422,7 @@ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20422
20422
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
20423
20423
|
const obj_matchRules_item = obj_matchRules[i];
|
|
20424
20424
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
20425
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
20425
|
+
const referencepath_matchRules_itemValidationError = validate$1d(obj_matchRules_item, path_matchRules_item);
|
|
20426
20426
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
20427
20427
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
20428
20428
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20461,12 +20461,12 @@ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20461
20461
|
})();
|
|
20462
20462
|
return v_error === undefined ? null : v_error;
|
|
20463
20463
|
}
|
|
20464
|
-
const select$
|
|
20465
|
-
const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$
|
|
20466
|
-
const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$
|
|
20464
|
+
const select$1a = function DuplicateRuleRepresentationSelect() {
|
|
20465
|
+
const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$1c();
|
|
20466
|
+
const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$1b();
|
|
20467
20467
|
return {
|
|
20468
20468
|
kind: 'Fragment',
|
|
20469
|
-
version: VERSION$
|
|
20469
|
+
version: VERSION$K,
|
|
20470
20470
|
private: [
|
|
20471
20471
|
'eTag'
|
|
20472
20472
|
],
|
|
@@ -20514,8 +20514,8 @@ const select$19 = function DuplicateRuleRepresentationSelect() {
|
|
|
20514
20514
|
};
|
|
20515
20515
|
|
|
20516
20516
|
const TTL$l = 900000;
|
|
20517
|
-
const VERSION$
|
|
20518
|
-
function validate$
|
|
20517
|
+
const VERSION$J = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
20518
|
+
function validate$1b(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
20519
20519
|
const v_error = (() => {
|
|
20520
20520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20521
20521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20550,7 +20550,7 @@ function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
20550
20550
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
20551
20551
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
20552
20552
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
20553
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
20553
|
+
const referencepath_duplicateRules_itemValidationError = validate$1c(obj_duplicateRules_item, path_duplicateRules_item);
|
|
20554
20554
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
20555
20555
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
20556
20556
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20574,11 +20574,11 @@ const RepresentationType$v = 'DuplicatesConfigurationRepresentation';
|
|
|
20574
20574
|
function normalize$p(input, existing, path, luvio, store, timestamp) {
|
|
20575
20575
|
return input;
|
|
20576
20576
|
}
|
|
20577
|
-
const select$
|
|
20578
|
-
const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$
|
|
20577
|
+
const select$19 = function DuplicatesConfigurationRepresentationSelect() {
|
|
20578
|
+
const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$1a();
|
|
20579
20579
|
return {
|
|
20580
20580
|
kind: 'Fragment',
|
|
20581
|
-
version: VERSION$
|
|
20581
|
+
version: VERSION$J,
|
|
20582
20582
|
private: [
|
|
20583
20583
|
'eTag'
|
|
20584
20584
|
],
|
|
@@ -20609,7 +20609,7 @@ const select$18 = function DuplicatesConfigurationRepresentationSelect() {
|
|
|
20609
20609
|
]
|
|
20610
20610
|
};
|
|
20611
20611
|
};
|
|
20612
|
-
function equals$
|
|
20612
|
+
function equals$D(existing, incoming) {
|
|
20613
20613
|
if (existing.eTag !== incoming.eTag) {
|
|
20614
20614
|
return false;
|
|
20615
20615
|
}
|
|
@@ -20617,14 +20617,14 @@ function equals$C(existing, incoming) {
|
|
|
20617
20617
|
}
|
|
20618
20618
|
const ingest$p = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20619
20619
|
if (process.env.NODE_ENV !== 'production') {
|
|
20620
|
-
const validateError = validate$
|
|
20620
|
+
const validateError = validate$1b(input);
|
|
20621
20621
|
if (validateError !== null) {
|
|
20622
20622
|
throw validateError;
|
|
20623
20623
|
}
|
|
20624
20624
|
}
|
|
20625
20625
|
const key = path.fullPath;
|
|
20626
20626
|
const ttlToUse = TTL$l;
|
|
20627
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$
|
|
20627
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$J, RepresentationType$v, equals$D);
|
|
20628
20628
|
return createLink(key);
|
|
20629
20629
|
};
|
|
20630
20630
|
function getTypeCacheKeys$w(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -20637,8 +20637,8 @@ function getTypeCacheKeys$w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20637
20637
|
});
|
|
20638
20638
|
}
|
|
20639
20639
|
|
|
20640
|
-
function select$
|
|
20641
|
-
return select$
|
|
20640
|
+
function select$18(luvio, params) {
|
|
20641
|
+
return select$19();
|
|
20642
20642
|
}
|
|
20643
20643
|
function keyBuilder$1f(luvio, params) {
|
|
20644
20644
|
return keyPrefix + '::DuplicatesConfigurationRepresentation:(' + 'recordTypeId:' + params.queryParams.recordTypeId + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -20652,7 +20652,7 @@ function ingestSuccess$A(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
20652
20652
|
luvio.storeIngest(key, ingest$p, body);
|
|
20653
20653
|
const snapshot = luvio.storeLookup({
|
|
20654
20654
|
recordId: key,
|
|
20655
|
-
node: select$
|
|
20655
|
+
node: select$18(),
|
|
20656
20656
|
variables: {},
|
|
20657
20657
|
}, snapshotRefresh);
|
|
20658
20658
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -20669,7 +20669,7 @@ function ingestError$s(luvio, params, error, snapshotRefresh) {
|
|
|
20669
20669
|
const storeMetadataParams = {
|
|
20670
20670
|
ttl: TTL$l,
|
|
20671
20671
|
namespace: keyPrefix,
|
|
20672
|
-
version: VERSION$
|
|
20672
|
+
version: VERSION$J,
|
|
20673
20673
|
representationName: RepresentationType$v
|
|
20674
20674
|
};
|
|
20675
20675
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -20720,7 +20720,7 @@ function validateAdapterConfig$O(untrustedConfig, configPropertyNames) {
|
|
|
20720
20720
|
}
|
|
20721
20721
|
function adapterFragment$r(luvio, config) {
|
|
20722
20722
|
createResourceParams$I(config);
|
|
20723
|
-
return select$
|
|
20723
|
+
return select$18();
|
|
20724
20724
|
}
|
|
20725
20725
|
function onFetchResponseSuccess$v(luvio, config, resourceParams, response) {
|
|
20726
20726
|
const snapshot = ingestSuccess$A(luvio, resourceParams, response, {
|
|
@@ -20808,7 +20808,7 @@ function ingestError$r(luvio, params, error, snapshotRefresh) {
|
|
|
20808
20808
|
const storeMetadataParams = {
|
|
20809
20809
|
ttl: TTL$w,
|
|
20810
20810
|
namespace: keyPrefix,
|
|
20811
|
-
version: VERSION$
|
|
20811
|
+
version: VERSION$17,
|
|
20812
20812
|
representationName: RepresentationType$N
|
|
20813
20813
|
};
|
|
20814
20814
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -20834,7 +20834,7 @@ function onFetchResponseSuccess$u(luvio, config, resourceParams, response) {
|
|
|
20834
20834
|
luvio.storeIngest(key, ingest$G, body);
|
|
20835
20835
|
const snapshot = luvio.storeLookup({
|
|
20836
20836
|
recordId: key,
|
|
20837
|
-
node: select$
|
|
20837
|
+
node: select$1L(),
|
|
20838
20838
|
variables: {},
|
|
20839
20839
|
}, {
|
|
20840
20840
|
config,
|
|
@@ -20880,7 +20880,7 @@ function buildCachedSnapshotCachePolicy$x(context, storeLookup) {
|
|
|
20880
20880
|
const { luvio, config } = context;
|
|
20881
20881
|
const selector = {
|
|
20882
20882
|
recordId: keyBuilder$1V(luvio, config),
|
|
20883
|
-
node: select$
|
|
20883
|
+
node: select$1L(),
|
|
20884
20884
|
variables: {},
|
|
20885
20885
|
};
|
|
20886
20886
|
return storeLookup(selector, {
|
|
@@ -20978,7 +20978,7 @@ function buildCachedSnapshot$5(luvio, config) {
|
|
|
20978
20978
|
});
|
|
20979
20979
|
const selector = {
|
|
20980
20980
|
recordId: key,
|
|
20981
|
-
node: select$
|
|
20981
|
+
node: select$1K(),
|
|
20982
20982
|
variables: {},
|
|
20983
20983
|
};
|
|
20984
20984
|
return luvio.storeLookup(selector, {
|
|
@@ -21096,7 +21096,7 @@ function buildCachedSnapshotCachePolicy$w(context, storeLookup) {
|
|
|
21096
21096
|
layoutType,
|
|
21097
21097
|
mode,
|
|
21098
21098
|
}),
|
|
21099
|
-
node: select$
|
|
21099
|
+
node: select$1K(),
|
|
21100
21100
|
variables: {},
|
|
21101
21101
|
};
|
|
21102
21102
|
return storeLookup(selector, {
|
|
@@ -21153,8 +21153,8 @@ function keyBuilder$1c(luvio, params) {
|
|
|
21153
21153
|
});
|
|
21154
21154
|
}
|
|
21155
21155
|
|
|
21156
|
-
function select$
|
|
21157
|
-
return select$
|
|
21156
|
+
function select$17(luvio, params) {
|
|
21157
|
+
return select$1Z();
|
|
21158
21158
|
}
|
|
21159
21159
|
function getResponseCacheKeys$H(storeKeyMap, luvio, resourceParams, response) {
|
|
21160
21160
|
getTypeCacheKeys$Z(storeKeyMap, luvio, response);
|
|
@@ -21165,7 +21165,7 @@ function ingestSuccess$z(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
21165
21165
|
luvio.storeIngest(key, ingest$R, body);
|
|
21166
21166
|
const snapshot = luvio.storeLookup({
|
|
21167
21167
|
recordId: key,
|
|
21168
|
-
node: select$
|
|
21168
|
+
node: select$17(),
|
|
21169
21169
|
variables: {},
|
|
21170
21170
|
}, snapshotRefresh);
|
|
21171
21171
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -21182,7 +21182,7 @@ function ingestError$q(luvio, params, error, snapshotRefresh) {
|
|
|
21182
21182
|
const storeMetadataParams = {
|
|
21183
21183
|
ttl: TTL$B,
|
|
21184
21184
|
namespace: keyPrefix,
|
|
21185
|
-
version: VERSION$
|
|
21185
|
+
version: VERSION$1k,
|
|
21186
21186
|
representationName: RepresentationType$Y
|
|
21187
21187
|
};
|
|
21188
21188
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -21247,7 +21247,7 @@ function selectChildResourceParams$5(luvio, childResources, resourceParams) {
|
|
|
21247
21247
|
reader.enterPath(envelopeBodyPath);
|
|
21248
21248
|
const childResource = childResources[i];
|
|
21249
21249
|
const childKey = keyBuilder$1c(luvio, childResource);
|
|
21250
|
-
const childFragment = select$
|
|
21250
|
+
const childFragment = select$17();
|
|
21251
21251
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
21252
21252
|
const childSnapshot = reader.read({
|
|
21253
21253
|
recordId: childKey,
|
|
@@ -21327,7 +21327,7 @@ function selectChildResourceParams$5(luvio, childResources, resourceParams) {
|
|
|
21327
21327
|
}
|
|
21328
21328
|
};
|
|
21329
21329
|
}
|
|
21330
|
-
function select$
|
|
21330
|
+
function select$16(luvio, resourceParams) {
|
|
21331
21331
|
const childResources = createChildResourceParams$6(resourceParams);
|
|
21332
21332
|
return selectChildResourceParams$5(luvio, childResources, resourceParams);
|
|
21333
21333
|
}
|
|
@@ -21441,7 +21441,7 @@ function ingestSuccess$y(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
21441
21441
|
seenRecords: seenRecords,
|
|
21442
21442
|
select: {
|
|
21443
21443
|
recordId: key,
|
|
21444
|
-
node: select$
|
|
21444
|
+
node: select$16(luvio, resourceParams),
|
|
21445
21445
|
variables: {},
|
|
21446
21446
|
},
|
|
21447
21447
|
refresh: snapshotRefresh,
|
|
@@ -21502,7 +21502,7 @@ function validateAdapterConfig$J(untrustedConfig, configPropertyNames) {
|
|
|
21502
21502
|
}
|
|
21503
21503
|
function adapterFragment$q(luvio, config) {
|
|
21504
21504
|
const resourceParams = createResourceParams$G(config);
|
|
21505
|
-
return select$
|
|
21505
|
+
return select$16(luvio, resourceParams);
|
|
21506
21506
|
}
|
|
21507
21507
|
function onFetchResponseSuccess$s(luvio, config, resourceParams, response) {
|
|
21508
21508
|
const snapshot = ingestSuccess$y(luvio, resourceParams, response, {
|
|
@@ -21565,9 +21565,9 @@ function createPaginationParams$1(params) {
|
|
|
21565
21565
|
pageSize: queryParams.pageSize === undefined ? 20 : queryParams.pageSize
|
|
21566
21566
|
};
|
|
21567
21567
|
}
|
|
21568
|
-
function select$
|
|
21568
|
+
function select$15(luvio, params) {
|
|
21569
21569
|
const paginationParams = createPaginationParams$1(params);
|
|
21570
|
-
return select$
|
|
21570
|
+
return select$1S(paginationParams);
|
|
21571
21571
|
}
|
|
21572
21572
|
function keyBuilder$19(luvio, params) {
|
|
21573
21573
|
return keyBuilder$23(luvio, {
|
|
@@ -21585,7 +21585,7 @@ function ingestSuccess$x(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
21585
21585
|
luvio.storeIngest(key, ingest$K, body);
|
|
21586
21586
|
const snapshot = luvio.storeLookup({
|
|
21587
21587
|
recordId: key,
|
|
21588
|
-
node: select$
|
|
21588
|
+
node: select$15(luvio, resourceParams),
|
|
21589
21589
|
variables: {},
|
|
21590
21590
|
}, snapshotRefresh);
|
|
21591
21591
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -21650,7 +21650,7 @@ function validateAdapterConfig$I(untrustedConfig, configPropertyNames) {
|
|
|
21650
21650
|
}
|
|
21651
21651
|
function adapterFragment$p(luvio, config) {
|
|
21652
21652
|
const resourceParams = createResourceParams$F(config);
|
|
21653
|
-
return select$
|
|
21653
|
+
return select$15(luvio, resourceParams);
|
|
21654
21654
|
}
|
|
21655
21655
|
function onFetchResponseSuccess$r(luvio, config, resourceParams, response) {
|
|
21656
21656
|
const snapshot = ingestSuccess$x(luvio, resourceParams, response, {
|
|
@@ -21718,7 +21718,7 @@ function getPaginationMetadata$2(luvio, resourceParams) {
|
|
|
21718
21718
|
recordId: key,
|
|
21719
21719
|
node: {
|
|
21720
21720
|
kind: 'Fragment',
|
|
21721
|
-
version: VERSION$
|
|
21721
|
+
version: VERSION$1b,
|
|
21722
21722
|
private: [],
|
|
21723
21723
|
selections: [
|
|
21724
21724
|
{
|
|
@@ -21784,7 +21784,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
|
|
|
21784
21784
|
buildCachedSnapshotCachePolicy$u, buildNetworkSnapshotCachePolicy$v);
|
|
21785
21785
|
};
|
|
21786
21786
|
|
|
21787
|
-
function validate$
|
|
21787
|
+
function validate$1a(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
21788
21788
|
const v_error = (() => {
|
|
21789
21789
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21790
21790
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21815,7 +21815,7 @@ function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
21815
21815
|
return v_error === undefined ? null : v_error;
|
|
21816
21816
|
}
|
|
21817
21817
|
|
|
21818
|
-
function validate$
|
|
21818
|
+
function validate$19(obj, path = 'ListScopeInputRepresentation') {
|
|
21819
21819
|
const v_error = (() => {
|
|
21820
21820
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21821
21821
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21885,8 +21885,8 @@ function validate$18(obj, path = 'ListScopeInputRepresentation') {
|
|
|
21885
21885
|
return v_error === undefined ? null : v_error;
|
|
21886
21886
|
}
|
|
21887
21887
|
|
|
21888
|
-
function select$
|
|
21889
|
-
return select$
|
|
21888
|
+
function select$14(luvio, params) {
|
|
21889
|
+
return select$1Z();
|
|
21890
21890
|
}
|
|
21891
21891
|
function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
|
|
21892
21892
|
getTypeCacheKeys$Z(storeKeyMap, luvio, response);
|
|
@@ -21897,7 +21897,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
21897
21897
|
luvio.storeIngest(key, ingest$R, body);
|
|
21898
21898
|
const snapshot = luvio.storeLookup({
|
|
21899
21899
|
recordId: key,
|
|
21900
|
-
node: select$
|
|
21900
|
+
node: select$14(),
|
|
21901
21901
|
variables: {},
|
|
21902
21902
|
});
|
|
21903
21903
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -21945,7 +21945,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
21945
21945
|
const untrustedConfig_filteredByInfo_array = [];
|
|
21946
21946
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
21947
21947
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
21948
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
21948
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1a(untrustedConfig_filteredByInfo_item);
|
|
21949
21949
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
21950
21950
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
21951
21951
|
}
|
|
@@ -21953,7 +21953,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
21953
21953
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
21954
21954
|
}
|
|
21955
21955
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
21956
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
21956
|
+
const referenceListScopeInputRepresentationValidationError = validate$19(untrustedConfig_scope);
|
|
21957
21957
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
21958
21958
|
config.scope = untrustedConfig_scope;
|
|
21959
21959
|
}
|
|
@@ -22120,7 +22120,7 @@ function validateAdapterConfig$F(untrustedConfig, configPropertyNames) {
|
|
|
22120
22120
|
}
|
|
22121
22121
|
function adapterFragment$o(luvio, config) {
|
|
22122
22122
|
createResourceParams$C(config);
|
|
22123
|
-
return select$
|
|
22123
|
+
return select$17();
|
|
22124
22124
|
}
|
|
22125
22125
|
function onFetchResponseSuccess$q(luvio, config, resourceParams, response) {
|
|
22126
22126
|
const snapshot = ingestSuccess$z(luvio, resourceParams, response, {
|
|
@@ -22176,8 +22176,8 @@ const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoBy
|
|
|
22176
22176
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
22177
22177
|
};
|
|
22178
22178
|
|
|
22179
|
-
function select$
|
|
22180
|
-
return select$
|
|
22179
|
+
function select$13(luvio, params) {
|
|
22180
|
+
return select$1Z();
|
|
22181
22181
|
}
|
|
22182
22182
|
function getResponseCacheKeys$C(storeKeyMap, luvio, resourceParams, response) {
|
|
22183
22183
|
getTypeCacheKeys$Z(storeKeyMap, luvio, response);
|
|
@@ -22188,7 +22188,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
22188
22188
|
luvio.storeIngest(key, ingest$R, body);
|
|
22189
22189
|
const snapshot = luvio.storeLookup({
|
|
22190
22190
|
recordId: key,
|
|
22191
|
-
node: select$
|
|
22191
|
+
node: select$13(),
|
|
22192
22192
|
variables: {},
|
|
22193
22193
|
});
|
|
22194
22194
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -22235,7 +22235,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
22235
22235
|
const untrustedConfig_filteredByInfo_array = [];
|
|
22236
22236
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
22237
22237
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
22238
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
22238
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1a(untrustedConfig_filteredByInfo_item);
|
|
22239
22239
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
22240
22240
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
22241
22241
|
}
|
|
@@ -22243,7 +22243,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
22243
22243
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
22244
22244
|
}
|
|
22245
22245
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
22246
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
22246
|
+
const referenceListScopeInputRepresentationValidationError = validate$19(untrustedConfig_scope);
|
|
22247
22247
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
22248
22248
|
config.scope = untrustedConfig_scope;
|
|
22249
22249
|
}
|
|
@@ -22292,8 +22292,8 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
22292
22292
|
};
|
|
22293
22293
|
};
|
|
22294
22294
|
|
|
22295
|
-
const VERSION$
|
|
22296
|
-
function validate$
|
|
22295
|
+
const VERSION$I = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
22296
|
+
function validate$18(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
22297
22297
|
const v_error = (() => {
|
|
22298
22298
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22299
22299
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22311,10 +22311,10 @@ function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation')
|
|
|
22311
22311
|
})();
|
|
22312
22312
|
return v_error === undefined ? null : v_error;
|
|
22313
22313
|
}
|
|
22314
|
-
const select$
|
|
22314
|
+
const select$12 = function ListObjectScopeAvailableEntityRepresentationSelect() {
|
|
22315
22315
|
return {
|
|
22316
22316
|
kind: 'Fragment',
|
|
22317
|
-
version: VERSION$
|
|
22317
|
+
version: VERSION$I,
|
|
22318
22318
|
private: [],
|
|
22319
22319
|
selections: [
|
|
22320
22320
|
{
|
|
@@ -22328,7 +22328,7 @@ const select$11 = function ListObjectScopeAvailableEntityRepresentationSelect()
|
|
|
22328
22328
|
]
|
|
22329
22329
|
};
|
|
22330
22330
|
};
|
|
22331
|
-
function equals$
|
|
22331
|
+
function equals$C(existing, incoming) {
|
|
22332
22332
|
const existing_id = existing.id;
|
|
22333
22333
|
const incoming_id = incoming.id;
|
|
22334
22334
|
if (!(existing_id === incoming_id)) {
|
|
@@ -22342,8 +22342,8 @@ function equals$B(existing, incoming) {
|
|
|
22342
22342
|
return true;
|
|
22343
22343
|
}
|
|
22344
22344
|
|
|
22345
|
-
const VERSION$
|
|
22346
|
-
function validate$
|
|
22345
|
+
const VERSION$H = "355933ff2970aa91a2848a94565e956a";
|
|
22346
|
+
function validate$17(obj, path = 'ListObjectScopeRepresentation') {
|
|
22347
22347
|
const v_error = (() => {
|
|
22348
22348
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22349
22349
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22361,7 +22361,7 @@ function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
22361
22361
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
22362
22362
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
22363
22363
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
22364
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
22364
|
+
const referencepath_availableEntities_itemValidationError = validate$18(obj_availableEntities_item, path_availableEntities_item);
|
|
22365
22365
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
22366
22366
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
22367
22367
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22376,11 +22376,11 @@ function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
22376
22376
|
})();
|
|
22377
22377
|
return v_error === undefined ? null : v_error;
|
|
22378
22378
|
}
|
|
22379
|
-
const select$
|
|
22380
|
-
const { selections: ListObjectScopeAvailableEntityRepresentation__selections, opaque: ListObjectScopeAvailableEntityRepresentation__opaque, } = select$
|
|
22379
|
+
const select$11 = function ListObjectScopeRepresentationSelect() {
|
|
22380
|
+
const { selections: ListObjectScopeAvailableEntityRepresentation__selections, opaque: ListObjectScopeAvailableEntityRepresentation__opaque, } = select$12();
|
|
22381
22381
|
return {
|
|
22382
22382
|
kind: 'Fragment',
|
|
22383
|
-
version: VERSION$
|
|
22383
|
+
version: VERSION$H,
|
|
22384
22384
|
private: [],
|
|
22385
22385
|
selections: [
|
|
22386
22386
|
{
|
|
@@ -22400,7 +22400,7 @@ const select$10 = function ListObjectScopeRepresentationSelect() {
|
|
|
22400
22400
|
]
|
|
22401
22401
|
};
|
|
22402
22402
|
};
|
|
22403
|
-
function equals$
|
|
22403
|
+
function equals$B(existing, incoming) {
|
|
22404
22404
|
const existing_apiName = existing.apiName;
|
|
22405
22405
|
const incoming_apiName = incoming.apiName;
|
|
22406
22406
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -22414,7 +22414,7 @@ function equals$A(existing, incoming) {
|
|
|
22414
22414
|
const existing_availableEntities = existing.availableEntities;
|
|
22415
22415
|
const incoming_availableEntities = incoming.availableEntities;
|
|
22416
22416
|
const equals_availableEntities_items = equalsArray(existing_availableEntities, incoming_availableEntities, (existing_availableEntities_item, incoming_availableEntities_item) => {
|
|
22417
|
-
if (!(equals$
|
|
22417
|
+
if (!(equals$C(existing_availableEntities_item, incoming_availableEntities_item))) {
|
|
22418
22418
|
return false;
|
|
22419
22419
|
}
|
|
22420
22420
|
});
|
|
@@ -22424,8 +22424,8 @@ function equals$A(existing, incoming) {
|
|
|
22424
22424
|
return true;
|
|
22425
22425
|
}
|
|
22426
22426
|
|
|
22427
|
-
const VERSION$
|
|
22428
|
-
function validate$
|
|
22427
|
+
const VERSION$G = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
22428
|
+
function validate$16(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
22429
22429
|
const v_error = (() => {
|
|
22430
22430
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22431
22431
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22443,10 +22443,10 @@ function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
|
22443
22443
|
})();
|
|
22444
22444
|
return v_error === undefined ? null : v_error;
|
|
22445
22445
|
}
|
|
22446
|
-
const select
|
|
22446
|
+
const select$10 = function ListObjectPicklistValueRepresentationSelect() {
|
|
22447
22447
|
return {
|
|
22448
22448
|
kind: 'Fragment',
|
|
22449
|
-
version: VERSION$
|
|
22449
|
+
version: VERSION$G,
|
|
22450
22450
|
private: [],
|
|
22451
22451
|
selections: [
|
|
22452
22452
|
{
|
|
@@ -22460,7 +22460,7 @@ const select$$ = function ListObjectPicklistValueRepresentationSelect() {
|
|
|
22460
22460
|
]
|
|
22461
22461
|
};
|
|
22462
22462
|
};
|
|
22463
|
-
function equals$
|
|
22463
|
+
function equals$A(existing, incoming) {
|
|
22464
22464
|
const existing_apiName = existing.apiName;
|
|
22465
22465
|
const incoming_apiName = incoming.apiName;
|
|
22466
22466
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -22474,7 +22474,105 @@ function equals$z(existing, incoming) {
|
|
|
22474
22474
|
return true;
|
|
22475
22475
|
}
|
|
22476
22476
|
|
|
22477
|
-
const VERSION$
|
|
22477
|
+
const VERSION$F = "98f8e97eae828e3f165bd05c518ae8df";
|
|
22478
|
+
function validate$15(obj, path = 'ListObjectQuickFilterOverridesRepresentation') {
|
|
22479
|
+
const v_error = (() => {
|
|
22480
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22481
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
22482
|
+
}
|
|
22483
|
+
const obj_dataType = obj.dataType;
|
|
22484
|
+
const path_dataType = path + '.dataType';
|
|
22485
|
+
let obj_dataType_union0 = null;
|
|
22486
|
+
const obj_dataType_union0_error = (() => {
|
|
22487
|
+
if (typeof obj_dataType !== 'string') {
|
|
22488
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataType + '" (at "' + path_dataType + '")');
|
|
22489
|
+
}
|
|
22490
|
+
})();
|
|
22491
|
+
if (obj_dataType_union0_error != null) {
|
|
22492
|
+
obj_dataType_union0 = obj_dataType_union0_error.message;
|
|
22493
|
+
}
|
|
22494
|
+
let obj_dataType_union1 = null;
|
|
22495
|
+
const obj_dataType_union1_error = (() => {
|
|
22496
|
+
if (obj_dataType !== null) {
|
|
22497
|
+
return new TypeError('Expected "null" but received "' + typeof obj_dataType + '" (at "' + path_dataType + '")');
|
|
22498
|
+
}
|
|
22499
|
+
})();
|
|
22500
|
+
if (obj_dataType_union1_error != null) {
|
|
22501
|
+
obj_dataType_union1 = obj_dataType_union1_error.message;
|
|
22502
|
+
}
|
|
22503
|
+
if (obj_dataType_union0 && obj_dataType_union1) {
|
|
22504
|
+
let message = 'Object doesn\'t match union (at "' + path_dataType + '")';
|
|
22505
|
+
message += '\n' + obj_dataType_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
22506
|
+
message += '\n' + obj_dataType_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
22507
|
+
return new TypeError(message);
|
|
22508
|
+
}
|
|
22509
|
+
const obj_picklistValues = obj.picklistValues;
|
|
22510
|
+
const path_picklistValues = path + '.picklistValues';
|
|
22511
|
+
if (!ArrayIsArray(obj_picklistValues)) {
|
|
22512
|
+
return new TypeError('Expected "array" but received "' + typeof obj_picklistValues + '" (at "' + path_picklistValues + '")');
|
|
22513
|
+
}
|
|
22514
|
+
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
22515
|
+
const obj_picklistValues_item = obj_picklistValues[i];
|
|
22516
|
+
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
22517
|
+
if (typeof obj_picklistValues_item !== 'object' || ArrayIsArray(obj_picklistValues_item) || obj_picklistValues_item === null) {
|
|
22518
|
+
return new TypeError('Expected "object" but received "' + typeof obj_picklistValues_item + '" (at "' + path_picklistValues_item + '")');
|
|
22519
|
+
}
|
|
22520
|
+
const obj_picklistValues_item_keys = ObjectKeys(obj_picklistValues_item);
|
|
22521
|
+
for (let i = 0; i < obj_picklistValues_item_keys.length; i++) {
|
|
22522
|
+
const key = obj_picklistValues_item_keys[i];
|
|
22523
|
+
const obj_picklistValues_item_prop = obj_picklistValues_item[key];
|
|
22524
|
+
const path_picklistValues_item_prop = path_picklistValues_item + '["' + key + '"]';
|
|
22525
|
+
if (typeof obj_picklistValues_item_prop !== 'string') {
|
|
22526
|
+
return new TypeError('Expected "string" but received "' + typeof obj_picklistValues_item_prop + '" (at "' + path_picklistValues_item_prop + '")');
|
|
22527
|
+
}
|
|
22528
|
+
}
|
|
22529
|
+
}
|
|
22530
|
+
})();
|
|
22531
|
+
return v_error === undefined ? null : v_error;
|
|
22532
|
+
}
|
|
22533
|
+
const select$$ = function ListObjectQuickFilterOverridesRepresentationSelect() {
|
|
22534
|
+
return {
|
|
22535
|
+
kind: 'Fragment',
|
|
22536
|
+
version: VERSION$F,
|
|
22537
|
+
private: [],
|
|
22538
|
+
selections: [
|
|
22539
|
+
{
|
|
22540
|
+
name: 'dataType',
|
|
22541
|
+
kind: 'Scalar'
|
|
22542
|
+
},
|
|
22543
|
+
{
|
|
22544
|
+
name: 'picklistValues',
|
|
22545
|
+
kind: 'Scalar',
|
|
22546
|
+
map: true
|
|
22547
|
+
}
|
|
22548
|
+
]
|
|
22549
|
+
};
|
|
22550
|
+
};
|
|
22551
|
+
function equals$z(existing, incoming) {
|
|
22552
|
+
const existing_dataType = existing.dataType;
|
|
22553
|
+
const incoming_dataType = incoming.dataType;
|
|
22554
|
+
if (!(existing_dataType === incoming_dataType)) {
|
|
22555
|
+
return false;
|
|
22556
|
+
}
|
|
22557
|
+
const existing_picklistValues = existing.picklistValues;
|
|
22558
|
+
const incoming_picklistValues = incoming.picklistValues;
|
|
22559
|
+
const equals_picklistValues_items = equalsArray(existing_picklistValues, incoming_picklistValues, (existing_picklistValues_item, incoming_picklistValues_item) => {
|
|
22560
|
+
const equals_picklistValues_items_props = equalsObject(existing_picklistValues_item, incoming_picklistValues_item, (existing_picklistValues_item_prop, incoming_picklistValues_item_prop) => {
|
|
22561
|
+
if (!(existing_picklistValues_item_prop === incoming_picklistValues_item_prop)) {
|
|
22562
|
+
return false;
|
|
22563
|
+
}
|
|
22564
|
+
});
|
|
22565
|
+
if (equals_picklistValues_items_props === false) {
|
|
22566
|
+
return false;
|
|
22567
|
+
}
|
|
22568
|
+
});
|
|
22569
|
+
if (equals_picklistValues_items === false) {
|
|
22570
|
+
return false;
|
|
22571
|
+
}
|
|
22572
|
+
return true;
|
|
22573
|
+
}
|
|
22574
|
+
|
|
22575
|
+
const VERSION$E = "394e8d71b515892fe366021cc2872dae";
|
|
22478
22576
|
function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
22479
22577
|
const v_error = (() => {
|
|
22480
22578
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -22544,13 +22642,73 @@ function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
22544
22642
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
22545
22643
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
22546
22644
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
22547
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
22645
|
+
const referencepath_picklistValues_itemValidationError = validate$16(obj_picklistValues_item, path_picklistValues_item);
|
|
22548
22646
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
22549
22647
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
22550
22648
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
22551
22649
|
return new TypeError(message);
|
|
22552
22650
|
}
|
|
22553
22651
|
}
|
|
22652
|
+
const obj_quickFilterOperator = obj.quickFilterOperator;
|
|
22653
|
+
const path_quickFilterOperator = path + '.quickFilterOperator';
|
|
22654
|
+
let obj_quickFilterOperator_union0 = null;
|
|
22655
|
+
const obj_quickFilterOperator_union0_error = (() => {
|
|
22656
|
+
if (typeof obj_quickFilterOperator !== 'string') {
|
|
22657
|
+
return new TypeError('Expected "string" but received "' + typeof obj_quickFilterOperator + '" (at "' + path_quickFilterOperator + '")');
|
|
22658
|
+
}
|
|
22659
|
+
})();
|
|
22660
|
+
if (obj_quickFilterOperator_union0_error != null) {
|
|
22661
|
+
obj_quickFilterOperator_union0 = obj_quickFilterOperator_union0_error.message;
|
|
22662
|
+
}
|
|
22663
|
+
let obj_quickFilterOperator_union1 = null;
|
|
22664
|
+
const obj_quickFilterOperator_union1_error = (() => {
|
|
22665
|
+
if (obj_quickFilterOperator !== null) {
|
|
22666
|
+
return new TypeError('Expected "null" but received "' + typeof obj_quickFilterOperator + '" (at "' + path_quickFilterOperator + '")');
|
|
22667
|
+
}
|
|
22668
|
+
})();
|
|
22669
|
+
if (obj_quickFilterOperator_union1_error != null) {
|
|
22670
|
+
obj_quickFilterOperator_union1 = obj_quickFilterOperator_union1_error.message;
|
|
22671
|
+
}
|
|
22672
|
+
if (obj_quickFilterOperator_union0 && obj_quickFilterOperator_union1) {
|
|
22673
|
+
let message = 'Object doesn\'t match union (at "' + path_quickFilterOperator + '")';
|
|
22674
|
+
message += '\n' + obj_quickFilterOperator_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
22675
|
+
message += '\n' + obj_quickFilterOperator_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
22676
|
+
return new TypeError(message);
|
|
22677
|
+
}
|
|
22678
|
+
const obj_quickFilterOverrides = obj.quickFilterOverrides;
|
|
22679
|
+
const path_quickFilterOverrides = path + '.quickFilterOverrides';
|
|
22680
|
+
let obj_quickFilterOverrides_union0 = null;
|
|
22681
|
+
const obj_quickFilterOverrides_union0_error = (() => {
|
|
22682
|
+
const referencepath_quickFilterOverridesValidationError = validate$15(obj_quickFilterOverrides, path_quickFilterOverrides);
|
|
22683
|
+
if (referencepath_quickFilterOverridesValidationError !== null) {
|
|
22684
|
+
let message = 'Object doesn\'t match ListObjectQuickFilterOverridesRepresentation (at "' + path_quickFilterOverrides + '")\n';
|
|
22685
|
+
message += referencepath_quickFilterOverridesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
22686
|
+
return new TypeError(message);
|
|
22687
|
+
}
|
|
22688
|
+
})();
|
|
22689
|
+
if (obj_quickFilterOverrides_union0_error != null) {
|
|
22690
|
+
obj_quickFilterOverrides_union0 = obj_quickFilterOverrides_union0_error.message;
|
|
22691
|
+
}
|
|
22692
|
+
let obj_quickFilterOverrides_union1 = null;
|
|
22693
|
+
const obj_quickFilterOverrides_union1_error = (() => {
|
|
22694
|
+
if (obj_quickFilterOverrides !== null) {
|
|
22695
|
+
return new TypeError('Expected "null" but received "' + typeof obj_quickFilterOverrides + '" (at "' + path_quickFilterOverrides + '")');
|
|
22696
|
+
}
|
|
22697
|
+
})();
|
|
22698
|
+
if (obj_quickFilterOverrides_union1_error != null) {
|
|
22699
|
+
obj_quickFilterOverrides_union1 = obj_quickFilterOverrides_union1_error.message;
|
|
22700
|
+
}
|
|
22701
|
+
if (obj_quickFilterOverrides_union0 && obj_quickFilterOverrides_union1) {
|
|
22702
|
+
let message = 'Object doesn\'t match union (at "' + path_quickFilterOverrides + '")';
|
|
22703
|
+
message += '\n' + obj_quickFilterOverrides_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
22704
|
+
message += '\n' + obj_quickFilterOverrides_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
22705
|
+
return new TypeError(message);
|
|
22706
|
+
}
|
|
22707
|
+
const obj_quickFilterable = obj.quickFilterable;
|
|
22708
|
+
const path_quickFilterable = path + '.quickFilterable';
|
|
22709
|
+
if (typeof obj_quickFilterable !== 'boolean') {
|
|
22710
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_quickFilterable + '" (at "' + path_quickFilterable + '")');
|
|
22711
|
+
}
|
|
22554
22712
|
const obj_sortable = obj.sortable;
|
|
22555
22713
|
const path_sortable = path + '.sortable';
|
|
22556
22714
|
if (typeof obj_sortable !== 'boolean') {
|
|
@@ -22572,7 +22730,8 @@ function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
22572
22730
|
return v_error === undefined ? null : v_error;
|
|
22573
22731
|
}
|
|
22574
22732
|
const select$_ = function ListObjectColumnRepresentationSelect() {
|
|
22575
|
-
const { selections: ListObjectPicklistValueRepresentation__selections, opaque: ListObjectPicklistValueRepresentation__opaque, } = select
|
|
22733
|
+
const { selections: ListObjectPicklistValueRepresentation__selections, opaque: ListObjectPicklistValueRepresentation__opaque, } = select$10();
|
|
22734
|
+
const { selections: ListObjectQuickFilterOverridesRepresentation__selections, opaque: ListObjectQuickFilterOverridesRepresentation__opaque, } = select$$();
|
|
22576
22735
|
return {
|
|
22577
22736
|
kind: 'Fragment',
|
|
22578
22737
|
version: VERSION$E,
|
|
@@ -22612,6 +22771,20 @@ const select$_ = function ListObjectColumnRepresentationSelect() {
|
|
|
22612
22771
|
plural: true,
|
|
22613
22772
|
selections: ListObjectPicklistValueRepresentation__selections
|
|
22614
22773
|
},
|
|
22774
|
+
{
|
|
22775
|
+
name: 'quickFilterOperator',
|
|
22776
|
+
kind: 'Scalar'
|
|
22777
|
+
},
|
|
22778
|
+
{
|
|
22779
|
+
name: 'quickFilterOverrides',
|
|
22780
|
+
kind: 'Object',
|
|
22781
|
+
nullable: true,
|
|
22782
|
+
selections: ListObjectQuickFilterOverridesRepresentation__selections
|
|
22783
|
+
},
|
|
22784
|
+
{
|
|
22785
|
+
name: 'quickFilterable',
|
|
22786
|
+
kind: 'Scalar'
|
|
22787
|
+
},
|
|
22615
22788
|
{
|
|
22616
22789
|
name: 'sortable',
|
|
22617
22790
|
kind: 'Scalar'
|
|
@@ -22635,6 +22808,11 @@ function equals$y(existing, incoming) {
|
|
|
22635
22808
|
if (!(existing_filterable === incoming_filterable)) {
|
|
22636
22809
|
return false;
|
|
22637
22810
|
}
|
|
22811
|
+
const existing_quickFilterable = existing.quickFilterable;
|
|
22812
|
+
const incoming_quickFilterable = incoming.quickFilterable;
|
|
22813
|
+
if (!(existing_quickFilterable === incoming_quickFilterable)) {
|
|
22814
|
+
return false;
|
|
22815
|
+
}
|
|
22638
22816
|
const existing_sortable = existing.sortable;
|
|
22639
22817
|
const incoming_sortable = incoming.sortable;
|
|
22640
22818
|
if (!(existing_sortable === incoming_sortable)) {
|
|
@@ -22668,13 +22846,26 @@ function equals$y(existing, incoming) {
|
|
|
22668
22846
|
const existing_picklistValues = existing.picklistValues;
|
|
22669
22847
|
const incoming_picklistValues = incoming.picklistValues;
|
|
22670
22848
|
const equals_picklistValues_items = equalsArray(existing_picklistValues, incoming_picklistValues, (existing_picklistValues_item, incoming_picklistValues_item) => {
|
|
22671
|
-
if (!(equals$
|
|
22849
|
+
if (!(equals$A(existing_picklistValues_item, incoming_picklistValues_item))) {
|
|
22672
22850
|
return false;
|
|
22673
22851
|
}
|
|
22674
22852
|
});
|
|
22675
22853
|
if (equals_picklistValues_items === false) {
|
|
22676
22854
|
return false;
|
|
22677
22855
|
}
|
|
22856
|
+
const existing_quickFilterOperator = existing.quickFilterOperator;
|
|
22857
|
+
const incoming_quickFilterOperator = incoming.quickFilterOperator;
|
|
22858
|
+
if (!(existing_quickFilterOperator === incoming_quickFilterOperator)) {
|
|
22859
|
+
return false;
|
|
22860
|
+
}
|
|
22861
|
+
const existing_quickFilterOverrides = existing.quickFilterOverrides;
|
|
22862
|
+
const incoming_quickFilterOverrides = incoming.quickFilterOverrides;
|
|
22863
|
+
if (!(existing_quickFilterOverrides === incoming_quickFilterOverrides
|
|
22864
|
+
|| (existing_quickFilterOverrides != null &&
|
|
22865
|
+
incoming_quickFilterOverrides != null &&
|
|
22866
|
+
equals$z(existing_quickFilterOverrides, incoming_quickFilterOverrides)))) {
|
|
22867
|
+
return false;
|
|
22868
|
+
}
|
|
22678
22869
|
const existing_supportedFilterOperators = existing.supportedFilterOperators;
|
|
22679
22870
|
const incoming_supportedFilterOperators = incoming.supportedFilterOperators;
|
|
22680
22871
|
const equals_supportedFilterOperators_items = equalsArray(existing_supportedFilterOperators, incoming_supportedFilterOperators, (existing_supportedFilterOperators_item, incoming_supportedFilterOperators_item) => {
|
|
@@ -22703,7 +22894,7 @@ function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
22703
22894
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
22704
22895
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
22705
22896
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
22706
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
22897
|
+
const referencepath_availableScopes_itemValidationError = validate$17(obj_availableScopes_item, path_availableScopes_item);
|
|
22707
22898
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
22708
22899
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
22709
22900
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22783,7 +22974,7 @@ function normalize$o(input, existing, path, luvio, store, timestamp) {
|
|
|
22783
22974
|
return input;
|
|
22784
22975
|
}
|
|
22785
22976
|
const select$Z = function ListObjectInfoRepresentationSelect() {
|
|
22786
|
-
const { selections: ListObjectScopeRepresentation__selections, opaque: ListObjectScopeRepresentation__opaque, } = select$
|
|
22977
|
+
const { selections: ListObjectScopeRepresentation__selections, opaque: ListObjectScopeRepresentation__opaque, } = select$11();
|
|
22787
22978
|
const { selections: ListObjectColumnRepresentation__selections, opaque: ListObjectColumnRepresentation__opaque, } = select$_();
|
|
22788
22979
|
return {
|
|
22789
22980
|
kind: 'Fragment',
|
|
@@ -22840,7 +23031,7 @@ function equals$x(existing, incoming) {
|
|
|
22840
23031
|
const existing_availableScopes = existing.availableScopes;
|
|
22841
23032
|
const incoming_availableScopes = incoming.availableScopes;
|
|
22842
23033
|
const equals_availableScopes_items = equalsArray(existing_availableScopes, incoming_availableScopes, (existing_availableScopes_item, incoming_availableScopes_item) => {
|
|
22843
|
-
if (!(equals$
|
|
23034
|
+
if (!(equals$B(existing_availableScopes_item, incoming_availableScopes_item))) {
|
|
22844
23035
|
return false;
|
|
22845
23036
|
}
|
|
22846
23037
|
});
|
|
@@ -23064,7 +23255,7 @@ function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23064
23255
|
}
|
|
23065
23256
|
const obj_listReference = obj.listReference;
|
|
23066
23257
|
const path_listReference = path + '.listReference';
|
|
23067
|
-
const referencepath_listReferenceValidationError = validate$
|
|
23258
|
+
const referencepath_listReferenceValidationError = validate$29(obj_listReference, path_listReference);
|
|
23068
23259
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23069
23260
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23070
23261
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23078,7 +23269,7 @@ function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23078
23269
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
23079
23270
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
23080
23271
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
23081
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
23272
|
+
const referencepath_orderedBy_itemValidationError = validate$26(obj_orderedBy_item, path_orderedBy_item);
|
|
23082
23273
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
23083
23274
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
23084
23275
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23103,8 +23294,8 @@ function normalize$n(input, existing, path, luvio, store, timestamp) {
|
|
|
23103
23294
|
return input;
|
|
23104
23295
|
}
|
|
23105
23296
|
const select$X = function ListPreferencesRepresentationSelect() {
|
|
23106
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
23107
|
-
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$
|
|
23297
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$26();
|
|
23298
|
+
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$23();
|
|
23108
23299
|
return {
|
|
23109
23300
|
kind: 'Fragment',
|
|
23110
23301
|
version: VERSION$C,
|
|
@@ -23157,13 +23348,13 @@ function equals$w(existing, incoming) {
|
|
|
23157
23348
|
}
|
|
23158
23349
|
const existing_listReference = existing.listReference;
|
|
23159
23350
|
const incoming_listReference = incoming.listReference;
|
|
23160
|
-
if (!(equals$
|
|
23351
|
+
if (!(equals$1c(existing_listReference, incoming_listReference))) {
|
|
23161
23352
|
return false;
|
|
23162
23353
|
}
|
|
23163
23354
|
const existing_orderedBy = existing.orderedBy;
|
|
23164
23355
|
const incoming_orderedBy = incoming.orderedBy;
|
|
23165
23356
|
const equals_orderedBy_items = equalsArray(existing_orderedBy, incoming_orderedBy, (existing_orderedBy_item, incoming_orderedBy_item) => {
|
|
23166
|
-
if (!(equals$
|
|
23357
|
+
if (!(equals$1b(existing_orderedBy_item, incoming_orderedBy_item))) {
|
|
23167
23358
|
return false;
|
|
23168
23359
|
}
|
|
23169
23360
|
});
|
|
@@ -23588,7 +23779,7 @@ const select$U = function NavItemsRepresentationSelect() {
|
|
|
23588
23779
|
name: 'navItems',
|
|
23589
23780
|
kind: 'Link',
|
|
23590
23781
|
plural: true,
|
|
23591
|
-
fragment: select$
|
|
23782
|
+
fragment: select$1i()
|
|
23592
23783
|
},
|
|
23593
23784
|
{
|
|
23594
23785
|
name: 'nextPageUrl',
|
|
@@ -23794,7 +23985,7 @@ const getNavItemsAdapterFactory = (luvio) => function UiApi__getNavItems(untrust
|
|
|
23794
23985
|
};
|
|
23795
23986
|
|
|
23796
23987
|
function select$S(luvio, params) {
|
|
23797
|
-
return select$
|
|
23988
|
+
return select$1I();
|
|
23798
23989
|
}
|
|
23799
23990
|
function keyBuilder$Z(luvio, params) {
|
|
23800
23991
|
return keyPrefix + '::ObjectInfoDirectoryRepresentation:(' + ')';
|
|
@@ -23960,7 +24151,7 @@ function selectChildResourceParams$4(luvio, childResources, resourceParams) {
|
|
|
23960
24151
|
reader.enterPath(envelopeBodyPath);
|
|
23961
24152
|
const childResource = childResources[i];
|
|
23962
24153
|
const childKey = keyBuilder$1X(luvio, childResource);
|
|
23963
|
-
const childFragment = select$
|
|
24154
|
+
const childFragment = select$1M();
|
|
23964
24155
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
23965
24156
|
const childSnapshot = reader.read({
|
|
23966
24157
|
recordId: childKey,
|
|
@@ -25084,7 +25275,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
25084
25275
|
};
|
|
25085
25276
|
|
|
25086
25277
|
function select$H(luvio, params) {
|
|
25087
|
-
return select$
|
|
25278
|
+
return select$1L();
|
|
25088
25279
|
}
|
|
25089
25280
|
function keyBuilder$S(luvio, params) {
|
|
25090
25281
|
return keyBuilder$1V(luvio, {
|
|
@@ -25122,7 +25313,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
25122
25313
|
const storeMetadataParams = {
|
|
25123
25314
|
ttl: TTL$w,
|
|
25124
25315
|
namespace: keyPrefix,
|
|
25125
|
-
version: VERSION$
|
|
25316
|
+
version: VERSION$17,
|
|
25126
25317
|
representationName: RepresentationType$N
|
|
25127
25318
|
};
|
|
25128
25319
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -28221,7 +28412,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28221
28412
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
28222
28413
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
28223
28414
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
28224
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
28415
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2b(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
28225
28416
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
28226
28417
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
28227
28418
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28273,7 +28464,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28273
28464
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
28274
28465
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
28275
28466
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
28276
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
28467
|
+
const referencepath_orderedByInfo_itemValidationError = validate$26(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
28277
28468
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
28278
28469
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
28279
28470
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28292,7 +28483,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28292
28483
|
}
|
|
28293
28484
|
const obj_userPreferences = obj.userPreferences;
|
|
28294
28485
|
const path_userPreferences = path + '.userPreferences';
|
|
28295
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
28486
|
+
const referencepath_userPreferencesValidationError = validate$22(obj_userPreferences, path_userPreferences);
|
|
28296
28487
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
28297
28488
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
28298
28489
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28966,7 +29157,7 @@ function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
28966
29157
|
const path_themeInfo = path + '.themeInfo';
|
|
28967
29158
|
let obj_themeInfo_union0 = null;
|
|
28968
29159
|
const obj_themeInfo_union0_error = (() => {
|
|
28969
|
-
const referencepath_themeInfoValidationError = validate$
|
|
29160
|
+
const referencepath_themeInfoValidationError = validate$1L(obj_themeInfo, path_themeInfo);
|
|
28970
29161
|
if (referencepath_themeInfoValidationError !== null) {
|
|
28971
29162
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
28972
29163
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29551,7 +29742,7 @@ function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
29551
29742
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
29552
29743
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
29553
29744
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
29554
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
29745
|
+
const referencepath_orderedBy_itemValidationError = validate$26(obj_orderedBy_item, path_orderedBy_item);
|
|
29555
29746
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
29556
29747
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
29557
29748
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30813,7 +31004,7 @@ const dynamicSelect$4 = function dynamicRelatedListRecordCollectionRepresentatio
|
|
|
30813
31004
|
const recordsPathSelection = params.records === undefined ? {
|
|
30814
31005
|
name: 'records',
|
|
30815
31006
|
kind: 'Link',
|
|
30816
|
-
fragment: select$
|
|
31007
|
+
fragment: select$1V()
|
|
30817
31008
|
} : params.records;
|
|
30818
31009
|
const { selections: RelatedListReferenceRepresentation__selections, opaque: RelatedListReferenceRepresentation__opaque, } = select$v();
|
|
30819
31010
|
return {
|
|
@@ -31098,7 +31289,7 @@ function select$h(luvio, params) {
|
|
|
31098
31289
|
kind: 'Fragment',
|
|
31099
31290
|
private: ['eTag', 'weakEtag'],
|
|
31100
31291
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
31101
|
-
version: VERSION$
|
|
31292
|
+
version: VERSION$1g
|
|
31102
31293
|
},
|
|
31103
31294
|
},
|
|
31104
31295
|
}, createPaginationParams(params));
|
|
@@ -33020,7 +33211,7 @@ function validate$j(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33020
33211
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
33021
33212
|
const obj_orderBy_item = obj_orderBy[i];
|
|
33022
33213
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
33023
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
33214
|
+
const referencepath_orderBy_itemValidationError = validate$26(obj_orderBy_item, path_orderBy_item);
|
|
33024
33215
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
33025
33216
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
33026
33217
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34291,7 +34482,7 @@ const factory$e = (luvio) => {
|
|
|
34291
34482
|
};
|
|
34292
34483
|
|
|
34293
34484
|
function select$5(luvio, params) {
|
|
34294
|
-
return select$
|
|
34485
|
+
return select$1H();
|
|
34295
34486
|
}
|
|
34296
34487
|
function getResponseCacheKeys$9(storeKeyMap, luvio, resourceParams, response) {
|
|
34297
34488
|
getTypeCacheKeys$J(storeKeyMap, luvio, response);
|
|
@@ -34355,7 +34546,7 @@ function buildNetworkSnapshot$b(luvio, config, options) {
|
|
|
34355
34546
|
}
|
|
34356
34547
|
|
|
34357
34548
|
function select$4(luvio, params) {
|
|
34358
|
-
return select$
|
|
34549
|
+
return select$1H();
|
|
34359
34550
|
}
|
|
34360
34551
|
function getResponseCacheKeys$8(storeKeyMap, luvio, resourceParams, response) {
|
|
34361
34552
|
getTypeCacheKeys$J(storeKeyMap, luvio, response);
|
|
@@ -34680,7 +34871,7 @@ function validateAdapterConfig$9(untrustedConfig, configPropertyNames) {
|
|
|
34680
34871
|
}
|
|
34681
34872
|
function adapterFragment$1(luvio, config) {
|
|
34682
34873
|
const resourceParams = createResourceParams$8(config);
|
|
34683
|
-
return select$
|
|
34874
|
+
return select$1R(luvio, resourceParams);
|
|
34684
34875
|
}
|
|
34685
34876
|
function onFetchResponseSuccess$2(luvio, config, resourceParams, response) {
|
|
34686
34877
|
const snapshot = ingestSuccess$R(luvio, resourceParams, response, {
|
|
@@ -34748,7 +34939,7 @@ function getPaginationMetadata(luvio, resourceParams) {
|
|
|
34748
34939
|
recordId: key,
|
|
34749
34940
|
node: {
|
|
34750
34941
|
kind: 'Fragment',
|
|
34751
|
-
version: VERSION$
|
|
34942
|
+
version: VERSION$1e,
|
|
34752
34943
|
private: [],
|
|
34753
34944
|
selections: [
|
|
34754
34945
|
{
|
|
@@ -35399,7 +35590,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
35399
35590
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
35400
35591
|
let obj_recordTypeInfo_union0 = null;
|
|
35401
35592
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
35402
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
35593
|
+
const referencepath_recordTypeInfoValidationError = validate$1Z(obj_recordTypeInfo, path_recordTypeInfo);
|
|
35403
35594
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
35404
35595
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
35405
35596
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35561,7 +35752,7 @@ function equals$6(existing, incoming) {
|
|
|
35561
35752
|
if (!(existing_recordTypeInfo === incoming_recordTypeInfo
|
|
35562
35753
|
|| (existing_recordTypeInfo != null &&
|
|
35563
35754
|
incoming_recordTypeInfo != null &&
|
|
35564
|
-
equals$
|
|
35755
|
+
equals$18(existing_recordTypeInfo, incoming_recordTypeInfo)))) {
|
|
35565
35756
|
return false;
|
|
35566
35757
|
}
|
|
35567
35758
|
const existing_systemModstamp = existing.systemModstamp;
|
|
@@ -35822,8 +36013,8 @@ function validateAdapterConfig$6(untrustedConfig, configPropertyNames) {
|
|
|
35822
36013
|
}
|
|
35823
36014
|
|
|
35824
36015
|
const contextId$2 = `${keyPrefix}__${adapterName$4}`;
|
|
35825
|
-
const layoutSelections = select$
|
|
35826
|
-
const objectInfoSelections = select$
|
|
36016
|
+
const layoutSelections = select$1L();
|
|
36017
|
+
const objectInfoSelections = select$1N();
|
|
35827
36018
|
function buildSelector(resp) {
|
|
35828
36019
|
const recordSelections = buildSelectionFromRecord(resp.record);
|
|
35829
36020
|
return [
|
|
@@ -36083,7 +36274,7 @@ const select$3 = function RecordTemplateCloneRepresentationSelect() {
|
|
|
36083
36274
|
name: 'fields',
|
|
36084
36275
|
kind: 'Link',
|
|
36085
36276
|
map: true,
|
|
36086
|
-
fragment: select$
|
|
36277
|
+
fragment: select$1X()
|
|
36087
36278
|
},
|
|
36088
36279
|
{
|
|
36089
36280
|
name: 'recordTypeId',
|
|
@@ -36097,7 +36288,7 @@ const dynamicSelect$3 = function dynamicRecordTemplateCloneRepresentationSelect(
|
|
|
36097
36288
|
name: 'fields',
|
|
36098
36289
|
kind: 'Link',
|
|
36099
36290
|
map: true,
|
|
36100
|
-
fragment: select$
|
|
36291
|
+
fragment: select$1X()
|
|
36101
36292
|
} : params.fields;
|
|
36102
36293
|
return {
|
|
36103
36294
|
kind: 'Fragment',
|
|
@@ -36260,7 +36451,7 @@ const dynamicSelect$2 = function dynamicRecordDefaultsTemplateCloneRepresentatio
|
|
|
36260
36451
|
name: 'objectInfos',
|
|
36261
36452
|
kind: 'Link',
|
|
36262
36453
|
map: true,
|
|
36263
|
-
fragment: select$
|
|
36454
|
+
fragment: select$1N()
|
|
36264
36455
|
} : params.objectInfos;
|
|
36265
36456
|
const recordPathSelection = params.record === undefined ? {
|
|
36266
36457
|
name: 'record',
|
|
@@ -36729,7 +36920,7 @@ const select$1 = function RecordTemplateCreateRepresentationSelect() {
|
|
|
36729
36920
|
name: 'fields',
|
|
36730
36921
|
kind: 'Link',
|
|
36731
36922
|
map: true,
|
|
36732
|
-
fragment: select$
|
|
36923
|
+
fragment: select$1X()
|
|
36733
36924
|
},
|
|
36734
36925
|
{
|
|
36735
36926
|
name: 'recordTypeId',
|
|
@@ -36743,7 +36934,7 @@ const dynamicSelect$1 = function dynamicRecordTemplateCreateRepresentationSelect
|
|
|
36743
36934
|
name: 'fields',
|
|
36744
36935
|
kind: 'Link',
|
|
36745
36936
|
map: true,
|
|
36746
|
-
fragment: select$
|
|
36937
|
+
fragment: select$1X()
|
|
36747
36938
|
} : params.fields;
|
|
36748
36939
|
return {
|
|
36749
36940
|
kind: 'Fragment',
|
|
@@ -36897,7 +37088,7 @@ const dynamicSelect = function dynamicRecordDefaultsTemplateCreateRepresentation
|
|
|
36897
37088
|
name: 'objectInfos',
|
|
36898
37089
|
kind: 'Link',
|
|
36899
37090
|
map: true,
|
|
36900
|
-
fragment: select$
|
|
37091
|
+
fragment: select$1N()
|
|
36901
37092
|
} : params.objectInfos;
|
|
36902
37093
|
const recordPathSelection = params.record === undefined ? {
|
|
36903
37094
|
name: 'record',
|
|
@@ -37311,7 +37502,7 @@ function onResponseSuccess(luvio, response, recordIngest, conflictMap) {
|
|
|
37311
37502
|
kind: 'Fragment',
|
|
37312
37503
|
private: [],
|
|
37313
37504
|
selections,
|
|
37314
|
-
version: VERSION$
|
|
37505
|
+
version: VERSION$1g,
|
|
37315
37506
|
},
|
|
37316
37507
|
variables: {},
|
|
37317
37508
|
});
|
|
@@ -37814,7 +38005,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
|
|
|
37814
38005
|
fragment: {
|
|
37815
38006
|
kind: 'Fragment',
|
|
37816
38007
|
private: [],
|
|
37817
|
-
version: VERSION$
|
|
38008
|
+
version: VERSION$1g,
|
|
37818
38009
|
selections: buildSelectionFromRecord(body.contentDocument),
|
|
37819
38010
|
},
|
|
37820
38011
|
},
|
|
@@ -37825,7 +38016,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
|
|
|
37825
38016
|
fragment: {
|
|
37826
38017
|
kind: 'Fragment',
|
|
37827
38018
|
private: [],
|
|
37828
|
-
version: VERSION$
|
|
38019
|
+
version: VERSION$1g,
|
|
37829
38020
|
selections: buildSelectionFromRecord(body.contentDocumentLinks[0] || { fields: {} }),
|
|
37830
38021
|
},
|
|
37831
38022
|
},
|
|
@@ -37835,7 +38026,7 @@ const select = function ContentDocumentCompositeRepresentationSelect(body) {
|
|
|
37835
38026
|
fragment: {
|
|
37836
38027
|
kind: 'Fragment',
|
|
37837
38028
|
private: [],
|
|
37838
|
-
version: VERSION$
|
|
38029
|
+
version: VERSION$1g,
|
|
37839
38030
|
selections: buildSelectionFromRecord(body.contentVersion),
|
|
37840
38031
|
},
|
|
37841
38032
|
},
|
|
@@ -38735,5 +38926,5 @@ withDefaultLuvio((luvio) => {
|
|
|
38735
38926
|
notifyAllListInfoSummaryUpdateAvailable = throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
38736
38927
|
});
|
|
38737
38928
|
|
|
38738
|
-
export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$
|
|
38739
|
-
// version: 1.
|
|
38929
|
+
export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1g as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, createRelatedListPlusAdapterWithPrediction, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordId18Array, getRecordIngestionOverride, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActionsAdapterFactory, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoAdapterFactory, getRelatedListInfoBatch, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfoAdapterFactory, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, isSupportedEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$D as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
38930
|
+
// version: 1.345.0-faf201180e
|