@salesforce/lwc-adapters-uiapi 1.103.0 → 1.104.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +157 -157
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -7843,7 +7843,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
7843
7843
|
}
|
|
7844
7844
|
|
|
7845
7845
|
const VERSION$1Z = "3b339f50551a63986bb2aa52572d2953";
|
|
7846
|
-
function validate$
|
|
7846
|
+
function validate$1D(obj, path = 'ListColumnRepresentation') {
|
|
7847
7847
|
const v_error = (() => {
|
|
7848
7848
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7849
7849
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7889,7 +7889,7 @@ const select$2r = function ListColumnRepresentationSelect() {
|
|
|
7889
7889
|
};
|
|
7890
7890
|
|
|
7891
7891
|
const VERSION$1Y = "623aa9ce3a11031e35faf5671a41746e";
|
|
7892
|
-
function validate$
|
|
7892
|
+
function validate$1C(obj, path = 'ListFilterByInfoRepresentation') {
|
|
7893
7893
|
const v_error = (() => {
|
|
7894
7894
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7895
7895
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7957,7 +7957,7 @@ function deepFreeze$N(input) {
|
|
|
7957
7957
|
}
|
|
7958
7958
|
|
|
7959
7959
|
const VERSION$1X = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
7960
|
-
function validate$
|
|
7960
|
+
function validate$1B(obj, path = 'ListReferenceRepresentation') {
|
|
7961
7961
|
const v_error = (() => {
|
|
7962
7962
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7963
7963
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8077,7 +8077,7 @@ function equals$_(existing, incoming) {
|
|
|
8077
8077
|
}
|
|
8078
8078
|
|
|
8079
8079
|
const VERSION$1W = "32def9b631252c12b91a8209c1f49f5a";
|
|
8080
|
-
function validate$
|
|
8080
|
+
function validate$1A(obj, path = 'ListOrderByInfoRepresentation') {
|
|
8081
8081
|
const v_error = (() => {
|
|
8082
8082
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8083
8083
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8147,7 +8147,7 @@ function deepFreeze$M(input) {
|
|
|
8147
8147
|
}
|
|
8148
8148
|
|
|
8149
8149
|
const VERSION$1V = "6506134f4d72fdfa349fe60ef1af2413";
|
|
8150
|
-
function validate$
|
|
8150
|
+
function validate$1z(obj, path = 'ListUserPreferenceRepresentation') {
|
|
8151
8151
|
const v_error = (() => {
|
|
8152
8152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8153
8153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8222,7 +8222,7 @@ function deepFreeze$L(input) {
|
|
|
8222
8222
|
|
|
8223
8223
|
const TTL$A = 900000;
|
|
8224
8224
|
const VERSION$1U = "ce51760eb46b65c484f42de806102162";
|
|
8225
|
-
function validate$
|
|
8225
|
+
function validate$1y(obj, path = 'ListInfoRepresentation') {
|
|
8226
8226
|
const v_error = (() => {
|
|
8227
8227
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8228
8228
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8250,7 +8250,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
8250
8250
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
8251
8251
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
8252
8252
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
8253
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
8253
|
+
const referencepath_displayColumns_itemValidationError = validate$1D(obj_displayColumns_item, path_displayColumns_item);
|
|
8254
8254
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
8255
8255
|
let message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
8256
8256
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8296,7 +8296,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
8296
8296
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
8297
8297
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
8298
8298
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
8299
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
8299
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
8300
8300
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
8301
8301
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
8302
8302
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8331,7 +8331,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
8331
8331
|
}
|
|
8332
8332
|
const obj_listReference = obj.listReference;
|
|
8333
8333
|
const path_listReference = path + '.listReference';
|
|
8334
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8334
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
8335
8335
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8336
8336
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
8337
8337
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8357,7 +8357,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
8357
8357
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
8358
8358
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
8359
8359
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
8360
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
8360
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
8361
8361
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
8362
8362
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
8363
8363
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8371,7 +8371,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
8371
8371
|
}
|
|
8372
8372
|
const obj_userPreferences = obj.userPreferences;
|
|
8373
8373
|
const path_userPreferences = path + '.userPreferences';
|
|
8374
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
8374
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
8375
8375
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
8376
8376
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
8377
8377
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8494,7 +8494,7 @@ function equals$Z(existing, incoming) {
|
|
|
8494
8494
|
}
|
|
8495
8495
|
const ingest$1t = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8496
8496
|
if (process.env.NODE_ENV !== 'production') {
|
|
8497
|
-
const validateError = validate$
|
|
8497
|
+
const validateError = validate$1y(input);
|
|
8498
8498
|
if (validateError !== null) {
|
|
8499
8499
|
throw validateError;
|
|
8500
8500
|
}
|
|
@@ -8535,7 +8535,7 @@ function getTypeCacheKeys$1w(luvio, input, fullPathFactory) {
|
|
|
8535
8535
|
}
|
|
8536
8536
|
|
|
8537
8537
|
const VERSION$1T = "d1e589a127fb1060c89070cdb6f500b2";
|
|
8538
|
-
function validate$
|
|
8538
|
+
function validate$1x(obj, path = 'RecordTypeInfoRepresentation') {
|
|
8539
8539
|
const v_error = (() => {
|
|
8540
8540
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8541
8541
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8630,7 +8630,7 @@ function deepFreeze$K(input) {
|
|
|
8630
8630
|
}
|
|
8631
8631
|
|
|
8632
8632
|
const VERSION$1S = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
8633
|
-
function validate$
|
|
8633
|
+
function validate$1w(obj, path = 'FieldValueRepresentation') {
|
|
8634
8634
|
const v_error = (() => {
|
|
8635
8635
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8636
8636
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8784,7 +8784,7 @@ function deepFreeze$J(input) {
|
|
|
8784
8784
|
}
|
|
8785
8785
|
const ingest$1s = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8786
8786
|
if (process.env.NODE_ENV !== 'production') {
|
|
8787
|
-
const validateError = validate$
|
|
8787
|
+
const validateError = validate$1w(input);
|
|
8788
8788
|
if (validateError !== null) {
|
|
8789
8789
|
throw validateError;
|
|
8790
8790
|
}
|
|
@@ -8866,7 +8866,7 @@ const getTypeCacheKeys$1u = (luvio, input, _fullPathFactory) => {
|
|
|
8866
8866
|
|
|
8867
8867
|
const TTL$z = 120000;
|
|
8868
8868
|
const VERSION$1R = "79cb5ac9f44542f683d00245fdfe500d";
|
|
8869
|
-
function validate$
|
|
8869
|
+
function validate$1v(obj, path = 'RecordCollectionRepresentation') {
|
|
8870
8870
|
const v_error = (() => {
|
|
8871
8871
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8872
8872
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9148,7 +9148,7 @@ function deepFreeze$I(input) {
|
|
|
9148
9148
|
}
|
|
9149
9149
|
const ingest$1r = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9150
9150
|
if (process.env.NODE_ENV !== 'production') {
|
|
9151
|
-
const validateError = validate$
|
|
9151
|
+
const validateError = validate$1v(input);
|
|
9152
9152
|
if (validateError !== null) {
|
|
9153
9153
|
throw validateError;
|
|
9154
9154
|
}
|
|
@@ -9204,7 +9204,7 @@ const keyBuilderFromType$y = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9204
9204
|
|
|
9205
9205
|
const TTL$y = 30000;
|
|
9206
9206
|
const VERSION$1Q = "98c5b18512e48ca8d28727549507e4ba";
|
|
9207
|
-
function validate$
|
|
9207
|
+
function validate$1u(obj, path = 'RecordRepresentation') {
|
|
9208
9208
|
const v_error = (() => {
|
|
9209
9209
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9210
9210
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9334,7 +9334,7 @@ function validate$1t(obj, path = 'RecordRepresentation') {
|
|
|
9334
9334
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
9335
9335
|
let obj_recordTypeInfo_union0 = null;
|
|
9336
9336
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
9337
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
9337
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
9338
9338
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
9339
9339
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
9340
9340
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12145,7 +12145,7 @@ function normalize$J(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
12145
12145
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
12146
12146
|
return (input, path, luvio, store, timestamp) => {
|
|
12147
12147
|
if (process.env.NODE_ENV !== 'production') {
|
|
12148
|
-
const validateError = validate$
|
|
12148
|
+
const validateError = validate$1w(input);
|
|
12149
12149
|
if (validateError !== null) {
|
|
12150
12150
|
throw validateError;
|
|
12151
12151
|
}
|
|
@@ -12238,7 +12238,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12238
12238
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
12239
12239
|
return (input, path, luvio, store, timestamp) => {
|
|
12240
12240
|
if (process.env.NODE_ENV !== 'production') {
|
|
12241
|
-
const validateError = validate$
|
|
12241
|
+
const validateError = validate$1u(input);
|
|
12242
12242
|
if (validateError !== null) {
|
|
12243
12243
|
throw validateError;
|
|
12244
12244
|
}
|
|
@@ -13276,7 +13276,7 @@ function trimEdges(edges, startOffset, endOffset) {
|
|
|
13276
13276
|
}
|
|
13277
13277
|
|
|
13278
13278
|
const VERSION$1O = "7c380e05568c88f57081db3ca03df013";
|
|
13279
|
-
function validate$
|
|
13279
|
+
function validate$1t(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13280
13280
|
const v_error = (() => {
|
|
13281
13281
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13282
13282
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13315,7 +13315,7 @@ function validate$1s(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13315
13315
|
}
|
|
13316
13316
|
const obj_listReference = obj.listReference;
|
|
13317
13317
|
const path_listReference = path + '.listReference';
|
|
13318
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13318
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
13319
13319
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13320
13320
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13321
13321
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -13816,7 +13816,7 @@ function equals$U(existing, incoming) {
|
|
|
13816
13816
|
}
|
|
13817
13817
|
const ingest$1p = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13818
13818
|
if (process.env.NODE_ENV !== 'production') {
|
|
13819
|
-
const validateError = validate$
|
|
13819
|
+
const validateError = validate$1t(input);
|
|
13820
13820
|
if (validateError !== null) {
|
|
13821
13821
|
throw validateError;
|
|
13822
13822
|
}
|
|
@@ -13911,7 +13911,7 @@ function getTypeCacheKeys$1r(luvio, input, fullPathFactory) {
|
|
|
13911
13911
|
}
|
|
13912
13912
|
|
|
13913
13913
|
const VERSION$1N = "cf8d2eb042188974da26ffe6618cfd07";
|
|
13914
|
-
function validate$
|
|
13914
|
+
function validate$1s(obj, path = 'ListUiRepresentation') {
|
|
13915
13915
|
const v_error = (() => {
|
|
13916
13916
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13917
13917
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14017,7 +14017,7 @@ function equals$T(existing, incoming) {
|
|
|
14017
14017
|
}
|
|
14018
14018
|
const ingest$1o = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14019
14019
|
if (process.env.NODE_ENV !== 'production') {
|
|
14020
|
-
const validateError = validate$
|
|
14020
|
+
const validateError = validate$1s(input);
|
|
14021
14021
|
if (validateError !== null) {
|
|
14022
14022
|
throw validateError;
|
|
14023
14023
|
}
|
|
@@ -14654,7 +14654,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
14654
14654
|
}
|
|
14655
14655
|
|
|
14656
14656
|
const VERSION$1M = "c6347b2701bb8ffb0b6ca6c027011c57";
|
|
14657
|
-
function validate$
|
|
14657
|
+
function validate$1r(obj, path = 'ListViewSummaryRepresentation') {
|
|
14658
14658
|
const v_error = (() => {
|
|
14659
14659
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14660
14660
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14745,7 +14745,7 @@ function equals$S(existing, incoming) {
|
|
|
14745
14745
|
}
|
|
14746
14746
|
const ingest$1n = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14747
14747
|
if (process.env.NODE_ENV !== 'production') {
|
|
14748
|
-
const validateError = validate$
|
|
14748
|
+
const validateError = validate$1r(input);
|
|
14749
14749
|
if (validateError !== null) {
|
|
14750
14750
|
throw validateError;
|
|
14751
14751
|
}
|
|
@@ -14786,7 +14786,7 @@ function getTypeCacheKeys$1p(luvio, input, fullPathFactory) {
|
|
|
14786
14786
|
}
|
|
14787
14787
|
|
|
14788
14788
|
const VERSION$1L = "f4c79fe066da3558499d5ee88c72abcd";
|
|
14789
|
-
function validate$
|
|
14789
|
+
function validate$1q(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
14790
14790
|
const v_error = (() => {
|
|
14791
14791
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14792
14792
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15171,7 +15171,7 @@ function equals$R(existing, incoming) {
|
|
|
15171
15171
|
}
|
|
15172
15172
|
const ingest$1m = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15173
15173
|
if (process.env.NODE_ENV !== 'production') {
|
|
15174
|
-
const validateError = validate$
|
|
15174
|
+
const validateError = validate$1q(input);
|
|
15175
15175
|
if (validateError !== null) {
|
|
15176
15176
|
throw validateError;
|
|
15177
15177
|
}
|
|
@@ -16419,7 +16419,7 @@ const factory$h = (luvio) => {
|
|
|
16419
16419
|
}, { contextId: contextId$3 });
|
|
16420
16420
|
};
|
|
16421
16421
|
|
|
16422
|
-
function validate$
|
|
16422
|
+
function validate$1p(obj, path = 'ChildRelationshipRepresentation') {
|
|
16423
16423
|
const v_error = (() => {
|
|
16424
16424
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16425
16425
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16474,7 +16474,7 @@ function deepFreeze$G(input) {
|
|
|
16474
16474
|
ObjectFreeze(input);
|
|
16475
16475
|
}
|
|
16476
16476
|
|
|
16477
|
-
function validate$
|
|
16477
|
+
function validate$1o(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
16478
16478
|
const v_error = (() => {
|
|
16479
16479
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16480
16480
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16510,7 +16510,7 @@ function deepFreeze$F(input) {
|
|
|
16510
16510
|
ObjectFreeze(input);
|
|
16511
16511
|
}
|
|
16512
16512
|
|
|
16513
|
-
function validate$
|
|
16513
|
+
function validate$1n(obj, path = 'ReferenceToInfoRepresentation') {
|
|
16514
16514
|
const v_error = (() => {
|
|
16515
16515
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16516
16516
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16541,7 +16541,7 @@ function deepFreeze$E(input) {
|
|
|
16541
16541
|
ObjectFreeze(input);
|
|
16542
16542
|
}
|
|
16543
16543
|
|
|
16544
|
-
function validate$
|
|
16544
|
+
function validate$1m(obj, path = 'FieldRepresentation') {
|
|
16545
16545
|
const v_error = (() => {
|
|
16546
16546
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16547
16547
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16701,7 +16701,7 @@ function validate$1l(obj, path = 'FieldRepresentation') {
|
|
|
16701
16701
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
16702
16702
|
let obj_filteredLookupInfo_union0 = null;
|
|
16703
16703
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
16704
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
16704
|
+
const referencepath_filteredLookupInfoValidationError = validate$1o(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
16705
16705
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
16706
16706
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
16707
16707
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16826,7 +16826,7 @@ function validate$1l(obj, path = 'FieldRepresentation') {
|
|
|
16826
16826
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
16827
16827
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
16828
16828
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
16829
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
16829
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1n(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
16830
16830
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
16831
16831
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
16832
16832
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16908,7 +16908,7 @@ function deepFreeze$D(input) {
|
|
|
16908
16908
|
ObjectFreeze(input);
|
|
16909
16909
|
}
|
|
16910
16910
|
|
|
16911
|
-
function validate$
|
|
16911
|
+
function validate$1l(obj, path = 'ThemeInfoRepresentation') {
|
|
16912
16912
|
const v_error = (() => {
|
|
16913
16913
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16914
16914
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16953,7 +16953,7 @@ function deepFreeze$C(input) {
|
|
|
16953
16953
|
|
|
16954
16954
|
const TTL$x = 900000;
|
|
16955
16955
|
const VERSION$1K = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
16956
|
-
function validate$
|
|
16956
|
+
function validate$1k(obj, path = 'ObjectInfoRepresentation') {
|
|
16957
16957
|
const v_error = (() => {
|
|
16958
16958
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16959
16959
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17023,7 +17023,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17023
17023
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
17024
17024
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
17025
17025
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
17026
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
17026
|
+
const referencepath_childRelationships_itemValidationError = validate$1p(obj_childRelationships_item, path_childRelationships_item);
|
|
17027
17027
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
17028
17028
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
17029
17029
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17105,7 +17105,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17105
17105
|
const key = obj_fields_keys[i];
|
|
17106
17106
|
const obj_fields_prop = obj_fields[key];
|
|
17107
17107
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
17108
|
-
const referencepath_fields_propValidationError = validate$
|
|
17108
|
+
const referencepath_fields_propValidationError = validate$1m(obj_fields_prop, path_fields_prop);
|
|
17109
17109
|
if (referencepath_fields_propValidationError !== null) {
|
|
17110
17110
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
17111
17111
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17185,7 +17185,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17185
17185
|
const key = obj_recordTypeInfos_keys[i];
|
|
17186
17186
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
17187
17187
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
17188
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
17188
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1x(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
17189
17189
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
17190
17190
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
17191
17191
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17201,7 +17201,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17201
17201
|
const path_themeInfo = path + '.themeInfo';
|
|
17202
17202
|
let obj_themeInfo_union0 = null;
|
|
17203
17203
|
const obj_themeInfo_union0_error = (() => {
|
|
17204
|
-
const referencepath_themeInfoValidationError = validate$
|
|
17204
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
17205
17205
|
if (referencepath_themeInfoValidationError !== null) {
|
|
17206
17206
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
17207
17207
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17402,7 +17402,7 @@ function deepFreeze$B(input) {
|
|
|
17402
17402
|
}
|
|
17403
17403
|
const ingest$1l = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17404
17404
|
if (process.env.NODE_ENV !== 'production') {
|
|
17405
|
-
const validateError = validate$
|
|
17405
|
+
const validateError = validate$1k(input);
|
|
17406
17406
|
if (validateError !== null) {
|
|
17407
17407
|
throw validateError;
|
|
17408
17408
|
}
|
|
@@ -17613,7 +17613,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
17613
17613
|
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
|
|
17614
17614
|
};
|
|
17615
17615
|
|
|
17616
|
-
function validate$
|
|
17616
|
+
function validate$1j(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
17617
17617
|
const v_error = (() => {
|
|
17618
17618
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17619
17619
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17664,7 +17664,7 @@ var DiscriminatorValues$4;
|
|
|
17664
17664
|
DiscriminatorValues["Field"] = "Field";
|
|
17665
17665
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
17666
17666
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
17667
|
-
function validate$
|
|
17667
|
+
function validate$1i(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
17668
17668
|
const v_error = (() => {
|
|
17669
17669
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17670
17670
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17707,7 +17707,7 @@ function deepFreeze$z(input) {
|
|
|
17707
17707
|
ObjectFreeze(input);
|
|
17708
17708
|
}
|
|
17709
17709
|
|
|
17710
|
-
function validate$
|
|
17710
|
+
function validate$1h(obj, path = 'RecordLayoutItemRepresentation') {
|
|
17711
17711
|
const v_error = (() => {
|
|
17712
17712
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17713
17713
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17735,7 +17735,7 @@ function validate$1g(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
17735
17735
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
17736
17736
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
17737
17737
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
17738
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
17738
|
+
const referencepath_layoutComponents_itemValidationError = validate$1i(obj_layoutComponents_item, path_layoutComponents_item);
|
|
17739
17739
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
17740
17740
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
17741
17741
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17791,7 +17791,7 @@ function deepFreeze$y(input) {
|
|
|
17791
17791
|
ObjectFreeze(input);
|
|
17792
17792
|
}
|
|
17793
17793
|
|
|
17794
|
-
function validate$
|
|
17794
|
+
function validate$1g(obj, path = 'RecordLayoutRowRepresentation') {
|
|
17795
17795
|
const v_error = (() => {
|
|
17796
17796
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17797
17797
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17804,7 +17804,7 @@ function validate$1f(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
17804
17804
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
17805
17805
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
17806
17806
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
17807
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
17807
|
+
const referencepath_layoutItems_itemValidationError = validate$1h(obj_layoutItems_item, path_layoutItems_item);
|
|
17808
17808
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
17809
17809
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
17810
17810
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17824,7 +17824,7 @@ function deepFreeze$x(input) {
|
|
|
17824
17824
|
ObjectFreeze(input);
|
|
17825
17825
|
}
|
|
17826
17826
|
|
|
17827
|
-
function validate$
|
|
17827
|
+
function validate$1f(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
17828
17828
|
const v_error = (() => {
|
|
17829
17829
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17830
17830
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17899,7 +17899,7 @@ function validate$1e(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
17899
17899
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
17900
17900
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
17901
17901
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
17902
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
17902
|
+
const referencepath_layoutRows_itemValidationError = validate$1g(obj_layoutRows_item, path_layoutRows_item);
|
|
17903
17903
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
17904
17904
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
17905
17905
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17931,7 +17931,7 @@ function deepFreeze$w(input) {
|
|
|
17931
17931
|
|
|
17932
17932
|
const TTL$w = 900000;
|
|
17933
17933
|
const VERSION$1J = "9098f497e606c4ed6953b8ce203e8fb5";
|
|
17934
|
-
function validate$
|
|
17934
|
+
function validate$1e(obj, path = 'RecordLayoutRepresentation') {
|
|
17935
17935
|
const v_error = (() => {
|
|
17936
17936
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17937
17937
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17995,7 +17995,7 @@ function validate$1d(obj, path = 'RecordLayoutRepresentation') {
|
|
|
17995
17995
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
17996
17996
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
17997
17997
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
17998
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
17998
|
+
const referencepath_saveOptions_itemValidationError = validate$1j(obj_saveOptions_item, path_saveOptions_item);
|
|
17999
17999
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
18000
18000
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
18001
18001
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18010,7 +18010,7 @@ function validate$1d(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18010
18010
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
18011
18011
|
const obj_sections_item = obj_sections[i];
|
|
18012
18012
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
18013
|
-
const referencepath_sections_itemValidationError = validate$
|
|
18013
|
+
const referencepath_sections_itemValidationError = validate$1f(obj_sections_item, path_sections_item);
|
|
18014
18014
|
if (referencepath_sections_itemValidationError !== null) {
|
|
18015
18015
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
18016
18016
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18100,7 +18100,7 @@ function deepFreeze$v(input) {
|
|
|
18100
18100
|
}
|
|
18101
18101
|
const ingest$1k = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18102
18102
|
if (process.env.NODE_ENV !== 'production') {
|
|
18103
|
-
const validateError = validate$
|
|
18103
|
+
const validateError = validate$1e(input);
|
|
18104
18104
|
if (validateError !== null) {
|
|
18105
18105
|
throw validateError;
|
|
18106
18106
|
}
|
|
@@ -18141,7 +18141,7 @@ function getTypeCacheKeys$1m(luvio, input, fullPathFactory) {
|
|
|
18141
18141
|
return rootKeySet;
|
|
18142
18142
|
}
|
|
18143
18143
|
|
|
18144
|
-
function validate$
|
|
18144
|
+
function validate$1d(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
18145
18145
|
const v_error = (() => {
|
|
18146
18146
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18147
18147
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18165,7 +18165,7 @@ function deepFreeze$u(input) {
|
|
|
18165
18165
|
|
|
18166
18166
|
const TTL$v = 900000;
|
|
18167
18167
|
const VERSION$1I = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
18168
|
-
function validate$
|
|
18168
|
+
function validate$1c(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
18169
18169
|
const v_error = (() => {
|
|
18170
18170
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18171
18171
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18205,7 +18205,7 @@ function validate$1b(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
18205
18205
|
const key = obj_sectionUserStates_keys[i];
|
|
18206
18206
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
18207
18207
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
18208
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
18208
|
+
const referencepath_sectionUserStates_propValidationError = validate$1d(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
18209
18209
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
18210
18210
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
18211
18211
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18274,7 +18274,7 @@ function deepFreeze$t(input) {
|
|
|
18274
18274
|
}
|
|
18275
18275
|
const ingest$1j = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18276
18276
|
if (process.env.NODE_ENV !== 'production') {
|
|
18277
|
-
const validateError = validate$
|
|
18277
|
+
const validateError = validate$1c(input);
|
|
18278
18278
|
if (validateError !== null) {
|
|
18279
18279
|
throw validateError;
|
|
18280
18280
|
}
|
|
@@ -18317,7 +18317,7 @@ function getTypeCacheKeys$1l(luvio, input, fullPathFactory) {
|
|
|
18317
18317
|
|
|
18318
18318
|
const TTL$u = 900000;
|
|
18319
18319
|
const VERSION$1H = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
18320
|
-
function validate$
|
|
18320
|
+
function validate$1b(obj, path = 'RecordUiRepresentation') {
|
|
18321
18321
|
const v_error = (() => {
|
|
18322
18322
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18323
18323
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18579,7 +18579,7 @@ function equals$N(existing, incoming) {
|
|
|
18579
18579
|
}
|
|
18580
18580
|
const ingest$1i = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18581
18581
|
if (process.env.NODE_ENV !== 'production') {
|
|
18582
|
-
const validateError = validate$
|
|
18582
|
+
const validateError = validate$1b(input);
|
|
18583
18583
|
if (validateError !== null) {
|
|
18584
18584
|
throw validateError;
|
|
18585
18585
|
}
|
|
@@ -19750,7 +19750,7 @@ const factory$f = (luvio) => function getRecord(untrustedConfig, requestContext)
|
|
|
19750
19750
|
};
|
|
19751
19751
|
|
|
19752
19752
|
const VERSION$1G = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
19753
|
-
function validate$
|
|
19753
|
+
function validate$1a(obj, path = 'QuickActionExecutionRepresentation') {
|
|
19754
19754
|
const v_error = (() => {
|
|
19755
19755
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19756
19756
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19923,7 +19923,7 @@ function equals$M(existing, incoming) {
|
|
|
19923
19923
|
}
|
|
19924
19924
|
const ingest$1h = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19925
19925
|
if (process.env.NODE_ENV !== 'production') {
|
|
19926
|
-
const validateError = validate$
|
|
19926
|
+
const validateError = validate$1a(input);
|
|
19927
19927
|
if (validateError !== null) {
|
|
19928
19928
|
throw validateError;
|
|
19929
19929
|
}
|
|
@@ -19964,7 +19964,7 @@ function getTypeCacheKeys$1k(luvio, input, fullPathFactory) {
|
|
|
19964
19964
|
}
|
|
19965
19965
|
|
|
19966
19966
|
const VERSION$1F = "3f49d751896cf66e6e29788d8880e2cc";
|
|
19967
|
-
function validate$
|
|
19967
|
+
function validate$19(obj, path = 'PlatformActionRepresentation') {
|
|
19968
19968
|
const v_error = (() => {
|
|
19969
19969
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19970
19970
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20496,7 +20496,7 @@ function equals$L(existing, incoming) {
|
|
|
20496
20496
|
}
|
|
20497
20497
|
const ingest$1g = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20498
20498
|
if (process.env.NODE_ENV !== 'production') {
|
|
20499
|
-
const validateError = validate$
|
|
20499
|
+
const validateError = validate$19(input);
|
|
20500
20500
|
if (validateError !== null) {
|
|
20501
20501
|
throw validateError;
|
|
20502
20502
|
}
|
|
@@ -20537,7 +20537,7 @@ function getTypeCacheKeys$1j(luvio, input, fullPathFactory) {
|
|
|
20537
20537
|
}
|
|
20538
20538
|
|
|
20539
20539
|
const VERSION$1E = "378d506f563a4bd724b322d440df33d1";
|
|
20540
|
-
function validate$
|
|
20540
|
+
function validate$18(obj, path = 'EntityActionRepresentation') {
|
|
20541
20541
|
const v_error = (() => {
|
|
20542
20542
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20543
20543
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20651,7 +20651,7 @@ function equals$K(existing, incoming) {
|
|
|
20651
20651
|
}
|
|
20652
20652
|
const ingest$1f = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20653
20653
|
if (process.env.NODE_ENV !== 'production') {
|
|
20654
|
-
const validateError = validate$
|
|
20654
|
+
const validateError = validate$18(input);
|
|
20655
20655
|
if (validateError !== null) {
|
|
20656
20656
|
throw validateError;
|
|
20657
20657
|
}
|
|
@@ -20697,7 +20697,7 @@ function getTypeCacheKeys$1i(luvio, input, fullPathFactory) {
|
|
|
20697
20697
|
|
|
20698
20698
|
const TTL$t = 300000;
|
|
20699
20699
|
const VERSION$1D = "e485d96c1402a9ca2f56e56485af0216";
|
|
20700
|
-
function validate$
|
|
20700
|
+
function validate$17(obj, path = 'ActionRepresentation') {
|
|
20701
20701
|
const v_error = (() => {
|
|
20702
20702
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20703
20703
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20795,7 +20795,7 @@ function equals$J(existing, incoming) {
|
|
|
20795
20795
|
}
|
|
20796
20796
|
const ingest$1e = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20797
20797
|
if (process.env.NODE_ENV !== 'production') {
|
|
20798
|
-
const validateError = validate$
|
|
20798
|
+
const validateError = validate$17(input);
|
|
20799
20799
|
if (validateError !== null) {
|
|
20800
20800
|
throw validateError;
|
|
20801
20801
|
}
|
|
@@ -21544,7 +21544,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
21544
21544
|
};
|
|
21545
21545
|
|
|
21546
21546
|
const VERSION$1C = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
21547
|
-
function validate$
|
|
21547
|
+
function validate$16(obj, path = 'ActionOverrideRepresentation') {
|
|
21548
21548
|
const v_error = (() => {
|
|
21549
21549
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21550
21550
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21582,7 +21582,7 @@ function deepFreeze$s(input) {
|
|
|
21582
21582
|
}
|
|
21583
21583
|
const ingest$1d = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21584
21584
|
if (process.env.NODE_ENV !== 'production') {
|
|
21585
|
-
const validateError = validate$
|
|
21585
|
+
const validateError = validate$16(input);
|
|
21586
21586
|
if (validateError !== null) {
|
|
21587
21587
|
throw validateError;
|
|
21588
21588
|
}
|
|
@@ -21798,7 +21798,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
21798
21798
|
|
|
21799
21799
|
const TTL$s = 900000;
|
|
21800
21800
|
const VERSION$1B = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
21801
|
-
function validate$
|
|
21801
|
+
function validate$15(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
21802
21802
|
const v_error = (() => {
|
|
21803
21803
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21804
21804
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21965,7 +21965,7 @@ function merge$1(existing, incoming) {
|
|
|
21965
21965
|
const dynamicIngest$4 = (ingestParams) => {
|
|
21966
21966
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21967
21967
|
if (process.env.NODE_ENV !== 'production') {
|
|
21968
|
-
const validateError = validate$
|
|
21968
|
+
const validateError = validate$15(input);
|
|
21969
21969
|
if (validateError !== null) {
|
|
21970
21970
|
throw validateError;
|
|
21971
21971
|
}
|
|
@@ -22697,7 +22697,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
22697
22697
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
|
|
22698
22698
|
};
|
|
22699
22699
|
|
|
22700
|
-
function validate$
|
|
22700
|
+
function validate$14(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
22701
22701
|
const v_error = (() => {
|
|
22702
22702
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22703
22703
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23108,7 +23108,7 @@ function typeCheckConfig$M(untrustedConfig) {
|
|
|
23108
23108
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
23109
23109
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
23110
23110
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
23111
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
23111
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$14(untrustedConfig_relatedListsActionParameters_item);
|
|
23112
23112
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
23113
23113
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
23114
23114
|
}
|
|
@@ -23637,7 +23637,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
23637
23637
|
};
|
|
23638
23638
|
|
|
23639
23639
|
const VERSION$1A = "a316b3bba367f54adc67d7552ed7d36d";
|
|
23640
|
-
function validate$
|
|
23640
|
+
function validate$13(obj, path = 'PageReferenceRepresentation') {
|
|
23641
23641
|
const v_error = (() => {
|
|
23642
23642
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23643
23643
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23719,7 +23719,7 @@ function deepFreeze$r(input) {
|
|
|
23719
23719
|
}
|
|
23720
23720
|
const ingest$1c = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23721
23721
|
if (process.env.NODE_ENV !== 'production') {
|
|
23722
|
-
const validateError = validate$
|
|
23722
|
+
const validateError = validate$13(input);
|
|
23723
23723
|
if (validateError !== null) {
|
|
23724
23724
|
throw validateError;
|
|
23725
23725
|
}
|
|
@@ -23762,7 +23762,7 @@ function getTypeCacheKeys$1e(luvio, input, fullPathFactory) {
|
|
|
23762
23762
|
|
|
23763
23763
|
const TTL$r = 120000;
|
|
23764
23764
|
const VERSION$1z = "09884ca5bf90ea4662092a4e48817081";
|
|
23765
|
-
function validate$
|
|
23765
|
+
function validate$12(obj, path = 'NavItemRepresentation') {
|
|
23766
23766
|
const v_error = (() => {
|
|
23767
23767
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23768
23768
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24154,7 +24154,7 @@ function equals$F(existing, incoming) {
|
|
|
24154
24154
|
}
|
|
24155
24155
|
const ingest$1b = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24156
24156
|
if (process.env.NODE_ENV !== 'production') {
|
|
24157
|
-
const validateError = validate$
|
|
24157
|
+
const validateError = validate$12(input);
|
|
24158
24158
|
if (validateError !== null) {
|
|
24159
24159
|
throw validateError;
|
|
24160
24160
|
}
|
|
@@ -24200,7 +24200,7 @@ function getTypeCacheKeys$1d(luvio, input, fullPathFactory) {
|
|
|
24200
24200
|
|
|
24201
24201
|
const TTL$q = 300000;
|
|
24202
24202
|
const VERSION$1y = "f0c7134ce18a20d9eb4ae8e4e8ebb0fe";
|
|
24203
|
-
function validate$
|
|
24203
|
+
function validate$11(obj, path = 'AppRepresentation') {
|
|
24204
24204
|
const v_error = (() => {
|
|
24205
24205
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24206
24206
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24600,7 +24600,7 @@ function equals$E(existing, incoming) {
|
|
|
24600
24600
|
}
|
|
24601
24601
|
const ingest$1a = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24602
24602
|
if (process.env.NODE_ENV !== 'production') {
|
|
24603
|
-
const validateError = validate$
|
|
24603
|
+
const validateError = validate$11(input);
|
|
24604
24604
|
if (validateError !== null) {
|
|
24605
24605
|
throw validateError;
|
|
24606
24606
|
}
|
|
@@ -24650,7 +24650,7 @@ function getTypeCacheKeys$1c(luvio, input, fullPathFactory) {
|
|
|
24650
24650
|
|
|
24651
24651
|
const TTL$p = 300000;
|
|
24652
24652
|
const VERSION$1x = "a254babf0b6414315db7808a157fd9fc";
|
|
24653
|
-
function validate
|
|
24653
|
+
function validate$10(obj, path = 'AppsRepresentation') {
|
|
24654
24654
|
const v_error = (() => {
|
|
24655
24655
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24656
24656
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24732,7 +24732,7 @@ function equals$D(existing, incoming) {
|
|
|
24732
24732
|
}
|
|
24733
24733
|
const ingest$19 = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24734
24734
|
if (process.env.NODE_ENV !== 'production') {
|
|
24735
|
-
const validateError = validate
|
|
24735
|
+
const validateError = validate$10(input);
|
|
24736
24736
|
if (validateError !== null) {
|
|
24737
24737
|
throw validateError;
|
|
24738
24738
|
}
|
|
@@ -25142,7 +25142,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
25142
25142
|
};
|
|
25143
25143
|
|
|
25144
25144
|
const VERSION$1w = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
25145
|
-
function validate
|
|
25145
|
+
function validate$$(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
25146
25146
|
const v_error = (() => {
|
|
25147
25147
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25148
25148
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25204,7 +25204,7 @@ const select$1N = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
25204
25204
|
};
|
|
25205
25205
|
|
|
25206
25206
|
const VERSION$1v = "320d7f254687278f2763d4b490dab3fb";
|
|
25207
|
-
function validate$
|
|
25207
|
+
function validate$_(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
25208
25208
|
const v_error = (() => {
|
|
25209
25209
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25210
25210
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25227,7 +25227,7 @@ function validate$Z(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
25227
25227
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
25228
25228
|
const obj_filterItems_item = obj_filterItems[i];
|
|
25229
25229
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
25230
|
-
const referencepath_filterItems_itemValidationError = validate
|
|
25230
|
+
const referencepath_filterItems_itemValidationError = validate$$(obj_filterItems_item, path_filterItems_item);
|
|
25231
25231
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
25232
25232
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
25233
25233
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25270,7 +25270,7 @@ const select$1M = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
25270
25270
|
};
|
|
25271
25271
|
|
|
25272
25272
|
const VERSION$1u = "b47b44e260e5ce777beaf3da9088997c";
|
|
25273
|
-
function validate$
|
|
25273
|
+
function validate$Z(obj, path = 'MatchRuleRepresentation') {
|
|
25274
25274
|
const v_error = (() => {
|
|
25275
25275
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25276
25276
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25340,7 +25340,7 @@ const select$1L = function MatchRuleRepresentationSelect() {
|
|
|
25340
25340
|
};
|
|
25341
25341
|
|
|
25342
25342
|
const VERSION$1t = "bb83d7210bb1d7861b6188bc5f552617";
|
|
25343
|
-
function validate$
|
|
25343
|
+
function validate$Y(obj, path = 'DuplicateRuleRepresentation') {
|
|
25344
25344
|
const v_error = (() => {
|
|
25345
25345
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25346
25346
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25368,7 +25368,7 @@ function validate$X(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25368
25368
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
25369
25369
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
25370
25370
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
25371
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
25371
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$_(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
25372
25372
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
25373
25373
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
25374
25374
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25388,7 +25388,7 @@ function validate$X(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25388
25388
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
25389
25389
|
const obj_matchRules_item = obj_matchRules[i];
|
|
25390
25390
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
25391
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
25391
|
+
const referencepath_matchRules_itemValidationError = validate$Z(obj_matchRules_item, path_matchRules_item);
|
|
25392
25392
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
25393
25393
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
25394
25394
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25481,7 +25481,7 @@ const select$1K = function DuplicateRuleRepresentationSelect() {
|
|
|
25481
25481
|
|
|
25482
25482
|
const TTL$o = 900000;
|
|
25483
25483
|
const VERSION$1s = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25484
|
-
function validate$
|
|
25484
|
+
function validate$X(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25485
25485
|
const v_error = (() => {
|
|
25486
25486
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25487
25487
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25516,7 +25516,7 @@ function validate$W(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
25516
25516
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
25517
25517
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
25518
25518
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
25519
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
25519
|
+
const referencepath_duplicateRules_itemValidationError = validate$Y(obj_duplicateRules_item, path_duplicateRules_item);
|
|
25520
25520
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
25521
25521
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
25522
25522
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25583,7 +25583,7 @@ function equals$C(existing, incoming) {
|
|
|
25583
25583
|
}
|
|
25584
25584
|
const ingest$18 = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25585
25585
|
if (process.env.NODE_ENV !== 'production') {
|
|
25586
|
-
const validateError = validate$
|
|
25586
|
+
const validateError = validate$X(input);
|
|
25587
25587
|
if (validateError !== null) {
|
|
25588
25588
|
throw validateError;
|
|
25589
25589
|
}
|
|
@@ -26856,7 +26856,7 @@ const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoBy
|
|
|
26856
26856
|
|
|
26857
26857
|
const TTL$n = 120000;
|
|
26858
26858
|
const VERSION$1q = "756779d0d7e137dd72c743544afbad82";
|
|
26859
|
-
function validate$
|
|
26859
|
+
function validate$W(obj, path = 'NavItemsRepresentation') {
|
|
26860
26860
|
const v_error = (() => {
|
|
26861
26861
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26862
26862
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26984,7 +26984,7 @@ function equals$B(existing, incoming) {
|
|
|
26984
26984
|
}
|
|
26985
26985
|
const ingest$17 = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26986
26986
|
if (process.env.NODE_ENV !== 'production') {
|
|
26987
|
-
const validateError = validate$
|
|
26987
|
+
const validateError = validate$W(input);
|
|
26988
26988
|
if (validateError !== null) {
|
|
26989
26989
|
throw validateError;
|
|
26990
26990
|
}
|
|
@@ -27688,7 +27688,7 @@ var DiscriminatorValues$3;
|
|
|
27688
27688
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
27689
27689
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
27690
27690
|
const VERSION$1m = "bd523b2343366edfc25a2dbee2c4e986";
|
|
27691
|
-
function validate$
|
|
27691
|
+
function validate$V(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
27692
27692
|
const v_error = (() => {
|
|
27693
27693
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27694
27694
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27731,7 +27731,7 @@ const select$1z = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
27731
27731
|
};
|
|
27732
27732
|
|
|
27733
27733
|
const VERSION$1l = "9e2a16a80378487f557124c771201cf9";
|
|
27734
|
-
function validate$
|
|
27734
|
+
function validate$U(obj, path = 'PicklistValueRepresentation') {
|
|
27735
27735
|
const v_error = (() => {
|
|
27736
27736
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27737
27737
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27740,7 +27740,7 @@ function validate$T(obj, path = 'PicklistValueRepresentation') {
|
|
|
27740
27740
|
const path_attributes = path + '.attributes';
|
|
27741
27741
|
let obj_attributes_union0 = null;
|
|
27742
27742
|
const obj_attributes_union0_error = (() => {
|
|
27743
|
-
const referencepath_attributesValidationError = validate$
|
|
27743
|
+
const referencepath_attributesValidationError = validate$V(obj_attributes, path_attributes);
|
|
27744
27744
|
if (referencepath_attributesValidationError !== null) {
|
|
27745
27745
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
27746
27746
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27824,7 +27824,7 @@ const select$1y = function PicklistValueRepresentationSelect() {
|
|
|
27824
27824
|
|
|
27825
27825
|
const TTL$m = 300000;
|
|
27826
27826
|
const VERSION$1k = "0a361a49370acb4c6a31721a2057649a";
|
|
27827
|
-
function validate$
|
|
27827
|
+
function validate$T(obj, path = 'PicklistValuesRepresentation') {
|
|
27828
27828
|
const v_error = (() => {
|
|
27829
27829
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27830
27830
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27847,7 +27847,7 @@ function validate$S(obj, path = 'PicklistValuesRepresentation') {
|
|
|
27847
27847
|
const path_defaultValue = path + '.defaultValue';
|
|
27848
27848
|
let obj_defaultValue_union0 = null;
|
|
27849
27849
|
const obj_defaultValue_union0_error = (() => {
|
|
27850
|
-
const referencepath_defaultValueValidationError = validate$
|
|
27850
|
+
const referencepath_defaultValueValidationError = validate$U(obj_defaultValue, path_defaultValue);
|
|
27851
27851
|
if (referencepath_defaultValueValidationError !== null) {
|
|
27852
27852
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
27853
27853
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27890,7 +27890,7 @@ function validate$S(obj, path = 'PicklistValuesRepresentation') {
|
|
|
27890
27890
|
for (let i = 0; i < obj_values.length; i++) {
|
|
27891
27891
|
const obj_values_item = obj_values[i];
|
|
27892
27892
|
const path_values_item = path_values + '[' + i + ']';
|
|
27893
|
-
const referencepath_values_itemValidationError = validate$
|
|
27893
|
+
const referencepath_values_itemValidationError = validate$U(obj_values_item, path_values_item);
|
|
27894
27894
|
if (referencepath_values_itemValidationError !== null) {
|
|
27895
27895
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
27896
27896
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27954,7 +27954,7 @@ function equals$A(existing, incoming) {
|
|
|
27954
27954
|
}
|
|
27955
27955
|
const ingest$16 = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27956
27956
|
if (process.env.NODE_ENV !== 'production') {
|
|
27957
|
-
const validateError = validate$
|
|
27957
|
+
const validateError = validate$T(input);
|
|
27958
27958
|
if (validateError !== null) {
|
|
27959
27959
|
throw validateError;
|
|
27960
27960
|
}
|
|
@@ -27996,7 +27996,7 @@ function getTypeCacheKeys$18(luvio, input, fullPathFactory) {
|
|
|
27996
27996
|
|
|
27997
27997
|
const TTL$l = 300000;
|
|
27998
27998
|
const VERSION$1j = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
27999
|
-
function validate$
|
|
27999
|
+
function validate$S(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
28000
28000
|
const v_error = (() => {
|
|
28001
28001
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28002
28002
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28083,7 +28083,7 @@ function equals$z(existing, incoming) {
|
|
|
28083
28083
|
}
|
|
28084
28084
|
const ingest$15 = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28085
28085
|
if (process.env.NODE_ENV !== 'production') {
|
|
28086
|
-
const validateError = validate$
|
|
28086
|
+
const validateError = validate$S(input);
|
|
28087
28087
|
if (validateError !== null) {
|
|
28088
28088
|
throw validateError;
|
|
28089
28089
|
}
|
|
@@ -28496,7 +28496,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
28496
28496
|
buildCachedSnapshotCachePolicy$m, buildNetworkSnapshotCachePolicy$n);
|
|
28497
28497
|
};
|
|
28498
28498
|
|
|
28499
|
-
function validate$
|
|
28499
|
+
function validate$R(obj, path = 'MatchResultInfoRepresentation') {
|
|
28500
28500
|
const v_error = (() => {
|
|
28501
28501
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28502
28502
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28527,7 +28527,7 @@ function deepFreeze$q(input) {
|
|
|
28527
28527
|
ObjectFreeze(input);
|
|
28528
28528
|
}
|
|
28529
28529
|
|
|
28530
|
-
function validate$
|
|
28530
|
+
function validate$Q(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
28531
28531
|
const v_error = (() => {
|
|
28532
28532
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28533
28533
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28539,7 +28539,7 @@ function validate$P(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
28539
28539
|
}
|
|
28540
28540
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
28541
28541
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
28542
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
28542
|
+
const referencepath_matchResultInfoValidationError = validate$R(obj_matchResultInfo, path_matchResultInfo);
|
|
28543
28543
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
28544
28544
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
28545
28545
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28559,7 +28559,7 @@ function deepFreeze$p(input) {
|
|
|
28559
28559
|
ObjectFreeze(input);
|
|
28560
28560
|
}
|
|
28561
28561
|
|
|
28562
|
-
function validate$
|
|
28562
|
+
function validate$P(obj, path = 'MatchRepresentation') {
|
|
28563
28563
|
const v_error = (() => {
|
|
28564
28564
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28565
28565
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28574,7 +28574,7 @@ function validate$O(obj, path = 'MatchRepresentation') {
|
|
|
28574
28574
|
const key = obj_duplicateResultInfos_keys[i];
|
|
28575
28575
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
28576
28576
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
28577
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
28577
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$Q(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
28578
28578
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
28579
28579
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
28580
28580
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28618,7 +28618,7 @@ function deepFreeze$o(input) {
|
|
|
28618
28618
|
|
|
28619
28619
|
const TTL$k = 30000;
|
|
28620
28620
|
const VERSION$1i = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
28621
|
-
function validate$
|
|
28621
|
+
function validate$O(obj, path = 'DuplicatesRepresentation') {
|
|
28622
28622
|
const v_error = (() => {
|
|
28623
28623
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28624
28624
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28653,7 +28653,7 @@ function validate$N(obj, path = 'DuplicatesRepresentation') {
|
|
|
28653
28653
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
28654
28654
|
const obj_matches_item = obj_matches[i];
|
|
28655
28655
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
28656
|
-
const referencepath_matches_itemValidationError = validate$
|
|
28656
|
+
const referencepath_matches_itemValidationError = validate$P(obj_matches_item, path_matches_item);
|
|
28657
28657
|
if (referencepath_matches_itemValidationError !== null) {
|
|
28658
28658
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
28659
28659
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28694,7 +28694,7 @@ function deepFreeze$n(input) {
|
|
|
28694
28694
|
}
|
|
28695
28695
|
const ingest$14 = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28696
28696
|
if (process.env.NODE_ENV !== 'production') {
|
|
28697
|
-
const validateError = validate$
|
|
28697
|
+
const validateError = validate$O(input);
|
|
28698
28698
|
if (validateError !== null) {
|
|
28699
28699
|
throw validateError;
|
|
28700
28700
|
}
|
|
@@ -28937,7 +28937,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
28937
28937
|
};
|
|
28938
28938
|
|
|
28939
28939
|
const VERSION$1h = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
28940
|
-
function validate$
|
|
28940
|
+
function validate$N(obj, path = 'PhotoMetadataRepresentation') {
|
|
28941
28941
|
const v_error = (() => {
|
|
28942
28942
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28943
28943
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29029,8 +29029,8 @@ function equals$x(existing, incoming) {
|
|
|
29029
29029
|
}
|
|
29030
29030
|
|
|
29031
29031
|
const VERSION$1g = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
29032
|
-
function validate$
|
|
29033
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
29032
|
+
function validate$M(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
29033
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
29034
29034
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
29035
29035
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
29036
29036
|
}
|
|
@@ -29097,7 +29097,7 @@ function validate$L(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
29097
29097
|
}
|
|
29098
29098
|
const obj_photoMetadata = obj.photoMetadata;
|
|
29099
29099
|
const path_photoMetadata = path + '.photoMetadata';
|
|
29100
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
29100
|
+
const referencepath_photoMetadataValidationError = validate$N(obj_photoMetadata, path_photoMetadata);
|
|
29101
29101
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
29102
29102
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
29103
29103
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29252,7 +29252,7 @@ function equals$w(existing, incoming) {
|
|
|
29252
29252
|
}
|
|
29253
29253
|
const ingest$13 = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29254
29254
|
if (process.env.NODE_ENV !== 'production') {
|
|
29255
|
-
const validateError = validate$
|
|
29255
|
+
const validateError = validate$M(input);
|
|
29256
29256
|
if (validateError !== null) {
|
|
29257
29257
|
throw validateError;
|
|
29258
29258
|
}
|
|
@@ -29293,8 +29293,8 @@ function getTypeCacheKeys$15(luvio, input, fullPathFactory) {
|
|
|
29293
29293
|
}
|
|
29294
29294
|
|
|
29295
29295
|
const VERSION$1f = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
29296
|
-
function validate$
|
|
29297
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
29296
|
+
function validate$L(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
29297
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
29298
29298
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
29299
29299
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
29300
29300
|
}
|
|
@@ -29413,7 +29413,7 @@ function equals$v(existing, incoming) {
|
|
|
29413
29413
|
}
|
|
29414
29414
|
const ingest$12 = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29415
29415
|
if (process.env.NODE_ENV !== 'production') {
|
|
29416
|
-
const validateError = validate$
|
|
29416
|
+
const validateError = validate$L(input);
|
|
29417
29417
|
if (validateError !== null) {
|
|
29418
29418
|
throw validateError;
|
|
29419
29419
|
}
|
|
@@ -29459,7 +29459,7 @@ var DiscriminatorValues$2;
|
|
|
29459
29459
|
DiscriminatorValues["Theme"] = "Theme";
|
|
29460
29460
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
29461
29461
|
const VERSION$1e = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
29462
|
-
function validate$
|
|
29462
|
+
function validate$K(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
29463
29463
|
const v_error = (() => {
|
|
29464
29464
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29465
29465
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29552,8 +29552,8 @@ function getTypeCacheKeys$13(luvio, input, fullPathFactory) {
|
|
|
29552
29552
|
}
|
|
29553
29553
|
|
|
29554
29554
|
const VERSION$1d = "f531b44760afecfce89990fe5a5c5c29";
|
|
29555
|
-
function validate$
|
|
29556
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
29555
|
+
function validate$J(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
29556
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
29557
29557
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
29558
29558
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
29559
29559
|
}
|
|
@@ -29614,7 +29614,7 @@ function equals$t(existing, incoming) {
|
|
|
29614
29614
|
}
|
|
29615
29615
|
const ingest$11 = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29616
29616
|
if (process.env.NODE_ENV !== 'production') {
|
|
29617
|
-
const validateError = validate$
|
|
29617
|
+
const validateError = validate$J(input);
|
|
29618
29618
|
if (validateError !== null) {
|
|
29619
29619
|
throw validateError;
|
|
29620
29620
|
}
|
|
@@ -29655,7 +29655,7 @@ function getTypeCacheKeys$12(luvio, input, fullPathFactory) {
|
|
|
29655
29655
|
}
|
|
29656
29656
|
|
|
29657
29657
|
const VERSION$1c = "17c20b01167dba9a81452e60bb28b2f2";
|
|
29658
|
-
function validate$
|
|
29658
|
+
function validate$I(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
29659
29659
|
const v_error = (() => {
|
|
29660
29660
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29661
29661
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29705,8 +29705,8 @@ function equals$s(existing, incoming) {
|
|
|
29705
29705
|
}
|
|
29706
29706
|
|
|
29707
29707
|
const VERSION$1b = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
29708
|
-
function validate$
|
|
29709
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
29708
|
+
function validate$H(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
29709
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
29710
29710
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
29711
29711
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
29712
29712
|
}
|
|
@@ -29722,7 +29722,7 @@ function validate$G(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
29722
29722
|
for (let i = 0; i < obj_result.length; i++) {
|
|
29723
29723
|
const obj_result_item = obj_result[i];
|
|
29724
29724
|
const path_result_item = path_result + '[' + i + ']';
|
|
29725
|
-
const referencepath_result_itemValidationError = validate$
|
|
29725
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
29726
29726
|
if (referencepath_result_itemValidationError !== null) {
|
|
29727
29727
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
29728
29728
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29772,7 +29772,7 @@ function equals$r(existing, incoming) {
|
|
|
29772
29772
|
}
|
|
29773
29773
|
const ingest$10 = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29774
29774
|
if (process.env.NODE_ENV !== 'production') {
|
|
29775
|
-
const validateError = validate$
|
|
29775
|
+
const validateError = validate$H(input);
|
|
29776
29776
|
if (validateError !== null) {
|
|
29777
29777
|
throw validateError;
|
|
29778
29778
|
}
|
|
@@ -29813,8 +29813,8 @@ function getTypeCacheKeys$11(luvio, input, fullPathFactory) {
|
|
|
29813
29813
|
}
|
|
29814
29814
|
|
|
29815
29815
|
const VERSION$1a = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
29816
|
-
function validate$
|
|
29817
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
29816
|
+
function validate$G(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
29817
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
29818
29818
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
29819
29819
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
29820
29820
|
}
|
|
@@ -29830,7 +29830,7 @@ function validate$F(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
29830
29830
|
for (let i = 0; i < obj_result.length; i++) {
|
|
29831
29831
|
const obj_result_item = obj_result[i];
|
|
29832
29832
|
const path_result_item = path_result + '[' + i + ']';
|
|
29833
|
-
const referencepath_result_itemValidationError = validate$
|
|
29833
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
29834
29834
|
if (referencepath_result_itemValidationError !== null) {
|
|
29835
29835
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
29836
29836
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29880,7 +29880,7 @@ function equals$q(existing, incoming) {
|
|
|
29880
29880
|
}
|
|
29881
29881
|
const ingest$$ = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29882
29882
|
if (process.env.NODE_ENV !== 'production') {
|
|
29883
|
-
const validateError = validate$
|
|
29883
|
+
const validateError = validate$G(input);
|
|
29884
29884
|
if (validateError !== null) {
|
|
29885
29885
|
throw validateError;
|
|
29886
29886
|
}
|
|
@@ -29927,7 +29927,7 @@ const DiscriminatorValues$1 = {
|
|
|
29927
29927
|
};
|
|
29928
29928
|
const TTL$j = 300000;
|
|
29929
29929
|
const VERSION$19 = "8956293536e94d5ec63b274b61033d2c";
|
|
29930
|
-
function validate$
|
|
29930
|
+
function validate$F(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
29931
29931
|
const v_error = (() => {
|
|
29932
29932
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29933
29933
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30005,7 +30005,7 @@ function getTypeCacheKeys$$(luvio, input, fullPathFactory) {
|
|
|
30005
30005
|
|
|
30006
30006
|
const TTL$i = 300000;
|
|
30007
30007
|
const VERSION$18 = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
30008
|
-
function validate$
|
|
30008
|
+
function validate$E(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
30009
30009
|
const v_error = (() => {
|
|
30010
30010
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30011
30011
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30087,7 +30087,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
30087
30087
|
|
|
30088
30088
|
const ingest$_ = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30089
30089
|
if (process.env.NODE_ENV !== 'production') {
|
|
30090
|
-
const validateError = validate$
|
|
30090
|
+
const validateError = validate$E(input);
|
|
30091
30091
|
if (validateError !== null) {
|
|
30092
30092
|
throw validateError;
|
|
30093
30093
|
}
|
|
@@ -30620,7 +30620,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
30620
30620
|
};
|
|
30621
30621
|
|
|
30622
30622
|
const VERSION$17 = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
30623
|
-
function validate$
|
|
30623
|
+
function validate$D(obj, path = 'RelatedListReferenceRepresentation') {
|
|
30624
30624
|
const v_error = (() => {
|
|
30625
30625
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30626
30626
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30862,7 +30862,7 @@ function deepFreeze$m(input) {
|
|
|
30862
30862
|
}
|
|
30863
30863
|
|
|
30864
30864
|
const VERSION$16 = "836b875b519813e7499efc62f0f1d04b";
|
|
30865
|
-
function validate$
|
|
30865
|
+
function validate$C(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
30866
30866
|
const v_error = (() => {
|
|
30867
30867
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30868
30868
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30905,7 +30905,7 @@ function validate$B(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
30905
30905
|
}
|
|
30906
30906
|
const obj_listReference = obj.listReference;
|
|
30907
30907
|
const path_listReference = path + '.listReference';
|
|
30908
|
-
const referencepath_listReferenceValidationError = validate$
|
|
30908
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
30909
30909
|
if (referencepath_listReferenceValidationError !== null) {
|
|
30910
30910
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
30911
30911
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30978,7 +30978,7 @@ function equals$m(existing, incoming) {
|
|
|
30978
30978
|
}
|
|
30979
30979
|
const ingest$Z = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30980
30980
|
if (process.env.NODE_ENV !== 'production') {
|
|
30981
|
-
const validateError = validate$
|
|
30981
|
+
const validateError = validate$C(input);
|
|
30982
30982
|
if (validateError !== null) {
|
|
30983
30983
|
throw validateError;
|
|
30984
30984
|
}
|
|
@@ -31598,7 +31598,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
31598
31598
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
31599
31599
|
};
|
|
31600
31600
|
|
|
31601
|
-
function validate$
|
|
31601
|
+
function validate$B(obj, path = 'RelatedListColumnRepresentation') {
|
|
31602
31602
|
const v_error = (() => {
|
|
31603
31603
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31604
31604
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31763,7 +31763,7 @@ function deepFreeze$l(input) {
|
|
|
31763
31763
|
|
|
31764
31764
|
const TTL$h = 900000;
|
|
31765
31765
|
const VERSION$15 = "d7f25ef61c7467805940f28371ac1f20";
|
|
31766
|
-
function validate$
|
|
31766
|
+
function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
31767
31767
|
const v_error = (() => {
|
|
31768
31768
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31769
31769
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31791,7 +31791,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
31791
31791
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
31792
31792
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
31793
31793
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
31794
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
31794
|
+
const referencepath_displayColumns_itemValidationError = validate$B(obj_displayColumns_item, path_displayColumns_item);
|
|
31795
31795
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
31796
31796
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
31797
31797
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31833,7 +31833,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
31833
31833
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
31834
31834
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
31835
31835
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
31836
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
31836
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
31837
31837
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
31838
31838
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
31839
31839
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31852,7 +31852,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
31852
31852
|
}
|
|
31853
31853
|
const obj_listReference = obj.listReference;
|
|
31854
31854
|
const path_listReference = path + '.listReference';
|
|
31855
|
-
const referencepath_listReferenceValidationError = validate$
|
|
31855
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
31856
31856
|
if (referencepath_listReferenceValidationError !== null) {
|
|
31857
31857
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
31858
31858
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31890,7 +31890,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
31890
31890
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
31891
31891
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
31892
31892
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
31893
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
31893
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
31894
31894
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
31895
31895
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
31896
31896
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31909,7 +31909,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
31909
31909
|
}
|
|
31910
31910
|
const obj_userPreferences = obj.userPreferences;
|
|
31911
31911
|
const path_userPreferences = path + '.userPreferences';
|
|
31912
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
31912
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
31913
31913
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
31914
31914
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
31915
31915
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32080,7 +32080,7 @@ function deepFreeze$k(input) {
|
|
|
32080
32080
|
}
|
|
32081
32081
|
const ingest$Y = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32082
32082
|
if (process.env.NODE_ENV !== 'production') {
|
|
32083
|
-
const validateError = validate$
|
|
32083
|
+
const validateError = validate$A(input);
|
|
32084
32084
|
if (validateError !== null) {
|
|
32085
32085
|
throw validateError;
|
|
32086
32086
|
}
|
|
@@ -32597,7 +32597,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
32597
32597
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
32598
32598
|
};
|
|
32599
32599
|
|
|
32600
|
-
function validate$
|
|
32600
|
+
function validate$z(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
32601
32601
|
const v_error = (() => {
|
|
32602
32602
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32603
32603
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32693,7 +32693,7 @@ function validate$y(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
32693
32693
|
const path_themeInfo = path + '.themeInfo';
|
|
32694
32694
|
let obj_themeInfo_union0 = null;
|
|
32695
32695
|
const obj_themeInfo_union0_error = (() => {
|
|
32696
|
-
const referencepath_themeInfoValidationError = validate$
|
|
32696
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
32697
32697
|
if (referencepath_themeInfoValidationError !== null) {
|
|
32698
32698
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
32699
32699
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32735,7 +32735,7 @@ function deepFreeze$j(input) {
|
|
|
32735
32735
|
}
|
|
32736
32736
|
|
|
32737
32737
|
const VERSION$14 = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
32738
|
-
function validate$
|
|
32738
|
+
function validate$y(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
32739
32739
|
const v_error = (() => {
|
|
32740
32740
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32741
32741
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32784,7 +32784,7 @@ function validate$x(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
32784
32784
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
32785
32785
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
32786
32786
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
32787
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
32787
|
+
const referencepath_relatedLists_itemValidationError = validate$z(obj_relatedLists_item, path_relatedLists_item);
|
|
32788
32788
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
32789
32789
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
32790
32790
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32849,7 +32849,7 @@ function deepFreeze$i(input) {
|
|
|
32849
32849
|
}
|
|
32850
32850
|
const ingest$X = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32851
32851
|
if (process.env.NODE_ENV !== 'production') {
|
|
32852
|
-
const validateError = validate$
|
|
32852
|
+
const validateError = validate$y(input);
|
|
32853
32853
|
if (validateError !== null) {
|
|
32854
32854
|
throw validateError;
|
|
32855
32855
|
}
|
|
@@ -33283,7 +33283,7 @@ function validate$v(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
33283
33283
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
33284
33284
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
33285
33285
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
33286
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
33286
|
+
const referencepath_orderedBy_itemValidationError = validate$1A(obj_orderedBy_item, path_orderedBy_item);
|
|
33287
33287
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
33288
33288
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
33289
33289
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34258,7 +34258,7 @@ function validate$t(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
34258
34258
|
}
|
|
34259
34259
|
const obj_listReference = obj.listReference;
|
|
34260
34260
|
const path_listReference = path + '.listReference';
|
|
34261
|
-
const referencepath_listReferenceValidationError = validate$
|
|
34261
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
34262
34262
|
if (referencepath_listReferenceValidationError !== null) {
|
|
34263
34263
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
34264
34264
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36925,7 +36925,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36925
36925
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
36926
36926
|
const obj_orderBy_item = obj_orderBy[i];
|
|
36927
36927
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
36928
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
36928
|
+
const referencepath_orderBy_itemValidationError = validate$1A(obj_orderBy_item, path_orderBy_item);
|
|
36929
36929
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
36930
36930
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
36931
36931
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -55473,7 +55473,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
55473
55473
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
55474
55474
|
let obj_recordTypeInfo_union0 = null;
|
|
55475
55475
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
55476
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
55476
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
55477
55477
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
55478
55478
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
55479
55479
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|