@salesforce/lds-adapters-uiapi 1.242.1 → 1.244.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/generated/adapters/createListInfo.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/adapters/updateListInfoByName.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/resources/postUiApiListInfoByObjectApiName.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +14 -13
- package/dist/es/es2018/types/src/generated/types/ListInfoPostInputRepresentation.d.ts +14 -13
- package/dist/es/es2018/types/src/generated/types/ListInfoRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/ListInfoShareCategoryRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoShareRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/ListScopeRepresentation.d.ts +3 -3
- package/dist/es/es2018/uiapi-records-service.js +373 -189
- package/package.json +7 -3
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +374 -190
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +62 -14
package/sfdc/index.js
CHANGED
|
@@ -622,8 +622,8 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
622
622
|
entry['__metadata'] = createLink(metadataKey);
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
-
const VERSION$
|
|
626
|
-
function validate$
|
|
625
|
+
const VERSION$1o = "275ae22194003d1e53f548b81219c5cb";
|
|
626
|
+
function validate$1O(obj, path = 'ListColumnRepresentation') {
|
|
627
627
|
const v_error = (() => {
|
|
628
628
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
629
629
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -672,10 +672,10 @@ function validate$1K(obj, path = 'ListColumnRepresentation') {
|
|
|
672
672
|
})();
|
|
673
673
|
return v_error === undefined ? null : v_error;
|
|
674
674
|
}
|
|
675
|
-
const select$
|
|
675
|
+
const select$1W = function ListColumnRepresentationSelect() {
|
|
676
676
|
return {
|
|
677
677
|
kind: 'Fragment',
|
|
678
|
-
version: VERSION$
|
|
678
|
+
version: VERSION$1o,
|
|
679
679
|
private: [],
|
|
680
680
|
selections: [
|
|
681
681
|
{
|
|
@@ -698,8 +698,8 @@ const select$1U = function ListColumnRepresentationSelect() {
|
|
|
698
698
|
};
|
|
699
699
|
};
|
|
700
700
|
|
|
701
|
-
const VERSION$
|
|
702
|
-
function validate$
|
|
701
|
+
const VERSION$1n = "623aa9ce3a11031e35faf5671a41746e";
|
|
702
|
+
function validate$1N(obj, path = 'ListFilterByInfoRepresentation') {
|
|
703
703
|
const v_error = (() => {
|
|
704
704
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
705
705
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -734,10 +734,10 @@ function validate$1J(obj, path = 'ListFilterByInfoRepresentation') {
|
|
|
734
734
|
})();
|
|
735
735
|
return v_error === undefined ? null : v_error;
|
|
736
736
|
}
|
|
737
|
-
const select$
|
|
737
|
+
const select$1V = function ListFilterByInfoRepresentationSelect() {
|
|
738
738
|
return {
|
|
739
739
|
kind: 'Fragment',
|
|
740
|
-
version: VERSION$
|
|
740
|
+
version: VERSION$1n,
|
|
741
741
|
private: [],
|
|
742
742
|
selections: [
|
|
743
743
|
{
|
|
@@ -761,8 +761,8 @@ const select$1T = function ListFilterByInfoRepresentationSelect() {
|
|
|
761
761
|
};
|
|
762
762
|
};
|
|
763
763
|
|
|
764
|
-
const VERSION$
|
|
765
|
-
function validate$
|
|
764
|
+
const VERSION$1m = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
765
|
+
function validate$1M(obj, path = 'ListReferenceRepresentation') {
|
|
766
766
|
const v_error = (() => {
|
|
767
767
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
768
768
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -832,10 +832,10 @@ function validate$1I(obj, path = 'ListReferenceRepresentation') {
|
|
|
832
832
|
})();
|
|
833
833
|
return v_error === undefined ? null : v_error;
|
|
834
834
|
}
|
|
835
|
-
const select$
|
|
835
|
+
const select$1U = function ListReferenceRepresentationSelect() {
|
|
836
836
|
return {
|
|
837
837
|
kind: 'Fragment',
|
|
838
|
-
version: VERSION$
|
|
838
|
+
version: VERSION$1m,
|
|
839
839
|
private: [],
|
|
840
840
|
selections: [
|
|
841
841
|
{
|
|
@@ -881,8 +881,95 @@ function equals$11(existing, incoming) {
|
|
|
881
881
|
return true;
|
|
882
882
|
}
|
|
883
883
|
|
|
884
|
+
const VERSION$1l = "494e0262f07ff2cc5f82d1e0262fec4f";
|
|
885
|
+
function validate$1L(obj, path = 'ListInfoShareRepresentation') {
|
|
886
|
+
const v_error = (() => {
|
|
887
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
888
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
889
|
+
}
|
|
890
|
+
const obj_groupApiName = obj.groupApiName;
|
|
891
|
+
const path_groupApiName = path + '.groupApiName';
|
|
892
|
+
if (typeof obj_groupApiName !== 'string') {
|
|
893
|
+
return new TypeError('Expected "string" but received "' + typeof obj_groupApiName + '" (at "' + path_groupApiName + '")');
|
|
894
|
+
}
|
|
895
|
+
const obj_label = obj.label;
|
|
896
|
+
const path_label = path + '.label';
|
|
897
|
+
if (typeof obj_label !== 'string') {
|
|
898
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
899
|
+
}
|
|
900
|
+
})();
|
|
901
|
+
return v_error === undefined ? null : v_error;
|
|
902
|
+
}
|
|
903
|
+
const select$1T = function ListInfoShareRepresentationSelect() {
|
|
904
|
+
return {
|
|
905
|
+
kind: 'Fragment',
|
|
906
|
+
version: VERSION$1l,
|
|
907
|
+
private: [],
|
|
908
|
+
selections: [
|
|
909
|
+
{
|
|
910
|
+
name: 'groupApiName',
|
|
911
|
+
kind: 'Scalar'
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
name: 'label',
|
|
915
|
+
kind: 'Scalar'
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
const VERSION$1k = "561657f32721ec1dac1601575b029640";
|
|
922
|
+
function validate$1K(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
923
|
+
const v_error = (() => {
|
|
924
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
925
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
926
|
+
}
|
|
927
|
+
const obj_shareType = obj.shareType;
|
|
928
|
+
const path_shareType = path + '.shareType';
|
|
929
|
+
if (typeof obj_shareType !== 'string') {
|
|
930
|
+
return new TypeError('Expected "string" but received "' + typeof obj_shareType + '" (at "' + path_shareType + '")');
|
|
931
|
+
}
|
|
932
|
+
const obj_shares = obj.shares;
|
|
933
|
+
const path_shares = path + '.shares';
|
|
934
|
+
if (!ArrayIsArray(obj_shares)) {
|
|
935
|
+
return new TypeError('Expected "array" but received "' + typeof obj_shares + '" (at "' + path_shares + '")');
|
|
936
|
+
}
|
|
937
|
+
for (let i = 0; i < obj_shares.length; i++) {
|
|
938
|
+
const obj_shares_item = obj_shares[i];
|
|
939
|
+
const path_shares_item = path_shares + '[' + i + ']';
|
|
940
|
+
const referencepath_shares_itemValidationError = validate$1L(obj_shares_item, path_shares_item);
|
|
941
|
+
if (referencepath_shares_itemValidationError !== null) {
|
|
942
|
+
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
943
|
+
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
944
|
+
return new TypeError(message);
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
})();
|
|
948
|
+
return v_error === undefined ? null : v_error;
|
|
949
|
+
}
|
|
950
|
+
const select$1S = function ListInfoShareCategoryRepresentationSelect() {
|
|
951
|
+
const { selections: ListInfoShareRepresentation__selections, opaque: ListInfoShareRepresentation__opaque, } = select$1T();
|
|
952
|
+
return {
|
|
953
|
+
kind: 'Fragment',
|
|
954
|
+
version: VERSION$1k,
|
|
955
|
+
private: [],
|
|
956
|
+
selections: [
|
|
957
|
+
{
|
|
958
|
+
name: 'shareType',
|
|
959
|
+
kind: 'Scalar'
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
name: 'shares',
|
|
963
|
+
kind: 'Object',
|
|
964
|
+
plural: true,
|
|
965
|
+
selections: ListInfoShareRepresentation__selections
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
};
|
|
969
|
+
};
|
|
970
|
+
|
|
884
971
|
const VERSION$1j = "32def9b631252c12b91a8209c1f49f5a";
|
|
885
|
-
function validate$
|
|
972
|
+
function validate$1J(obj, path = 'ListOrderByInfoRepresentation') {
|
|
886
973
|
const v_error = (() => {
|
|
887
974
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
888
975
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -949,7 +1036,7 @@ const select$1R = function ListOrderByInfoRepresentationSelect() {
|
|
|
949
1036
|
};
|
|
950
1037
|
|
|
951
1038
|
const VERSION$1i = "2634258f216db34315c06d759a35676d";
|
|
952
|
-
function validate$
|
|
1039
|
+
function validate$1I(obj, path = 'ListScopeEntityRepresentation') {
|
|
953
1040
|
const v_error = (() => {
|
|
954
1041
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
955
1042
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -986,7 +1073,7 @@ const select$1Q = function ListScopeEntityRepresentationSelect() {
|
|
|
986
1073
|
};
|
|
987
1074
|
|
|
988
1075
|
const VERSION$1h = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
989
|
-
function validate$
|
|
1076
|
+
function validate$1H(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
990
1077
|
const v_error = (() => {
|
|
991
1078
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
992
1079
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1031,8 +1118,8 @@ const select$1P = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
1031
1118
|
};
|
|
1032
1119
|
};
|
|
1033
1120
|
|
|
1034
|
-
const VERSION$1g = "
|
|
1035
|
-
function validate$
|
|
1121
|
+
const VERSION$1g = "2fe9814e7124b47f59da585483c1b3f9";
|
|
1122
|
+
function validate$1G(obj, path = 'ListScopeRepresentation') {
|
|
1036
1123
|
const v_error = (() => {
|
|
1037
1124
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1038
1125
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1046,7 +1133,7 @@ function validate$1E(obj, path = 'ListScopeRepresentation') {
|
|
|
1046
1133
|
const path_entity = path + '.entity';
|
|
1047
1134
|
let obj_entity_union0 = null;
|
|
1048
1135
|
const obj_entity_union0_error = (() => {
|
|
1049
|
-
const referencepath_entityValidationError = validate$
|
|
1136
|
+
const referencepath_entityValidationError = validate$1I(obj_entity, path_entity);
|
|
1050
1137
|
if (referencepath_entityValidationError !== null) {
|
|
1051
1138
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
1052
1139
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1073,14 +1160,35 @@ function validate$1E(obj, path = 'ListScopeRepresentation') {
|
|
|
1073
1160
|
}
|
|
1074
1161
|
const obj_label = obj.label;
|
|
1075
1162
|
const path_label = path + '.label';
|
|
1076
|
-
|
|
1077
|
-
|
|
1163
|
+
let obj_label_union0 = null;
|
|
1164
|
+
const obj_label_union0_error = (() => {
|
|
1165
|
+
if (typeof obj_label !== 'string') {
|
|
1166
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
1167
|
+
}
|
|
1168
|
+
})();
|
|
1169
|
+
if (obj_label_union0_error != null) {
|
|
1170
|
+
obj_label_union0 = obj_label_union0_error.message;
|
|
1171
|
+
}
|
|
1172
|
+
let obj_label_union1 = null;
|
|
1173
|
+
const obj_label_union1_error = (() => {
|
|
1174
|
+
if (obj_label !== null) {
|
|
1175
|
+
return new TypeError('Expected "null" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
1176
|
+
}
|
|
1177
|
+
})();
|
|
1178
|
+
if (obj_label_union1_error != null) {
|
|
1179
|
+
obj_label_union1 = obj_label_union1_error.message;
|
|
1180
|
+
}
|
|
1181
|
+
if (obj_label_union0 && obj_label_union1) {
|
|
1182
|
+
let message = 'Object doesn\'t match union (at "' + path_label + '")';
|
|
1183
|
+
message += '\n' + obj_label_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
1184
|
+
message += '\n' + obj_label_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
1185
|
+
return new TypeError(message);
|
|
1078
1186
|
}
|
|
1079
1187
|
const obj_relatedEntity = obj.relatedEntity;
|
|
1080
1188
|
const path_relatedEntity = path + '.relatedEntity';
|
|
1081
1189
|
let obj_relatedEntity_union0 = null;
|
|
1082
1190
|
const obj_relatedEntity_union0_error = (() => {
|
|
1083
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
1191
|
+
const referencepath_relatedEntityValidationError = validate$1H(obj_relatedEntity, path_relatedEntity);
|
|
1084
1192
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
1085
1193
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
1086
1194
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1141,7 +1249,7 @@ const select$1O = function ListScopeRepresentationSelect() {
|
|
|
1141
1249
|
};
|
|
1142
1250
|
|
|
1143
1251
|
const VERSION$1f = "6506134f4d72fdfa349fe60ef1af2413";
|
|
1144
|
-
function validate$
|
|
1252
|
+
function validate$1F(obj, path = 'ListUserPreferenceRepresentation') {
|
|
1145
1253
|
const v_error = (() => {
|
|
1146
1254
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1147
1255
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1198,8 +1306,8 @@ const select$1N = function ListUserPreferenceRepresentationSelect() {
|
|
|
1198
1306
|
};
|
|
1199
1307
|
|
|
1200
1308
|
const TTL$y = 900000;
|
|
1201
|
-
const VERSION$1e = "
|
|
1202
|
-
function validate$
|
|
1309
|
+
const VERSION$1e = "0dbff3feaaa7ced2709e9ae46c58a3e7";
|
|
1310
|
+
function validate$1E(obj, path = 'ListInfoRepresentation') {
|
|
1203
1311
|
const v_error = (() => {
|
|
1204
1312
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1205
1313
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1227,7 +1335,7 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1227
1335
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
1228
1336
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
1229
1337
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
1230
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
1338
|
+
const referencepath_displayColumns_itemValidationError = validate$1O(obj_displayColumns_item, path_displayColumns_item);
|
|
1231
1339
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
1232
1340
|
let message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
1233
1341
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1273,7 +1381,7 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1273
1381
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1274
1382
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1275
1383
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1276
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1384
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1N(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1277
1385
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1278
1386
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1279
1387
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1308,12 +1416,29 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1308
1416
|
}
|
|
1309
1417
|
const obj_listReference = obj.listReference;
|
|
1310
1418
|
const path_listReference = path + '.listReference';
|
|
1311
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1419
|
+
const referencepath_listReferenceValidationError = validate$1M(obj_listReference, path_listReference);
|
|
1312
1420
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1313
1421
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1314
1422
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1315
1423
|
return new TypeError(message);
|
|
1316
1424
|
}
|
|
1425
|
+
if (obj.listShares !== undefined) {
|
|
1426
|
+
const obj_listShares = obj.listShares;
|
|
1427
|
+
const path_listShares = path + '.listShares';
|
|
1428
|
+
if (!ArrayIsArray(obj_listShares)) {
|
|
1429
|
+
return new TypeError('Expected "array" but received "' + typeof obj_listShares + '" (at "' + path_listShares + '")');
|
|
1430
|
+
}
|
|
1431
|
+
for (let i = 0; i < obj_listShares.length; i++) {
|
|
1432
|
+
const obj_listShares_item = obj_listShares[i];
|
|
1433
|
+
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
1434
|
+
const referencepath_listShares_itemValidationError = validate$1K(obj_listShares_item, path_listShares_item);
|
|
1435
|
+
if (referencepath_listShares_itemValidationError !== null) {
|
|
1436
|
+
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
1437
|
+
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1438
|
+
return new TypeError(message);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1317
1442
|
if (obj.objectApiNames !== undefined) {
|
|
1318
1443
|
const obj_objectApiNames = obj.objectApiNames;
|
|
1319
1444
|
const path_objectApiNames = path + '.objectApiNames';
|
|
@@ -1336,7 +1461,7 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1336
1461
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1337
1462
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1338
1463
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1339
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1464
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1J(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1340
1465
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1341
1466
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1342
1467
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1348,7 +1473,7 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1348
1473
|
const path_scope = path + '.scope';
|
|
1349
1474
|
let obj_scope_union0 = null;
|
|
1350
1475
|
const obj_scope_union0_error = (() => {
|
|
1351
|
-
const referencepath_scopeValidationError = validate$
|
|
1476
|
+
const referencepath_scopeValidationError = validate$1G(obj_scope, path_scope);
|
|
1352
1477
|
if (referencepath_scopeValidationError !== null) {
|
|
1353
1478
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1354
1479
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1381,7 +1506,7 @@ function validate$1C(obj, path = 'ListInfoRepresentation') {
|
|
|
1381
1506
|
}
|
|
1382
1507
|
const obj_userPreferences = obj.userPreferences;
|
|
1383
1508
|
const path_userPreferences = path + '.userPreferences';
|
|
1384
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1509
|
+
const referencepath_userPreferencesValidationError = validate$1F(obj_userPreferences, path_userPreferences);
|
|
1385
1510
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1386
1511
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1387
1512
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1416,9 +1541,10 @@ function normalize$L(input, existing, path, luvio, store, timestamp) {
|
|
|
1416
1541
|
return input;
|
|
1417
1542
|
}
|
|
1418
1543
|
const select$1M = function ListInfoRepresentationSelect() {
|
|
1419
|
-
const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$
|
|
1420
|
-
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$
|
|
1421
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
1544
|
+
const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$1W();
|
|
1545
|
+
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$1V();
|
|
1546
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1U();
|
|
1547
|
+
const { selections: ListInfoShareCategoryRepresentation__selections, opaque: ListInfoShareCategoryRepresentation__opaque, } = select$1S();
|
|
1422
1548
|
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$1R();
|
|
1423
1549
|
const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$1O();
|
|
1424
1550
|
const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$1N();
|
|
@@ -1466,6 +1592,13 @@ const select$1M = function ListInfoRepresentationSelect() {
|
|
|
1466
1592
|
kind: 'Object',
|
|
1467
1593
|
selections: ListReferenceRepresentation__selections
|
|
1468
1594
|
},
|
|
1595
|
+
{
|
|
1596
|
+
name: 'listShares',
|
|
1597
|
+
kind: 'Object',
|
|
1598
|
+
plural: true,
|
|
1599
|
+
selections: ListInfoShareCategoryRepresentation__selections,
|
|
1600
|
+
required: false
|
|
1601
|
+
},
|
|
1469
1602
|
{
|
|
1470
1603
|
name: 'objectApiNames',
|
|
1471
1604
|
kind: 'Scalar',
|
|
@@ -1513,7 +1646,7 @@ function equals$10(existing, incoming) {
|
|
|
1513
1646
|
}
|
|
1514
1647
|
const ingest$L = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1515
1648
|
if (process.env.NODE_ENV !== 'production') {
|
|
1516
|
-
const validateError = validate$
|
|
1649
|
+
const validateError = validate$1E(input);
|
|
1517
1650
|
if (validateError !== null) {
|
|
1518
1651
|
throw validateError;
|
|
1519
1652
|
}
|
|
@@ -1593,7 +1726,7 @@ function toSortedStringArray(value) {
|
|
|
1593
1726
|
}
|
|
1594
1727
|
|
|
1595
1728
|
const VERSION$1d = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1596
|
-
function validate$
|
|
1729
|
+
function validate$1D(obj, path = 'RecordTypeInfoRepresentation') {
|
|
1597
1730
|
const v_error = (() => {
|
|
1598
1731
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1599
1732
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1685,7 +1818,7 @@ function equals$$(existing, incoming) {
|
|
|
1685
1818
|
}
|
|
1686
1819
|
|
|
1687
1820
|
const VERSION$1c = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
1688
|
-
function validate$
|
|
1821
|
+
function validate$1C(obj, path = 'FieldValueRepresentation') {
|
|
1689
1822
|
const v_error = (() => {
|
|
1690
1823
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1691
1824
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1832,7 +1965,7 @@ function equals$_(existing, incoming) {
|
|
|
1832
1965
|
}
|
|
1833
1966
|
const ingest$K = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1834
1967
|
if (process.env.NODE_ENV !== 'production') {
|
|
1835
|
-
const validateError = validate$
|
|
1968
|
+
const validateError = validate$1C(input);
|
|
1836
1969
|
if (validateError !== null) {
|
|
1837
1970
|
throw validateError;
|
|
1838
1971
|
}
|
|
@@ -1883,7 +2016,7 @@ const getTypeCacheKeys$Q = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
1883
2016
|
|
|
1884
2017
|
const TTL$x = 120000;
|
|
1885
2018
|
const VERSION$1b = "79cb5ac9f44542f683d00245fdfe500d";
|
|
1886
|
-
function validate$
|
|
2019
|
+
function validate$1B(obj, path = 'RecordCollectionRepresentation') {
|
|
1887
2020
|
const v_error = (() => {
|
|
1888
2021
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1889
2022
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2156,7 +2289,7 @@ function equals$Z(existing, incoming) {
|
|
|
2156
2289
|
}
|
|
2157
2290
|
const ingest$J = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2158
2291
|
if (process.env.NODE_ENV !== 'production') {
|
|
2159
|
-
const validateError = validate$
|
|
2292
|
+
const validateError = validate$1B(input);
|
|
2160
2293
|
if (validateError !== null) {
|
|
2161
2294
|
throw validateError;
|
|
2162
2295
|
}
|
|
@@ -2192,7 +2325,7 @@ const keyBuilderFromType$z = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
2192
2325
|
|
|
2193
2326
|
const TTL$w = 30000;
|
|
2194
2327
|
const VERSION$1a = "98c5b18512e48ca8d28727549507e4ba";
|
|
2195
|
-
function validate$
|
|
2328
|
+
function validate$1A(obj, path = 'RecordRepresentation') {
|
|
2196
2329
|
const v_error = (() => {
|
|
2197
2330
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2198
2331
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2322,7 +2455,7 @@ function validate$1y(obj, path = 'RecordRepresentation') {
|
|
|
2322
2455
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2323
2456
|
let obj_recordTypeInfo_union0 = null;
|
|
2324
2457
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2325
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2458
|
+
const referencepath_recordTypeInfoValidationError = validate$1D(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2326
2459
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2327
2460
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2328
2461
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4806,7 +4939,7 @@ function normalize$I(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
4806
4939
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
4807
4940
|
return (input, path, luvio, store, timestamp) => {
|
|
4808
4941
|
if (process.env.NODE_ENV !== 'production') {
|
|
4809
|
-
const validateError = validate$
|
|
4942
|
+
const validateError = validate$1C(input);
|
|
4810
4943
|
if (validateError !== null) {
|
|
4811
4944
|
throw validateError;
|
|
4812
4945
|
}
|
|
@@ -4899,11 +5032,12 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
4899
5032
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
4900
5033
|
return (input, path, luvio, store, timestamp) => {
|
|
4901
5034
|
if (process.env.NODE_ENV !== 'production') {
|
|
4902
|
-
const validateError = validate$
|
|
5035
|
+
const validateError = validate$1A(input);
|
|
4903
5036
|
if (validateError !== null) {
|
|
4904
5037
|
throw validateError;
|
|
4905
5038
|
}
|
|
4906
5039
|
}
|
|
5040
|
+
input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
|
|
4907
5041
|
const key = keyBuilderFromType$z(luvio, input);
|
|
4908
5042
|
let existingRecord = store.readEntry(key);
|
|
4909
5043
|
const recordPath = {
|
|
@@ -5626,6 +5760,7 @@ function resolveConflict(luvio, map) {
|
|
|
5626
5760
|
|
|
5627
5761
|
const createIngestRecordWithFields = (fields, optionalFields) => {
|
|
5628
5762
|
return (input, path, luvio, store, timestamp) => {
|
|
5763
|
+
input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
|
|
5629
5764
|
const conflictMap = {
|
|
5630
5765
|
conflicts: {},
|
|
5631
5766
|
serverRequestCount: 0,
|
|
@@ -5742,7 +5877,7 @@ function tokenForAtMost(paginationMetadata, maxOffset) {
|
|
|
5742
5877
|
|
|
5743
5878
|
const TTL$v = 30000;
|
|
5744
5879
|
const VERSION$18 = "614ef19823027c07fa6deb9a149619d2";
|
|
5745
|
-
function validate$
|
|
5880
|
+
function validate$1z(obj, path = 'ListRecordCollectionRepresentation') {
|
|
5746
5881
|
const v_error = (() => {
|
|
5747
5882
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5748
5883
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5802,7 +5937,7 @@ function validate$1x(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
5802
5937
|
}
|
|
5803
5938
|
const obj_listReference = obj.listReference;
|
|
5804
5939
|
const path_listReference = path + '.listReference';
|
|
5805
|
-
const referencepath_listReferenceValidationError = validate$
|
|
5940
|
+
const referencepath_listReferenceValidationError = validate$1M(obj_listReference, path_listReference);
|
|
5806
5941
|
if (referencepath_listReferenceValidationError !== null) {
|
|
5807
5942
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
5808
5943
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6013,7 +6148,7 @@ function normalize$H(input, existing, path, luvio, store, timestamp) {
|
|
|
6013
6148
|
return input;
|
|
6014
6149
|
}
|
|
6015
6150
|
const select$1H = function ListRecordCollectionRepresentationSelect(paginationParams) {
|
|
6016
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
6151
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1U();
|
|
6017
6152
|
return {
|
|
6018
6153
|
kind: 'Fragment',
|
|
6019
6154
|
reader: true,
|
|
@@ -6127,7 +6262,7 @@ const dynamicSelect$7 = function dynamicListRecordCollectionRepresentationSelect
|
|
|
6127
6262
|
kind: 'Link',
|
|
6128
6263
|
fragment: select$1I()
|
|
6129
6264
|
} : params.records;
|
|
6130
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
6265
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1U();
|
|
6131
6266
|
return {
|
|
6132
6267
|
kind: 'Fragment',
|
|
6133
6268
|
reader: true,
|
|
@@ -6303,7 +6438,7 @@ function equals$X(existing, incoming) {
|
|
|
6303
6438
|
}
|
|
6304
6439
|
const ingest$H = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6305
6440
|
if (process.env.NODE_ENV !== 'production') {
|
|
6306
|
-
const validateError = validate$
|
|
6441
|
+
const validateError = validate$1z(input);
|
|
6307
6442
|
if (validateError !== null) {
|
|
6308
6443
|
throw validateError;
|
|
6309
6444
|
}
|
|
@@ -6396,7 +6531,7 @@ function getTypeCacheKeys$N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
6396
6531
|
}
|
|
6397
6532
|
|
|
6398
6533
|
const VERSION$17 = "cf8d2eb042188974da26ffe6618cfd07";
|
|
6399
|
-
function validate$
|
|
6534
|
+
function validate$1y(obj, path = 'ListUiRepresentation') {
|
|
6400
6535
|
const v_error = (() => {
|
|
6401
6536
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6402
6537
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6502,7 +6637,7 @@ function equals$W(existing, incoming) {
|
|
|
6502
6637
|
}
|
|
6503
6638
|
const ingest$G = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6504
6639
|
if (process.env.NODE_ENV !== 'production') {
|
|
6505
|
-
const validateError = validate$
|
|
6640
|
+
const validateError = validate$1y(input);
|
|
6506
6641
|
if (validateError !== null) {
|
|
6507
6642
|
throw validateError;
|
|
6508
6643
|
}
|
|
@@ -7036,7 +7171,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
7036
7171
|
}
|
|
7037
7172
|
|
|
7038
7173
|
const VERSION$16 = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
7039
|
-
function validate$
|
|
7174
|
+
function validate$1x(obj, path = 'ListViewSummaryRepresentation') {
|
|
7040
7175
|
const v_error = (() => {
|
|
7041
7176
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7042
7177
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7148,7 +7283,7 @@ function equals$V(existing, incoming) {
|
|
|
7148
7283
|
}
|
|
7149
7284
|
const ingest$F = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7150
7285
|
if (process.env.NODE_ENV !== 'production') {
|
|
7151
|
-
const validateError = validate$
|
|
7286
|
+
const validateError = validate$1x(input);
|
|
7152
7287
|
if (validateError !== null) {
|
|
7153
7288
|
throw validateError;
|
|
7154
7289
|
}
|
|
@@ -7169,7 +7304,7 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7169
7304
|
}
|
|
7170
7305
|
|
|
7171
7306
|
const VERSION$15 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7172
|
-
function validate$
|
|
7307
|
+
function validate$1w(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7173
7308
|
const v_error = (() => {
|
|
7174
7309
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7175
7310
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7553,7 +7688,7 @@ function equals$U(existing, incoming) {
|
|
|
7553
7688
|
}
|
|
7554
7689
|
const ingest$E = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7555
7690
|
if (process.env.NODE_ENV !== 'production') {
|
|
7556
|
-
const validateError = validate$
|
|
7691
|
+
const validateError = validate$1w(input);
|
|
7557
7692
|
if (validateError !== null) {
|
|
7558
7693
|
throw validateError;
|
|
7559
7694
|
}
|
|
@@ -8698,7 +8833,7 @@ const factory$g = (luvio) => {
|
|
|
8698
8833
|
}, { contextId: contextId$6 });
|
|
8699
8834
|
};
|
|
8700
8835
|
|
|
8701
|
-
function validate$
|
|
8836
|
+
function validate$1v(obj, path = 'ChildRelationshipRepresentation') {
|
|
8702
8837
|
const v_error = (() => {
|
|
8703
8838
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8704
8839
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8746,7 +8881,7 @@ function validate$1t(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
8746
8881
|
return v_error === undefined ? null : v_error;
|
|
8747
8882
|
}
|
|
8748
8883
|
|
|
8749
|
-
function validate$
|
|
8884
|
+
function validate$1u(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
8750
8885
|
const v_error = (() => {
|
|
8751
8886
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8752
8887
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8777,7 +8912,7 @@ function validate$1s(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
8777
8912
|
return v_error === undefined ? null : v_error;
|
|
8778
8913
|
}
|
|
8779
8914
|
|
|
8780
|
-
function validate$
|
|
8915
|
+
function validate$1t(obj, path = 'ReferenceToInfoRepresentation') {
|
|
8781
8916
|
const v_error = (() => {
|
|
8782
8917
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8783
8918
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8803,7 +8938,7 @@ function validate$1r(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
8803
8938
|
return v_error === undefined ? null : v_error;
|
|
8804
8939
|
}
|
|
8805
8940
|
|
|
8806
|
-
function validate$
|
|
8941
|
+
function validate$1s(obj, path = 'FieldRepresentation') {
|
|
8807
8942
|
const v_error = (() => {
|
|
8808
8943
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8809
8944
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8963,7 +9098,7 @@ function validate$1q(obj, path = 'FieldRepresentation') {
|
|
|
8963
9098
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
8964
9099
|
let obj_filteredLookupInfo_union0 = null;
|
|
8965
9100
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
8966
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9101
|
+
const referencepath_filteredLookupInfoValidationError = validate$1u(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
8967
9102
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
8968
9103
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
8969
9104
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9088,7 +9223,7 @@ function validate$1q(obj, path = 'FieldRepresentation') {
|
|
|
9088
9223
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9089
9224
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9090
9225
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9091
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
9226
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1t(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9092
9227
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9093
9228
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9094
9229
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9155,7 +9290,7 @@ function validate$1q(obj, path = 'FieldRepresentation') {
|
|
|
9155
9290
|
return v_error === undefined ? null : v_error;
|
|
9156
9291
|
}
|
|
9157
9292
|
|
|
9158
|
-
function validate$
|
|
9293
|
+
function validate$1r(obj, path = 'ThemeInfoRepresentation') {
|
|
9159
9294
|
const v_error = (() => {
|
|
9160
9295
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9161
9296
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9197,7 +9332,7 @@ function validate$1p(obj, path = 'ThemeInfoRepresentation') {
|
|
|
9197
9332
|
|
|
9198
9333
|
const TTL$u = 900000;
|
|
9199
9334
|
const VERSION$14 = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9200
|
-
function validate$
|
|
9335
|
+
function validate$1q(obj, path = 'ObjectInfoRepresentation') {
|
|
9201
9336
|
const v_error = (() => {
|
|
9202
9337
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9203
9338
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9267,7 +9402,7 @@ function validate$1o(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9267
9402
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
9268
9403
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
9269
9404
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9270
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
9405
|
+
const referencepath_childRelationships_itemValidationError = validate$1v(obj_childRelationships_item, path_childRelationships_item);
|
|
9271
9406
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9272
9407
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9273
9408
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9349,7 +9484,7 @@ function validate$1o(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9349
9484
|
const key = obj_fields_keys[i];
|
|
9350
9485
|
const obj_fields_prop = obj_fields[key];
|
|
9351
9486
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
9352
|
-
const referencepath_fields_propValidationError = validate$
|
|
9487
|
+
const referencepath_fields_propValidationError = validate$1s(obj_fields_prop, path_fields_prop);
|
|
9353
9488
|
if (referencepath_fields_propValidationError !== null) {
|
|
9354
9489
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
9355
9490
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9429,7 +9564,7 @@ function validate$1o(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9429
9564
|
const key = obj_recordTypeInfos_keys[i];
|
|
9430
9565
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
9431
9566
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
9432
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
9567
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1D(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
9433
9568
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
9434
9569
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
9435
9570
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9445,7 +9580,7 @@ function validate$1o(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9445
9580
|
const path_themeInfo = path + '.themeInfo';
|
|
9446
9581
|
let obj_themeInfo_union0 = null;
|
|
9447
9582
|
const obj_themeInfo_union0_error = (() => {
|
|
9448
|
-
const referencepath_themeInfoValidationError = validate$
|
|
9583
|
+
const referencepath_themeInfoValidationError = validate$1r(obj_themeInfo, path_themeInfo);
|
|
9449
9584
|
if (referencepath_themeInfoValidationError !== null) {
|
|
9450
9585
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
9451
9586
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9604,7 +9739,7 @@ function equals$T(existing, incoming) {
|
|
|
9604
9739
|
}
|
|
9605
9740
|
const ingest$D = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9606
9741
|
if (process.env.NODE_ENV !== 'production') {
|
|
9607
|
-
const validateError = validate$
|
|
9742
|
+
const validateError = validate$1q(input);
|
|
9608
9743
|
if (validateError !== null) {
|
|
9609
9744
|
throw validateError;
|
|
9610
9745
|
}
|
|
@@ -9765,7 +9900,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
9765
9900
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$J);
|
|
9766
9901
|
};
|
|
9767
9902
|
|
|
9768
|
-
function validate$
|
|
9903
|
+
function validate$1p(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
9769
9904
|
const v_error = (() => {
|
|
9770
9905
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9771
9906
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9813,7 +9948,7 @@ var DiscriminatorValues$4;
|
|
|
9813
9948
|
DiscriminatorValues["Field"] = "Field";
|
|
9814
9949
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
9815
9950
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
9816
|
-
function validate$
|
|
9951
|
+
function validate$1o(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
9817
9952
|
const v_error = (() => {
|
|
9818
9953
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9819
9954
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9853,7 +9988,7 @@ function validate$1m(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
9853
9988
|
return v_error === undefined ? null : v_error;
|
|
9854
9989
|
}
|
|
9855
9990
|
|
|
9856
|
-
function validate$
|
|
9991
|
+
function validate$1n(obj, path = 'RecordLayoutItemRepresentation') {
|
|
9857
9992
|
const v_error = (() => {
|
|
9858
9993
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9859
9994
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9881,7 +10016,7 @@ function validate$1l(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
9881
10016
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
9882
10017
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
9883
10018
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
9884
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10019
|
+
const referencepath_layoutComponents_itemValidationError = validate$1o(obj_layoutComponents_item, path_layoutComponents_item);
|
|
9885
10020
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
9886
10021
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
9887
10022
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9928,7 +10063,7 @@ function validate$1l(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
9928
10063
|
return v_error === undefined ? null : v_error;
|
|
9929
10064
|
}
|
|
9930
10065
|
|
|
9931
|
-
function validate$
|
|
10066
|
+
function validate$1m(obj, path = 'RecordLayoutRowRepresentation') {
|
|
9932
10067
|
const v_error = (() => {
|
|
9933
10068
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9934
10069
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9941,7 +10076,7 @@ function validate$1k(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
9941
10076
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
9942
10077
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
9943
10078
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
9944
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10079
|
+
const referencepath_layoutItems_itemValidationError = validate$1n(obj_layoutItems_item, path_layoutItems_item);
|
|
9945
10080
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
9946
10081
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
9947
10082
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9952,7 +10087,7 @@ function validate$1k(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
9952
10087
|
return v_error === undefined ? null : v_error;
|
|
9953
10088
|
}
|
|
9954
10089
|
|
|
9955
|
-
function validate$
|
|
10090
|
+
function validate$1l(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
9956
10091
|
const v_error = (() => {
|
|
9957
10092
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9958
10093
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10027,7 +10162,7 @@ function validate$1j(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10027
10162
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10028
10163
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10029
10164
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10030
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10165
|
+
const referencepath_layoutRows_itemValidationError = validate$1m(obj_layoutRows_item, path_layoutRows_item);
|
|
10031
10166
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10032
10167
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10033
10168
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10050,7 +10185,7 @@ function validate$1j(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10050
10185
|
|
|
10051
10186
|
const TTL$t = 900000;
|
|
10052
10187
|
const VERSION$13 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
10053
|
-
function validate$
|
|
10188
|
+
function validate$1k(obj, path = 'RecordLayoutRepresentation') {
|
|
10054
10189
|
const v_error = (() => {
|
|
10055
10190
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10056
10191
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10156,7 +10291,7 @@ function validate$1i(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10156
10291
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
10157
10292
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
10158
10293
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10159
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
10294
|
+
const referencepath_saveOptions_itemValidationError = validate$1p(obj_saveOptions_item, path_saveOptions_item);
|
|
10160
10295
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10161
10296
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10162
10297
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10171,7 +10306,7 @@ function validate$1i(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10171
10306
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
10172
10307
|
const obj_sections_item = obj_sections[i];
|
|
10173
10308
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
10174
|
-
const referencepath_sections_itemValidationError = validate$
|
|
10309
|
+
const referencepath_sections_itemValidationError = validate$1l(obj_sections_item, path_sections_item);
|
|
10175
10310
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10176
10311
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10177
10312
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10246,7 +10381,7 @@ function equals$S(existing, incoming) {
|
|
|
10246
10381
|
}
|
|
10247
10382
|
const ingest$C = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10248
10383
|
if (process.env.NODE_ENV !== 'production') {
|
|
10249
|
-
const validateError = validate$
|
|
10384
|
+
const validateError = validate$1k(input);
|
|
10250
10385
|
if (validateError !== null) {
|
|
10251
10386
|
throw validateError;
|
|
10252
10387
|
}
|
|
@@ -10288,7 +10423,7 @@ function getRecordId18Array(value) {
|
|
|
10288
10423
|
return dedupe(array).sort();
|
|
10289
10424
|
}
|
|
10290
10425
|
|
|
10291
|
-
function validate$
|
|
10426
|
+
function validate$1j(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
10292
10427
|
const v_error = (() => {
|
|
10293
10428
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10294
10429
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10309,7 +10444,7 @@ function validate$1h(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
10309
10444
|
|
|
10310
10445
|
const TTL$s = 900000;
|
|
10311
10446
|
const VERSION$12 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
10312
|
-
function validate$
|
|
10447
|
+
function validate$1i(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
10313
10448
|
const v_error = (() => {
|
|
10314
10449
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10315
10450
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10349,7 +10484,7 @@ function validate$1g(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
10349
10484
|
const key = obj_sectionUserStates_keys[i];
|
|
10350
10485
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
10351
10486
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
10352
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
10487
|
+
const referencepath_sectionUserStates_propValidationError = validate$1j(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
10353
10488
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
10354
10489
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
10355
10490
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10406,7 +10541,7 @@ function equals$R(existing, incoming) {
|
|
|
10406
10541
|
}
|
|
10407
10542
|
const ingest$B = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10408
10543
|
if (process.env.NODE_ENV !== 'production') {
|
|
10409
|
-
const validateError = validate$
|
|
10544
|
+
const validateError = validate$1i(input);
|
|
10410
10545
|
if (validateError !== null) {
|
|
10411
10546
|
throw validateError;
|
|
10412
10547
|
}
|
|
@@ -10428,7 +10563,7 @@ function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
10428
10563
|
|
|
10429
10564
|
const TTL$r = 900000;
|
|
10430
10565
|
const VERSION$11 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
10431
|
-
function validate$
|
|
10566
|
+
function validate$1h(obj, path = 'RecordUiRepresentation') {
|
|
10432
10567
|
const v_error = (() => {
|
|
10433
10568
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10434
10569
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10690,7 +10825,7 @@ function equals$Q(existing, incoming) {
|
|
|
10690
10825
|
}
|
|
10691
10826
|
const ingest$A = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10692
10827
|
if (process.env.NODE_ENV !== 'production') {
|
|
10693
|
-
const validateError = validate$
|
|
10828
|
+
const validateError = validate$1h(input);
|
|
10694
10829
|
if (validateError !== null) {
|
|
10695
10830
|
throw validateError;
|
|
10696
10831
|
}
|
|
@@ -11820,7 +11955,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
11820
11955
|
};
|
|
11821
11956
|
|
|
11822
11957
|
const VERSION$10 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
11823
|
-
function validate$
|
|
11958
|
+
function validate$1g(obj, path = 'QuickActionExecutionRepresentation') {
|
|
11824
11959
|
const v_error = (() => {
|
|
11825
11960
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11826
11961
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11993,7 +12128,7 @@ function equals$P(existing, incoming) {
|
|
|
11993
12128
|
}
|
|
11994
12129
|
const ingest$z = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11995
12130
|
if (process.env.NODE_ENV !== 'production') {
|
|
11996
|
-
const validateError = validate$
|
|
12131
|
+
const validateError = validate$1g(input);
|
|
11997
12132
|
if (validateError !== null) {
|
|
11998
12133
|
throw validateError;
|
|
11999
12134
|
}
|
|
@@ -12015,7 +12150,7 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12015
12150
|
|
|
12016
12151
|
const TTL$q = 900000;
|
|
12017
12152
|
const VERSION$$ = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
12018
|
-
function validate$
|
|
12153
|
+
function validate$1f(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
12019
12154
|
const v_error = (() => {
|
|
12020
12155
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12021
12156
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12194,7 +12329,7 @@ function coerceFormFactor(form) {
|
|
|
12194
12329
|
}
|
|
12195
12330
|
|
|
12196
12331
|
const VERSION$_ = "3f49d751896cf66e6e29788d8880e2cc";
|
|
12197
|
-
function validate$
|
|
12332
|
+
function validate$1e(obj, path = 'PlatformActionRepresentation') {
|
|
12198
12333
|
const v_error = (() => {
|
|
12199
12334
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12200
12335
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12726,7 +12861,7 @@ function equals$N(existing, incoming) {
|
|
|
12726
12861
|
}
|
|
12727
12862
|
const ingest$y = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12728
12863
|
if (process.env.NODE_ENV !== 'production') {
|
|
12729
|
-
const validateError = validate$
|
|
12864
|
+
const validateError = validate$1e(input);
|
|
12730
12865
|
if (validateError !== null) {
|
|
12731
12866
|
throw validateError;
|
|
12732
12867
|
}
|
|
@@ -12747,7 +12882,7 @@ function getTypeCacheKeys$E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12747
12882
|
}
|
|
12748
12883
|
|
|
12749
12884
|
const VERSION$Z = "378d506f563a4bd724b322d440df33d1";
|
|
12750
|
-
function validate$
|
|
12885
|
+
function validate$1d(obj, path = 'EntityActionRepresentation') {
|
|
12751
12886
|
const v_error = (() => {
|
|
12752
12887
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12753
12888
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12861,7 +12996,7 @@ function equals$M(existing, incoming) {
|
|
|
12861
12996
|
}
|
|
12862
12997
|
const ingest$x = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12863
12998
|
if (process.env.NODE_ENV !== 'production') {
|
|
12864
|
-
const validateError = validate$
|
|
12999
|
+
const validateError = validate$1d(input);
|
|
12865
13000
|
if (validateError !== null) {
|
|
12866
13001
|
throw validateError;
|
|
12867
13002
|
}
|
|
@@ -12887,7 +13022,7 @@ function getTypeCacheKeys$D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12887
13022
|
|
|
12888
13023
|
const TTL$p = 300000;
|
|
12889
13024
|
const VERSION$Y = "e485d96c1402a9ca2f56e56485af0216";
|
|
12890
|
-
function validate$
|
|
13025
|
+
function validate$1c(obj, path = 'ActionRepresentation') {
|
|
12891
13026
|
const v_error = (() => {
|
|
12892
13027
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12893
13028
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12985,7 +13120,7 @@ function equals$L(existing, incoming) {
|
|
|
12985
13120
|
}
|
|
12986
13121
|
const ingest$w = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12987
13122
|
if (process.env.NODE_ENV !== 'production') {
|
|
12988
|
-
const validateError = validate$
|
|
13123
|
+
const validateError = validate$1c(input);
|
|
12989
13124
|
if (validateError !== null) {
|
|
12990
13125
|
throw validateError;
|
|
12991
13126
|
}
|
|
@@ -13157,7 +13292,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
13157
13292
|
|
|
13158
13293
|
const TTL$o = 900000;
|
|
13159
13294
|
const VERSION$X = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
13160
|
-
function validate$
|
|
13295
|
+
function validate$1b(obj, path = 'QuickActionLayoutRepresentation') {
|
|
13161
13296
|
const v_error = (() => {
|
|
13162
13297
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13163
13298
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13174,7 +13309,7 @@ function validate$19(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
13174
13309
|
}
|
|
13175
13310
|
const obj_layout = obj.layout;
|
|
13176
13311
|
const path_layout = path + '.layout';
|
|
13177
|
-
const referencepath_layoutValidationError = validate$
|
|
13312
|
+
const referencepath_layoutValidationError = validate$1k(obj_layout, path_layout);
|
|
13178
13313
|
if (referencepath_layoutValidationError !== null) {
|
|
13179
13314
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
13180
13315
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -13224,7 +13359,7 @@ function equals$K(existing, incoming) {
|
|
|
13224
13359
|
}
|
|
13225
13360
|
const ingest$v = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13226
13361
|
if (process.env.NODE_ENV !== 'production') {
|
|
13227
|
-
const validateError = validate$
|
|
13362
|
+
const validateError = validate$1b(input);
|
|
13228
13363
|
if (validateError !== null) {
|
|
13229
13364
|
throw validateError;
|
|
13230
13365
|
}
|
|
@@ -13701,7 +13836,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
13701
13836
|
};
|
|
13702
13837
|
|
|
13703
13838
|
const VERSION$W = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
13704
|
-
function validate$
|
|
13839
|
+
function validate$1a(obj, path = 'ActionOverrideRepresentation') {
|
|
13705
13840
|
const v_error = (() => {
|
|
13706
13841
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13707
13842
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13734,7 +13869,7 @@ function equals$J(existing, incoming) {
|
|
|
13734
13869
|
}
|
|
13735
13870
|
const ingest$u = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13736
13871
|
if (process.env.NODE_ENV !== 'production') {
|
|
13737
|
-
const validateError = validate$
|
|
13872
|
+
const validateError = validate$1a(input);
|
|
13738
13873
|
if (validateError !== null) {
|
|
13739
13874
|
throw validateError;
|
|
13740
13875
|
}
|
|
@@ -13910,7 +14045,7 @@ function merge$1(existing, incoming) {
|
|
|
13910
14045
|
const dynamicIngest$4 = (ingestParams) => {
|
|
13911
14046
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13912
14047
|
if (process.env.NODE_ENV !== 'production') {
|
|
13913
|
-
const validateError = validate$
|
|
14048
|
+
const validateError = validate$1f(input);
|
|
13914
14049
|
if (validateError !== null) {
|
|
13915
14050
|
throw validateError;
|
|
13916
14051
|
}
|
|
@@ -14419,7 +14554,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
14419
14554
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$B);
|
|
14420
14555
|
};
|
|
14421
14556
|
|
|
14422
|
-
function validate$
|
|
14557
|
+
function validate$19(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
14423
14558
|
const v_error = (() => {
|
|
14424
14559
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14425
14560
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14845,7 +14980,7 @@ function typeCheckConfig$N(untrustedConfig) {
|
|
|
14845
14980
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
14846
14981
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
14847
14982
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
14848
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
14983
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$19(untrustedConfig_relatedListsActionParameters_item);
|
|
14849
14984
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
14850
14985
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
14851
14986
|
}
|
|
@@ -15163,7 +15298,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
15163
15298
|
};
|
|
15164
15299
|
|
|
15165
15300
|
const VERSION$V = "a316b3bba367f54adc67d7552ed7d36d";
|
|
15166
|
-
function validate$
|
|
15301
|
+
function validate$18(obj, path = 'PageReferenceRepresentation') {
|
|
15167
15302
|
const v_error = (() => {
|
|
15168
15303
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15169
15304
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15224,7 +15359,7 @@ function equals$I(existing, incoming) {
|
|
|
15224
15359
|
}
|
|
15225
15360
|
const ingest$t = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15226
15361
|
if (process.env.NODE_ENV !== 'production') {
|
|
15227
|
-
const validateError = validate$
|
|
15362
|
+
const validateError = validate$18(input);
|
|
15228
15363
|
if (validateError !== null) {
|
|
15229
15364
|
throw validateError;
|
|
15230
15365
|
}
|
|
@@ -15246,7 +15381,7 @@ function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15246
15381
|
|
|
15247
15382
|
const TTL$n = 120000;
|
|
15248
15383
|
const VERSION$U = "09884ca5bf90ea4662092a4e48817081";
|
|
15249
|
-
function validate$
|
|
15384
|
+
function validate$17(obj, path = 'NavItemRepresentation') {
|
|
15250
15385
|
const v_error = (() => {
|
|
15251
15386
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15252
15387
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15638,7 +15773,7 @@ function equals$H(existing, incoming) {
|
|
|
15638
15773
|
}
|
|
15639
15774
|
const ingest$s = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15640
15775
|
if (process.env.NODE_ENV !== 'production') {
|
|
15641
|
-
const validateError = validate$
|
|
15776
|
+
const validateError = validate$17(input);
|
|
15642
15777
|
if (validateError !== null) {
|
|
15643
15778
|
throw validateError;
|
|
15644
15779
|
}
|
|
@@ -15663,7 +15798,7 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15663
15798
|
|
|
15664
15799
|
const TTL$m = 300000;
|
|
15665
15800
|
const VERSION$T = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
15666
|
-
function validate$
|
|
15801
|
+
function validate$16(obj, path = 'AppRepresentation') {
|
|
15667
15802
|
const v_error = (() => {
|
|
15668
15803
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15669
15804
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16105,7 +16240,7 @@ function equals$G(existing, incoming) {
|
|
|
16105
16240
|
}
|
|
16106
16241
|
const ingest$r = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16107
16242
|
if (process.env.NODE_ENV !== 'production') {
|
|
16108
|
-
const validateError = validate$
|
|
16243
|
+
const validateError = validate$16(input);
|
|
16109
16244
|
if (validateError !== null) {
|
|
16110
16245
|
throw validateError;
|
|
16111
16246
|
}
|
|
@@ -16135,7 +16270,7 @@ function getTypeCacheKeys$x(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16135
16270
|
|
|
16136
16271
|
const TTL$l = 300000;
|
|
16137
16272
|
const VERSION$S = "a254babf0b6414315db7808a157fd9fc";
|
|
16138
|
-
function validate$
|
|
16273
|
+
function validate$15(obj, path = 'AppsRepresentation') {
|
|
16139
16274
|
const v_error = (() => {
|
|
16140
16275
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16141
16276
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16217,7 +16352,7 @@ function equals$F(existing, incoming) {
|
|
|
16217
16352
|
}
|
|
16218
16353
|
const ingest$q = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16219
16354
|
if (process.env.NODE_ENV !== 'production') {
|
|
16220
|
-
const validateError = validate$
|
|
16355
|
+
const validateError = validate$15(input);
|
|
16221
16356
|
if (validateError !== null) {
|
|
16222
16357
|
throw validateError;
|
|
16223
16358
|
}
|
|
@@ -16525,7 +16660,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
16525
16660
|
};
|
|
16526
16661
|
|
|
16527
16662
|
const VERSION$R = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
16528
|
-
function validate$
|
|
16663
|
+
function validate$14(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
16529
16664
|
const v_error = (() => {
|
|
16530
16665
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16531
16666
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16587,7 +16722,7 @@ const select$1c = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
16587
16722
|
};
|
|
16588
16723
|
|
|
16589
16724
|
const VERSION$Q = "320d7f254687278f2763d4b490dab3fb";
|
|
16590
|
-
function validate$
|
|
16725
|
+
function validate$13(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
16591
16726
|
const v_error = (() => {
|
|
16592
16727
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16593
16728
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16610,7 +16745,7 @@ function validate$11(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
16610
16745
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
16611
16746
|
const obj_filterItems_item = obj_filterItems[i];
|
|
16612
16747
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
16613
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
16748
|
+
const referencepath_filterItems_itemValidationError = validate$14(obj_filterItems_item, path_filterItems_item);
|
|
16614
16749
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
16615
16750
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
16616
16751
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16653,7 +16788,7 @@ const select$1b = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
16653
16788
|
};
|
|
16654
16789
|
|
|
16655
16790
|
const VERSION$P = "b47b44e260e5ce777beaf3da9088997c";
|
|
16656
|
-
function validate$
|
|
16791
|
+
function validate$12(obj, path = 'MatchRuleRepresentation') {
|
|
16657
16792
|
const v_error = (() => {
|
|
16658
16793
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16659
16794
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16723,7 +16858,7 @@ const select$1a = function MatchRuleRepresentationSelect() {
|
|
|
16723
16858
|
};
|
|
16724
16859
|
|
|
16725
16860
|
const VERSION$O = "bb83d7210bb1d7861b6188bc5f552617";
|
|
16726
|
-
function validate
|
|
16861
|
+
function validate$11(obj, path = 'DuplicateRuleRepresentation') {
|
|
16727
16862
|
const v_error = (() => {
|
|
16728
16863
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16729
16864
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16751,7 +16886,7 @@ function validate$$(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
16751
16886
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
16752
16887
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
16753
16888
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
16754
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
16889
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$13(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
16755
16890
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
16756
16891
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
16757
16892
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16771,7 +16906,7 @@ function validate$$(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
16771
16906
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
16772
16907
|
const obj_matchRules_item = obj_matchRules[i];
|
|
16773
16908
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
16774
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
16909
|
+
const referencepath_matchRules_itemValidationError = validate$12(obj_matchRules_item, path_matchRules_item);
|
|
16775
16910
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
16776
16911
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
16777
16912
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16864,7 +16999,7 @@ const select$19 = function DuplicateRuleRepresentationSelect() {
|
|
|
16864
16999
|
|
|
16865
17000
|
const TTL$k = 900000;
|
|
16866
17001
|
const VERSION$N = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
16867
|
-
function validate$
|
|
17002
|
+
function validate$10(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
16868
17003
|
const v_error = (() => {
|
|
16869
17004
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16870
17005
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16899,7 +17034,7 @@ function validate$_(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
16899
17034
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
16900
17035
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
16901
17036
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
16902
|
-
const referencepath_duplicateRules_itemValidationError = validate
|
|
17037
|
+
const referencepath_duplicateRules_itemValidationError = validate$11(obj_duplicateRules_item, path_duplicateRules_item);
|
|
16903
17038
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
16904
17039
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
16905
17040
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16966,7 +17101,7 @@ function equals$E(existing, incoming) {
|
|
|
16966
17101
|
}
|
|
16967
17102
|
const ingest$p = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16968
17103
|
if (process.env.NODE_ENV !== 'production') {
|
|
16969
|
-
const validateError = validate$
|
|
17104
|
+
const validateError = validate$10(input);
|
|
16970
17105
|
if (validateError !== null) {
|
|
16971
17106
|
throw validateError;
|
|
16972
17107
|
}
|
|
@@ -17907,6 +18042,103 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
17907
18042
|
buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$s);
|
|
17908
18043
|
};
|
|
17909
18044
|
|
|
18045
|
+
function validate$$(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
18046
|
+
const v_error = (() => {
|
|
18047
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18048
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
18049
|
+
}
|
|
18050
|
+
const obj_fieldApiName = obj.fieldApiName;
|
|
18051
|
+
const path_fieldApiName = path + '.fieldApiName';
|
|
18052
|
+
if (typeof obj_fieldApiName !== 'string') {
|
|
18053
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldApiName + '" (at "' + path_fieldApiName + '")');
|
|
18054
|
+
}
|
|
18055
|
+
const obj_operandLabels = obj.operandLabels;
|
|
18056
|
+
const path_operandLabels = path + '.operandLabels';
|
|
18057
|
+
if (!ArrayIsArray(obj_operandLabels)) {
|
|
18058
|
+
return new TypeError('Expected "array" but received "' + typeof obj_operandLabels + '" (at "' + path_operandLabels + '")');
|
|
18059
|
+
}
|
|
18060
|
+
for (let i = 0; i < obj_operandLabels.length; i++) {
|
|
18061
|
+
const obj_operandLabels_item = obj_operandLabels[i];
|
|
18062
|
+
const path_operandLabels_item = path_operandLabels + '[' + i + ']';
|
|
18063
|
+
if (typeof obj_operandLabels_item !== 'string') {
|
|
18064
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operandLabels_item + '" (at "' + path_operandLabels_item + '")');
|
|
18065
|
+
}
|
|
18066
|
+
}
|
|
18067
|
+
const obj_operator = obj.operator;
|
|
18068
|
+
const path_operator = path + '.operator';
|
|
18069
|
+
if (typeof obj_operator !== 'string') {
|
|
18070
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
18071
|
+
}
|
|
18072
|
+
})();
|
|
18073
|
+
return v_error === undefined ? null : v_error;
|
|
18074
|
+
}
|
|
18075
|
+
|
|
18076
|
+
function validate$_(obj, path = 'ListScopeInputRepresentation') {
|
|
18077
|
+
const v_error = (() => {
|
|
18078
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18079
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
18080
|
+
}
|
|
18081
|
+
const obj_apiName = obj.apiName;
|
|
18082
|
+
const path_apiName = path + '.apiName';
|
|
18083
|
+
if (typeof obj_apiName !== 'string') {
|
|
18084
|
+
return new TypeError('Expected "string" but received "' + typeof obj_apiName + '" (at "' + path_apiName + '")');
|
|
18085
|
+
}
|
|
18086
|
+
const obj_entityId = obj.entityId;
|
|
18087
|
+
const path_entityId = path + '.entityId';
|
|
18088
|
+
let obj_entityId_union0 = null;
|
|
18089
|
+
const obj_entityId_union0_error = (() => {
|
|
18090
|
+
if (typeof obj_entityId !== 'string') {
|
|
18091
|
+
return new TypeError('Expected "string" but received "' + typeof obj_entityId + '" (at "' + path_entityId + '")');
|
|
18092
|
+
}
|
|
18093
|
+
})();
|
|
18094
|
+
if (obj_entityId_union0_error != null) {
|
|
18095
|
+
obj_entityId_union0 = obj_entityId_union0_error.message;
|
|
18096
|
+
}
|
|
18097
|
+
let obj_entityId_union1 = null;
|
|
18098
|
+
const obj_entityId_union1_error = (() => {
|
|
18099
|
+
if (obj_entityId !== null) {
|
|
18100
|
+
return new TypeError('Expected "null" but received "' + typeof obj_entityId + '" (at "' + path_entityId + '")');
|
|
18101
|
+
}
|
|
18102
|
+
})();
|
|
18103
|
+
if (obj_entityId_union1_error != null) {
|
|
18104
|
+
obj_entityId_union1 = obj_entityId_union1_error.message;
|
|
18105
|
+
}
|
|
18106
|
+
if (obj_entityId_union0 && obj_entityId_union1) {
|
|
18107
|
+
let message = 'Object doesn\'t match union (at "' + path_entityId + '")';
|
|
18108
|
+
message += '\n' + obj_entityId_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
18109
|
+
message += '\n' + obj_entityId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
18110
|
+
return new TypeError(message);
|
|
18111
|
+
}
|
|
18112
|
+
const obj_relatedEntityId = obj.relatedEntityId;
|
|
18113
|
+
const path_relatedEntityId = path + '.relatedEntityId';
|
|
18114
|
+
let obj_relatedEntityId_union0 = null;
|
|
18115
|
+
const obj_relatedEntityId_union0_error = (() => {
|
|
18116
|
+
if (typeof obj_relatedEntityId !== 'string') {
|
|
18117
|
+
return new TypeError('Expected "string" but received "' + typeof obj_relatedEntityId + '" (at "' + path_relatedEntityId + '")');
|
|
18118
|
+
}
|
|
18119
|
+
})();
|
|
18120
|
+
if (obj_relatedEntityId_union0_error != null) {
|
|
18121
|
+
obj_relatedEntityId_union0 = obj_relatedEntityId_union0_error.message;
|
|
18122
|
+
}
|
|
18123
|
+
let obj_relatedEntityId_union1 = null;
|
|
18124
|
+
const obj_relatedEntityId_union1_error = (() => {
|
|
18125
|
+
if (obj_relatedEntityId !== null) {
|
|
18126
|
+
return new TypeError('Expected "null" but received "' + typeof obj_relatedEntityId + '" (at "' + path_relatedEntityId + '")');
|
|
18127
|
+
}
|
|
18128
|
+
})();
|
|
18129
|
+
if (obj_relatedEntityId_union1_error != null) {
|
|
18130
|
+
obj_relatedEntityId_union1 = obj_relatedEntityId_union1_error.message;
|
|
18131
|
+
}
|
|
18132
|
+
if (obj_relatedEntityId_union0 && obj_relatedEntityId_union1) {
|
|
18133
|
+
let message = 'Object doesn\'t match union (at "' + path_relatedEntityId + '")';
|
|
18134
|
+
message += '\n' + obj_relatedEntityId_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
18135
|
+
message += '\n' + obj_relatedEntityId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
18136
|
+
return new TypeError(message);
|
|
18137
|
+
}
|
|
18138
|
+
})();
|
|
18139
|
+
return v_error === undefined ? null : v_error;
|
|
18140
|
+
}
|
|
18141
|
+
|
|
17910
18142
|
function select$14(luvio, params) {
|
|
17911
18143
|
return select$1M();
|
|
17912
18144
|
}
|
|
@@ -17947,10 +18179,11 @@ function createResourceRequest$B(config) {
|
|
|
17947
18179
|
const adapterName$A = 'createListInfo';
|
|
17948
18180
|
const createListInfo_ConfigPropertyMetadata = [
|
|
17949
18181
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
17950
|
-
generateParamConfigMetadata('displayColumns', false, 2 /* Body */,
|
|
17951
|
-
generateParamConfigMetadata('filterLogicString', false, 2 /* Body */,
|
|
18182
|
+
generateParamConfigMetadata('displayColumns', false, 2 /* Body */, 0 /* String */, true),
|
|
18183
|
+
generateParamConfigMetadata('filterLogicString', false, 2 /* Body */, 0 /* String */),
|
|
17952
18184
|
generateParamConfigMetadata('filteredByInfo', false, 2 /* Body */, 4 /* Unsupported */, true),
|
|
17953
18185
|
generateParamConfigMetadata('label', false, 2 /* Body */, 0 /* String */),
|
|
18186
|
+
generateParamConfigMetadata('listShares', false, 2 /* Body */, 0 /* String */, true),
|
|
17954
18187
|
generateParamConfigMetadata('listViewApiName', false, 2 /* Body */, 0 /* String */),
|
|
17955
18188
|
generateParamConfigMetadata('scope', false, 2 /* Body */, 4 /* Unsupported */),
|
|
17956
18189
|
generateParamConfigMetadata('visibility', false, 2 /* Body */, 0 /* String */),
|
|
@@ -17960,46 +18193,21 @@ const createResourceParams$A = /*#__PURE__*/ createResourceParams$Y(createListIn
|
|
|
17960
18193
|
function typeCheckConfig$E(untrustedConfig) {
|
|
17961
18194
|
const config = {};
|
|
17962
18195
|
typeCheckConfig$11(untrustedConfig, config, createListInfo_ConfigPropertyMetadata);
|
|
17963
|
-
const untrustedConfig_displayColumns = untrustedConfig.displayColumns;
|
|
17964
|
-
if (ArrayIsArray$1(untrustedConfig_displayColumns)) {
|
|
17965
|
-
const untrustedConfig_displayColumns_array = [];
|
|
17966
|
-
for (let i = 0, arrayLength = untrustedConfig_displayColumns.length; i < arrayLength; i++) {
|
|
17967
|
-
const untrustedConfig_displayColumns_item = untrustedConfig_displayColumns[i];
|
|
17968
|
-
const referenceListColumnRepresentationValidationError = validate$1K(untrustedConfig_displayColumns_item);
|
|
17969
|
-
if (referenceListColumnRepresentationValidationError === null) {
|
|
17970
|
-
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
17971
|
-
}
|
|
17972
|
-
if (untrustedConfig_displayColumns_item === null) {
|
|
17973
|
-
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
17974
|
-
}
|
|
17975
|
-
}
|
|
17976
|
-
config.displayColumns = untrustedConfig_displayColumns_array;
|
|
17977
|
-
}
|
|
17978
|
-
const untrustedConfig_filterLogicString = untrustedConfig.filterLogicString;
|
|
17979
|
-
if (typeof untrustedConfig_filterLogicString === 'string') {
|
|
17980
|
-
config.filterLogicString = untrustedConfig_filterLogicString;
|
|
17981
|
-
}
|
|
17982
|
-
if (untrustedConfig_filterLogicString === null) {
|
|
17983
|
-
config.filterLogicString = untrustedConfig_filterLogicString;
|
|
17984
|
-
}
|
|
17985
18196
|
const untrustedConfig_filteredByInfo = untrustedConfig.filteredByInfo;
|
|
17986
18197
|
if (ArrayIsArray$1(untrustedConfig_filteredByInfo)) {
|
|
17987
18198
|
const untrustedConfig_filteredByInfo_array = [];
|
|
17988
18199
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
17989
18200
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
17990
|
-
const
|
|
17991
|
-
if (
|
|
18201
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$$(untrustedConfig_filteredByInfo_item);
|
|
18202
|
+
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
17992
18203
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
17993
18204
|
}
|
|
17994
18205
|
}
|
|
17995
18206
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
17996
18207
|
}
|
|
17997
18208
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
17998
|
-
const
|
|
17999
|
-
if (
|
|
18000
|
-
config.scope = untrustedConfig_scope;
|
|
18001
|
-
}
|
|
18002
|
-
if (untrustedConfig_scope === null) {
|
|
18209
|
+
const referenceListScopeInputRepresentationValidationError = validate$_(untrustedConfig_scope);
|
|
18210
|
+
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
18003
18211
|
config.scope = untrustedConfig_scope;
|
|
18004
18212
|
}
|
|
18005
18213
|
return config;
|
|
@@ -18175,10 +18383,11 @@ const adapterName$y = 'updateListInfoByName';
|
|
|
18175
18383
|
const updateListInfoByName_ConfigPropertyMetadata = [
|
|
18176
18384
|
generateParamConfigMetadata('listViewApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
18177
18385
|
generateParamConfigMetadata('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
18178
|
-
generateParamConfigMetadata('displayColumns', false, 2 /* Body */,
|
|
18179
|
-
generateParamConfigMetadata('filterLogicString', false, 2 /* Body */,
|
|
18386
|
+
generateParamConfigMetadata('displayColumns', false, 2 /* Body */, 0 /* String */, true),
|
|
18387
|
+
generateParamConfigMetadata('filterLogicString', false, 2 /* Body */, 0 /* String */),
|
|
18180
18388
|
generateParamConfigMetadata('filteredByInfo', false, 2 /* Body */, 4 /* Unsupported */, true),
|
|
18181
18389
|
generateParamConfigMetadata('label', false, 2 /* Body */, 0 /* String */),
|
|
18390
|
+
generateParamConfigMetadata('listShares', false, 2 /* Body */, 0 /* String */, true),
|
|
18182
18391
|
generateParamConfigMetadata('scope', false, 2 /* Body */, 4 /* Unsupported */),
|
|
18183
18392
|
generateParamConfigMetadata('visibility', false, 2 /* Body */, 0 /* String */),
|
|
18184
18393
|
];
|
|
@@ -18187,46 +18396,21 @@ const createResourceParams$y = /*#__PURE__*/ createResourceParams$Y(updateListIn
|
|
|
18187
18396
|
function typeCheckConfig$C(untrustedConfig) {
|
|
18188
18397
|
const config = {};
|
|
18189
18398
|
typeCheckConfig$11(untrustedConfig, config, updateListInfoByName_ConfigPropertyMetadata);
|
|
18190
|
-
const untrustedConfig_displayColumns = untrustedConfig.displayColumns;
|
|
18191
|
-
if (ArrayIsArray$1(untrustedConfig_displayColumns)) {
|
|
18192
|
-
const untrustedConfig_displayColumns_array = [];
|
|
18193
|
-
for (let i = 0, arrayLength = untrustedConfig_displayColumns.length; i < arrayLength; i++) {
|
|
18194
|
-
const untrustedConfig_displayColumns_item = untrustedConfig_displayColumns[i];
|
|
18195
|
-
const referenceListColumnRepresentationValidationError = validate$1K(untrustedConfig_displayColumns_item);
|
|
18196
|
-
if (referenceListColumnRepresentationValidationError === null) {
|
|
18197
|
-
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
18198
|
-
}
|
|
18199
|
-
if (untrustedConfig_displayColumns_item === null) {
|
|
18200
|
-
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
18201
|
-
}
|
|
18202
|
-
}
|
|
18203
|
-
config.displayColumns = untrustedConfig_displayColumns_array;
|
|
18204
|
-
}
|
|
18205
|
-
const untrustedConfig_filterLogicString = untrustedConfig.filterLogicString;
|
|
18206
|
-
if (typeof untrustedConfig_filterLogicString === 'string') {
|
|
18207
|
-
config.filterLogicString = untrustedConfig_filterLogicString;
|
|
18208
|
-
}
|
|
18209
|
-
if (untrustedConfig_filterLogicString === null) {
|
|
18210
|
-
config.filterLogicString = untrustedConfig_filterLogicString;
|
|
18211
|
-
}
|
|
18212
18399
|
const untrustedConfig_filteredByInfo = untrustedConfig.filteredByInfo;
|
|
18213
18400
|
if (ArrayIsArray$1(untrustedConfig_filteredByInfo)) {
|
|
18214
18401
|
const untrustedConfig_filteredByInfo_array = [];
|
|
18215
18402
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
18216
18403
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
18217
|
-
const
|
|
18218
|
-
if (
|
|
18404
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$$(untrustedConfig_filteredByInfo_item);
|
|
18405
|
+
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
18219
18406
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
18220
18407
|
}
|
|
18221
18408
|
}
|
|
18222
18409
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
18223
18410
|
}
|
|
18224
18411
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
18225
|
-
const
|
|
18226
|
-
if (
|
|
18227
|
-
config.scope = untrustedConfig_scope;
|
|
18228
|
-
}
|
|
18229
|
-
if (untrustedConfig_scope === null) {
|
|
18412
|
+
const referenceListScopeInputRepresentationValidationError = validate$_(untrustedConfig_scope);
|
|
18413
|
+
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
18230
18414
|
config.scope = untrustedConfig_scope;
|
|
18231
18415
|
}
|
|
18232
18416
|
return config;
|
|
@@ -23437,7 +23621,7 @@ function validate$y(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
23437
23621
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
23438
23622
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
23439
23623
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
23440
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
23624
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1N(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
23441
23625
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
23442
23626
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
23443
23627
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23489,7 +23673,7 @@ function validate$y(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
23489
23673
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
23490
23674
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
23491
23675
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
23492
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
23676
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1J(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
23493
23677
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
23494
23678
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
23495
23679
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23508,7 +23692,7 @@ function validate$y(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
23508
23692
|
}
|
|
23509
23693
|
const obj_userPreferences = obj.userPreferences;
|
|
23510
23694
|
const path_userPreferences = path + '.userPreferences';
|
|
23511
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
23695
|
+
const referencepath_userPreferencesValidationError = validate$1F(obj_userPreferences, path_userPreferences);
|
|
23512
23696
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
23513
23697
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
23514
23698
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24182,7 +24366,7 @@ function validate$x(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
24182
24366
|
const path_themeInfo = path + '.themeInfo';
|
|
24183
24367
|
let obj_themeInfo_union0 = null;
|
|
24184
24368
|
const obj_themeInfo_union0_error = (() => {
|
|
24185
|
-
const referencepath_themeInfoValidationError = validate$
|
|
24369
|
+
const referencepath_themeInfoValidationError = validate$1r(obj_themeInfo, path_themeInfo);
|
|
24186
24370
|
if (referencepath_themeInfoValidationError !== null) {
|
|
24187
24371
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
24188
24372
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24786,7 +24970,7 @@ function validate$t(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
24786
24970
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
24787
24971
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
24788
24972
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
24789
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
24973
|
+
const referencepath_orderedBy_itemValidationError = validate$1J(obj_orderedBy_item, path_orderedBy_item);
|
|
24790
24974
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
24791
24975
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
24792
24976
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28193,7 +28377,7 @@ function validate$f(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
28193
28377
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
28194
28378
|
const obj_orderBy_item = obj_orderBy[i];
|
|
28195
28379
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
28196
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
28380
|
+
const referencepath_orderBy_itemValidationError = validate$1J(obj_orderBy_item, path_orderBy_item);
|
|
28197
28381
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
28198
28382
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
28199
28383
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30233,7 +30417,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
30233
30417
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
30234
30418
|
let obj_recordTypeInfo_union0 = null;
|
|
30235
30419
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
30236
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
30420
|
+
const referencepath_recordTypeInfoValidationError = validate$1D(obj_recordTypeInfo, path_recordTypeInfo);
|
|
30237
30421
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
30238
30422
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
30239
30423
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33457,4 +33641,4 @@ withDefaultLuvio((luvio) => {
|
|
|
33457
33641
|
});
|
|
33458
33642
|
|
|
33459
33643
|
export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$O as RecordRepresentationRepresentationType, TTL$w as RecordRepresentationTTL, RepresentationType$O as RecordRepresentationType, VERSION$1a as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createListInfo, createRecord, deleteRecord, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListObjectInfo, getListObjectInfo_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActions_imperative, factory$e as getRecordAdapterFactory, getRecordAvatars, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$Q as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$D as ingestObjectInfo, ingest$z as ingestQuickActionExecutionRepresentation, ingest$I as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$y as keyBuilderFromTypeRecordRepresentation, keyBuilder$1J as keyBuilderObjectInfo, keyBuilder$1D as keyBuilderQuickActionExecutionRepresentation, keyBuilder$1U as keyBuilderRecord, notifyListInfoUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, updateLayoutUserState, updateListInfoByName, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
33460
|
-
// version: 1.
|
|
33644
|
+
// version: 1.244.0-4d142822f
|