@salesforce/lwc-adapters-uiapi 1.309.0-dev14 → 1.309.0-dev16
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 +385 -272
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -572,7 +572,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
572
572
|
}
|
|
573
573
|
return resourceParams;
|
|
574
574
|
}
|
|
575
|
-
// engine version: 0.156.4-
|
|
575
|
+
// engine version: 0.156.4-dev2-78889b7e
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
578
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -7913,7 +7913,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
7913
7913
|
}
|
|
7914
7914
|
|
|
7915
7915
|
const VERSION$2X = "623aa9ce3a11031e35faf5671a41746e";
|
|
7916
|
-
function validate$
|
|
7916
|
+
function validate$2e(obj, path = 'ListFilterByInfoRepresentation') {
|
|
7917
7917
|
const v_error = (() => {
|
|
7918
7918
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7919
7919
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7976,7 +7976,7 @@ const select$3C = function ListFilterByInfoRepresentationSelect() {
|
|
|
7976
7976
|
};
|
|
7977
7977
|
|
|
7978
7978
|
const VERSION$2W = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
7979
|
-
function validate$
|
|
7979
|
+
function validate$2d(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
7980
7980
|
const v_error = (() => {
|
|
7981
7981
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7982
7982
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8055,7 +8055,7 @@ const select$3B = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
8055
8055
|
};
|
|
8056
8056
|
|
|
8057
8057
|
const VERSION$2V = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
8058
|
-
function validate$
|
|
8058
|
+
function validate$2c(obj, path = 'ListReferenceRepresentation') {
|
|
8059
8059
|
const v_error = (() => {
|
|
8060
8060
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8061
8061
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8175,7 +8175,7 @@ function equals$1e(existing, incoming) {
|
|
|
8175
8175
|
}
|
|
8176
8176
|
|
|
8177
8177
|
const VERSION$2U = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
8178
|
-
function validate$
|
|
8178
|
+
function validate$2b(obj, path = 'ListInfoShareRepresentation') {
|
|
8179
8179
|
const v_error = (() => {
|
|
8180
8180
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8181
8181
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8212,7 +8212,7 @@ const select$3z = function ListInfoShareRepresentationSelect() {
|
|
|
8212
8212
|
};
|
|
8213
8213
|
|
|
8214
8214
|
const VERSION$2T = "561657f32721ec1dac1601575b029640";
|
|
8215
|
-
function validate$
|
|
8215
|
+
function validate$2a(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
8216
8216
|
const v_error = (() => {
|
|
8217
8217
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8218
8218
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8230,7 +8230,7 @@ function validate$29(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
8230
8230
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
8231
8231
|
const obj_shares_item = obj_shares[i];
|
|
8232
8232
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
8233
|
-
const referencepath_shares_itemValidationError = validate$
|
|
8233
|
+
const referencepath_shares_itemValidationError = validate$2b(obj_shares_item, path_shares_item);
|
|
8234
8234
|
if (referencepath_shares_itemValidationError !== null) {
|
|
8235
8235
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
8236
8236
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8262,7 +8262,7 @@ const select$3y = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
8262
8262
|
};
|
|
8263
8263
|
|
|
8264
8264
|
const VERSION$2S = "32def9b631252c12b91a8209c1f49f5a";
|
|
8265
|
-
function validate$
|
|
8265
|
+
function validate$29(obj, path = 'ListOrderByInfoRepresentation') {
|
|
8266
8266
|
const v_error = (() => {
|
|
8267
8267
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8268
8268
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8347,7 +8347,7 @@ function equals$1d(existing, incoming) {
|
|
|
8347
8347
|
}
|
|
8348
8348
|
|
|
8349
8349
|
const VERSION$2R = "2634258f216db34315c06d759a35676d";
|
|
8350
|
-
function validate$
|
|
8350
|
+
function validate$28(obj, path = 'ListScopeEntityRepresentation') {
|
|
8351
8351
|
const v_error = (() => {
|
|
8352
8352
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8353
8353
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8384,7 +8384,7 @@ const select$3w = function ListScopeEntityRepresentationSelect() {
|
|
|
8384
8384
|
};
|
|
8385
8385
|
|
|
8386
8386
|
const VERSION$2Q = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
8387
|
-
function validate$
|
|
8387
|
+
function validate$27(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
8388
8388
|
const v_error = (() => {
|
|
8389
8389
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8390
8390
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8430,7 +8430,7 @@ const select$3v = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
8430
8430
|
};
|
|
8431
8431
|
|
|
8432
8432
|
const VERSION$2P = "2fe9814e7124b47f59da585483c1b3f9";
|
|
8433
|
-
function validate$
|
|
8433
|
+
function validate$26(obj, path = 'ListScopeRepresentation') {
|
|
8434
8434
|
const v_error = (() => {
|
|
8435
8435
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8436
8436
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8444,7 +8444,7 @@ function validate$25(obj, path = 'ListScopeRepresentation') {
|
|
|
8444
8444
|
const path_entity = path + '.entity';
|
|
8445
8445
|
let obj_entity_union0 = null;
|
|
8446
8446
|
const obj_entity_union0_error = (() => {
|
|
8447
|
-
const referencepath_entityValidationError = validate$
|
|
8447
|
+
const referencepath_entityValidationError = validate$28(obj_entity, path_entity);
|
|
8448
8448
|
if (referencepath_entityValidationError !== null) {
|
|
8449
8449
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
8450
8450
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8499,7 +8499,7 @@ function validate$25(obj, path = 'ListScopeRepresentation') {
|
|
|
8499
8499
|
const path_relatedEntity = path + '.relatedEntity';
|
|
8500
8500
|
let obj_relatedEntity_union0 = null;
|
|
8501
8501
|
const obj_relatedEntity_union0_error = (() => {
|
|
8502
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
8502
|
+
const referencepath_relatedEntityValidationError = validate$27(obj_relatedEntity, path_relatedEntity);
|
|
8503
8503
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
8504
8504
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
8505
8505
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8560,7 +8560,7 @@ const select$3u = function ListScopeRepresentationSelect() {
|
|
|
8560
8560
|
};
|
|
8561
8561
|
|
|
8562
8562
|
const VERSION$2O = "6506134f4d72fdfa349fe60ef1af2413";
|
|
8563
|
-
function validate$
|
|
8563
|
+
function validate$25(obj, path = 'ListUserPreferenceRepresentation') {
|
|
8564
8564
|
const v_error = (() => {
|
|
8565
8565
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8566
8566
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8616,7 +8616,7 @@ const select$3t = function ListUserPreferenceRepresentationSelect() {
|
|
|
8616
8616
|
};
|
|
8617
8617
|
};
|
|
8618
8618
|
|
|
8619
|
-
function validate$
|
|
8619
|
+
function validate$24(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
8620
8620
|
const v_error = (() => {
|
|
8621
8621
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8622
8622
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8635,7 +8635,7 @@ function validate$23(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
8635
8635
|
return v_error === undefined ? null : v_error;
|
|
8636
8636
|
}
|
|
8637
8637
|
|
|
8638
|
-
function validate$
|
|
8638
|
+
function validate$23(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
8639
8639
|
const v_error = (() => {
|
|
8640
8640
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8641
8641
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8645,7 +8645,7 @@ function validate$22(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8645
8645
|
const key = obj_keys[i];
|
|
8646
8646
|
const obj_prop = obj[key];
|
|
8647
8647
|
const path_prop = path + '["' + key + '"]';
|
|
8648
|
-
const referencepath_propValidationError = validate$
|
|
8648
|
+
const referencepath_propValidationError = validate$24(obj_prop, path_prop);
|
|
8649
8649
|
if (referencepath_propValidationError !== null) {
|
|
8650
8650
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
8651
8651
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8657,7 +8657,7 @@ function validate$22(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8657
8657
|
}
|
|
8658
8658
|
|
|
8659
8659
|
const VERSION$2N = "64e2cac6d374ad92f491a9f8a952c6c3";
|
|
8660
|
-
function validate$
|
|
8660
|
+
function validate$22(obj, path = 'ListColumnRepresentation') {
|
|
8661
8661
|
const v_error = (() => {
|
|
8662
8662
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8663
8663
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8671,7 +8671,7 @@ function validate$21(obj, path = 'ListColumnRepresentation') {
|
|
|
8671
8671
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
8672
8672
|
let obj_inlineEditAttributes_union0 = null;
|
|
8673
8673
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
8674
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
8674
|
+
const referencepath_inlineEditAttributesValidationError = validate$23(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
8675
8675
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
8676
8676
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
8677
8677
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8760,7 +8760,7 @@ function equals$1c(existing, incoming) {
|
|
|
8760
8760
|
}
|
|
8761
8761
|
const ingest$2k = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8762
8762
|
if (process.env.NODE_ENV !== 'production') {
|
|
8763
|
-
const validateError = validate$
|
|
8763
|
+
const validateError = validate$22(input);
|
|
8764
8764
|
if (validateError !== null) {
|
|
8765
8765
|
throw validateError;
|
|
8766
8766
|
}
|
|
@@ -8793,7 +8793,7 @@ const keyBuilderFromType$F = function ListInfoRepresentationKeyBuilderFromType(l
|
|
|
8793
8793
|
|
|
8794
8794
|
const TTL$H = 900000;
|
|
8795
8795
|
const VERSION$2M = "5adf17d38be03c0f71b1c52485b377a6";
|
|
8796
|
-
function validate$
|
|
8796
|
+
function validate$21(obj, path = 'ListInfoRepresentation') {
|
|
8797
8797
|
const v_error = (() => {
|
|
8798
8798
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8799
8799
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8864,7 +8864,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8864
8864
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
8865
8865
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
8866
8866
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
8867
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
8867
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2e(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
8868
8868
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
8869
8869
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
8870
8870
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8880,7 +8880,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8880
8880
|
}
|
|
8881
8881
|
const obj_inlineEditDetails = obj.inlineEditDetails;
|
|
8882
8882
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
8883
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
8883
|
+
const referencepath_inlineEditDetailsValidationError = validate$2d(obj_inlineEditDetails, path_inlineEditDetails);
|
|
8884
8884
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
8885
8885
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
8886
8886
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8914,7 +8914,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8914
8914
|
}
|
|
8915
8915
|
const obj_listReference = obj.listReference;
|
|
8916
8916
|
const path_listReference = path + '.listReference';
|
|
8917
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8917
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
8918
8918
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8919
8919
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
8920
8920
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8928,7 +8928,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8928
8928
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
8929
8929
|
const obj_listShares_item = obj_listShares[i];
|
|
8930
8930
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
8931
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
8931
|
+
const referencepath_listShares_itemValidationError = validate$2a(obj_listShares_item, path_listShares_item);
|
|
8932
8932
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
8933
8933
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
8934
8934
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8955,7 +8955,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8955
8955
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
8956
8956
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
8957
8957
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
8958
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
8958
|
+
const referencepath_orderedByInfo_itemValidationError = validate$29(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
8959
8959
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
8960
8960
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
8961
8961
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8966,7 +8966,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
8966
8966
|
const path_scope = path + '.scope';
|
|
8967
8967
|
let obj_scope_union0 = null;
|
|
8968
8968
|
const obj_scope_union0_error = (() => {
|
|
8969
|
-
const referencepath_scopeValidationError = validate$
|
|
8969
|
+
const referencepath_scopeValidationError = validate$26(obj_scope, path_scope);
|
|
8970
8970
|
if (referencepath_scopeValidationError !== null) {
|
|
8971
8971
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
8972
8972
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9003,7 +9003,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
9003
9003
|
}
|
|
9004
9004
|
const obj_userPreferences = obj.userPreferences;
|
|
9005
9005
|
const path_userPreferences = path + '.userPreferences';
|
|
9006
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
9006
|
+
const referencepath_userPreferencesValidationError = validate$25(obj_userPreferences, path_userPreferences);
|
|
9007
9007
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
9008
9008
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
9009
9009
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9162,7 +9162,7 @@ function equals$1b(existing, incoming) {
|
|
|
9162
9162
|
}
|
|
9163
9163
|
const ingest$2j = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9164
9164
|
if (process.env.NODE_ENV !== 'production') {
|
|
9165
|
-
const validateError = validate$
|
|
9165
|
+
const validateError = validate$21(input);
|
|
9166
9166
|
if (validateError !== null) {
|
|
9167
9167
|
throw validateError;
|
|
9168
9168
|
}
|
|
@@ -9232,7 +9232,7 @@ function toSortedStringArray(value) {
|
|
|
9232
9232
|
}
|
|
9233
9233
|
|
|
9234
9234
|
const VERSION$2L = "d1e589a127fb1060c89070cdb6f500b2";
|
|
9235
|
-
function validate$
|
|
9235
|
+
function validate$20(obj, path = 'RecordTypeInfoRepresentation') {
|
|
9236
9236
|
const v_error = (() => {
|
|
9237
9237
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9238
9238
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9324,7 +9324,7 @@ function equals$1a(existing, incoming) {
|
|
|
9324
9324
|
}
|
|
9325
9325
|
|
|
9326
9326
|
const VERSION$2K = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
9327
|
-
function validate$
|
|
9327
|
+
function validate$1$(obj, path = 'FieldValueRepresentation') {
|
|
9328
9328
|
const v_error = (() => {
|
|
9329
9329
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9330
9330
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9471,7 +9471,7 @@ function equals$19(existing, incoming) {
|
|
|
9471
9471
|
}
|
|
9472
9472
|
const ingest$2i = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9473
9473
|
if (process.env.NODE_ENV !== 'production') {
|
|
9474
|
-
const validateError = validate$
|
|
9474
|
+
const validateError = validate$1$(input);
|
|
9475
9475
|
if (validateError !== null) {
|
|
9476
9476
|
throw validateError;
|
|
9477
9477
|
}
|
|
@@ -9522,7 +9522,7 @@ const getTypeCacheKeys$2l = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
9522
9522
|
|
|
9523
9523
|
const TTL$G = 120000;
|
|
9524
9524
|
const VERSION$2J = "79cb5ac9f44542f683d00245fdfe500d";
|
|
9525
|
-
function validate$
|
|
9525
|
+
function validate$1_(obj, path = 'RecordCollectionRepresentation') {
|
|
9526
9526
|
const v_error = (() => {
|
|
9527
9527
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9528
9528
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9795,7 +9795,7 @@ function equals$18(existing, incoming) {
|
|
|
9795
9795
|
}
|
|
9796
9796
|
const ingest$2h = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9797
9797
|
if (process.env.NODE_ENV !== 'production') {
|
|
9798
|
-
const validateError = validate$
|
|
9798
|
+
const validateError = validate$1_(input);
|
|
9799
9799
|
if (validateError !== null) {
|
|
9800
9800
|
throw validateError;
|
|
9801
9801
|
}
|
|
@@ -9831,7 +9831,7 @@ const keyBuilderFromType$E = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9831
9831
|
|
|
9832
9832
|
const TTL$F = 30000;
|
|
9833
9833
|
const VERSION$2I = "98c5b18512e48ca8d28727549507e4ba";
|
|
9834
|
-
function validate$
|
|
9834
|
+
function validate$1Z(obj, path = 'RecordRepresentation') {
|
|
9835
9835
|
const v_error = (() => {
|
|
9836
9836
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9837
9837
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9961,7 +9961,7 @@ function validate$1Y(obj, path = 'RecordRepresentation') {
|
|
|
9961
9961
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
9962
9962
|
let obj_recordTypeInfo_union0 = null;
|
|
9963
9963
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
9964
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
9964
|
+
const referencepath_recordTypeInfoValidationError = validate$20(obj_recordTypeInfo, path_recordTypeInfo);
|
|
9965
9965
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
9966
9966
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
9967
9967
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11993,7 +11993,7 @@ const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
|
|
|
11993
11993
|
version: RECORD_REPRESENTATION_ERROR_VERSION,
|
|
11994
11994
|
};
|
|
11995
11995
|
function isGraphNode(node) {
|
|
11996
|
-
return node
|
|
11996
|
+
return !!node && node.type === 'Node';
|
|
11997
11997
|
}
|
|
11998
11998
|
function addScalarFieldId(current) {
|
|
11999
11999
|
addScalarField(current, 'Id');
|
|
@@ -12060,6 +12060,8 @@ function extractTrackedFieldsToTrie(recordId, node, root, config, visitedRecordI
|
|
|
12060
12060
|
const spanning = spanningLink.follow();
|
|
12061
12061
|
// W-8058425, do not include external lookups added by getTrackedFields
|
|
12062
12062
|
if (isExternalLookupFieldKey(spanning)) {
|
|
12063
|
+
// NOTE: the logic to get here is mimicked in RecordRepresentation/merge::mergePendingFields as of
|
|
12064
|
+
// W-11899329 due to issues with external lookups being marked pending but never fetched
|
|
12063
12065
|
continue;
|
|
12064
12066
|
}
|
|
12065
12067
|
extractTrackedFieldsToTrie(spanningLink.data.__ref, spanning, next, config, spanningVisitedRecordIds, depth + 1);
|
|
@@ -12092,6 +12094,8 @@ function extractTrackedFieldsToTrie(recordId, node, root, config, visitedRecordI
|
|
|
12092
12094
|
const { fields } = state;
|
|
12093
12095
|
// W-8058425, do not include external lookups added by getTrackedFields
|
|
12094
12096
|
if (includes.call(fields, 'ExternalId')) {
|
|
12097
|
+
// NOTE: the logic to get here is mimicked in RecordRepresentation/merge::mergePendingFields as of
|
|
12098
|
+
// W-11899329 due to issues with external lookups being marked pending but never fetched
|
|
12095
12099
|
continue;
|
|
12096
12100
|
}
|
|
12097
12101
|
for (let s = 0, len = fields.length; s < len; s += 1) {
|
|
@@ -12542,15 +12546,49 @@ function ingestRecordResponse(luvio, response, recordId, recordIngest, conflictM
|
|
|
12542
12546
|
|
|
12543
12547
|
// This function sets fields that we are refreshing to pending
|
|
12544
12548
|
// These values will go into the store
|
|
12545
|
-
function mergePendingFields(newRecord, oldRecord) {
|
|
12546
|
-
// TODO [W-6900046]: avoid casting to any by updating
|
|
12547
|
-
// RecordRepresentationNormalized['fields'] to include `pending:true` property
|
|
12549
|
+
function mergePendingFields(newRecord, oldRecord, existingNode) {
|
|
12548
12550
|
const mergedFields = { ...newRecord.fields };
|
|
12549
12551
|
const merged = { ...newRecord, fields: mergedFields };
|
|
12550
12552
|
const existingFields = keys(oldRecord.fields);
|
|
12551
12553
|
for (let i = 0, len = existingFields.length; i < len; i += 1) {
|
|
12552
12554
|
const spanningFieldName = existingFields[i];
|
|
12553
12555
|
if (newRecord.fields[spanningFieldName] === undefined) {
|
|
12556
|
+
/*
|
|
12557
|
+
* Per W-8058425 external lookups fields are excluded from the tracked fields. However, as covered in
|
|
12558
|
+
* W-11899329, situations can arise in which a merge conflict occurs when the existing record has a
|
|
12559
|
+
* reference to an external lookup field. The exclusion ultimately results in a snapshot stuck in the
|
|
12560
|
+
* pending state. This is an approach to prevent that situation.
|
|
12561
|
+
*
|
|
12562
|
+
* The same logic checks for W-8058425 to "continue" as it relates to not tracking external lookups is
|
|
12563
|
+
* mimicked here as it relates to not marking them as pending.
|
|
12564
|
+
*/
|
|
12565
|
+
// make sure external lookups are NOT marked as pending when `existingNode` is provided
|
|
12566
|
+
if (isGraphNode(existingNode)) {
|
|
12567
|
+
// get the node for the spanning field
|
|
12568
|
+
const fieldValueRep = existingNode
|
|
12569
|
+
.object('fields')
|
|
12570
|
+
.link(spanningFieldName);
|
|
12571
|
+
const field = fieldValueRep.follow();
|
|
12572
|
+
if (isGraphNode(field)) {
|
|
12573
|
+
if (field.isScalar('value') === false) {
|
|
12574
|
+
const record = field
|
|
12575
|
+
.link('value')
|
|
12576
|
+
.follow();
|
|
12577
|
+
if (isExternalLookupFieldKey(record)) {
|
|
12578
|
+
continue;
|
|
12579
|
+
}
|
|
12580
|
+
}
|
|
12581
|
+
}
|
|
12582
|
+
else {
|
|
12583
|
+
const state = fieldValueRep.linkData();
|
|
12584
|
+
if (state !== undefined) {
|
|
12585
|
+
const { fields } = state;
|
|
12586
|
+
if (includes.call(fields, 'ExternalId')) {
|
|
12587
|
+
continue;
|
|
12588
|
+
}
|
|
12589
|
+
}
|
|
12590
|
+
}
|
|
12591
|
+
}
|
|
12554
12592
|
// TODO [W-6900046]: fix above casting issue so we're not stuffing arbitrary things
|
|
12555
12593
|
// into RecordRepresentationNormalized['fields']
|
|
12556
12594
|
mergedFields[spanningFieldName] = {
|
|
@@ -12564,7 +12602,7 @@ function mergePendingFields(newRecord, oldRecord) {
|
|
|
12564
12602
|
// This method gets called
|
|
12565
12603
|
// when incoming record has a higher version
|
|
12566
12604
|
// than the record that is currently in the store
|
|
12567
|
-
function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap) {
|
|
12605
|
+
function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode) {
|
|
12568
12606
|
// If the higher version (incoming) does not contain a superset of fields as existing
|
|
12569
12607
|
// then we need to refresh to get updated versions of fields in existing
|
|
12570
12608
|
if (isSuperRecordFieldTrie(incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot) ===
|
|
@@ -12581,14 +12619,14 @@ function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedF
|
|
|
12581
12619
|
};
|
|
12582
12620
|
// We want to mark fields in the store as pending
|
|
12583
12621
|
// Because we don't want to emit any data to components
|
|
12584
|
-
return mergePendingFields(incoming, existing);
|
|
12622
|
+
return mergePendingFields(incoming, existing, existingNode);
|
|
12585
12623
|
}
|
|
12586
12624
|
return incoming;
|
|
12587
12625
|
}
|
|
12588
12626
|
// This method gets called
|
|
12589
12627
|
// when incoming record has a lower version
|
|
12590
12628
|
// than the record that is currently in the store
|
|
12591
|
-
function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap) {
|
|
12629
|
+
function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode) {
|
|
12592
12630
|
// If the higher version (existing) does not have a superset of fields as incoming
|
|
12593
12631
|
// then we need to refresh to get updated versions of fields on incoming
|
|
12594
12632
|
if (isSuperRecordFieldTrie(existingTrackedFieldsTrieRoot, incomingTrackedFieldsTrieRoot) ===
|
|
@@ -12598,7 +12636,7 @@ function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTr
|
|
|
12598
12636
|
if (isSupportedEntity(incoming.apiName) === false) {
|
|
12599
12637
|
return mergeRecordFields(existing, incoming);
|
|
12600
12638
|
}
|
|
12601
|
-
const merged = mergePendingFields(existing, incoming);
|
|
12639
|
+
const merged = mergePendingFields(existing, incoming, existingNode);
|
|
12602
12640
|
// update the conflict map to resolve the record conflict in resolveConflict
|
|
12603
12641
|
if (recordConflictMap) {
|
|
12604
12642
|
recordConflictMap.conflicts[incoming.id] = {
|
|
@@ -12637,7 +12675,7 @@ function mergeRecordConflict(luvio, incoming, existing, recordConflictMap) {
|
|
|
12637
12675
|
extractTrackedFieldsToTrie(recordKey, incomingNode, incomingTrackedFieldsTrieRoot, trackedFieldsConfig);
|
|
12638
12676
|
extractTrackedFieldsToTrie(recordKey, existingNode, existingTrackedFieldsTrieRoot, trackedFieldsConfig);
|
|
12639
12677
|
if (incoming.weakEtag > existing.weakEtag) {
|
|
12640
|
-
return mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap);
|
|
12678
|
+
return mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode);
|
|
12641
12679
|
}
|
|
12642
12680
|
return mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap);
|
|
12643
12681
|
}
|
|
@@ -12793,7 +12831,7 @@ function normalize$S(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
12793
12831
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
12794
12832
|
return (input, path, luvio, store, timestamp) => {
|
|
12795
12833
|
if (process.env.NODE_ENV !== 'production') {
|
|
12796
|
-
const validateError = validate$
|
|
12834
|
+
const validateError = validate$1$(input);
|
|
12797
12835
|
if (validateError !== null) {
|
|
12798
12836
|
throw validateError;
|
|
12799
12837
|
}
|
|
@@ -12886,7 +12924,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12886
12924
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
12887
12925
|
return (input, path, luvio, store, timestamp) => {
|
|
12888
12926
|
if (process.env.NODE_ENV !== 'production') {
|
|
12889
|
-
const validateError = validate$
|
|
12927
|
+
const validateError = validate$1Z(input);
|
|
12890
12928
|
if (validateError !== null) {
|
|
12891
12929
|
throw validateError;
|
|
12892
12930
|
}
|
|
@@ -13862,7 +13900,7 @@ const keyBuilderFromType$C = function ListRecordCollectionRepresentationKeyBuild
|
|
|
13862
13900
|
|
|
13863
13901
|
const TTL$E = 30000;
|
|
13864
13902
|
const VERSION$2G = "e5c90c4081cd557f8ffec53028ede1e8";
|
|
13865
|
-
function validate$
|
|
13903
|
+
function validate$1Y(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13866
13904
|
const v_error = (() => {
|
|
13867
13905
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13868
13906
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13922,7 +13960,7 @@ function validate$1X(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13922
13960
|
}
|
|
13923
13961
|
const obj_listReference = obj.listReference;
|
|
13924
13962
|
const path_listReference = path + '.listReference';
|
|
13925
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13963
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
13926
13964
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13927
13965
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13928
13966
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14488,7 +14526,7 @@ function equals$16(existing, incoming) {
|
|
|
14488
14526
|
}
|
|
14489
14527
|
const ingest$2f = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14490
14528
|
if (process.env.NODE_ENV !== 'production') {
|
|
14491
|
-
const validateError = validate$
|
|
14529
|
+
const validateError = validate$1Y(input);
|
|
14492
14530
|
if (validateError !== null) {
|
|
14493
14531
|
throw validateError;
|
|
14494
14532
|
}
|
|
@@ -14582,7 +14620,7 @@ function getTypeCacheKeys$2i(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14582
14620
|
}
|
|
14583
14621
|
|
|
14584
14622
|
const VERSION$2F = "cf8d2eb042188974da26ffe6618cfd07";
|
|
14585
|
-
function validate$
|
|
14623
|
+
function validate$1X(obj, path = 'ListUiRepresentation') {
|
|
14586
14624
|
const v_error = (() => {
|
|
14587
14625
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14588
14626
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14688,7 +14726,7 @@ function equals$15(existing, incoming) {
|
|
|
14688
14726
|
}
|
|
14689
14727
|
const ingest$2e = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14690
14728
|
if (process.env.NODE_ENV !== 'production') {
|
|
14691
|
-
const validateError = validate$
|
|
14729
|
+
const validateError = validate$1X(input);
|
|
14692
14730
|
if (validateError !== null) {
|
|
14693
14731
|
throw validateError;
|
|
14694
14732
|
}
|
|
@@ -14830,7 +14868,7 @@ function createResourceRequest$1b(config) {
|
|
|
14830
14868
|
}
|
|
14831
14869
|
|
|
14832
14870
|
const VERSION$2E = "0b29241fd9ed04bb61fde26b3f558ac4";
|
|
14833
|
-
function validate$
|
|
14871
|
+
function validate$1W(obj, path = 'ListInfoSummaryRepresentation') {
|
|
14834
14872
|
const v_error = (() => {
|
|
14835
14873
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14836
14874
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14942,7 +14980,7 @@ function equals$14(existing, incoming) {
|
|
|
14942
14980
|
}
|
|
14943
14981
|
const ingest$2d = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14944
14982
|
if (process.env.NODE_ENV !== 'production') {
|
|
14945
|
-
const validateError = validate$
|
|
14983
|
+
const validateError = validate$1W(input);
|
|
14946
14984
|
if (validateError !== null) {
|
|
14947
14985
|
throw validateError;
|
|
14948
14986
|
}
|
|
@@ -14963,7 +15001,7 @@ function getTypeCacheKeys$2g(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14963
15001
|
}
|
|
14964
15002
|
|
|
14965
15003
|
const VERSION$2D = "d0cadb0927f908b5b64694e1cff0b2d7";
|
|
14966
|
-
function validate$
|
|
15004
|
+
function validate$1V(obj, path = 'ListInfoSummaryCollectionRepresentation') {
|
|
14967
15005
|
const v_error = (() => {
|
|
14968
15006
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14969
15007
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15347,7 +15385,7 @@ function equals$13(existing, incoming) {
|
|
|
15347
15385
|
}
|
|
15348
15386
|
const ingest$2c = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15349
15387
|
if (process.env.NODE_ENV !== 'production') {
|
|
15350
|
-
const validateError = validate$
|
|
15388
|
+
const validateError = validate$1V(input);
|
|
15351
15389
|
if (validateError !== null) {
|
|
15352
15390
|
throw validateError;
|
|
15353
15391
|
}
|
|
@@ -15853,7 +15891,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
15853
15891
|
}
|
|
15854
15892
|
|
|
15855
15893
|
const VERSION$2C = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
15856
|
-
function validate$
|
|
15894
|
+
function validate$1U(obj, path = 'ListViewSummaryRepresentation') {
|
|
15857
15895
|
const v_error = (() => {
|
|
15858
15896
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15859
15897
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15965,7 +16003,7 @@ function equals$12(existing, incoming) {
|
|
|
15965
16003
|
}
|
|
15966
16004
|
const ingest$2b = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15967
16005
|
if (process.env.NODE_ENV !== 'production') {
|
|
15968
|
-
const validateError = validate$
|
|
16006
|
+
const validateError = validate$1U(input);
|
|
15969
16007
|
if (validateError !== null) {
|
|
15970
16008
|
throw validateError;
|
|
15971
16009
|
}
|
|
@@ -15986,7 +16024,7 @@ function getTypeCacheKeys$2e(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15986
16024
|
}
|
|
15987
16025
|
|
|
15988
16026
|
const VERSION$2B = "f4c79fe066da3558499d5ee88c72abcd";
|
|
15989
|
-
function validate$
|
|
16027
|
+
function validate$1T(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
15990
16028
|
const v_error = (() => {
|
|
15991
16029
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15992
16030
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16370,7 +16408,7 @@ function equals$11(existing, incoming) {
|
|
|
16370
16408
|
}
|
|
16371
16409
|
const ingest$2a = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16372
16410
|
if (process.env.NODE_ENV !== 'production') {
|
|
16373
|
-
const validateError = validate$
|
|
16411
|
+
const validateError = validate$1T(input);
|
|
16374
16412
|
if (validateError !== null) {
|
|
16375
16413
|
throw validateError;
|
|
16376
16414
|
}
|
|
@@ -17540,7 +17578,7 @@ const factory$j = (luvio) => {
|
|
|
17540
17578
|
}, { contextId: contextId$5 });
|
|
17541
17579
|
};
|
|
17542
17580
|
|
|
17543
|
-
function validate$
|
|
17581
|
+
function validate$1S(obj, path = 'ChildRelationshipRepresentation') {
|
|
17544
17582
|
const v_error = (() => {
|
|
17545
17583
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17546
17584
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17588,7 +17626,7 @@ function validate$1R(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
17588
17626
|
return v_error === undefined ? null : v_error;
|
|
17589
17627
|
}
|
|
17590
17628
|
|
|
17591
|
-
function validate$
|
|
17629
|
+
function validate$1R(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
17592
17630
|
const v_error = (() => {
|
|
17593
17631
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17594
17632
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17619,7 +17657,7 @@ function validate$1Q(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
17619
17657
|
return v_error === undefined ? null : v_error;
|
|
17620
17658
|
}
|
|
17621
17659
|
|
|
17622
|
-
function validate$
|
|
17660
|
+
function validate$1Q(obj, path = 'ReferenceToInfoRepresentation') {
|
|
17623
17661
|
const v_error = (() => {
|
|
17624
17662
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17625
17663
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17645,7 +17683,7 @@ function validate$1P(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
17645
17683
|
return v_error === undefined ? null : v_error;
|
|
17646
17684
|
}
|
|
17647
17685
|
|
|
17648
|
-
function validate$
|
|
17686
|
+
function validate$1P(obj, path = 'FieldRepresentation') {
|
|
17649
17687
|
const v_error = (() => {
|
|
17650
17688
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17651
17689
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17810,7 +17848,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
17810
17848
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
17811
17849
|
let obj_filteredLookupInfo_union0 = null;
|
|
17812
17850
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
17813
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
17851
|
+
const referencepath_filteredLookupInfoValidationError = validate$1R(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
17814
17852
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
17815
17853
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
17816
17854
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17961,7 +17999,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
17961
17999
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
17962
18000
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
17963
18001
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
17964
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
18002
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1Q(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
17965
18003
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
17966
18004
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
17967
18005
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18028,7 +18066,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
18028
18066
|
return v_error === undefined ? null : v_error;
|
|
18029
18067
|
}
|
|
18030
18068
|
|
|
18031
|
-
function validate$
|
|
18069
|
+
function validate$1O(obj, path = 'ThemeInfoRepresentation') {
|
|
18032
18070
|
const v_error = (() => {
|
|
18033
18071
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18034
18072
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18070,7 +18108,7 @@ function validate$1N(obj, path = 'ThemeInfoRepresentation') {
|
|
|
18070
18108
|
|
|
18071
18109
|
const TTL$D = 900000;
|
|
18072
18110
|
const VERSION$2A = "2302a71ca718abb60353eb88dedb1c12";
|
|
18073
|
-
function validate$
|
|
18111
|
+
function validate$1N(obj, path = 'ObjectInfoRepresentation') {
|
|
18074
18112
|
const v_error = (() => {
|
|
18075
18113
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18076
18114
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18140,7 +18178,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18140
18178
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
18141
18179
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
18142
18180
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
18143
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
18181
|
+
const referencepath_childRelationships_itemValidationError = validate$1S(obj_childRelationships_item, path_childRelationships_item);
|
|
18144
18182
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
18145
18183
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
18146
18184
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18227,7 +18265,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18227
18265
|
const key = obj_fields_keys[i];
|
|
18228
18266
|
const obj_fields_prop = obj_fields[key];
|
|
18229
18267
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
18230
|
-
const referencepath_fields_propValidationError = validate$
|
|
18268
|
+
const referencepath_fields_propValidationError = validate$1P(obj_fields_prop, path_fields_prop);
|
|
18231
18269
|
if (referencepath_fields_propValidationError !== null) {
|
|
18232
18270
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
18233
18271
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18307,7 +18345,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18307
18345
|
const key = obj_recordTypeInfos_keys[i];
|
|
18308
18346
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
18309
18347
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
18310
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
18348
|
+
const referencepath_recordTypeInfos_propValidationError = validate$20(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
18311
18349
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
18312
18350
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
18313
18351
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18328,7 +18366,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18328
18366
|
const path_themeInfo = path + '.themeInfo';
|
|
18329
18367
|
let obj_themeInfo_union0 = null;
|
|
18330
18368
|
const obj_themeInfo_union0_error = (() => {
|
|
18331
|
-
const referencepath_themeInfoValidationError = validate$
|
|
18369
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
18332
18370
|
if (referencepath_themeInfoValidationError !== null) {
|
|
18333
18371
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
18334
18372
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18495,7 +18533,7 @@ function equals$10(existing, incoming) {
|
|
|
18495
18533
|
}
|
|
18496
18534
|
const ingest$29 = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18497
18535
|
if (process.env.NODE_ENV !== 'production') {
|
|
18498
|
-
const validateError = validate$
|
|
18536
|
+
const validateError = validate$1N(input);
|
|
18499
18537
|
if (validateError !== null) {
|
|
18500
18538
|
throw validateError;
|
|
18501
18539
|
}
|
|
@@ -18656,7 +18694,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
18656
18694
|
buildCachedSnapshotCachePolicy$R, buildNetworkSnapshotCachePolicy$S);
|
|
18657
18695
|
};
|
|
18658
18696
|
|
|
18659
|
-
function validate$
|
|
18697
|
+
function validate$1M(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
18660
18698
|
const v_error = (() => {
|
|
18661
18699
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18662
18700
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18704,7 +18742,7 @@ var DiscriminatorValues$5;
|
|
|
18704
18742
|
DiscriminatorValues["Field"] = "Field";
|
|
18705
18743
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
18706
18744
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
18707
|
-
function validate$
|
|
18745
|
+
function validate$1L(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
18708
18746
|
const v_error = (() => {
|
|
18709
18747
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18710
18748
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18744,7 +18782,7 @@ function validate$1K(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
18744
18782
|
return v_error === undefined ? null : v_error;
|
|
18745
18783
|
}
|
|
18746
18784
|
|
|
18747
|
-
function validate$
|
|
18785
|
+
function validate$1K(obj, path = 'RecordLayoutItemRepresentation') {
|
|
18748
18786
|
const v_error = (() => {
|
|
18749
18787
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18750
18788
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18772,7 +18810,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18772
18810
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
18773
18811
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
18774
18812
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
18775
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
18813
|
+
const referencepath_layoutComponents_itemValidationError = validate$1L(obj_layoutComponents_item, path_layoutComponents_item);
|
|
18776
18814
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
18777
18815
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
18778
18816
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18819,7 +18857,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18819
18857
|
return v_error === undefined ? null : v_error;
|
|
18820
18858
|
}
|
|
18821
18859
|
|
|
18822
|
-
function validate$
|
|
18860
|
+
function validate$1J(obj, path = 'RecordLayoutRowRepresentation') {
|
|
18823
18861
|
const v_error = (() => {
|
|
18824
18862
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18825
18863
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18832,7 +18870,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18832
18870
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
18833
18871
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
18834
18872
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
18835
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
18873
|
+
const referencepath_layoutItems_itemValidationError = validate$1K(obj_layoutItems_item, path_layoutItems_item);
|
|
18836
18874
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
18837
18875
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
18838
18876
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18843,7 +18881,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18843
18881
|
return v_error === undefined ? null : v_error;
|
|
18844
18882
|
}
|
|
18845
18883
|
|
|
18846
|
-
function validate$
|
|
18884
|
+
function validate$1I(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
18847
18885
|
const v_error = (() => {
|
|
18848
18886
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18849
18887
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18918,7 +18956,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18918
18956
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
18919
18957
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
18920
18958
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
18921
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
18959
|
+
const referencepath_layoutRows_itemValidationError = validate$1J(obj_layoutRows_item, path_layoutRows_item);
|
|
18922
18960
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
18923
18961
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
18924
18962
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18941,7 +18979,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18941
18979
|
|
|
18942
18980
|
const TTL$C = 900000;
|
|
18943
18981
|
const VERSION$2z = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18944
|
-
function validate$
|
|
18982
|
+
function validate$1H(obj, path = 'RecordLayoutRepresentation') {
|
|
18945
18983
|
const v_error = (() => {
|
|
18946
18984
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18947
18985
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19047,7 +19085,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
19047
19085
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
19048
19086
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
19049
19087
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
19050
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
19088
|
+
const referencepath_saveOptions_itemValidationError = validate$1M(obj_saveOptions_item, path_saveOptions_item);
|
|
19051
19089
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
19052
19090
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
19053
19091
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19062,7 +19100,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
19062
19100
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
19063
19101
|
const obj_sections_item = obj_sections[i];
|
|
19064
19102
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
19065
|
-
const referencepath_sections_itemValidationError = validate$
|
|
19103
|
+
const referencepath_sections_itemValidationError = validate$1I(obj_sections_item, path_sections_item);
|
|
19066
19104
|
if (referencepath_sections_itemValidationError !== null) {
|
|
19067
19105
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
19068
19106
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19137,7 +19175,7 @@ function equals$$(existing, incoming) {
|
|
|
19137
19175
|
}
|
|
19138
19176
|
const ingest$28 = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19139
19177
|
if (process.env.NODE_ENV !== 'production') {
|
|
19140
|
-
const validateError = validate$
|
|
19178
|
+
const validateError = validate$1H(input);
|
|
19141
19179
|
if (validateError !== null) {
|
|
19142
19180
|
throw validateError;
|
|
19143
19181
|
}
|
|
@@ -19179,7 +19217,7 @@ function getRecordId18Array(value) {
|
|
|
19179
19217
|
return dedupe(array).sort();
|
|
19180
19218
|
}
|
|
19181
19219
|
|
|
19182
|
-
function validate$
|
|
19220
|
+
function validate$1G(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
19183
19221
|
const v_error = (() => {
|
|
19184
19222
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19185
19223
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19200,7 +19238,7 @@ function validate$1F(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
19200
19238
|
|
|
19201
19239
|
const TTL$B = 900000;
|
|
19202
19240
|
const VERSION$2y = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
19203
|
-
function validate$
|
|
19241
|
+
function validate$1F(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
19204
19242
|
const v_error = (() => {
|
|
19205
19243
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19206
19244
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19240,7 +19278,7 @@ function validate$1E(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
19240
19278
|
const key = obj_sectionUserStates_keys[i];
|
|
19241
19279
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
19242
19280
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
19243
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
19281
|
+
const referencepath_sectionUserStates_propValidationError = validate$1G(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
19244
19282
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
19245
19283
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
19246
19284
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19297,7 +19335,7 @@ function equals$_(existing, incoming) {
|
|
|
19297
19335
|
}
|
|
19298
19336
|
const ingest$27 = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19299
19337
|
if (process.env.NODE_ENV !== 'production') {
|
|
19300
|
-
const validateError = validate$
|
|
19338
|
+
const validateError = validate$1F(input);
|
|
19301
19339
|
if (validateError !== null) {
|
|
19302
19340
|
throw validateError;
|
|
19303
19341
|
}
|
|
@@ -19319,7 +19357,7 @@ function getTypeCacheKeys$2a(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19319
19357
|
|
|
19320
19358
|
const TTL$A = 900000;
|
|
19321
19359
|
const VERSION$2x = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
19322
|
-
function validate$
|
|
19360
|
+
function validate$1E(obj, path = 'RecordUiRepresentation') {
|
|
19323
19361
|
const v_error = (() => {
|
|
19324
19362
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19325
19363
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19581,7 +19619,7 @@ function equals$Z(existing, incoming) {
|
|
|
19581
19619
|
}
|
|
19582
19620
|
const ingest$26 = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19583
19621
|
if (process.env.NODE_ENV !== 'production') {
|
|
19584
|
-
const validateError = validate$
|
|
19622
|
+
const validateError = validate$1E(input);
|
|
19585
19623
|
if (validateError !== null) {
|
|
19586
19624
|
throw validateError;
|
|
19587
19625
|
}
|
|
@@ -20739,7 +20777,7 @@ const factory$h = (luvio) => {
|
|
|
20739
20777
|
};
|
|
20740
20778
|
|
|
20741
20779
|
const VERSION$2u = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
20742
|
-
function validate$
|
|
20780
|
+
function validate$1B(obj, path = 'QuickActionExecutionRepresentation') {
|
|
20743
20781
|
const v_error = (() => {
|
|
20744
20782
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20745
20783
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20912,7 +20950,7 @@ function equals$W(existing, incoming) {
|
|
|
20912
20950
|
}
|
|
20913
20951
|
const ingest$23 = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20914
20952
|
if (process.env.NODE_ENV !== 'production') {
|
|
20915
|
-
const validateError = validate$
|
|
20953
|
+
const validateError = validate$1B(input);
|
|
20916
20954
|
if (validateError !== null) {
|
|
20917
20955
|
throw validateError;
|
|
20918
20956
|
}
|
|
@@ -20934,7 +20972,7 @@ function getTypeCacheKeys$27(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20934
20972
|
|
|
20935
20973
|
const TTL$z = 900000;
|
|
20936
20974
|
const VERSION$2t = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20937
|
-
function validate$
|
|
20975
|
+
function validate$1A(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20938
20976
|
const v_error = (() => {
|
|
20939
20977
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20940
20978
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21099,7 +21137,7 @@ function coerceFormFactor(form) {
|
|
|
21099
21137
|
}
|
|
21100
21138
|
|
|
21101
21139
|
const VERSION$2s = "3f49d751896cf66e6e29788d8880e2cc";
|
|
21102
|
-
function validate$
|
|
21140
|
+
function validate$1z(obj, path = 'PlatformActionRepresentation') {
|
|
21103
21141
|
const v_error = (() => {
|
|
21104
21142
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21105
21143
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21631,7 +21669,7 @@ function equals$U(existing, incoming) {
|
|
|
21631
21669
|
}
|
|
21632
21670
|
const ingest$22 = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21633
21671
|
if (process.env.NODE_ENV !== 'production') {
|
|
21634
|
-
const validateError = validate$
|
|
21672
|
+
const validateError = validate$1z(input);
|
|
21635
21673
|
if (validateError !== null) {
|
|
21636
21674
|
throw validateError;
|
|
21637
21675
|
}
|
|
@@ -21652,7 +21690,7 @@ function getTypeCacheKeys$25(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21652
21690
|
}
|
|
21653
21691
|
|
|
21654
21692
|
const VERSION$2r = "378d506f563a4bd724b322d440df33d1";
|
|
21655
|
-
function validate$
|
|
21693
|
+
function validate$1y(obj, path = 'EntityActionRepresentation') {
|
|
21656
21694
|
const v_error = (() => {
|
|
21657
21695
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21658
21696
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21766,7 +21804,7 @@ function equals$T(existing, incoming) {
|
|
|
21766
21804
|
}
|
|
21767
21805
|
const ingest$21 = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21768
21806
|
if (process.env.NODE_ENV !== 'production') {
|
|
21769
|
-
const validateError = validate$
|
|
21807
|
+
const validateError = validate$1y(input);
|
|
21770
21808
|
if (validateError !== null) {
|
|
21771
21809
|
throw validateError;
|
|
21772
21810
|
}
|
|
@@ -21792,7 +21830,7 @@ function getTypeCacheKeys$24(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21792
21830
|
|
|
21793
21831
|
const TTL$y = 300000;
|
|
21794
21832
|
const VERSION$2q = "e485d96c1402a9ca2f56e56485af0216";
|
|
21795
|
-
function validate$
|
|
21833
|
+
function validate$1x(obj, path = 'ActionRepresentation') {
|
|
21796
21834
|
const v_error = (() => {
|
|
21797
21835
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21798
21836
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21890,7 +21928,7 @@ function equals$S(existing, incoming) {
|
|
|
21890
21928
|
}
|
|
21891
21929
|
const ingest$20 = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21892
21930
|
if (process.env.NODE_ENV !== 'production') {
|
|
21893
|
-
const validateError = validate$
|
|
21931
|
+
const validateError = validate$1x(input);
|
|
21894
21932
|
if (validateError !== null) {
|
|
21895
21933
|
throw validateError;
|
|
21896
21934
|
}
|
|
@@ -22062,7 +22100,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
22062
22100
|
|
|
22063
22101
|
const TTL$x = 900000;
|
|
22064
22102
|
const VERSION$2p = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
22065
|
-
function validate$
|
|
22103
|
+
function validate$1w(obj, path = 'QuickActionLayoutRepresentation') {
|
|
22066
22104
|
const v_error = (() => {
|
|
22067
22105
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22068
22106
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22079,7 +22117,7 @@ function validate$1v(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
22079
22117
|
}
|
|
22080
22118
|
const obj_layout = obj.layout;
|
|
22081
22119
|
const path_layout = path + '.layout';
|
|
22082
|
-
const referencepath_layoutValidationError = validate$
|
|
22120
|
+
const referencepath_layoutValidationError = validate$1H(obj_layout, path_layout);
|
|
22083
22121
|
if (referencepath_layoutValidationError !== null) {
|
|
22084
22122
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
22085
22123
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22129,7 +22167,7 @@ function equals$R(existing, incoming) {
|
|
|
22129
22167
|
}
|
|
22130
22168
|
const ingest$1$ = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22131
22169
|
if (process.env.NODE_ENV !== 'production') {
|
|
22132
|
-
const validateError = validate$
|
|
22170
|
+
const validateError = validate$1w(input);
|
|
22133
22171
|
if (validateError !== null) {
|
|
22134
22172
|
throw validateError;
|
|
22135
22173
|
}
|
|
@@ -22608,7 +22646,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
22608
22646
|
};
|
|
22609
22647
|
|
|
22610
22648
|
const VERSION$2o = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
22611
|
-
function validate$
|
|
22649
|
+
function validate$1v(obj, path = 'ActionOverrideRepresentation') {
|
|
22612
22650
|
const v_error = (() => {
|
|
22613
22651
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22614
22652
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22641,7 +22679,7 @@ function equals$Q(existing, incoming) {
|
|
|
22641
22679
|
}
|
|
22642
22680
|
const ingest$1_ = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22643
22681
|
if (process.env.NODE_ENV !== 'production') {
|
|
22644
|
-
const validateError = validate$
|
|
22682
|
+
const validateError = validate$1v(input);
|
|
22645
22683
|
if (validateError !== null) {
|
|
22646
22684
|
throw validateError;
|
|
22647
22685
|
}
|
|
@@ -22796,7 +22834,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
22796
22834
|
buildCachedSnapshotCachePolicy$M, buildNetworkSnapshotCachePolicy$N);
|
|
22797
22835
|
};
|
|
22798
22836
|
|
|
22799
|
-
function validate$
|
|
22837
|
+
function validate$1u(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
22800
22838
|
const v_error = (() => {
|
|
22801
22839
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22802
22840
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22834,7 +22872,7 @@ function validate$1t(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22834
22872
|
|
|
22835
22873
|
const TTL$w = 300000;
|
|
22836
22874
|
const VERSION$2n = "c57b66c259b23683db7b763e132e8633";
|
|
22837
|
-
function validate$
|
|
22875
|
+
function validate$1t(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22838
22876
|
const v_error = (() => {
|
|
22839
22877
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22840
22878
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22855,7 +22893,7 @@ function validate$1s(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
22855
22893
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
22856
22894
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
22857
22895
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
22858
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
22896
|
+
const referencepath_activations_prop_itemValidationError = validate$1u(obj_activations_prop_item, path_activations_prop_item);
|
|
22859
22897
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
22860
22898
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
22861
22899
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22899,7 +22937,7 @@ function equals$P(existing, incoming) {
|
|
|
22899
22937
|
}
|
|
22900
22938
|
const ingest$1Z = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22901
22939
|
if (process.env.NODE_ENV !== 'production') {
|
|
22902
|
-
const validateError = validate$
|
|
22940
|
+
const validateError = validate$1t(input);
|
|
22903
22941
|
if (validateError !== null) {
|
|
22904
22942
|
throw validateError;
|
|
22905
22943
|
}
|
|
@@ -23061,7 +23099,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
|
|
|
23061
23099
|
};
|
|
23062
23100
|
|
|
23063
23101
|
const VERSION$2m = "7a5e66e0b88fe9d2233bb3158931bfa6";
|
|
23064
|
-
function validate$
|
|
23102
|
+
function validate$1s(obj, path = 'QuickActionColorRepresentation') {
|
|
23065
23103
|
const v_error = (() => {
|
|
23066
23104
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23067
23105
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23137,7 +23175,7 @@ function equals$O(existing, incoming) {
|
|
|
23137
23175
|
}
|
|
23138
23176
|
|
|
23139
23177
|
const VERSION$2l = "5e970aa7dacfdd8e0c6d5daca575ec58";
|
|
23140
|
-
function validate$
|
|
23178
|
+
function validate$1r(obj, path = 'CopilotQuickActionInputRepresentation') {
|
|
23141
23179
|
const v_error = (() => {
|
|
23142
23180
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23143
23181
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23199,7 +23237,7 @@ function equals$N(existing, incoming) {
|
|
|
23199
23237
|
}
|
|
23200
23238
|
|
|
23201
23239
|
const VERSION$2k = "53b489083ef57944d2a9d4a2aaf72ec3";
|
|
23202
|
-
function validate$
|
|
23240
|
+
function validate$1q(obj, path = 'QuickActionIconRepresentation') {
|
|
23203
23241
|
const v_error = (() => {
|
|
23204
23242
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23205
23243
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23304,7 +23342,7 @@ function equals$M(existing, incoming) {
|
|
|
23304
23342
|
|
|
23305
23343
|
const TTL$v = 900000;
|
|
23306
23344
|
const VERSION$2j = "fa106dcb7d887c1e9b3e958336280ac8";
|
|
23307
|
-
function validate$
|
|
23345
|
+
function validate$1p(obj, path = 'QuickActionInfoRepresentation') {
|
|
23308
23346
|
const v_error = (() => {
|
|
23309
23347
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23310
23348
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23348,7 +23386,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
23348
23386
|
for (let i = 0; i < obj_colors.length; i++) {
|
|
23349
23387
|
const obj_colors_item = obj_colors[i];
|
|
23350
23388
|
const path_colors_item = path_colors + '[' + i + ']';
|
|
23351
|
-
const referencepath_colors_itemValidationError = validate$
|
|
23389
|
+
const referencepath_colors_itemValidationError = validate$1s(obj_colors_item, path_colors_item);
|
|
23352
23390
|
if (referencepath_colors_itemValidationError !== null) {
|
|
23353
23391
|
let message = 'Object doesn\'t match QuickActionColorRepresentation (at "' + path_colors_item + '")\n';
|
|
23354
23392
|
message += referencepath_colors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23389,7 +23427,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
23389
23427
|
for (let i = 0; i < obj_copilotInputs.length; i++) {
|
|
23390
23428
|
const obj_copilotInputs_item = obj_copilotInputs[i];
|
|
23391
23429
|
const path_copilotInputs_item = path_copilotInputs + '[' + i + ']';
|
|
23392
|
-
const referencepath_copilotInputs_itemValidationError = validate$
|
|
23430
|
+
const referencepath_copilotInputs_itemValidationError = validate$1r(obj_copilotInputs_item, path_copilotInputs_item);
|
|
23393
23431
|
if (referencepath_copilotInputs_itemValidationError !== null) {
|
|
23394
23432
|
let message = 'Object doesn\'t match CopilotQuickActionInputRepresentation (at "' + path_copilotInputs_item + '")\n';
|
|
23395
23433
|
message += referencepath_copilotInputs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23565,7 +23603,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
23565
23603
|
for (let i = 0; i < obj_icons.length; i++) {
|
|
23566
23604
|
const obj_icons_item = obj_icons[i];
|
|
23567
23605
|
const path_icons_item = path_icons + '[' + i + ']';
|
|
23568
|
-
const referencepath_icons_itemValidationError = validate$
|
|
23606
|
+
const referencepath_icons_itemValidationError = validate$1q(obj_icons_item, path_icons_item);
|
|
23569
23607
|
if (referencepath_icons_itemValidationError !== null) {
|
|
23570
23608
|
let message = 'Object doesn\'t match QuickActionIconRepresentation (at "' + path_icons_item + '")\n';
|
|
23571
23609
|
message += referencepath_icons_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24014,7 +24052,7 @@ function equals$L(existing, incoming) {
|
|
|
24014
24052
|
}
|
|
24015
24053
|
const ingest$1Y = function QuickActionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24016
24054
|
if (process.env.NODE_ENV !== 'production') {
|
|
24017
|
-
const validateError = validate$
|
|
24055
|
+
const validateError = validate$1p(input);
|
|
24018
24056
|
if (validateError !== null) {
|
|
24019
24057
|
throw validateError;
|
|
24020
24058
|
}
|
|
@@ -24198,7 +24236,7 @@ function merge$1(existing, incoming) {
|
|
|
24198
24236
|
const dynamicIngest$4 = (ingestParams) => {
|
|
24199
24237
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24200
24238
|
if (process.env.NODE_ENV !== 'production') {
|
|
24201
|
-
const validateError = validate$
|
|
24239
|
+
const validateError = validate$1A(input);
|
|
24202
24240
|
if (validateError !== null) {
|
|
24203
24241
|
throw validateError;
|
|
24204
24242
|
}
|
|
@@ -24710,7 +24748,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
24710
24748
|
buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$I);
|
|
24711
24749
|
};
|
|
24712
24750
|
|
|
24713
|
-
function validate$
|
|
24751
|
+
function validate$1o(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
24714
24752
|
const v_error = (() => {
|
|
24715
24753
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24716
24754
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25136,7 +25174,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
25136
25174
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
25137
25175
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
25138
25176
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
25139
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
25177
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1o(untrustedConfig_relatedListsActionParameters_item);
|
|
25140
25178
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
25141
25179
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
25142
25180
|
}
|
|
@@ -25454,7 +25492,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
25454
25492
|
};
|
|
25455
25493
|
|
|
25456
25494
|
const VERSION$2i = "a316b3bba367f54adc67d7552ed7d36d";
|
|
25457
|
-
function validate$
|
|
25495
|
+
function validate$1n(obj, path = 'PageReferenceRepresentation') {
|
|
25458
25496
|
const v_error = (() => {
|
|
25459
25497
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25460
25498
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25515,7 +25553,7 @@ function equals$K(existing, incoming) {
|
|
|
25515
25553
|
}
|
|
25516
25554
|
const ingest$1X = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25517
25555
|
if (process.env.NODE_ENV !== 'production') {
|
|
25518
|
-
const validateError = validate$
|
|
25556
|
+
const validateError = validate$1n(input);
|
|
25519
25557
|
if (validateError !== null) {
|
|
25520
25558
|
throw validateError;
|
|
25521
25559
|
}
|
|
@@ -25537,7 +25575,7 @@ function getTypeCacheKeys$1_(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
25537
25575
|
|
|
25538
25576
|
const TTL$u = 120000;
|
|
25539
25577
|
const VERSION$2h = "09884ca5bf90ea4662092a4e48817081";
|
|
25540
|
-
function validate$
|
|
25578
|
+
function validate$1m(obj, path = 'NavItemRepresentation') {
|
|
25541
25579
|
const v_error = (() => {
|
|
25542
25580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25543
25581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25929,7 +25967,7 @@ function equals$J(existing, incoming) {
|
|
|
25929
25967
|
}
|
|
25930
25968
|
const ingest$1W = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25931
25969
|
if (process.env.NODE_ENV !== 'production') {
|
|
25932
|
-
const validateError = validate$
|
|
25970
|
+
const validateError = validate$1m(input);
|
|
25933
25971
|
if (validateError !== null) {
|
|
25934
25972
|
throw validateError;
|
|
25935
25973
|
}
|
|
@@ -25954,7 +25992,7 @@ function getTypeCacheKeys$1Z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
25954
25992
|
|
|
25955
25993
|
const TTL$t = 300000;
|
|
25956
25994
|
const VERSION$2g = "0cd492fdd6c713c206ef53dc02175f71";
|
|
25957
|
-
function validate$
|
|
25995
|
+
function validate$1l(obj, path = 'AppRepresentation') {
|
|
25958
25996
|
const v_error = (() => {
|
|
25959
25997
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25960
25998
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26431,7 +26469,7 @@ function equals$I(existing, incoming) {
|
|
|
26431
26469
|
}
|
|
26432
26470
|
const ingest$1V = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26433
26471
|
if (process.env.NODE_ENV !== 'production') {
|
|
26434
|
-
const validateError = validate$
|
|
26472
|
+
const validateError = validate$1l(input);
|
|
26435
26473
|
if (validateError !== null) {
|
|
26436
26474
|
throw validateError;
|
|
26437
26475
|
}
|
|
@@ -26461,7 +26499,7 @@ function getTypeCacheKeys$1Y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26461
26499
|
|
|
26462
26500
|
const TTL$s = 300000;
|
|
26463
26501
|
const VERSION$2f = "a254babf0b6414315db7808a157fd9fc";
|
|
26464
|
-
function validate$
|
|
26502
|
+
function validate$1k(obj, path = 'AppsRepresentation') {
|
|
26465
26503
|
const v_error = (() => {
|
|
26466
26504
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26467
26505
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26543,7 +26581,7 @@ function equals$H(existing, incoming) {
|
|
|
26543
26581
|
}
|
|
26544
26582
|
const ingest$1U = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26545
26583
|
if (process.env.NODE_ENV !== 'production') {
|
|
26546
|
-
const validateError = validate$
|
|
26584
|
+
const validateError = validate$1k(input);
|
|
26547
26585
|
if (validateError !== null) {
|
|
26548
26586
|
throw validateError;
|
|
26549
26587
|
}
|
|
@@ -26851,7 +26889,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
26851
26889
|
};
|
|
26852
26890
|
|
|
26853
26891
|
const VERSION$2e = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
26854
|
-
function validate$
|
|
26892
|
+
function validate$1j(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
26855
26893
|
const v_error = (() => {
|
|
26856
26894
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26857
26895
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26913,7 +26951,7 @@ const select$2E = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
26913
26951
|
};
|
|
26914
26952
|
|
|
26915
26953
|
const VERSION$2d = "320d7f254687278f2763d4b490dab3fb";
|
|
26916
|
-
function validate$
|
|
26954
|
+
function validate$1i(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
26917
26955
|
const v_error = (() => {
|
|
26918
26956
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26919
26957
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26936,7 +26974,7 @@ function validate$1h(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
26936
26974
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
26937
26975
|
const obj_filterItems_item = obj_filterItems[i];
|
|
26938
26976
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
26939
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
26977
|
+
const referencepath_filterItems_itemValidationError = validate$1j(obj_filterItems_item, path_filterItems_item);
|
|
26940
26978
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
26941
26979
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
26942
26980
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26979,7 +27017,7 @@ const select$2D = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
26979
27017
|
};
|
|
26980
27018
|
|
|
26981
27019
|
const VERSION$2c = "b47b44e260e5ce777beaf3da9088997c";
|
|
26982
|
-
function validate$
|
|
27020
|
+
function validate$1h(obj, path = 'MatchRuleRepresentation') {
|
|
26983
27021
|
const v_error = (() => {
|
|
26984
27022
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26985
27023
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27049,7 +27087,7 @@ const select$2C = function MatchRuleRepresentationSelect() {
|
|
|
27049
27087
|
};
|
|
27050
27088
|
|
|
27051
27089
|
const VERSION$2b = "bb83d7210bb1d7861b6188bc5f552617";
|
|
27052
|
-
function validate$
|
|
27090
|
+
function validate$1g(obj, path = 'DuplicateRuleRepresentation') {
|
|
27053
27091
|
const v_error = (() => {
|
|
27054
27092
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27055
27093
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27077,7 +27115,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
27077
27115
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
27078
27116
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
27079
27117
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
27080
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
27118
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1i(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
27081
27119
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
27082
27120
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
27083
27121
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27097,7 +27135,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
27097
27135
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
27098
27136
|
const obj_matchRules_item = obj_matchRules[i];
|
|
27099
27137
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
27100
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
27138
|
+
const referencepath_matchRules_itemValidationError = validate$1h(obj_matchRules_item, path_matchRules_item);
|
|
27101
27139
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
27102
27140
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
27103
27141
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27190,7 +27228,7 @@ const select$2B = function DuplicateRuleRepresentationSelect() {
|
|
|
27190
27228
|
|
|
27191
27229
|
const TTL$r = 900000;
|
|
27192
27230
|
const VERSION$2a = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
27193
|
-
function validate$
|
|
27231
|
+
function validate$1f(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
27194
27232
|
const v_error = (() => {
|
|
27195
27233
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27196
27234
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27225,7 +27263,7 @@ function validate$1e(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
27225
27263
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
27226
27264
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
27227
27265
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
27228
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
27266
|
+
const referencepath_duplicateRules_itemValidationError = validate$1g(obj_duplicateRules_item, path_duplicateRules_item);
|
|
27229
27267
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
27230
27268
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
27231
27269
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27292,7 +27330,7 @@ function equals$G(existing, incoming) {
|
|
|
27292
27330
|
}
|
|
27293
27331
|
const ingest$1T = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27294
27332
|
if (process.env.NODE_ENV !== 'production') {
|
|
27295
|
-
const validateError = validate$
|
|
27333
|
+
const validateError = validate$1f(input);
|
|
27296
27334
|
if (validateError !== null) {
|
|
27297
27335
|
throw validateError;
|
|
27298
27336
|
}
|
|
@@ -27532,11 +27570,11 @@ function validateAdapterConfig$S(untrustedConfig, _configPropertyNames) {
|
|
|
27532
27570
|
if (config === null) {
|
|
27533
27571
|
return null;
|
|
27534
27572
|
}
|
|
27535
|
-
// recordTypeId coercion is nuts: if `null` (but not undefined) then use MASTER record type id
|
|
27536
27573
|
let recordTypeId = config.recordTypeId;
|
|
27537
27574
|
if (recordTypeId === undefined) {
|
|
27538
27575
|
// must check untrusted bc config has been coerced
|
|
27539
|
-
if (untrustedConfig.recordTypeId !== null
|
|
27576
|
+
if (untrustedConfig.recordTypeId !== null &&
|
|
27577
|
+
untrustedConfig.recordTypeId !== undefined) {
|
|
27540
27578
|
return null;
|
|
27541
27579
|
}
|
|
27542
27580
|
recordTypeId = MAIN_RECORD_TYPE_ID;
|
|
@@ -28457,7 +28495,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
|
|
|
28457
28495
|
buildCachedSnapshotCachePolicy$w, buildNetworkSnapshotCachePolicy$x);
|
|
28458
28496
|
};
|
|
28459
28497
|
|
|
28460
|
-
function validate$
|
|
28498
|
+
function validate$1e(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
28461
28499
|
const v_error = (() => {
|
|
28462
28500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28463
28501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28488,7 +28526,7 @@ function validate$1d(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
28488
28526
|
return v_error === undefined ? null : v_error;
|
|
28489
28527
|
}
|
|
28490
28528
|
|
|
28491
|
-
function validate$
|
|
28529
|
+
function validate$1d(obj, path = 'ListScopeInputRepresentation') {
|
|
28492
28530
|
const v_error = (() => {
|
|
28493
28531
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28494
28532
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28617,7 +28655,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
28617
28655
|
const untrustedConfig_filteredByInfo_array = [];
|
|
28618
28656
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
28619
28657
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
28620
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
28658
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
28621
28659
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
28622
28660
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
28623
28661
|
}
|
|
@@ -28625,7 +28663,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
28625
28663
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
28626
28664
|
}
|
|
28627
28665
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
28628
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
28666
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
28629
28667
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
28630
28668
|
config.scope = untrustedConfig_scope;
|
|
28631
28669
|
}
|
|
@@ -28907,7 +28945,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
28907
28945
|
const untrustedConfig_filteredByInfo_array = [];
|
|
28908
28946
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
28909
28947
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
28910
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
28948
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
28911
28949
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
28912
28950
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
28913
28951
|
}
|
|
@@ -28915,7 +28953,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
28915
28953
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
28916
28954
|
}
|
|
28917
28955
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
28918
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
28956
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
28919
28957
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
28920
28958
|
config.scope = untrustedConfig_scope;
|
|
28921
28959
|
}
|
|
@@ -28965,7 +29003,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
28965
29003
|
};
|
|
28966
29004
|
|
|
28967
29005
|
const VERSION$29 = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
28968
|
-
function validate$
|
|
29006
|
+
function validate$1c(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
28969
29007
|
const v_error = (() => {
|
|
28970
29008
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28971
29009
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29015,7 +29053,7 @@ function equals$F(existing, incoming) {
|
|
|
29015
29053
|
}
|
|
29016
29054
|
|
|
29017
29055
|
const VERSION$28 = "355933ff2970aa91a2848a94565e956a";
|
|
29018
|
-
function validate$
|
|
29056
|
+
function validate$1b(obj, path = 'ListObjectScopeRepresentation') {
|
|
29019
29057
|
const v_error = (() => {
|
|
29020
29058
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29021
29059
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29033,7 +29071,7 @@ function validate$1a(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
29033
29071
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
29034
29072
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
29035
29073
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
29036
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
29074
|
+
const referencepath_availableEntities_itemValidationError = validate$1c(obj_availableEntities_item, path_availableEntities_item);
|
|
29037
29075
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
29038
29076
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
29039
29077
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29097,7 +29135,7 @@ function equals$E(existing, incoming) {
|
|
|
29097
29135
|
}
|
|
29098
29136
|
|
|
29099
29137
|
const VERSION$27 = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
29100
|
-
function validate$
|
|
29138
|
+
function validate$1a(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
29101
29139
|
const v_error = (() => {
|
|
29102
29140
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29103
29141
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29147,7 +29185,7 @@ function equals$D(existing, incoming) {
|
|
|
29147
29185
|
}
|
|
29148
29186
|
|
|
29149
29187
|
const VERSION$26 = "2c35f797fead79b5c45b521e77dd6ace";
|
|
29150
|
-
function validate$
|
|
29188
|
+
function validate$19(obj, path = 'ListObjectColumnRepresentation') {
|
|
29151
29189
|
const v_error = (() => {
|
|
29152
29190
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29153
29191
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29216,7 +29254,7 @@ function validate$18(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
29216
29254
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
29217
29255
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
29218
29256
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
29219
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
29257
|
+
const referencepath_picklistValues_itemValidationError = validate$1a(obj_picklistValues_item, path_picklistValues_item);
|
|
29220
29258
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
29221
29259
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
29222
29260
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29362,7 +29400,7 @@ function equals$C(existing, incoming) {
|
|
|
29362
29400
|
|
|
29363
29401
|
const TTL$q = 900000;
|
|
29364
29402
|
const VERSION$25 = "2405a0b25c2c00f82e88b600edc16387";
|
|
29365
|
-
function validate$
|
|
29403
|
+
function validate$18(obj, path = 'ListObjectInfoRepresentation') {
|
|
29366
29404
|
const v_error = (() => {
|
|
29367
29405
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29368
29406
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29375,7 +29413,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
29375
29413
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
29376
29414
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
29377
29415
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
29378
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
29416
|
+
const referencepath_availableScopes_itemValidationError = validate$1b(obj_availableScopes_item, path_availableScopes_item);
|
|
29379
29417
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
29380
29418
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
29381
29419
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29390,7 +29428,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
29390
29428
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
29391
29429
|
const obj_columns_item = obj_columns[i];
|
|
29392
29430
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
29393
|
-
const referencepath_columns_itemValidationError = validate$
|
|
29431
|
+
const referencepath_columns_itemValidationError = validate$19(obj_columns_item, path_columns_item);
|
|
29394
29432
|
if (referencepath_columns_itemValidationError !== null) {
|
|
29395
29433
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
29396
29434
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29538,7 +29576,7 @@ function equals$B(existing, incoming) {
|
|
|
29538
29576
|
}
|
|
29539
29577
|
const ingest$1S = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29540
29578
|
if (process.env.NODE_ENV !== 'production') {
|
|
29541
|
-
const validateError = validate$
|
|
29579
|
+
const validateError = validate$18(input);
|
|
29542
29580
|
if (validateError !== null) {
|
|
29543
29581
|
throw validateError;
|
|
29544
29582
|
}
|
|
@@ -29701,7 +29739,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
29701
29739
|
|
|
29702
29740
|
const TTL$p = 900000;
|
|
29703
29741
|
const VERSION$24 = "458d4a6a30201e422e8daec5fcb03845";
|
|
29704
|
-
function validate$
|
|
29742
|
+
function validate$17(obj, path = 'ListPreferencesRepresentation') {
|
|
29705
29743
|
const v_error = (() => {
|
|
29706
29744
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29707
29745
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29736,7 +29774,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
29736
29774
|
}
|
|
29737
29775
|
const obj_listReference = obj.listReference;
|
|
29738
29776
|
const path_listReference = path + '.listReference';
|
|
29739
|
-
const referencepath_listReferenceValidationError = validate$
|
|
29777
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
29740
29778
|
if (referencepath_listReferenceValidationError !== null) {
|
|
29741
29779
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
29742
29780
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29750,7 +29788,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
29750
29788
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
29751
29789
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
29752
29790
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
29753
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
29791
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
29754
29792
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
29755
29793
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
29756
29794
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29846,7 +29884,7 @@ function equals$A(existing, incoming) {
|
|
|
29846
29884
|
}
|
|
29847
29885
|
const ingest$1R = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29848
29886
|
if (process.env.NODE_ENV !== 'production') {
|
|
29849
|
-
const validateError = validate$
|
|
29887
|
+
const validateError = validate$17(input);
|
|
29850
29888
|
if (validateError !== null) {
|
|
29851
29889
|
throw validateError;
|
|
29852
29890
|
}
|
|
@@ -30009,7 +30047,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
30009
30047
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
30010
30048
|
};
|
|
30011
30049
|
|
|
30012
|
-
function validate$
|
|
30050
|
+
function validate$16(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
30013
30051
|
const v_error = (() => {
|
|
30014
30052
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30015
30053
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30117,7 +30155,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
30117
30155
|
const untrustedConfig_orderedBy_array = [];
|
|
30118
30156
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
30119
30157
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
30120
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
30158
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedBy_item);
|
|
30121
30159
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
30122
30160
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
30123
30161
|
}
|
|
@@ -30171,7 +30209,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
30171
30209
|
|
|
30172
30210
|
const TTL$o = 120000;
|
|
30173
30211
|
const VERSION$23 = "756779d0d7e137dd72c743544afbad82";
|
|
30174
|
-
function validate$
|
|
30212
|
+
function validate$15(obj, path = 'NavItemsRepresentation') {
|
|
30175
30213
|
const v_error = (() => {
|
|
30176
30214
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30177
30215
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30299,7 +30337,7 @@ function equals$z(existing, incoming) {
|
|
|
30299
30337
|
}
|
|
30300
30338
|
const ingest$1Q = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30301
30339
|
if (process.env.NODE_ENV !== 'production') {
|
|
30302
|
-
const validateError = validate$
|
|
30340
|
+
const validateError = validate$15(input);
|
|
30303
30341
|
if (validateError !== null) {
|
|
30304
30342
|
throw validateError;
|
|
30305
30343
|
}
|
|
@@ -30906,7 +30944,7 @@ var DiscriminatorValues$4;
|
|
|
30906
30944
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
30907
30945
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
30908
30946
|
const VERSION$1_ = "bd523b2343366edfc25a2dbee2c4e986";
|
|
30909
|
-
function validate$
|
|
30947
|
+
function validate$14(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
30910
30948
|
const v_error = (() => {
|
|
30911
30949
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30912
30950
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30951,7 +30989,7 @@ const select$2c = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
30951
30989
|
};
|
|
30952
30990
|
|
|
30953
30991
|
const VERSION$1Z = "9e2a16a80378487f557124c771201cf9";
|
|
30954
|
-
function validate$
|
|
30992
|
+
function validate$13(obj, path = 'PicklistValueRepresentation') {
|
|
30955
30993
|
const v_error = (() => {
|
|
30956
30994
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30957
30995
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30960,7 +30998,7 @@ function validate$12(obj, path = 'PicklistValueRepresentation') {
|
|
|
30960
30998
|
const path_attributes = path + '.attributes';
|
|
30961
30999
|
let obj_attributes_union0 = null;
|
|
30962
31000
|
const obj_attributes_union0_error = (() => {
|
|
30963
|
-
const referencepath_attributesValidationError = validate$
|
|
31001
|
+
const referencepath_attributesValidationError = validate$14(obj_attributes, path_attributes);
|
|
30964
31002
|
if (referencepath_attributesValidationError !== null) {
|
|
30965
31003
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
30966
31004
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31055,7 +31093,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
31055
31093
|
|
|
31056
31094
|
const TTL$n = 900000;
|
|
31057
31095
|
const VERSION$1Y = "0a361a49370acb4c6a31721a2057649a";
|
|
31058
|
-
function validate$
|
|
31096
|
+
function validate$12(obj, path = 'PicklistValuesRepresentation') {
|
|
31059
31097
|
const v_error = (() => {
|
|
31060
31098
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31061
31099
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31078,7 +31116,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
31078
31116
|
const path_defaultValue = path + '.defaultValue';
|
|
31079
31117
|
let obj_defaultValue_union0 = null;
|
|
31080
31118
|
const obj_defaultValue_union0_error = (() => {
|
|
31081
|
-
const referencepath_defaultValueValidationError = validate$
|
|
31119
|
+
const referencepath_defaultValueValidationError = validate$13(obj_defaultValue, path_defaultValue);
|
|
31082
31120
|
if (referencepath_defaultValueValidationError !== null) {
|
|
31083
31121
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
31084
31122
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31121,7 +31159,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
31121
31159
|
for (let i = 0; i < obj_values.length; i++) {
|
|
31122
31160
|
const obj_values_item = obj_values[i];
|
|
31123
31161
|
const path_values_item = path_values + '[' + i + ']';
|
|
31124
|
-
const referencepath_values_itemValidationError = validate$
|
|
31162
|
+
const referencepath_values_itemValidationError = validate$13(obj_values_item, path_values_item);
|
|
31125
31163
|
if (referencepath_values_itemValidationError !== null) {
|
|
31126
31164
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
31127
31165
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31179,7 +31217,7 @@ function equals$y(existing, incoming) {
|
|
|
31179
31217
|
}
|
|
31180
31218
|
const ingest$1P = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31181
31219
|
if (process.env.NODE_ENV !== 'production') {
|
|
31182
|
-
const validateError = validate$
|
|
31220
|
+
const validateError = validate$12(input);
|
|
31183
31221
|
if (validateError !== null) {
|
|
31184
31222
|
throw validateError;
|
|
31185
31223
|
}
|
|
@@ -31201,7 +31239,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31201
31239
|
|
|
31202
31240
|
const TTL$m = 300000;
|
|
31203
31241
|
const VERSION$1X = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
31204
|
-
function validate$
|
|
31242
|
+
function validate$11(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
31205
31243
|
const v_error = (() => {
|
|
31206
31244
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31207
31245
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31288,7 +31326,7 @@ function equals$x(existing, incoming) {
|
|
|
31288
31326
|
}
|
|
31289
31327
|
const ingest$1O = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31290
31328
|
if (process.env.NODE_ENV !== 'production') {
|
|
31291
|
-
const validateError = validate$
|
|
31329
|
+
const validateError = validate$11(input);
|
|
31292
31330
|
if (validateError !== null) {
|
|
31293
31331
|
throw validateError;
|
|
31294
31332
|
}
|
|
@@ -31775,7 +31813,7 @@ const getPathLayoutAdapterFactory = (luvio) => function UiApi__getPathLayout(unt
|
|
|
31775
31813
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
31776
31814
|
};
|
|
31777
31815
|
|
|
31778
|
-
function validate
|
|
31816
|
+
function validate$10(obj, path = 'MatchResultInfoRepresentation') {
|
|
31779
31817
|
const v_error = (() => {
|
|
31780
31818
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31781
31819
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31801,7 +31839,7 @@ function validate$$(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
31801
31839
|
return v_error === undefined ? null : v_error;
|
|
31802
31840
|
}
|
|
31803
31841
|
|
|
31804
|
-
function validate
|
|
31842
|
+
function validate$$(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
31805
31843
|
const v_error = (() => {
|
|
31806
31844
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31807
31845
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31813,7 +31851,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
31813
31851
|
}
|
|
31814
31852
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
31815
31853
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
31816
|
-
const referencepath_matchResultInfoValidationError = validate
|
|
31854
|
+
const referencepath_matchResultInfoValidationError = validate$10(obj_matchResultInfo, path_matchResultInfo);
|
|
31817
31855
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
31818
31856
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
31819
31857
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31828,7 +31866,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
31828
31866
|
return v_error === undefined ? null : v_error;
|
|
31829
31867
|
}
|
|
31830
31868
|
|
|
31831
|
-
function validate$
|
|
31869
|
+
function validate$_(obj, path = 'MatchRepresentation') {
|
|
31832
31870
|
const v_error = (() => {
|
|
31833
31871
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31834
31872
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31843,7 +31881,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
31843
31881
|
const key = obj_duplicateResultInfos_keys[i];
|
|
31844
31882
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
31845
31883
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
31846
|
-
const referencepath_duplicateResultInfos_propValidationError = validate
|
|
31884
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$$(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
31847
31885
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
31848
31886
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
31849
31887
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31873,7 +31911,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
31873
31911
|
|
|
31874
31912
|
const TTL$l = 30000;
|
|
31875
31913
|
const VERSION$1W = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
31876
|
-
function validate$
|
|
31914
|
+
function validate$Z(obj, path = 'DuplicatesRepresentation') {
|
|
31877
31915
|
const v_error = (() => {
|
|
31878
31916
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31879
31917
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31908,7 +31946,7 @@ function validate$Y(obj, path = 'DuplicatesRepresentation') {
|
|
|
31908
31946
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
31909
31947
|
const obj_matches_item = obj_matches[i];
|
|
31910
31948
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
31911
|
-
const referencepath_matches_itemValidationError = validate$
|
|
31949
|
+
const referencepath_matches_itemValidationError = validate$_(obj_matches_item, path_matches_item);
|
|
31912
31950
|
if (referencepath_matches_itemValidationError !== null) {
|
|
31913
31951
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
31914
31952
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31938,7 +31976,7 @@ function equals$w(existing, incoming) {
|
|
|
31938
31976
|
}
|
|
31939
31977
|
const ingest$1N = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31940
31978
|
if (process.env.NODE_ENV !== 'production') {
|
|
31941
|
-
const validateError = validate$
|
|
31979
|
+
const validateError = validate$Z(input);
|
|
31942
31980
|
if (validateError !== null) {
|
|
31943
31981
|
throw validateError;
|
|
31944
31982
|
}
|
|
@@ -32131,7 +32169,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
32131
32169
|
};
|
|
32132
32170
|
|
|
32133
32171
|
const VERSION$1V = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
32134
|
-
function validate$
|
|
32172
|
+
function validate$Y(obj, path = 'PhotoMetadataRepresentation') {
|
|
32135
32173
|
const v_error = (() => {
|
|
32136
32174
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32137
32175
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32223,8 +32261,8 @@ function equals$v(existing, incoming) {
|
|
|
32223
32261
|
}
|
|
32224
32262
|
|
|
32225
32263
|
const VERSION$1U = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
32226
|
-
function validate$
|
|
32227
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
32264
|
+
function validate$X(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
32265
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
32228
32266
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
32229
32267
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
32230
32268
|
}
|
|
@@ -32291,7 +32329,7 @@ function validate$W(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
32291
32329
|
}
|
|
32292
32330
|
const obj_photoMetadata = obj.photoMetadata;
|
|
32293
32331
|
const path_photoMetadata = path + '.photoMetadata';
|
|
32294
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
32332
|
+
const referencepath_photoMetadataValidationError = validate$Y(obj_photoMetadata, path_photoMetadata);
|
|
32295
32333
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
32296
32334
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
32297
32335
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32446,7 +32484,7 @@ function equals$u(existing, incoming) {
|
|
|
32446
32484
|
}
|
|
32447
32485
|
const ingest$1M = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32448
32486
|
if (process.env.NODE_ENV !== 'production') {
|
|
32449
|
-
const validateError = validate$
|
|
32487
|
+
const validateError = validate$X(input);
|
|
32450
32488
|
if (validateError !== null) {
|
|
32451
32489
|
throw validateError;
|
|
32452
32490
|
}
|
|
@@ -32467,8 +32505,8 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
32467
32505
|
}
|
|
32468
32506
|
|
|
32469
32507
|
const VERSION$1T = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
32470
|
-
function validate$
|
|
32471
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
32508
|
+
function validate$W(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
32509
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
32472
32510
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
32473
32511
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
32474
32512
|
}
|
|
@@ -32587,7 +32625,7 @@ function equals$t(existing, incoming) {
|
|
|
32587
32625
|
}
|
|
32588
32626
|
const ingest$1L = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32589
32627
|
if (process.env.NODE_ENV !== 'production') {
|
|
32590
|
-
const validateError = validate$
|
|
32628
|
+
const validateError = validate$W(input);
|
|
32591
32629
|
if (validateError !== null) {
|
|
32592
32630
|
throw validateError;
|
|
32593
32631
|
}
|
|
@@ -32613,7 +32651,7 @@ var DiscriminatorValues$3;
|
|
|
32613
32651
|
DiscriminatorValues["Theme"] = "Theme";
|
|
32614
32652
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
32615
32653
|
const VERSION$1S = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
32616
|
-
function validate$
|
|
32654
|
+
function validate$V(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
32617
32655
|
const v_error = (() => {
|
|
32618
32656
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32619
32657
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32706,8 +32744,8 @@ function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
32706
32744
|
}
|
|
32707
32745
|
|
|
32708
32746
|
const VERSION$1R = "f531b44760afecfce89990fe5a5c5c29";
|
|
32709
|
-
function validate$
|
|
32710
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
32747
|
+
function validate$U(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
32748
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
32711
32749
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
32712
32750
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
32713
32751
|
}
|
|
@@ -32768,7 +32806,7 @@ function equals$r(existing, incoming) {
|
|
|
32768
32806
|
}
|
|
32769
32807
|
const ingest$1K = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32770
32808
|
if (process.env.NODE_ENV !== 'production') {
|
|
32771
|
-
const validateError = validate$
|
|
32809
|
+
const validateError = validate$U(input);
|
|
32772
32810
|
if (validateError !== null) {
|
|
32773
32811
|
throw validateError;
|
|
32774
32812
|
}
|
|
@@ -32789,7 +32827,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
32789
32827
|
}
|
|
32790
32828
|
|
|
32791
32829
|
const VERSION$1Q = "17c20b01167dba9a81452e60bb28b2f2";
|
|
32792
|
-
function validate$
|
|
32830
|
+
function validate$T(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
32793
32831
|
const v_error = (() => {
|
|
32794
32832
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32795
32833
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32839,8 +32877,8 @@ function equals$q(existing, incoming) {
|
|
|
32839
32877
|
}
|
|
32840
32878
|
|
|
32841
32879
|
const VERSION$1P = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
32842
|
-
function validate$
|
|
32843
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
32880
|
+
function validate$S(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
32881
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
32844
32882
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
32845
32883
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
32846
32884
|
}
|
|
@@ -32856,7 +32894,7 @@ function validate$R(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
32856
32894
|
for (let i = 0; i < obj_result.length; i++) {
|
|
32857
32895
|
const obj_result_item = obj_result[i];
|
|
32858
32896
|
const path_result_item = path_result + '[' + i + ']';
|
|
32859
|
-
const referencepath_result_itemValidationError = validate$
|
|
32897
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
32860
32898
|
if (referencepath_result_itemValidationError !== null) {
|
|
32861
32899
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
32862
32900
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32906,7 +32944,7 @@ function equals$p(existing, incoming) {
|
|
|
32906
32944
|
}
|
|
32907
32945
|
const ingest$1J = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32908
32946
|
if (process.env.NODE_ENV !== 'production') {
|
|
32909
|
-
const validateError = validate$
|
|
32947
|
+
const validateError = validate$S(input);
|
|
32910
32948
|
if (validateError !== null) {
|
|
32911
32949
|
throw validateError;
|
|
32912
32950
|
}
|
|
@@ -32927,8 +32965,8 @@ function getTypeCacheKeys$1L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
32927
32965
|
}
|
|
32928
32966
|
|
|
32929
32967
|
const VERSION$1O = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
32930
|
-
function validate$
|
|
32931
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
32968
|
+
function validate$R(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
32969
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
32932
32970
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
32933
32971
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
32934
32972
|
}
|
|
@@ -32944,7 +32982,7 @@ function validate$Q(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
32944
32982
|
for (let i = 0; i < obj_result.length; i++) {
|
|
32945
32983
|
const obj_result_item = obj_result[i];
|
|
32946
32984
|
const path_result_item = path_result + '[' + i + ']';
|
|
32947
|
-
const referencepath_result_itemValidationError = validate$
|
|
32985
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
32948
32986
|
if (referencepath_result_itemValidationError !== null) {
|
|
32949
32987
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
32950
32988
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32994,7 +33032,7 @@ function equals$o(existing, incoming) {
|
|
|
32994
33032
|
}
|
|
32995
33033
|
const ingest$1I = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32996
33034
|
if (process.env.NODE_ENV !== 'production') {
|
|
32997
|
-
const validateError = validate$
|
|
33035
|
+
const validateError = validate$R(input);
|
|
32998
33036
|
if (validateError !== null) {
|
|
32999
33037
|
throw validateError;
|
|
33000
33038
|
}
|
|
@@ -33021,7 +33059,7 @@ const DiscriminatorValues$2 = {
|
|
|
33021
33059
|
};
|
|
33022
33060
|
const TTL$k = 300000;
|
|
33023
33061
|
const VERSION$1N = "8956293536e94d5ec63b274b61033d2c";
|
|
33024
|
-
function validate$
|
|
33062
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
33025
33063
|
const v_error = (() => {
|
|
33026
33064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33027
33065
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33099,7 +33137,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
33099
33137
|
|
|
33100
33138
|
const TTL$j = 1800000;
|
|
33101
33139
|
const VERSION$1M = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
33102
|
-
function validate$
|
|
33140
|
+
function validate$P(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
33103
33141
|
const v_error = (() => {
|
|
33104
33142
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33105
33143
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33178,7 +33216,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
33178
33216
|
|
|
33179
33217
|
const ingest$1H = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33180
33218
|
if (process.env.NODE_ENV !== 'production') {
|
|
33181
|
-
const validateError = validate$
|
|
33219
|
+
const validateError = validate$P(input);
|
|
33182
33220
|
if (validateError !== null) {
|
|
33183
33221
|
throw validateError;
|
|
33184
33222
|
}
|
|
@@ -33669,7 +33707,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
33669
33707
|
};
|
|
33670
33708
|
|
|
33671
33709
|
const VERSION$1L = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
33672
|
-
function validate$
|
|
33710
|
+
function validate$O(obj, path = 'RelatedListReferenceRepresentation') {
|
|
33673
33711
|
const v_error = (() => {
|
|
33674
33712
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33675
33713
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33908,7 +33946,7 @@ function equals$l(existing, incoming) {
|
|
|
33908
33946
|
}
|
|
33909
33947
|
|
|
33910
33948
|
const VERSION$1K = "836b875b519813e7499efc62f0f1d04b";
|
|
33911
|
-
function validate$
|
|
33949
|
+
function validate$N(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
33912
33950
|
const v_error = (() => {
|
|
33913
33951
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33914
33952
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33951,7 +33989,7 @@ function validate$M(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
33951
33989
|
}
|
|
33952
33990
|
const obj_listReference = obj.listReference;
|
|
33953
33991
|
const path_listReference = path + '.listReference';
|
|
33954
|
-
const referencepath_listReferenceValidationError = validate$
|
|
33992
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
33955
33993
|
if (referencepath_listReferenceValidationError !== null) {
|
|
33956
33994
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
33957
33995
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34024,7 +34062,7 @@ function equals$k(existing, incoming) {
|
|
|
34024
34062
|
}
|
|
34025
34063
|
const ingest$1G = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34026
34064
|
if (process.env.NODE_ENV !== 'production') {
|
|
34027
|
-
const validateError = validate$
|
|
34065
|
+
const validateError = validate$N(input);
|
|
34028
34066
|
if (validateError !== null) {
|
|
34029
34067
|
throw validateError;
|
|
34030
34068
|
}
|
|
@@ -34536,7 +34574,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
34536
34574
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
34537
34575
|
};
|
|
34538
34576
|
|
|
34539
|
-
function validate$
|
|
34577
|
+
function validate$M(obj, path = 'RelatedListColumnRepresentation') {
|
|
34540
34578
|
const v_error = (() => {
|
|
34541
34579
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34542
34580
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34687,7 +34725,7 @@ function validate$L(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
34687
34725
|
|
|
34688
34726
|
const TTL$i = 900000;
|
|
34689
34727
|
const VERSION$1J = "c977d65d153a2b4e888ddd45fb083248";
|
|
34690
|
-
function validate$
|
|
34728
|
+
function validate$L(obj, path = 'RelatedListInfoRepresentation') {
|
|
34691
34729
|
const v_error = (() => {
|
|
34692
34730
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34693
34731
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34715,7 +34753,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
34715
34753
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
34716
34754
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
34717
34755
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
34718
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
34756
|
+
const referencepath_displayColumns_itemValidationError = validate$M(obj_displayColumns_item, path_displayColumns_item);
|
|
34719
34757
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
34720
34758
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
34721
34759
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34762,7 +34800,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
34762
34800
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
34763
34801
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
34764
34802
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
34765
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
34803
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2e(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
34766
34804
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
34767
34805
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
34768
34806
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34776,7 +34814,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
34776
34814
|
}
|
|
34777
34815
|
const obj_listReference = obj.listReference;
|
|
34778
34816
|
const path_listReference = path + '.listReference';
|
|
34779
|
-
const referencepath_listReferenceValidationError = validate$
|
|
34817
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
34780
34818
|
if (referencepath_listReferenceValidationError !== null) {
|
|
34781
34819
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
34782
34820
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34814,7 +34852,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
34814
34852
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
34815
34853
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
34816
34854
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
34817
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
34855
|
+
const referencepath_orderedByInfo_itemValidationError = validate$29(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
34818
34856
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
34819
34857
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
34820
34858
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34833,7 +34871,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
34833
34871
|
}
|
|
34834
34872
|
const obj_userPreferences = obj.userPreferences;
|
|
34835
34873
|
const path_userPreferences = path + '.userPreferences';
|
|
34836
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
34874
|
+
const referencepath_userPreferencesValidationError = validate$25(obj_userPreferences, path_userPreferences);
|
|
34837
34875
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
34838
34876
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
34839
34877
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34973,7 +35011,7 @@ function equals$j(existing, incoming) {
|
|
|
34973
35011
|
}
|
|
34974
35012
|
const ingest$1F = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34975
35013
|
if (process.env.NODE_ENV !== 'production') {
|
|
34976
|
-
const validateError = validate$
|
|
35014
|
+
const validateError = validate$L(input);
|
|
34977
35015
|
if (validateError !== null) {
|
|
34978
35016
|
throw validateError;
|
|
34979
35017
|
}
|
|
@@ -35411,7 +35449,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
35411
35449
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
35412
35450
|
};
|
|
35413
35451
|
|
|
35414
|
-
function validate$
|
|
35452
|
+
function validate$K(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
35415
35453
|
const v_error = (() => {
|
|
35416
35454
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35417
35455
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35507,7 +35545,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
35507
35545
|
const path_themeInfo = path + '.themeInfo';
|
|
35508
35546
|
let obj_themeInfo_union0 = null;
|
|
35509
35547
|
const obj_themeInfo_union0_error = (() => {
|
|
35510
|
-
const referencepath_themeInfoValidationError = validate$
|
|
35548
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
35511
35549
|
if (referencepath_themeInfoValidationError !== null) {
|
|
35512
35550
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
35513
35551
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35542,7 +35580,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
35542
35580
|
}
|
|
35543
35581
|
|
|
35544
35582
|
const VERSION$1I = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
35545
|
-
function validate$
|
|
35583
|
+
function validate$J(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
35546
35584
|
const v_error = (() => {
|
|
35547
35585
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35548
35586
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35591,7 +35629,7 @@ function validate$I(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
35591
35629
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
35592
35630
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
35593
35631
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
35594
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
35632
|
+
const referencepath_relatedLists_itemValidationError = validate$K(obj_relatedLists_item, path_relatedLists_item);
|
|
35595
35633
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
35596
35634
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
35597
35635
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35647,7 +35685,7 @@ function equals$i(existing, incoming) {
|
|
|
35647
35685
|
}
|
|
35648
35686
|
const ingest$1E = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35649
35687
|
if (process.env.NODE_ENV !== 'production') {
|
|
35650
|
-
const validateError = validate$
|
|
35688
|
+
const validateError = validate$J(input);
|
|
35651
35689
|
if (validateError !== null) {
|
|
35652
35690
|
throw validateError;
|
|
35653
35691
|
}
|
|
@@ -35898,7 +35936,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
35898
35936
|
|
|
35899
35937
|
const TTL$h = 900000;
|
|
35900
35938
|
const VERSION$1H = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
35901
|
-
function validate$
|
|
35939
|
+
function validate$H(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
35902
35940
|
const v_error = (() => {
|
|
35903
35941
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35904
35942
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35939,7 +35977,7 @@ function validate$G(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
35939
35977
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
35940
35978
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
35941
35979
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
35942
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
35980
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
35943
35981
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
35944
35982
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
35945
35983
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35983,7 +36021,7 @@ function equals$h(existing, incoming) {
|
|
|
35983
36021
|
}
|
|
35984
36022
|
const ingest$1D = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35985
36023
|
if (process.env.NODE_ENV !== 'production') {
|
|
35986
|
-
const validateError = validate$
|
|
36024
|
+
const validateError = validate$H(input);
|
|
35987
36025
|
if (validateError !== null) {
|
|
35988
36026
|
throw validateError;
|
|
35989
36027
|
}
|
|
@@ -36491,7 +36529,7 @@ const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRe
|
|
|
36491
36529
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
36492
36530
|
};
|
|
36493
36531
|
|
|
36494
|
-
function validate$
|
|
36532
|
+
function validate$G(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
36495
36533
|
const v_error = (() => {
|
|
36496
36534
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36497
36535
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36734,7 +36772,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
36734
36772
|
|
|
36735
36773
|
const TTL$g = 30000;
|
|
36736
36774
|
const VERSION$1G = "62467c27c19349b70c9db2a8d9d591d9";
|
|
36737
|
-
function validate$
|
|
36775
|
+
function validate$F(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
36738
36776
|
const v_error = (() => {
|
|
36739
36777
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36740
36778
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36815,7 +36853,7 @@ function validate$E(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
36815
36853
|
}
|
|
36816
36854
|
const obj_listReference = obj.listReference;
|
|
36817
36855
|
const path_listReference = path + '.listReference';
|
|
36818
|
-
const referencepath_listReferenceValidationError = validate$
|
|
36856
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
36819
36857
|
if (referencepath_listReferenceValidationError !== null) {
|
|
36820
36858
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
36821
36859
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37236,7 +37274,7 @@ function equals$g(existing, incoming) {
|
|
|
37236
37274
|
}
|
|
37237
37275
|
const ingest$1C = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
37238
37276
|
if (process.env.NODE_ENV !== 'production') {
|
|
37239
|
-
const validateError = validate$
|
|
37277
|
+
const validateError = validate$F(input);
|
|
37240
37278
|
if (validateError !== null) {
|
|
37241
37279
|
throw validateError;
|
|
37242
37280
|
}
|
|
@@ -37728,7 +37766,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
37728
37766
|
const untrustedConfig_relatedListParameters_array = [];
|
|
37729
37767
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
37730
37768
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
37731
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
37769
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$G(untrustedConfig_relatedListParameters_item);
|
|
37732
37770
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
37733
37771
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
37734
37772
|
}
|
|
@@ -37973,7 +38011,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
37973
38011
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
37974
38012
|
};
|
|
37975
38013
|
|
|
37976
|
-
function validate$
|
|
38014
|
+
function validate$E(obj, path = 'SearchFilterOptionRepresentation') {
|
|
37977
38015
|
const v_error = (() => {
|
|
37978
38016
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
37979
38017
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38003,7 +38041,7 @@ var DiscriminatorValues;
|
|
|
38003
38041
|
DiscriminatorValues["Field"] = "Field";
|
|
38004
38042
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
38005
38043
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
38006
|
-
function validate$
|
|
38044
|
+
function validate$D(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
38007
38045
|
const v_error = (() => {
|
|
38008
38046
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38009
38047
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38064,7 +38102,7 @@ function validate$C(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
38064
38102
|
|
|
38065
38103
|
const TTL$f = 30000;
|
|
38066
38104
|
const VERSION$1F = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
38067
|
-
function validate$
|
|
38105
|
+
function validate$C(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
38068
38106
|
const v_error = (() => {
|
|
38069
38107
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38070
38108
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38103,7 +38141,7 @@ function validate$B(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
38103
38141
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
38104
38142
|
const obj_filters_item = obj_filters[i];
|
|
38105
38143
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
38106
|
-
const referencepath_filters_itemValidationError = validate$
|
|
38144
|
+
const referencepath_filters_itemValidationError = validate$D(obj_filters_item, path_filters_item);
|
|
38107
38145
|
if (referencepath_filters_itemValidationError !== null) {
|
|
38108
38146
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
38109
38147
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38148,7 +38186,7 @@ function equals$f(existing, incoming) {
|
|
|
38148
38186
|
}
|
|
38149
38187
|
const ingest$1B = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
38150
38188
|
if (process.env.NODE_ENV !== 'production') {
|
|
38151
|
-
const validateError = validate$
|
|
38189
|
+
const validateError = validate$C(input);
|
|
38152
38190
|
if (validateError !== null) {
|
|
38153
38191
|
throw validateError;
|
|
38154
38192
|
}
|
|
@@ -38312,7 +38350,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
38312
38350
|
|
|
38313
38351
|
const TTL$e = 30000;
|
|
38314
38352
|
const VERSION$1E = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
38315
|
-
function validate$
|
|
38353
|
+
function validate$B(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
38316
38354
|
const v_error = (() => {
|
|
38317
38355
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38318
38356
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38335,7 +38373,7 @@ function validate$A(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
38335
38373
|
for (let i = 0; i < obj_options.length; i++) {
|
|
38336
38374
|
const obj_options_item = obj_options[i];
|
|
38337
38375
|
const path_options_item = path_options + '[' + i + ']';
|
|
38338
|
-
const referencepath_options_itemValidationError = validate$
|
|
38376
|
+
const referencepath_options_itemValidationError = validate$E(obj_options_item, path_options_item);
|
|
38339
38377
|
if (referencepath_options_itemValidationError !== null) {
|
|
38340
38378
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
38341
38379
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38402,7 +38440,7 @@ function equals$e(existing, incoming) {
|
|
|
38402
38440
|
}
|
|
38403
38441
|
const ingest$1A = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
38404
38442
|
if (process.env.NODE_ENV !== 'production') {
|
|
38405
|
-
const validateError = validate$
|
|
38443
|
+
const validateError = validate$B(input);
|
|
38406
38444
|
if (validateError !== null) {
|
|
38407
38445
|
throw validateError;
|
|
38408
38446
|
}
|
|
@@ -38566,7 +38604,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
38566
38604
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
38567
38605
|
};
|
|
38568
38606
|
|
|
38569
|
-
function validate$
|
|
38607
|
+
function validate$A(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
|
|
38570
38608
|
const v_error = (() => {
|
|
38571
38609
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38572
38610
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38590,7 +38628,7 @@ function validate$z(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation')
|
|
|
38590
38628
|
return v_error === undefined ? null : v_error;
|
|
38591
38629
|
}
|
|
38592
38630
|
|
|
38593
|
-
function validate$
|
|
38631
|
+
function validate$z(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
38594
38632
|
const v_error = (() => {
|
|
38595
38633
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38596
38634
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38603,7 +38641,7 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
38603
38641
|
for (let i = 0; i < obj_fields.length; i++) {
|
|
38604
38642
|
const obj_fields_item = obj_fields[i];
|
|
38605
38643
|
const path_fields_item = path_fields + '[' + i + ']';
|
|
38606
|
-
const referencepath_fields_itemValidationError = validate$
|
|
38644
|
+
const referencepath_fields_itemValidationError = validate$A(obj_fields_item, path_fields_item);
|
|
38607
38645
|
if (referencepath_fields_itemValidationError !== null) {
|
|
38608
38646
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoFieldRepresentation (at "' + path_fields_item + '")\n';
|
|
38609
38647
|
message += referencepath_fields_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38614,14 +38652,14 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
38614
38652
|
return v_error === undefined ? null : v_error;
|
|
38615
38653
|
}
|
|
38616
38654
|
|
|
38617
|
-
function validate$
|
|
38655
|
+
function validate$y(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
38618
38656
|
const v_error = (() => {
|
|
38619
38657
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38620
38658
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
38621
38659
|
}
|
|
38622
38660
|
const obj_displayInfo = obj.displayInfo;
|
|
38623
38661
|
const path_displayInfo = path + '.displayInfo';
|
|
38624
|
-
const referencepath_displayInfoValidationError = validate$
|
|
38662
|
+
const referencepath_displayInfoValidationError = validate$z(obj_displayInfo, path_displayInfo);
|
|
38625
38663
|
if (referencepath_displayInfoValidationError !== null) {
|
|
38626
38664
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoRepresentation (at "' + path_displayInfo + '")\n';
|
|
38627
38665
|
message += referencepath_displayInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38631,7 +38669,7 @@ function validate$x(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
|
38631
38669
|
return v_error === undefined ? null : v_error;
|
|
38632
38670
|
}
|
|
38633
38671
|
|
|
38634
|
-
function validate$
|
|
38672
|
+
function validate$x(obj, path = 'DisplayLayoutRepresentation') {
|
|
38635
38673
|
const v_error = (() => {
|
|
38636
38674
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38637
38675
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38652,7 +38690,7 @@ function validate$w(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
38652
38690
|
return v_error === undefined ? null : v_error;
|
|
38653
38691
|
}
|
|
38654
38692
|
|
|
38655
|
-
function validate$
|
|
38693
|
+
function validate$w(obj, path = 'MatchingInfoRepresentation') {
|
|
38656
38694
|
const v_error = (() => {
|
|
38657
38695
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38658
38696
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38673,14 +38711,14 @@ function validate$v(obj, path = 'MatchingInfoRepresentation') {
|
|
|
38673
38711
|
return v_error === undefined ? null : v_error;
|
|
38674
38712
|
}
|
|
38675
38713
|
|
|
38676
|
-
function validate$
|
|
38714
|
+
function validate$v(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
38677
38715
|
const v_error = (() => {
|
|
38678
38716
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38679
38717
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
38680
38718
|
}
|
|
38681
38719
|
const obj_displayLayout = obj.displayLayout;
|
|
38682
38720
|
const path_displayLayout = path + '.displayLayout';
|
|
38683
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
38721
|
+
const referencepath_displayLayoutValidationError = validate$x(obj_displayLayout, path_displayLayout);
|
|
38684
38722
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
38685
38723
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
38686
38724
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38688,7 +38726,7 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
38688
38726
|
}
|
|
38689
38727
|
const obj_matchingInfo = obj.matchingInfo;
|
|
38690
38728
|
const path_matchingInfo = path + '.matchingInfo';
|
|
38691
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
38729
|
+
const referencepath_matchingInfoValidationError = validate$w(obj_matchingInfo, path_matchingInfo);
|
|
38692
38730
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
38693
38731
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
38694
38732
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38698,14 +38736,14 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
38698
38736
|
return v_error === undefined ? null : v_error;
|
|
38699
38737
|
}
|
|
38700
38738
|
|
|
38701
|
-
function validate$
|
|
38739
|
+
function validate$u(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
38702
38740
|
const v_error = (() => {
|
|
38703
38741
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38704
38742
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
38705
38743
|
}
|
|
38706
38744
|
const obj_advancedLookupInfo = obj.advancedLookupInfo;
|
|
38707
38745
|
const path_advancedLookupInfo = path + '.advancedLookupInfo';
|
|
38708
|
-
const referencepath_advancedLookupInfoValidationError = validate$
|
|
38746
|
+
const referencepath_advancedLookupInfoValidationError = validate$y(obj_advancedLookupInfo, path_advancedLookupInfo);
|
|
38709
38747
|
if (referencepath_advancedLookupInfoValidationError !== null) {
|
|
38710
38748
|
let message = 'Object doesn\'t match AdvancedLookupInfoRepresentation (at "' + path_advancedLookupInfo + '")\n';
|
|
38711
38749
|
message += referencepath_advancedLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38718,7 +38756,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
38718
38756
|
}
|
|
38719
38757
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
38720
38758
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
38721
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
38759
|
+
const referencepath_suggestionsInfoValidationError = validate$v(obj_suggestionsInfo, path_suggestionsInfo);
|
|
38722
38760
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
38723
38761
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
38724
38762
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38730,7 +38768,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
38730
38768
|
|
|
38731
38769
|
const TTL$d = 30000;
|
|
38732
38770
|
const VERSION$1D = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
38733
|
-
function validate$
|
|
38771
|
+
function validate$t(obj, path = 'LookupMetadataRepresentation') {
|
|
38734
38772
|
const v_error = (() => {
|
|
38735
38773
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38736
38774
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -38781,7 +38819,7 @@ function validate$s(obj, path = 'LookupMetadataRepresentation') {
|
|
|
38781
38819
|
const key = obj_targetInfo_keys[i];
|
|
38782
38820
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
38783
38821
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
38784
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
38822
|
+
const referencepath_targetInfo_propValidationError = validate$u(obj_targetInfo_prop, path_targetInfo_prop);
|
|
38785
38823
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
38786
38824
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
38787
38825
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -38821,7 +38859,7 @@ function equals$d(existing, incoming) {
|
|
|
38821
38859
|
}
|
|
38822
38860
|
const ingest$1z = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
38823
38861
|
if (process.env.NODE_ENV !== 'production') {
|
|
38824
|
-
const validateError = validate$
|
|
38862
|
+
const validateError = validate$t(input);
|
|
38825
38863
|
if (validateError !== null) {
|
|
38826
38864
|
throw validateError;
|
|
38827
38865
|
}
|
|
@@ -38983,7 +39021,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
38983
39021
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
38984
39022
|
};
|
|
38985
39023
|
|
|
38986
|
-
function validate$
|
|
39024
|
+
function validate$s(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
38987
39025
|
const v_error = (() => {
|
|
38988
39026
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
38989
39027
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39014,7 +39052,7 @@ function validate$r(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
39014
39052
|
return v_error === undefined ? null : v_error;
|
|
39015
39053
|
}
|
|
39016
39054
|
|
|
39017
|
-
function validate$
|
|
39055
|
+
function validate$r(obj, path = 'SearchFilterInputRepresentation') {
|
|
39018
39056
|
const v_error = (() => {
|
|
39019
39057
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39020
39058
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39083,7 +39121,7 @@ function validate$q(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
39083
39121
|
return v_error === undefined ? null : v_error;
|
|
39084
39122
|
}
|
|
39085
39123
|
|
|
39086
|
-
function validate$
|
|
39124
|
+
function validate$q(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
39087
39125
|
const v_error = (() => {
|
|
39088
39126
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39089
39127
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39096,7 +39134,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
39096
39134
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
39097
39135
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
39098
39136
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
39099
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
39137
|
+
const referencepath_dataCategories_itemValidationError = validate$s(obj_dataCategories_item, path_dataCategories_item);
|
|
39100
39138
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
39101
39139
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
39102
39140
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39111,7 +39149,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
39111
39149
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
39112
39150
|
const obj_filters_item = obj_filters[i];
|
|
39113
39151
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
39114
|
-
const referencepath_filters_itemValidationError = validate$
|
|
39152
|
+
const referencepath_filters_itemValidationError = validate$r(obj_filters_item, path_filters_item);
|
|
39115
39153
|
if (referencepath_filters_itemValidationError !== null) {
|
|
39116
39154
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
39117
39155
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39122,7 +39160,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
39122
39160
|
return v_error === undefined ? null : v_error;
|
|
39123
39161
|
}
|
|
39124
39162
|
|
|
39125
|
-
function validate$
|
|
39163
|
+
function validate$p(obj, path = 'DirectAnswerResultRepresentation') {
|
|
39126
39164
|
const v_error = (() => {
|
|
39127
39165
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39128
39166
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39235,7 +39273,7 @@ function validate$o(obj, path = 'DirectAnswerResultRepresentation') {
|
|
|
39235
39273
|
return v_error === undefined ? null : v_error;
|
|
39236
39274
|
}
|
|
39237
39275
|
|
|
39238
|
-
function validate$
|
|
39276
|
+
function validate$o(obj, path = 'ErrorMessageRepresentation') {
|
|
39239
39277
|
const v_error = (() => {
|
|
39240
39278
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39241
39279
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39275,7 +39313,7 @@ function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
|
39275
39313
|
return v_error === undefined ? null : v_error;
|
|
39276
39314
|
}
|
|
39277
39315
|
|
|
39278
|
-
function validate$
|
|
39316
|
+
function validate$n(obj, path = 'SearchResultCollectionRepresentation') {
|
|
39279
39317
|
const v_error = (() => {
|
|
39280
39318
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39281
39319
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39289,7 +39327,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
39289
39327
|
const path_error = path + '.error';
|
|
39290
39328
|
let obj_error_union0 = null;
|
|
39291
39329
|
const obj_error_union0_error = (() => {
|
|
39292
|
-
const referencepath_errorValidationError = validate$
|
|
39330
|
+
const referencepath_errorValidationError = validate$o(obj_error, path_error);
|
|
39293
39331
|
if (referencepath_errorValidationError !== null) {
|
|
39294
39332
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
39295
39333
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39353,7 +39391,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
39353
39391
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
39354
39392
|
const obj_orderBy_item = obj_orderBy[i];
|
|
39355
39393
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
39356
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
39394
|
+
const referencepath_orderBy_itemValidationError = validate$29(obj_orderBy_item, path_orderBy_item);
|
|
39357
39395
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
39358
39396
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
39359
39397
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39419,7 +39457,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
39419
39457
|
return v_error === undefined ? null : v_error;
|
|
39420
39458
|
}
|
|
39421
39459
|
|
|
39422
|
-
function validate$
|
|
39460
|
+
function validate$m(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
39423
39461
|
const v_error = (() => {
|
|
39424
39462
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39425
39463
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -39466,6 +39504,46 @@ function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
39466
39504
|
return v_error === undefined ? null : v_error;
|
|
39467
39505
|
}
|
|
39468
39506
|
|
|
39507
|
+
function validate$l(obj, path = 'NLSResultsRepresentation') {
|
|
39508
|
+
const v_error = (() => {
|
|
39509
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
39510
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
39511
|
+
}
|
|
39512
|
+
const obj_hasNoResult = obj.hasNoResult;
|
|
39513
|
+
const path_hasNoResult = path + '.hasNoResult';
|
|
39514
|
+
let obj_hasNoResult_union0 = null;
|
|
39515
|
+
const obj_hasNoResult_union0_error = (() => {
|
|
39516
|
+
if (typeof obj_hasNoResult !== 'boolean') {
|
|
39517
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
39518
|
+
}
|
|
39519
|
+
})();
|
|
39520
|
+
if (obj_hasNoResult_union0_error != null) {
|
|
39521
|
+
obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
|
|
39522
|
+
}
|
|
39523
|
+
let obj_hasNoResult_union1 = null;
|
|
39524
|
+
const obj_hasNoResult_union1_error = (() => {
|
|
39525
|
+
if (obj_hasNoResult !== null) {
|
|
39526
|
+
return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
39527
|
+
}
|
|
39528
|
+
})();
|
|
39529
|
+
if (obj_hasNoResult_union1_error != null) {
|
|
39530
|
+
obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
|
|
39531
|
+
}
|
|
39532
|
+
if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
|
|
39533
|
+
let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
|
|
39534
|
+
message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
39535
|
+
message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
39536
|
+
return new TypeError(message);
|
|
39537
|
+
}
|
|
39538
|
+
const obj_results = obj.results;
|
|
39539
|
+
const path_results = path + '.results';
|
|
39540
|
+
if (typeof obj_results !== 'object') {
|
|
39541
|
+
return new TypeError('Expected "object" but received "' + typeof obj_results + '" (at "' + path_results + '")');
|
|
39542
|
+
}
|
|
39543
|
+
})();
|
|
39544
|
+
return v_error === undefined ? null : v_error;
|
|
39545
|
+
}
|
|
39546
|
+
|
|
39469
39547
|
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
39470
39548
|
const v_error = (() => {
|
|
39471
39549
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -39750,7 +39828,7 @@ function validate$f(obj, path = 'SearchObjectOptionsOutputRepresentation') {
|
|
|
39750
39828
|
}
|
|
39751
39829
|
|
|
39752
39830
|
const TTL$c = 200;
|
|
39753
|
-
const VERSION$1C = "
|
|
39831
|
+
const VERSION$1C = "5e805b26bc243a05358227e1d5e31fe2";
|
|
39754
39832
|
function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
39755
39833
|
const v_error = (() => {
|
|
39756
39834
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -39786,7 +39864,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
39786
39864
|
const path_directAnswerResult = path + '.directAnswerResult';
|
|
39787
39865
|
let obj_directAnswerResult_union0 = null;
|
|
39788
39866
|
const obj_directAnswerResult_union0_error = (() => {
|
|
39789
|
-
const referencepath_directAnswerResultValidationError = validate$
|
|
39867
|
+
const referencepath_directAnswerResultValidationError = validate$p(obj_directAnswerResult, path_directAnswerResult);
|
|
39790
39868
|
if (referencepath_directAnswerResultValidationError !== null) {
|
|
39791
39869
|
let message = 'Object doesn\'t match DirectAnswerResultRepresentation (at "' + path_directAnswerResult + '")\n';
|
|
39792
39870
|
message += referencepath_directAnswerResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39815,7 +39893,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
39815
39893
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
39816
39894
|
let obj_keywordSearchResults_union0 = null;
|
|
39817
39895
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
39818
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
39896
|
+
const referencepath_keywordSearchResultsValidationError = validate$m(obj_keywordSearchResults, path_keywordSearchResults);
|
|
39819
39897
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
39820
39898
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
39821
39899
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -39840,6 +39918,35 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
39840
39918
|
message += '\n' + obj_keywordSearchResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
39841
39919
|
return new TypeError(message);
|
|
39842
39920
|
}
|
|
39921
|
+
const obj_nlsResults = obj.nlsResults;
|
|
39922
|
+
const path_nlsResults = path + '.nlsResults';
|
|
39923
|
+
let obj_nlsResults_union0 = null;
|
|
39924
|
+
const obj_nlsResults_union0_error = (() => {
|
|
39925
|
+
const referencepath_nlsResultsValidationError = validate$l(obj_nlsResults, path_nlsResults);
|
|
39926
|
+
if (referencepath_nlsResultsValidationError !== null) {
|
|
39927
|
+
let message = 'Object doesn\'t match NLSResultsRepresentation (at "' + path_nlsResults + '")\n';
|
|
39928
|
+
message += referencepath_nlsResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
39929
|
+
return new TypeError(message);
|
|
39930
|
+
}
|
|
39931
|
+
})();
|
|
39932
|
+
if (obj_nlsResults_union0_error != null) {
|
|
39933
|
+
obj_nlsResults_union0 = obj_nlsResults_union0_error.message;
|
|
39934
|
+
}
|
|
39935
|
+
let obj_nlsResults_union1 = null;
|
|
39936
|
+
const obj_nlsResults_union1_error = (() => {
|
|
39937
|
+
if (obj_nlsResults !== null) {
|
|
39938
|
+
return new TypeError('Expected "null" but received "' + typeof obj_nlsResults + '" (at "' + path_nlsResults + '")');
|
|
39939
|
+
}
|
|
39940
|
+
})();
|
|
39941
|
+
if (obj_nlsResults_union1_error != null) {
|
|
39942
|
+
obj_nlsResults_union1 = obj_nlsResults_union1_error.message;
|
|
39943
|
+
}
|
|
39944
|
+
if (obj_nlsResults_union0 && obj_nlsResults_union1) {
|
|
39945
|
+
let message = 'Object doesn\'t match union (at "' + path_nlsResults + '")';
|
|
39946
|
+
message += '\n' + obj_nlsResults_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
39947
|
+
message += '\n' + obj_nlsResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
39948
|
+
return new TypeError(message);
|
|
39949
|
+
}
|
|
39843
39950
|
const obj_qnaResult = obj.qnaResult;
|
|
39844
39951
|
const path_qnaResult = path + '.qnaResult';
|
|
39845
39952
|
let obj_qnaResult_union0 = null;
|
|
@@ -40028,7 +40135,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
40028
40135
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
40029
40136
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
40030
40137
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
40031
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
40138
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$q(untrustedConfig_searchObjectOptions_prop);
|
|
40032
40139
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
40033
40140
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
40034
40141
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -40147,7 +40254,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
40147
40254
|
}
|
|
40148
40255
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
40149
40256
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
40150
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
40257
|
+
const referencepath_keywordSearchResultValidationError = validate$n(obj_keywordSearchResult, path_keywordSearchResult);
|
|
40151
40258
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
40152
40259
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
40153
40260
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -40302,7 +40409,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
40302
40409
|
const untrustedConfig_filters_array = [];
|
|
40303
40410
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
40304
40411
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
40305
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
40412
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$r(untrustedConfig_filters_item);
|
|
40306
40413
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
40307
40414
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
40308
40415
|
}
|
|
@@ -61858,6 +61965,12 @@ function selectTypeLinkWithPagination(resolvedLink, sel, fieldData, reader, key,
|
|
|
61858
61965
|
return;
|
|
61859
61966
|
}
|
|
61860
61967
|
}
|
|
61968
|
+
else if (totalEdges === 0 && !listIsComplete) {
|
|
61969
|
+
// empty edge list, but the list isn't complete?
|
|
61970
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
61971
|
+
throw new Error("page size of zero, but pageInfo .hasNextPage is true.");
|
|
61972
|
+
}
|
|
61973
|
+
}
|
|
61861
61974
|
else {
|
|
61862
61975
|
if (startOffset === undefined || endOffset === undefined) {
|
|
61863
61976
|
reader.markMissingLink(fieldData.__ref);
|
|
@@ -63974,7 +64087,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
63974
64087
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
63975
64088
|
let obj_recordTypeInfo_union0 = null;
|
|
63976
64089
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
63977
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
64090
|
+
const referencepath_recordTypeInfoValidationError = validate$20(obj_recordTypeInfo, path_recordTypeInfo);
|
|
63978
64091
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
63979
64092
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
63980
64093
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|