@salesforce/lwc-adapters-uiapi 1.278.0 → 1.280.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +309 -221
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -570,7 +570,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
570
570
|
}
|
|
571
571
|
return resourceParams;
|
|
572
572
|
}
|
|
573
|
-
// engine version: 0.154.
|
|
573
|
+
// engine version: 0.154.14-2fbbff64
|
|
574
574
|
|
|
575
575
|
/**
|
|
576
576
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -7295,6 +7295,10 @@ function deepMerge(target, ...sources) {
|
|
|
7295
7295
|
/**
|
|
7296
7296
|
* Defines configuration for the module with a default value which can be overridden by the runtime environment.
|
|
7297
7297
|
*/
|
|
7298
|
+
/**
|
|
7299
|
+
* Environment Aware GraphQLBatch adapter
|
|
7300
|
+
*/
|
|
7301
|
+
let environmentAwareGraphQLBatchAdapter = undefined;
|
|
7298
7302
|
/**
|
|
7299
7303
|
* Draft-aware GraphQL adapter
|
|
7300
7304
|
*/
|
|
@@ -7421,6 +7425,12 @@ const configurationForGraphQLAdapters = {
|
|
|
7421
7425
|
getDraftAwareGraphQLAdapter: function () {
|
|
7422
7426
|
return draftAwareGraphQLAdapter;
|
|
7423
7427
|
},
|
|
7428
|
+
setEnvironmentAwareGraphQLBatchAdapter: function (adapter) {
|
|
7429
|
+
environmentAwareGraphQLBatchAdapter = adapter;
|
|
7430
|
+
},
|
|
7431
|
+
getEnvironmentAwareGraphQLBatchAdapter: function () {
|
|
7432
|
+
return environmentAwareGraphQLBatchAdapter;
|
|
7433
|
+
},
|
|
7424
7434
|
};
|
|
7425
7435
|
const registrations = new Set();
|
|
7426
7436
|
/**
|
|
@@ -7858,7 +7868,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
7858
7868
|
}
|
|
7859
7869
|
|
|
7860
7870
|
const VERSION$2x = "623aa9ce3a11031e35faf5671a41746e";
|
|
7861
|
-
function validate$
|
|
7871
|
+
function validate$28(obj, path = 'ListFilterByInfoRepresentation') {
|
|
7862
7872
|
const v_error = (() => {
|
|
7863
7873
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7864
7874
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7921,7 +7931,7 @@ const select$3b = function ListFilterByInfoRepresentationSelect() {
|
|
|
7921
7931
|
};
|
|
7922
7932
|
|
|
7923
7933
|
const VERSION$2w = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
7924
|
-
function validate$
|
|
7934
|
+
function validate$27(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
7925
7935
|
const v_error = (() => {
|
|
7926
7936
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7927
7937
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8000,7 +8010,7 @@ const select$3a = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
8000
8010
|
};
|
|
8001
8011
|
|
|
8002
8012
|
const VERSION$2v = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
8003
|
-
function validate$
|
|
8013
|
+
function validate$26(obj, path = 'ListReferenceRepresentation') {
|
|
8004
8014
|
const v_error = (() => {
|
|
8005
8015
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8006
8016
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8120,7 +8130,7 @@ function equals$1a(existing, incoming) {
|
|
|
8120
8130
|
}
|
|
8121
8131
|
|
|
8122
8132
|
const VERSION$2u = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
8123
|
-
function validate$
|
|
8133
|
+
function validate$25(obj, path = 'ListInfoShareRepresentation') {
|
|
8124
8134
|
const v_error = (() => {
|
|
8125
8135
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8126
8136
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8157,7 +8167,7 @@ const select$38 = function ListInfoShareRepresentationSelect() {
|
|
|
8157
8167
|
};
|
|
8158
8168
|
|
|
8159
8169
|
const VERSION$2t = "561657f32721ec1dac1601575b029640";
|
|
8160
|
-
function validate$
|
|
8170
|
+
function validate$24(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
8161
8171
|
const v_error = (() => {
|
|
8162
8172
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8163
8173
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8175,7 +8185,7 @@ function validate$21(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
8175
8185
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
8176
8186
|
const obj_shares_item = obj_shares[i];
|
|
8177
8187
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
8178
|
-
const referencepath_shares_itemValidationError = validate$
|
|
8188
|
+
const referencepath_shares_itemValidationError = validate$25(obj_shares_item, path_shares_item);
|
|
8179
8189
|
if (referencepath_shares_itemValidationError !== null) {
|
|
8180
8190
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
8181
8191
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8207,7 +8217,7 @@ const select$37 = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
8207
8217
|
};
|
|
8208
8218
|
|
|
8209
8219
|
const VERSION$2s = "32def9b631252c12b91a8209c1f49f5a";
|
|
8210
|
-
function validate$
|
|
8220
|
+
function validate$23(obj, path = 'ListOrderByInfoRepresentation') {
|
|
8211
8221
|
const v_error = (() => {
|
|
8212
8222
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8213
8223
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8292,7 +8302,7 @@ function equals$19(existing, incoming) {
|
|
|
8292
8302
|
}
|
|
8293
8303
|
|
|
8294
8304
|
const VERSION$2r = "2634258f216db34315c06d759a35676d";
|
|
8295
|
-
function validate$
|
|
8305
|
+
function validate$22(obj, path = 'ListScopeEntityRepresentation') {
|
|
8296
8306
|
const v_error = (() => {
|
|
8297
8307
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8298
8308
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8329,7 +8339,7 @@ const select$35 = function ListScopeEntityRepresentationSelect() {
|
|
|
8329
8339
|
};
|
|
8330
8340
|
|
|
8331
8341
|
const VERSION$2q = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
8332
|
-
function validate$
|
|
8342
|
+
function validate$21(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
8333
8343
|
const v_error = (() => {
|
|
8334
8344
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8335
8345
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8375,7 +8385,7 @@ const select$34 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
8375
8385
|
};
|
|
8376
8386
|
|
|
8377
8387
|
const VERSION$2p = "2fe9814e7124b47f59da585483c1b3f9";
|
|
8378
|
-
function validate$
|
|
8388
|
+
function validate$20(obj, path = 'ListScopeRepresentation') {
|
|
8379
8389
|
const v_error = (() => {
|
|
8380
8390
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8381
8391
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8389,7 +8399,7 @@ function validate$1Z(obj, path = 'ListScopeRepresentation') {
|
|
|
8389
8399
|
const path_entity = path + '.entity';
|
|
8390
8400
|
let obj_entity_union0 = null;
|
|
8391
8401
|
const obj_entity_union0_error = (() => {
|
|
8392
|
-
const referencepath_entityValidationError = validate$
|
|
8402
|
+
const referencepath_entityValidationError = validate$22(obj_entity, path_entity);
|
|
8393
8403
|
if (referencepath_entityValidationError !== null) {
|
|
8394
8404
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
8395
8405
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8444,7 +8454,7 @@ function validate$1Z(obj, path = 'ListScopeRepresentation') {
|
|
|
8444
8454
|
const path_relatedEntity = path + '.relatedEntity';
|
|
8445
8455
|
let obj_relatedEntity_union0 = null;
|
|
8446
8456
|
const obj_relatedEntity_union0_error = (() => {
|
|
8447
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
8457
|
+
const referencepath_relatedEntityValidationError = validate$21(obj_relatedEntity, path_relatedEntity);
|
|
8448
8458
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
8449
8459
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
8450
8460
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8505,7 +8515,7 @@ const select$33 = function ListScopeRepresentationSelect() {
|
|
|
8505
8515
|
};
|
|
8506
8516
|
|
|
8507
8517
|
const VERSION$2o = "6506134f4d72fdfa349fe60ef1af2413";
|
|
8508
|
-
function validate$
|
|
8518
|
+
function validate$1$(obj, path = 'ListUserPreferenceRepresentation') {
|
|
8509
8519
|
const v_error = (() => {
|
|
8510
8520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8511
8521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8561,7 +8571,7 @@ const select$32 = function ListUserPreferenceRepresentationSelect() {
|
|
|
8561
8571
|
};
|
|
8562
8572
|
};
|
|
8563
8573
|
|
|
8564
|
-
function validate$
|
|
8574
|
+
function validate$1_(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
8565
8575
|
const v_error = (() => {
|
|
8566
8576
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8567
8577
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8580,7 +8590,7 @@ function validate$1X(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
8580
8590
|
return v_error === undefined ? null : v_error;
|
|
8581
8591
|
}
|
|
8582
8592
|
|
|
8583
|
-
function validate$
|
|
8593
|
+
function validate$1Z(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
8584
8594
|
const v_error = (() => {
|
|
8585
8595
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8586
8596
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8590,7 +8600,7 @@ function validate$1W(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8590
8600
|
const key = obj_keys[i];
|
|
8591
8601
|
const obj_prop = obj[key];
|
|
8592
8602
|
const path_prop = path + '["' + key + '"]';
|
|
8593
|
-
const referencepath_propValidationError = validate$
|
|
8603
|
+
const referencepath_propValidationError = validate$1_(obj_prop, path_prop);
|
|
8594
8604
|
if (referencepath_propValidationError !== null) {
|
|
8595
8605
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
8596
8606
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8602,7 +8612,7 @@ function validate$1W(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8602
8612
|
}
|
|
8603
8613
|
|
|
8604
8614
|
const VERSION$2n = "8aff6b0baf2e60a237e860236c4e1b70";
|
|
8605
|
-
function validate$
|
|
8615
|
+
function validate$1Y(obj, path = 'ListColumnRepresentation') {
|
|
8606
8616
|
const v_error = (() => {
|
|
8607
8617
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8608
8618
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8617,7 +8627,7 @@ function validate$1V(obj, path = 'ListColumnRepresentation') {
|
|
|
8617
8627
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
8618
8628
|
let obj_inlineEditAttributes_union0 = null;
|
|
8619
8629
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
8620
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
8630
|
+
const referencepath_inlineEditAttributesValidationError = validate$1Z(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
8621
8631
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
8622
8632
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
8623
8633
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8709,7 +8719,7 @@ function equals$18(existing, incoming) {
|
|
|
8709
8719
|
}
|
|
8710
8720
|
const ingest$1Z = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8711
8721
|
if (process.env.NODE_ENV !== 'production') {
|
|
8712
|
-
const validateError = validate$
|
|
8722
|
+
const validateError = validate$1Y(input);
|
|
8713
8723
|
if (validateError !== null) {
|
|
8714
8724
|
throw validateError;
|
|
8715
8725
|
}
|
|
@@ -8731,7 +8741,7 @@ function getTypeCacheKeys$21(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8731
8741
|
|
|
8732
8742
|
const TTL$F = 900000;
|
|
8733
8743
|
const VERSION$2m = "178c8b58f78e2720fe8846a667c7b294";
|
|
8734
|
-
function validate$
|
|
8744
|
+
function validate$1X(obj, path = 'ListInfoRepresentation') {
|
|
8735
8745
|
const v_error = (() => {
|
|
8736
8746
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8737
8747
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8802,7 +8812,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8802
8812
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
8803
8813
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
8804
8814
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
8805
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
8815
|
+
const referencepath_filteredByInfo_itemValidationError = validate$28(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
8806
8816
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
8807
8817
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
8808
8818
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8814,7 +8824,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8814
8824
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
8815
8825
|
let obj_inlineEditDetails_union0 = null;
|
|
8816
8826
|
const obj_inlineEditDetails_union0_error = (() => {
|
|
8817
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
8827
|
+
const referencepath_inlineEditDetailsValidationError = validate$27(obj_inlineEditDetails, path_inlineEditDetails);
|
|
8818
8828
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
8819
8829
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
8820
8830
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8868,7 +8878,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8868
8878
|
}
|
|
8869
8879
|
const obj_listReference = obj.listReference;
|
|
8870
8880
|
const path_listReference = path + '.listReference';
|
|
8871
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8881
|
+
const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
|
|
8872
8882
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8873
8883
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
8874
8884
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8883,7 +8893,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8883
8893
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
8884
8894
|
const obj_listShares_item = obj_listShares[i];
|
|
8885
8895
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
8886
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
8896
|
+
const referencepath_listShares_itemValidationError = validate$24(obj_listShares_item, path_listShares_item);
|
|
8887
8897
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
8888
8898
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
8889
8899
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8913,7 +8923,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8913
8923
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
8914
8924
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
8915
8925
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
8916
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
8926
|
+
const referencepath_orderedByInfo_itemValidationError = validate$23(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
8917
8927
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
8918
8928
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
8919
8929
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8925,7 +8935,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8925
8935
|
const path_scope = path + '.scope';
|
|
8926
8936
|
let obj_scope_union0 = null;
|
|
8927
8937
|
const obj_scope_union0_error = (() => {
|
|
8928
|
-
const referencepath_scopeValidationError = validate$
|
|
8938
|
+
const referencepath_scopeValidationError = validate$20(obj_scope, path_scope);
|
|
8929
8939
|
if (referencepath_scopeValidationError !== null) {
|
|
8930
8940
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
8931
8941
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8965,7 +8975,7 @@ function validate$1U(obj, path = 'ListInfoRepresentation') {
|
|
|
8965
8975
|
}
|
|
8966
8976
|
const obj_userPreferences = obj.userPreferences;
|
|
8967
8977
|
const path_userPreferences = path + '.userPreferences';
|
|
8968
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
8978
|
+
const referencepath_userPreferencesValidationError = validate$1$(obj_userPreferences, path_userPreferences);
|
|
8969
8979
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
8970
8980
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
8971
8981
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9133,7 +9143,7 @@ function equals$17(existing, incoming) {
|
|
|
9133
9143
|
}
|
|
9134
9144
|
const ingest$1Y = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9135
9145
|
if (process.env.NODE_ENV !== 'production') {
|
|
9136
|
-
const validateError = validate$
|
|
9146
|
+
const validateError = validate$1X(input);
|
|
9137
9147
|
if (validateError !== null) {
|
|
9138
9148
|
throw validateError;
|
|
9139
9149
|
}
|
|
@@ -9203,7 +9213,7 @@ function toSortedStringArray(value) {
|
|
|
9203
9213
|
}
|
|
9204
9214
|
|
|
9205
9215
|
const VERSION$2l = "d1e589a127fb1060c89070cdb6f500b2";
|
|
9206
|
-
function validate$
|
|
9216
|
+
function validate$1W(obj, path = 'RecordTypeInfoRepresentation') {
|
|
9207
9217
|
const v_error = (() => {
|
|
9208
9218
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9209
9219
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9295,7 +9305,7 @@ function equals$16(existing, incoming) {
|
|
|
9295
9305
|
}
|
|
9296
9306
|
|
|
9297
9307
|
const VERSION$2k = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
9298
|
-
function validate$
|
|
9308
|
+
function validate$1V(obj, path = 'FieldValueRepresentation') {
|
|
9299
9309
|
const v_error = (() => {
|
|
9300
9310
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9301
9311
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9442,7 +9452,7 @@ function equals$15(existing, incoming) {
|
|
|
9442
9452
|
}
|
|
9443
9453
|
const ingest$1X = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9444
9454
|
if (process.env.NODE_ENV !== 'production') {
|
|
9445
|
-
const validateError = validate$
|
|
9455
|
+
const validateError = validate$1V(input);
|
|
9446
9456
|
if (validateError !== null) {
|
|
9447
9457
|
throw validateError;
|
|
9448
9458
|
}
|
|
@@ -9493,7 +9503,7 @@ const getTypeCacheKeys$1_ = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
9493
9503
|
|
|
9494
9504
|
const TTL$E = 120000;
|
|
9495
9505
|
const VERSION$2j = "79cb5ac9f44542f683d00245fdfe500d";
|
|
9496
|
-
function validate$
|
|
9506
|
+
function validate$1U(obj, path = 'RecordCollectionRepresentation') {
|
|
9497
9507
|
const v_error = (() => {
|
|
9498
9508
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9499
9509
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9766,7 +9776,7 @@ function equals$14(existing, incoming) {
|
|
|
9766
9776
|
}
|
|
9767
9777
|
const ingest$1W = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9768
9778
|
if (process.env.NODE_ENV !== 'production') {
|
|
9769
|
-
const validateError = validate$
|
|
9779
|
+
const validateError = validate$1U(input);
|
|
9770
9780
|
if (validateError !== null) {
|
|
9771
9781
|
throw validateError;
|
|
9772
9782
|
}
|
|
@@ -9802,7 +9812,7 @@ const keyBuilderFromType$D = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9802
9812
|
|
|
9803
9813
|
const TTL$D = 30000;
|
|
9804
9814
|
const VERSION$2i = "98c5b18512e48ca8d28727549507e4ba";
|
|
9805
|
-
function validate$
|
|
9815
|
+
function validate$1T(obj, path = 'RecordRepresentation') {
|
|
9806
9816
|
const v_error = (() => {
|
|
9807
9817
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9808
9818
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9932,7 +9942,7 @@ function validate$1Q(obj, path = 'RecordRepresentation') {
|
|
|
9932
9942
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
9933
9943
|
let obj_recordTypeInfo_union0 = null;
|
|
9934
9944
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
9935
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
9945
|
+
const referencepath_recordTypeInfoValidationError = validate$1W(obj_recordTypeInfo, path_recordTypeInfo);
|
|
9936
9946
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
9937
9947
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
9938
9948
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12764,7 +12774,7 @@ function normalize$R(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
12764
12774
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
12765
12775
|
return (input, path, luvio, store, timestamp) => {
|
|
12766
12776
|
if (process.env.NODE_ENV !== 'production') {
|
|
12767
|
-
const validateError = validate$
|
|
12777
|
+
const validateError = validate$1V(input);
|
|
12768
12778
|
if (validateError !== null) {
|
|
12769
12779
|
throw validateError;
|
|
12770
12780
|
}
|
|
@@ -12857,7 +12867,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12857
12867
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
12858
12868
|
return (input, path, luvio, store, timestamp) => {
|
|
12859
12869
|
if (process.env.NODE_ENV !== 'production') {
|
|
12860
|
-
const validateError = validate$
|
|
12870
|
+
const validateError = validate$1T(input);
|
|
12861
12871
|
if (validateError !== null) {
|
|
12862
12872
|
throw validateError;
|
|
12863
12873
|
}
|
|
@@ -13820,7 +13830,7 @@ function revertPaginationOptimization(variables) {
|
|
|
13820
13830
|
|
|
13821
13831
|
const TTL$C = 30000;
|
|
13822
13832
|
const VERSION$2g = "b8270d0d7a5953587f98a9625cad85db";
|
|
13823
|
-
function validate$
|
|
13833
|
+
function validate$1S(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13824
13834
|
const v_error = (() => {
|
|
13825
13835
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13826
13836
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13880,7 +13890,7 @@ function validate$1P(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13880
13890
|
}
|
|
13881
13891
|
const obj_listReference = obj.listReference;
|
|
13882
13892
|
const path_listReference = path + '.listReference';
|
|
13883
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13893
|
+
const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
|
|
13884
13894
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13885
13895
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13886
13896
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14419,7 +14429,7 @@ function equals$12(existing, incoming) {
|
|
|
14419
14429
|
}
|
|
14420
14430
|
const ingest$1U = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14421
14431
|
if (process.env.NODE_ENV !== 'production') {
|
|
14422
|
-
const validateError = validate$
|
|
14432
|
+
const validateError = validate$1S(input);
|
|
14423
14433
|
if (validateError !== null) {
|
|
14424
14434
|
throw validateError;
|
|
14425
14435
|
}
|
|
@@ -14513,7 +14523,7 @@ function getTypeCacheKeys$1X(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14513
14523
|
}
|
|
14514
14524
|
|
|
14515
14525
|
const VERSION$2f = "cf8d2eb042188974da26ffe6618cfd07";
|
|
14516
|
-
function validate$
|
|
14526
|
+
function validate$1R(obj, path = 'ListUiRepresentation') {
|
|
14517
14527
|
const v_error = (() => {
|
|
14518
14528
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14519
14529
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14619,7 +14629,7 @@ function equals$11(existing, incoming) {
|
|
|
14619
14629
|
}
|
|
14620
14630
|
const ingest$1T = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14621
14631
|
if (process.env.NODE_ENV !== 'production') {
|
|
14622
|
-
const validateError = validate$
|
|
14632
|
+
const validateError = validate$1R(input);
|
|
14623
14633
|
if (validateError !== null) {
|
|
14624
14634
|
throw validateError;
|
|
14625
14635
|
}
|
|
@@ -14761,7 +14771,7 @@ function createResourceRequest$1a(config) {
|
|
|
14761
14771
|
}
|
|
14762
14772
|
|
|
14763
14773
|
const VERSION$2e = "0b29241fd9ed04bb61fde26b3f558ac4";
|
|
14764
|
-
function validate$
|
|
14774
|
+
function validate$1Q(obj, path = 'ListInfoSummaryRepresentation') {
|
|
14765
14775
|
const v_error = (() => {
|
|
14766
14776
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14767
14777
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14873,7 +14883,7 @@ function equals$10(existing, incoming) {
|
|
|
14873
14883
|
}
|
|
14874
14884
|
const ingest$1S = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14875
14885
|
if (process.env.NODE_ENV !== 'production') {
|
|
14876
|
-
const validateError = validate$
|
|
14886
|
+
const validateError = validate$1Q(input);
|
|
14877
14887
|
if (validateError !== null) {
|
|
14878
14888
|
throw validateError;
|
|
14879
14889
|
}
|
|
@@ -14894,7 +14904,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14894
14904
|
}
|
|
14895
14905
|
|
|
14896
14906
|
const VERSION$2d = "d0cadb0927f908b5b64694e1cff0b2d7";
|
|
14897
|
-
function validate$
|
|
14907
|
+
function validate$1P(obj, path = 'ListInfoSummaryCollectionRepresentation') {
|
|
14898
14908
|
const v_error = (() => {
|
|
14899
14909
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14900
14910
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15278,7 +15288,7 @@ function equals$$(existing, incoming) {
|
|
|
15278
15288
|
}
|
|
15279
15289
|
const ingest$1R = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15280
15290
|
if (process.env.NODE_ENV !== 'production') {
|
|
15281
|
-
const validateError = validate$
|
|
15291
|
+
const validateError = validate$1P(input);
|
|
15282
15292
|
if (validateError !== null) {
|
|
15283
15293
|
throw validateError;
|
|
15284
15294
|
}
|
|
@@ -15770,7 +15780,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
15770
15780
|
}
|
|
15771
15781
|
|
|
15772
15782
|
const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
15773
|
-
function validate$
|
|
15783
|
+
function validate$1O(obj, path = 'ListViewSummaryRepresentation') {
|
|
15774
15784
|
const v_error = (() => {
|
|
15775
15785
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15776
15786
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15882,7 +15892,7 @@ function equals$_(existing, incoming) {
|
|
|
15882
15892
|
}
|
|
15883
15893
|
const ingest$1Q = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15884
15894
|
if (process.env.NODE_ENV !== 'production') {
|
|
15885
|
-
const validateError = validate$
|
|
15895
|
+
const validateError = validate$1O(input);
|
|
15886
15896
|
if (validateError !== null) {
|
|
15887
15897
|
throw validateError;
|
|
15888
15898
|
}
|
|
@@ -15903,7 +15913,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15903
15913
|
}
|
|
15904
15914
|
|
|
15905
15915
|
const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
|
|
15906
|
-
function validate$
|
|
15916
|
+
function validate$1N(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
15907
15917
|
const v_error = (() => {
|
|
15908
15918
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15909
15919
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16287,7 +16297,7 @@ function equals$Z(existing, incoming) {
|
|
|
16287
16297
|
}
|
|
16288
16298
|
const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16289
16299
|
if (process.env.NODE_ENV !== 'production') {
|
|
16290
|
-
const validateError = validate$
|
|
16300
|
+
const validateError = validate$1N(input);
|
|
16291
16301
|
if (validateError !== null) {
|
|
16292
16302
|
throw validateError;
|
|
16293
16303
|
}
|
|
@@ -17438,7 +17448,7 @@ const factory$j = (luvio) => {
|
|
|
17438
17448
|
}, { contextId: contextId$5 });
|
|
17439
17449
|
};
|
|
17440
17450
|
|
|
17441
|
-
function validate$
|
|
17451
|
+
function validate$1M(obj, path = 'ChildRelationshipRepresentation') {
|
|
17442
17452
|
const v_error = (() => {
|
|
17443
17453
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17444
17454
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17486,7 +17496,7 @@ function validate$1J(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
17486
17496
|
return v_error === undefined ? null : v_error;
|
|
17487
17497
|
}
|
|
17488
17498
|
|
|
17489
|
-
function validate$
|
|
17499
|
+
function validate$1L(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
17490
17500
|
const v_error = (() => {
|
|
17491
17501
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17492
17502
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17517,7 +17527,7 @@ function validate$1I(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
17517
17527
|
return v_error === undefined ? null : v_error;
|
|
17518
17528
|
}
|
|
17519
17529
|
|
|
17520
|
-
function validate$
|
|
17530
|
+
function validate$1K(obj, path = 'ReferenceToInfoRepresentation') {
|
|
17521
17531
|
const v_error = (() => {
|
|
17522
17532
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17523
17533
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17543,7 +17553,7 @@ function validate$1H(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
17543
17553
|
return v_error === undefined ? null : v_error;
|
|
17544
17554
|
}
|
|
17545
17555
|
|
|
17546
|
-
function validate$
|
|
17556
|
+
function validate$1J(obj, path = 'FieldRepresentation') {
|
|
17547
17557
|
const v_error = (() => {
|
|
17548
17558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17549
17559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17703,7 +17713,7 @@ function validate$1G(obj, path = 'FieldRepresentation') {
|
|
|
17703
17713
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
17704
17714
|
let obj_filteredLookupInfo_union0 = null;
|
|
17705
17715
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
17706
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
17716
|
+
const referencepath_filteredLookupInfoValidationError = validate$1L(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
17707
17717
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
17708
17718
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
17709
17719
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17828,7 +17838,7 @@ function validate$1G(obj, path = 'FieldRepresentation') {
|
|
|
17828
17838
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
17829
17839
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
17830
17840
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
17831
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
17841
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1K(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
17832
17842
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
17833
17843
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
17834
17844
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17895,7 +17905,7 @@ function validate$1G(obj, path = 'FieldRepresentation') {
|
|
|
17895
17905
|
return v_error === undefined ? null : v_error;
|
|
17896
17906
|
}
|
|
17897
17907
|
|
|
17898
|
-
function validate$
|
|
17908
|
+
function validate$1I(obj, path = 'ThemeInfoRepresentation') {
|
|
17899
17909
|
const v_error = (() => {
|
|
17900
17910
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17901
17911
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17937,7 +17947,7 @@ function validate$1F(obj, path = 'ThemeInfoRepresentation') {
|
|
|
17937
17947
|
|
|
17938
17948
|
const TTL$B = 900000;
|
|
17939
17949
|
const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
17940
|
-
function validate$
|
|
17950
|
+
function validate$1H(obj, path = 'ObjectInfoRepresentation') {
|
|
17941
17951
|
const v_error = (() => {
|
|
17942
17952
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17943
17953
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18007,7 +18017,7 @@ function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18007
18017
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
18008
18018
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
18009
18019
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
18010
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
18020
|
+
const referencepath_childRelationships_itemValidationError = validate$1M(obj_childRelationships_item, path_childRelationships_item);
|
|
18011
18021
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
18012
18022
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
18013
18023
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18089,7 +18099,7 @@ function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18089
18099
|
const key = obj_fields_keys[i];
|
|
18090
18100
|
const obj_fields_prop = obj_fields[key];
|
|
18091
18101
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
18092
|
-
const referencepath_fields_propValidationError = validate$
|
|
18102
|
+
const referencepath_fields_propValidationError = validate$1J(obj_fields_prop, path_fields_prop);
|
|
18093
18103
|
if (referencepath_fields_propValidationError !== null) {
|
|
18094
18104
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
18095
18105
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18169,7 +18179,7 @@ function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18169
18179
|
const key = obj_recordTypeInfos_keys[i];
|
|
18170
18180
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
18171
18181
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
18172
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
18182
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1W(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
18173
18183
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
18174
18184
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
18175
18185
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18185,7 +18195,7 @@ function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
|
18185
18195
|
const path_themeInfo = path + '.themeInfo';
|
|
18186
18196
|
let obj_themeInfo_union0 = null;
|
|
18187
18197
|
const obj_themeInfo_union0_error = (() => {
|
|
18188
|
-
const referencepath_themeInfoValidationError = validate$
|
|
18198
|
+
const referencepath_themeInfoValidationError = validate$1I(obj_themeInfo, path_themeInfo);
|
|
18189
18199
|
if (referencepath_themeInfoValidationError !== null) {
|
|
18190
18200
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
18191
18201
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18344,7 +18354,7 @@ function equals$Y(existing, incoming) {
|
|
|
18344
18354
|
}
|
|
18345
18355
|
const ingest$1O = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18346
18356
|
if (process.env.NODE_ENV !== 'production') {
|
|
18347
|
-
const validateError = validate$
|
|
18357
|
+
const validateError = validate$1H(input);
|
|
18348
18358
|
if (validateError !== null) {
|
|
18349
18359
|
throw validateError;
|
|
18350
18360
|
}
|
|
@@ -18505,7 +18515,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
18505
18515
|
buildCachedSnapshotCachePolicy$Q, buildNetworkSnapshotCachePolicy$R);
|
|
18506
18516
|
};
|
|
18507
18517
|
|
|
18508
|
-
function validate$
|
|
18518
|
+
function validate$1G(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
18509
18519
|
const v_error = (() => {
|
|
18510
18520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18511
18521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18553,7 +18563,7 @@ var DiscriminatorValues$5;
|
|
|
18553
18563
|
DiscriminatorValues["Field"] = "Field";
|
|
18554
18564
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
18555
18565
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
18556
|
-
function validate$
|
|
18566
|
+
function validate$1F(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
18557
18567
|
const v_error = (() => {
|
|
18558
18568
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18559
18569
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18593,7 +18603,7 @@ function validate$1C(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
18593
18603
|
return v_error === undefined ? null : v_error;
|
|
18594
18604
|
}
|
|
18595
18605
|
|
|
18596
|
-
function validate$
|
|
18606
|
+
function validate$1E(obj, path = 'RecordLayoutItemRepresentation') {
|
|
18597
18607
|
const v_error = (() => {
|
|
18598
18608
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18599
18609
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18621,7 +18631,7 @@ function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18621
18631
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
18622
18632
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
18623
18633
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
18624
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
18634
|
+
const referencepath_layoutComponents_itemValidationError = validate$1F(obj_layoutComponents_item, path_layoutComponents_item);
|
|
18625
18635
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
18626
18636
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
18627
18637
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18668,7 +18678,7 @@ function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18668
18678
|
return v_error === undefined ? null : v_error;
|
|
18669
18679
|
}
|
|
18670
18680
|
|
|
18671
|
-
function validate$
|
|
18681
|
+
function validate$1D(obj, path = 'RecordLayoutRowRepresentation') {
|
|
18672
18682
|
const v_error = (() => {
|
|
18673
18683
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18674
18684
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18681,7 +18691,7 @@ function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18681
18691
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
18682
18692
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
18683
18693
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
18684
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
18694
|
+
const referencepath_layoutItems_itemValidationError = validate$1E(obj_layoutItems_item, path_layoutItems_item);
|
|
18685
18695
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
18686
18696
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
18687
18697
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18692,7 +18702,7 @@ function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18692
18702
|
return v_error === undefined ? null : v_error;
|
|
18693
18703
|
}
|
|
18694
18704
|
|
|
18695
|
-
function validate$
|
|
18705
|
+
function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
18696
18706
|
const v_error = (() => {
|
|
18697
18707
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18698
18708
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18767,7 +18777,7 @@ function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18767
18777
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
18768
18778
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
18769
18779
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
18770
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
18780
|
+
const referencepath_layoutRows_itemValidationError = validate$1D(obj_layoutRows_item, path_layoutRows_item);
|
|
18771
18781
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
18772
18782
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
18773
18783
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18790,7 +18800,7 @@ function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18790
18800
|
|
|
18791
18801
|
const TTL$A = 900000;
|
|
18792
18802
|
const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18793
|
-
function validate$
|
|
18803
|
+
function validate$1B(obj, path = 'RecordLayoutRepresentation') {
|
|
18794
18804
|
const v_error = (() => {
|
|
18795
18805
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18796
18806
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18896,7 +18906,7 @@ function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18896
18906
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
18897
18907
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
18898
18908
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
18899
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
18909
|
+
const referencepath_saveOptions_itemValidationError = validate$1G(obj_saveOptions_item, path_saveOptions_item);
|
|
18900
18910
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
18901
18911
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
18902
18912
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18911,7 +18921,7 @@ function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18911
18921
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
18912
18922
|
const obj_sections_item = obj_sections[i];
|
|
18913
18923
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
18914
|
-
const referencepath_sections_itemValidationError = validate$
|
|
18924
|
+
const referencepath_sections_itemValidationError = validate$1C(obj_sections_item, path_sections_item);
|
|
18915
18925
|
if (referencepath_sections_itemValidationError !== null) {
|
|
18916
18926
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
18917
18927
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18986,7 +18996,7 @@ function equals$X(existing, incoming) {
|
|
|
18986
18996
|
}
|
|
18987
18997
|
const ingest$1N = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18988
18998
|
if (process.env.NODE_ENV !== 'production') {
|
|
18989
|
-
const validateError = validate$
|
|
18999
|
+
const validateError = validate$1B(input);
|
|
18990
19000
|
if (validateError !== null) {
|
|
18991
19001
|
throw validateError;
|
|
18992
19002
|
}
|
|
@@ -19028,7 +19038,7 @@ function getRecordId18Array(value) {
|
|
|
19028
19038
|
return dedupe(array).sort();
|
|
19029
19039
|
}
|
|
19030
19040
|
|
|
19031
|
-
function validate$
|
|
19041
|
+
function validate$1A(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
19032
19042
|
const v_error = (() => {
|
|
19033
19043
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19034
19044
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19049,7 +19059,7 @@ function validate$1x(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
19049
19059
|
|
|
19050
19060
|
const TTL$z = 900000;
|
|
19051
19061
|
const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
19052
|
-
function validate$
|
|
19062
|
+
function validate$1z(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
19053
19063
|
const v_error = (() => {
|
|
19054
19064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19055
19065
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19089,7 +19099,7 @@ function validate$1w(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
19089
19099
|
const key = obj_sectionUserStates_keys[i];
|
|
19090
19100
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
19091
19101
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
19092
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
19102
|
+
const referencepath_sectionUserStates_propValidationError = validate$1A(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
19093
19103
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
19094
19104
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
19095
19105
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19146,7 +19156,7 @@ function equals$W(existing, incoming) {
|
|
|
19146
19156
|
}
|
|
19147
19157
|
const ingest$1M = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19148
19158
|
if (process.env.NODE_ENV !== 'production') {
|
|
19149
|
-
const validateError = validate$
|
|
19159
|
+
const validateError = validate$1z(input);
|
|
19150
19160
|
if (validateError !== null) {
|
|
19151
19161
|
throw validateError;
|
|
19152
19162
|
}
|
|
@@ -19168,7 +19178,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19168
19178
|
|
|
19169
19179
|
const TTL$y = 900000;
|
|
19170
19180
|
const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
19171
|
-
function validate$
|
|
19181
|
+
function validate$1y(obj, path = 'RecordUiRepresentation') {
|
|
19172
19182
|
const v_error = (() => {
|
|
19173
19183
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19174
19184
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19430,7 +19440,7 @@ function equals$V(existing, incoming) {
|
|
|
19430
19440
|
}
|
|
19431
19441
|
const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19432
19442
|
if (process.env.NODE_ENV !== 'production') {
|
|
19433
|
-
const validateError = validate$
|
|
19443
|
+
const validateError = validate$1y(input);
|
|
19434
19444
|
if (validateError !== null) {
|
|
19435
19445
|
throw validateError;
|
|
19436
19446
|
}
|
|
@@ -20563,7 +20573,7 @@ const factory$h = (luvio) => {
|
|
|
20563
20573
|
};
|
|
20564
20574
|
|
|
20565
20575
|
const VERSION$24 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
20566
|
-
function validate$
|
|
20576
|
+
function validate$1v(obj, path = 'QuickActionExecutionRepresentation') {
|
|
20567
20577
|
const v_error = (() => {
|
|
20568
20578
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20569
20579
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20736,7 +20746,7 @@ function equals$S(existing, incoming) {
|
|
|
20736
20746
|
}
|
|
20737
20747
|
const ingest$1I = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20738
20748
|
if (process.env.NODE_ENV !== 'production') {
|
|
20739
|
-
const validateError = validate$
|
|
20749
|
+
const validateError = validate$1v(input);
|
|
20740
20750
|
if (validateError !== null) {
|
|
20741
20751
|
throw validateError;
|
|
20742
20752
|
}
|
|
@@ -20758,7 +20768,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20758
20768
|
|
|
20759
20769
|
const TTL$x = 900000;
|
|
20760
20770
|
const VERSION$23 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20761
|
-
function validate$
|
|
20771
|
+
function validate$1u(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20762
20772
|
const v_error = (() => {
|
|
20763
20773
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20764
20774
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20923,7 +20933,7 @@ function coerceFormFactor(form) {
|
|
|
20923
20933
|
}
|
|
20924
20934
|
|
|
20925
20935
|
const VERSION$22 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
20926
|
-
function validate$
|
|
20936
|
+
function validate$1t(obj, path = 'PlatformActionRepresentation') {
|
|
20927
20937
|
const v_error = (() => {
|
|
20928
20938
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20929
20939
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21455,7 +21465,7 @@ function equals$Q(existing, incoming) {
|
|
|
21455
21465
|
}
|
|
21456
21466
|
const ingest$1H = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21457
21467
|
if (process.env.NODE_ENV !== 'production') {
|
|
21458
|
-
const validateError = validate$
|
|
21468
|
+
const validateError = validate$1t(input);
|
|
21459
21469
|
if (validateError !== null) {
|
|
21460
21470
|
throw validateError;
|
|
21461
21471
|
}
|
|
@@ -21476,7 +21486,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21476
21486
|
}
|
|
21477
21487
|
|
|
21478
21488
|
const VERSION$21 = "378d506f563a4bd724b322d440df33d1";
|
|
21479
|
-
function validate$
|
|
21489
|
+
function validate$1s(obj, path = 'EntityActionRepresentation') {
|
|
21480
21490
|
const v_error = (() => {
|
|
21481
21491
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21482
21492
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21590,7 +21600,7 @@ function equals$P(existing, incoming) {
|
|
|
21590
21600
|
}
|
|
21591
21601
|
const ingest$1G = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21592
21602
|
if (process.env.NODE_ENV !== 'production') {
|
|
21593
|
-
const validateError = validate$
|
|
21603
|
+
const validateError = validate$1s(input);
|
|
21594
21604
|
if (validateError !== null) {
|
|
21595
21605
|
throw validateError;
|
|
21596
21606
|
}
|
|
@@ -21616,7 +21626,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21616
21626
|
|
|
21617
21627
|
const TTL$w = 300000;
|
|
21618
21628
|
const VERSION$20 = "e485d96c1402a9ca2f56e56485af0216";
|
|
21619
|
-
function validate$
|
|
21629
|
+
function validate$1r(obj, path = 'ActionRepresentation') {
|
|
21620
21630
|
const v_error = (() => {
|
|
21621
21631
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21622
21632
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21714,7 +21724,7 @@ function equals$O(existing, incoming) {
|
|
|
21714
21724
|
}
|
|
21715
21725
|
const ingest$1F = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21716
21726
|
if (process.env.NODE_ENV !== 'production') {
|
|
21717
|
-
const validateError = validate$
|
|
21727
|
+
const validateError = validate$1r(input);
|
|
21718
21728
|
if (validateError !== null) {
|
|
21719
21729
|
throw validateError;
|
|
21720
21730
|
}
|
|
@@ -21886,7 +21896,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
21886
21896
|
|
|
21887
21897
|
const TTL$v = 900000;
|
|
21888
21898
|
const VERSION$1$ = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
21889
|
-
function validate$
|
|
21899
|
+
function validate$1q(obj, path = 'QuickActionLayoutRepresentation') {
|
|
21890
21900
|
const v_error = (() => {
|
|
21891
21901
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21892
21902
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21903,7 +21913,7 @@ function validate$1n(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
21903
21913
|
}
|
|
21904
21914
|
const obj_layout = obj.layout;
|
|
21905
21915
|
const path_layout = path + '.layout';
|
|
21906
|
-
const referencepath_layoutValidationError = validate$
|
|
21916
|
+
const referencepath_layoutValidationError = validate$1B(obj_layout, path_layout);
|
|
21907
21917
|
if (referencepath_layoutValidationError !== null) {
|
|
21908
21918
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
21909
21919
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21953,7 +21963,7 @@ function equals$N(existing, incoming) {
|
|
|
21953
21963
|
}
|
|
21954
21964
|
const ingest$1E = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21955
21965
|
if (process.env.NODE_ENV !== 'production') {
|
|
21956
|
-
const validateError = validate$
|
|
21966
|
+
const validateError = validate$1q(input);
|
|
21957
21967
|
if (validateError !== null) {
|
|
21958
21968
|
throw validateError;
|
|
21959
21969
|
}
|
|
@@ -22430,7 +22440,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
22430
22440
|
};
|
|
22431
22441
|
|
|
22432
22442
|
const VERSION$1_ = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
22433
|
-
function validate$
|
|
22443
|
+
function validate$1p(obj, path = 'ActionOverrideRepresentation') {
|
|
22434
22444
|
const v_error = (() => {
|
|
22435
22445
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22436
22446
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22463,7 +22473,7 @@ function equals$M(existing, incoming) {
|
|
|
22463
22473
|
}
|
|
22464
22474
|
const ingest$1D = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22465
22475
|
if (process.env.NODE_ENV !== 'production') {
|
|
22466
|
-
const validateError = validate$
|
|
22476
|
+
const validateError = validate$1p(input);
|
|
22467
22477
|
if (validateError !== null) {
|
|
22468
22478
|
throw validateError;
|
|
22469
22479
|
}
|
|
@@ -22618,7 +22628,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
22618
22628
|
buildCachedSnapshotCachePolicy$L, buildNetworkSnapshotCachePolicy$M);
|
|
22619
22629
|
};
|
|
22620
22630
|
|
|
22621
|
-
function validate$
|
|
22631
|
+
function validate$1o(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
22622
22632
|
const v_error = (() => {
|
|
22623
22633
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22624
22634
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22656,7 +22666,7 @@ function validate$1l(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22656
22666
|
|
|
22657
22667
|
const TTL$u = 300000;
|
|
22658
22668
|
const VERSION$1Z = "c57b66c259b23683db7b763e132e8633";
|
|
22659
|
-
function validate$
|
|
22669
|
+
function validate$1n(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22660
22670
|
const v_error = (() => {
|
|
22661
22671
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22662
22672
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22677,7 +22687,7 @@ function validate$1k(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
22677
22687
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
22678
22688
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
22679
22689
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
22680
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
22690
|
+
const referencepath_activations_prop_itemValidationError = validate$1o(obj_activations_prop_item, path_activations_prop_item);
|
|
22681
22691
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
22682
22692
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
22683
22693
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22721,7 +22731,7 @@ function equals$L(existing, incoming) {
|
|
|
22721
22731
|
}
|
|
22722
22732
|
const ingest$1C = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22723
22733
|
if (process.env.NODE_ENV !== 'production') {
|
|
22724
|
-
const validateError = validate$
|
|
22734
|
+
const validateError = validate$1n(input);
|
|
22725
22735
|
if (validateError !== null) {
|
|
22726
22736
|
throw validateError;
|
|
22727
22737
|
}
|
|
@@ -22904,7 +22914,7 @@ function merge$1(existing, incoming) {
|
|
|
22904
22914
|
const dynamicIngest$4 = (ingestParams) => {
|
|
22905
22915
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22906
22916
|
if (process.env.NODE_ENV !== 'production') {
|
|
22907
|
-
const validateError = validate$
|
|
22917
|
+
const validateError = validate$1u(input);
|
|
22908
22918
|
if (validateError !== null) {
|
|
22909
22919
|
throw validateError;
|
|
22910
22920
|
}
|
|
@@ -23416,7 +23426,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
23416
23426
|
buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$I);
|
|
23417
23427
|
};
|
|
23418
23428
|
|
|
23419
|
-
function validate$
|
|
23429
|
+
function validate$1m(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
23420
23430
|
const v_error = (() => {
|
|
23421
23431
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23422
23432
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23842,7 +23852,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
23842
23852
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
23843
23853
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
23844
23854
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
23845
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
23855
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1m(untrustedConfig_relatedListsActionParameters_item);
|
|
23846
23856
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
23847
23857
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
23848
23858
|
}
|
|
@@ -24160,7 +24170,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
24160
24170
|
};
|
|
24161
24171
|
|
|
24162
24172
|
const VERSION$1Y = "a316b3bba367f54adc67d7552ed7d36d";
|
|
24163
|
-
function validate$
|
|
24173
|
+
function validate$1l(obj, path = 'PageReferenceRepresentation') {
|
|
24164
24174
|
const v_error = (() => {
|
|
24165
24175
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24166
24176
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24221,7 +24231,7 @@ function equals$K(existing, incoming) {
|
|
|
24221
24231
|
}
|
|
24222
24232
|
const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24223
24233
|
if (process.env.NODE_ENV !== 'production') {
|
|
24224
|
-
const validateError = validate$
|
|
24234
|
+
const validateError = validate$1l(input);
|
|
24225
24235
|
if (validateError !== null) {
|
|
24226
24236
|
throw validateError;
|
|
24227
24237
|
}
|
|
@@ -24243,7 +24253,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24243
24253
|
|
|
24244
24254
|
const TTL$t = 120000;
|
|
24245
24255
|
const VERSION$1X = "09884ca5bf90ea4662092a4e48817081";
|
|
24246
|
-
function validate$
|
|
24256
|
+
function validate$1k(obj, path = 'NavItemRepresentation') {
|
|
24247
24257
|
const v_error = (() => {
|
|
24248
24258
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24249
24259
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24635,7 +24645,7 @@ function equals$J(existing, incoming) {
|
|
|
24635
24645
|
}
|
|
24636
24646
|
const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24637
24647
|
if (process.env.NODE_ENV !== 'production') {
|
|
24638
|
-
const validateError = validate$
|
|
24648
|
+
const validateError = validate$1k(input);
|
|
24639
24649
|
if (validateError !== null) {
|
|
24640
24650
|
throw validateError;
|
|
24641
24651
|
}
|
|
@@ -24660,7 +24670,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24660
24670
|
|
|
24661
24671
|
const TTL$s = 300000;
|
|
24662
24672
|
const VERSION$1W = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
24663
|
-
function validate$
|
|
24673
|
+
function validate$1j(obj, path = 'AppRepresentation') {
|
|
24664
24674
|
const v_error = (() => {
|
|
24665
24675
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24666
24676
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25102,7 +25112,7 @@ function equals$I(existing, incoming) {
|
|
|
25102
25112
|
}
|
|
25103
25113
|
const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25104
25114
|
if (process.env.NODE_ENV !== 'production') {
|
|
25105
|
-
const validateError = validate$
|
|
25115
|
+
const validateError = validate$1j(input);
|
|
25106
25116
|
if (validateError !== null) {
|
|
25107
25117
|
throw validateError;
|
|
25108
25118
|
}
|
|
@@ -25132,7 +25142,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
25132
25142
|
|
|
25133
25143
|
const TTL$r = 300000;
|
|
25134
25144
|
const VERSION$1V = "a254babf0b6414315db7808a157fd9fc";
|
|
25135
|
-
function validate$
|
|
25145
|
+
function validate$1i(obj, path = 'AppsRepresentation') {
|
|
25136
25146
|
const v_error = (() => {
|
|
25137
25147
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25138
25148
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25214,7 +25224,7 @@ function equals$H(existing, incoming) {
|
|
|
25214
25224
|
}
|
|
25215
25225
|
const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25216
25226
|
if (process.env.NODE_ENV !== 'production') {
|
|
25217
|
-
const validateError = validate$
|
|
25227
|
+
const validateError = validate$1i(input);
|
|
25218
25228
|
if (validateError !== null) {
|
|
25219
25229
|
throw validateError;
|
|
25220
25230
|
}
|
|
@@ -25522,7 +25532,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
25522
25532
|
};
|
|
25523
25533
|
|
|
25524
25534
|
const VERSION$1U = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
25525
|
-
function validate$
|
|
25535
|
+
function validate$1h(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
25526
25536
|
const v_error = (() => {
|
|
25527
25537
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25528
25538
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25584,7 +25594,7 @@ const select$2i = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
25584
25594
|
};
|
|
25585
25595
|
|
|
25586
25596
|
const VERSION$1T = "320d7f254687278f2763d4b490dab3fb";
|
|
25587
|
-
function validate$
|
|
25597
|
+
function validate$1g(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
25588
25598
|
const v_error = (() => {
|
|
25589
25599
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25590
25600
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25607,7 +25617,7 @@ function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
25607
25617
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
25608
25618
|
const obj_filterItems_item = obj_filterItems[i];
|
|
25609
25619
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
25610
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
25620
|
+
const referencepath_filterItems_itemValidationError = validate$1h(obj_filterItems_item, path_filterItems_item);
|
|
25611
25621
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
25612
25622
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
25613
25623
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25650,7 +25660,7 @@ const select$2h = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
25650
25660
|
};
|
|
25651
25661
|
|
|
25652
25662
|
const VERSION$1S = "b47b44e260e5ce777beaf3da9088997c";
|
|
25653
|
-
function validate$
|
|
25663
|
+
function validate$1f(obj, path = 'MatchRuleRepresentation') {
|
|
25654
25664
|
const v_error = (() => {
|
|
25655
25665
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25656
25666
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25720,7 +25730,7 @@ const select$2g = function MatchRuleRepresentationSelect() {
|
|
|
25720
25730
|
};
|
|
25721
25731
|
|
|
25722
25732
|
const VERSION$1R = "bb83d7210bb1d7861b6188bc5f552617";
|
|
25723
|
-
function validate$
|
|
25733
|
+
function validate$1e(obj, path = 'DuplicateRuleRepresentation') {
|
|
25724
25734
|
const v_error = (() => {
|
|
25725
25735
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25726
25736
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25748,7 +25758,7 @@ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25748
25758
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
25749
25759
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
25750
25760
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
25751
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
25761
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1g(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
25752
25762
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
25753
25763
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
25754
25764
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25768,7 +25778,7 @@ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25768
25778
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
25769
25779
|
const obj_matchRules_item = obj_matchRules[i];
|
|
25770
25780
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
25771
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
25781
|
+
const referencepath_matchRules_itemValidationError = validate$1f(obj_matchRules_item, path_matchRules_item);
|
|
25772
25782
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
25773
25783
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
25774
25784
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25861,7 +25871,7 @@ const select$2f = function DuplicateRuleRepresentationSelect() {
|
|
|
25861
25871
|
|
|
25862
25872
|
const TTL$q = 900000;
|
|
25863
25873
|
const VERSION$1Q = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25864
|
-
function validate$
|
|
25874
|
+
function validate$1d(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25865
25875
|
const v_error = (() => {
|
|
25866
25876
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25867
25877
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25896,7 +25906,7 @@ function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
25896
25906
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
25897
25907
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
25898
25908
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
25899
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
25909
|
+
const referencepath_duplicateRules_itemValidationError = validate$1e(obj_duplicateRules_item, path_duplicateRules_item);
|
|
25900
25910
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
25901
25911
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
25902
25912
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25963,7 +25973,7 @@ function equals$G(existing, incoming) {
|
|
|
25963
25973
|
}
|
|
25964
25974
|
const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25965
25975
|
if (process.env.NODE_ENV !== 'production') {
|
|
25966
|
-
const validateError = validate$
|
|
25976
|
+
const validateError = validate$1d(input);
|
|
25967
25977
|
if (validateError !== null) {
|
|
25968
25978
|
throw validateError;
|
|
25969
25979
|
}
|
|
@@ -27128,7 +27138,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
|
|
|
27128
27138
|
buildCachedSnapshotCachePolicy$w, buildNetworkSnapshotCachePolicy$x);
|
|
27129
27139
|
};
|
|
27130
27140
|
|
|
27131
|
-
function validate$
|
|
27141
|
+
function validate$1c(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
27132
27142
|
const v_error = (() => {
|
|
27133
27143
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27134
27144
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27159,7 +27169,7 @@ function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
27159
27169
|
return v_error === undefined ? null : v_error;
|
|
27160
27170
|
}
|
|
27161
27171
|
|
|
27162
|
-
function validate$
|
|
27172
|
+
function validate$1b(obj, path = 'ListScopeInputRepresentation') {
|
|
27163
27173
|
const v_error = (() => {
|
|
27164
27174
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27165
27175
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27288,7 +27298,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
27288
27298
|
const untrustedConfig_filteredByInfo_array = [];
|
|
27289
27299
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
27290
27300
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
27291
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
27301
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1c(untrustedConfig_filteredByInfo_item);
|
|
27292
27302
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
27293
27303
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
27294
27304
|
}
|
|
@@ -27296,7 +27306,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
27296
27306
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
27297
27307
|
}
|
|
27298
27308
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
27299
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
27309
|
+
const referenceListScopeInputRepresentationValidationError = validate$1b(untrustedConfig_scope);
|
|
27300
27310
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
27301
27311
|
config.scope = untrustedConfig_scope;
|
|
27302
27312
|
}
|
|
@@ -27578,7 +27588,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
27578
27588
|
const untrustedConfig_filteredByInfo_array = [];
|
|
27579
27589
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
27580
27590
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
27581
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
27591
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1c(untrustedConfig_filteredByInfo_item);
|
|
27582
27592
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
27583
27593
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
27584
27594
|
}
|
|
@@ -27586,7 +27596,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
27586
27596
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
27587
27597
|
}
|
|
27588
27598
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
27589
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
27599
|
+
const referenceListScopeInputRepresentationValidationError = validate$1b(untrustedConfig_scope);
|
|
27590
27600
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
27591
27601
|
config.scope = untrustedConfig_scope;
|
|
27592
27602
|
}
|
|
@@ -27636,7 +27646,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
27636
27646
|
};
|
|
27637
27647
|
|
|
27638
27648
|
const VERSION$1P = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
27639
|
-
function validate$
|
|
27649
|
+
function validate$1a(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
27640
27650
|
const v_error = (() => {
|
|
27641
27651
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27642
27652
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27686,7 +27696,7 @@ function equals$F(existing, incoming) {
|
|
|
27686
27696
|
}
|
|
27687
27697
|
|
|
27688
27698
|
const VERSION$1O = "355933ff2970aa91a2848a94565e956a";
|
|
27689
|
-
function validate$
|
|
27699
|
+
function validate$19(obj, path = 'ListObjectScopeRepresentation') {
|
|
27690
27700
|
const v_error = (() => {
|
|
27691
27701
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27692
27702
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27704,7 +27714,7 @@ function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
27704
27714
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
27705
27715
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
27706
27716
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
27707
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
27717
|
+
const referencepath_availableEntities_itemValidationError = validate$1a(obj_availableEntities_item, path_availableEntities_item);
|
|
27708
27718
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
27709
27719
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
27710
27720
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27768,7 +27778,7 @@ function equals$E(existing, incoming) {
|
|
|
27768
27778
|
}
|
|
27769
27779
|
|
|
27770
27780
|
const VERSION$1N = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
27771
|
-
function validate$
|
|
27781
|
+
function validate$18(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
27772
27782
|
const v_error = (() => {
|
|
27773
27783
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27774
27784
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27818,7 +27828,7 @@ function equals$D(existing, incoming) {
|
|
|
27818
27828
|
}
|
|
27819
27829
|
|
|
27820
27830
|
const VERSION$1M = "2c35f797fead79b5c45b521e77dd6ace";
|
|
27821
|
-
function validate$
|
|
27831
|
+
function validate$17(obj, path = 'ListObjectColumnRepresentation') {
|
|
27822
27832
|
const v_error = (() => {
|
|
27823
27833
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27824
27834
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27887,7 +27897,7 @@ function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
27887
27897
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
27888
27898
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
27889
27899
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
27890
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
27900
|
+
const referencepath_picklistValues_itemValidationError = validate$18(obj_picklistValues_item, path_picklistValues_item);
|
|
27891
27901
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
27892
27902
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
27893
27903
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28033,7 +28043,7 @@ function equals$C(existing, incoming) {
|
|
|
28033
28043
|
|
|
28034
28044
|
const TTL$p = 900000;
|
|
28035
28045
|
const VERSION$1L = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
28036
|
-
function validate$
|
|
28046
|
+
function validate$16(obj, path = 'ListObjectInfoRepresentation') {
|
|
28037
28047
|
const v_error = (() => {
|
|
28038
28048
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28039
28049
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28046,7 +28056,7 @@ function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
28046
28056
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
28047
28057
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
28048
28058
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
28049
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
28059
|
+
const referencepath_availableScopes_itemValidationError = validate$19(obj_availableScopes_item, path_availableScopes_item);
|
|
28050
28060
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
28051
28061
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
28052
28062
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28061,7 +28071,7 @@ function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
28061
28071
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
28062
28072
|
const obj_columns_item = obj_columns[i];
|
|
28063
28073
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
28064
|
-
const referencepath_columns_itemValidationError = validate$
|
|
28074
|
+
const referencepath_columns_itemValidationError = validate$17(obj_columns_item, path_columns_item);
|
|
28065
28075
|
if (referencepath_columns_itemValidationError !== null) {
|
|
28066
28076
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
28067
28077
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28195,7 +28205,7 @@ function equals$B(existing, incoming) {
|
|
|
28195
28205
|
}
|
|
28196
28206
|
const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28197
28207
|
if (process.env.NODE_ENV !== 'production') {
|
|
28198
|
-
const validateError = validate$
|
|
28208
|
+
const validateError = validate$16(input);
|
|
28199
28209
|
if (validateError !== null) {
|
|
28200
28210
|
throw validateError;
|
|
28201
28211
|
}
|
|
@@ -28358,7 +28368,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
28358
28368
|
|
|
28359
28369
|
const TTL$o = 900000;
|
|
28360
28370
|
const VERSION$1K = "458d4a6a30201e422e8daec5fcb03845";
|
|
28361
|
-
function validate$
|
|
28371
|
+
function validate$15(obj, path = 'ListPreferencesRepresentation') {
|
|
28362
28372
|
const v_error = (() => {
|
|
28363
28373
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28364
28374
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28393,7 +28403,7 @@ function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
|
28393
28403
|
}
|
|
28394
28404
|
const obj_listReference = obj.listReference;
|
|
28395
28405
|
const path_listReference = path + '.listReference';
|
|
28396
|
-
const referencepath_listReferenceValidationError = validate$
|
|
28406
|
+
const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
|
|
28397
28407
|
if (referencepath_listReferenceValidationError !== null) {
|
|
28398
28408
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
28399
28409
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28407,7 +28417,7 @@ function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
|
28407
28417
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
28408
28418
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
28409
28419
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
28410
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
28420
|
+
const referencepath_orderedBy_itemValidationError = validate$23(obj_orderedBy_item, path_orderedBy_item);
|
|
28411
28421
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
28412
28422
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
28413
28423
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28503,7 +28513,7 @@ function equals$A(existing, incoming) {
|
|
|
28503
28513
|
}
|
|
28504
28514
|
const ingest$1v = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28505
28515
|
if (process.env.NODE_ENV !== 'production') {
|
|
28506
|
-
const validateError = validate$
|
|
28516
|
+
const validateError = validate$15(input);
|
|
28507
28517
|
if (validateError !== null) {
|
|
28508
28518
|
throw validateError;
|
|
28509
28519
|
}
|
|
@@ -28666,7 +28676,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
28666
28676
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
28667
28677
|
};
|
|
28668
28678
|
|
|
28669
|
-
function validate$
|
|
28679
|
+
function validate$14(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
28670
28680
|
const v_error = (() => {
|
|
28671
28681
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28672
28682
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28774,7 +28784,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
28774
28784
|
const untrustedConfig_orderedBy_array = [];
|
|
28775
28785
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
28776
28786
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
28777
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
28787
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$14(untrustedConfig_orderedBy_item);
|
|
28778
28788
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
28779
28789
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
28780
28790
|
}
|
|
@@ -28828,7 +28838,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
28828
28838
|
|
|
28829
28839
|
const TTL$n = 120000;
|
|
28830
28840
|
const VERSION$1J = "756779d0d7e137dd72c743544afbad82";
|
|
28831
|
-
function validate$
|
|
28841
|
+
function validate$13(obj, path = 'NavItemsRepresentation') {
|
|
28832
28842
|
const v_error = (() => {
|
|
28833
28843
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28834
28844
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28956,7 +28966,7 @@ function equals$z(existing, incoming) {
|
|
|
28956
28966
|
}
|
|
28957
28967
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28958
28968
|
if (process.env.NODE_ENV !== 'production') {
|
|
28959
|
-
const validateError = validate$
|
|
28969
|
+
const validateError = validate$13(input);
|
|
28960
28970
|
if (validateError !== null) {
|
|
28961
28971
|
throw validateError;
|
|
28962
28972
|
}
|
|
@@ -29563,7 +29573,7 @@ var DiscriminatorValues$4;
|
|
|
29563
29573
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
29564
29574
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
29565
29575
|
const VERSION$1E = "bd523b2343366edfc25a2dbee2c4e986";
|
|
29566
|
-
function validate
|
|
29576
|
+
function validate$12(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
29567
29577
|
const v_error = (() => {
|
|
29568
29578
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29569
29579
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29608,7 +29618,7 @@ const select$1S = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
29608
29618
|
};
|
|
29609
29619
|
|
|
29610
29620
|
const VERSION$1D = "9e2a16a80378487f557124c771201cf9";
|
|
29611
|
-
function validate$
|
|
29621
|
+
function validate$11(obj, path = 'PicklistValueRepresentation') {
|
|
29612
29622
|
const v_error = (() => {
|
|
29613
29623
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29614
29624
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29617,7 +29627,7 @@ function validate$_(obj, path = 'PicklistValueRepresentation') {
|
|
|
29617
29627
|
const path_attributes = path + '.attributes';
|
|
29618
29628
|
let obj_attributes_union0 = null;
|
|
29619
29629
|
const obj_attributes_union0_error = (() => {
|
|
29620
|
-
const referencepath_attributesValidationError = validate
|
|
29630
|
+
const referencepath_attributesValidationError = validate$12(obj_attributes, path_attributes);
|
|
29621
29631
|
if (referencepath_attributesValidationError !== null) {
|
|
29622
29632
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
29623
29633
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29712,7 +29722,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
29712
29722
|
|
|
29713
29723
|
const TTL$m = 900000;
|
|
29714
29724
|
const VERSION$1C = "0a361a49370acb4c6a31721a2057649a";
|
|
29715
|
-
function validate$
|
|
29725
|
+
function validate$10(obj, path = 'PicklistValuesRepresentation') {
|
|
29716
29726
|
const v_error = (() => {
|
|
29717
29727
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29718
29728
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29735,7 +29745,7 @@ function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
|
29735
29745
|
const path_defaultValue = path + '.defaultValue';
|
|
29736
29746
|
let obj_defaultValue_union0 = null;
|
|
29737
29747
|
const obj_defaultValue_union0_error = (() => {
|
|
29738
|
-
const referencepath_defaultValueValidationError = validate$
|
|
29748
|
+
const referencepath_defaultValueValidationError = validate$11(obj_defaultValue, path_defaultValue);
|
|
29739
29749
|
if (referencepath_defaultValueValidationError !== null) {
|
|
29740
29750
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
29741
29751
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29778,7 +29788,7 @@ function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
|
29778
29788
|
for (let i = 0; i < obj_values.length; i++) {
|
|
29779
29789
|
const obj_values_item = obj_values[i];
|
|
29780
29790
|
const path_values_item = path_values + '[' + i + ']';
|
|
29781
|
-
const referencepath_values_itemValidationError = validate$
|
|
29791
|
+
const referencepath_values_itemValidationError = validate$11(obj_values_item, path_values_item);
|
|
29782
29792
|
if (referencepath_values_itemValidationError !== null) {
|
|
29783
29793
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
29784
29794
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29836,7 +29846,7 @@ function equals$y(existing, incoming) {
|
|
|
29836
29846
|
}
|
|
29837
29847
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29838
29848
|
if (process.env.NODE_ENV !== 'production') {
|
|
29839
|
-
const validateError = validate$
|
|
29849
|
+
const validateError = validate$10(input);
|
|
29840
29850
|
if (validateError !== null) {
|
|
29841
29851
|
throw validateError;
|
|
29842
29852
|
}
|
|
@@ -29858,7 +29868,7 @@ function getTypeCacheKeys$1w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
29858
29868
|
|
|
29859
29869
|
const TTL$l = 300000;
|
|
29860
29870
|
const VERSION$1B = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
29861
|
-
function validate
|
|
29871
|
+
function validate$$(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
29862
29872
|
const v_error = (() => {
|
|
29863
29873
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29864
29874
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29945,7 +29955,7 @@ function equals$x(existing, incoming) {
|
|
|
29945
29955
|
}
|
|
29946
29956
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29947
29957
|
if (process.env.NODE_ENV !== 'production') {
|
|
29948
|
-
const validateError = validate
|
|
29958
|
+
const validateError = validate$$(input);
|
|
29949
29959
|
if (validateError !== null) {
|
|
29950
29960
|
throw validateError;
|
|
29951
29961
|
}
|
|
@@ -30432,7 +30442,7 @@ const getPathLayoutAdapterFactory = (luvio) => function UiApi__getPathLayout(unt
|
|
|
30432
30442
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
30433
30443
|
};
|
|
30434
30444
|
|
|
30435
|
-
function validate$
|
|
30445
|
+
function validate$_(obj, path = 'MatchResultInfoRepresentation') {
|
|
30436
30446
|
const v_error = (() => {
|
|
30437
30447
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30438
30448
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30458,7 +30468,7 @@ function validate$X(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
30458
30468
|
return v_error === undefined ? null : v_error;
|
|
30459
30469
|
}
|
|
30460
30470
|
|
|
30461
|
-
function validate$
|
|
30471
|
+
function validate$Z(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
30462
30472
|
const v_error = (() => {
|
|
30463
30473
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30464
30474
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30470,7 +30480,7 @@ function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
30470
30480
|
}
|
|
30471
30481
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
30472
30482
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
30473
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
30483
|
+
const referencepath_matchResultInfoValidationError = validate$_(obj_matchResultInfo, path_matchResultInfo);
|
|
30474
30484
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
30475
30485
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
30476
30486
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30485,7 +30495,7 @@ function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
30485
30495
|
return v_error === undefined ? null : v_error;
|
|
30486
30496
|
}
|
|
30487
30497
|
|
|
30488
|
-
function validate$
|
|
30498
|
+
function validate$Y(obj, path = 'MatchRepresentation') {
|
|
30489
30499
|
const v_error = (() => {
|
|
30490
30500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30491
30501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30500,7 +30510,7 @@ function validate$V(obj, path = 'MatchRepresentation') {
|
|
|
30500
30510
|
const key = obj_duplicateResultInfos_keys[i];
|
|
30501
30511
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
30502
30512
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
30503
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
30513
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$Z(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
30504
30514
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
30505
30515
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
30506
30516
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30530,7 +30540,7 @@ function validate$V(obj, path = 'MatchRepresentation') {
|
|
|
30530
30540
|
|
|
30531
30541
|
const TTL$k = 30000;
|
|
30532
30542
|
const VERSION$1A = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
30533
|
-
function validate$
|
|
30543
|
+
function validate$X(obj, path = 'DuplicatesRepresentation') {
|
|
30534
30544
|
const v_error = (() => {
|
|
30535
30545
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30536
30546
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30565,7 +30575,7 @@ function validate$U(obj, path = 'DuplicatesRepresentation') {
|
|
|
30565
30575
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
30566
30576
|
const obj_matches_item = obj_matches[i];
|
|
30567
30577
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
30568
|
-
const referencepath_matches_itemValidationError = validate$
|
|
30578
|
+
const referencepath_matches_itemValidationError = validate$Y(obj_matches_item, path_matches_item);
|
|
30569
30579
|
if (referencepath_matches_itemValidationError !== null) {
|
|
30570
30580
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
30571
30581
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30595,7 +30605,7 @@ function equals$w(existing, incoming) {
|
|
|
30595
30605
|
}
|
|
30596
30606
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30597
30607
|
if (process.env.NODE_ENV !== 'production') {
|
|
30598
|
-
const validateError = validate$
|
|
30608
|
+
const validateError = validate$X(input);
|
|
30599
30609
|
if (validateError !== null) {
|
|
30600
30610
|
throw validateError;
|
|
30601
30611
|
}
|
|
@@ -30788,7 +30798,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
30788
30798
|
};
|
|
30789
30799
|
|
|
30790
30800
|
const VERSION$1z = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
30791
|
-
function validate$
|
|
30801
|
+
function validate$W(obj, path = 'PhotoMetadataRepresentation') {
|
|
30792
30802
|
const v_error = (() => {
|
|
30793
30803
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30794
30804
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30880,8 +30890,8 @@ function equals$v(existing, incoming) {
|
|
|
30880
30890
|
}
|
|
30881
30891
|
|
|
30882
30892
|
const VERSION$1y = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
30883
|
-
function validate$
|
|
30884
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
30893
|
+
function validate$V(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
30894
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$T(obj, path);
|
|
30885
30895
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
30886
30896
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
30887
30897
|
}
|
|
@@ -30948,7 +30958,7 @@ function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
30948
30958
|
}
|
|
30949
30959
|
const obj_photoMetadata = obj.photoMetadata;
|
|
30950
30960
|
const path_photoMetadata = path + '.photoMetadata';
|
|
30951
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
30961
|
+
const referencepath_photoMetadataValidationError = validate$W(obj_photoMetadata, path_photoMetadata);
|
|
30952
30962
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
30953
30963
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
30954
30964
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31103,7 +31113,7 @@ function equals$u(existing, incoming) {
|
|
|
31103
31113
|
}
|
|
31104
31114
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31105
31115
|
if (process.env.NODE_ENV !== 'production') {
|
|
31106
|
-
const validateError = validate$
|
|
31116
|
+
const validateError = validate$V(input);
|
|
31107
31117
|
if (validateError !== null) {
|
|
31108
31118
|
throw validateError;
|
|
31109
31119
|
}
|
|
@@ -31124,8 +31134,8 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31124
31134
|
}
|
|
31125
31135
|
|
|
31126
31136
|
const VERSION$1x = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
31127
|
-
function validate$
|
|
31128
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
31137
|
+
function validate$U(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
31138
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$T(obj, path);
|
|
31129
31139
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
31130
31140
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
31131
31141
|
}
|
|
@@ -31244,7 +31254,7 @@ function equals$t(existing, incoming) {
|
|
|
31244
31254
|
}
|
|
31245
31255
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31246
31256
|
if (process.env.NODE_ENV !== 'production') {
|
|
31247
|
-
const validateError = validate$
|
|
31257
|
+
const validateError = validate$U(input);
|
|
31248
31258
|
if (validateError !== null) {
|
|
31249
31259
|
throw validateError;
|
|
31250
31260
|
}
|
|
@@ -31270,7 +31280,7 @@ var DiscriminatorValues$3;
|
|
|
31270
31280
|
DiscriminatorValues["Theme"] = "Theme";
|
|
31271
31281
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
31272
31282
|
const VERSION$1w = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
31273
|
-
function validate$
|
|
31283
|
+
function validate$T(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
31274
31284
|
const v_error = (() => {
|
|
31275
31285
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31276
31286
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31363,8 +31373,8 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31363
31373
|
}
|
|
31364
31374
|
|
|
31365
31375
|
const VERSION$1v = "f531b44760afecfce89990fe5a5c5c29";
|
|
31366
|
-
function validate$
|
|
31367
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
31376
|
+
function validate$S(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
31377
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$O(obj, path);
|
|
31368
31378
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
31369
31379
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
31370
31380
|
}
|
|
@@ -31425,7 +31435,7 @@ function equals$r(existing, incoming) {
|
|
|
31425
31435
|
}
|
|
31426
31436
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31427
31437
|
if (process.env.NODE_ENV !== 'production') {
|
|
31428
|
-
const validateError = validate$
|
|
31438
|
+
const validateError = validate$S(input);
|
|
31429
31439
|
if (validateError !== null) {
|
|
31430
31440
|
throw validateError;
|
|
31431
31441
|
}
|
|
@@ -31446,7 +31456,7 @@ function getTypeCacheKeys$1q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31446
31456
|
}
|
|
31447
31457
|
|
|
31448
31458
|
const VERSION$1u = "17c20b01167dba9a81452e60bb28b2f2";
|
|
31449
|
-
function validate$
|
|
31459
|
+
function validate$R(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
31450
31460
|
const v_error = (() => {
|
|
31451
31461
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31452
31462
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31496,8 +31506,8 @@ function equals$q(existing, incoming) {
|
|
|
31496
31506
|
}
|
|
31497
31507
|
|
|
31498
31508
|
const VERSION$1t = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
31499
|
-
function validate$
|
|
31500
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
31509
|
+
function validate$Q(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
31510
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$O(obj, path);
|
|
31501
31511
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
31502
31512
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
31503
31513
|
}
|
|
@@ -31513,7 +31523,7 @@ function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
31513
31523
|
for (let i = 0; i < obj_result.length; i++) {
|
|
31514
31524
|
const obj_result_item = obj_result[i];
|
|
31515
31525
|
const path_result_item = path_result + '[' + i + ']';
|
|
31516
|
-
const referencepath_result_itemValidationError = validate$
|
|
31526
|
+
const referencepath_result_itemValidationError = validate$R(obj_result_item, path_result_item);
|
|
31517
31527
|
if (referencepath_result_itemValidationError !== null) {
|
|
31518
31528
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
31519
31529
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31563,7 +31573,7 @@ function equals$p(existing, incoming) {
|
|
|
31563
31573
|
}
|
|
31564
31574
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31565
31575
|
if (process.env.NODE_ENV !== 'production') {
|
|
31566
|
-
const validateError = validate$
|
|
31576
|
+
const validateError = validate$Q(input);
|
|
31567
31577
|
if (validateError !== null) {
|
|
31568
31578
|
throw validateError;
|
|
31569
31579
|
}
|
|
@@ -31584,8 +31594,8 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31584
31594
|
}
|
|
31585
31595
|
|
|
31586
31596
|
const VERSION$1s = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
31587
|
-
function validate$
|
|
31588
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
31597
|
+
function validate$P(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
31598
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$O(obj, path);
|
|
31589
31599
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
31590
31600
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
31591
31601
|
}
|
|
@@ -31601,7 +31611,7 @@ function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
31601
31611
|
for (let i = 0; i < obj_result.length; i++) {
|
|
31602
31612
|
const obj_result_item = obj_result[i];
|
|
31603
31613
|
const path_result_item = path_result + '[' + i + ']';
|
|
31604
|
-
const referencepath_result_itemValidationError = validate$
|
|
31614
|
+
const referencepath_result_itemValidationError = validate$R(obj_result_item, path_result_item);
|
|
31605
31615
|
if (referencepath_result_itemValidationError !== null) {
|
|
31606
31616
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
31607
31617
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31651,7 +31661,7 @@ function equals$o(existing, incoming) {
|
|
|
31651
31661
|
}
|
|
31652
31662
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31653
31663
|
if (process.env.NODE_ENV !== 'production') {
|
|
31654
|
-
const validateError = validate$
|
|
31664
|
+
const validateError = validate$P(input);
|
|
31655
31665
|
if (validateError !== null) {
|
|
31656
31666
|
throw validateError;
|
|
31657
31667
|
}
|
|
@@ -31678,7 +31688,7 @@ const DiscriminatorValues$2 = {
|
|
|
31678
31688
|
};
|
|
31679
31689
|
const TTL$j = 300000;
|
|
31680
31690
|
const VERSION$1r = "8956293536e94d5ec63b274b61033d2c";
|
|
31681
|
-
function validate$
|
|
31691
|
+
function validate$O(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
31682
31692
|
const v_error = (() => {
|
|
31683
31693
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31684
31694
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31756,7 +31766,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
31756
31766
|
|
|
31757
31767
|
const TTL$i = 300000;
|
|
31758
31768
|
const VERSION$1q = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
31759
|
-
function validate$
|
|
31769
|
+
function validate$N(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
31760
31770
|
const v_error = (() => {
|
|
31761
31771
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31762
31772
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31835,7 +31845,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
31835
31845
|
|
|
31836
31846
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31837
31847
|
if (process.env.NODE_ENV !== 'production') {
|
|
31838
|
-
const validateError = validate$
|
|
31848
|
+
const validateError = validate$N(input);
|
|
31839
31849
|
if (validateError !== null) {
|
|
31840
31850
|
throw validateError;
|
|
31841
31851
|
}
|
|
@@ -32326,7 +32336,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
32326
32336
|
};
|
|
32327
32337
|
|
|
32328
32338
|
const VERSION$1p = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
32329
|
-
function validate$
|
|
32339
|
+
function validate$M(obj, path = 'RelatedListReferenceRepresentation') {
|
|
32330
32340
|
const v_error = (() => {
|
|
32331
32341
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32332
32342
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32565,7 +32575,7 @@ function equals$l(existing, incoming) {
|
|
|
32565
32575
|
}
|
|
32566
32576
|
|
|
32567
32577
|
const VERSION$1o = "836b875b519813e7499efc62f0f1d04b";
|
|
32568
|
-
function validate$
|
|
32578
|
+
function validate$L(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
32569
32579
|
const v_error = (() => {
|
|
32570
32580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32571
32581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32608,7 +32618,7 @@ function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
32608
32618
|
}
|
|
32609
32619
|
const obj_listReference = obj.listReference;
|
|
32610
32620
|
const path_listReference = path + '.listReference';
|
|
32611
|
-
const referencepath_listReferenceValidationError = validate$
|
|
32621
|
+
const referencepath_listReferenceValidationError = validate$M(obj_listReference, path_listReference);
|
|
32612
32622
|
if (referencepath_listReferenceValidationError !== null) {
|
|
32613
32623
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
32614
32624
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32681,7 +32691,7 @@ function equals$k(existing, incoming) {
|
|
|
32681
32691
|
}
|
|
32682
32692
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32683
32693
|
if (process.env.NODE_ENV !== 'production') {
|
|
32684
|
-
const validateError = validate$
|
|
32694
|
+
const validateError = validate$L(input);
|
|
32685
32695
|
if (validateError !== null) {
|
|
32686
32696
|
throw validateError;
|
|
32687
32697
|
}
|
|
@@ -33193,7 +33203,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
33193
33203
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
33194
33204
|
};
|
|
33195
33205
|
|
|
33196
|
-
function validate$
|
|
33206
|
+
function validate$K(obj, path = 'RelatedListColumnRepresentation') {
|
|
33197
33207
|
const v_error = (() => {
|
|
33198
33208
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33199
33209
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33344,7 +33354,7 @@ function validate$H(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
33344
33354
|
|
|
33345
33355
|
const TTL$h = 900000;
|
|
33346
33356
|
const VERSION$1n = "c977d65d153a2b4e888ddd45fb083248";
|
|
33347
|
-
function validate$
|
|
33357
|
+
function validate$J(obj, path = 'RelatedListInfoRepresentation') {
|
|
33348
33358
|
const v_error = (() => {
|
|
33349
33359
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33350
33360
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33372,7 +33382,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
33372
33382
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
33373
33383
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
33374
33384
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
33375
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
33385
|
+
const referencepath_displayColumns_itemValidationError = validate$K(obj_displayColumns_item, path_displayColumns_item);
|
|
33376
33386
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
33377
33387
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
33378
33388
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33419,7 +33429,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
33419
33429
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
33420
33430
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
33421
33431
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
33422
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
33432
|
+
const referencepath_filteredByInfo_itemValidationError = validate$28(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
33423
33433
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
33424
33434
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
33425
33435
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33433,7 +33443,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
33433
33443
|
}
|
|
33434
33444
|
const obj_listReference = obj.listReference;
|
|
33435
33445
|
const path_listReference = path + '.listReference';
|
|
33436
|
-
const referencepath_listReferenceValidationError = validate$
|
|
33446
|
+
const referencepath_listReferenceValidationError = validate$M(obj_listReference, path_listReference);
|
|
33437
33447
|
if (referencepath_listReferenceValidationError !== null) {
|
|
33438
33448
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
33439
33449
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33471,7 +33481,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
33471
33481
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
33472
33482
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
33473
33483
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
33474
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
33484
|
+
const referencepath_orderedByInfo_itemValidationError = validate$23(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
33475
33485
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
33476
33486
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
33477
33487
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33490,7 +33500,7 @@ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
33490
33500
|
}
|
|
33491
33501
|
const obj_userPreferences = obj.userPreferences;
|
|
33492
33502
|
const path_userPreferences = path + '.userPreferences';
|
|
33493
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
33503
|
+
const referencepath_userPreferencesValidationError = validate$1$(obj_userPreferences, path_userPreferences);
|
|
33494
33504
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
33495
33505
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
33496
33506
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33630,7 +33640,7 @@ function equals$j(existing, incoming) {
|
|
|
33630
33640
|
}
|
|
33631
33641
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33632
33642
|
if (process.env.NODE_ENV !== 'production') {
|
|
33633
|
-
const validateError = validate$
|
|
33643
|
+
const validateError = validate$J(input);
|
|
33634
33644
|
if (validateError !== null) {
|
|
33635
33645
|
throw validateError;
|
|
33636
33646
|
}
|
|
@@ -34068,7 +34078,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
34068
34078
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
34069
34079
|
};
|
|
34070
34080
|
|
|
34071
|
-
function validate$
|
|
34081
|
+
function validate$I(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
34072
34082
|
const v_error = (() => {
|
|
34073
34083
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34074
34084
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34164,7 +34174,7 @@ function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
34164
34174
|
const path_themeInfo = path + '.themeInfo';
|
|
34165
34175
|
let obj_themeInfo_union0 = null;
|
|
34166
34176
|
const obj_themeInfo_union0_error = (() => {
|
|
34167
|
-
const referencepath_themeInfoValidationError = validate$
|
|
34177
|
+
const referencepath_themeInfoValidationError = validate$1I(obj_themeInfo, path_themeInfo);
|
|
34168
34178
|
if (referencepath_themeInfoValidationError !== null) {
|
|
34169
34179
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
34170
34180
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34199,7 +34209,7 @@ function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
34199
34209
|
}
|
|
34200
34210
|
|
|
34201
34211
|
const VERSION$1m = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
34202
|
-
function validate$
|
|
34212
|
+
function validate$H(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
34203
34213
|
const v_error = (() => {
|
|
34204
34214
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34205
34215
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34248,7 +34258,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
34248
34258
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
34249
34259
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
34250
34260
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
34251
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
34261
|
+
const referencepath_relatedLists_itemValidationError = validate$I(obj_relatedLists_item, path_relatedLists_item);
|
|
34252
34262
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
34253
34263
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
34254
34264
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34304,7 +34314,7 @@ function equals$i(existing, incoming) {
|
|
|
34304
34314
|
}
|
|
34305
34315
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34306
34316
|
if (process.env.NODE_ENV !== 'production') {
|
|
34307
|
-
const validateError = validate$
|
|
34317
|
+
const validateError = validate$H(input);
|
|
34308
34318
|
if (validateError !== null) {
|
|
34309
34319
|
throw validateError;
|
|
34310
34320
|
}
|
|
@@ -34555,7 +34565,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
34555
34565
|
|
|
34556
34566
|
const TTL$g = 900000;
|
|
34557
34567
|
const VERSION$1l = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
34558
|
-
function validate$
|
|
34568
|
+
function validate$F(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
34559
34569
|
const v_error = (() => {
|
|
34560
34570
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34561
34571
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34596,7 +34606,7 @@ function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
34596
34606
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
34597
34607
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
34598
34608
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
34599
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
34609
|
+
const referencepath_orderedBy_itemValidationError = validate$23(obj_orderedBy_item, path_orderedBy_item);
|
|
34600
34610
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
34601
34611
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
34602
34612
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34640,7 +34650,7 @@ function equals$h(existing, incoming) {
|
|
|
34640
34650
|
}
|
|
34641
34651
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34642
34652
|
if (process.env.NODE_ENV !== 'production') {
|
|
34643
|
-
const validateError = validate$
|
|
34653
|
+
const validateError = validate$F(input);
|
|
34644
34654
|
if (validateError !== null) {
|
|
34645
34655
|
throw validateError;
|
|
34646
34656
|
}
|
|
@@ -35148,7 +35158,7 @@ const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRe
|
|
|
35148
35158
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
35149
35159
|
};
|
|
35150
35160
|
|
|
35151
|
-
function validate$
|
|
35161
|
+
function validate$E(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
35152
35162
|
const v_error = (() => {
|
|
35153
35163
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35154
35164
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35391,7 +35401,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
35391
35401
|
|
|
35392
35402
|
const TTL$f = 30000;
|
|
35393
35403
|
const VERSION$1k = "62467c27c19349b70c9db2a8d9d591d9";
|
|
35394
|
-
function validate$
|
|
35404
|
+
function validate$D(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
35395
35405
|
const v_error = (() => {
|
|
35396
35406
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35397
35407
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35472,7 +35482,7 @@ function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
35472
35482
|
}
|
|
35473
35483
|
const obj_listReference = obj.listReference;
|
|
35474
35484
|
const path_listReference = path + '.listReference';
|
|
35475
|
-
const referencepath_listReferenceValidationError = validate$
|
|
35485
|
+
const referencepath_listReferenceValidationError = validate$M(obj_listReference, path_listReference);
|
|
35476
35486
|
if (referencepath_listReferenceValidationError !== null) {
|
|
35477
35487
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
35478
35488
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35893,7 +35903,7 @@ function equals$g(existing, incoming) {
|
|
|
35893
35903
|
}
|
|
35894
35904
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35895
35905
|
if (process.env.NODE_ENV !== 'production') {
|
|
35896
|
-
const validateError = validate$
|
|
35906
|
+
const validateError = validate$D(input);
|
|
35897
35907
|
if (validateError !== null) {
|
|
35898
35908
|
throw validateError;
|
|
35899
35909
|
}
|
|
@@ -36385,7 +36395,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
36385
36395
|
const untrustedConfig_relatedListParameters_array = [];
|
|
36386
36396
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
36387
36397
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
36388
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
36398
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$E(untrustedConfig_relatedListParameters_item);
|
|
36389
36399
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
36390
36400
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
36391
36401
|
}
|
|
@@ -36630,7 +36640,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
36630
36640
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
36631
36641
|
};
|
|
36632
36642
|
|
|
36633
|
-
function validate$
|
|
36643
|
+
function validate$C(obj, path = 'SearchFilterOptionRepresentation') {
|
|
36634
36644
|
const v_error = (() => {
|
|
36635
36645
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36636
36646
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36660,7 +36670,7 @@ var DiscriminatorValues;
|
|
|
36660
36670
|
DiscriminatorValues["Field"] = "Field";
|
|
36661
36671
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
36662
36672
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
36663
|
-
function validate$
|
|
36673
|
+
function validate$B(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
36664
36674
|
const v_error = (() => {
|
|
36665
36675
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36666
36676
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36721,7 +36731,7 @@ function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
36721
36731
|
|
|
36722
36732
|
const TTL$e = 30000;
|
|
36723
36733
|
const VERSION$1j = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
36724
|
-
function validate$
|
|
36734
|
+
function validate$A(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
36725
36735
|
const v_error = (() => {
|
|
36726
36736
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36727
36737
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36760,7 +36770,7 @@ function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
36760
36770
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
36761
36771
|
const obj_filters_item = obj_filters[i];
|
|
36762
36772
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
36763
|
-
const referencepath_filters_itemValidationError = validate$
|
|
36773
|
+
const referencepath_filters_itemValidationError = validate$B(obj_filters_item, path_filters_item);
|
|
36764
36774
|
if (referencepath_filters_itemValidationError !== null) {
|
|
36765
36775
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
36766
36776
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36805,7 +36815,7 @@ function equals$f(existing, incoming) {
|
|
|
36805
36815
|
}
|
|
36806
36816
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36807
36817
|
if (process.env.NODE_ENV !== 'production') {
|
|
36808
|
-
const validateError = validate$
|
|
36818
|
+
const validateError = validate$A(input);
|
|
36809
36819
|
if (validateError !== null) {
|
|
36810
36820
|
throw validateError;
|
|
36811
36821
|
}
|
|
@@ -36969,7 +36979,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
36969
36979
|
|
|
36970
36980
|
const TTL$d = 30000;
|
|
36971
36981
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
36972
|
-
function validate$
|
|
36982
|
+
function validate$z(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
36973
36983
|
const v_error = (() => {
|
|
36974
36984
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36975
36985
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36992,7 +37002,7 @@ function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
36992
37002
|
for (let i = 0; i < obj_options.length; i++) {
|
|
36993
37003
|
const obj_options_item = obj_options[i];
|
|
36994
37004
|
const path_options_item = path_options + '[' + i + ']';
|
|
36995
|
-
const referencepath_options_itemValidationError = validate$
|
|
37005
|
+
const referencepath_options_itemValidationError = validate$C(obj_options_item, path_options_item);
|
|
36996
37006
|
if (referencepath_options_itemValidationError !== null) {
|
|
36997
37007
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
36998
37008
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37059,7 +37069,7 @@ function equals$e(existing, incoming) {
|
|
|
37059
37069
|
}
|
|
37060
37070
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
37061
37071
|
if (process.env.NODE_ENV !== 'production') {
|
|
37062
|
-
const validateError = validate$
|
|
37072
|
+
const validateError = validate$z(input);
|
|
37063
37073
|
if (validateError !== null) {
|
|
37064
37074
|
throw validateError;
|
|
37065
37075
|
}
|
|
@@ -37223,6 +37233,71 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
37223
37233
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
37224
37234
|
};
|
|
37225
37235
|
|
|
37236
|
+
function validate$y(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
|
|
37237
|
+
const v_error = (() => {
|
|
37238
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
37239
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
37240
|
+
}
|
|
37241
|
+
const obj_fieldPath = obj.fieldPath;
|
|
37242
|
+
const path_fieldPath = path + '.fieldPath';
|
|
37243
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
37244
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
37245
|
+
}
|
|
37246
|
+
const obj_label = obj.label;
|
|
37247
|
+
const path_label = path + '.label';
|
|
37248
|
+
if (typeof obj_label !== 'string') {
|
|
37249
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
37250
|
+
}
|
|
37251
|
+
const obj_objectApiName = obj.objectApiName;
|
|
37252
|
+
const path_objectApiName = path + '.objectApiName';
|
|
37253
|
+
if (typeof obj_objectApiName !== 'string') {
|
|
37254
|
+
return new TypeError('Expected "string" but received "' + typeof obj_objectApiName + '" (at "' + path_objectApiName + '")');
|
|
37255
|
+
}
|
|
37256
|
+
})();
|
|
37257
|
+
return v_error === undefined ? null : v_error;
|
|
37258
|
+
}
|
|
37259
|
+
|
|
37260
|
+
function validate$x(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
37261
|
+
const v_error = (() => {
|
|
37262
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
37263
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
37264
|
+
}
|
|
37265
|
+
const obj_fields = obj.fields;
|
|
37266
|
+
const path_fields = path + '.fields';
|
|
37267
|
+
if (!ArrayIsArray(obj_fields)) {
|
|
37268
|
+
return new TypeError('Expected "array" but received "' + typeof obj_fields + '" (at "' + path_fields + '")');
|
|
37269
|
+
}
|
|
37270
|
+
for (let i = 0; i < obj_fields.length; i++) {
|
|
37271
|
+
const obj_fields_item = obj_fields[i];
|
|
37272
|
+
const path_fields_item = path_fields + '[' + i + ']';
|
|
37273
|
+
const referencepath_fields_itemValidationError = validate$y(obj_fields_item, path_fields_item);
|
|
37274
|
+
if (referencepath_fields_itemValidationError !== null) {
|
|
37275
|
+
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoFieldRepresentation (at "' + path_fields_item + '")\n';
|
|
37276
|
+
message += referencepath_fields_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
37277
|
+
return new TypeError(message);
|
|
37278
|
+
}
|
|
37279
|
+
}
|
|
37280
|
+
})();
|
|
37281
|
+
return v_error === undefined ? null : v_error;
|
|
37282
|
+
}
|
|
37283
|
+
|
|
37284
|
+
function validate$w(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
37285
|
+
const v_error = (() => {
|
|
37286
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
37287
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
37288
|
+
}
|
|
37289
|
+
const obj_displayInfo = obj.displayInfo;
|
|
37290
|
+
const path_displayInfo = path + '.displayInfo';
|
|
37291
|
+
const referencepath_displayInfoValidationError = validate$x(obj_displayInfo, path_displayInfo);
|
|
37292
|
+
if (referencepath_displayInfoValidationError !== null) {
|
|
37293
|
+
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoRepresentation (at "' + path_displayInfo + '")\n';
|
|
37294
|
+
message += referencepath_displayInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
37295
|
+
return new TypeError(message);
|
|
37296
|
+
}
|
|
37297
|
+
})();
|
|
37298
|
+
return v_error === undefined ? null : v_error;
|
|
37299
|
+
}
|
|
37300
|
+
|
|
37226
37301
|
function validate$v(obj, path = 'DisplayLayoutRepresentation') {
|
|
37227
37302
|
const v_error = (() => {
|
|
37228
37303
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -37295,6 +37370,14 @@ function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
37295
37370
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
37296
37371
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
37297
37372
|
}
|
|
37373
|
+
const obj_advancedLookupInfo = obj.advancedLookupInfo;
|
|
37374
|
+
const path_advancedLookupInfo = path + '.advancedLookupInfo';
|
|
37375
|
+
const referencepath_advancedLookupInfoValidationError = validate$w(obj_advancedLookupInfo, path_advancedLookupInfo);
|
|
37376
|
+
if (referencepath_advancedLookupInfoValidationError !== null) {
|
|
37377
|
+
let message = 'Object doesn\'t match AdvancedLookupInfoRepresentation (at "' + path_advancedLookupInfo + '")\n';
|
|
37378
|
+
message += referencepath_advancedLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
37379
|
+
return new TypeError(message);
|
|
37380
|
+
}
|
|
37298
37381
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
37299
37382
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
37300
37383
|
const referencepath_fullSearchInfoValidationError = validate$t(obj_fullSearchInfo, path_fullSearchInfo);
|
|
@@ -37832,7 +37915,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
37832
37915
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
37833
37916
|
const obj_orderBy_item = obj_orderBy[i];
|
|
37834
37917
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
37835
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
37918
|
+
const referencepath_orderBy_itemValidationError = validate$23(obj_orderBy_item, path_orderBy_item);
|
|
37836
37919
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
37837
37920
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
37838
37921
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -55433,6 +55516,11 @@ const factory$g = (luvio) => function UiApi__graphqlBatch(untrustedConfig, reque
|
|
|
55433
55516
|
if (config === null) {
|
|
55434
55517
|
return null;
|
|
55435
55518
|
}
|
|
55519
|
+
const { getEnvironmentAwareGraphQLBatchAdapter } = configurationForGraphQLAdapters;
|
|
55520
|
+
const adapter = getEnvironmentAwareGraphQLBatchAdapter();
|
|
55521
|
+
if (adapter !== undefined) {
|
|
55522
|
+
return adapter(config, buildCachedSnapshotCachePolicy$5, buildNetworkSnapshotCachePolicy$6, requestContext);
|
|
55523
|
+
}
|
|
55436
55524
|
return luvio.applyCachePolicy(requestContext || {}, { config, luvio }, // BuildSnapshotContext
|
|
55437
55525
|
buildCachedSnapshotCachePolicy$5, buildNetworkSnapshotCachePolicy$6);
|
|
55438
55526
|
};
|
|
@@ -56897,7 +56985,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
56897
56985
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
56898
56986
|
let obj_recordTypeInfo_union0 = null;
|
|
56899
56987
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
56900
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
56988
|
+
const referencepath_recordTypeInfoValidationError = validate$1W(obj_recordTypeInfo, path_recordTypeInfo);
|
|
56901
56989
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
56902
56990
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
56903
56991
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|