@salesforce/lwc-adapters-uiapi 1.266.0-dev4 → 1.266.0-dev5
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 +291 -245
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -7857,7 +7857,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
7857
7857
|
}
|
|
7858
7858
|
|
|
7859
7859
|
const VERSION$2v = "623aa9ce3a11031e35faf5671a41746e";
|
|
7860
|
-
function validate$
|
|
7860
|
+
function validate$23(obj, path = 'ListFilterByInfoRepresentation') {
|
|
7861
7861
|
const v_error = (() => {
|
|
7862
7862
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7863
7863
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7920,7 +7920,7 @@ const select$37 = function ListFilterByInfoRepresentationSelect() {
|
|
|
7920
7920
|
};
|
|
7921
7921
|
|
|
7922
7922
|
const VERSION$2u = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
7923
|
-
function validate$
|
|
7923
|
+
function validate$22(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
7924
7924
|
const v_error = (() => {
|
|
7925
7925
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7926
7926
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7999,7 +7999,7 @@ const select$36 = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
7999
7999
|
};
|
|
8000
8000
|
|
|
8001
8001
|
const VERSION$2t = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
8002
|
-
function validate$
|
|
8002
|
+
function validate$21(obj, path = 'ListReferenceRepresentation') {
|
|
8003
8003
|
const v_error = (() => {
|
|
8004
8004
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8005
8005
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8119,7 +8119,7 @@ function equals$18(existing, incoming) {
|
|
|
8119
8119
|
}
|
|
8120
8120
|
|
|
8121
8121
|
const VERSION$2s = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
8122
|
-
function validate$
|
|
8122
|
+
function validate$20(obj, path = 'ListInfoShareRepresentation') {
|
|
8123
8123
|
const v_error = (() => {
|
|
8124
8124
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8125
8125
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8156,7 +8156,7 @@ const select$34 = function ListInfoShareRepresentationSelect() {
|
|
|
8156
8156
|
};
|
|
8157
8157
|
|
|
8158
8158
|
const VERSION$2r = "561657f32721ec1dac1601575b029640";
|
|
8159
|
-
function validate$
|
|
8159
|
+
function validate$1$(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
8160
8160
|
const v_error = (() => {
|
|
8161
8161
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8162
8162
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8174,7 +8174,7 @@ function validate$1_(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
8174
8174
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
8175
8175
|
const obj_shares_item = obj_shares[i];
|
|
8176
8176
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
8177
|
-
const referencepath_shares_itemValidationError = validate$
|
|
8177
|
+
const referencepath_shares_itemValidationError = validate$20(obj_shares_item, path_shares_item);
|
|
8178
8178
|
if (referencepath_shares_itemValidationError !== null) {
|
|
8179
8179
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
8180
8180
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8206,7 +8206,7 @@ const select$33 = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
8206
8206
|
};
|
|
8207
8207
|
|
|
8208
8208
|
const VERSION$2q = "32def9b631252c12b91a8209c1f49f5a";
|
|
8209
|
-
function validate$
|
|
8209
|
+
function validate$1_(obj, path = 'ListOrderByInfoRepresentation') {
|
|
8210
8210
|
const v_error = (() => {
|
|
8211
8211
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8212
8212
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8291,7 +8291,7 @@ function equals$17(existing, incoming) {
|
|
|
8291
8291
|
}
|
|
8292
8292
|
|
|
8293
8293
|
const VERSION$2p = "2634258f216db34315c06d759a35676d";
|
|
8294
|
-
function validate$
|
|
8294
|
+
function validate$1Z(obj, path = 'ListScopeEntityRepresentation') {
|
|
8295
8295
|
const v_error = (() => {
|
|
8296
8296
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8297
8297
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8328,7 +8328,7 @@ const select$31 = function ListScopeEntityRepresentationSelect() {
|
|
|
8328
8328
|
};
|
|
8329
8329
|
|
|
8330
8330
|
const VERSION$2o = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
8331
|
-
function validate$
|
|
8331
|
+
function validate$1Y(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
8332
8332
|
const v_error = (() => {
|
|
8333
8333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8334
8334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8374,7 +8374,7 @@ const select$30 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
8374
8374
|
};
|
|
8375
8375
|
|
|
8376
8376
|
const VERSION$2n = "2fe9814e7124b47f59da585483c1b3f9";
|
|
8377
|
-
function validate$
|
|
8377
|
+
function validate$1X(obj, path = 'ListScopeRepresentation') {
|
|
8378
8378
|
const v_error = (() => {
|
|
8379
8379
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8380
8380
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8388,7 +8388,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
8388
8388
|
const path_entity = path + '.entity';
|
|
8389
8389
|
let obj_entity_union0 = null;
|
|
8390
8390
|
const obj_entity_union0_error = (() => {
|
|
8391
|
-
const referencepath_entityValidationError = validate$
|
|
8391
|
+
const referencepath_entityValidationError = validate$1Z(obj_entity, path_entity);
|
|
8392
8392
|
if (referencepath_entityValidationError !== null) {
|
|
8393
8393
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
8394
8394
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8443,7 +8443,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
8443
8443
|
const path_relatedEntity = path + '.relatedEntity';
|
|
8444
8444
|
let obj_relatedEntity_union0 = null;
|
|
8445
8445
|
const obj_relatedEntity_union0_error = (() => {
|
|
8446
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
8446
|
+
const referencepath_relatedEntityValidationError = validate$1Y(obj_relatedEntity, path_relatedEntity);
|
|
8447
8447
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
8448
8448
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
8449
8449
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8504,7 +8504,7 @@ const select$2$ = function ListScopeRepresentationSelect() {
|
|
|
8504
8504
|
};
|
|
8505
8505
|
|
|
8506
8506
|
const VERSION$2m = "6506134f4d72fdfa349fe60ef1af2413";
|
|
8507
|
-
function validate$
|
|
8507
|
+
function validate$1W(obj, path = 'ListUserPreferenceRepresentation') {
|
|
8508
8508
|
const v_error = (() => {
|
|
8509
8509
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8510
8510
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8560,7 +8560,7 @@ const select$2_ = function ListUserPreferenceRepresentationSelect() {
|
|
|
8560
8560
|
};
|
|
8561
8561
|
};
|
|
8562
8562
|
|
|
8563
|
-
function validate$
|
|
8563
|
+
function validate$1V(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
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 + '")');
|
|
@@ -8579,7 +8579,7 @@ function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
8579
8579
|
return v_error === undefined ? null : v_error;
|
|
8580
8580
|
}
|
|
8581
8581
|
|
|
8582
|
-
function validate$
|
|
8582
|
+
function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
8583
8583
|
const v_error = (() => {
|
|
8584
8584
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8585
8585
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8589,7 +8589,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8589
8589
|
const key = obj_keys[i];
|
|
8590
8590
|
const obj_prop = obj[key];
|
|
8591
8591
|
const path_prop = path + '["' + key + '"]';
|
|
8592
|
-
const referencepath_propValidationError = validate$
|
|
8592
|
+
const referencepath_propValidationError = validate$1V(obj_prop, path_prop);
|
|
8593
8593
|
if (referencepath_propValidationError !== null) {
|
|
8594
8594
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
8595
8595
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8601,7 +8601,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8601
8601
|
}
|
|
8602
8602
|
|
|
8603
8603
|
const VERSION$2l = "8aff6b0baf2e60a237e860236c4e1b70";
|
|
8604
|
-
function validate$
|
|
8604
|
+
function validate$1T(obj, path = 'ListColumnRepresentation') {
|
|
8605
8605
|
const v_error = (() => {
|
|
8606
8606
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8607
8607
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8616,7 +8616,7 @@ function validate$1S(obj, path = 'ListColumnRepresentation') {
|
|
|
8616
8616
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
8617
8617
|
let obj_inlineEditAttributes_union0 = null;
|
|
8618
8618
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
8619
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
8619
|
+
const referencepath_inlineEditAttributesValidationError = validate$1U(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
8620
8620
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
8621
8621
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
8622
8622
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8708,7 +8708,7 @@ function equals$16(existing, incoming) {
|
|
|
8708
8708
|
}
|
|
8709
8709
|
const ingest$1X = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8710
8710
|
if (process.env.NODE_ENV !== 'production') {
|
|
8711
|
-
const validateError = validate$
|
|
8711
|
+
const validateError = validate$1T(input);
|
|
8712
8712
|
if (validateError !== null) {
|
|
8713
8713
|
throw validateError;
|
|
8714
8714
|
}
|
|
@@ -8730,7 +8730,7 @@ function getTypeCacheKeys$1$(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8730
8730
|
|
|
8731
8731
|
const TTL$F = 900000;
|
|
8732
8732
|
const VERSION$2k = "178c8b58f78e2720fe8846a667c7b294";
|
|
8733
|
-
function validate$
|
|
8733
|
+
function validate$1S(obj, path = 'ListInfoRepresentation') {
|
|
8734
8734
|
const v_error = (() => {
|
|
8735
8735
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8736
8736
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8801,7 +8801,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8801
8801
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
8802
8802
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
8803
8803
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
8804
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
8804
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
8805
8805
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
8806
8806
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
8807
8807
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8813,7 +8813,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8813
8813
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
8814
8814
|
let obj_inlineEditDetails_union0 = null;
|
|
8815
8815
|
const obj_inlineEditDetails_union0_error = (() => {
|
|
8816
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
8816
|
+
const referencepath_inlineEditDetailsValidationError = validate$22(obj_inlineEditDetails, path_inlineEditDetails);
|
|
8817
8817
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
8818
8818
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
8819
8819
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8867,7 +8867,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8867
8867
|
}
|
|
8868
8868
|
const obj_listReference = obj.listReference;
|
|
8869
8869
|
const path_listReference = path + '.listReference';
|
|
8870
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8870
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
8871
8871
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8872
8872
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
8873
8873
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8882,7 +8882,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8882
8882
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
8883
8883
|
const obj_listShares_item = obj_listShares[i];
|
|
8884
8884
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
8885
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
8885
|
+
const referencepath_listShares_itemValidationError = validate$1$(obj_listShares_item, path_listShares_item);
|
|
8886
8886
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
8887
8887
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
8888
8888
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8912,7 +8912,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8912
8912
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
8913
8913
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
8914
8914
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
8915
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
8915
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
8916
8916
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
8917
8917
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
8918
8918
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8924,7 +8924,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8924
8924
|
const path_scope = path + '.scope';
|
|
8925
8925
|
let obj_scope_union0 = null;
|
|
8926
8926
|
const obj_scope_union0_error = (() => {
|
|
8927
|
-
const referencepath_scopeValidationError = validate$
|
|
8927
|
+
const referencepath_scopeValidationError = validate$1X(obj_scope, path_scope);
|
|
8928
8928
|
if (referencepath_scopeValidationError !== null) {
|
|
8929
8929
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
8930
8930
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8964,7 +8964,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8964
8964
|
}
|
|
8965
8965
|
const obj_userPreferences = obj.userPreferences;
|
|
8966
8966
|
const path_userPreferences = path + '.userPreferences';
|
|
8967
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
8967
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
8968
8968
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
8969
8969
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
8970
8970
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9132,7 +9132,7 @@ function equals$15(existing, incoming) {
|
|
|
9132
9132
|
}
|
|
9133
9133
|
const ingest$1W = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9134
9134
|
if (process.env.NODE_ENV !== 'production') {
|
|
9135
|
-
const validateError = validate$
|
|
9135
|
+
const validateError = validate$1S(input);
|
|
9136
9136
|
if (validateError !== null) {
|
|
9137
9137
|
throw validateError;
|
|
9138
9138
|
}
|
|
@@ -9202,7 +9202,7 @@ function toSortedStringArray(value) {
|
|
|
9202
9202
|
}
|
|
9203
9203
|
|
|
9204
9204
|
const VERSION$2j = "d1e589a127fb1060c89070cdb6f500b2";
|
|
9205
|
-
function validate$
|
|
9205
|
+
function validate$1R(obj, path = 'RecordTypeInfoRepresentation') {
|
|
9206
9206
|
const v_error = (() => {
|
|
9207
9207
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9208
9208
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9294,7 +9294,7 @@ function equals$14(existing, incoming) {
|
|
|
9294
9294
|
}
|
|
9295
9295
|
|
|
9296
9296
|
const VERSION$2i = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
9297
|
-
function validate$
|
|
9297
|
+
function validate$1Q(obj, path = 'FieldValueRepresentation') {
|
|
9298
9298
|
const v_error = (() => {
|
|
9299
9299
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9300
9300
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9441,7 +9441,7 @@ function equals$13(existing, incoming) {
|
|
|
9441
9441
|
}
|
|
9442
9442
|
const ingest$1V = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9443
9443
|
if (process.env.NODE_ENV !== 'production') {
|
|
9444
|
-
const validateError = validate$
|
|
9444
|
+
const validateError = validate$1Q(input);
|
|
9445
9445
|
if (validateError !== null) {
|
|
9446
9446
|
throw validateError;
|
|
9447
9447
|
}
|
|
@@ -9492,7 +9492,7 @@ const getTypeCacheKeys$1Y = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
9492
9492
|
|
|
9493
9493
|
const TTL$E = 120000;
|
|
9494
9494
|
const VERSION$2h = "79cb5ac9f44542f683d00245fdfe500d";
|
|
9495
|
-
function validate$
|
|
9495
|
+
function validate$1P(obj, path = 'RecordCollectionRepresentation') {
|
|
9496
9496
|
const v_error = (() => {
|
|
9497
9497
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9498
9498
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9765,7 +9765,7 @@ function equals$12(existing, incoming) {
|
|
|
9765
9765
|
}
|
|
9766
9766
|
const ingest$1U = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9767
9767
|
if (process.env.NODE_ENV !== 'production') {
|
|
9768
|
-
const validateError = validate$
|
|
9768
|
+
const validateError = validate$1P(input);
|
|
9769
9769
|
if (validateError !== null) {
|
|
9770
9770
|
throw validateError;
|
|
9771
9771
|
}
|
|
@@ -9801,7 +9801,7 @@ const keyBuilderFromType$B = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9801
9801
|
|
|
9802
9802
|
const TTL$D = 30000;
|
|
9803
9803
|
const VERSION$2g = "98c5b18512e48ca8d28727549507e4ba";
|
|
9804
|
-
function validate$
|
|
9804
|
+
function validate$1O(obj, path = 'RecordRepresentation') {
|
|
9805
9805
|
const v_error = (() => {
|
|
9806
9806
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9807
9807
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9931,7 +9931,7 @@ function validate$1N(obj, path = 'RecordRepresentation') {
|
|
|
9931
9931
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
9932
9932
|
let obj_recordTypeInfo_union0 = null;
|
|
9933
9933
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
9934
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
9934
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
9935
9935
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
9936
9936
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
9937
9937
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12763,7 +12763,7 @@ function normalize$P(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
12763
12763
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
12764
12764
|
return (input, path, luvio, store, timestamp) => {
|
|
12765
12765
|
if (process.env.NODE_ENV !== 'production') {
|
|
12766
|
-
const validateError = validate$
|
|
12766
|
+
const validateError = validate$1Q(input);
|
|
12767
12767
|
if (validateError !== null) {
|
|
12768
12768
|
throw validateError;
|
|
12769
12769
|
}
|
|
@@ -12856,7 +12856,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12856
12856
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
12857
12857
|
return (input, path, luvio, store, timestamp) => {
|
|
12858
12858
|
if (process.env.NODE_ENV !== 'production') {
|
|
12859
|
-
const validateError = validate$
|
|
12859
|
+
const validateError = validate$1O(input);
|
|
12860
12860
|
if (validateError !== null) {
|
|
12861
12861
|
throw validateError;
|
|
12862
12862
|
}
|
|
@@ -13816,7 +13816,7 @@ function revertPaginationOptimization(variables) {
|
|
|
13816
13816
|
|
|
13817
13817
|
const TTL$C = 30000;
|
|
13818
13818
|
const VERSION$2e = "b8270d0d7a5953587f98a9625cad85db";
|
|
13819
|
-
function validate$
|
|
13819
|
+
function validate$1N(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13820
13820
|
const v_error = (() => {
|
|
13821
13821
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13822
13822
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13876,7 +13876,7 @@ function validate$1M(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13876
13876
|
}
|
|
13877
13877
|
const obj_listReference = obj.listReference;
|
|
13878
13878
|
const path_listReference = path + '.listReference';
|
|
13879
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13879
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
13880
13880
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13881
13881
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13882
13882
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14415,7 +14415,7 @@ function equals$10(existing, incoming) {
|
|
|
14415
14415
|
}
|
|
14416
14416
|
const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14417
14417
|
if (process.env.NODE_ENV !== 'production') {
|
|
14418
|
-
const validateError = validate$
|
|
14418
|
+
const validateError = validate$1N(input);
|
|
14419
14419
|
if (validateError !== null) {
|
|
14420
14420
|
throw validateError;
|
|
14421
14421
|
}
|
|
@@ -14508,7 +14508,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14508
14508
|
}
|
|
14509
14509
|
|
|
14510
14510
|
const VERSION$2d = "cf8d2eb042188974da26ffe6618cfd07";
|
|
14511
|
-
function validate$
|
|
14511
|
+
function validate$1M(obj, path = 'ListUiRepresentation') {
|
|
14512
14512
|
const v_error = (() => {
|
|
14513
14513
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14514
14514
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14614,7 +14614,7 @@ function equals$$(existing, incoming) {
|
|
|
14614
14614
|
}
|
|
14615
14615
|
const ingest$1R = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14616
14616
|
if (process.env.NODE_ENV !== 'production') {
|
|
14617
|
-
const validateError = validate$
|
|
14617
|
+
const validateError = validate$1M(input);
|
|
14618
14618
|
if (validateError !== null) {
|
|
14619
14619
|
throw validateError;
|
|
14620
14620
|
}
|
|
@@ -15154,7 +15154,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
15154
15154
|
}
|
|
15155
15155
|
|
|
15156
15156
|
const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
15157
|
-
function validate$
|
|
15157
|
+
function validate$1L(obj, path = 'ListViewSummaryRepresentation') {
|
|
15158
15158
|
const v_error = (() => {
|
|
15159
15159
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15160
15160
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15266,7 +15266,7 @@ function equals$_(existing, incoming) {
|
|
|
15266
15266
|
}
|
|
15267
15267
|
const ingest$1Q = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15268
15268
|
if (process.env.NODE_ENV !== 'production') {
|
|
15269
|
-
const validateError = validate$
|
|
15269
|
+
const validateError = validate$1L(input);
|
|
15270
15270
|
if (validateError !== null) {
|
|
15271
15271
|
throw validateError;
|
|
15272
15272
|
}
|
|
@@ -15287,7 +15287,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15287
15287
|
}
|
|
15288
15288
|
|
|
15289
15289
|
const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
|
|
15290
|
-
function validate$
|
|
15290
|
+
function validate$1K(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
15291
15291
|
const v_error = (() => {
|
|
15292
15292
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15293
15293
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15671,7 +15671,7 @@ function equals$Z(existing, incoming) {
|
|
|
15671
15671
|
}
|
|
15672
15672
|
const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15673
15673
|
if (process.env.NODE_ENV !== 'production') {
|
|
15674
|
-
const validateError = validate$
|
|
15674
|
+
const validateError = validate$1K(input);
|
|
15675
15675
|
if (validateError !== null) {
|
|
15676
15676
|
throw validateError;
|
|
15677
15677
|
}
|
|
@@ -16821,7 +16821,7 @@ const factory$j = (luvio) => {
|
|
|
16821
16821
|
}, { contextId: contextId$5 });
|
|
16822
16822
|
};
|
|
16823
16823
|
|
|
16824
|
-
function validate$
|
|
16824
|
+
function validate$1J(obj, path = 'ChildRelationshipRepresentation') {
|
|
16825
16825
|
const v_error = (() => {
|
|
16826
16826
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16827
16827
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16869,7 +16869,7 @@ function validate$1I(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
16869
16869
|
return v_error === undefined ? null : v_error;
|
|
16870
16870
|
}
|
|
16871
16871
|
|
|
16872
|
-
function validate$
|
|
16872
|
+
function validate$1I(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
16873
16873
|
const v_error = (() => {
|
|
16874
16874
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16875
16875
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16900,7 +16900,7 @@ function validate$1H(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
16900
16900
|
return v_error === undefined ? null : v_error;
|
|
16901
16901
|
}
|
|
16902
16902
|
|
|
16903
|
-
function validate$
|
|
16903
|
+
function validate$1H(obj, path = 'ReferenceToInfoRepresentation') {
|
|
16904
16904
|
const v_error = (() => {
|
|
16905
16905
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16906
16906
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16926,7 +16926,7 @@ function validate$1G(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
16926
16926
|
return v_error === undefined ? null : v_error;
|
|
16927
16927
|
}
|
|
16928
16928
|
|
|
16929
|
-
function validate$
|
|
16929
|
+
function validate$1G(obj, path = 'FieldRepresentation') {
|
|
16930
16930
|
const v_error = (() => {
|
|
16931
16931
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16932
16932
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17086,7 +17086,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17086
17086
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
17087
17087
|
let obj_filteredLookupInfo_union0 = null;
|
|
17088
17088
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
17089
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
17089
|
+
const referencepath_filteredLookupInfoValidationError = validate$1I(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
17090
17090
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
17091
17091
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
17092
17092
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17211,7 +17211,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17211
17211
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
17212
17212
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
17213
17213
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
17214
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
17214
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1H(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
17215
17215
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
17216
17216
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
17217
17217
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17278,7 +17278,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17278
17278
|
return v_error === undefined ? null : v_error;
|
|
17279
17279
|
}
|
|
17280
17280
|
|
|
17281
|
-
function validate$
|
|
17281
|
+
function validate$1F(obj, path = 'ThemeInfoRepresentation') {
|
|
17282
17282
|
const v_error = (() => {
|
|
17283
17283
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17284
17284
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17320,7 +17320,7 @@ function validate$1E(obj, path = 'ThemeInfoRepresentation') {
|
|
|
17320
17320
|
|
|
17321
17321
|
const TTL$B = 900000;
|
|
17322
17322
|
const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
17323
|
-
function validate$
|
|
17323
|
+
function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
17324
17324
|
const v_error = (() => {
|
|
17325
17325
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17326
17326
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17390,7 +17390,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17390
17390
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
17391
17391
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
17392
17392
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
17393
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
17393
|
+
const referencepath_childRelationships_itemValidationError = validate$1J(obj_childRelationships_item, path_childRelationships_item);
|
|
17394
17394
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
17395
17395
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
17396
17396
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17472,7 +17472,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17472
17472
|
const key = obj_fields_keys[i];
|
|
17473
17473
|
const obj_fields_prop = obj_fields[key];
|
|
17474
17474
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
17475
|
-
const referencepath_fields_propValidationError = validate$
|
|
17475
|
+
const referencepath_fields_propValidationError = validate$1G(obj_fields_prop, path_fields_prop);
|
|
17476
17476
|
if (referencepath_fields_propValidationError !== null) {
|
|
17477
17477
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
17478
17478
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17552,7 +17552,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17552
17552
|
const key = obj_recordTypeInfos_keys[i];
|
|
17553
17553
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
17554
17554
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
17555
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
17555
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1R(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
17556
17556
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
17557
17557
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
17558
17558
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17568,7 +17568,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17568
17568
|
const path_themeInfo = path + '.themeInfo';
|
|
17569
17569
|
let obj_themeInfo_union0 = null;
|
|
17570
17570
|
const obj_themeInfo_union0_error = (() => {
|
|
17571
|
-
const referencepath_themeInfoValidationError = validate$
|
|
17571
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
17572
17572
|
if (referencepath_themeInfoValidationError !== null) {
|
|
17573
17573
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
17574
17574
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17727,7 +17727,7 @@ function equals$Y(existing, incoming) {
|
|
|
17727
17727
|
}
|
|
17728
17728
|
const ingest$1O = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17729
17729
|
if (process.env.NODE_ENV !== 'production') {
|
|
17730
|
-
const validateError = validate$
|
|
17730
|
+
const validateError = validate$1E(input);
|
|
17731
17731
|
if (validateError !== null) {
|
|
17732
17732
|
throw validateError;
|
|
17733
17733
|
}
|
|
@@ -17888,7 +17888,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
17888
17888
|
buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
|
|
17889
17889
|
};
|
|
17890
17890
|
|
|
17891
|
-
function validate$
|
|
17891
|
+
function validate$1D(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
17892
17892
|
const v_error = (() => {
|
|
17893
17893
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17894
17894
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17936,7 +17936,7 @@ var DiscriminatorValues$5;
|
|
|
17936
17936
|
DiscriminatorValues["Field"] = "Field";
|
|
17937
17937
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
17938
17938
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
17939
|
-
function validate$
|
|
17939
|
+
function validate$1C(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
17940
17940
|
const v_error = (() => {
|
|
17941
17941
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17942
17942
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17976,7 +17976,7 @@ function validate$1B(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
17976
17976
|
return v_error === undefined ? null : v_error;
|
|
17977
17977
|
}
|
|
17978
17978
|
|
|
17979
|
-
function validate$
|
|
17979
|
+
function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
17980
17980
|
const v_error = (() => {
|
|
17981
17981
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17982
17982
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18004,7 +18004,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18004
18004
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
18005
18005
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
18006
18006
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
18007
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
18007
|
+
const referencepath_layoutComponents_itemValidationError = validate$1C(obj_layoutComponents_item, path_layoutComponents_item);
|
|
18008
18008
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
18009
18009
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
18010
18010
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18051,7 +18051,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18051
18051
|
return v_error === undefined ? null : v_error;
|
|
18052
18052
|
}
|
|
18053
18053
|
|
|
18054
|
-
function validate$
|
|
18054
|
+
function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
18055
18055
|
const v_error = (() => {
|
|
18056
18056
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18057
18057
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18064,7 +18064,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18064
18064
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
18065
18065
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
18066
18066
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
18067
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
18067
|
+
const referencepath_layoutItems_itemValidationError = validate$1B(obj_layoutItems_item, path_layoutItems_item);
|
|
18068
18068
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
18069
18069
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
18070
18070
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18075,7 +18075,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18075
18075
|
return v_error === undefined ? null : v_error;
|
|
18076
18076
|
}
|
|
18077
18077
|
|
|
18078
|
-
function validate$
|
|
18078
|
+
function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
18079
18079
|
const v_error = (() => {
|
|
18080
18080
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18081
18081
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18150,7 +18150,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18150
18150
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
18151
18151
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
18152
18152
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
18153
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
18153
|
+
const referencepath_layoutRows_itemValidationError = validate$1A(obj_layoutRows_item, path_layoutRows_item);
|
|
18154
18154
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
18155
18155
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
18156
18156
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18173,7 +18173,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18173
18173
|
|
|
18174
18174
|
const TTL$A = 900000;
|
|
18175
18175
|
const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18176
|
-
function validate$
|
|
18176
|
+
function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
18177
18177
|
const v_error = (() => {
|
|
18178
18178
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18179
18179
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18279,7 +18279,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18279
18279
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
18280
18280
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
18281
18281
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
18282
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
18282
|
+
const referencepath_saveOptions_itemValidationError = validate$1D(obj_saveOptions_item, path_saveOptions_item);
|
|
18283
18283
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
18284
18284
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
18285
18285
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18294,7 +18294,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18294
18294
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
18295
18295
|
const obj_sections_item = obj_sections[i];
|
|
18296
18296
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
18297
|
-
const referencepath_sections_itemValidationError = validate$
|
|
18297
|
+
const referencepath_sections_itemValidationError = validate$1z(obj_sections_item, path_sections_item);
|
|
18298
18298
|
if (referencepath_sections_itemValidationError !== null) {
|
|
18299
18299
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
18300
18300
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18369,7 +18369,7 @@ function equals$X(existing, incoming) {
|
|
|
18369
18369
|
}
|
|
18370
18370
|
const ingest$1N = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18371
18371
|
if (process.env.NODE_ENV !== 'production') {
|
|
18372
|
-
const validateError = validate$
|
|
18372
|
+
const validateError = validate$1y(input);
|
|
18373
18373
|
if (validateError !== null) {
|
|
18374
18374
|
throw validateError;
|
|
18375
18375
|
}
|
|
@@ -18411,7 +18411,7 @@ function getRecordId18Array(value) {
|
|
|
18411
18411
|
return dedupe(array).sort();
|
|
18412
18412
|
}
|
|
18413
18413
|
|
|
18414
|
-
function validate$
|
|
18414
|
+
function validate$1x(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
18415
18415
|
const v_error = (() => {
|
|
18416
18416
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18417
18417
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18432,7 +18432,7 @@ function validate$1w(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
18432
18432
|
|
|
18433
18433
|
const TTL$z = 900000;
|
|
18434
18434
|
const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
18435
|
-
function validate$
|
|
18435
|
+
function validate$1w(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
18436
18436
|
const v_error = (() => {
|
|
18437
18437
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18438
18438
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18472,7 +18472,7 @@ function validate$1v(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
18472
18472
|
const key = obj_sectionUserStates_keys[i];
|
|
18473
18473
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
18474
18474
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
18475
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
18475
|
+
const referencepath_sectionUserStates_propValidationError = validate$1x(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
18476
18476
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
18477
18477
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
18478
18478
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18529,7 +18529,7 @@ function equals$W(existing, incoming) {
|
|
|
18529
18529
|
}
|
|
18530
18530
|
const ingest$1M = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18531
18531
|
if (process.env.NODE_ENV !== 'production') {
|
|
18532
|
-
const validateError = validate$
|
|
18532
|
+
const validateError = validate$1w(input);
|
|
18533
18533
|
if (validateError !== null) {
|
|
18534
18534
|
throw validateError;
|
|
18535
18535
|
}
|
|
@@ -18551,7 +18551,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18551
18551
|
|
|
18552
18552
|
const TTL$y = 900000;
|
|
18553
18553
|
const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
18554
|
-
function validate$
|
|
18554
|
+
function validate$1v(obj, path = 'RecordUiRepresentation') {
|
|
18555
18555
|
const v_error = (() => {
|
|
18556
18556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18557
18557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18813,7 +18813,7 @@ function equals$V(existing, incoming) {
|
|
|
18813
18813
|
}
|
|
18814
18814
|
const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18815
18815
|
if (process.env.NODE_ENV !== 'production') {
|
|
18816
|
-
const validateError = validate$
|
|
18816
|
+
const validateError = validate$1v(input);
|
|
18817
18817
|
if (validateError !== null) {
|
|
18818
18818
|
throw validateError;
|
|
18819
18819
|
}
|
|
@@ -19930,7 +19930,7 @@ const factory$h = (luvio) => {
|
|
|
19930
19930
|
};
|
|
19931
19931
|
|
|
19932
19932
|
const VERSION$24 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
19933
|
-
function validate$
|
|
19933
|
+
function validate$1s(obj, path = 'QuickActionExecutionRepresentation') {
|
|
19934
19934
|
const v_error = (() => {
|
|
19935
19935
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19936
19936
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20103,7 +20103,7 @@ function equals$S(existing, incoming) {
|
|
|
20103
20103
|
}
|
|
20104
20104
|
const ingest$1I = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20105
20105
|
if (process.env.NODE_ENV !== 'production') {
|
|
20106
|
-
const validateError = validate$
|
|
20106
|
+
const validateError = validate$1s(input);
|
|
20107
20107
|
if (validateError !== null) {
|
|
20108
20108
|
throw validateError;
|
|
20109
20109
|
}
|
|
@@ -20125,7 +20125,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20125
20125
|
|
|
20126
20126
|
const TTL$x = 900000;
|
|
20127
20127
|
const VERSION$23 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20128
|
-
function validate$
|
|
20128
|
+
function validate$1r(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20129
20129
|
const v_error = (() => {
|
|
20130
20130
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20131
20131
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20290,7 +20290,7 @@ function coerceFormFactor(form) {
|
|
|
20290
20290
|
}
|
|
20291
20291
|
|
|
20292
20292
|
const VERSION$22 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
20293
|
-
function validate$
|
|
20293
|
+
function validate$1q(obj, path = 'PlatformActionRepresentation') {
|
|
20294
20294
|
const v_error = (() => {
|
|
20295
20295
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20296
20296
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20822,7 +20822,7 @@ function equals$Q(existing, incoming) {
|
|
|
20822
20822
|
}
|
|
20823
20823
|
const ingest$1H = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20824
20824
|
if (process.env.NODE_ENV !== 'production') {
|
|
20825
|
-
const validateError = validate$
|
|
20825
|
+
const validateError = validate$1q(input);
|
|
20826
20826
|
if (validateError !== null) {
|
|
20827
20827
|
throw validateError;
|
|
20828
20828
|
}
|
|
@@ -20843,7 +20843,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20843
20843
|
}
|
|
20844
20844
|
|
|
20845
20845
|
const VERSION$21 = "378d506f563a4bd724b322d440df33d1";
|
|
20846
|
-
function validate$
|
|
20846
|
+
function validate$1p(obj, path = 'EntityActionRepresentation') {
|
|
20847
20847
|
const v_error = (() => {
|
|
20848
20848
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20849
20849
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20957,7 +20957,7 @@ function equals$P(existing, incoming) {
|
|
|
20957
20957
|
}
|
|
20958
20958
|
const ingest$1G = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20959
20959
|
if (process.env.NODE_ENV !== 'production') {
|
|
20960
|
-
const validateError = validate$
|
|
20960
|
+
const validateError = validate$1p(input);
|
|
20961
20961
|
if (validateError !== null) {
|
|
20962
20962
|
throw validateError;
|
|
20963
20963
|
}
|
|
@@ -20983,7 +20983,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20983
20983
|
|
|
20984
20984
|
const TTL$w = 300000;
|
|
20985
20985
|
const VERSION$20 = "e485d96c1402a9ca2f56e56485af0216";
|
|
20986
|
-
function validate$
|
|
20986
|
+
function validate$1o(obj, path = 'ActionRepresentation') {
|
|
20987
20987
|
const v_error = (() => {
|
|
20988
20988
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20989
20989
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21081,7 +21081,7 @@ function equals$O(existing, incoming) {
|
|
|
21081
21081
|
}
|
|
21082
21082
|
const ingest$1F = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21083
21083
|
if (process.env.NODE_ENV !== 'production') {
|
|
21084
|
-
const validateError = validate$
|
|
21084
|
+
const validateError = validate$1o(input);
|
|
21085
21085
|
if (validateError !== null) {
|
|
21086
21086
|
throw validateError;
|
|
21087
21087
|
}
|
|
@@ -21253,7 +21253,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
21253
21253
|
|
|
21254
21254
|
const TTL$v = 900000;
|
|
21255
21255
|
const VERSION$1$ = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
21256
|
-
function validate$
|
|
21256
|
+
function validate$1n(obj, path = 'QuickActionLayoutRepresentation') {
|
|
21257
21257
|
const v_error = (() => {
|
|
21258
21258
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21259
21259
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21270,7 +21270,7 @@ function validate$1m(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
21270
21270
|
}
|
|
21271
21271
|
const obj_layout = obj.layout;
|
|
21272
21272
|
const path_layout = path + '.layout';
|
|
21273
|
-
const referencepath_layoutValidationError = validate$
|
|
21273
|
+
const referencepath_layoutValidationError = validate$1y(obj_layout, path_layout);
|
|
21274
21274
|
if (referencepath_layoutValidationError !== null) {
|
|
21275
21275
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
21276
21276
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21320,7 +21320,7 @@ function equals$N(existing, incoming) {
|
|
|
21320
21320
|
}
|
|
21321
21321
|
const ingest$1E = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21322
21322
|
if (process.env.NODE_ENV !== 'production') {
|
|
21323
|
-
const validateError = validate$
|
|
21323
|
+
const validateError = validate$1n(input);
|
|
21324
21324
|
if (validateError !== null) {
|
|
21325
21325
|
throw validateError;
|
|
21326
21326
|
}
|
|
@@ -21797,7 +21797,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
21797
21797
|
};
|
|
21798
21798
|
|
|
21799
21799
|
const VERSION$1_ = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
21800
|
-
function validate$
|
|
21800
|
+
function validate$1m(obj, path = 'ActionOverrideRepresentation') {
|
|
21801
21801
|
const v_error = (() => {
|
|
21802
21802
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21803
21803
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21830,7 +21830,7 @@ function equals$M(existing, incoming) {
|
|
|
21830
21830
|
}
|
|
21831
21831
|
const ingest$1D = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21832
21832
|
if (process.env.NODE_ENV !== 'production') {
|
|
21833
|
-
const validateError = validate$
|
|
21833
|
+
const validateError = validate$1m(input);
|
|
21834
21834
|
if (validateError !== null) {
|
|
21835
21835
|
throw validateError;
|
|
21836
21836
|
}
|
|
@@ -21985,7 +21985,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
21985
21985
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
|
|
21986
21986
|
};
|
|
21987
21987
|
|
|
21988
|
-
function validate$
|
|
21988
|
+
function validate$1l(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
21989
21989
|
const v_error = (() => {
|
|
21990
21990
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21991
21991
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22023,7 +22023,7 @@ function validate$1k(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22023
22023
|
|
|
22024
22024
|
const TTL$u = 300000;
|
|
22025
22025
|
const VERSION$1Z = "c57b66c259b23683db7b763e132e8633";
|
|
22026
|
-
function validate$
|
|
22026
|
+
function validate$1k(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22027
22027
|
const v_error = (() => {
|
|
22028
22028
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22029
22029
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22044,7 +22044,7 @@ function validate$1j(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
22044
22044
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
22045
22045
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
22046
22046
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
22047
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
22047
|
+
const referencepath_activations_prop_itemValidationError = validate$1l(obj_activations_prop_item, path_activations_prop_item);
|
|
22048
22048
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
22049
22049
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
22050
22050
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22088,7 +22088,7 @@ function equals$L(existing, incoming) {
|
|
|
22088
22088
|
}
|
|
22089
22089
|
const ingest$1C = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22090
22090
|
if (process.env.NODE_ENV !== 'production') {
|
|
22091
|
-
const validateError = validate$
|
|
22091
|
+
const validateError = validate$1k(input);
|
|
22092
22092
|
if (validateError !== null) {
|
|
22093
22093
|
throw validateError;
|
|
22094
22094
|
}
|
|
@@ -22271,7 +22271,7 @@ function merge$1(existing, incoming) {
|
|
|
22271
22271
|
const dynamicIngest$4 = (ingestParams) => {
|
|
22272
22272
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22273
22273
|
if (process.env.NODE_ENV !== 'production') {
|
|
22274
|
-
const validateError = validate$
|
|
22274
|
+
const validateError = validate$1r(input);
|
|
22275
22275
|
if (validateError !== null) {
|
|
22276
22276
|
throw validateError;
|
|
22277
22277
|
}
|
|
@@ -22780,7 +22780,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
22780
22780
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
|
|
22781
22781
|
};
|
|
22782
22782
|
|
|
22783
|
-
function validate$
|
|
22783
|
+
function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
22784
22784
|
const v_error = (() => {
|
|
22785
22785
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22786
22786
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23206,7 +23206,7 @@ function typeCheckConfig$U(untrustedConfig) {
|
|
|
23206
23206
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
23207
23207
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
23208
23208
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
23209
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
23209
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1j(untrustedConfig_relatedListsActionParameters_item);
|
|
23210
23210
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
23211
23211
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
23212
23212
|
}
|
|
@@ -23524,7 +23524,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
23524
23524
|
};
|
|
23525
23525
|
|
|
23526
23526
|
const VERSION$1Y = "a316b3bba367f54adc67d7552ed7d36d";
|
|
23527
|
-
function validate$
|
|
23527
|
+
function validate$1i(obj, path = 'PageReferenceRepresentation') {
|
|
23528
23528
|
const v_error = (() => {
|
|
23529
23529
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23530
23530
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23585,7 +23585,7 @@ function equals$K(existing, incoming) {
|
|
|
23585
23585
|
}
|
|
23586
23586
|
const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23587
23587
|
if (process.env.NODE_ENV !== 'production') {
|
|
23588
|
-
const validateError = validate$
|
|
23588
|
+
const validateError = validate$1i(input);
|
|
23589
23589
|
if (validateError !== null) {
|
|
23590
23590
|
throw validateError;
|
|
23591
23591
|
}
|
|
@@ -23607,7 +23607,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23607
23607
|
|
|
23608
23608
|
const TTL$t = 120000;
|
|
23609
23609
|
const VERSION$1X = "09884ca5bf90ea4662092a4e48817081";
|
|
23610
|
-
function validate$
|
|
23610
|
+
function validate$1h(obj, path = 'NavItemRepresentation') {
|
|
23611
23611
|
const v_error = (() => {
|
|
23612
23612
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23613
23613
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23999,7 +23999,7 @@ function equals$J(existing, incoming) {
|
|
|
23999
23999
|
}
|
|
24000
24000
|
const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24001
24001
|
if (process.env.NODE_ENV !== 'production') {
|
|
24002
|
-
const validateError = validate$
|
|
24002
|
+
const validateError = validate$1h(input);
|
|
24003
24003
|
if (validateError !== null) {
|
|
24004
24004
|
throw validateError;
|
|
24005
24005
|
}
|
|
@@ -24024,7 +24024,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24024
24024
|
|
|
24025
24025
|
const TTL$s = 300000;
|
|
24026
24026
|
const VERSION$1W = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
24027
|
-
function validate$
|
|
24027
|
+
function validate$1g(obj, path = 'AppRepresentation') {
|
|
24028
24028
|
const v_error = (() => {
|
|
24029
24029
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24030
24030
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24466,7 +24466,7 @@ function equals$I(existing, incoming) {
|
|
|
24466
24466
|
}
|
|
24467
24467
|
const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24468
24468
|
if (process.env.NODE_ENV !== 'production') {
|
|
24469
|
-
const validateError = validate$
|
|
24469
|
+
const validateError = validate$1g(input);
|
|
24470
24470
|
if (validateError !== null) {
|
|
24471
24471
|
throw validateError;
|
|
24472
24472
|
}
|
|
@@ -24496,7 +24496,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24496
24496
|
|
|
24497
24497
|
const TTL$r = 300000;
|
|
24498
24498
|
const VERSION$1V = "a254babf0b6414315db7808a157fd9fc";
|
|
24499
|
-
function validate$
|
|
24499
|
+
function validate$1f(obj, path = 'AppsRepresentation') {
|
|
24500
24500
|
const v_error = (() => {
|
|
24501
24501
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24502
24502
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24578,7 +24578,7 @@ function equals$H(existing, incoming) {
|
|
|
24578
24578
|
}
|
|
24579
24579
|
const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24580
24580
|
if (process.env.NODE_ENV !== 'production') {
|
|
24581
|
-
const validateError = validate$
|
|
24581
|
+
const validateError = validate$1f(input);
|
|
24582
24582
|
if (validateError !== null) {
|
|
24583
24583
|
throw validateError;
|
|
24584
24584
|
}
|
|
@@ -24886,7 +24886,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
24886
24886
|
};
|
|
24887
24887
|
|
|
24888
24888
|
const VERSION$1U = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
24889
|
-
function validate$
|
|
24889
|
+
function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
24890
24890
|
const v_error = (() => {
|
|
24891
24891
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24892
24892
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24948,7 +24948,7 @@ const select$2g = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
24948
24948
|
};
|
|
24949
24949
|
|
|
24950
24950
|
const VERSION$1T = "320d7f254687278f2763d4b490dab3fb";
|
|
24951
|
-
function validate$
|
|
24951
|
+
function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
24952
24952
|
const v_error = (() => {
|
|
24953
24953
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24954
24954
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24971,7 +24971,7 @@ function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
24971
24971
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
24972
24972
|
const obj_filterItems_item = obj_filterItems[i];
|
|
24973
24973
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
24974
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
24974
|
+
const referencepath_filterItems_itemValidationError = validate$1e(obj_filterItems_item, path_filterItems_item);
|
|
24975
24975
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
24976
24976
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
24977
24977
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25014,7 +25014,7 @@ const select$2f = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
25014
25014
|
};
|
|
25015
25015
|
|
|
25016
25016
|
const VERSION$1S = "b47b44e260e5ce777beaf3da9088997c";
|
|
25017
|
-
function validate$
|
|
25017
|
+
function validate$1c(obj, path = 'MatchRuleRepresentation') {
|
|
25018
25018
|
const v_error = (() => {
|
|
25019
25019
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25020
25020
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25084,7 +25084,7 @@ const select$2e = function MatchRuleRepresentationSelect() {
|
|
|
25084
25084
|
};
|
|
25085
25085
|
|
|
25086
25086
|
const VERSION$1R = "bb83d7210bb1d7861b6188bc5f552617";
|
|
25087
|
-
function validate$
|
|
25087
|
+
function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
25088
25088
|
const v_error = (() => {
|
|
25089
25089
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25090
25090
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25112,7 +25112,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25112
25112
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
25113
25113
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
25114
25114
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
25115
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
25115
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1d(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
25116
25116
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
25117
25117
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
25118
25118
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25132,7 +25132,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25132
25132
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
25133
25133
|
const obj_matchRules_item = obj_matchRules[i];
|
|
25134
25134
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
25135
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
25135
|
+
const referencepath_matchRules_itemValidationError = validate$1c(obj_matchRules_item, path_matchRules_item);
|
|
25136
25136
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
25137
25137
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
25138
25138
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25225,7 +25225,7 @@ const select$2d = function DuplicateRuleRepresentationSelect() {
|
|
|
25225
25225
|
|
|
25226
25226
|
const TTL$q = 900000;
|
|
25227
25227
|
const VERSION$1Q = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25228
|
-
function validate$
|
|
25228
|
+
function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25229
25229
|
const v_error = (() => {
|
|
25230
25230
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25231
25231
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25260,7 +25260,7 @@ function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
25260
25260
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
25261
25261
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
25262
25262
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
25263
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
25263
|
+
const referencepath_duplicateRules_itemValidationError = validate$1b(obj_duplicateRules_item, path_duplicateRules_item);
|
|
25264
25264
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
25265
25265
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
25266
25266
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25327,7 +25327,7 @@ function equals$G(existing, incoming) {
|
|
|
25327
25327
|
}
|
|
25328
25328
|
const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25329
25329
|
if (process.env.NODE_ENV !== 'production') {
|
|
25330
|
-
const validateError = validate$
|
|
25330
|
+
const validateError = validate$1a(input);
|
|
25331
25331
|
if (validateError !== null) {
|
|
25332
25332
|
throw validateError;
|
|
25333
25333
|
}
|
|
@@ -26266,7 +26266,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
26266
26266
|
buildCachedSnapshotCachePolicy$v, buildNetworkSnapshotCachePolicy$w);
|
|
26267
26267
|
};
|
|
26268
26268
|
|
|
26269
|
-
function validate$
|
|
26269
|
+
function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
26270
26270
|
const v_error = (() => {
|
|
26271
26271
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26272
26272
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26297,7 +26297,7 @@ function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
26297
26297
|
return v_error === undefined ? null : v_error;
|
|
26298
26298
|
}
|
|
26299
26299
|
|
|
26300
|
-
function validate$
|
|
26300
|
+
function validate$18(obj, path = 'ListScopeInputRepresentation') {
|
|
26301
26301
|
const v_error = (() => {
|
|
26302
26302
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26303
26303
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26426,7 +26426,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26426
26426
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26427
26427
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26428
26428
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26429
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26429
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26430
26430
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26431
26431
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26432
26432
|
}
|
|
@@ -26434,7 +26434,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26434
26434
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26435
26435
|
}
|
|
26436
26436
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26437
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26437
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26438
26438
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26439
26439
|
config.scope = untrustedConfig_scope;
|
|
26440
26440
|
}
|
|
@@ -26716,7 +26716,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26716
26716
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26717
26717
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26718
26718
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26719
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26719
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26720
26720
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26721
26721
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26722
26722
|
}
|
|
@@ -26724,7 +26724,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26724
26724
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26725
26725
|
}
|
|
26726
26726
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26727
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26727
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26728
26728
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26729
26729
|
config.scope = untrustedConfig_scope;
|
|
26730
26730
|
}
|
|
@@ -26774,7 +26774,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
26774
26774
|
};
|
|
26775
26775
|
|
|
26776
26776
|
const VERSION$1P = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
26777
|
-
function validate$
|
|
26777
|
+
function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
26778
26778
|
const v_error = (() => {
|
|
26779
26779
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26780
26780
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26824,7 +26824,7 @@ function equals$F(existing, incoming) {
|
|
|
26824
26824
|
}
|
|
26825
26825
|
|
|
26826
26826
|
const VERSION$1O = "355933ff2970aa91a2848a94565e956a";
|
|
26827
|
-
function validate$
|
|
26827
|
+
function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
26828
26828
|
const v_error = (() => {
|
|
26829
26829
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26830
26830
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26842,7 +26842,7 @@ function validate$15(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
26842
26842
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
26843
26843
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
26844
26844
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
26845
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
26845
|
+
const referencepath_availableEntities_itemValidationError = validate$17(obj_availableEntities_item, path_availableEntities_item);
|
|
26846
26846
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
26847
26847
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
26848
26848
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26906,7 +26906,7 @@ function equals$E(existing, incoming) {
|
|
|
26906
26906
|
}
|
|
26907
26907
|
|
|
26908
26908
|
const VERSION$1N = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
26909
|
-
function validate$
|
|
26909
|
+
function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
26910
26910
|
const v_error = (() => {
|
|
26911
26911
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26912
26912
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26956,7 +26956,7 @@ function equals$D(existing, incoming) {
|
|
|
26956
26956
|
}
|
|
26957
26957
|
|
|
26958
26958
|
const VERSION$1M = "2c35f797fead79b5c45b521e77dd6ace";
|
|
26959
|
-
function validate$
|
|
26959
|
+
function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
26960
26960
|
const v_error = (() => {
|
|
26961
26961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26962
26962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27025,7 +27025,7 @@ function validate$13(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
27025
27025
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
27026
27026
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
27027
27027
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
27028
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
27028
|
+
const referencepath_picklistValues_itemValidationError = validate$15(obj_picklistValues_item, path_picklistValues_item);
|
|
27029
27029
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
27030
27030
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
27031
27031
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27171,7 +27171,7 @@ function equals$C(existing, incoming) {
|
|
|
27171
27171
|
|
|
27172
27172
|
const TTL$p = 900000;
|
|
27173
27173
|
const VERSION$1L = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
27174
|
-
function validate$
|
|
27174
|
+
function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
27175
27175
|
const v_error = (() => {
|
|
27176
27176
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27177
27177
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27184,7 +27184,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27184
27184
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
27185
27185
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
27186
27186
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
27187
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
27187
|
+
const referencepath_availableScopes_itemValidationError = validate$16(obj_availableScopes_item, path_availableScopes_item);
|
|
27188
27188
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
27189
27189
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
27190
27190
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27199,7 +27199,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27199
27199
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
27200
27200
|
const obj_columns_item = obj_columns[i];
|
|
27201
27201
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
27202
|
-
const referencepath_columns_itemValidationError = validate$
|
|
27202
|
+
const referencepath_columns_itemValidationError = validate$14(obj_columns_item, path_columns_item);
|
|
27203
27203
|
if (referencepath_columns_itemValidationError !== null) {
|
|
27204
27204
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
27205
27205
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27333,7 +27333,7 @@ function equals$B(existing, incoming) {
|
|
|
27333
27333
|
}
|
|
27334
27334
|
const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27335
27335
|
if (process.env.NODE_ENV !== 'production') {
|
|
27336
|
-
const validateError = validate$
|
|
27336
|
+
const validateError = validate$13(input);
|
|
27337
27337
|
if (validateError !== null) {
|
|
27338
27338
|
throw validateError;
|
|
27339
27339
|
}
|
|
@@ -27496,7 +27496,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
27496
27496
|
|
|
27497
27497
|
const TTL$o = 900000;
|
|
27498
27498
|
const VERSION$1K = "458d4a6a30201e422e8daec5fcb03845";
|
|
27499
|
-
function validate$
|
|
27499
|
+
function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
27500
27500
|
const v_error = (() => {
|
|
27501
27501
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27502
27502
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27531,7 +27531,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27531
27531
|
}
|
|
27532
27532
|
const obj_listReference = obj.listReference;
|
|
27533
27533
|
const path_listReference = path + '.listReference';
|
|
27534
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27534
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
27535
27535
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27536
27536
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27537
27537
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27545,7 +27545,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27545
27545
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
27546
27546
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
27547
27547
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
27548
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
27548
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
27549
27549
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
27550
27550
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
27551
27551
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27641,7 +27641,7 @@ function equals$A(existing, incoming) {
|
|
|
27641
27641
|
}
|
|
27642
27642
|
const ingest$1v = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27643
27643
|
if (process.env.NODE_ENV !== 'production') {
|
|
27644
|
-
const validateError = validate$
|
|
27644
|
+
const validateError = validate$12(input);
|
|
27645
27645
|
if (validateError !== null) {
|
|
27646
27646
|
throw validateError;
|
|
27647
27647
|
}
|
|
@@ -27804,7 +27804,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
27804
27804
|
buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$t);
|
|
27805
27805
|
};
|
|
27806
27806
|
|
|
27807
|
-
function validate$
|
|
27807
|
+
function validate$11(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
27808
27808
|
const v_error = (() => {
|
|
27809
27809
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27810
27810
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27912,7 +27912,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
27912
27912
|
const untrustedConfig_orderedBy_array = [];
|
|
27913
27913
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27914
27914
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27915
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27915
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
|
|
27916
27916
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27917
27917
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27918
27918
|
}
|
|
@@ -27966,7 +27966,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
27966
27966
|
|
|
27967
27967
|
const TTL$n = 120000;
|
|
27968
27968
|
const VERSION$1J = "756779d0d7e137dd72c743544afbad82";
|
|
27969
|
-
function validate
|
|
27969
|
+
function validate$10(obj, path = 'NavItemsRepresentation') {
|
|
27970
27970
|
const v_error = (() => {
|
|
27971
27971
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27972
27972
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28094,7 +28094,7 @@ function equals$z(existing, incoming) {
|
|
|
28094
28094
|
}
|
|
28095
28095
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28096
28096
|
if (process.env.NODE_ENV !== 'production') {
|
|
28097
|
-
const validateError = validate
|
|
28097
|
+
const validateError = validate$10(input);
|
|
28098
28098
|
if (validateError !== null) {
|
|
28099
28099
|
throw validateError;
|
|
28100
28100
|
}
|
|
@@ -28701,7 +28701,7 @@ var DiscriminatorValues$4;
|
|
|
28701
28701
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
28702
28702
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
28703
28703
|
const VERSION$1E = "bd523b2343366edfc25a2dbee2c4e986";
|
|
28704
|
-
function validate
|
|
28704
|
+
function validate$$(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
28705
28705
|
const v_error = (() => {
|
|
28706
28706
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28707
28707
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28746,7 +28746,7 @@ const select$1R = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
28746
28746
|
};
|
|
28747
28747
|
|
|
28748
28748
|
const VERSION$1D = "9e2a16a80378487f557124c771201cf9";
|
|
28749
|
-
function validate$
|
|
28749
|
+
function validate$_(obj, path = 'PicklistValueRepresentation') {
|
|
28750
28750
|
const v_error = (() => {
|
|
28751
28751
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28752
28752
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28755,7 +28755,7 @@ function validate$Z(obj, path = 'PicklistValueRepresentation') {
|
|
|
28755
28755
|
const path_attributes = path + '.attributes';
|
|
28756
28756
|
let obj_attributes_union0 = null;
|
|
28757
28757
|
const obj_attributes_union0_error = (() => {
|
|
28758
|
-
const referencepath_attributesValidationError = validate
|
|
28758
|
+
const referencepath_attributesValidationError = validate$$(obj_attributes, path_attributes);
|
|
28759
28759
|
if (referencepath_attributesValidationError !== null) {
|
|
28760
28760
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
28761
28761
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28850,7 +28850,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
28850
28850
|
|
|
28851
28851
|
const TTL$m = 900000;
|
|
28852
28852
|
const VERSION$1C = "0a361a49370acb4c6a31721a2057649a";
|
|
28853
|
-
function validate$
|
|
28853
|
+
function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
28854
28854
|
const v_error = (() => {
|
|
28855
28855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28856
28856
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28873,7 +28873,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28873
28873
|
const path_defaultValue = path + '.defaultValue';
|
|
28874
28874
|
let obj_defaultValue_union0 = null;
|
|
28875
28875
|
const obj_defaultValue_union0_error = (() => {
|
|
28876
|
-
const referencepath_defaultValueValidationError = validate$
|
|
28876
|
+
const referencepath_defaultValueValidationError = validate$_(obj_defaultValue, path_defaultValue);
|
|
28877
28877
|
if (referencepath_defaultValueValidationError !== null) {
|
|
28878
28878
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
28879
28879
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28916,7 +28916,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28916
28916
|
for (let i = 0; i < obj_values.length; i++) {
|
|
28917
28917
|
const obj_values_item = obj_values[i];
|
|
28918
28918
|
const path_values_item = path_values + '[' + i + ']';
|
|
28919
|
-
const referencepath_values_itemValidationError = validate$
|
|
28919
|
+
const referencepath_values_itemValidationError = validate$_(obj_values_item, path_values_item);
|
|
28920
28920
|
if (referencepath_values_itemValidationError !== null) {
|
|
28921
28921
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
28922
28922
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28974,7 +28974,7 @@ function equals$y(existing, incoming) {
|
|
|
28974
28974
|
}
|
|
28975
28975
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28976
28976
|
if (process.env.NODE_ENV !== 'production') {
|
|
28977
|
-
const validateError = validate$
|
|
28977
|
+
const validateError = validate$Z(input);
|
|
28978
28978
|
if (validateError !== null) {
|
|
28979
28979
|
throw validateError;
|
|
28980
28980
|
}
|
|
@@ -28996,7 +28996,7 @@ function getTypeCacheKeys$1w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
28996
28996
|
|
|
28997
28997
|
const TTL$l = 300000;
|
|
28998
28998
|
const VERSION$1B = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
28999
|
-
function validate$
|
|
28999
|
+
function validate$Y(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
29000
29000
|
const v_error = (() => {
|
|
29001
29001
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29002
29002
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29083,7 +29083,7 @@ function equals$x(existing, incoming) {
|
|
|
29083
29083
|
}
|
|
29084
29084
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29085
29085
|
if (process.env.NODE_ENV !== 'production') {
|
|
29086
|
-
const validateError = validate$
|
|
29086
|
+
const validateError = validate$Y(input);
|
|
29087
29087
|
if (validateError !== null) {
|
|
29088
29088
|
throw validateError;
|
|
29089
29089
|
}
|
|
@@ -29420,7 +29420,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
29420
29420
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
29421
29421
|
};
|
|
29422
29422
|
|
|
29423
|
-
function validate$
|
|
29423
|
+
function validate$X(obj, path = 'MatchResultInfoRepresentation') {
|
|
29424
29424
|
const v_error = (() => {
|
|
29425
29425
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29426
29426
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29446,7 +29446,7 @@ function validate$W(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
29446
29446
|
return v_error === undefined ? null : v_error;
|
|
29447
29447
|
}
|
|
29448
29448
|
|
|
29449
|
-
function validate$
|
|
29449
|
+
function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
29450
29450
|
const v_error = (() => {
|
|
29451
29451
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29452
29452
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29458,7 +29458,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29458
29458
|
}
|
|
29459
29459
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
29460
29460
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
29461
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
29461
|
+
const referencepath_matchResultInfoValidationError = validate$X(obj_matchResultInfo, path_matchResultInfo);
|
|
29462
29462
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
29463
29463
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
29464
29464
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29473,7 +29473,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29473
29473
|
return v_error === undefined ? null : v_error;
|
|
29474
29474
|
}
|
|
29475
29475
|
|
|
29476
|
-
function validate$
|
|
29476
|
+
function validate$V(obj, path = 'MatchRepresentation') {
|
|
29477
29477
|
const v_error = (() => {
|
|
29478
29478
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29479
29479
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29488,7 +29488,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29488
29488
|
const key = obj_duplicateResultInfos_keys[i];
|
|
29489
29489
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
29490
29490
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
29491
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
29491
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$W(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
29492
29492
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
29493
29493
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
29494
29494
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29518,7 +29518,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29518
29518
|
|
|
29519
29519
|
const TTL$k = 30000;
|
|
29520
29520
|
const VERSION$1A = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
29521
|
-
function validate$
|
|
29521
|
+
function validate$U(obj, path = 'DuplicatesRepresentation') {
|
|
29522
29522
|
const v_error = (() => {
|
|
29523
29523
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29524
29524
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29553,7 +29553,7 @@ function validate$T(obj, path = 'DuplicatesRepresentation') {
|
|
|
29553
29553
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
29554
29554
|
const obj_matches_item = obj_matches[i];
|
|
29555
29555
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
29556
|
-
const referencepath_matches_itemValidationError = validate$
|
|
29556
|
+
const referencepath_matches_itemValidationError = validate$V(obj_matches_item, path_matches_item);
|
|
29557
29557
|
if (referencepath_matches_itemValidationError !== null) {
|
|
29558
29558
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
29559
29559
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29583,7 +29583,7 @@ function equals$w(existing, incoming) {
|
|
|
29583
29583
|
}
|
|
29584
29584
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29585
29585
|
if (process.env.NODE_ENV !== 'production') {
|
|
29586
|
-
const validateError = validate$
|
|
29586
|
+
const validateError = validate$U(input);
|
|
29587
29587
|
if (validateError !== null) {
|
|
29588
29588
|
throw validateError;
|
|
29589
29589
|
}
|
|
@@ -29776,7 +29776,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
29776
29776
|
};
|
|
29777
29777
|
|
|
29778
29778
|
const VERSION$1z = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
29779
|
-
function validate$
|
|
29779
|
+
function validate$T(obj, path = 'PhotoMetadataRepresentation') {
|
|
29780
29780
|
const v_error = (() => {
|
|
29781
29781
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29782
29782
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29868,8 +29868,8 @@ function equals$v(existing, incoming) {
|
|
|
29868
29868
|
}
|
|
29869
29869
|
|
|
29870
29870
|
const VERSION$1y = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
29871
|
-
function validate$
|
|
29872
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
29871
|
+
function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
29872
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
29873
29873
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
29874
29874
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
29875
29875
|
}
|
|
@@ -29936,7 +29936,7 @@ function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
29936
29936
|
}
|
|
29937
29937
|
const obj_photoMetadata = obj.photoMetadata;
|
|
29938
29938
|
const path_photoMetadata = path + '.photoMetadata';
|
|
29939
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
29939
|
+
const referencepath_photoMetadataValidationError = validate$T(obj_photoMetadata, path_photoMetadata);
|
|
29940
29940
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
29941
29941
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
29942
29942
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30091,7 +30091,7 @@ function equals$u(existing, incoming) {
|
|
|
30091
30091
|
}
|
|
30092
30092
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30093
30093
|
if (process.env.NODE_ENV !== 'production') {
|
|
30094
|
-
const validateError = validate$
|
|
30094
|
+
const validateError = validate$S(input);
|
|
30095
30095
|
if (validateError !== null) {
|
|
30096
30096
|
throw validateError;
|
|
30097
30097
|
}
|
|
@@ -30112,8 +30112,8 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30112
30112
|
}
|
|
30113
30113
|
|
|
30114
30114
|
const VERSION$1x = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
30115
|
-
function validate$
|
|
30116
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
30115
|
+
function validate$R(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
30116
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
30117
30117
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
30118
30118
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
30119
30119
|
}
|
|
@@ -30232,7 +30232,7 @@ function equals$t(existing, incoming) {
|
|
|
30232
30232
|
}
|
|
30233
30233
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30234
30234
|
if (process.env.NODE_ENV !== 'production') {
|
|
30235
|
-
const validateError = validate$
|
|
30235
|
+
const validateError = validate$R(input);
|
|
30236
30236
|
if (validateError !== null) {
|
|
30237
30237
|
throw validateError;
|
|
30238
30238
|
}
|
|
@@ -30258,7 +30258,7 @@ var DiscriminatorValues$3;
|
|
|
30258
30258
|
DiscriminatorValues["Theme"] = "Theme";
|
|
30259
30259
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
30260
30260
|
const VERSION$1w = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
30261
|
-
function validate$
|
|
30261
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
30262
30262
|
const v_error = (() => {
|
|
30263
30263
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30264
30264
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30351,8 +30351,8 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30351
30351
|
}
|
|
30352
30352
|
|
|
30353
30353
|
const VERSION$1v = "f531b44760afecfce89990fe5a5c5c29";
|
|
30354
|
-
function validate$
|
|
30355
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30354
|
+
function validate$P(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
30355
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30356
30356
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30357
30357
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30358
30358
|
}
|
|
@@ -30413,7 +30413,7 @@ function equals$r(existing, incoming) {
|
|
|
30413
30413
|
}
|
|
30414
30414
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30415
30415
|
if (process.env.NODE_ENV !== 'production') {
|
|
30416
|
-
const validateError = validate$
|
|
30416
|
+
const validateError = validate$P(input);
|
|
30417
30417
|
if (validateError !== null) {
|
|
30418
30418
|
throw validateError;
|
|
30419
30419
|
}
|
|
@@ -30434,7 +30434,7 @@ function getTypeCacheKeys$1q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30434
30434
|
}
|
|
30435
30435
|
|
|
30436
30436
|
const VERSION$1u = "17c20b01167dba9a81452e60bb28b2f2";
|
|
30437
|
-
function validate$
|
|
30437
|
+
function validate$O(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
30438
30438
|
const v_error = (() => {
|
|
30439
30439
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30440
30440
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30484,8 +30484,8 @@ function equals$q(existing, incoming) {
|
|
|
30484
30484
|
}
|
|
30485
30485
|
|
|
30486
30486
|
const VERSION$1t = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
30487
|
-
function validate$
|
|
30488
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30487
|
+
function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
30488
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30489
30489
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30490
30490
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30491
30491
|
}
|
|
@@ -30501,7 +30501,7 @@ function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
30501
30501
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30502
30502
|
const obj_result_item = obj_result[i];
|
|
30503
30503
|
const path_result_item = path_result + '[' + i + ']';
|
|
30504
|
-
const referencepath_result_itemValidationError = validate$
|
|
30504
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30505
30505
|
if (referencepath_result_itemValidationError !== null) {
|
|
30506
30506
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30507
30507
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30551,7 +30551,7 @@ function equals$p(existing, incoming) {
|
|
|
30551
30551
|
}
|
|
30552
30552
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30553
30553
|
if (process.env.NODE_ENV !== 'production') {
|
|
30554
|
-
const validateError = validate$
|
|
30554
|
+
const validateError = validate$N(input);
|
|
30555
30555
|
if (validateError !== null) {
|
|
30556
30556
|
throw validateError;
|
|
30557
30557
|
}
|
|
@@ -30572,8 +30572,8 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30572
30572
|
}
|
|
30573
30573
|
|
|
30574
30574
|
const VERSION$1s = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
30575
|
-
function validate$
|
|
30576
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30575
|
+
function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
30576
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30577
30577
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30578
30578
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30579
30579
|
}
|
|
@@ -30589,7 +30589,7 @@ function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
30589
30589
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30590
30590
|
const obj_result_item = obj_result[i];
|
|
30591
30591
|
const path_result_item = path_result + '[' + i + ']';
|
|
30592
|
-
const referencepath_result_itemValidationError = validate$
|
|
30592
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30593
30593
|
if (referencepath_result_itemValidationError !== null) {
|
|
30594
30594
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30595
30595
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30639,7 +30639,7 @@ function equals$o(existing, incoming) {
|
|
|
30639
30639
|
}
|
|
30640
30640
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30641
30641
|
if (process.env.NODE_ENV !== 'production') {
|
|
30642
|
-
const validateError = validate$
|
|
30642
|
+
const validateError = validate$M(input);
|
|
30643
30643
|
if (validateError !== null) {
|
|
30644
30644
|
throw validateError;
|
|
30645
30645
|
}
|
|
@@ -30666,7 +30666,7 @@ const DiscriminatorValues$2 = {
|
|
|
30666
30666
|
};
|
|
30667
30667
|
const TTL$j = 300000;
|
|
30668
30668
|
const VERSION$1r = "8956293536e94d5ec63b274b61033d2c";
|
|
30669
|
-
function validate$
|
|
30669
|
+
function validate$L(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
30670
30670
|
const v_error = (() => {
|
|
30671
30671
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30672
30672
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30744,7 +30744,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30744
30744
|
|
|
30745
30745
|
const TTL$i = 300000;
|
|
30746
30746
|
const VERSION$1q = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
30747
|
-
function validate$
|
|
30747
|
+
function validate$K(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
30748
30748
|
const v_error = (() => {
|
|
30749
30749
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30750
30750
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30823,7 +30823,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
30823
30823
|
|
|
30824
30824
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30825
30825
|
if (process.env.NODE_ENV !== 'production') {
|
|
30826
|
-
const validateError = validate$
|
|
30826
|
+
const validateError = validate$K(input);
|
|
30827
30827
|
if (validateError !== null) {
|
|
30828
30828
|
throw validateError;
|
|
30829
30829
|
}
|
|
@@ -31314,7 +31314,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
31314
31314
|
};
|
|
31315
31315
|
|
|
31316
31316
|
const VERSION$1p = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
31317
|
-
function validate$
|
|
31317
|
+
function validate$J(obj, path = 'RelatedListReferenceRepresentation') {
|
|
31318
31318
|
const v_error = (() => {
|
|
31319
31319
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31320
31320
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31553,7 +31553,7 @@ function equals$l(existing, incoming) {
|
|
|
31553
31553
|
}
|
|
31554
31554
|
|
|
31555
31555
|
const VERSION$1o = "836b875b519813e7499efc62f0f1d04b";
|
|
31556
|
-
function validate$
|
|
31556
|
+
function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
31557
31557
|
const v_error = (() => {
|
|
31558
31558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31559
31559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31596,7 +31596,7 @@ function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
31596
31596
|
}
|
|
31597
31597
|
const obj_listReference = obj.listReference;
|
|
31598
31598
|
const path_listReference = path + '.listReference';
|
|
31599
|
-
const referencepath_listReferenceValidationError = validate$
|
|
31599
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
31600
31600
|
if (referencepath_listReferenceValidationError !== null) {
|
|
31601
31601
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
31602
31602
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31669,7 +31669,7 @@ function equals$k(existing, incoming) {
|
|
|
31669
31669
|
}
|
|
31670
31670
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31671
31671
|
if (process.env.NODE_ENV !== 'production') {
|
|
31672
|
-
const validateError = validate$
|
|
31672
|
+
const validateError = validate$I(input);
|
|
31673
31673
|
if (validateError !== null) {
|
|
31674
31674
|
throw validateError;
|
|
31675
31675
|
}
|
|
@@ -32181,7 +32181,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
32181
32181
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
32182
32182
|
};
|
|
32183
32183
|
|
|
32184
|
-
function validate$
|
|
32184
|
+
function validate$H(obj, path = 'RelatedListColumnRepresentation') {
|
|
32185
32185
|
const v_error = (() => {
|
|
32186
32186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32187
32187
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32332,7 +32332,7 @@ function validate$G(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
32332
32332
|
|
|
32333
32333
|
const TTL$h = 900000;
|
|
32334
32334
|
const VERSION$1n = "c977d65d153a2b4e888ddd45fb083248";
|
|
32335
|
-
function validate$
|
|
32335
|
+
function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
32336
32336
|
const v_error = (() => {
|
|
32337
32337
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32338
32338
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32360,7 +32360,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32360
32360
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
32361
32361
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
32362
32362
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
32363
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
32363
|
+
const referencepath_displayColumns_itemValidationError = validate$H(obj_displayColumns_item, path_displayColumns_item);
|
|
32364
32364
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
32365
32365
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
32366
32366
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32407,7 +32407,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32407
32407
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
32408
32408
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
32409
32409
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
32410
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
32410
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
32411
32411
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
32412
32412
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
32413
32413
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32421,7 +32421,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32421
32421
|
}
|
|
32422
32422
|
const obj_listReference = obj.listReference;
|
|
32423
32423
|
const path_listReference = path + '.listReference';
|
|
32424
|
-
const referencepath_listReferenceValidationError = validate$
|
|
32424
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
32425
32425
|
if (referencepath_listReferenceValidationError !== null) {
|
|
32426
32426
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
32427
32427
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32459,7 +32459,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32459
32459
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
32460
32460
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
32461
32461
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
32462
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
32462
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
32463
32463
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
32464
32464
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
32465
32465
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32478,7 +32478,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32478
32478
|
}
|
|
32479
32479
|
const obj_userPreferences = obj.userPreferences;
|
|
32480
32480
|
const path_userPreferences = path + '.userPreferences';
|
|
32481
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
32481
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
32482
32482
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
32483
32483
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
32484
32484
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32618,7 +32618,7 @@ function equals$j(existing, incoming) {
|
|
|
32618
32618
|
}
|
|
32619
32619
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32620
32620
|
if (process.env.NODE_ENV !== 'production') {
|
|
32621
|
-
const validateError = validate$
|
|
32621
|
+
const validateError = validate$G(input);
|
|
32622
32622
|
if (validateError !== null) {
|
|
32623
32623
|
throw validateError;
|
|
32624
32624
|
}
|
|
@@ -33056,7 +33056,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
33056
33056
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
33057
33057
|
};
|
|
33058
33058
|
|
|
33059
|
-
function validate$
|
|
33059
|
+
function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
33060
33060
|
const v_error = (() => {
|
|
33061
33061
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33062
33062
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33152,7 +33152,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33152
33152
|
const path_themeInfo = path + '.themeInfo';
|
|
33153
33153
|
let obj_themeInfo_union0 = null;
|
|
33154
33154
|
const obj_themeInfo_union0_error = (() => {
|
|
33155
|
-
const referencepath_themeInfoValidationError = validate$
|
|
33155
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
33156
33156
|
if (referencepath_themeInfoValidationError !== null) {
|
|
33157
33157
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
33158
33158
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33187,7 +33187,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33187
33187
|
}
|
|
33188
33188
|
|
|
33189
33189
|
const VERSION$1m = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
33190
|
-
function validate$
|
|
33190
|
+
function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
33191
33191
|
const v_error = (() => {
|
|
33192
33192
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33193
33193
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33236,7 +33236,7 @@ function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
33236
33236
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
33237
33237
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
33238
33238
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
33239
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
33239
|
+
const referencepath_relatedLists_itemValidationError = validate$F(obj_relatedLists_item, path_relatedLists_item);
|
|
33240
33240
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
33241
33241
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
33242
33242
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33292,7 +33292,7 @@ function equals$i(existing, incoming) {
|
|
|
33292
33292
|
}
|
|
33293
33293
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33294
33294
|
if (process.env.NODE_ENV !== 'production') {
|
|
33295
|
-
const validateError = validate$
|
|
33295
|
+
const validateError = validate$E(input);
|
|
33296
33296
|
if (validateError !== null) {
|
|
33297
33297
|
throw validateError;
|
|
33298
33298
|
}
|
|
@@ -33543,7 +33543,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
33543
33543
|
|
|
33544
33544
|
const TTL$g = 900000;
|
|
33545
33545
|
const VERSION$1l = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
33546
|
-
function validate$
|
|
33546
|
+
function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
33547
33547
|
const v_error = (() => {
|
|
33548
33548
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33549
33549
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33584,7 +33584,7 @@ function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
33584
33584
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
33585
33585
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
33586
33586
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
33587
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
33587
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
33588
33588
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
33589
33589
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
33590
33590
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33628,7 +33628,7 @@ function equals$h(existing, incoming) {
|
|
|
33628
33628
|
}
|
|
33629
33629
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33630
33630
|
if (process.env.NODE_ENV !== 'production') {
|
|
33631
|
-
const validateError = validate$
|
|
33631
|
+
const validateError = validate$C(input);
|
|
33632
33632
|
if (validateError !== null) {
|
|
33633
33633
|
throw validateError;
|
|
33634
33634
|
}
|
|
@@ -34136,7 +34136,7 @@ const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRe
|
|
|
34136
34136
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
34137
34137
|
};
|
|
34138
34138
|
|
|
34139
|
-
function validate$
|
|
34139
|
+
function validate$B(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
34140
34140
|
const v_error = (() => {
|
|
34141
34141
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34142
34142
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34379,7 +34379,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
34379
34379
|
|
|
34380
34380
|
const TTL$f = 30000;
|
|
34381
34381
|
const VERSION$1k = "62467c27c19349b70c9db2a8d9d591d9";
|
|
34382
|
-
function validate$
|
|
34382
|
+
function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
34383
34383
|
const v_error = (() => {
|
|
34384
34384
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34385
34385
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34460,7 +34460,7 @@ function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
34460
34460
|
}
|
|
34461
34461
|
const obj_listReference = obj.listReference;
|
|
34462
34462
|
const path_listReference = path + '.listReference';
|
|
34463
|
-
const referencepath_listReferenceValidationError = validate$
|
|
34463
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
34464
34464
|
if (referencepath_listReferenceValidationError !== null) {
|
|
34465
34465
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
34466
34466
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34881,7 +34881,7 @@ function equals$g(existing, incoming) {
|
|
|
34881
34881
|
}
|
|
34882
34882
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34883
34883
|
if (process.env.NODE_ENV !== 'production') {
|
|
34884
|
-
const validateError = validate$
|
|
34884
|
+
const validateError = validate$A(input);
|
|
34885
34885
|
if (validateError !== null) {
|
|
34886
34886
|
throw validateError;
|
|
34887
34887
|
}
|
|
@@ -35372,7 +35372,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
35372
35372
|
const untrustedConfig_relatedListParameters_array = [];
|
|
35373
35373
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
35374
35374
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
35375
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
35375
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$B(untrustedConfig_relatedListParameters_item);
|
|
35376
35376
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
35377
35377
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
35378
35378
|
}
|
|
@@ -35617,7 +35617,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
35617
35617
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
35618
35618
|
};
|
|
35619
35619
|
|
|
35620
|
-
function validate$
|
|
35620
|
+
function validate$z(obj, path = 'SearchFilterOptionRepresentation') {
|
|
35621
35621
|
const v_error = (() => {
|
|
35622
35622
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35623
35623
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35647,7 +35647,7 @@ var DiscriminatorValues;
|
|
|
35647
35647
|
DiscriminatorValues["Field"] = "Field";
|
|
35648
35648
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
35649
35649
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
35650
|
-
function validate$
|
|
35650
|
+
function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
35651
35651
|
const v_error = (() => {
|
|
35652
35652
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35653
35653
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35708,7 +35708,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
35708
35708
|
|
|
35709
35709
|
const TTL$e = 30000;
|
|
35710
35710
|
const VERSION$1j = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
35711
|
-
function validate$
|
|
35711
|
+
function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
35712
35712
|
const v_error = (() => {
|
|
35713
35713
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35714
35714
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35747,7 +35747,7 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
35747
35747
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
35748
35748
|
const obj_filters_item = obj_filters[i];
|
|
35749
35749
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
35750
|
-
const referencepath_filters_itemValidationError = validate$
|
|
35750
|
+
const referencepath_filters_itemValidationError = validate$y(obj_filters_item, path_filters_item);
|
|
35751
35751
|
if (referencepath_filters_itemValidationError !== null) {
|
|
35752
35752
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
35753
35753
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35792,7 +35792,7 @@ function equals$f(existing, incoming) {
|
|
|
35792
35792
|
}
|
|
35793
35793
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35794
35794
|
if (process.env.NODE_ENV !== 'production') {
|
|
35795
|
-
const validateError = validate$
|
|
35795
|
+
const validateError = validate$x(input);
|
|
35796
35796
|
if (validateError !== null) {
|
|
35797
35797
|
throw validateError;
|
|
35798
35798
|
}
|
|
@@ -35956,7 +35956,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
35956
35956
|
|
|
35957
35957
|
const TTL$d = 30000;
|
|
35958
35958
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
35959
|
-
function validate$
|
|
35959
|
+
function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
35960
35960
|
const v_error = (() => {
|
|
35961
35961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35962
35962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35979,7 +35979,7 @@ function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
35979
35979
|
for (let i = 0; i < obj_options.length; i++) {
|
|
35980
35980
|
const obj_options_item = obj_options[i];
|
|
35981
35981
|
const path_options_item = path_options + '[' + i + ']';
|
|
35982
|
-
const referencepath_options_itemValidationError = validate$
|
|
35982
|
+
const referencepath_options_itemValidationError = validate$z(obj_options_item, path_options_item);
|
|
35983
35983
|
if (referencepath_options_itemValidationError !== null) {
|
|
35984
35984
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
35985
35985
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36046,7 +36046,7 @@ function equals$e(existing, incoming) {
|
|
|
36046
36046
|
}
|
|
36047
36047
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36048
36048
|
if (process.env.NODE_ENV !== 'production') {
|
|
36049
|
-
const validateError = validate$
|
|
36049
|
+
const validateError = validate$w(input);
|
|
36050
36050
|
if (validateError !== null) {
|
|
36051
36051
|
throw validateError;
|
|
36052
36052
|
}
|
|
@@ -36210,7 +36210,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
36210
36210
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
36211
36211
|
};
|
|
36212
36212
|
|
|
36213
|
-
function validate$
|
|
36213
|
+
function validate$v(obj, path = 'DisplayLayoutRepresentation') {
|
|
36214
36214
|
const v_error = (() => {
|
|
36215
36215
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36216
36216
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36231,7 +36231,7 @@ function validate$u(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
36231
36231
|
return v_error === undefined ? null : v_error;
|
|
36232
36232
|
}
|
|
36233
36233
|
|
|
36234
|
-
function validate$
|
|
36234
|
+
function validate$u(obj, path = 'MatchingInfoRepresentation') {
|
|
36235
36235
|
const v_error = (() => {
|
|
36236
36236
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36237
36237
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36252,14 +36252,14 @@ function validate$t(obj, path = 'MatchingInfoRepresentation') {
|
|
|
36252
36252
|
return v_error === undefined ? null : v_error;
|
|
36253
36253
|
}
|
|
36254
36254
|
|
|
36255
|
-
function validate$
|
|
36255
|
+
function validate$t(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
36256
36256
|
const v_error = (() => {
|
|
36257
36257
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36258
36258
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36259
36259
|
}
|
|
36260
36260
|
const obj_displayLayout = obj.displayLayout;
|
|
36261
36261
|
const path_displayLayout = path + '.displayLayout';
|
|
36262
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
36262
|
+
const referencepath_displayLayoutValidationError = validate$v(obj_displayLayout, path_displayLayout);
|
|
36263
36263
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
36264
36264
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
36265
36265
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36267,7 +36267,7 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36267
36267
|
}
|
|
36268
36268
|
const obj_matchingInfo = obj.matchingInfo;
|
|
36269
36269
|
const path_matchingInfo = path + '.matchingInfo';
|
|
36270
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
36270
|
+
const referencepath_matchingInfoValidationError = validate$u(obj_matchingInfo, path_matchingInfo);
|
|
36271
36271
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
36272
36272
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
36273
36273
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36277,14 +36277,14 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36277
36277
|
return v_error === undefined ? null : v_error;
|
|
36278
36278
|
}
|
|
36279
36279
|
|
|
36280
|
-
function validate$
|
|
36280
|
+
function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
36281
36281
|
const v_error = (() => {
|
|
36282
36282
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36283
36283
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36284
36284
|
}
|
|
36285
36285
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
36286
36286
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
36287
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
36287
|
+
const referencepath_fullSearchInfoValidationError = validate$t(obj_fullSearchInfo, path_fullSearchInfo);
|
|
36288
36288
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
36289
36289
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
36290
36290
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36297,7 +36297,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36297
36297
|
}
|
|
36298
36298
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
36299
36299
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
36300
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
36300
|
+
const referencepath_suggestionsInfoValidationError = validate$t(obj_suggestionsInfo, path_suggestionsInfo);
|
|
36301
36301
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
36302
36302
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
36303
36303
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36309,7 +36309,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36309
36309
|
|
|
36310
36310
|
const TTL$c = 30000;
|
|
36311
36311
|
const VERSION$1h = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
36312
|
-
function validate$
|
|
36312
|
+
function validate$r(obj, path = 'LookupMetadataRepresentation') {
|
|
36313
36313
|
const v_error = (() => {
|
|
36314
36314
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36315
36315
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36360,7 +36360,7 @@ function validate$q(obj, path = 'LookupMetadataRepresentation') {
|
|
|
36360
36360
|
const key = obj_targetInfo_keys[i];
|
|
36361
36361
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
36362
36362
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
36363
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
36363
|
+
const referencepath_targetInfo_propValidationError = validate$s(obj_targetInfo_prop, path_targetInfo_prop);
|
|
36364
36364
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
36365
36365
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
36366
36366
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36400,7 +36400,7 @@ function equals$d(existing, incoming) {
|
|
|
36400
36400
|
}
|
|
36401
36401
|
const ingest$1d = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36402
36402
|
if (process.env.NODE_ENV !== 'production') {
|
|
36403
|
-
const validateError = validate$
|
|
36403
|
+
const validateError = validate$r(input);
|
|
36404
36404
|
if (validateError !== null) {
|
|
36405
36405
|
throw validateError;
|
|
36406
36406
|
}
|
|
@@ -36562,7 +36562,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
36562
36562
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
36563
36563
|
};
|
|
36564
36564
|
|
|
36565
|
-
function validate$
|
|
36565
|
+
function validate$q(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
36566
36566
|
const v_error = (() => {
|
|
36567
36567
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36568
36568
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36593,7 +36593,7 @@ function validate$p(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
36593
36593
|
return v_error === undefined ? null : v_error;
|
|
36594
36594
|
}
|
|
36595
36595
|
|
|
36596
|
-
function validate$
|
|
36596
|
+
function validate$p(obj, path = 'SearchFilterInputRepresentation') {
|
|
36597
36597
|
const v_error = (() => {
|
|
36598
36598
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36599
36599
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36662,7 +36662,7 @@ function validate$o(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
36662
36662
|
return v_error === undefined ? null : v_error;
|
|
36663
36663
|
}
|
|
36664
36664
|
|
|
36665
|
-
function validate$
|
|
36665
|
+
function validate$o(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
36666
36666
|
const v_error = (() => {
|
|
36667
36667
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36668
36668
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36675,7 +36675,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36675
36675
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
36676
36676
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
36677
36677
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
36678
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
36678
|
+
const referencepath_dataCategories_itemValidationError = validate$q(obj_dataCategories_item, path_dataCategories_item);
|
|
36679
36679
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
36680
36680
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
36681
36681
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36690,7 +36690,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36690
36690
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
36691
36691
|
const obj_filters_item = obj_filters[i];
|
|
36692
36692
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
36693
|
-
const referencepath_filters_itemValidationError = validate$
|
|
36693
|
+
const referencepath_filters_itemValidationError = validate$p(obj_filters_item, path_filters_item);
|
|
36694
36694
|
if (referencepath_filters_itemValidationError !== null) {
|
|
36695
36695
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
36696
36696
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36701,7 +36701,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36701
36701
|
return v_error === undefined ? null : v_error;
|
|
36702
36702
|
}
|
|
36703
36703
|
|
|
36704
|
-
function validate$
|
|
36704
|
+
function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
36705
36705
|
const v_error = (() => {
|
|
36706
36706
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36707
36707
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36741,7 +36741,7 @@ function validate$m(obj, path = 'ErrorMessageRepresentation') {
|
|
|
36741
36741
|
return v_error === undefined ? null : v_error;
|
|
36742
36742
|
}
|
|
36743
36743
|
|
|
36744
|
-
function validate$
|
|
36744
|
+
function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
36745
36745
|
const v_error = (() => {
|
|
36746
36746
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36747
36747
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36755,7 +36755,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36755
36755
|
const path_error = path + '.error';
|
|
36756
36756
|
let obj_error_union0 = null;
|
|
36757
36757
|
const obj_error_union0_error = (() => {
|
|
36758
|
-
const referencepath_errorValidationError = validate$
|
|
36758
|
+
const referencepath_errorValidationError = validate$n(obj_error, path_error);
|
|
36759
36759
|
if (referencepath_errorValidationError !== null) {
|
|
36760
36760
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
36761
36761
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36819,7 +36819,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36819
36819
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
36820
36820
|
const obj_orderBy_item = obj_orderBy[i];
|
|
36821
36821
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
36822
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
36822
|
+
const referencepath_orderBy_itemValidationError = validate$1_(obj_orderBy_item, path_orderBy_item);
|
|
36823
36823
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
36824
36824
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
36825
36825
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36885,7 +36885,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36885
36885
|
return v_error === undefined ? null : v_error;
|
|
36886
36886
|
}
|
|
36887
36887
|
|
|
36888
|
-
function validate$
|
|
36888
|
+
function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
36889
36889
|
const v_error = (() => {
|
|
36890
36890
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36891
36891
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36906,6 +36906,42 @@ function validate$k(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
36906
36906
|
return v_error === undefined ? null : v_error;
|
|
36907
36907
|
}
|
|
36908
36908
|
|
|
36909
|
+
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
36910
|
+
const v_error = (() => {
|
|
36911
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36912
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36913
|
+
}
|
|
36914
|
+
const obj_fieldPath = obj.fieldPath;
|
|
36915
|
+
const path_fieldPath = path + '.fieldPath';
|
|
36916
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
36917
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
36918
|
+
}
|
|
36919
|
+
const obj_label = obj.label;
|
|
36920
|
+
const path_label = path + '.label';
|
|
36921
|
+
if (typeof obj_label !== 'string') {
|
|
36922
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
36923
|
+
}
|
|
36924
|
+
const obj_operator = obj.operator;
|
|
36925
|
+
const path_operator = path + '.operator';
|
|
36926
|
+
if (typeof obj_operator !== 'string') {
|
|
36927
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
36928
|
+
}
|
|
36929
|
+
const obj_values = obj.values;
|
|
36930
|
+
const path_values = path + '.values';
|
|
36931
|
+
if (!ArrayIsArray(obj_values)) {
|
|
36932
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
36933
|
+
}
|
|
36934
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
36935
|
+
const obj_values_item = obj_values[i];
|
|
36936
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
36937
|
+
if (typeof obj_values_item !== 'string') {
|
|
36938
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
36939
|
+
}
|
|
36940
|
+
}
|
|
36941
|
+
})();
|
|
36942
|
+
return v_error === undefined ? null : v_error;
|
|
36943
|
+
}
|
|
36944
|
+
|
|
36909
36945
|
function validate$j(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
36910
36946
|
const v_error = (() => {
|
|
36911
36947
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -36945,6 +36981,21 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
36945
36981
|
if (typeof obj_answerType !== 'string') {
|
|
36946
36982
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
36947
36983
|
}
|
|
36984
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
36985
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
36986
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
36987
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
36988
|
+
}
|
|
36989
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
36990
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
36991
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
36992
|
+
const referencepath_appliedFilters_itemValidationError = validate$k(obj_appliedFilters_item, path_appliedFilters_item);
|
|
36993
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
36994
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
36995
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
36996
|
+
return new TypeError(message);
|
|
36997
|
+
}
|
|
36998
|
+
}
|
|
36948
36999
|
const obj_passage = obj.passage;
|
|
36949
37000
|
const path_passage = path + '.passage';
|
|
36950
37001
|
if (typeof obj_passage !== 'string') {
|
|
@@ -37010,11 +37061,6 @@ function validate$g(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
37010
37061
|
if (typeof obj_fieldPath !== 'string') {
|
|
37011
37062
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
37012
37063
|
}
|
|
37013
|
-
const obj_label = obj.label;
|
|
37014
|
-
const path_label = path + '.label';
|
|
37015
|
-
if (typeof obj_label !== 'string') {
|
|
37016
|
-
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
37017
|
-
}
|
|
37018
37064
|
const obj_operator = obj.operator;
|
|
37019
37065
|
const path_operator = path + '.operator';
|
|
37020
37066
|
if (typeof obj_operator !== 'string') {
|
|
@@ -37112,7 +37158,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
37112
37158
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
37113
37159
|
let obj_keywordSearchResults_union0 = null;
|
|
37114
37160
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
37115
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
37161
|
+
const referencepath_keywordSearchResultsValidationError = validate$l(obj_keywordSearchResults, path_keywordSearchResults);
|
|
37116
37162
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
37117
37163
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
37118
37164
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37325,7 +37371,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
37325
37371
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
37326
37372
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
37327
37373
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
37328
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
37374
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$o(untrustedConfig_searchObjectOptions_prop);
|
|
37329
37375
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
37330
37376
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
37331
37377
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -37444,7 +37490,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
37444
37490
|
}
|
|
37445
37491
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
37446
37492
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
37447
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
37493
|
+
const referencepath_keywordSearchResultValidationError = validate$m(obj_keywordSearchResult, path_keywordSearchResult);
|
|
37448
37494
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
37449
37495
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
37450
37496
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37599,7 +37645,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
37599
37645
|
const untrustedConfig_filters_array = [];
|
|
37600
37646
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
37601
37647
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
37602
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
37648
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$p(untrustedConfig_filters_item);
|
|
37603
37649
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
37604
37650
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
37605
37651
|
}
|
|
@@ -55773,7 +55819,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
55773
55819
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
55774
55820
|
let obj_recordTypeInfo_union0 = null;
|
|
55775
55821
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
55776
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
55822
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
55777
55823
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
55778
55824
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
55779
55825
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|