@salesforce/lwc-adapters-uiapi 1.266.0-dev4 → 1.266.0-dev6
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 +304 -256
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -569,7 +569,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
569
569
|
}
|
|
570
570
|
return resourceParams;
|
|
571
571
|
}
|
|
572
|
-
// engine version: 0.154.
|
|
572
|
+
// engine version: 0.154.7-dev3-3c8f645e
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -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
|
}
|
|
@@ -13110,17 +13110,19 @@ function onResourceError(luvio, config, key, err) {
|
|
|
13110
13110
|
function buildNetworkSnapshot$18(luvio, config, serverRequestCount = 0, options) {
|
|
13111
13111
|
const { request, key, allTrackedFields, resourceParams } = prepareRequest$6(luvio, config);
|
|
13112
13112
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
13113
|
+
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
13114
|
+
// Komaci - a batch record request with a single record followed by a single
|
|
13115
|
+
// record request. The fulfill logic sends the same network response, so
|
|
13116
|
+
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
13117
|
+
//
|
|
13118
|
+
// W-14381091 - Ensure hoisting the response body happens prior to
|
|
13119
|
+
// calling `luvio.handleSuccessResponse`, since both arguments capture
|
|
13120
|
+
// the response.
|
|
13121
|
+
if (isSingleBatchRecordResponse(response.body)) {
|
|
13122
|
+
response.body = response.body.results[0]
|
|
13123
|
+
.result;
|
|
13124
|
+
}
|
|
13113
13125
|
return luvio.handleSuccessResponse(() => {
|
|
13114
|
-
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
13115
|
-
// Komaci - a batch record request with a single record followed by a single
|
|
13116
|
-
// record request. The fulfill logic sends the same network response, so
|
|
13117
|
-
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
13118
|
-
if (isSingleBatchRecordResponse(response.body)) {
|
|
13119
|
-
let recordResponse = response;
|
|
13120
|
-
recordResponse.body = response.body.results[0]
|
|
13121
|
-
.result;
|
|
13122
|
-
return onResourceSuccess(luvio, config, key, allTrackedFields, recordResponse, serverRequestCount + 1);
|
|
13123
|
-
}
|
|
13124
13126
|
return onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount + 1);
|
|
13125
13127
|
}, () => {
|
|
13126
13128
|
const cache = new StoreKeyMap();
|
|
@@ -13816,7 +13818,7 @@ function revertPaginationOptimization(variables) {
|
|
|
13816
13818
|
|
|
13817
13819
|
const TTL$C = 30000;
|
|
13818
13820
|
const VERSION$2e = "b8270d0d7a5953587f98a9625cad85db";
|
|
13819
|
-
function validate$
|
|
13821
|
+
function validate$1N(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13820
13822
|
const v_error = (() => {
|
|
13821
13823
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13822
13824
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13876,7 +13878,7 @@ function validate$1M(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13876
13878
|
}
|
|
13877
13879
|
const obj_listReference = obj.listReference;
|
|
13878
13880
|
const path_listReference = path + '.listReference';
|
|
13879
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13881
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
13880
13882
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13881
13883
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13882
13884
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14415,7 +14417,7 @@ function equals$10(existing, incoming) {
|
|
|
14415
14417
|
}
|
|
14416
14418
|
const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14417
14419
|
if (process.env.NODE_ENV !== 'production') {
|
|
14418
|
-
const validateError = validate$
|
|
14420
|
+
const validateError = validate$1N(input);
|
|
14419
14421
|
if (validateError !== null) {
|
|
14420
14422
|
throw validateError;
|
|
14421
14423
|
}
|
|
@@ -14508,7 +14510,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14508
14510
|
}
|
|
14509
14511
|
|
|
14510
14512
|
const VERSION$2d = "cf8d2eb042188974da26ffe6618cfd07";
|
|
14511
|
-
function validate$
|
|
14513
|
+
function validate$1M(obj, path = 'ListUiRepresentation') {
|
|
14512
14514
|
const v_error = (() => {
|
|
14513
14515
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14514
14516
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14614,7 +14616,7 @@ function equals$$(existing, incoming) {
|
|
|
14614
14616
|
}
|
|
14615
14617
|
const ingest$1R = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14616
14618
|
if (process.env.NODE_ENV !== 'production') {
|
|
14617
|
-
const validateError = validate$
|
|
14619
|
+
const validateError = validate$1M(input);
|
|
14618
14620
|
if (validateError !== null) {
|
|
14619
14621
|
throw validateError;
|
|
14620
14622
|
}
|
|
@@ -15154,7 +15156,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
15154
15156
|
}
|
|
15155
15157
|
|
|
15156
15158
|
const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
15157
|
-
function validate$
|
|
15159
|
+
function validate$1L(obj, path = 'ListViewSummaryRepresentation') {
|
|
15158
15160
|
const v_error = (() => {
|
|
15159
15161
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15160
15162
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15266,7 +15268,7 @@ function equals$_(existing, incoming) {
|
|
|
15266
15268
|
}
|
|
15267
15269
|
const ingest$1Q = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15268
15270
|
if (process.env.NODE_ENV !== 'production') {
|
|
15269
|
-
const validateError = validate$
|
|
15271
|
+
const validateError = validate$1L(input);
|
|
15270
15272
|
if (validateError !== null) {
|
|
15271
15273
|
throw validateError;
|
|
15272
15274
|
}
|
|
@@ -15287,7 +15289,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15287
15289
|
}
|
|
15288
15290
|
|
|
15289
15291
|
const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
|
|
15290
|
-
function validate$
|
|
15292
|
+
function validate$1K(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
15291
15293
|
const v_error = (() => {
|
|
15292
15294
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15293
15295
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15671,7 +15673,7 @@ function equals$Z(existing, incoming) {
|
|
|
15671
15673
|
}
|
|
15672
15674
|
const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15673
15675
|
if (process.env.NODE_ENV !== 'production') {
|
|
15674
|
-
const validateError = validate$
|
|
15676
|
+
const validateError = validate$1K(input);
|
|
15675
15677
|
if (validateError !== null) {
|
|
15676
15678
|
throw validateError;
|
|
15677
15679
|
}
|
|
@@ -16821,7 +16823,7 @@ const factory$j = (luvio) => {
|
|
|
16821
16823
|
}, { contextId: contextId$5 });
|
|
16822
16824
|
};
|
|
16823
16825
|
|
|
16824
|
-
function validate$
|
|
16826
|
+
function validate$1J(obj, path = 'ChildRelationshipRepresentation') {
|
|
16825
16827
|
const v_error = (() => {
|
|
16826
16828
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16827
16829
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16869,7 +16871,7 @@ function validate$1I(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
16869
16871
|
return v_error === undefined ? null : v_error;
|
|
16870
16872
|
}
|
|
16871
16873
|
|
|
16872
|
-
function validate$
|
|
16874
|
+
function validate$1I(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
16873
16875
|
const v_error = (() => {
|
|
16874
16876
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16875
16877
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16900,7 +16902,7 @@ function validate$1H(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
16900
16902
|
return v_error === undefined ? null : v_error;
|
|
16901
16903
|
}
|
|
16902
16904
|
|
|
16903
|
-
function validate$
|
|
16905
|
+
function validate$1H(obj, path = 'ReferenceToInfoRepresentation') {
|
|
16904
16906
|
const v_error = (() => {
|
|
16905
16907
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16906
16908
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16926,7 +16928,7 @@ function validate$1G(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
16926
16928
|
return v_error === undefined ? null : v_error;
|
|
16927
16929
|
}
|
|
16928
16930
|
|
|
16929
|
-
function validate$
|
|
16931
|
+
function validate$1G(obj, path = 'FieldRepresentation') {
|
|
16930
16932
|
const v_error = (() => {
|
|
16931
16933
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16932
16934
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17086,7 +17088,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17086
17088
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
17087
17089
|
let obj_filteredLookupInfo_union0 = null;
|
|
17088
17090
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
17089
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
17091
|
+
const referencepath_filteredLookupInfoValidationError = validate$1I(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
17090
17092
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
17091
17093
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
17092
17094
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17211,7 +17213,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17211
17213
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
17212
17214
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
17213
17215
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
17214
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
17216
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1H(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
17215
17217
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
17216
17218
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
17217
17219
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17278,7 +17280,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17278
17280
|
return v_error === undefined ? null : v_error;
|
|
17279
17281
|
}
|
|
17280
17282
|
|
|
17281
|
-
function validate$
|
|
17283
|
+
function validate$1F(obj, path = 'ThemeInfoRepresentation') {
|
|
17282
17284
|
const v_error = (() => {
|
|
17283
17285
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17284
17286
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17320,7 +17322,7 @@ function validate$1E(obj, path = 'ThemeInfoRepresentation') {
|
|
|
17320
17322
|
|
|
17321
17323
|
const TTL$B = 900000;
|
|
17322
17324
|
const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
17323
|
-
function validate$
|
|
17325
|
+
function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
17324
17326
|
const v_error = (() => {
|
|
17325
17327
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17326
17328
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17390,7 +17392,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17390
17392
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
17391
17393
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
17392
17394
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
17393
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
17395
|
+
const referencepath_childRelationships_itemValidationError = validate$1J(obj_childRelationships_item, path_childRelationships_item);
|
|
17394
17396
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
17395
17397
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
17396
17398
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17472,7 +17474,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17472
17474
|
const key = obj_fields_keys[i];
|
|
17473
17475
|
const obj_fields_prop = obj_fields[key];
|
|
17474
17476
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
17475
|
-
const referencepath_fields_propValidationError = validate$
|
|
17477
|
+
const referencepath_fields_propValidationError = validate$1G(obj_fields_prop, path_fields_prop);
|
|
17476
17478
|
if (referencepath_fields_propValidationError !== null) {
|
|
17477
17479
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
17478
17480
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17552,7 +17554,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17552
17554
|
const key = obj_recordTypeInfos_keys[i];
|
|
17553
17555
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
17554
17556
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
17555
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
17557
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1R(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
17556
17558
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
17557
17559
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
17558
17560
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17568,7 +17570,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17568
17570
|
const path_themeInfo = path + '.themeInfo';
|
|
17569
17571
|
let obj_themeInfo_union0 = null;
|
|
17570
17572
|
const obj_themeInfo_union0_error = (() => {
|
|
17571
|
-
const referencepath_themeInfoValidationError = validate$
|
|
17573
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
17572
17574
|
if (referencepath_themeInfoValidationError !== null) {
|
|
17573
17575
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
17574
17576
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17727,7 +17729,7 @@ function equals$Y(existing, incoming) {
|
|
|
17727
17729
|
}
|
|
17728
17730
|
const ingest$1O = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17729
17731
|
if (process.env.NODE_ENV !== 'production') {
|
|
17730
|
-
const validateError = validate$
|
|
17732
|
+
const validateError = validate$1E(input);
|
|
17731
17733
|
if (validateError !== null) {
|
|
17732
17734
|
throw validateError;
|
|
17733
17735
|
}
|
|
@@ -17888,7 +17890,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
17888
17890
|
buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
|
|
17889
17891
|
};
|
|
17890
17892
|
|
|
17891
|
-
function validate$
|
|
17893
|
+
function validate$1D(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
17892
17894
|
const v_error = (() => {
|
|
17893
17895
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17894
17896
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17936,7 +17938,7 @@ var DiscriminatorValues$5;
|
|
|
17936
17938
|
DiscriminatorValues["Field"] = "Field";
|
|
17937
17939
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
17938
17940
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
17939
|
-
function validate$
|
|
17941
|
+
function validate$1C(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
17940
17942
|
const v_error = (() => {
|
|
17941
17943
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17942
17944
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17976,7 +17978,7 @@ function validate$1B(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
17976
17978
|
return v_error === undefined ? null : v_error;
|
|
17977
17979
|
}
|
|
17978
17980
|
|
|
17979
|
-
function validate$
|
|
17981
|
+
function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
17980
17982
|
const v_error = (() => {
|
|
17981
17983
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17982
17984
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18004,7 +18006,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18004
18006
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
18005
18007
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
18006
18008
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
18007
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
18009
|
+
const referencepath_layoutComponents_itemValidationError = validate$1C(obj_layoutComponents_item, path_layoutComponents_item);
|
|
18008
18010
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
18009
18011
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
18010
18012
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18051,7 +18053,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18051
18053
|
return v_error === undefined ? null : v_error;
|
|
18052
18054
|
}
|
|
18053
18055
|
|
|
18054
|
-
function validate$
|
|
18056
|
+
function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
18055
18057
|
const v_error = (() => {
|
|
18056
18058
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18057
18059
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18064,7 +18066,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18064
18066
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
18065
18067
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
18066
18068
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
18067
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
18069
|
+
const referencepath_layoutItems_itemValidationError = validate$1B(obj_layoutItems_item, path_layoutItems_item);
|
|
18068
18070
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
18069
18071
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
18070
18072
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18075,7 +18077,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18075
18077
|
return v_error === undefined ? null : v_error;
|
|
18076
18078
|
}
|
|
18077
18079
|
|
|
18078
|
-
function validate$
|
|
18080
|
+
function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
18079
18081
|
const v_error = (() => {
|
|
18080
18082
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18081
18083
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18150,7 +18152,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18150
18152
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
18151
18153
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
18152
18154
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
18153
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
18155
|
+
const referencepath_layoutRows_itemValidationError = validate$1A(obj_layoutRows_item, path_layoutRows_item);
|
|
18154
18156
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
18155
18157
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
18156
18158
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18173,7 +18175,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18173
18175
|
|
|
18174
18176
|
const TTL$A = 900000;
|
|
18175
18177
|
const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18176
|
-
function validate$
|
|
18178
|
+
function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
18177
18179
|
const v_error = (() => {
|
|
18178
18180
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18179
18181
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18279,7 +18281,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18279
18281
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
18280
18282
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
18281
18283
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
18282
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
18284
|
+
const referencepath_saveOptions_itemValidationError = validate$1D(obj_saveOptions_item, path_saveOptions_item);
|
|
18283
18285
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
18284
18286
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
18285
18287
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18294,7 +18296,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18294
18296
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
18295
18297
|
const obj_sections_item = obj_sections[i];
|
|
18296
18298
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
18297
|
-
const referencepath_sections_itemValidationError = validate$
|
|
18299
|
+
const referencepath_sections_itemValidationError = validate$1z(obj_sections_item, path_sections_item);
|
|
18298
18300
|
if (referencepath_sections_itemValidationError !== null) {
|
|
18299
18301
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
18300
18302
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18369,7 +18371,7 @@ function equals$X(existing, incoming) {
|
|
|
18369
18371
|
}
|
|
18370
18372
|
const ingest$1N = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18371
18373
|
if (process.env.NODE_ENV !== 'production') {
|
|
18372
|
-
const validateError = validate$
|
|
18374
|
+
const validateError = validate$1y(input);
|
|
18373
18375
|
if (validateError !== null) {
|
|
18374
18376
|
throw validateError;
|
|
18375
18377
|
}
|
|
@@ -18411,7 +18413,7 @@ function getRecordId18Array(value) {
|
|
|
18411
18413
|
return dedupe(array).sort();
|
|
18412
18414
|
}
|
|
18413
18415
|
|
|
18414
|
-
function validate$
|
|
18416
|
+
function validate$1x(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
18415
18417
|
const v_error = (() => {
|
|
18416
18418
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18417
18419
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18432,7 +18434,7 @@ function validate$1w(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
18432
18434
|
|
|
18433
18435
|
const TTL$z = 900000;
|
|
18434
18436
|
const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
18435
|
-
function validate$
|
|
18437
|
+
function validate$1w(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
18436
18438
|
const v_error = (() => {
|
|
18437
18439
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18438
18440
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18472,7 +18474,7 @@ function validate$1v(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
18472
18474
|
const key = obj_sectionUserStates_keys[i];
|
|
18473
18475
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
18474
18476
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
18475
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
18477
|
+
const referencepath_sectionUserStates_propValidationError = validate$1x(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
18476
18478
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
18477
18479
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
18478
18480
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18529,7 +18531,7 @@ function equals$W(existing, incoming) {
|
|
|
18529
18531
|
}
|
|
18530
18532
|
const ingest$1M = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18531
18533
|
if (process.env.NODE_ENV !== 'production') {
|
|
18532
|
-
const validateError = validate$
|
|
18534
|
+
const validateError = validate$1w(input);
|
|
18533
18535
|
if (validateError !== null) {
|
|
18534
18536
|
throw validateError;
|
|
18535
18537
|
}
|
|
@@ -18551,7 +18553,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18551
18553
|
|
|
18552
18554
|
const TTL$y = 900000;
|
|
18553
18555
|
const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
18554
|
-
function validate$
|
|
18556
|
+
function validate$1v(obj, path = 'RecordUiRepresentation') {
|
|
18555
18557
|
const v_error = (() => {
|
|
18556
18558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18557
18559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18813,7 +18815,7 @@ function equals$V(existing, incoming) {
|
|
|
18813
18815
|
}
|
|
18814
18816
|
const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18815
18817
|
if (process.env.NODE_ENV !== 'production') {
|
|
18816
|
-
const validateError = validate$
|
|
18818
|
+
const validateError = validate$1v(input);
|
|
18817
18819
|
if (validateError !== null) {
|
|
18818
18820
|
throw validateError;
|
|
18819
18821
|
}
|
|
@@ -19930,7 +19932,7 @@ const factory$h = (luvio) => {
|
|
|
19930
19932
|
};
|
|
19931
19933
|
|
|
19932
19934
|
const VERSION$24 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
19933
|
-
function validate$
|
|
19935
|
+
function validate$1s(obj, path = 'QuickActionExecutionRepresentation') {
|
|
19934
19936
|
const v_error = (() => {
|
|
19935
19937
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19936
19938
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20103,7 +20105,7 @@ function equals$S(existing, incoming) {
|
|
|
20103
20105
|
}
|
|
20104
20106
|
const ingest$1I = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20105
20107
|
if (process.env.NODE_ENV !== 'production') {
|
|
20106
|
-
const validateError = validate$
|
|
20108
|
+
const validateError = validate$1s(input);
|
|
20107
20109
|
if (validateError !== null) {
|
|
20108
20110
|
throw validateError;
|
|
20109
20111
|
}
|
|
@@ -20125,7 +20127,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20125
20127
|
|
|
20126
20128
|
const TTL$x = 900000;
|
|
20127
20129
|
const VERSION$23 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20128
|
-
function validate$
|
|
20130
|
+
function validate$1r(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20129
20131
|
const v_error = (() => {
|
|
20130
20132
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20131
20133
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20290,7 +20292,7 @@ function coerceFormFactor(form) {
|
|
|
20290
20292
|
}
|
|
20291
20293
|
|
|
20292
20294
|
const VERSION$22 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
20293
|
-
function validate$
|
|
20295
|
+
function validate$1q(obj, path = 'PlatformActionRepresentation') {
|
|
20294
20296
|
const v_error = (() => {
|
|
20295
20297
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20296
20298
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20822,7 +20824,7 @@ function equals$Q(existing, incoming) {
|
|
|
20822
20824
|
}
|
|
20823
20825
|
const ingest$1H = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20824
20826
|
if (process.env.NODE_ENV !== 'production') {
|
|
20825
|
-
const validateError = validate$
|
|
20827
|
+
const validateError = validate$1q(input);
|
|
20826
20828
|
if (validateError !== null) {
|
|
20827
20829
|
throw validateError;
|
|
20828
20830
|
}
|
|
@@ -20843,7 +20845,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20843
20845
|
}
|
|
20844
20846
|
|
|
20845
20847
|
const VERSION$21 = "378d506f563a4bd724b322d440df33d1";
|
|
20846
|
-
function validate$
|
|
20848
|
+
function validate$1p(obj, path = 'EntityActionRepresentation') {
|
|
20847
20849
|
const v_error = (() => {
|
|
20848
20850
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20849
20851
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20957,7 +20959,7 @@ function equals$P(existing, incoming) {
|
|
|
20957
20959
|
}
|
|
20958
20960
|
const ingest$1G = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20959
20961
|
if (process.env.NODE_ENV !== 'production') {
|
|
20960
|
-
const validateError = validate$
|
|
20962
|
+
const validateError = validate$1p(input);
|
|
20961
20963
|
if (validateError !== null) {
|
|
20962
20964
|
throw validateError;
|
|
20963
20965
|
}
|
|
@@ -20983,7 +20985,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20983
20985
|
|
|
20984
20986
|
const TTL$w = 300000;
|
|
20985
20987
|
const VERSION$20 = "e485d96c1402a9ca2f56e56485af0216";
|
|
20986
|
-
function validate$
|
|
20988
|
+
function validate$1o(obj, path = 'ActionRepresentation') {
|
|
20987
20989
|
const v_error = (() => {
|
|
20988
20990
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20989
20991
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21081,7 +21083,7 @@ function equals$O(existing, incoming) {
|
|
|
21081
21083
|
}
|
|
21082
21084
|
const ingest$1F = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21083
21085
|
if (process.env.NODE_ENV !== 'production') {
|
|
21084
|
-
const validateError = validate$
|
|
21086
|
+
const validateError = validate$1o(input);
|
|
21085
21087
|
if (validateError !== null) {
|
|
21086
21088
|
throw validateError;
|
|
21087
21089
|
}
|
|
@@ -21253,7 +21255,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
21253
21255
|
|
|
21254
21256
|
const TTL$v = 900000;
|
|
21255
21257
|
const VERSION$1$ = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
21256
|
-
function validate$
|
|
21258
|
+
function validate$1n(obj, path = 'QuickActionLayoutRepresentation') {
|
|
21257
21259
|
const v_error = (() => {
|
|
21258
21260
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21259
21261
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21270,7 +21272,7 @@ function validate$1m(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
21270
21272
|
}
|
|
21271
21273
|
const obj_layout = obj.layout;
|
|
21272
21274
|
const path_layout = path + '.layout';
|
|
21273
|
-
const referencepath_layoutValidationError = validate$
|
|
21275
|
+
const referencepath_layoutValidationError = validate$1y(obj_layout, path_layout);
|
|
21274
21276
|
if (referencepath_layoutValidationError !== null) {
|
|
21275
21277
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
21276
21278
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21320,7 +21322,7 @@ function equals$N(existing, incoming) {
|
|
|
21320
21322
|
}
|
|
21321
21323
|
const ingest$1E = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21322
21324
|
if (process.env.NODE_ENV !== 'production') {
|
|
21323
|
-
const validateError = validate$
|
|
21325
|
+
const validateError = validate$1n(input);
|
|
21324
21326
|
if (validateError !== null) {
|
|
21325
21327
|
throw validateError;
|
|
21326
21328
|
}
|
|
@@ -21797,7 +21799,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
21797
21799
|
};
|
|
21798
21800
|
|
|
21799
21801
|
const VERSION$1_ = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
21800
|
-
function validate$
|
|
21802
|
+
function validate$1m(obj, path = 'ActionOverrideRepresentation') {
|
|
21801
21803
|
const v_error = (() => {
|
|
21802
21804
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21803
21805
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21830,7 +21832,7 @@ function equals$M(existing, incoming) {
|
|
|
21830
21832
|
}
|
|
21831
21833
|
const ingest$1D = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21832
21834
|
if (process.env.NODE_ENV !== 'production') {
|
|
21833
|
-
const validateError = validate$
|
|
21835
|
+
const validateError = validate$1m(input);
|
|
21834
21836
|
if (validateError !== null) {
|
|
21835
21837
|
throw validateError;
|
|
21836
21838
|
}
|
|
@@ -21985,7 +21987,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
21985
21987
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
|
|
21986
21988
|
};
|
|
21987
21989
|
|
|
21988
|
-
function validate$
|
|
21990
|
+
function validate$1l(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
21989
21991
|
const v_error = (() => {
|
|
21990
21992
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21991
21993
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22023,7 +22025,7 @@ function validate$1k(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22023
22025
|
|
|
22024
22026
|
const TTL$u = 300000;
|
|
22025
22027
|
const VERSION$1Z = "c57b66c259b23683db7b763e132e8633";
|
|
22026
|
-
function validate$
|
|
22028
|
+
function validate$1k(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22027
22029
|
const v_error = (() => {
|
|
22028
22030
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22029
22031
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22044,7 +22046,7 @@ function validate$1j(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
22044
22046
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
22045
22047
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
22046
22048
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
22047
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
22049
|
+
const referencepath_activations_prop_itemValidationError = validate$1l(obj_activations_prop_item, path_activations_prop_item);
|
|
22048
22050
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
22049
22051
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
22050
22052
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22088,7 +22090,7 @@ function equals$L(existing, incoming) {
|
|
|
22088
22090
|
}
|
|
22089
22091
|
const ingest$1C = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22090
22092
|
if (process.env.NODE_ENV !== 'production') {
|
|
22091
|
-
const validateError = validate$
|
|
22093
|
+
const validateError = validate$1k(input);
|
|
22092
22094
|
if (validateError !== null) {
|
|
22093
22095
|
throw validateError;
|
|
22094
22096
|
}
|
|
@@ -22271,7 +22273,7 @@ function merge$1(existing, incoming) {
|
|
|
22271
22273
|
const dynamicIngest$4 = (ingestParams) => {
|
|
22272
22274
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22273
22275
|
if (process.env.NODE_ENV !== 'production') {
|
|
22274
|
-
const validateError = validate$
|
|
22276
|
+
const validateError = validate$1r(input);
|
|
22275
22277
|
if (validateError !== null) {
|
|
22276
22278
|
throw validateError;
|
|
22277
22279
|
}
|
|
@@ -22780,7 +22782,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
22780
22782
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
|
|
22781
22783
|
};
|
|
22782
22784
|
|
|
22783
|
-
function validate$
|
|
22785
|
+
function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
22784
22786
|
const v_error = (() => {
|
|
22785
22787
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22786
22788
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23206,7 +23208,7 @@ function typeCheckConfig$U(untrustedConfig) {
|
|
|
23206
23208
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
23207
23209
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
23208
23210
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
23209
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
23211
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1j(untrustedConfig_relatedListsActionParameters_item);
|
|
23210
23212
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
23211
23213
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
23212
23214
|
}
|
|
@@ -23524,7 +23526,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
23524
23526
|
};
|
|
23525
23527
|
|
|
23526
23528
|
const VERSION$1Y = "a316b3bba367f54adc67d7552ed7d36d";
|
|
23527
|
-
function validate$
|
|
23529
|
+
function validate$1i(obj, path = 'PageReferenceRepresentation') {
|
|
23528
23530
|
const v_error = (() => {
|
|
23529
23531
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23530
23532
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23585,7 +23587,7 @@ function equals$K(existing, incoming) {
|
|
|
23585
23587
|
}
|
|
23586
23588
|
const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23587
23589
|
if (process.env.NODE_ENV !== 'production') {
|
|
23588
|
-
const validateError = validate$
|
|
23590
|
+
const validateError = validate$1i(input);
|
|
23589
23591
|
if (validateError !== null) {
|
|
23590
23592
|
throw validateError;
|
|
23591
23593
|
}
|
|
@@ -23607,7 +23609,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23607
23609
|
|
|
23608
23610
|
const TTL$t = 120000;
|
|
23609
23611
|
const VERSION$1X = "09884ca5bf90ea4662092a4e48817081";
|
|
23610
|
-
function validate$
|
|
23612
|
+
function validate$1h(obj, path = 'NavItemRepresentation') {
|
|
23611
23613
|
const v_error = (() => {
|
|
23612
23614
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23613
23615
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23999,7 +24001,7 @@ function equals$J(existing, incoming) {
|
|
|
23999
24001
|
}
|
|
24000
24002
|
const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24001
24003
|
if (process.env.NODE_ENV !== 'production') {
|
|
24002
|
-
const validateError = validate$
|
|
24004
|
+
const validateError = validate$1h(input);
|
|
24003
24005
|
if (validateError !== null) {
|
|
24004
24006
|
throw validateError;
|
|
24005
24007
|
}
|
|
@@ -24024,7 +24026,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24024
24026
|
|
|
24025
24027
|
const TTL$s = 300000;
|
|
24026
24028
|
const VERSION$1W = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
24027
|
-
function validate$
|
|
24029
|
+
function validate$1g(obj, path = 'AppRepresentation') {
|
|
24028
24030
|
const v_error = (() => {
|
|
24029
24031
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24030
24032
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24466,7 +24468,7 @@ function equals$I(existing, incoming) {
|
|
|
24466
24468
|
}
|
|
24467
24469
|
const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24468
24470
|
if (process.env.NODE_ENV !== 'production') {
|
|
24469
|
-
const validateError = validate$
|
|
24471
|
+
const validateError = validate$1g(input);
|
|
24470
24472
|
if (validateError !== null) {
|
|
24471
24473
|
throw validateError;
|
|
24472
24474
|
}
|
|
@@ -24496,7 +24498,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24496
24498
|
|
|
24497
24499
|
const TTL$r = 300000;
|
|
24498
24500
|
const VERSION$1V = "a254babf0b6414315db7808a157fd9fc";
|
|
24499
|
-
function validate$
|
|
24501
|
+
function validate$1f(obj, path = 'AppsRepresentation') {
|
|
24500
24502
|
const v_error = (() => {
|
|
24501
24503
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24502
24504
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24578,7 +24580,7 @@ function equals$H(existing, incoming) {
|
|
|
24578
24580
|
}
|
|
24579
24581
|
const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24580
24582
|
if (process.env.NODE_ENV !== 'production') {
|
|
24581
|
-
const validateError = validate$
|
|
24583
|
+
const validateError = validate$1f(input);
|
|
24582
24584
|
if (validateError !== null) {
|
|
24583
24585
|
throw validateError;
|
|
24584
24586
|
}
|
|
@@ -24886,7 +24888,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
24886
24888
|
};
|
|
24887
24889
|
|
|
24888
24890
|
const VERSION$1U = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
24889
|
-
function validate$
|
|
24891
|
+
function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
24890
24892
|
const v_error = (() => {
|
|
24891
24893
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24892
24894
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24948,7 +24950,7 @@ const select$2g = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
24948
24950
|
};
|
|
24949
24951
|
|
|
24950
24952
|
const VERSION$1T = "320d7f254687278f2763d4b490dab3fb";
|
|
24951
|
-
function validate$
|
|
24953
|
+
function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
24952
24954
|
const v_error = (() => {
|
|
24953
24955
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24954
24956
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24971,7 +24973,7 @@ function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
24971
24973
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
24972
24974
|
const obj_filterItems_item = obj_filterItems[i];
|
|
24973
24975
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
24974
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
24976
|
+
const referencepath_filterItems_itemValidationError = validate$1e(obj_filterItems_item, path_filterItems_item);
|
|
24975
24977
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
24976
24978
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
24977
24979
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25014,7 +25016,7 @@ const select$2f = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
25014
25016
|
};
|
|
25015
25017
|
|
|
25016
25018
|
const VERSION$1S = "b47b44e260e5ce777beaf3da9088997c";
|
|
25017
|
-
function validate$
|
|
25019
|
+
function validate$1c(obj, path = 'MatchRuleRepresentation') {
|
|
25018
25020
|
const v_error = (() => {
|
|
25019
25021
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25020
25022
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25084,7 +25086,7 @@ const select$2e = function MatchRuleRepresentationSelect() {
|
|
|
25084
25086
|
};
|
|
25085
25087
|
|
|
25086
25088
|
const VERSION$1R = "bb83d7210bb1d7861b6188bc5f552617";
|
|
25087
|
-
function validate$
|
|
25089
|
+
function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
25088
25090
|
const v_error = (() => {
|
|
25089
25091
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25090
25092
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25112,7 +25114,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25112
25114
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
25113
25115
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
25114
25116
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
25115
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
25117
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1d(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
25116
25118
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
25117
25119
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
25118
25120
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25132,7 +25134,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25132
25134
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
25133
25135
|
const obj_matchRules_item = obj_matchRules[i];
|
|
25134
25136
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
25135
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
25137
|
+
const referencepath_matchRules_itemValidationError = validate$1c(obj_matchRules_item, path_matchRules_item);
|
|
25136
25138
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
25137
25139
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
25138
25140
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25225,7 +25227,7 @@ const select$2d = function DuplicateRuleRepresentationSelect() {
|
|
|
25225
25227
|
|
|
25226
25228
|
const TTL$q = 900000;
|
|
25227
25229
|
const VERSION$1Q = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25228
|
-
function validate$
|
|
25230
|
+
function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25229
25231
|
const v_error = (() => {
|
|
25230
25232
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25231
25233
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25260,7 +25262,7 @@ function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
25260
25262
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
25261
25263
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
25262
25264
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
25263
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
25265
|
+
const referencepath_duplicateRules_itemValidationError = validate$1b(obj_duplicateRules_item, path_duplicateRules_item);
|
|
25264
25266
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
25265
25267
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
25266
25268
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25327,7 +25329,7 @@ function equals$G(existing, incoming) {
|
|
|
25327
25329
|
}
|
|
25328
25330
|
const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25329
25331
|
if (process.env.NODE_ENV !== 'production') {
|
|
25330
|
-
const validateError = validate$
|
|
25332
|
+
const validateError = validate$1a(input);
|
|
25331
25333
|
if (validateError !== null) {
|
|
25332
25334
|
throw validateError;
|
|
25333
25335
|
}
|
|
@@ -26266,7 +26268,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
26266
26268
|
buildCachedSnapshotCachePolicy$v, buildNetworkSnapshotCachePolicy$w);
|
|
26267
26269
|
};
|
|
26268
26270
|
|
|
26269
|
-
function validate$
|
|
26271
|
+
function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
26270
26272
|
const v_error = (() => {
|
|
26271
26273
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26272
26274
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26297,7 +26299,7 @@ function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
26297
26299
|
return v_error === undefined ? null : v_error;
|
|
26298
26300
|
}
|
|
26299
26301
|
|
|
26300
|
-
function validate$
|
|
26302
|
+
function validate$18(obj, path = 'ListScopeInputRepresentation') {
|
|
26301
26303
|
const v_error = (() => {
|
|
26302
26304
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26303
26305
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26426,7 +26428,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26426
26428
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26427
26429
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26428
26430
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26429
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26431
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26430
26432
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26431
26433
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26432
26434
|
}
|
|
@@ -26434,7 +26436,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26434
26436
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26435
26437
|
}
|
|
26436
26438
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26437
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26439
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26438
26440
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26439
26441
|
config.scope = untrustedConfig_scope;
|
|
26440
26442
|
}
|
|
@@ -26716,7 +26718,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26716
26718
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26717
26719
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26718
26720
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26719
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26721
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26720
26722
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26721
26723
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26722
26724
|
}
|
|
@@ -26724,7 +26726,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26724
26726
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26725
26727
|
}
|
|
26726
26728
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26727
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26729
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26728
26730
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26729
26731
|
config.scope = untrustedConfig_scope;
|
|
26730
26732
|
}
|
|
@@ -26774,7 +26776,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
26774
26776
|
};
|
|
26775
26777
|
|
|
26776
26778
|
const VERSION$1P = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
26777
|
-
function validate$
|
|
26779
|
+
function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
26778
26780
|
const v_error = (() => {
|
|
26779
26781
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26780
26782
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26824,7 +26826,7 @@ function equals$F(existing, incoming) {
|
|
|
26824
26826
|
}
|
|
26825
26827
|
|
|
26826
26828
|
const VERSION$1O = "355933ff2970aa91a2848a94565e956a";
|
|
26827
|
-
function validate$
|
|
26829
|
+
function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
26828
26830
|
const v_error = (() => {
|
|
26829
26831
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26830
26832
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26842,7 +26844,7 @@ function validate$15(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
26842
26844
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
26843
26845
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
26844
26846
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
26845
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
26847
|
+
const referencepath_availableEntities_itemValidationError = validate$17(obj_availableEntities_item, path_availableEntities_item);
|
|
26846
26848
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
26847
26849
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
26848
26850
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26906,7 +26908,7 @@ function equals$E(existing, incoming) {
|
|
|
26906
26908
|
}
|
|
26907
26909
|
|
|
26908
26910
|
const VERSION$1N = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
26909
|
-
function validate$
|
|
26911
|
+
function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
26910
26912
|
const v_error = (() => {
|
|
26911
26913
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26912
26914
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26956,7 +26958,7 @@ function equals$D(existing, incoming) {
|
|
|
26956
26958
|
}
|
|
26957
26959
|
|
|
26958
26960
|
const VERSION$1M = "2c35f797fead79b5c45b521e77dd6ace";
|
|
26959
|
-
function validate$
|
|
26961
|
+
function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
26960
26962
|
const v_error = (() => {
|
|
26961
26963
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26962
26964
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27025,7 +27027,7 @@ function validate$13(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
27025
27027
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
27026
27028
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
27027
27029
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
27028
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
27030
|
+
const referencepath_picklistValues_itemValidationError = validate$15(obj_picklistValues_item, path_picklistValues_item);
|
|
27029
27031
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
27030
27032
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
27031
27033
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27171,7 +27173,7 @@ function equals$C(existing, incoming) {
|
|
|
27171
27173
|
|
|
27172
27174
|
const TTL$p = 900000;
|
|
27173
27175
|
const VERSION$1L = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
27174
|
-
function validate$
|
|
27176
|
+
function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
27175
27177
|
const v_error = (() => {
|
|
27176
27178
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27177
27179
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27184,7 +27186,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27184
27186
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
27185
27187
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
27186
27188
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
27187
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
27189
|
+
const referencepath_availableScopes_itemValidationError = validate$16(obj_availableScopes_item, path_availableScopes_item);
|
|
27188
27190
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
27189
27191
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
27190
27192
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27199,7 +27201,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27199
27201
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
27200
27202
|
const obj_columns_item = obj_columns[i];
|
|
27201
27203
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
27202
|
-
const referencepath_columns_itemValidationError = validate$
|
|
27204
|
+
const referencepath_columns_itemValidationError = validate$14(obj_columns_item, path_columns_item);
|
|
27203
27205
|
if (referencepath_columns_itemValidationError !== null) {
|
|
27204
27206
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
27205
27207
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27333,7 +27335,7 @@ function equals$B(existing, incoming) {
|
|
|
27333
27335
|
}
|
|
27334
27336
|
const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27335
27337
|
if (process.env.NODE_ENV !== 'production') {
|
|
27336
|
-
const validateError = validate$
|
|
27338
|
+
const validateError = validate$13(input);
|
|
27337
27339
|
if (validateError !== null) {
|
|
27338
27340
|
throw validateError;
|
|
27339
27341
|
}
|
|
@@ -27496,7 +27498,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
27496
27498
|
|
|
27497
27499
|
const TTL$o = 900000;
|
|
27498
27500
|
const VERSION$1K = "458d4a6a30201e422e8daec5fcb03845";
|
|
27499
|
-
function validate$
|
|
27501
|
+
function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
27500
27502
|
const v_error = (() => {
|
|
27501
27503
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27502
27504
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27531,7 +27533,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27531
27533
|
}
|
|
27532
27534
|
const obj_listReference = obj.listReference;
|
|
27533
27535
|
const path_listReference = path + '.listReference';
|
|
27534
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27536
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
27535
27537
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27536
27538
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27537
27539
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27545,7 +27547,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27545
27547
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
27546
27548
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
27547
27549
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
27548
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
27550
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
27549
27551
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
27550
27552
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
27551
27553
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27641,7 +27643,7 @@ function equals$A(existing, incoming) {
|
|
|
27641
27643
|
}
|
|
27642
27644
|
const ingest$1v = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27643
27645
|
if (process.env.NODE_ENV !== 'production') {
|
|
27644
|
-
const validateError = validate$
|
|
27646
|
+
const validateError = validate$12(input);
|
|
27645
27647
|
if (validateError !== null) {
|
|
27646
27648
|
throw validateError;
|
|
27647
27649
|
}
|
|
@@ -27804,7 +27806,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
27804
27806
|
buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$t);
|
|
27805
27807
|
};
|
|
27806
27808
|
|
|
27807
|
-
function validate$
|
|
27809
|
+
function validate$11(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
27808
27810
|
const v_error = (() => {
|
|
27809
27811
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27810
27812
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27912,7 +27914,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
27912
27914
|
const untrustedConfig_orderedBy_array = [];
|
|
27913
27915
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27914
27916
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27915
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27917
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
|
|
27916
27918
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27917
27919
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27918
27920
|
}
|
|
@@ -27966,7 +27968,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
27966
27968
|
|
|
27967
27969
|
const TTL$n = 120000;
|
|
27968
27970
|
const VERSION$1J = "756779d0d7e137dd72c743544afbad82";
|
|
27969
|
-
function validate
|
|
27971
|
+
function validate$10(obj, path = 'NavItemsRepresentation') {
|
|
27970
27972
|
const v_error = (() => {
|
|
27971
27973
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27972
27974
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28094,7 +28096,7 @@ function equals$z(existing, incoming) {
|
|
|
28094
28096
|
}
|
|
28095
28097
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28096
28098
|
if (process.env.NODE_ENV !== 'production') {
|
|
28097
|
-
const validateError = validate
|
|
28099
|
+
const validateError = validate$10(input);
|
|
28098
28100
|
if (validateError !== null) {
|
|
28099
28101
|
throw validateError;
|
|
28100
28102
|
}
|
|
@@ -28701,7 +28703,7 @@ var DiscriminatorValues$4;
|
|
|
28701
28703
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
28702
28704
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
28703
28705
|
const VERSION$1E = "bd523b2343366edfc25a2dbee2c4e986";
|
|
28704
|
-
function validate
|
|
28706
|
+
function validate$$(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
28705
28707
|
const v_error = (() => {
|
|
28706
28708
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28707
28709
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28746,7 +28748,7 @@ const select$1R = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
28746
28748
|
};
|
|
28747
28749
|
|
|
28748
28750
|
const VERSION$1D = "9e2a16a80378487f557124c771201cf9";
|
|
28749
|
-
function validate$
|
|
28751
|
+
function validate$_(obj, path = 'PicklistValueRepresentation') {
|
|
28750
28752
|
const v_error = (() => {
|
|
28751
28753
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28752
28754
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28755,7 +28757,7 @@ function validate$Z(obj, path = 'PicklistValueRepresentation') {
|
|
|
28755
28757
|
const path_attributes = path + '.attributes';
|
|
28756
28758
|
let obj_attributes_union0 = null;
|
|
28757
28759
|
const obj_attributes_union0_error = (() => {
|
|
28758
|
-
const referencepath_attributesValidationError = validate
|
|
28760
|
+
const referencepath_attributesValidationError = validate$$(obj_attributes, path_attributes);
|
|
28759
28761
|
if (referencepath_attributesValidationError !== null) {
|
|
28760
28762
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
28761
28763
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28850,7 +28852,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
28850
28852
|
|
|
28851
28853
|
const TTL$m = 900000;
|
|
28852
28854
|
const VERSION$1C = "0a361a49370acb4c6a31721a2057649a";
|
|
28853
|
-
function validate$
|
|
28855
|
+
function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
28854
28856
|
const v_error = (() => {
|
|
28855
28857
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28856
28858
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28873,7 +28875,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28873
28875
|
const path_defaultValue = path + '.defaultValue';
|
|
28874
28876
|
let obj_defaultValue_union0 = null;
|
|
28875
28877
|
const obj_defaultValue_union0_error = (() => {
|
|
28876
|
-
const referencepath_defaultValueValidationError = validate$
|
|
28878
|
+
const referencepath_defaultValueValidationError = validate$_(obj_defaultValue, path_defaultValue);
|
|
28877
28879
|
if (referencepath_defaultValueValidationError !== null) {
|
|
28878
28880
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
28879
28881
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28916,7 +28918,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28916
28918
|
for (let i = 0; i < obj_values.length; i++) {
|
|
28917
28919
|
const obj_values_item = obj_values[i];
|
|
28918
28920
|
const path_values_item = path_values + '[' + i + ']';
|
|
28919
|
-
const referencepath_values_itemValidationError = validate$
|
|
28921
|
+
const referencepath_values_itemValidationError = validate$_(obj_values_item, path_values_item);
|
|
28920
28922
|
if (referencepath_values_itemValidationError !== null) {
|
|
28921
28923
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
28922
28924
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28974,7 +28976,7 @@ function equals$y(existing, incoming) {
|
|
|
28974
28976
|
}
|
|
28975
28977
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28976
28978
|
if (process.env.NODE_ENV !== 'production') {
|
|
28977
|
-
const validateError = validate$
|
|
28979
|
+
const validateError = validate$Z(input);
|
|
28978
28980
|
if (validateError !== null) {
|
|
28979
28981
|
throw validateError;
|
|
28980
28982
|
}
|
|
@@ -28996,7 +28998,7 @@ function getTypeCacheKeys$1w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
28996
28998
|
|
|
28997
28999
|
const TTL$l = 300000;
|
|
28998
29000
|
const VERSION$1B = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
28999
|
-
function validate$
|
|
29001
|
+
function validate$Y(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
29000
29002
|
const v_error = (() => {
|
|
29001
29003
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29002
29004
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29083,7 +29085,7 @@ function equals$x(existing, incoming) {
|
|
|
29083
29085
|
}
|
|
29084
29086
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29085
29087
|
if (process.env.NODE_ENV !== 'production') {
|
|
29086
|
-
const validateError = validate$
|
|
29088
|
+
const validateError = validate$Y(input);
|
|
29087
29089
|
if (validateError !== null) {
|
|
29088
29090
|
throw validateError;
|
|
29089
29091
|
}
|
|
@@ -29420,7 +29422,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
29420
29422
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
29421
29423
|
};
|
|
29422
29424
|
|
|
29423
|
-
function validate$
|
|
29425
|
+
function validate$X(obj, path = 'MatchResultInfoRepresentation') {
|
|
29424
29426
|
const v_error = (() => {
|
|
29425
29427
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29426
29428
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29446,7 +29448,7 @@ function validate$W(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
29446
29448
|
return v_error === undefined ? null : v_error;
|
|
29447
29449
|
}
|
|
29448
29450
|
|
|
29449
|
-
function validate$
|
|
29451
|
+
function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
29450
29452
|
const v_error = (() => {
|
|
29451
29453
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29452
29454
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29458,7 +29460,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29458
29460
|
}
|
|
29459
29461
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
29460
29462
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
29461
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
29463
|
+
const referencepath_matchResultInfoValidationError = validate$X(obj_matchResultInfo, path_matchResultInfo);
|
|
29462
29464
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
29463
29465
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
29464
29466
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29473,7 +29475,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29473
29475
|
return v_error === undefined ? null : v_error;
|
|
29474
29476
|
}
|
|
29475
29477
|
|
|
29476
|
-
function validate$
|
|
29478
|
+
function validate$V(obj, path = 'MatchRepresentation') {
|
|
29477
29479
|
const v_error = (() => {
|
|
29478
29480
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29479
29481
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29488,7 +29490,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29488
29490
|
const key = obj_duplicateResultInfos_keys[i];
|
|
29489
29491
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
29490
29492
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
29491
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
29493
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$W(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
29492
29494
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
29493
29495
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
29494
29496
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29518,7 +29520,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29518
29520
|
|
|
29519
29521
|
const TTL$k = 30000;
|
|
29520
29522
|
const VERSION$1A = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
29521
|
-
function validate$
|
|
29523
|
+
function validate$U(obj, path = 'DuplicatesRepresentation') {
|
|
29522
29524
|
const v_error = (() => {
|
|
29523
29525
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29524
29526
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29553,7 +29555,7 @@ function validate$T(obj, path = 'DuplicatesRepresentation') {
|
|
|
29553
29555
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
29554
29556
|
const obj_matches_item = obj_matches[i];
|
|
29555
29557
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
29556
|
-
const referencepath_matches_itemValidationError = validate$
|
|
29558
|
+
const referencepath_matches_itemValidationError = validate$V(obj_matches_item, path_matches_item);
|
|
29557
29559
|
if (referencepath_matches_itemValidationError !== null) {
|
|
29558
29560
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
29559
29561
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29583,7 +29585,7 @@ function equals$w(existing, incoming) {
|
|
|
29583
29585
|
}
|
|
29584
29586
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29585
29587
|
if (process.env.NODE_ENV !== 'production') {
|
|
29586
|
-
const validateError = validate$
|
|
29588
|
+
const validateError = validate$U(input);
|
|
29587
29589
|
if (validateError !== null) {
|
|
29588
29590
|
throw validateError;
|
|
29589
29591
|
}
|
|
@@ -29776,7 +29778,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
29776
29778
|
};
|
|
29777
29779
|
|
|
29778
29780
|
const VERSION$1z = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
29779
|
-
function validate$
|
|
29781
|
+
function validate$T(obj, path = 'PhotoMetadataRepresentation') {
|
|
29780
29782
|
const v_error = (() => {
|
|
29781
29783
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29782
29784
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29868,8 +29870,8 @@ function equals$v(existing, incoming) {
|
|
|
29868
29870
|
}
|
|
29869
29871
|
|
|
29870
29872
|
const VERSION$1y = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
29871
|
-
function validate$
|
|
29872
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
29873
|
+
function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
29874
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
29873
29875
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
29874
29876
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
29875
29877
|
}
|
|
@@ -29936,7 +29938,7 @@ function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
29936
29938
|
}
|
|
29937
29939
|
const obj_photoMetadata = obj.photoMetadata;
|
|
29938
29940
|
const path_photoMetadata = path + '.photoMetadata';
|
|
29939
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
29941
|
+
const referencepath_photoMetadataValidationError = validate$T(obj_photoMetadata, path_photoMetadata);
|
|
29940
29942
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
29941
29943
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
29942
29944
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30091,7 +30093,7 @@ function equals$u(existing, incoming) {
|
|
|
30091
30093
|
}
|
|
30092
30094
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30093
30095
|
if (process.env.NODE_ENV !== 'production') {
|
|
30094
|
-
const validateError = validate$
|
|
30096
|
+
const validateError = validate$S(input);
|
|
30095
30097
|
if (validateError !== null) {
|
|
30096
30098
|
throw validateError;
|
|
30097
30099
|
}
|
|
@@ -30112,8 +30114,8 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30112
30114
|
}
|
|
30113
30115
|
|
|
30114
30116
|
const VERSION$1x = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
30115
|
-
function validate$
|
|
30116
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
30117
|
+
function validate$R(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
30118
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
30117
30119
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
30118
30120
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
30119
30121
|
}
|
|
@@ -30232,7 +30234,7 @@ function equals$t(existing, incoming) {
|
|
|
30232
30234
|
}
|
|
30233
30235
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30234
30236
|
if (process.env.NODE_ENV !== 'production') {
|
|
30235
|
-
const validateError = validate$
|
|
30237
|
+
const validateError = validate$R(input);
|
|
30236
30238
|
if (validateError !== null) {
|
|
30237
30239
|
throw validateError;
|
|
30238
30240
|
}
|
|
@@ -30258,7 +30260,7 @@ var DiscriminatorValues$3;
|
|
|
30258
30260
|
DiscriminatorValues["Theme"] = "Theme";
|
|
30259
30261
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
30260
30262
|
const VERSION$1w = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
30261
|
-
function validate$
|
|
30263
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
30262
30264
|
const v_error = (() => {
|
|
30263
30265
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30264
30266
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30351,8 +30353,8 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30351
30353
|
}
|
|
30352
30354
|
|
|
30353
30355
|
const VERSION$1v = "f531b44760afecfce89990fe5a5c5c29";
|
|
30354
|
-
function validate$
|
|
30355
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30356
|
+
function validate$P(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
30357
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30356
30358
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30357
30359
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30358
30360
|
}
|
|
@@ -30413,7 +30415,7 @@ function equals$r(existing, incoming) {
|
|
|
30413
30415
|
}
|
|
30414
30416
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30415
30417
|
if (process.env.NODE_ENV !== 'production') {
|
|
30416
|
-
const validateError = validate$
|
|
30418
|
+
const validateError = validate$P(input);
|
|
30417
30419
|
if (validateError !== null) {
|
|
30418
30420
|
throw validateError;
|
|
30419
30421
|
}
|
|
@@ -30434,7 +30436,7 @@ function getTypeCacheKeys$1q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30434
30436
|
}
|
|
30435
30437
|
|
|
30436
30438
|
const VERSION$1u = "17c20b01167dba9a81452e60bb28b2f2";
|
|
30437
|
-
function validate$
|
|
30439
|
+
function validate$O(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
30438
30440
|
const v_error = (() => {
|
|
30439
30441
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30440
30442
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30484,8 +30486,8 @@ function equals$q(existing, incoming) {
|
|
|
30484
30486
|
}
|
|
30485
30487
|
|
|
30486
30488
|
const VERSION$1t = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
30487
|
-
function validate$
|
|
30488
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30489
|
+
function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
30490
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30489
30491
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30490
30492
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30491
30493
|
}
|
|
@@ -30501,7 +30503,7 @@ function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
30501
30503
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30502
30504
|
const obj_result_item = obj_result[i];
|
|
30503
30505
|
const path_result_item = path_result + '[' + i + ']';
|
|
30504
|
-
const referencepath_result_itemValidationError = validate$
|
|
30506
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30505
30507
|
if (referencepath_result_itemValidationError !== null) {
|
|
30506
30508
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30507
30509
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30551,7 +30553,7 @@ function equals$p(existing, incoming) {
|
|
|
30551
30553
|
}
|
|
30552
30554
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30553
30555
|
if (process.env.NODE_ENV !== 'production') {
|
|
30554
|
-
const validateError = validate$
|
|
30556
|
+
const validateError = validate$N(input);
|
|
30555
30557
|
if (validateError !== null) {
|
|
30556
30558
|
throw validateError;
|
|
30557
30559
|
}
|
|
@@ -30572,8 +30574,8 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30572
30574
|
}
|
|
30573
30575
|
|
|
30574
30576
|
const VERSION$1s = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
30575
|
-
function validate$
|
|
30576
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30577
|
+
function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
30578
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30577
30579
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30578
30580
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30579
30581
|
}
|
|
@@ -30589,7 +30591,7 @@ function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
30589
30591
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30590
30592
|
const obj_result_item = obj_result[i];
|
|
30591
30593
|
const path_result_item = path_result + '[' + i + ']';
|
|
30592
|
-
const referencepath_result_itemValidationError = validate$
|
|
30594
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30593
30595
|
if (referencepath_result_itemValidationError !== null) {
|
|
30594
30596
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30595
30597
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30639,7 +30641,7 @@ function equals$o(existing, incoming) {
|
|
|
30639
30641
|
}
|
|
30640
30642
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30641
30643
|
if (process.env.NODE_ENV !== 'production') {
|
|
30642
|
-
const validateError = validate$
|
|
30644
|
+
const validateError = validate$M(input);
|
|
30643
30645
|
if (validateError !== null) {
|
|
30644
30646
|
throw validateError;
|
|
30645
30647
|
}
|
|
@@ -30666,7 +30668,7 @@ const DiscriminatorValues$2 = {
|
|
|
30666
30668
|
};
|
|
30667
30669
|
const TTL$j = 300000;
|
|
30668
30670
|
const VERSION$1r = "8956293536e94d5ec63b274b61033d2c";
|
|
30669
|
-
function validate$
|
|
30671
|
+
function validate$L(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
30670
30672
|
const v_error = (() => {
|
|
30671
30673
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30672
30674
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30744,7 +30746,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30744
30746
|
|
|
30745
30747
|
const TTL$i = 300000;
|
|
30746
30748
|
const VERSION$1q = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
30747
|
-
function validate$
|
|
30749
|
+
function validate$K(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
30748
30750
|
const v_error = (() => {
|
|
30749
30751
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30750
30752
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30823,7 +30825,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
30823
30825
|
|
|
30824
30826
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30825
30827
|
if (process.env.NODE_ENV !== 'production') {
|
|
30826
|
-
const validateError = validate$
|
|
30828
|
+
const validateError = validate$K(input);
|
|
30827
30829
|
if (validateError !== null) {
|
|
30828
30830
|
throw validateError;
|
|
30829
30831
|
}
|
|
@@ -31314,7 +31316,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
31314
31316
|
};
|
|
31315
31317
|
|
|
31316
31318
|
const VERSION$1p = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
31317
|
-
function validate$
|
|
31319
|
+
function validate$J(obj, path = 'RelatedListReferenceRepresentation') {
|
|
31318
31320
|
const v_error = (() => {
|
|
31319
31321
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31320
31322
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31553,7 +31555,7 @@ function equals$l(existing, incoming) {
|
|
|
31553
31555
|
}
|
|
31554
31556
|
|
|
31555
31557
|
const VERSION$1o = "836b875b519813e7499efc62f0f1d04b";
|
|
31556
|
-
function validate$
|
|
31558
|
+
function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
31557
31559
|
const v_error = (() => {
|
|
31558
31560
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31559
31561
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31596,7 +31598,7 @@ function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
31596
31598
|
}
|
|
31597
31599
|
const obj_listReference = obj.listReference;
|
|
31598
31600
|
const path_listReference = path + '.listReference';
|
|
31599
|
-
const referencepath_listReferenceValidationError = validate$
|
|
31601
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
31600
31602
|
if (referencepath_listReferenceValidationError !== null) {
|
|
31601
31603
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
31602
31604
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31669,7 +31671,7 @@ function equals$k(existing, incoming) {
|
|
|
31669
31671
|
}
|
|
31670
31672
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31671
31673
|
if (process.env.NODE_ENV !== 'production') {
|
|
31672
|
-
const validateError = validate$
|
|
31674
|
+
const validateError = validate$I(input);
|
|
31673
31675
|
if (validateError !== null) {
|
|
31674
31676
|
throw validateError;
|
|
31675
31677
|
}
|
|
@@ -32181,7 +32183,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
32181
32183
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
32182
32184
|
};
|
|
32183
32185
|
|
|
32184
|
-
function validate$
|
|
32186
|
+
function validate$H(obj, path = 'RelatedListColumnRepresentation') {
|
|
32185
32187
|
const v_error = (() => {
|
|
32186
32188
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32187
32189
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32332,7 +32334,7 @@ function validate$G(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
32332
32334
|
|
|
32333
32335
|
const TTL$h = 900000;
|
|
32334
32336
|
const VERSION$1n = "c977d65d153a2b4e888ddd45fb083248";
|
|
32335
|
-
function validate$
|
|
32337
|
+
function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
32336
32338
|
const v_error = (() => {
|
|
32337
32339
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32338
32340
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32360,7 +32362,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32360
32362
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
32361
32363
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
32362
32364
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
32363
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
32365
|
+
const referencepath_displayColumns_itemValidationError = validate$H(obj_displayColumns_item, path_displayColumns_item);
|
|
32364
32366
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
32365
32367
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
32366
32368
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32407,7 +32409,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32407
32409
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
32408
32410
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
32409
32411
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
32410
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
32412
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
32411
32413
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
32412
32414
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
32413
32415
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32421,7 +32423,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32421
32423
|
}
|
|
32422
32424
|
const obj_listReference = obj.listReference;
|
|
32423
32425
|
const path_listReference = path + '.listReference';
|
|
32424
|
-
const referencepath_listReferenceValidationError = validate$
|
|
32426
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
32425
32427
|
if (referencepath_listReferenceValidationError !== null) {
|
|
32426
32428
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
32427
32429
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32459,7 +32461,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32459
32461
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
32460
32462
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
32461
32463
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
32462
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
32464
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
32463
32465
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
32464
32466
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
32465
32467
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32478,7 +32480,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32478
32480
|
}
|
|
32479
32481
|
const obj_userPreferences = obj.userPreferences;
|
|
32480
32482
|
const path_userPreferences = path + '.userPreferences';
|
|
32481
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
32483
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
32482
32484
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
32483
32485
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
32484
32486
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32618,7 +32620,7 @@ function equals$j(existing, incoming) {
|
|
|
32618
32620
|
}
|
|
32619
32621
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32620
32622
|
if (process.env.NODE_ENV !== 'production') {
|
|
32621
|
-
const validateError = validate$
|
|
32623
|
+
const validateError = validate$G(input);
|
|
32622
32624
|
if (validateError !== null) {
|
|
32623
32625
|
throw validateError;
|
|
32624
32626
|
}
|
|
@@ -33056,7 +33058,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
33056
33058
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
33057
33059
|
};
|
|
33058
33060
|
|
|
33059
|
-
function validate$
|
|
33061
|
+
function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
33060
33062
|
const v_error = (() => {
|
|
33061
33063
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33062
33064
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33152,7 +33154,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33152
33154
|
const path_themeInfo = path + '.themeInfo';
|
|
33153
33155
|
let obj_themeInfo_union0 = null;
|
|
33154
33156
|
const obj_themeInfo_union0_error = (() => {
|
|
33155
|
-
const referencepath_themeInfoValidationError = validate$
|
|
33157
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
33156
33158
|
if (referencepath_themeInfoValidationError !== null) {
|
|
33157
33159
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
33158
33160
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33187,7 +33189,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33187
33189
|
}
|
|
33188
33190
|
|
|
33189
33191
|
const VERSION$1m = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
33190
|
-
function validate$
|
|
33192
|
+
function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
33191
33193
|
const v_error = (() => {
|
|
33192
33194
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33193
33195
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33236,7 +33238,7 @@ function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
33236
33238
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
33237
33239
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
33238
33240
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
33239
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
33241
|
+
const referencepath_relatedLists_itemValidationError = validate$F(obj_relatedLists_item, path_relatedLists_item);
|
|
33240
33242
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
33241
33243
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
33242
33244
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33292,7 +33294,7 @@ function equals$i(existing, incoming) {
|
|
|
33292
33294
|
}
|
|
33293
33295
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33294
33296
|
if (process.env.NODE_ENV !== 'production') {
|
|
33295
|
-
const validateError = validate$
|
|
33297
|
+
const validateError = validate$E(input);
|
|
33296
33298
|
if (validateError !== null) {
|
|
33297
33299
|
throw validateError;
|
|
33298
33300
|
}
|
|
@@ -33543,7 +33545,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
33543
33545
|
|
|
33544
33546
|
const TTL$g = 900000;
|
|
33545
33547
|
const VERSION$1l = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
33546
|
-
function validate$
|
|
33548
|
+
function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
33547
33549
|
const v_error = (() => {
|
|
33548
33550
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33549
33551
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33584,7 +33586,7 @@ function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
33584
33586
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
33585
33587
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
33586
33588
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
33587
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
33589
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
33588
33590
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
33589
33591
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
33590
33592
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33628,7 +33630,7 @@ function equals$h(existing, incoming) {
|
|
|
33628
33630
|
}
|
|
33629
33631
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33630
33632
|
if (process.env.NODE_ENV !== 'production') {
|
|
33631
|
-
const validateError = validate$
|
|
33633
|
+
const validateError = validate$C(input);
|
|
33632
33634
|
if (validateError !== null) {
|
|
33633
33635
|
throw validateError;
|
|
33634
33636
|
}
|
|
@@ -34136,7 +34138,7 @@ const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRe
|
|
|
34136
34138
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
34137
34139
|
};
|
|
34138
34140
|
|
|
34139
|
-
function validate$
|
|
34141
|
+
function validate$B(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
34140
34142
|
const v_error = (() => {
|
|
34141
34143
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34142
34144
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34379,7 +34381,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
34379
34381
|
|
|
34380
34382
|
const TTL$f = 30000;
|
|
34381
34383
|
const VERSION$1k = "62467c27c19349b70c9db2a8d9d591d9";
|
|
34382
|
-
function validate$
|
|
34384
|
+
function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
34383
34385
|
const v_error = (() => {
|
|
34384
34386
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34385
34387
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34460,7 +34462,7 @@ function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
34460
34462
|
}
|
|
34461
34463
|
const obj_listReference = obj.listReference;
|
|
34462
34464
|
const path_listReference = path + '.listReference';
|
|
34463
|
-
const referencepath_listReferenceValidationError = validate$
|
|
34465
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
34464
34466
|
if (referencepath_listReferenceValidationError !== null) {
|
|
34465
34467
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
34466
34468
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34881,7 +34883,7 @@ function equals$g(existing, incoming) {
|
|
|
34881
34883
|
}
|
|
34882
34884
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34883
34885
|
if (process.env.NODE_ENV !== 'production') {
|
|
34884
|
-
const validateError = validate$
|
|
34886
|
+
const validateError = validate$A(input);
|
|
34885
34887
|
if (validateError !== null) {
|
|
34886
34888
|
throw validateError;
|
|
34887
34889
|
}
|
|
@@ -35372,7 +35374,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
35372
35374
|
const untrustedConfig_relatedListParameters_array = [];
|
|
35373
35375
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
35374
35376
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
35375
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
35377
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$B(untrustedConfig_relatedListParameters_item);
|
|
35376
35378
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
35377
35379
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
35378
35380
|
}
|
|
@@ -35617,7 +35619,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
35617
35619
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
35618
35620
|
};
|
|
35619
35621
|
|
|
35620
|
-
function validate$
|
|
35622
|
+
function validate$z(obj, path = 'SearchFilterOptionRepresentation') {
|
|
35621
35623
|
const v_error = (() => {
|
|
35622
35624
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35623
35625
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35647,7 +35649,7 @@ var DiscriminatorValues;
|
|
|
35647
35649
|
DiscriminatorValues["Field"] = "Field";
|
|
35648
35650
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
35649
35651
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
35650
|
-
function validate$
|
|
35652
|
+
function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
35651
35653
|
const v_error = (() => {
|
|
35652
35654
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35653
35655
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35708,7 +35710,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
35708
35710
|
|
|
35709
35711
|
const TTL$e = 30000;
|
|
35710
35712
|
const VERSION$1j = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
35711
|
-
function validate$
|
|
35713
|
+
function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
35712
35714
|
const v_error = (() => {
|
|
35713
35715
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35714
35716
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35747,7 +35749,7 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
35747
35749
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
35748
35750
|
const obj_filters_item = obj_filters[i];
|
|
35749
35751
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
35750
|
-
const referencepath_filters_itemValidationError = validate$
|
|
35752
|
+
const referencepath_filters_itemValidationError = validate$y(obj_filters_item, path_filters_item);
|
|
35751
35753
|
if (referencepath_filters_itemValidationError !== null) {
|
|
35752
35754
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
35753
35755
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35792,7 +35794,7 @@ function equals$f(existing, incoming) {
|
|
|
35792
35794
|
}
|
|
35793
35795
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35794
35796
|
if (process.env.NODE_ENV !== 'production') {
|
|
35795
|
-
const validateError = validate$
|
|
35797
|
+
const validateError = validate$x(input);
|
|
35796
35798
|
if (validateError !== null) {
|
|
35797
35799
|
throw validateError;
|
|
35798
35800
|
}
|
|
@@ -35956,7 +35958,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
35956
35958
|
|
|
35957
35959
|
const TTL$d = 30000;
|
|
35958
35960
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
35959
|
-
function validate$
|
|
35961
|
+
function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
35960
35962
|
const v_error = (() => {
|
|
35961
35963
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35962
35964
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35979,7 +35981,7 @@ function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
35979
35981
|
for (let i = 0; i < obj_options.length; i++) {
|
|
35980
35982
|
const obj_options_item = obj_options[i];
|
|
35981
35983
|
const path_options_item = path_options + '[' + i + ']';
|
|
35982
|
-
const referencepath_options_itemValidationError = validate$
|
|
35984
|
+
const referencepath_options_itemValidationError = validate$z(obj_options_item, path_options_item);
|
|
35983
35985
|
if (referencepath_options_itemValidationError !== null) {
|
|
35984
35986
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
35985
35987
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36046,7 +36048,7 @@ function equals$e(existing, incoming) {
|
|
|
36046
36048
|
}
|
|
36047
36049
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36048
36050
|
if (process.env.NODE_ENV !== 'production') {
|
|
36049
|
-
const validateError = validate$
|
|
36051
|
+
const validateError = validate$w(input);
|
|
36050
36052
|
if (validateError !== null) {
|
|
36051
36053
|
throw validateError;
|
|
36052
36054
|
}
|
|
@@ -36210,7 +36212,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
36210
36212
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
36211
36213
|
};
|
|
36212
36214
|
|
|
36213
|
-
function validate$
|
|
36215
|
+
function validate$v(obj, path = 'DisplayLayoutRepresentation') {
|
|
36214
36216
|
const v_error = (() => {
|
|
36215
36217
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36216
36218
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36231,7 +36233,7 @@ function validate$u(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
36231
36233
|
return v_error === undefined ? null : v_error;
|
|
36232
36234
|
}
|
|
36233
36235
|
|
|
36234
|
-
function validate$
|
|
36236
|
+
function validate$u(obj, path = 'MatchingInfoRepresentation') {
|
|
36235
36237
|
const v_error = (() => {
|
|
36236
36238
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36237
36239
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36252,14 +36254,14 @@ function validate$t(obj, path = 'MatchingInfoRepresentation') {
|
|
|
36252
36254
|
return v_error === undefined ? null : v_error;
|
|
36253
36255
|
}
|
|
36254
36256
|
|
|
36255
|
-
function validate$
|
|
36257
|
+
function validate$t(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
36256
36258
|
const v_error = (() => {
|
|
36257
36259
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36258
36260
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36259
36261
|
}
|
|
36260
36262
|
const obj_displayLayout = obj.displayLayout;
|
|
36261
36263
|
const path_displayLayout = path + '.displayLayout';
|
|
36262
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
36264
|
+
const referencepath_displayLayoutValidationError = validate$v(obj_displayLayout, path_displayLayout);
|
|
36263
36265
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
36264
36266
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
36265
36267
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36267,7 +36269,7 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36267
36269
|
}
|
|
36268
36270
|
const obj_matchingInfo = obj.matchingInfo;
|
|
36269
36271
|
const path_matchingInfo = path + '.matchingInfo';
|
|
36270
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
36272
|
+
const referencepath_matchingInfoValidationError = validate$u(obj_matchingInfo, path_matchingInfo);
|
|
36271
36273
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
36272
36274
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
36273
36275
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36277,14 +36279,14 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36277
36279
|
return v_error === undefined ? null : v_error;
|
|
36278
36280
|
}
|
|
36279
36281
|
|
|
36280
|
-
function validate$
|
|
36282
|
+
function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
36281
36283
|
const v_error = (() => {
|
|
36282
36284
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36283
36285
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36284
36286
|
}
|
|
36285
36287
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
36286
36288
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
36287
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
36289
|
+
const referencepath_fullSearchInfoValidationError = validate$t(obj_fullSearchInfo, path_fullSearchInfo);
|
|
36288
36290
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
36289
36291
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
36290
36292
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36297,7 +36299,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36297
36299
|
}
|
|
36298
36300
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
36299
36301
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
36300
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
36302
|
+
const referencepath_suggestionsInfoValidationError = validate$t(obj_suggestionsInfo, path_suggestionsInfo);
|
|
36301
36303
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
36302
36304
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
36303
36305
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36309,7 +36311,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36309
36311
|
|
|
36310
36312
|
const TTL$c = 30000;
|
|
36311
36313
|
const VERSION$1h = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
36312
|
-
function validate$
|
|
36314
|
+
function validate$r(obj, path = 'LookupMetadataRepresentation') {
|
|
36313
36315
|
const v_error = (() => {
|
|
36314
36316
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36315
36317
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36360,7 +36362,7 @@ function validate$q(obj, path = 'LookupMetadataRepresentation') {
|
|
|
36360
36362
|
const key = obj_targetInfo_keys[i];
|
|
36361
36363
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
36362
36364
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
36363
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
36365
|
+
const referencepath_targetInfo_propValidationError = validate$s(obj_targetInfo_prop, path_targetInfo_prop);
|
|
36364
36366
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
36365
36367
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
36366
36368
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36400,7 +36402,7 @@ function equals$d(existing, incoming) {
|
|
|
36400
36402
|
}
|
|
36401
36403
|
const ingest$1d = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36402
36404
|
if (process.env.NODE_ENV !== 'production') {
|
|
36403
|
-
const validateError = validate$
|
|
36405
|
+
const validateError = validate$r(input);
|
|
36404
36406
|
if (validateError !== null) {
|
|
36405
36407
|
throw validateError;
|
|
36406
36408
|
}
|
|
@@ -36562,7 +36564,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
36562
36564
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
36563
36565
|
};
|
|
36564
36566
|
|
|
36565
|
-
function validate$
|
|
36567
|
+
function validate$q(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
36566
36568
|
const v_error = (() => {
|
|
36567
36569
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36568
36570
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36593,7 +36595,7 @@ function validate$p(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
36593
36595
|
return v_error === undefined ? null : v_error;
|
|
36594
36596
|
}
|
|
36595
36597
|
|
|
36596
|
-
function validate$
|
|
36598
|
+
function validate$p(obj, path = 'SearchFilterInputRepresentation') {
|
|
36597
36599
|
const v_error = (() => {
|
|
36598
36600
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36599
36601
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36662,7 +36664,7 @@ function validate$o(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
36662
36664
|
return v_error === undefined ? null : v_error;
|
|
36663
36665
|
}
|
|
36664
36666
|
|
|
36665
|
-
function validate$
|
|
36667
|
+
function validate$o(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
36666
36668
|
const v_error = (() => {
|
|
36667
36669
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36668
36670
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36675,7 +36677,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36675
36677
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
36676
36678
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
36677
36679
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
36678
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
36680
|
+
const referencepath_dataCategories_itemValidationError = validate$q(obj_dataCategories_item, path_dataCategories_item);
|
|
36679
36681
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
36680
36682
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
36681
36683
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36690,7 +36692,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36690
36692
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
36691
36693
|
const obj_filters_item = obj_filters[i];
|
|
36692
36694
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
36693
|
-
const referencepath_filters_itemValidationError = validate$
|
|
36695
|
+
const referencepath_filters_itemValidationError = validate$p(obj_filters_item, path_filters_item);
|
|
36694
36696
|
if (referencepath_filters_itemValidationError !== null) {
|
|
36695
36697
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
36696
36698
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36701,7 +36703,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36701
36703
|
return v_error === undefined ? null : v_error;
|
|
36702
36704
|
}
|
|
36703
36705
|
|
|
36704
|
-
function validate$
|
|
36706
|
+
function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
36705
36707
|
const v_error = (() => {
|
|
36706
36708
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36707
36709
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36741,7 +36743,7 @@ function validate$m(obj, path = 'ErrorMessageRepresentation') {
|
|
|
36741
36743
|
return v_error === undefined ? null : v_error;
|
|
36742
36744
|
}
|
|
36743
36745
|
|
|
36744
|
-
function validate$
|
|
36746
|
+
function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
36745
36747
|
const v_error = (() => {
|
|
36746
36748
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36747
36749
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36755,7 +36757,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36755
36757
|
const path_error = path + '.error';
|
|
36756
36758
|
let obj_error_union0 = null;
|
|
36757
36759
|
const obj_error_union0_error = (() => {
|
|
36758
|
-
const referencepath_errorValidationError = validate$
|
|
36760
|
+
const referencepath_errorValidationError = validate$n(obj_error, path_error);
|
|
36759
36761
|
if (referencepath_errorValidationError !== null) {
|
|
36760
36762
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
36761
36763
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36819,7 +36821,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36819
36821
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
36820
36822
|
const obj_orderBy_item = obj_orderBy[i];
|
|
36821
36823
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
36822
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
36824
|
+
const referencepath_orderBy_itemValidationError = validate$1_(obj_orderBy_item, path_orderBy_item);
|
|
36823
36825
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
36824
36826
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
36825
36827
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36885,7 +36887,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36885
36887
|
return v_error === undefined ? null : v_error;
|
|
36886
36888
|
}
|
|
36887
36889
|
|
|
36888
|
-
function validate$
|
|
36890
|
+
function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
36889
36891
|
const v_error = (() => {
|
|
36890
36892
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36891
36893
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36906,6 +36908,42 @@ function validate$k(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
36906
36908
|
return v_error === undefined ? null : v_error;
|
|
36907
36909
|
}
|
|
36908
36910
|
|
|
36911
|
+
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
36912
|
+
const v_error = (() => {
|
|
36913
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36914
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36915
|
+
}
|
|
36916
|
+
const obj_fieldPath = obj.fieldPath;
|
|
36917
|
+
const path_fieldPath = path + '.fieldPath';
|
|
36918
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
36919
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
36920
|
+
}
|
|
36921
|
+
const obj_label = obj.label;
|
|
36922
|
+
const path_label = path + '.label';
|
|
36923
|
+
if (typeof obj_label !== 'string') {
|
|
36924
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
36925
|
+
}
|
|
36926
|
+
const obj_operator = obj.operator;
|
|
36927
|
+
const path_operator = path + '.operator';
|
|
36928
|
+
if (typeof obj_operator !== 'string') {
|
|
36929
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
36930
|
+
}
|
|
36931
|
+
const obj_values = obj.values;
|
|
36932
|
+
const path_values = path + '.values';
|
|
36933
|
+
if (!ArrayIsArray(obj_values)) {
|
|
36934
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
36935
|
+
}
|
|
36936
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
36937
|
+
const obj_values_item = obj_values[i];
|
|
36938
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
36939
|
+
if (typeof obj_values_item !== 'string') {
|
|
36940
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
36941
|
+
}
|
|
36942
|
+
}
|
|
36943
|
+
})();
|
|
36944
|
+
return v_error === undefined ? null : v_error;
|
|
36945
|
+
}
|
|
36946
|
+
|
|
36909
36947
|
function validate$j(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
36910
36948
|
const v_error = (() => {
|
|
36911
36949
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -36945,6 +36983,21 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
36945
36983
|
if (typeof obj_answerType !== 'string') {
|
|
36946
36984
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
36947
36985
|
}
|
|
36986
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
36987
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
36988
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
36989
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
36990
|
+
}
|
|
36991
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
36992
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
36993
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
36994
|
+
const referencepath_appliedFilters_itemValidationError = validate$k(obj_appliedFilters_item, path_appliedFilters_item);
|
|
36995
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
36996
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
36997
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
36998
|
+
return new TypeError(message);
|
|
36999
|
+
}
|
|
37000
|
+
}
|
|
36948
37001
|
const obj_passage = obj.passage;
|
|
36949
37002
|
const path_passage = path + '.passage';
|
|
36950
37003
|
if (typeof obj_passage !== 'string') {
|
|
@@ -37010,11 +37063,6 @@ function validate$g(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
37010
37063
|
if (typeof obj_fieldPath !== 'string') {
|
|
37011
37064
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
37012
37065
|
}
|
|
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
37066
|
const obj_operator = obj.operator;
|
|
37019
37067
|
const path_operator = path + '.operator';
|
|
37020
37068
|
if (typeof obj_operator !== 'string') {
|
|
@@ -37112,7 +37160,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
37112
37160
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
37113
37161
|
let obj_keywordSearchResults_union0 = null;
|
|
37114
37162
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
37115
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
37163
|
+
const referencepath_keywordSearchResultsValidationError = validate$l(obj_keywordSearchResults, path_keywordSearchResults);
|
|
37116
37164
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
37117
37165
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
37118
37166
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37325,7 +37373,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
37325
37373
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
37326
37374
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
37327
37375
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
37328
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
37376
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$o(untrustedConfig_searchObjectOptions_prop);
|
|
37329
37377
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
37330
37378
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
37331
37379
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -37444,7 +37492,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
37444
37492
|
}
|
|
37445
37493
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
37446
37494
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
37447
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
37495
|
+
const referencepath_keywordSearchResultValidationError = validate$m(obj_keywordSearchResult, path_keywordSearchResult);
|
|
37448
37496
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
37449
37497
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
37450
37498
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37599,7 +37647,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
37599
37647
|
const untrustedConfig_filters_array = [];
|
|
37600
37648
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
37601
37649
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
37602
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
37650
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$p(untrustedConfig_filters_item);
|
|
37603
37651
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
37604
37652
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
37605
37653
|
}
|
|
@@ -55773,7 +55821,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
55773
55821
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
55774
55822
|
let obj_recordTypeInfo_union0 = null;
|
|
55775
55823
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
55776
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
55824
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
55777
55825
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
55778
55826
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
55779
55827
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|