@salesforce/lds-adapters-industries-context 1.222.0 → 1.224.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/sfdc/index.js CHANGED
@@ -122,7 +122,7 @@ function createLink(ref) {
122
122
  };
123
123
  }
124
124
 
125
- function validate$C(obj, path = 'ContextAttributeMappingInputRepresentation') {
125
+ function validate$B(obj, path = 'ContextAttributeMappingInputRepresentation') {
126
126
  const v_error = (() => {
127
127
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
128
128
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -171,7 +171,7 @@ function validate$C(obj, path = 'ContextAttributeMappingInputRepresentation') {
171
171
  return v_error === undefined ? null : v_error;
172
172
  }
173
173
 
174
- function validate$B(obj, path = 'MappedAttributeDataTypeInfoRepresentation') {
174
+ function validate$A(obj, path = 'MappedAttributeDataTypeInfoRepresentation') {
175
175
  const v_error = (() => {
176
176
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
177
177
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -203,7 +203,7 @@ function validate$B(obj, path = 'MappedAttributeDataTypeInfoRepresentation') {
203
203
 
204
204
  const TTL$k = 1000;
205
205
  const VERSION$n = "d2590d21bfb4b591939abfe1e50521be";
206
- function validate$A(obj, path = 'ContextAttrHydrationDetailRepresentation') {
206
+ function validate$z(obj, path = 'ContextAttrHydrationDetailRepresentation') {
207
207
  const v_error = (() => {
208
208
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
209
209
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -237,7 +237,7 @@ function validate$A(obj, path = 'ContextAttrHydrationDetailRepresentation') {
237
237
  if (obj.mappedAttributeDataTypeInfo !== undefined) {
238
238
  const obj_mappedAttributeDataTypeInfo = obj.mappedAttributeDataTypeInfo;
239
239
  const path_mappedAttributeDataTypeInfo = path + '.mappedAttributeDataTypeInfo';
240
- const referencepath_mappedAttributeDataTypeInfoValidationError = validate$B(obj_mappedAttributeDataTypeInfo, path_mappedAttributeDataTypeInfo);
240
+ const referencepath_mappedAttributeDataTypeInfoValidationError = validate$A(obj_mappedAttributeDataTypeInfo, path_mappedAttributeDataTypeInfo);
241
241
  if (referencepath_mappedAttributeDataTypeInfoValidationError !== null) {
242
242
  let message = 'Object doesn\'t match MappedAttributeDataTypeInfoRepresentation (at "' + path_mappedAttributeDataTypeInfo + '")\n';
243
243
  message += referencepath_mappedAttributeDataTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -297,7 +297,7 @@ function equals$n(existing, incoming) {
297
297
  }
298
298
  const ingest$k = function ContextAttrHydrationDetailRepresentationIngest(input, path, luvio, store, timestamp) {
299
299
  if (process.env.NODE_ENV !== 'production') {
300
- const validateError = validate$A(input);
300
+ const validateError = validate$z(input);
301
301
  if (validateError !== null) {
302
302
  throw validateError;
303
303
  }
@@ -319,7 +319,7 @@ function getTypeCacheKeys$k(rootKeySet, luvio, input, fullPathFactory) {
319
319
 
320
320
  const TTL$j = 1000;
321
321
  const VERSION$m = "1a8ef2806a43e6f2685e46e157f53073";
322
- function validate$z(obj, path = 'ContextAttributeMappingRepresentation') {
322
+ function validate$y(obj, path = 'ContextAttributeMappingRepresentation') {
323
323
  const v_error = (() => {
324
324
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
325
325
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -512,7 +512,7 @@ function equals$m(existing, incoming) {
512
512
  }
513
513
  const ingest$j = function ContextAttributeMappingRepresentationIngest(input, path, luvio, store, timestamp) {
514
514
  if (process.env.NODE_ENV !== 'production') {
515
- const validateError = validate$z(input);
515
+ const validateError = validate$y(input);
516
516
  if (validateError !== null) {
517
517
  throw validateError;
518
518
  }
@@ -582,7 +582,7 @@ const createResourceParams$M = /*#__PURE__*/ createResourceParams$N(createContex
582
582
  function typeCheckConfig$M(untrustedConfig) {
583
583
  const config = {};
584
584
  const untrustedConfig_contextAttributeMappingInput = untrustedConfig.contextAttributeMappingInput;
585
- const referenceContextAttributeMappingInputRepresentationValidationError = validate$C(untrustedConfig_contextAttributeMappingInput);
585
+ const referenceContextAttributeMappingInputRepresentationValidationError = validate$B(untrustedConfig_contextAttributeMappingInput);
586
586
  if (referenceContextAttributeMappingInputRepresentationValidationError === null) {
587
587
  config.contextAttributeMappingInput = untrustedConfig_contextAttributeMappingInput;
588
588
  }
@@ -630,7 +630,7 @@ const createContextAttributeMappingAdapterFactory = (luvio) => {
630
630
  };
631
631
  };
632
632
 
633
- function validate$y(obj, path = 'ContextAttributeMappingListInputRepresentation') {
633
+ function validate$x(obj, path = 'ContextAttributeMappingListInputRepresentation') {
634
634
  const v_error = (() => {
635
635
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
636
636
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -662,7 +662,7 @@ function validate$y(obj, path = 'ContextAttributeMappingListInputRepresentation'
662
662
 
663
663
  const TTL$i = 1000;
664
664
  const VERSION$l = "3a626851b9ed7f9ad9c0b8ca04d2a3ba";
665
- function validate$x(obj, path = 'ContextAttributeMappingListRepresentation') {
665
+ function validate$w(obj, path = 'ContextAttributeMappingListRepresentation') {
666
666
  const v_error = (() => {
667
667
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
668
668
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -793,7 +793,7 @@ function equals$l(existing, incoming) {
793
793
  }
794
794
  const ingest$i = function ContextAttributeMappingListRepresentationIngest(input, path, luvio, store, timestamp) {
795
795
  if (process.env.NODE_ENV !== 'production') {
796
- const validateError = validate$x(input);
796
+ const validateError = validate$w(input);
797
797
  if (validateError !== null) {
798
798
  throw validateError;
799
799
  }
@@ -867,7 +867,7 @@ function typeCheckConfig$L(untrustedConfig) {
867
867
  const config = {};
868
868
  typeCheckConfig$N(untrustedConfig, config, createContextAttributeMappings_ConfigPropertyMetadata);
869
869
  const untrustedConfig_contextAttributeMappingInput = untrustedConfig.contextAttributeMappingInput;
870
- const referenceContextAttributeMappingListInputRepresentationValidationError = validate$y(untrustedConfig_contextAttributeMappingInput);
870
+ const referenceContextAttributeMappingListInputRepresentationValidationError = validate$x(untrustedConfig_contextAttributeMappingInput);
871
871
  if (referenceContextAttributeMappingListInputRepresentationValidationError === null) {
872
872
  config.contextAttributeMappingInput = untrustedConfig_contextAttributeMappingInput;
873
873
  }
@@ -915,7 +915,7 @@ const createContextAttributeMappingsAdapterFactory = (luvio) => {
915
915
  };
916
916
  };
917
917
 
918
- function validate$w(obj, path = 'ContextAttributesListInputRepresentation') {
918
+ function validate$v(obj, path = 'ContextAttributesListInputRepresentation') {
919
919
  const v_error = (() => {
920
920
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
921
921
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -938,7 +938,7 @@ function validate$w(obj, path = 'ContextAttributesListInputRepresentation') {
938
938
 
939
939
  const TTL$h = 1000;
940
940
  const VERSION$k = "752cf077f1288e1c4d96154971a184d9";
941
- function validate$v(obj, path = 'ContextAttributeTagRepresentation') {
941
+ function validate$u(obj, path = 'ContextAttributeTagRepresentation') {
942
942
  const v_error = (() => {
943
943
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
944
944
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1112,7 +1112,7 @@ function equals$k(existing, incoming) {
1112
1112
  }
1113
1113
  const ingest$h = function ContextAttributeTagRepresentationIngest(input, path, luvio, store, timestamp) {
1114
1114
  if (process.env.NODE_ENV !== 'production') {
1115
- const validateError = validate$v(input);
1115
+ const validateError = validate$u(input);
1116
1116
  if (validateError !== null) {
1117
1117
  throw validateError;
1118
1118
  }
@@ -1134,7 +1134,7 @@ function getTypeCacheKeys$h(rootKeySet, luvio, input, fullPathFactory) {
1134
1134
 
1135
1135
  const TTL$g = 1000;
1136
1136
  const VERSION$j = "f668e8eb15a473a71c2a9c3ea8669c35";
1137
- function validate$u(obj, path = 'ContextAttributeRepresentation') {
1137
+ function validate$t(obj, path = 'ContextAttributeRepresentation') {
1138
1138
  const v_error = (() => {
1139
1139
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1140
1140
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1427,7 +1427,7 @@ function equals$j(existing, incoming) {
1427
1427
  }
1428
1428
  const ingest$g = function ContextAttributeRepresentationIngest(input, path, luvio, store, timestamp) {
1429
1429
  if (process.env.NODE_ENV !== 'production') {
1430
- const validateError = validate$u(input);
1430
+ const validateError = validate$t(input);
1431
1431
  if (validateError !== null) {
1432
1432
  throw validateError;
1433
1433
  }
@@ -1453,7 +1453,7 @@ function getTypeCacheKeys$g(rootKeySet, luvio, input, fullPathFactory) {
1453
1453
 
1454
1454
  const TTL$f = 1000;
1455
1455
  const VERSION$i = "51b165520073651fbdd692e7f94c3b24";
1456
- function validate$t(obj, path = 'ContextAttributeListRepresentation') {
1456
+ function validate$s(obj, path = 'ContextAttributeListRepresentation') {
1457
1457
  const v_error = (() => {
1458
1458
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1459
1459
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1598,7 +1598,7 @@ function equals$i(existing, incoming) {
1598
1598
  }
1599
1599
  const ingest$f = function ContextAttributeListRepresentationIngest(input, path, luvio, store, timestamp) {
1600
1600
  if (process.env.NODE_ENV !== 'production') {
1601
- const validateError = validate$t(input);
1601
+ const validateError = validate$s(input);
1602
1602
  if (validateError !== null) {
1603
1603
  throw validateError;
1604
1604
  }
@@ -1672,7 +1672,7 @@ function typeCheckConfig$K(untrustedConfig) {
1672
1672
  const config = {};
1673
1673
  typeCheckConfig$N(untrustedConfig, config, createContextAttributes_ConfigPropertyMetadata);
1674
1674
  const untrustedConfig_contextAttributeListInput = untrustedConfig.contextAttributeListInput;
1675
- const referenceContextAttributesListInputRepresentationValidationError = validate$w(untrustedConfig_contextAttributeListInput);
1675
+ const referenceContextAttributesListInputRepresentationValidationError = validate$v(untrustedConfig_contextAttributeListInput);
1676
1676
  if (referenceContextAttributesListInputRepresentationValidationError === null) {
1677
1677
  config.contextAttributeListInput = untrustedConfig_contextAttributeListInput;
1678
1678
  }
@@ -1720,7 +1720,7 @@ const createContextAttributesAdapterFactory = (luvio) => {
1720
1720
  };
1721
1721
  };
1722
1722
 
1723
- function validate$s(obj, path = 'ContextMappingInputRepresentation') {
1723
+ function validate$r(obj, path = 'ContextMappingInputRepresentation') {
1724
1724
  const v_error = (() => {
1725
1725
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1726
1726
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1783,7 +1783,7 @@ function validate$s(obj, path = 'ContextMappingInputRepresentation') {
1783
1783
 
1784
1784
  const TTL$e = 1000;
1785
1785
  const VERSION$h = "5870ced7e33b711ef1f855a5a4a1a858";
1786
- function validate$r(obj, path = 'ContextNodeMappingRepresentation') {
1786
+ function validate$q(obj, path = 'ContextNodeMappingRepresentation') {
1787
1787
  const v_error = (() => {
1788
1788
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1789
1789
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1976,7 +1976,7 @@ function equals$h(existing, incoming) {
1976
1976
  }
1977
1977
  const ingest$e = function ContextNodeMappingRepresentationIngest(input, path, luvio, store, timestamp) {
1978
1978
  if (process.env.NODE_ENV !== 'production') {
1979
- const validateError = validate$r(input);
1979
+ const validateError = validate$q(input);
1980
1980
  if (validateError !== null) {
1981
1981
  throw validateError;
1982
1982
  }
@@ -2002,7 +2002,7 @@ function getTypeCacheKeys$e(rootKeySet, luvio, input, fullPathFactory) {
2002
2002
 
2003
2003
  const TTL$d = 1000;
2004
2004
  const VERSION$g = "f10787e7e9d07b8ed4edbe960b8f370c";
2005
- function validate$q(obj, path = 'ContextMappingRepresentation') {
2005
+ function validate$p(obj, path = 'ContextMappingRepresentation') {
2006
2006
  const v_error = (() => {
2007
2007
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2008
2008
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2220,7 +2220,7 @@ function equals$g(existing, incoming) {
2220
2220
  }
2221
2221
  const ingest$d = function ContextMappingRepresentationIngest(input, path, luvio, store, timestamp) {
2222
2222
  if (process.env.NODE_ENV !== 'production') {
2223
- const validateError = validate$q(input);
2223
+ const validateError = validate$p(input);
2224
2224
  if (validateError !== null) {
2225
2225
  throw validateError;
2226
2226
  }
@@ -2290,7 +2290,7 @@ const createResourceParams$J = /*#__PURE__*/ createResourceParams$N(createContex
2290
2290
  function typeCheckConfig$J(untrustedConfig) {
2291
2291
  const config = {};
2292
2292
  const untrustedConfig_contextMappingInput = untrustedConfig.contextMappingInput;
2293
- const referenceContextMappingInputRepresentationValidationError = validate$s(untrustedConfig_contextMappingInput);
2293
+ const referenceContextMappingInputRepresentationValidationError = validate$r(untrustedConfig_contextMappingInput);
2294
2294
  if (referenceContextMappingInputRepresentationValidationError === null) {
2295
2295
  config.contextMappingInput = untrustedConfig_contextMappingInput;
2296
2296
  }
@@ -2338,7 +2338,7 @@ const createContextMappingAdapterFactory = (luvio) => {
2338
2338
  };
2339
2339
  };
2340
2340
 
2341
- function validate$p(obj, path = 'ContextMappingListInputRepresentation') {
2341
+ function validate$o(obj, path = 'ContextMappingListInputRepresentation') {
2342
2342
  const v_error = (() => {
2343
2343
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2344
2344
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2375,7 +2375,7 @@ function validate$p(obj, path = 'ContextMappingListInputRepresentation') {
2375
2375
 
2376
2376
  const TTL$c = 1000;
2377
2377
  const VERSION$f = "d7c8141e7fbfa6da28615ba495c4b07e";
2378
- function validate$o(obj, path = 'ContextMappingListRepresentation') {
2378
+ function validate$n(obj, path = 'ContextMappingListRepresentation') {
2379
2379
  const v_error = (() => {
2380
2380
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2381
2381
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2506,7 +2506,7 @@ function equals$f(existing, incoming) {
2506
2506
  }
2507
2507
  const ingest$c = function ContextMappingListRepresentationIngest(input, path, luvio, store, timestamp) {
2508
2508
  if (process.env.NODE_ENV !== 'production') {
2509
- const validateError = validate$o(input);
2509
+ const validateError = validate$n(input);
2510
2510
  if (validateError !== null) {
2511
2511
  throw validateError;
2512
2512
  }
@@ -2580,7 +2580,7 @@ function typeCheckConfig$I(untrustedConfig) {
2580
2580
  const config = {};
2581
2581
  typeCheckConfig$N(untrustedConfig, config, createContextMappings_ConfigPropertyMetadata);
2582
2582
  const untrustedConfig_contextMappingInput = untrustedConfig.contextMappingInput;
2583
- const referenceContextMappingListInputRepresentationValidationError = validate$p(untrustedConfig_contextMappingInput);
2583
+ const referenceContextMappingListInputRepresentationValidationError = validate$o(untrustedConfig_contextMappingInput);
2584
2584
  if (referenceContextMappingListInputRepresentationValidationError === null) {
2585
2585
  config.contextMappingInput = untrustedConfig_contextMappingInput;
2586
2586
  }
@@ -2628,7 +2628,7 @@ const createContextMappingsAdapterFactory = (luvio) => {
2628
2628
  };
2629
2629
  };
2630
2630
 
2631
- function validate$n(obj, path = 'ContextNodeMappingInputRepresentation') {
2631
+ function validate$m(obj, path = 'ContextNodeMappingInputRepresentation') {
2632
2632
  const v_error = (() => {
2633
2633
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2634
2634
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2710,7 +2710,7 @@ const createResourceParams$H = /*#__PURE__*/ createResourceParams$N(createContex
2710
2710
  function typeCheckConfig$H(untrustedConfig) {
2711
2711
  const config = {};
2712
2712
  const untrustedConfig_contextNodeMappingInput = untrustedConfig.contextNodeMappingInput;
2713
- const referenceContextNodeMappingInputRepresentationValidationError = validate$n(untrustedConfig_contextNodeMappingInput);
2713
+ const referenceContextNodeMappingInputRepresentationValidationError = validate$m(untrustedConfig_contextNodeMappingInput);
2714
2714
  if (referenceContextNodeMappingInputRepresentationValidationError === null) {
2715
2715
  config.contextNodeMappingInput = untrustedConfig_contextNodeMappingInput;
2716
2716
  }
@@ -2758,7 +2758,7 @@ const createContextNodeMappingAdapterFactory = (luvio) => {
2758
2758
  };
2759
2759
  };
2760
2760
 
2761
- function validate$m(obj, path = 'ContextNodeMappingListInputRepresentation') {
2761
+ function validate$l(obj, path = 'ContextNodeMappingListInputRepresentation') {
2762
2762
  const v_error = (() => {
2763
2763
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2764
2764
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2781,7 +2781,7 @@ function validate$m(obj, path = 'ContextNodeMappingListInputRepresentation') {
2781
2781
 
2782
2782
  const TTL$b = 1000;
2783
2783
  const VERSION$e = "7e4a07851d67236e80e1918878d2c28e";
2784
- function validate$l(obj, path = 'ContextNodeMappingListRepresentation') {
2784
+ function validate$k(obj, path = 'ContextNodeMappingListRepresentation') {
2785
2785
  const v_error = (() => {
2786
2786
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2787
2787
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2912,7 +2912,7 @@ function equals$e(existing, incoming) {
2912
2912
  }
2913
2913
  const ingest$b = function ContextNodeMappingListRepresentationIngest(input, path, luvio, store, timestamp) {
2914
2914
  if (process.env.NODE_ENV !== 'production') {
2915
- const validateError = validate$l(input);
2915
+ const validateError = validate$k(input);
2916
2916
  if (validateError !== null) {
2917
2917
  throw validateError;
2918
2918
  }
@@ -2986,7 +2986,7 @@ function typeCheckConfig$G(untrustedConfig) {
2986
2986
  const config = {};
2987
2987
  typeCheckConfig$N(untrustedConfig, config, createContextNodeMappings_ConfigPropertyMetadata);
2988
2988
  const untrustedConfig_contextNodeMappingInput = untrustedConfig.contextNodeMappingInput;
2989
- const referenceContextNodeMappingListInputRepresentationValidationError = validate$m(untrustedConfig_contextNodeMappingInput);
2989
+ const referenceContextNodeMappingListInputRepresentationValidationError = validate$l(untrustedConfig_contextNodeMappingInput);
2990
2990
  if (referenceContextNodeMappingListInputRepresentationValidationError === null) {
2991
2991
  config.contextNodeMappingInput = untrustedConfig_contextNodeMappingInput;
2992
2992
  }
@@ -3034,7 +3034,7 @@ const createContextNodeMappingsAdapterFactory = (luvio) => {
3034
3034
  };
3035
3035
  };
3036
3036
 
3037
- function validate$k(obj, path = 'ContextNodeListInputRepresentation') {
3037
+ function validate$j(obj, path = 'ContextNodeListInputRepresentation') {
3038
3038
  const v_error = (() => {
3039
3039
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3040
3040
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3059,7 +3059,7 @@ function validate$k(obj, path = 'ContextNodeListInputRepresentation') {
3059
3059
 
3060
3060
  const TTL$a = 1000;
3061
3061
  const VERSION$d = "4022adb1f74fc3b3538535fc2e6861ce";
3062
- function validate$j(obj, path = 'ContextNodeRepresentation') {
3062
+ function validate$i(obj, path = 'ContextNodeRepresentation') {
3063
3063
  const v_error = (() => {
3064
3064
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3065
3065
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3073,7 +3073,7 @@ function validate$j(obj, path = 'ContextNodeRepresentation') {
3073
3073
  for (let i = 0; i < obj_attributes.length; i++) {
3074
3074
  const obj_attributes_item = obj_attributes[i];
3075
3075
  const path_attributes_item = path_attributes + '[' + i + ']';
3076
- const referencepath_attributes_itemValidationError = validate$u(obj_attributes_item, path_attributes_item);
3076
+ const referencepath_attributes_itemValidationError = validate$t(obj_attributes_item, path_attributes_item);
3077
3077
  if (referencepath_attributes_itemValidationError !== null) {
3078
3078
  let message = 'Object doesn\'t match ContextAttributeRepresentation (at "' + path_attributes_item + '")\n';
3079
3079
  message += referencepath_attributes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3090,7 +3090,7 @@ function validate$j(obj, path = 'ContextNodeRepresentation') {
3090
3090
  for (let i = 0; i < obj_childNodes.length; i++) {
3091
3091
  const obj_childNodes_item = obj_childNodes[i];
3092
3092
  const path_childNodes_item = path_childNodes + '[' + i + ']';
3093
- const referencepath_childNodes_itemValidationError = validate$j(obj_childNodes_item, path_childNodes_item);
3093
+ const referencepath_childNodes_itemValidationError = validate$i(obj_childNodes_item, path_childNodes_item);
3094
3094
  if (referencepath_childNodes_itemValidationError !== null) {
3095
3095
  let message = 'Object doesn\'t match ContextNodeRepresentation (at "' + path_childNodes_item + '")\n';
3096
3096
  message += referencepath_childNodes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3147,7 +3147,7 @@ function validate$j(obj, path = 'ContextNodeRepresentation') {
3147
3147
  for (let i = 0; i < obj_tags.length; i++) {
3148
3148
  const obj_tags_item = obj_tags[i];
3149
3149
  const path_tags_item = path_tags + '[' + i + ']';
3150
- const referencepath_tags_itemValidationError = validate$v(obj_tags_item, path_tags_item);
3150
+ const referencepath_tags_itemValidationError = validate$u(obj_tags_item, path_tags_item);
3151
3151
  if (referencepath_tags_itemValidationError !== null) {
3152
3152
  let message = 'Object doesn\'t match ContextAttributeTagRepresentation (at "' + path_tags_item + '")\n';
3153
3153
  message += referencepath_tags_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3187,7 +3187,7 @@ function equals$d(existing, incoming) {
3187
3187
  }
3188
3188
  const ingest$a = function ContextNodeRepresentationIngest(input, path, luvio, store, timestamp) {
3189
3189
  if (process.env.NODE_ENV !== 'production') {
3190
- const validateError = validate$j(input);
3190
+ const validateError = validate$i(input);
3191
3191
  if (validateError !== null) {
3192
3192
  throw validateError;
3193
3193
  }
@@ -3209,7 +3209,7 @@ function getTypeCacheKeys$a(rootKeySet, luvio, input, fullPathFactory) {
3209
3209
 
3210
3210
  const TTL$9 = 1000;
3211
3211
  const VERSION$c = "2846b17386c4627d73c9b82f1333605f";
3212
- function validate$i(obj, path = 'ContextNodeListRepresentation') {
3212
+ function validate$h(obj, path = 'ContextNodeListRepresentation') {
3213
3213
  const v_error = (() => {
3214
3214
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3215
3215
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3340,7 +3340,7 @@ function equals$c(existing, incoming) {
3340
3340
  }
3341
3341
  const ingest$9 = function ContextNodeListRepresentationIngest(input, path, luvio, store, timestamp) {
3342
3342
  if (process.env.NODE_ENV !== 'production') {
3343
- const validateError = validate$i(input);
3343
+ const validateError = validate$h(input);
3344
3344
  if (validateError !== null) {
3345
3345
  throw validateError;
3346
3346
  }
@@ -3414,7 +3414,7 @@ function typeCheckConfig$F(untrustedConfig) {
3414
3414
  const config = {};
3415
3415
  typeCheckConfig$N(untrustedConfig, config, createContextNodes_ConfigPropertyMetadata);
3416
3416
  const untrustedConfig_contextNodeInput = untrustedConfig.contextNodeInput;
3417
- const referenceContextNodeListInputRepresentationValidationError = validate$k(untrustedConfig_contextNodeInput);
3417
+ const referenceContextNodeListInputRepresentationValidationError = validate$j(untrustedConfig_contextNodeInput);
3418
3418
  if (referenceContextNodeListInputRepresentationValidationError === null) {
3419
3419
  config.contextNodeInput = untrustedConfig_contextNodeInput;
3420
3420
  }
@@ -3462,7 +3462,7 @@ const createContextNodesAdapterFactory = (luvio) => {
3462
3462
  };
3463
3463
  };
3464
3464
 
3465
- function validate$h(obj, path = 'QueryRecordsInputRepresentation') {
3465
+ function validate$g(obj, path = 'QueryRecordsInputRepresentation') {
3466
3466
  const v_error = (() => {
3467
3467
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3468
3468
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3500,7 +3500,7 @@ function validate$h(obj, path = 'QueryRecordsInputRepresentation') {
3500
3500
  }
3501
3501
 
3502
3502
  const VERSION$b = "b1990eb65d94d9f1ca62b28ded8d996a";
3503
- function validate$g(obj, path = 'QueryContextRecordResultDataRepresentation') {
3503
+ function validate$f(obj, path = 'QueryContextRecordResultDataRepresentation') {
3504
3504
  const v_error = (() => {
3505
3505
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3506
3506
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3586,7 +3586,7 @@ function equals$b(existing, incoming) {
3586
3586
 
3587
3587
  const TTL$8 = 1000;
3588
3588
  const VERSION$a = "4fbfa699686facaa3b3729421fccb3bb";
3589
- function validate$f(obj, path = 'QueryRecordsResultRepresentation') {
3589
+ function validate$e(obj, path = 'QueryRecordsResultRepresentation') {
3590
3590
  const v_error = (() => {
3591
3591
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3592
3592
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3612,7 +3612,7 @@ function validate$f(obj, path = 'QueryRecordsResultRepresentation') {
3612
3612
  for (let i = 0; i < obj_queryResults.length; i++) {
3613
3613
  const obj_queryResults_item = obj_queryResults[i];
3614
3614
  const path_queryResults_item = path_queryResults + '[' + i + ']';
3615
- const referencepath_queryResults_itemValidationError = validate$g(obj_queryResults_item, path_queryResults_item);
3615
+ const referencepath_queryResults_itemValidationError = validate$f(obj_queryResults_item, path_queryResults_item);
3616
3616
  if (referencepath_queryResults_itemValidationError !== null) {
3617
3617
  let message = 'Object doesn\'t match QueryContextRecordResultDataRepresentation (at "' + path_queryResults_item + '")\n';
3618
3618
  message += referencepath_queryResults_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3703,7 +3703,7 @@ function equals$a(existing, incoming) {
3703
3703
  }
3704
3704
  const ingest$8 = function QueryRecordsResultRepresentationIngest(input, path, luvio, store, timestamp) {
3705
3705
  if (process.env.NODE_ENV !== 'production') {
3706
- const validateError = validate$f(input);
3706
+ const validateError = validate$e(input);
3707
3707
  if (validateError !== null) {
3708
3708
  throw validateError;
3709
3709
  }
@@ -3769,7 +3769,7 @@ const createResourceParams$E = /*#__PURE__*/ createResourceParams$N(createContex
3769
3769
  function typeCheckConfig$E(untrustedConfig) {
3770
3770
  const config = {};
3771
3771
  const untrustedConfig_queryRecordsInput = untrustedConfig.queryRecordsInput;
3772
- const referenceQueryRecordsInputRepresentationValidationError = validate$h(untrustedConfig_queryRecordsInput);
3772
+ const referenceQueryRecordsInputRepresentationValidationError = validate$g(untrustedConfig_queryRecordsInput);
3773
3773
  if (referenceQueryRecordsInputRepresentationValidationError === null) {
3774
3774
  config.queryRecordsInput = untrustedConfig_queryRecordsInput;
3775
3775
  }
@@ -3817,7 +3817,7 @@ const createContextQueryRecordsAdapterFactory = (luvio) => {
3817
3817
  };
3818
3818
  };
3819
3819
 
3820
- function validate$e(obj, path = 'ContextDefinitionsInputRepresentation') {
3820
+ function validate$d(obj, path = 'ContextDefinitionsInputRepresentation') {
3821
3821
  const v_error = (() => {
3822
3822
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3823
3823
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3891,7 +3891,7 @@ function validate$e(obj, path = 'ContextDefinitionsInputRepresentation') {
3891
3891
 
3892
3892
  const TTL$7 = 1000;
3893
3893
  const VERSION$9 = "1b0916f3207507a1c448dd28ee06df97";
3894
- function validate$d(obj, path = 'ContextDefinitionInfoRepresentation') {
3894
+ function validate$c(obj, path = 'ContextDefinitionInfoRepresentation') {
3895
3895
  const v_error = (() => {
3896
3896
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3897
3897
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4290,7 +4290,7 @@ function equals$9(existing, incoming) {
4290
4290
  }
4291
4291
  const ingest$7 = function ContextDefinitionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
4292
4292
  if (process.env.NODE_ENV !== 'production') {
4293
- const validateError = validate$d(input);
4293
+ const validateError = validate$c(input);
4294
4294
  if (validateError !== null) {
4295
4295
  throw validateError;
4296
4296
  }
@@ -4356,7 +4356,7 @@ const createResourceParams$D = /*#__PURE__*/ createResourceParams$N(createContex
4356
4356
  function typeCheckConfig$D(untrustedConfig) {
4357
4357
  const config = {};
4358
4358
  const untrustedConfig_contextDefinitionInput = untrustedConfig.contextDefinitionInput;
4359
- const referenceContextDefinitionsInputRepresentationValidationError = validate$e(untrustedConfig_contextDefinitionInput);
4359
+ const referenceContextDefinitionsInputRepresentationValidationError = validate$d(untrustedConfig_contextDefinitionInput);
4360
4360
  if (referenceContextDefinitionsInputRepresentationValidationError === null) {
4361
4361
  config.contextDefinitionInput = untrustedConfig_contextDefinitionInput;
4362
4362
  }
@@ -4404,7 +4404,7 @@ const createContextServiceDefinitionAdapterFactory = (luvio) => {
4404
4404
  };
4405
4405
  };
4406
4406
 
4407
- function validate$c(obj, path = 'ContextTagListInputRepresentation') {
4407
+ function validate$b(obj, path = 'ContextTagListInputRepresentation') {
4408
4408
  const v_error = (() => {
4409
4409
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4410
4410
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4427,7 +4427,7 @@ function validate$c(obj, path = 'ContextTagListInputRepresentation') {
4427
4427
 
4428
4428
  const TTL$6 = 1000;
4429
4429
  const VERSION$8 = "7c2b99efe7855de7c9740011ae3df6c9";
4430
- function validate$b(obj, path = 'ContextTagListRepresentation') {
4430
+ function validate$a(obj, path = 'ContextTagListRepresentation') {
4431
4431
  const v_error = (() => {
4432
4432
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4433
4433
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4558,7 +4558,7 @@ function equals$8(existing, incoming) {
4558
4558
  }
4559
4559
  const ingest$6 = function ContextTagListRepresentationIngest(input, path, luvio, store, timestamp) {
4560
4560
  if (process.env.NODE_ENV !== 'production') {
4561
- const validateError = validate$b(input);
4561
+ const validateError = validate$a(input);
4562
4562
  if (validateError !== null) {
4563
4563
  throw validateError;
4564
4564
  }
@@ -4632,7 +4632,7 @@ function typeCheckConfig$C(untrustedConfig) {
4632
4632
  const config = {};
4633
4633
  typeCheckConfig$N(untrustedConfig, config, createContextTags_ConfigPropertyMetadata);
4634
4634
  const untrustedConfig_contextTagInput = untrustedConfig.contextTagInput;
4635
- const referenceContextTagListInputRepresentationValidationError = validate$c(untrustedConfig_contextTagInput);
4635
+ const referenceContextTagListInputRepresentationValidationError = validate$b(untrustedConfig_contextTagInput);
4636
4636
  if (referenceContextTagListInputRepresentationValidationError === null) {
4637
4637
  config.contextTagInput = untrustedConfig_contextTagInput;
4638
4638
  }
@@ -5104,7 +5104,7 @@ const deleteContextServiceAttributeMappingAdapterFactory = (luvio) => {
5104
5104
 
5105
5105
  const TTL$5 = 1000;
5106
5106
  const VERSION$7 = "6425fc4d86a786410d0253c23dffe29d";
5107
- function validate$a(obj, path = 'ContextDefinitionVersionRepresentation') {
5107
+ function validate$9(obj, path = 'ContextDefinitionVersionRepresentation') {
5108
5108
  const v_error = (() => {
5109
5109
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5110
5110
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5130,7 +5130,7 @@ function validate$a(obj, path = 'ContextDefinitionVersionRepresentation') {
5130
5130
  for (let i = 0; i < obj_contextMappings.length; i++) {
5131
5131
  const obj_contextMappings_item = obj_contextMappings[i];
5132
5132
  const path_contextMappings_item = path_contextMappings + '[' + i + ']';
5133
- const referencepath_contextMappings_itemValidationError = validate$q(obj_contextMappings_item, path_contextMappings_item);
5133
+ const referencepath_contextMappings_itemValidationError = validate$p(obj_contextMappings_item, path_contextMappings_item);
5134
5134
  if (referencepath_contextMappings_itemValidationError !== null) {
5135
5135
  let message = 'Object doesn\'t match ContextMappingRepresentation (at "' + path_contextMappings_item + '")\n';
5136
5136
  message += referencepath_contextMappings_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5147,7 +5147,7 @@ function validate$a(obj, path = 'ContextDefinitionVersionRepresentation') {
5147
5147
  for (let i = 0; i < obj_contextNodes.length; i++) {
5148
5148
  const obj_contextNodes_item = obj_contextNodes[i];
5149
5149
  const path_contextNodes_item = path_contextNodes + '[' + i + ']';
5150
- const referencepath_contextNodes_itemValidationError = validate$j(obj_contextNodes_item, path_contextNodes_item);
5150
+ const referencepath_contextNodes_itemValidationError = validate$i(obj_contextNodes_item, path_contextNodes_item);
5151
5151
  if (referencepath_contextNodes_itemValidationError !== null) {
5152
5152
  let message = 'Object doesn\'t match ContextNodeRepresentation (at "' + path_contextNodes_item + '")\n';
5153
5153
  message += referencepath_contextNodes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5229,7 +5229,7 @@ function equals$7(existing, incoming) {
5229
5229
  }
5230
5230
  const ingest$5 = function ContextDefinitionVersionRepresentationIngest(input, path, luvio, store, timestamp) {
5231
5231
  if (process.env.NODE_ENV !== 'production') {
5232
- const validateError = validate$a(input);
5232
+ const validateError = validate$9(input);
5233
5233
  if (validateError !== null) {
5234
5234
  throw validateError;
5235
5235
  }
@@ -5251,7 +5251,7 @@ function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
5251
5251
 
5252
5252
  const TTL$4 = 1000;
5253
5253
  const VERSION$6 = "f6b572bee28c7e1a5130de722145c310";
5254
- function validate$9(obj, path = 'ContextDefinitionRepresentation') {
5254
+ function validate$8(obj, path = 'ContextDefinitionRepresentation') {
5255
5255
  const v_error = (() => {
5256
5256
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5257
5257
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5544,7 +5544,7 @@ function equals$6(existing, incoming) {
5544
5544
  }
5545
5545
  const ingest$4 = function ContextDefinitionRepresentationIngest(input, path, luvio, store, timestamp) {
5546
5546
  if (process.env.NODE_ENV !== 'production') {
5547
- const validateError = validate$9(input);
5547
+ const validateError = validate$8(input);
5548
5548
  if (validateError !== null) {
5549
5549
  throw validateError;
5550
5550
  }
@@ -5994,7 +5994,7 @@ const deleteContextServiceTagAdapterFactory = (luvio) => {
5994
5994
 
5995
5995
  const TTL$3 = 1000;
5996
5996
  const VERSION$5 = "f4529c1d2c50b9cc056022fbea50b225";
5997
- function validate$8(obj, path = 'ContextInfoRepresentation') {
5997
+ function validate$7(obj, path = 'ContextInfoRepresentation') {
5998
5998
  const v_error = (() => {
5999
5999
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
6000
6000
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -6071,7 +6071,7 @@ function equals$5(existing, incoming) {
6071
6071
  }
6072
6072
  const ingest$3 = function ContextInfoRepresentationIngest(input, path, luvio, store, timestamp) {
6073
6073
  if (process.env.NODE_ENV !== 'production') {
6074
- const validateError = validate$8(input);
6074
+ const validateError = validate$7(input);
6075
6075
  if (validateError !== null) {
6076
6076
  throw validateError;
6077
6077
  }
@@ -6455,7 +6455,7 @@ const notifyChangeFactory$d = (luvio, options) => {
6455
6455
 
6456
6456
  const TTL$2 = 1000;
6457
6457
  const VERSION$4 = "9fd2c86ba3bfc49bd6b1b41332fbad4e";
6458
- function validate$7(obj, path = 'ContextDefinitionListRepresentation') {
6458
+ function validate$6(obj, path = 'ContextDefinitionListRepresentation') {
6459
6459
  const v_error = (() => {
6460
6460
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
6461
6461
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -6564,7 +6564,7 @@ function equals$4(existing, incoming) {
6564
6564
  }
6565
6565
  const ingest$2 = function ContextDefinitionListRepresentationIngest(input, path, luvio, store, timestamp) {
6566
6566
  if (process.env.NODE_ENV !== 'production') {
6567
- const validateError = validate$7(input);
6567
+ const validateError = validate$6(input);
6568
6568
  if (validateError !== null) {
6569
6569
  throw validateError;
6570
6570
  }
@@ -7271,7 +7271,7 @@ const notifyChangeFactory$a = (luvio, options) => {
7271
7271
 
7272
7272
  const TTL$1 = 100;
7273
7273
  const VERSION$3 = "fad837a75b7f3c134d4024917b0b787a";
7274
- function validate$6(obj, path = 'ContextServiceAccessRepresentation') {
7274
+ function validate$5(obj, path = 'ContextServiceAccessRepresentation') {
7275
7275
  const v_error = (() => {
7276
7276
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
7277
7277
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -7345,7 +7345,7 @@ function equals$3(existing, incoming) {
7345
7345
  }
7346
7346
  const ingest$1 = function ContextServiceAccessRepresentationIngest(input, path, luvio, store, timestamp) {
7347
7347
  if (process.env.NODE_ENV !== 'production') {
7348
- const validateError = validate$6(input);
7348
+ const validateError = validate$5(input);
7349
7349
  if (validateError !== null) {
7350
7350
  throw validateError;
7351
7351
  }
@@ -9182,7 +9182,7 @@ const notifyChangeFactory = (luvio, options) => {
9182
9182
  };
9183
9183
  };
9184
9184
 
9185
- function validate$5(obj, path = 'ContextServiceAccessInputRepresentation') {
9185
+ function validate$4(obj, path = 'ContextServiceAccessInputRepresentation') {
9186
9186
  const v_error = (() => {
9187
9187
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
9188
9188
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9245,7 +9245,7 @@ function typeCheckConfig$b(untrustedConfig) {
9245
9245
  const config = {};
9246
9246
  typeCheckConfig$N(untrustedConfig, config, putContextServiceAccess_ConfigPropertyMetadata);
9247
9247
  const untrustedConfig_contextServiceAccessInput = untrustedConfig.contextServiceAccessInput;
9248
- const referenceContextServiceAccessInputRepresentationValidationError = validate$5(untrustedConfig_contextServiceAccessInput);
9248
+ const referenceContextServiceAccessInputRepresentationValidationError = validate$4(untrustedConfig_contextServiceAccessInput);
9249
9249
  if (referenceContextServiceAccessInputRepresentationValidationError === null) {
9250
9250
  config.contextServiceAccessInput = untrustedConfig_contextServiceAccessInput;
9251
9251
  }
@@ -9293,7 +9293,7 @@ const putContextServiceAccessAdapterFactory = (luvio) => {
9293
9293
  };
9294
9294
  };
9295
9295
 
9296
- function validate$4(obj, path = 'QueryContextRecordInputRepresentation') {
9296
+ function validate$3(obj, path = 'QueryContextRecordInputRepresentation') {
9297
9297
  const v_error = (() => {
9298
9298
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
9299
9299
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9343,7 +9343,7 @@ function validate$4(obj, path = 'QueryContextRecordInputRepresentation') {
9343
9343
  }
9344
9344
 
9345
9345
  const VERSION$2 = "6fc1ed5f9fdcaa261c69ec3614505566";
9346
- function validate$3(obj, path = 'ContextDataRecordRepresentation') {
9346
+ function validate$2(obj, path = 'ContextDataRecordRepresentation') {
9347
9347
  const v_error = (() => {
9348
9348
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
9349
9349
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9680,7 +9680,7 @@ function equals$2(existing, incoming) {
9680
9680
  }
9681
9681
 
9682
9682
  const VERSION$1 = "49d8c0b4cc8734f68ac1bc90a4614c4a";
9683
- function validate$2(obj, path = 'ContextQueryRecordRepresentation') {
9683
+ function validate$1(obj, path = 'ContextQueryRecordRepresentation') {
9684
9684
  const v_error = (() => {
9685
9685
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
9686
9686
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9702,7 +9702,7 @@ function validate$2(obj, path = 'ContextQueryRecordRepresentation') {
9702
9702
  if (obj.record !== undefined) {
9703
9703
  const obj_record = obj.record;
9704
9704
  const path_record = path + '.record';
9705
- const referencepath_recordValidationError = validate$3(obj_record, path_record);
9705
+ const referencepath_recordValidationError = validate$2(obj_record, path_record);
9706
9706
  if (referencepath_recordValidationError !== null) {
9707
9707
  let message = 'Object doesn\'t match ContextDataRecordRepresentation (at "' + path_record + '")\n';
9708
9708
  message += referencepath_recordValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -9770,7 +9770,7 @@ function equals$1(existing, incoming) {
9770
9770
 
9771
9771
  const TTL = 1000;
9772
9772
  const VERSION = "d6e0481a792086c09a70a174a9232ada";
9773
- function validate$1(obj, path = 'QueryContextRecordResultRepresentation') {
9773
+ function validate(obj, path = 'QueryContextRecordResultRepresentation') {
9774
9774
  const v_error = (() => {
9775
9775
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
9776
9776
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9803,7 +9803,7 @@ function validate$1(obj, path = 'QueryContextRecordResultRepresentation') {
9803
9803
  for (let i = 0; i < obj_queryRecords.length; i++) {
9804
9804
  const obj_queryRecords_item = obj_queryRecords[i];
9805
9805
  const path_queryRecords_item = path_queryRecords + '[' + i + ']';
9806
- const referencepath_queryRecords_itemValidationError = validate$2(obj_queryRecords_item, path_queryRecords_item);
9806
+ const referencepath_queryRecords_itemValidationError = validate$1(obj_queryRecords_item, path_queryRecords_item);
9807
9807
  if (referencepath_queryRecords_itemValidationError !== null) {
9808
9808
  let message = 'Object doesn\'t match ContextQueryRecordRepresentation (at "' + path_queryRecords_item + '")\n';
9809
9809
  message += referencepath_queryRecords_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -9912,7 +9912,7 @@ function equals(existing, incoming) {
9912
9912
  }
9913
9913
  const ingest = function QueryContextRecordResultRepresentationIngest(input, path, luvio, store, timestamp) {
9914
9914
  if (process.env.NODE_ENV !== 'production') {
9915
- const validateError = validate$1(input);
9915
+ const validateError = validate(input);
9916
9916
  if (validateError !== null) {
9917
9917
  throw validateError;
9918
9918
  }
@@ -9980,7 +9980,7 @@ function typeCheckConfig$a(untrustedConfig) {
9980
9980
  const config = {};
9981
9981
  typeCheckConfig$N(untrustedConfig, config, queryContextRecordAndChildren_ConfigPropertyMetadata);
9982
9982
  const untrustedConfig_queryContextRecordInput = untrustedConfig.queryContextRecordInput;
9983
- const referenceQueryContextRecordInputRepresentationValidationError = validate$4(untrustedConfig_queryContextRecordInput);
9983
+ const referenceQueryContextRecordInputRepresentationValidationError = validate$3(untrustedConfig_queryContextRecordInput);
9984
9984
  if (referenceQueryContextRecordInputRepresentationValidationError === null) {
9985
9985
  config.queryContextRecordInput = untrustedConfig_queryContextRecordInput;
9986
9986
  }
@@ -10076,7 +10076,7 @@ function typeCheckConfig$9(untrustedConfig) {
10076
10076
  const config = {};
10077
10077
  typeCheckConfig$N(untrustedConfig, config, updateContextAttributeMapping_ConfigPropertyMetadata);
10078
10078
  const untrustedConfig_contextAttributeMappingInput = untrustedConfig.contextAttributeMappingInput;
10079
- const referenceContextAttributeMappingInputRepresentationValidationError = validate$C(untrustedConfig_contextAttributeMappingInput);
10079
+ const referenceContextAttributeMappingInputRepresentationValidationError = validate$B(untrustedConfig_contextAttributeMappingInput);
10080
10080
  if (referenceContextAttributeMappingInputRepresentationValidationError === null) {
10081
10081
  config.contextAttributeMappingInput = untrustedConfig_contextAttributeMappingInput;
10082
10082
  }
@@ -10172,7 +10172,7 @@ function typeCheckConfig$8(untrustedConfig) {
10172
10172
  const config = {};
10173
10173
  typeCheckConfig$N(untrustedConfig, config, updateContextAttributeMappings_ConfigPropertyMetadata);
10174
10174
  const untrustedConfig_contextAttributeMappingInput = untrustedConfig.contextAttributeMappingInput;
10175
- const referenceContextAttributeMappingListInputRepresentationValidationError = validate$y(untrustedConfig_contextAttributeMappingInput);
10175
+ const referenceContextAttributeMappingListInputRepresentationValidationError = validate$x(untrustedConfig_contextAttributeMappingInput);
10176
10176
  if (referenceContextAttributeMappingListInputRepresentationValidationError === null) {
10177
10177
  config.contextAttributeMappingInput = untrustedConfig_contextAttributeMappingInput;
10178
10178
  }
@@ -10268,7 +10268,7 @@ function typeCheckConfig$7(untrustedConfig) {
10268
10268
  const config = {};
10269
10269
  typeCheckConfig$N(untrustedConfig, config, updateContextAttributes_ConfigPropertyMetadata);
10270
10270
  const untrustedConfig_contextAttributeListInput = untrustedConfig.contextAttributeListInput;
10271
- const referenceContextAttributesListInputRepresentationValidationError = validate$w(untrustedConfig_contextAttributeListInput);
10271
+ const referenceContextAttributesListInputRepresentationValidationError = validate$v(untrustedConfig_contextAttributeListInput);
10272
10272
  if (referenceContextAttributesListInputRepresentationValidationError === null) {
10273
10273
  config.contextAttributeListInput = untrustedConfig_contextAttributeListInput;
10274
10274
  }
@@ -10364,7 +10364,7 @@ function typeCheckConfig$6(untrustedConfig) {
10364
10364
  const config = {};
10365
10365
  typeCheckConfig$N(untrustedConfig, config, updateContextMapping_ConfigPropertyMetadata);
10366
10366
  const untrustedConfig_contextMappingInput = untrustedConfig.contextMappingInput;
10367
- const referenceContextMappingInputRepresentationValidationError = validate$s(untrustedConfig_contextMappingInput);
10367
+ const referenceContextMappingInputRepresentationValidationError = validate$r(untrustedConfig_contextMappingInput);
10368
10368
  if (referenceContextMappingInputRepresentationValidationError === null) {
10369
10369
  config.contextMappingInput = untrustedConfig_contextMappingInput;
10370
10370
  }
@@ -10460,7 +10460,7 @@ function typeCheckConfig$5(untrustedConfig) {
10460
10460
  const config = {};
10461
10461
  typeCheckConfig$N(untrustedConfig, config, updateContextMappings_ConfigPropertyMetadata);
10462
10462
  const untrustedConfig_contextMappingInput = untrustedConfig.contextMappingInput;
10463
- const referenceContextMappingListInputRepresentationValidationError = validate$p(untrustedConfig_contextMappingInput);
10463
+ const referenceContextMappingListInputRepresentationValidationError = validate$o(untrustedConfig_contextMappingInput);
10464
10464
  if (referenceContextMappingListInputRepresentationValidationError === null) {
10465
10465
  config.contextMappingInput = untrustedConfig_contextMappingInput;
10466
10466
  }
@@ -10556,7 +10556,7 @@ function typeCheckConfig$4(untrustedConfig) {
10556
10556
  const config = {};
10557
10557
  typeCheckConfig$N(untrustedConfig, config, updateContextNodeMapping_ConfigPropertyMetadata);
10558
10558
  const untrustedConfig_contextNodeMappingInput = untrustedConfig.contextNodeMappingInput;
10559
- const referenceContextNodeMappingInputRepresentationValidationError = validate$n(untrustedConfig_contextNodeMappingInput);
10559
+ const referenceContextNodeMappingInputRepresentationValidationError = validate$m(untrustedConfig_contextNodeMappingInput);
10560
10560
  if (referenceContextNodeMappingInputRepresentationValidationError === null) {
10561
10561
  config.contextNodeMappingInput = untrustedConfig_contextNodeMappingInput;
10562
10562
  }
@@ -10652,7 +10652,7 @@ function typeCheckConfig$3(untrustedConfig) {
10652
10652
  const config = {};
10653
10653
  typeCheckConfig$N(untrustedConfig, config, updateContextNodeMappings_ConfigPropertyMetadata);
10654
10654
  const untrustedConfig_contextNodeMappingInput = untrustedConfig.contextNodeMappingInput;
10655
- const referenceContextNodeMappingListInputRepresentationValidationError = validate$m(untrustedConfig_contextNodeMappingInput);
10655
+ const referenceContextNodeMappingListInputRepresentationValidationError = validate$l(untrustedConfig_contextNodeMappingInput);
10656
10656
  if (referenceContextNodeMappingListInputRepresentationValidationError === null) {
10657
10657
  config.contextNodeMappingInput = untrustedConfig_contextNodeMappingInput;
10658
10658
  }
@@ -10748,7 +10748,7 @@ function typeCheckConfig$2(untrustedConfig) {
10748
10748
  const config = {};
10749
10749
  typeCheckConfig$N(untrustedConfig, config, updateContextNodes_ConfigPropertyMetadata);
10750
10750
  const untrustedConfig_contextNodeInput = untrustedConfig.contextNodeInput;
10751
- const referenceContextNodeListInputRepresentationValidationError = validate$k(untrustedConfig_contextNodeInput);
10751
+ const referenceContextNodeListInputRepresentationValidationError = validate$j(untrustedConfig_contextNodeInput);
10752
10752
  if (referenceContextNodeListInputRepresentationValidationError === null) {
10753
10753
  config.contextNodeInput = untrustedConfig_contextNodeInput;
10754
10754
  }
@@ -10796,64 +10796,6 @@ const updateContextNodesAdapterFactory = (luvio) => {
10796
10796
  };
10797
10797
  };
10798
10798
 
10799
- function validate(obj, path = 'ContextDefinitionInputRepresentation') {
10800
- const v_error = (() => {
10801
- if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10802
- return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
10803
- }
10804
- if (obj.contextTtl !== undefined) {
10805
- const obj_contextTtl = obj.contextTtl;
10806
- const path_contextTtl = path + '.contextTtl';
10807
- if (typeof obj_contextTtl !== 'number' || (typeof obj_contextTtl === 'number' && Math.floor(obj_contextTtl) !== obj_contextTtl)) {
10808
- return new TypeError('Expected "integer" but received "' + typeof obj_contextTtl + '" (at "' + path_contextTtl + '")');
10809
- }
10810
- }
10811
- if (obj.definition !== undefined) {
10812
- const obj_definition = obj.definition;
10813
- const path_definition = path + '.definition';
10814
- if (typeof obj_definition !== 'string') {
10815
- return new TypeError('Expected "string" but received "' + typeof obj_definition + '" (at "' + path_definition + '")');
10816
- }
10817
- }
10818
- if (obj.description !== undefined) {
10819
- const obj_description = obj.description;
10820
- const path_description = path + '.description';
10821
- if (typeof obj_description !== 'string') {
10822
- return new TypeError('Expected "string" but received "' + typeof obj_description + '" (at "' + path_description + '")');
10823
- }
10824
- }
10825
- if (obj.developerName !== undefined) {
10826
- const obj_developerName = obj.developerName;
10827
- const path_developerName = path + '.developerName';
10828
- if (typeof obj_developerName !== 'string') {
10829
- return new TypeError('Expected "string" but received "' + typeof obj_developerName + '" (at "' + path_developerName + '")');
10830
- }
10831
- }
10832
- if (obj.endDate !== undefined) {
10833
- const obj_endDate = obj.endDate;
10834
- const path_endDate = path + '.endDate';
10835
- if (typeof obj_endDate !== 'string') {
10836
- return new TypeError('Expected "string" but received "' + typeof obj_endDate + '" (at "' + path_endDate + '")');
10837
- }
10838
- }
10839
- if (obj.isActive !== undefined) {
10840
- const obj_isActive = obj.isActive;
10841
- const path_isActive = path + '.isActive';
10842
- if (typeof obj_isActive !== 'boolean') {
10843
- return new TypeError('Expected "boolean" but received "' + typeof obj_isActive + '" (at "' + path_isActive + '")');
10844
- }
10845
- }
10846
- if (obj.startDate !== undefined) {
10847
- const obj_startDate = obj.startDate;
10848
- const path_startDate = path + '.startDate';
10849
- if (typeof obj_startDate !== 'string') {
10850
- return new TypeError('Expected "string" but received "' + typeof obj_startDate + '" (at "' + path_startDate + '")');
10851
- }
10852
- }
10853
- })();
10854
- return v_error === undefined ? null : v_error;
10855
- }
10856
-
10857
10799
  function select$1(luvio, params) {
10858
10800
  return select$D();
10859
10801
  }
@@ -10902,8 +10844,8 @@ function typeCheckConfig$1(untrustedConfig) {
10902
10844
  const config = {};
10903
10845
  typeCheckConfig$N(untrustedConfig, config, updateContextServiceDefinition_ConfigPropertyMetadata);
10904
10846
  const untrustedConfig_contextDefinitionInput = untrustedConfig.contextDefinitionInput;
10905
- const referenceContextDefinitionInputRepresentationValidationError = validate(untrustedConfig_contextDefinitionInput);
10906
- if (referenceContextDefinitionInputRepresentationValidationError === null) {
10847
+ const referenceContextDefinitionsInputRepresentationValidationError = validate$d(untrustedConfig_contextDefinitionInput);
10848
+ if (referenceContextDefinitionsInputRepresentationValidationError === null) {
10907
10849
  config.contextDefinitionInput = untrustedConfig_contextDefinitionInput;
10908
10850
  }
10909
10851
  return config;
@@ -10998,7 +10940,7 @@ function typeCheckConfig(untrustedConfig) {
10998
10940
  const config = {};
10999
10941
  typeCheckConfig$N(untrustedConfig, config, updateContextTags_ConfigPropertyMetadata);
11000
10942
  const untrustedConfig_contextTagInput = untrustedConfig.contextTagInput;
11001
- const referenceContextTagListInputRepresentationValidationError = validate$c(untrustedConfig_contextTagInput);
10943
+ const referenceContextTagListInputRepresentationValidationError = validate$b(untrustedConfig_contextTagInput);
11002
10944
  if (referenceContextTagListInputRepresentationValidationError === null) {
11003
10945
  config.contextTagInput = untrustedConfig_contextTagInput;
11004
10946
  }
@@ -11335,4 +11277,4 @@ withDefaultLuvio((luvio) => {
11335
11277
  });
11336
11278
 
11337
11279
  export { createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextDefinitions, getContextDefinitions_imperative, getContextInfo, getContextInfoNotifyChange, getContextInfo_imperative, getContextMapping, getContextMappingNotifyChange, getContextMapping_imperative, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeMapping_imperative, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeMapping_imperative, getContextServiceAttributeNotifyChange, getContextServiceAttribute_imperative, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionInfo_imperative, getContextServiceDefinitionNotifyChange, getContextServiceDefinition_imperative, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceMapping_imperative, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeMapping_imperative, getContextServiceNodeNotifyChange, getContextServiceNode_imperative, getContextServiceTag, getContextServiceTagNotifyChange, getContextServiceTag_imperative, getContextTags, getContextTagsNotifyChange, getContextTags_imperative, getContext_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags };
11338
- // version: 1.222.0-1cc7ded7f
11280
+ // version: 1.224.0-b4cf8fe20