@salesforce/lds-adapters-analytics-unifiedanalytics 1.428.0-dev4 → 1.428.0-dev6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,7 @@ function createLink(ref) {
95
95
 
96
96
  const TTL$u = 1000;
97
97
  const VERSION$H = "3c943f1d2e5251ceef13b3e2fdb5f916";
98
- function validate$1u(obj, path = 'TableauExternalMonitoringEventItemRepresentation') {
98
+ function validate$1v(obj, path = 'TableauExternalMonitoringEventItemRepresentation') {
99
99
  const v_error = (() => {
100
100
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
101
101
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -147,7 +147,7 @@ function equals$H(existing, incoming) {
147
147
  }
148
148
  const ingest$H = function TableauExternalMonitoringEventItemRepresentationIngest(input, path, luvio, store, timestamp) {
149
149
  if (process.env.NODE_ENV !== 'production') {
150
- const validateError = validate$1u(input);
150
+ const validateError = validate$1v(input);
151
151
  if (validateError !== null) {
152
152
  throw validateError;
153
153
  }
@@ -265,7 +265,7 @@ const publishAdapterFactory = (luvio) => {
265
265
  };
266
266
  };
267
267
 
268
- function validate$1t(obj, path = 'DashboardAnnotationAnchorRepresentation') {
268
+ function validate$1u(obj, path = 'DashboardAnnotationAnchorRepresentation') {
269
269
  const v_error = (() => {
270
270
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
271
271
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -279,7 +279,7 @@ function validate$1t(obj, path = 'DashboardAnnotationAnchorRepresentation') {
279
279
  return v_error === undefined ? null : v_error;
280
280
  }
281
281
 
282
- function validate$1s(obj, path = 'AnnotationAssetRepresentation') {
282
+ function validate$1t(obj, path = 'AnnotationAssetRepresentation') {
283
283
  const v_error = (() => {
284
284
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
285
285
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -298,7 +298,7 @@ function validate$1s(obj, path = 'AnnotationAssetRepresentation') {
298
298
  return v_error === undefined ? null : v_error;
299
299
  }
300
300
 
301
- function validate$1r(obj, path = 'FileTypeOutputRepresentation') {
301
+ function validate$1s(obj, path = 'FileTypeOutputRepresentation') {
302
302
  const v_error = (() => {
303
303
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
304
304
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -317,7 +317,7 @@ function validate$1r(obj, path = 'FileTypeOutputRepresentation') {
317
317
  return v_error === undefined ? null : v_error;
318
318
  }
319
319
 
320
- function validate$1q(obj, path = 'ContentVersionOutputRepresentation') {
320
+ function validate$1r(obj, path = 'ContentVersionOutputRepresentation') {
321
321
  const v_error = (() => {
322
322
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
323
323
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -331,7 +331,7 @@ function validate$1q(obj, path = 'ContentVersionOutputRepresentation') {
331
331
  const path_filetype = path + '.filetype';
332
332
  let obj_filetype_union0 = null;
333
333
  const obj_filetype_union0_error = (() => {
334
- const referencepath_filetypeValidationError = validate$1r(obj_filetype, path_filetype);
334
+ const referencepath_filetypeValidationError = validate$1s(obj_filetype, path_filetype);
335
335
  if (referencepath_filetypeValidationError !== null) {
336
336
  let message = 'Object doesn\'t match FileTypeOutputRepresentation (at "' + path_filetype + '")\n';
337
337
  message += referencepath_filetypeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -401,14 +401,14 @@ function validate$1q(obj, path = 'ContentVersionOutputRepresentation') {
401
401
  return v_error === undefined ? null : v_error;
402
402
  }
403
403
 
404
- function validate$1p(obj, path = 'ContentDocumentOutputRepresentation') {
404
+ function validate$1q(obj, path = 'ContentDocumentOutputRepresentation') {
405
405
  const v_error = (() => {
406
406
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
407
407
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
408
408
  }
409
409
  const obj_filetype = obj.filetype;
410
410
  const path_filetype = path + '.filetype';
411
- const referencepath_filetypeValidationError = validate$1r(obj_filetype, path_filetype);
411
+ const referencepath_filetypeValidationError = validate$1s(obj_filetype, path_filetype);
412
412
  if (referencepath_filetypeValidationError !== null) {
413
413
  let message = 'Object doesn\'t match FileTypeOutputRepresentation (at "' + path_filetype + '")\n';
414
414
  message += referencepath_filetypeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -421,7 +421,7 @@ function validate$1p(obj, path = 'ContentDocumentOutputRepresentation') {
421
421
  }
422
422
  const obj_latestPublishedVersion = obj.latestPublishedVersion;
423
423
  const path_latestPublishedVersion = path + '.latestPublishedVersion';
424
- const referencepath_latestPublishedVersionValidationError = validate$1q(obj_latestPublishedVersion, path_latestPublishedVersion);
424
+ const referencepath_latestPublishedVersionValidationError = validate$1r(obj_latestPublishedVersion, path_latestPublishedVersion);
425
425
  if (referencepath_latestPublishedVersionValidationError !== null) {
426
426
  let message = 'Object doesn\'t match ContentVersionOutputRepresentation (at "' + path_latestPublishedVersion + '")\n';
427
427
  message += referencepath_latestPublishedVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -441,7 +441,7 @@ function validate$1p(obj, path = 'ContentDocumentOutputRepresentation') {
441
441
  return v_error === undefined ? null : v_error;
442
442
  }
443
443
 
444
- function validate$1o(obj, path = 'SlackFileOutputRepresentation') {
444
+ function validate$1p(obj, path = 'SlackFileOutputRepresentation') {
445
445
  const v_error = (() => {
446
446
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
447
447
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -450,7 +450,7 @@ function validate$1o(obj, path = 'SlackFileOutputRepresentation') {
450
450
  const path_contentDocument = path + '.contentDocument';
451
451
  let obj_contentDocument_union0 = null;
452
452
  const obj_contentDocument_union0_error = (() => {
453
- const referencepath_contentDocumentValidationError = validate$1p(obj_contentDocument, path_contentDocument);
453
+ const referencepath_contentDocumentValidationError = validate$1q(obj_contentDocument, path_contentDocument);
454
454
  if (referencepath_contentDocumentValidationError !== null) {
455
455
  let message = 'Object doesn\'t match ContentDocumentOutputRepresentation (at "' + path_contentDocument + '")\n';
456
456
  message += referencepath_contentDocumentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -550,7 +550,7 @@ function validate$1o(obj, path = 'SlackFileOutputRepresentation') {
550
550
  return v_error === undefined ? null : v_error;
551
551
  }
552
552
 
553
- function validate$1n(obj, path = 'SlackEmojiOutputRepresentation') {
553
+ function validate$1o(obj, path = 'SlackEmojiOutputRepresentation') {
554
554
  const v_error = (() => {
555
555
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
556
556
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -674,7 +674,7 @@ function validate$1n(obj, path = 'SlackEmojiOutputRepresentation') {
674
674
  return v_error === undefined ? null : v_error;
675
675
  }
676
676
 
677
- function validate$1m(obj, path = 'SlackUserInfoOutputRepresentation') {
677
+ function validate$1n(obj, path = 'SlackUserInfoOutputRepresentation') {
678
678
  const v_error = (() => {
679
679
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
680
680
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1001,7 +1001,7 @@ function validate$1m(obj, path = 'SlackUserInfoOutputRepresentation') {
1001
1001
  const path_statusEmoji = path + '.statusEmoji';
1002
1002
  let obj_statusEmoji_union0 = null;
1003
1003
  const obj_statusEmoji_union0_error = (() => {
1004
- const referencepath_statusEmojiValidationError = validate$1n(obj_statusEmoji, path_statusEmoji);
1004
+ const referencepath_statusEmojiValidationError = validate$1o(obj_statusEmoji, path_statusEmoji);
1005
1005
  if (referencepath_statusEmojiValidationError !== null) {
1006
1006
  let message = 'Object doesn\'t match SlackEmojiOutputRepresentation (at "' + path_statusEmoji + '")\n';
1007
1007
  message += referencepath_statusEmojiValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1064,7 +1064,7 @@ function validate$1m(obj, path = 'SlackUserInfoOutputRepresentation') {
1064
1064
  return v_error === undefined ? null : v_error;
1065
1065
  }
1066
1066
 
1067
- function validate$1l(obj, path = 'SlackReactionOutputRepresentation') {
1067
+ function validate$1m(obj, path = 'SlackReactionOutputRepresentation') {
1068
1068
  const v_error = (() => {
1069
1069
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1070
1070
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1144,7 +1144,7 @@ function validate$1l(obj, path = 'SlackReactionOutputRepresentation') {
1144
1144
  for (let i = 0; i < obj_reactedUsers.length; i++) {
1145
1145
  const obj_reactedUsers_item = obj_reactedUsers[i];
1146
1146
  const path_reactedUsers_item = path_reactedUsers + '[' + i + ']';
1147
- const referencepath_reactedUsers_itemValidationError = validate$1m(obj_reactedUsers_item, path_reactedUsers_item);
1147
+ const referencepath_reactedUsers_itemValidationError = validate$1n(obj_reactedUsers_item, path_reactedUsers_item);
1148
1148
  if (referencepath_reactedUsers_itemValidationError !== null) {
1149
1149
  let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_reactedUsers_item + '")\n';
1150
1150
  message += referencepath_reactedUsers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1233,7 +1233,7 @@ function validate$1l(obj, path = 'SlackReactionOutputRepresentation') {
1233
1233
  return v_error === undefined ? null : v_error;
1234
1234
  }
1235
1235
 
1236
- function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1236
+ function validate$1l(obj, path = 'SlackMessageOutputRepresentation') {
1237
1237
  const v_error = (() => {
1238
1238
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1239
1239
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1282,7 +1282,7 @@ function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1282
1282
  for (let i = 0; i < obj_files.length; i++) {
1283
1283
  const obj_files_item = obj_files[i];
1284
1284
  const path_files_item = path_files + '[' + i + ']';
1285
- const referencepath_files_itemValidationError = validate$1o(obj_files_item, path_files_item);
1285
+ const referencepath_files_itemValidationError = validate$1p(obj_files_item, path_files_item);
1286
1286
  if (referencepath_files_itemValidationError !== null) {
1287
1287
  let message = 'Object doesn\'t match SlackFileOutputRepresentation (at "' + path_files_item + '")\n';
1288
1288
  message += referencepath_files_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1443,7 +1443,7 @@ function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1443
1443
  for (let i = 0; i < obj_reactions.length; i++) {
1444
1444
  const obj_reactions_item = obj_reactions[i];
1445
1445
  const path_reactions_item = path_reactions + '[' + i + ']';
1446
- const referencepath_reactions_itemValidationError = validate$1l(obj_reactions_item, path_reactions_item);
1446
+ const referencepath_reactions_itemValidationError = validate$1m(obj_reactions_item, path_reactions_item);
1447
1447
  if (referencepath_reactions_itemValidationError !== null) {
1448
1448
  let message = 'Object doesn\'t match SlackReactionOutputRepresentation (at "' + path_reactions_item + '")\n';
1449
1449
  message += referencepath_reactions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1484,7 +1484,7 @@ function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1484
1484
  for (let i = 0; i < obj_replyUsers.length; i++) {
1485
1485
  const obj_replyUsers_item = obj_replyUsers[i];
1486
1486
  const path_replyUsers_item = path_replyUsers + '[' + i + ']';
1487
- const referencepath_replyUsers_itemValidationError = validate$1m(obj_replyUsers_item, path_replyUsers_item);
1487
+ const referencepath_replyUsers_itemValidationError = validate$1n(obj_replyUsers_item, path_replyUsers_item);
1488
1488
  if (referencepath_replyUsers_itemValidationError !== null) {
1489
1489
  let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_replyUsers_item + '")\n';
1490
1490
  message += referencepath_replyUsers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1617,7 +1617,7 @@ function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1617
1617
  }
1618
1618
  const obj_userInfo = obj.userInfo;
1619
1619
  const path_userInfo = path + '.userInfo';
1620
- const referencepath_userInfoValidationError = validate$1m(obj_userInfo, path_userInfo);
1620
+ const referencepath_userInfoValidationError = validate$1n(obj_userInfo, path_userInfo);
1621
1621
  if (referencepath_userInfoValidationError !== null) {
1622
1622
  let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_userInfo + '")\n';
1623
1623
  message += referencepath_userInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1627,7 +1627,7 @@ function validate$1k(obj, path = 'SlackMessageOutputRepresentation') {
1627
1627
  return v_error === undefined ? null : v_error;
1628
1628
  }
1629
1629
 
1630
- function validate$1j(obj, path = 'AnnotationConversationRepresentation') {
1630
+ function validate$1k(obj, path = 'AnnotationConversationRepresentation') {
1631
1631
  const v_error = (() => {
1632
1632
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1633
1633
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1652,7 +1652,7 @@ function validate$1j(obj, path = 'AnnotationConversationRepresentation') {
1652
1652
  const path_message = path + '.message';
1653
1653
  let obj_message_union0 = null;
1654
1654
  const obj_message_union0_error = (() => {
1655
- const referencepath_messageValidationError = validate$1k(obj_message, path_message);
1655
+ const referencepath_messageValidationError = validate$1l(obj_message, path_message);
1656
1656
  if (referencepath_messageValidationError !== null) {
1657
1657
  let message = 'Object doesn\'t match SlackMessageOutputRepresentation (at "' + path_message + '")\n';
1658
1658
  message += referencepath_messageValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1689,7 +1689,7 @@ function validate$1j(obj, path = 'AnnotationConversationRepresentation') {
1689
1689
 
1690
1690
  const TTL$t = 1000;
1691
1691
  const VERSION$G = "bacc25da56cffff8126d9bdafc471a37";
1692
- function validate$1i(obj, path = 'AnnotationRepresentation') {
1692
+ function validate$1j(obj, path = 'AnnotationRepresentation') {
1693
1693
  const v_error = (() => {
1694
1694
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1695
1695
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1697,7 +1697,7 @@ function validate$1i(obj, path = 'AnnotationRepresentation') {
1697
1697
  if (obj.anchor !== undefined) {
1698
1698
  const obj_anchor = obj.anchor;
1699
1699
  const path_anchor = path + '.anchor';
1700
- const referencepath_anchorValidationError = validate$1t(obj_anchor, path_anchor);
1700
+ const referencepath_anchorValidationError = validate$1u(obj_anchor, path_anchor);
1701
1701
  if (referencepath_anchorValidationError !== null) {
1702
1702
  let message = 'Object doesn\'t match DashboardAnnotationAnchorRepresentation (at "' + path_anchor + '")\n';
1703
1703
  message += referencepath_anchorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1711,7 +1711,7 @@ function validate$1i(obj, path = 'AnnotationRepresentation') {
1711
1711
  }
1712
1712
  const obj_asset = obj.asset;
1713
1713
  const path_asset = path + '.asset';
1714
- const referencepath_assetValidationError = validate$1s(obj_asset, path_asset);
1714
+ const referencepath_assetValidationError = validate$1t(obj_asset, path_asset);
1715
1715
  if (referencepath_assetValidationError !== null) {
1716
1716
  let message = 'Object doesn\'t match AnnotationAssetRepresentation (at "' + path_asset + '")\n';
1717
1717
  message += referencepath_assetValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1719,7 +1719,7 @@ function validate$1i(obj, path = 'AnnotationRepresentation') {
1719
1719
  }
1720
1720
  const obj_collaborationObject = obj.collaborationObject;
1721
1721
  const path_collaborationObject = path + '.collaborationObject';
1722
- const referencepath_collaborationObjectValidationError = validate$1j(obj_collaborationObject, path_collaborationObject);
1722
+ const referencepath_collaborationObjectValidationError = validate$1k(obj_collaborationObject, path_collaborationObject);
1723
1723
  if (referencepath_collaborationObjectValidationError !== null) {
1724
1724
  let message = 'Object doesn\'t match AnnotationConversationRepresentation (at "' + path_collaborationObject + '")\n';
1725
1725
  message += referencepath_collaborationObjectValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1767,7 +1767,7 @@ function equals$G(existing, incoming) {
1767
1767
  }
1768
1768
  const ingest$G = function AnnotationRepresentationIngest(input, path, luvio, store, timestamp) {
1769
1769
  if (process.env.NODE_ENV !== 'production') {
1770
- const validateError = validate$1i(input);
1770
+ const validateError = validate$1j(input);
1771
1771
  if (validateError !== null) {
1772
1772
  throw validateError;
1773
1773
  }
@@ -1789,7 +1789,7 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
1789
1789
 
1790
1790
  const TTL$s = 1000;
1791
1791
  const VERSION$F = "a80c8e970184cc7789e13f69392d6203";
1792
- function validate$1h(obj, path = 'AnnotationCollectionRepresentation') {
1792
+ function validate$1i(obj, path = 'AnnotationCollectionRepresentation') {
1793
1793
  const v_error = (() => {
1794
1794
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1795
1795
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1873,7 +1873,7 @@ function equals$F(existing, incoming) {
1873
1873
  }
1874
1874
  const ingest$F = function AnnotationCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
1875
1875
  if (process.env.NODE_ENV !== 'production') {
1876
- const validateError = validate$1h(input);
1876
+ const validateError = validate$1i(input);
1877
1877
  if (validateError !== null) {
1878
1878
  throw validateError;
1879
1879
  }
@@ -2140,7 +2140,7 @@ const createAnnotationAdapterFactory = (luvio) => {
2140
2140
 
2141
2141
  const TTL$r = 5000;
2142
2142
  const VERSION$E = "505a83d97fefa7ce68ec6512264b0543";
2143
- function validate$1g(obj, path = 'SlackAppInfoRepresentation') {
2143
+ function validate$1h(obj, path = 'SlackAppInfoRepresentation') {
2144
2144
  const v_error = (() => {
2145
2145
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2146
2146
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2249,7 +2249,7 @@ function equals$E(existing, incoming) {
2249
2249
  }
2250
2250
  const ingest$E = function SlackAppInfoRepresentationIngest(input, path, luvio, store, timestamp) {
2251
2251
  if (process.env.NODE_ENV !== 'production') {
2252
- const validateError = validate$1g(input);
2252
+ const validateError = validate$1h(input);
2253
2253
  if (validateError !== null) {
2254
2254
  throw validateError;
2255
2255
  }
@@ -2404,7 +2404,7 @@ const getSlackAppInfoAdapterFactory = (luvio) => function UnifiedAnalytics__getS
2404
2404
  buildCachedSnapshotCachePolicy$p, buildNetworkSnapshotCachePolicy$p);
2405
2405
  };
2406
2406
 
2407
- function validate$1f(obj, path = 'BaseAnalyticsRepresentation') {
2407
+ function validate$1g(obj, path = 'BaseAnalyticsRepresentation') {
2408
2408
  const v_error = (() => {
2409
2409
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2410
2410
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2439,8 +2439,8 @@ function validate$1f(obj, path = 'BaseAnalyticsRepresentation') {
2439
2439
  return v_error === undefined ? null : v_error;
2440
2440
  }
2441
2441
 
2442
- function validate$1e(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
2443
- const validateBaseAnalyticsRepresentation_validateError = validate$1f(obj, path);
2442
+ function validate$1f(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
2443
+ const validateBaseAnalyticsRepresentation_validateError = validate$1g(obj, path);
2444
2444
  if (validateBaseAnalyticsRepresentation_validateError !== null) {
2445
2445
  return validateBaseAnalyticsRepresentation_validateError;
2446
2446
  }
@@ -2452,8 +2452,8 @@ function validate$1e(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresenta
2452
2452
  return v_error === undefined ? null : v_error;
2453
2453
  }
2454
2454
 
2455
- function validate$1d(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
2456
- const validateBaseAnalyticsRepresentation_validateError = validate$1f(obj, path);
2455
+ function validate$1e(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
2456
+ const validateBaseAnalyticsRepresentation_validateError = validate$1g(obj, path);
2457
2457
  if (validateBaseAnalyticsRepresentation_validateError !== null) {
2458
2458
  return validateBaseAnalyticsRepresentation_validateError;
2459
2459
  }
@@ -2522,7 +2522,7 @@ function validate$1d(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation'
2522
2522
  const path_workspace = path + '.workspace';
2523
2523
  let obj_workspace_union0 = null;
2524
2524
  const obj_workspace_union0_error = (() => {
2525
- const referencepath_workspaceValidationError = validate$1e(obj_workspace, path_workspace);
2525
+ const referencepath_workspaceValidationError = validate$1f(obj_workspace, path_workspace);
2526
2526
  if (referencepath_workspaceValidationError !== null) {
2527
2527
  let message = 'Object doesn\'t match AnalyticsAssetsQueryResultsWorkspaceRepresentation (at "' + path_workspace + '")\n';
2528
2528
  message += referencepath_workspaceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -2554,7 +2554,7 @@ function validate$1d(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation'
2554
2554
 
2555
2555
  const TTL$q = 500;
2556
2556
  const VERSION$D = "ed60d9cca169a3e5ed897c67d11a23db";
2557
- function validate$1c(obj, path = 'AnalyticsAssetsQueryResultsRepresentation') {
2557
+ function validate$1d(obj, path = 'AnalyticsAssetsQueryResultsRepresentation') {
2558
2558
  const v_error = (() => {
2559
2559
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2560
2560
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2567,7 +2567,7 @@ function validate$1c(obj, path = 'AnalyticsAssetsQueryResultsRepresentation') {
2567
2567
  for (let i = 0; i < obj_items.length; i++) {
2568
2568
  const obj_items_item = obj_items[i];
2569
2569
  const path_items_item = path_items + '[' + i + ']';
2570
- const referencepath_items_itemValidationError = validate$1d(obj_items_item, path_items_item);
2570
+ const referencepath_items_itemValidationError = validate$1e(obj_items_item, path_items_item);
2571
2571
  if (referencepath_items_itemValidationError !== null) {
2572
2572
  let message = 'Object doesn\'t match AnalyticsAssetsQueryResultsItemRepresentation (at "' + path_items_item + '")\n';
2573
2573
  message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -2621,7 +2621,7 @@ function equals$D(existing, incoming) {
2621
2621
  }
2622
2622
  const ingest$D = function AnalyticsAssetsQueryResultsRepresentationIngest(input, path, luvio, store, timestamp) {
2623
2623
  if (process.env.NODE_ENV !== 'production') {
2624
- const validateError = validate$1c(input);
2624
+ const validateError = validate$1d(input);
2625
2625
  if (validateError !== null) {
2626
2626
  throw validateError;
2627
2627
  }
@@ -2752,7 +2752,7 @@ const queryAssetsAdapterFactory = (luvio) => {
2752
2752
  };
2753
2753
 
2754
2754
  const VERSION$C = "581903d233184a85957cb2aa527b0d33";
2755
- function validate$1b(obj, path = 'DashboardRepresentation') {
2755
+ function validate$1c(obj, path = 'DashboardRepresentation') {
2756
2756
  const v_error = (() => {
2757
2757
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2758
2758
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2921,7 +2921,7 @@ function equals$C(existing, incoming) {
2921
2921
  }
2922
2922
  const ingest$C = function DashboardRepresentationIngest(input, path, luvio, store, timestamp) {
2923
2923
  if (process.env.NODE_ENV !== 'production') {
2924
- const validateError = validate$1b(input);
2924
+ const validateError = validate$1c(input);
2925
2925
  if (validateError !== null) {
2926
2926
  throw validateError;
2927
2927
  }
@@ -2942,7 +2942,7 @@ function getTypeCacheKeys$C(rootKeySet, luvio, input, fullPathFactory) {
2942
2942
  }
2943
2943
 
2944
2944
  const VERSION$B = "962823130e6a9315240ef0e0f0c5f757";
2945
- function validate$1a(obj, path = 'DashboardCollectionRepresentation') {
2945
+ function validate$1b(obj, path = 'DashboardCollectionRepresentation') {
2946
2946
  const v_error = (() => {
2947
2947
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2948
2948
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3012,7 +3012,7 @@ function equals$B(existing, incoming) {
3012
3012
  }
3013
3013
  const ingest$B = function DashboardCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
3014
3014
  if (process.env.NODE_ENV !== 'production') {
3015
- const validateError = validate$1a(input);
3015
+ const validateError = validate$1b(input);
3016
3016
  if (validateError !== null) {
3017
3017
  throw validateError;
3018
3018
  }
@@ -3728,7 +3728,7 @@ const updateDashboardAdapterFactory = (luvio) => {
3728
3728
  };
3729
3729
  };
3730
3730
 
3731
- function validate$19(obj, path = 'DataAlertContentRepresentation') {
3731
+ function validate$1a(obj, path = 'DataAlertContentRepresentation') {
3732
3732
  const v_error = (() => {
3733
3733
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3734
3734
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3742,7 +3742,7 @@ function validate$19(obj, path = 'DataAlertContentRepresentation') {
3742
3742
  return v_error === undefined ? null : v_error;
3743
3743
  }
3744
3744
 
3745
- function validate$18(obj, path = 'DataAlertReceiversRepresentation') {
3745
+ function validate$19(obj, path = 'DataAlertReceiversRepresentation') {
3746
3746
  const v_error = (() => {
3747
3747
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3748
3748
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3756,7 +3756,7 @@ function validate$18(obj, path = 'DataAlertReceiversRepresentation') {
3756
3756
  return v_error === undefined ? null : v_error;
3757
3757
  }
3758
3758
 
3759
- function validate$17(obj, path = 'DataAlertDeliveryConfigurationRepresentation') {
3759
+ function validate$18(obj, path = 'DataAlertDeliveryConfigurationRepresentation') {
3760
3760
  const v_error = (() => {
3761
3761
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3762
3762
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3769,7 +3769,7 @@ function validate$17(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
3769
3769
  for (let i = 0; i < obj_receivers.length; i++) {
3770
3770
  const obj_receivers_item = obj_receivers[i];
3771
3771
  const path_receivers_item = path_receivers + '[' + i + ']';
3772
- const referencepath_receivers_itemValidationError = validate$18(obj_receivers_item, path_receivers_item);
3772
+ const referencepath_receivers_itemValidationError = validate$19(obj_receivers_item, path_receivers_item);
3773
3773
  if (referencepath_receivers_itemValidationError !== null) {
3774
3774
  let message = 'Object doesn\'t match DataAlertReceiversRepresentation (at "' + path_receivers_item + '")\n';
3775
3775
  message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3780,7 +3780,7 @@ function validate$17(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
3780
3780
  return v_error === undefined ? null : v_error;
3781
3781
  }
3782
3782
 
3783
- function validate$16(obj, path = 'DataAlertPropertyFilterOutputRepresentation') {
3783
+ function validate$17(obj, path = 'DataAlertPropertyFilterOutputRepresentation') {
3784
3784
  const v_error = (() => {
3785
3785
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3786
3786
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3794,7 +3794,7 @@ function validate$16(obj, path = 'DataAlertPropertyFilterOutputRepresentation')
3794
3794
  return v_error === undefined ? null : v_error;
3795
3795
  }
3796
3796
 
3797
- function validate$15(obj, path = 'DataAlertScheduleRepresentation') {
3797
+ function validate$16(obj, path = 'DataAlertScheduleRepresentation') {
3798
3798
  const v_error = (() => {
3799
3799
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3800
3800
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3822,7 +3822,7 @@ function validate$15(obj, path = 'DataAlertScheduleRepresentation') {
3822
3822
  return v_error === undefined ? null : v_error;
3823
3823
  }
3824
3824
 
3825
- function validate$14(obj, path = 'DataAlertValueRepresentation') {
3825
+ function validate$15(obj, path = 'DataAlertValueRepresentation') {
3826
3826
  const v_error = (() => {
3827
3827
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3828
3828
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3836,14 +3836,14 @@ function validate$14(obj, path = 'DataAlertValueRepresentation') {
3836
3836
  return v_error === undefined ? null : v_error;
3837
3837
  }
3838
3838
 
3839
- function validate$13(obj, path = 'DataAlertConditionRepresentation') {
3839
+ function validate$14(obj, path = 'DataAlertConditionRepresentation') {
3840
3840
  const v_error = (() => {
3841
3841
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3842
3842
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
3843
3843
  }
3844
3844
  const obj_leftOperand = obj.leftOperand;
3845
3845
  const path_leftOperand = path + '.leftOperand';
3846
- const referencepath_leftOperandValidationError = validate$14(obj_leftOperand, path_leftOperand);
3846
+ const referencepath_leftOperandValidationError = validate$15(obj_leftOperand, path_leftOperand);
3847
3847
  if (referencepath_leftOperandValidationError !== null) {
3848
3848
  let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_leftOperand + '")\n';
3849
3849
  message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3856,7 +3856,7 @@ function validate$13(obj, path = 'DataAlertConditionRepresentation') {
3856
3856
  }
3857
3857
  const obj_rightOperand = obj.rightOperand;
3858
3858
  const path_rightOperand = path + '.rightOperand';
3859
- const referencepath_rightOperandValidationError = validate$14(obj_rightOperand, path_rightOperand);
3859
+ const referencepath_rightOperandValidationError = validate$15(obj_rightOperand, path_rightOperand);
3860
3860
  if (referencepath_rightOperandValidationError !== null) {
3861
3861
  let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_rightOperand + '")\n';
3862
3862
  message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3866,7 +3866,7 @@ function validate$13(obj, path = 'DataAlertConditionRepresentation') {
3866
3866
  return v_error === undefined ? null : v_error;
3867
3867
  }
3868
3868
 
3869
- function validate$12(obj, path = 'DataAlertThresholdsRepresentation') {
3869
+ function validate$13(obj, path = 'DataAlertThresholdsRepresentation') {
3870
3870
  const v_error = (() => {
3871
3871
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3872
3872
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3879,7 +3879,7 @@ function validate$12(obj, path = 'DataAlertThresholdsRepresentation') {
3879
3879
  for (let i = 0; i < obj_conditions.length; i++) {
3880
3880
  const obj_conditions_item = obj_conditions[i];
3881
3881
  const path_conditions_item = path_conditions + '[' + i + ']';
3882
- const referencepath_conditions_itemValidationError = validate$13(obj_conditions_item, path_conditions_item);
3882
+ const referencepath_conditions_itemValidationError = validate$14(obj_conditions_item, path_conditions_item);
3883
3883
  if (referencepath_conditions_itemValidationError !== null) {
3884
3884
  let message = 'Object doesn\'t match DataAlertConditionRepresentation (at "' + path_conditions_item + '")\n';
3885
3885
  message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3897,7 +3897,7 @@ function validate$12(obj, path = 'DataAlertThresholdsRepresentation') {
3897
3897
 
3898
3898
  const TTL$p = 500;
3899
3899
  const VERSION$A = "c2b3a7269126a29557fb07e4baa3abf9";
3900
- function validate$11(obj, path = 'DataAlertRepresentation') {
3900
+ function validate$12(obj, path = 'DataAlertRepresentation') {
3901
3901
  const v_error = (() => {
3902
3902
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
3903
3903
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -3937,7 +3937,7 @@ function validate$11(obj, path = 'DataAlertRepresentation') {
3937
3937
  }
3938
3938
  const obj_content = obj.content;
3939
3939
  const path_content = path + '.content';
3940
- const referencepath_contentValidationError = validate$19(obj_content, path_content);
3940
+ const referencepath_contentValidationError = validate$1a(obj_content, path_content);
3941
3941
  if (referencepath_contentValidationError !== null) {
3942
3942
  let message = 'Object doesn\'t match DataAlertContentRepresentation (at "' + path_content + '")\n';
3943
3943
  message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3955,7 +3955,7 @@ function validate$11(obj, path = 'DataAlertRepresentation') {
3955
3955
  }
3956
3956
  const obj_deliveryConfigurations = obj.deliveryConfigurations;
3957
3957
  const path_deliveryConfigurations = path + '.deliveryConfigurations';
3958
- const referencepath_deliveryConfigurationsValidationError = validate$17(obj_deliveryConfigurations, path_deliveryConfigurations);
3958
+ const referencepath_deliveryConfigurationsValidationError = validate$18(obj_deliveryConfigurations, path_deliveryConfigurations);
3959
3959
  if (referencepath_deliveryConfigurationsValidationError !== null) {
3960
3960
  let message = 'Object doesn\'t match DataAlertDeliveryConfigurationRepresentation (at "' + path_deliveryConfigurations + '")\n';
3961
3961
  message += referencepath_deliveryConfigurationsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3974,7 +3974,7 @@ function validate$11(obj, path = 'DataAlertRepresentation') {
3974
3974
  if (obj.properties !== undefined) {
3975
3975
  const obj_properties = obj.properties;
3976
3976
  const path_properties = path + '.properties';
3977
- const referencepath_propertiesValidationError = validate$16(obj_properties, path_properties);
3977
+ const referencepath_propertiesValidationError = validate$17(obj_properties, path_properties);
3978
3978
  if (referencepath_propertiesValidationError !== null) {
3979
3979
  let message = 'Object doesn\'t match DataAlertPropertyFilterOutputRepresentation (at "' + path_properties + '")\n';
3980
3980
  message += referencepath_propertiesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3983,7 +3983,7 @@ function validate$11(obj, path = 'DataAlertRepresentation') {
3983
3983
  }
3984
3984
  const obj_schedule = obj.schedule;
3985
3985
  const path_schedule = path + '.schedule';
3986
- const referencepath_scheduleValidationError = validate$15(obj_schedule, path_schedule);
3986
+ const referencepath_scheduleValidationError = validate$16(obj_schedule, path_schedule);
3987
3987
  if (referencepath_scheduleValidationError !== null) {
3988
3988
  let message = 'Object doesn\'t match DataAlertScheduleRepresentation (at "' + path_schedule + '")\n';
3989
3989
  message += referencepath_scheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -3991,7 +3991,7 @@ function validate$11(obj, path = 'DataAlertRepresentation') {
3991
3991
  }
3992
3992
  const obj_thresholds = obj.thresholds;
3993
3993
  const path_thresholds = path + '.thresholds';
3994
- const referencepath_thresholdsValidationError = validate$12(obj_thresholds, path_thresholds);
3994
+ const referencepath_thresholdsValidationError = validate$13(obj_thresholds, path_thresholds);
3995
3995
  if (referencepath_thresholdsValidationError !== null) {
3996
3996
  let message = 'Object doesn\'t match DataAlertThresholdsRepresentation (at "' + path_thresholds + '")\n';
3997
3997
  message += referencepath_thresholdsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4029,7 +4029,7 @@ function equals$A(existing, incoming) {
4029
4029
  }
4030
4030
  const ingest$A = function DataAlertRepresentationIngest(input, path, luvio, store, timestamp) {
4031
4031
  if (process.env.NODE_ENV !== 'production') {
4032
- const validateError = validate$11(input);
4032
+ const validateError = validate$12(input);
4033
4033
  if (validateError !== null) {
4034
4034
  throw validateError;
4035
4035
  }
@@ -4051,7 +4051,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
4051
4051
 
4052
4052
  const TTL$o = 500;
4053
4053
  const VERSION$z = "d3e9e0efe02f7fa88865b7e72fe25f25";
4054
- function validate$10(obj, path = 'DataAlertCollectionRepresentation') {
4054
+ function validate$11(obj, path = 'DataAlertCollectionRepresentation') {
4055
4055
  const v_error = (() => {
4056
4056
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4057
4057
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4064,7 +4064,7 @@ function validate$10(obj, path = 'DataAlertCollectionRepresentation') {
4064
4064
  for (let i = 0; i < obj_dataAlerts.length; i++) {
4065
4065
  const obj_dataAlerts_item = obj_dataAlerts[i];
4066
4066
  const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
4067
- const referencepath_dataAlerts_itemValidationError = validate$11(obj_dataAlerts_item, path_dataAlerts_item);
4067
+ const referencepath_dataAlerts_itemValidationError = validate$12(obj_dataAlerts_item, path_dataAlerts_item);
4068
4068
  if (referencepath_dataAlerts_itemValidationError !== null) {
4069
4069
  let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
4070
4070
  message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4125,7 +4125,7 @@ function equals$z(existing, incoming) {
4125
4125
  }
4126
4126
  const ingest$z = function DataAlertCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
4127
4127
  if (process.env.NODE_ENV !== 'production') {
4128
- const validateError = validate$10(input);
4128
+ const validateError = validate$11(input);
4129
4129
  if (validateError !== null) {
4130
4130
  throw validateError;
4131
4131
  }
@@ -4289,7 +4289,7 @@ var DiscriminatorValues$3;
4289
4289
  (function (DiscriminatorValues) {
4290
4290
  DiscriminatorValues["Notification"] = "Notification";
4291
4291
  })(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
4292
- function validate$$(obj, path = 'DataAlertReceiversInputRepresentation') {
4292
+ function validate$10(obj, path = 'DataAlertReceiversInputRepresentation') {
4293
4293
  const v_error = (() => {
4294
4294
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4295
4295
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4303,7 +4303,7 @@ function validate$$(obj, path = 'DataAlertReceiversInputRepresentation') {
4303
4303
  return v_error === undefined ? null : v_error;
4304
4304
  }
4305
4305
 
4306
- function validate$_(obj, path = 'DataAlertDeliveryConfigurationInputRepresentation') {
4306
+ function validate$$(obj, path = 'DataAlertDeliveryConfigurationInputRepresentation') {
4307
4307
  const v_error = (() => {
4308
4308
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4309
4309
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4316,7 +4316,7 @@ function validate$_(obj, path = 'DataAlertDeliveryConfigurationInputRepresentati
4316
4316
  for (let i = 0; i < obj_receivers.length; i++) {
4317
4317
  const obj_receivers_item = obj_receivers[i];
4318
4318
  const path_receivers_item = path_receivers + '[' + i + ']';
4319
- const referencepath_receivers_itemValidationError = validate$$(obj_receivers_item, path_receivers_item);
4319
+ const referencepath_receivers_itemValidationError = validate$10(obj_receivers_item, path_receivers_item);
4320
4320
  if (referencepath_receivers_itemValidationError !== null) {
4321
4321
  let message = 'Object doesn\'t match DataAlertReceiversInputRepresentation (at "' + path_receivers_item + '")\n';
4322
4322
  message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4327,7 +4327,7 @@ function validate$_(obj, path = 'DataAlertDeliveryConfigurationInputRepresentati
4327
4327
  return v_error === undefined ? null : v_error;
4328
4328
  }
4329
4329
 
4330
- function validate$Z(obj, path = 'UnifiedFilterInputRepresentation') {
4330
+ function validate$_(obj, path = 'UnifiedFilterInputRepresentation') {
4331
4331
  const v_error = (() => {
4332
4332
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4333
4333
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4369,7 +4369,7 @@ var DiscriminatorValues$2;
4369
4369
  DiscriminatorValues["RawValue"] = "RawValue";
4370
4370
  DiscriminatorValues["Insights"] = "Insights";
4371
4371
  })(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
4372
- function validate$Y(obj, path = 'DataAlertValueInputRepresentation') {
4372
+ function validate$Z(obj, path = 'DataAlertValueInputRepresentation') {
4373
4373
  const v_error = (() => {
4374
4374
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4375
4375
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4383,7 +4383,7 @@ function validate$Y(obj, path = 'DataAlertValueInputRepresentation') {
4383
4383
  return v_error === undefined ? null : v_error;
4384
4384
  }
4385
4385
 
4386
- function validate$X(obj, path = 'DataAlertValueRightOperandInputRepresentation') {
4386
+ function validate$Y(obj, path = 'DataAlertValueRightOperandInputRepresentation') {
4387
4387
  const v_error = (() => {
4388
4388
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4389
4389
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4397,14 +4397,14 @@ function validate$X(obj, path = 'DataAlertValueRightOperandInputRepresentation')
4397
4397
  return v_error === undefined ? null : v_error;
4398
4398
  }
4399
4399
 
4400
- function validate$W(obj, path = 'DataAlertConditionInputRepresentation') {
4400
+ function validate$X(obj, path = 'DataAlertConditionInputRepresentation') {
4401
4401
  const v_error = (() => {
4402
4402
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4403
4403
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
4404
4404
  }
4405
4405
  const obj_leftOperand = obj.leftOperand;
4406
4406
  const path_leftOperand = path + '.leftOperand';
4407
- const referencepath_leftOperandValidationError = validate$Y(obj_leftOperand, path_leftOperand);
4407
+ const referencepath_leftOperandValidationError = validate$Z(obj_leftOperand, path_leftOperand);
4408
4408
  if (referencepath_leftOperandValidationError !== null) {
4409
4409
  let message = 'Object doesn\'t match DataAlertValueInputRepresentation (at "' + path_leftOperand + '")\n';
4410
4410
  message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4417,7 +4417,7 @@ function validate$W(obj, path = 'DataAlertConditionInputRepresentation') {
4417
4417
  }
4418
4418
  const obj_rightOperand = obj.rightOperand;
4419
4419
  const path_rightOperand = path + '.rightOperand';
4420
- const referencepath_rightOperandValidationError = validate$X(obj_rightOperand, path_rightOperand);
4420
+ const referencepath_rightOperandValidationError = validate$Y(obj_rightOperand, path_rightOperand);
4421
4421
  if (referencepath_rightOperandValidationError !== null) {
4422
4422
  let message = 'Object doesn\'t match DataAlertValueRightOperandInputRepresentation (at "' + path_rightOperand + '")\n';
4423
4423
  message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4427,7 +4427,7 @@ function validate$W(obj, path = 'DataAlertConditionInputRepresentation') {
4427
4427
  return v_error === undefined ? null : v_error;
4428
4428
  }
4429
4429
 
4430
- function validate$V(obj, path = 'DataAlertThresholdsInputRepresentation') {
4430
+ function validate$W(obj, path = 'DataAlertThresholdsInputRepresentation') {
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 + '")');
@@ -4440,7 +4440,7 @@ function validate$V(obj, path = 'DataAlertThresholdsInputRepresentation') {
4440
4440
  for (let i = 0; i < obj_conditions.length; i++) {
4441
4441
  const obj_conditions_item = obj_conditions[i];
4442
4442
  const path_conditions_item = path_conditions + '[' + i + ']';
4443
- const referencepath_conditions_itemValidationError = validate$W(obj_conditions_item, path_conditions_item);
4443
+ const referencepath_conditions_itemValidationError = validate$X(obj_conditions_item, path_conditions_item);
4444
4444
  if (referencepath_conditions_itemValidationError !== null) {
4445
4445
  let message = 'Object doesn\'t match DataAlertConditionInputRepresentation (at "' + path_conditions_item + '")\n';
4446
4446
  message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4497,7 +4497,7 @@ var DiscriminatorValues$1;
4497
4497
  (function (DiscriminatorValues) {
4498
4498
  DiscriminatorValues["Metric"] = "Metric";
4499
4499
  })(DiscriminatorValues$1 || (DiscriminatorValues$1 = {}));
4500
- function validate$U(obj, path = 'DataAlertContentInputRepresentation') {
4500
+ function validate$V(obj, path = 'DataAlertContentInputRepresentation') {
4501
4501
  const v_error = (() => {
4502
4502
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4503
4503
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4517,7 +4517,7 @@ var DiscriminatorValues;
4517
4517
  DiscriminatorValues["Weekly"] = "Weekly";
4518
4518
  DiscriminatorValues["EveryNMinutes"] = "EveryNMinutes";
4519
4519
  })(DiscriminatorValues || (DiscriminatorValues = {}));
4520
- function validate$T(obj, path = 'DataAlertScheduleInputRepresentation') {
4520
+ function validate$U(obj, path = 'DataAlertScheduleInputRepresentation') {
4521
4521
  const v_error = (() => {
4522
4522
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4523
4523
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4562,22 +4562,22 @@ function typeCheckConfig$P(untrustedConfig) {
4562
4562
  const config = {};
4563
4563
  typeCheckConfig$$(untrustedConfig, config, createDataAlert_ConfigPropertyMetadata);
4564
4564
  const untrustedConfig_content = untrustedConfig.content;
4565
- const referenceDataAlertContentInputRepresentationValidationError = validate$U(untrustedConfig_content);
4565
+ const referenceDataAlertContentInputRepresentationValidationError = validate$V(untrustedConfig_content);
4566
4566
  if (referenceDataAlertContentInputRepresentationValidationError === null) {
4567
4567
  config.content = untrustedConfig_content;
4568
4568
  }
4569
4569
  const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
4570
- const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$_(untrustedConfig_deliveryConfigurations);
4570
+ const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$$(untrustedConfig_deliveryConfigurations);
4571
4571
  if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
4572
4572
  config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
4573
4573
  }
4574
4574
  const untrustedConfig_schedule = untrustedConfig.schedule;
4575
- const referenceDataAlertScheduleInputRepresentationValidationError = validate$T(untrustedConfig_schedule);
4575
+ const referenceDataAlertScheduleInputRepresentationValidationError = validate$U(untrustedConfig_schedule);
4576
4576
  if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
4577
4577
  config.schedule = untrustedConfig_schedule;
4578
4578
  }
4579
4579
  const untrustedConfig_thresholds = untrustedConfig.thresholds;
4580
- const referenceDataAlertThresholdsInputRepresentationValidationError = validate$V(untrustedConfig_thresholds);
4580
+ const referenceDataAlertThresholdsInputRepresentationValidationError = validate$W(untrustedConfig_thresholds);
4581
4581
  if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
4582
4582
  config.thresholds = untrustedConfig_thresholds;
4583
4583
  }
@@ -4632,7 +4632,7 @@ const createDataAlertAdapterFactory = (luvio) => {
4632
4632
  };
4633
4633
  };
4634
4634
 
4635
- function validate$S(obj, path = 'DataAlertPropertyFilterInputRepresentation') {
4635
+ function validate$T(obj, path = 'DataAlertPropertyFilterInputRepresentation') {
4636
4636
  const v_error = (() => {
4637
4637
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4638
4638
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4660,7 +4660,7 @@ function validate$S(obj, path = 'DataAlertPropertyFilterInputRepresentation') {
4660
4660
 
4661
4661
  const TTL$n = 500;
4662
4662
  const VERSION$y = "8ee49a59b88eeef0e19aa1298280a0a7";
4663
- function validate$R(obj, path = 'DataAlertQueryCollectionRepresentation') {
4663
+ function validate$S(obj, path = 'DataAlertQueryCollectionRepresentation') {
4664
4664
  const v_error = (() => {
4665
4665
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
4666
4666
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -4673,7 +4673,7 @@ function validate$R(obj, path = 'DataAlertQueryCollectionRepresentation') {
4673
4673
  for (let i = 0; i < obj_dataAlerts.length; i++) {
4674
4674
  const obj_dataAlerts_item = obj_dataAlerts[i];
4675
4675
  const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
4676
- const referencepath_dataAlerts_itemValidationError = validate$11(obj_dataAlerts_item, path_dataAlerts_item);
4676
+ const referencepath_dataAlerts_itemValidationError = validate$12(obj_dataAlerts_item, path_dataAlerts_item);
4677
4677
  if (referencepath_dataAlerts_itemValidationError !== null) {
4678
4678
  let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
4679
4679
  message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -4703,7 +4703,7 @@ function equals$y(existing, incoming) {
4703
4703
  }
4704
4704
  const ingest$y = function DataAlertQueryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
4705
4705
  if (process.env.NODE_ENV !== 'production') {
4706
- const validateError = validate$R(input);
4706
+ const validateError = validate$S(input);
4707
4707
  if (validateError !== null) {
4708
4708
  throw validateError;
4709
4709
  }
@@ -4794,7 +4794,7 @@ function typeCheckConfig$O(untrustedConfig) {
4794
4794
  const config = {};
4795
4795
  typeCheckConfig$$(untrustedConfig, config, postDataAlertQuery_ConfigPropertyMetadata);
4796
4796
  const untrustedConfig_timeRange = untrustedConfig.timeRange;
4797
- const referenceUnifiedFilterInputRepresentationValidationError = validate$Z(untrustedConfig_timeRange);
4797
+ const referenceUnifiedFilterInputRepresentationValidationError = validate$_(untrustedConfig_timeRange);
4798
4798
  if (referenceUnifiedFilterInputRepresentationValidationError === null) {
4799
4799
  config.timeRange = untrustedConfig_timeRange;
4800
4800
  }
@@ -4803,7 +4803,7 @@ function typeCheckConfig$O(untrustedConfig) {
4803
4803
  const untrustedConfig_propertyFilters_array = [];
4804
4804
  for (let i = 0, arrayLength = untrustedConfig_propertyFilters.length; i < arrayLength; i++) {
4805
4805
  const untrustedConfig_propertyFilters_item = untrustedConfig_propertyFilters[i];
4806
- const referenceDataAlertPropertyFilterInputRepresentationValidationError = validate$S(untrustedConfig_propertyFilters_item);
4806
+ const referenceDataAlertPropertyFilterInputRepresentationValidationError = validate$T(untrustedConfig_propertyFilters_item);
4807
4807
  if (referenceDataAlertPropertyFilterInputRepresentationValidationError === null) {
4808
4808
  untrustedConfig_propertyFilters_array.push(untrustedConfig_propertyFilters_item);
4809
4809
  }
@@ -5162,22 +5162,22 @@ function typeCheckConfig$L(untrustedConfig) {
5162
5162
  const config = {};
5163
5163
  typeCheckConfig$$(untrustedConfig, config, updateDataAlert_ConfigPropertyMetadata);
5164
5164
  const untrustedConfig_content = untrustedConfig.content;
5165
- const referenceDataAlertContentInputRepresentationValidationError = validate$U(untrustedConfig_content);
5165
+ const referenceDataAlertContentInputRepresentationValidationError = validate$V(untrustedConfig_content);
5166
5166
  if (referenceDataAlertContentInputRepresentationValidationError === null) {
5167
5167
  config.content = untrustedConfig_content;
5168
5168
  }
5169
5169
  const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
5170
- const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$_(untrustedConfig_deliveryConfigurations);
5170
+ const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$$(untrustedConfig_deliveryConfigurations);
5171
5171
  if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
5172
5172
  config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
5173
5173
  }
5174
5174
  const untrustedConfig_schedule = untrustedConfig.schedule;
5175
- const referenceDataAlertScheduleInputRepresentationValidationError = validate$T(untrustedConfig_schedule);
5175
+ const referenceDataAlertScheduleInputRepresentationValidationError = validate$U(untrustedConfig_schedule);
5176
5176
  if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
5177
5177
  config.schedule = untrustedConfig_schedule;
5178
5178
  }
5179
5179
  const untrustedConfig_thresholds = untrustedConfig.thresholds;
5180
- const referenceDataAlertThresholdsInputRepresentationValidationError = validate$V(untrustedConfig_thresholds);
5180
+ const referenceDataAlertThresholdsInputRepresentationValidationError = validate$W(untrustedConfig_thresholds);
5181
5181
  if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
5182
5182
  config.thresholds = untrustedConfig_thresholds;
5183
5183
  }
@@ -5234,7 +5234,7 @@ const updateDataAlertAdapterFactory = (luvio) => {
5234
5234
 
5235
5235
  const TTL$m = 100;
5236
5236
  const VERSION$x = "26cdd644d03794763d0bbd771321ec42";
5237
- function validate$Q(obj, path = 'DataAlertRunOutputRepresentation') {
5237
+ function validate$R(obj, path = 'DataAlertRunOutputRepresentation') {
5238
5238
  const v_error = (() => {
5239
5239
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5240
5240
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5311,7 +5311,7 @@ function equals$x(existing, incoming) {
5311
5311
  }
5312
5312
  const ingest$x = function DataAlertRunOutputRepresentationIngest(input, path, luvio, store, timestamp) {
5313
5313
  if (process.env.NODE_ENV !== 'production') {
5314
- const validateError = validate$Q(input);
5314
+ const validateError = validate$R(input);
5315
5315
  if (validateError !== null) {
5316
5316
  throw validateError;
5317
5317
  }
@@ -5421,8 +5421,8 @@ const postDataAlertRunAdapterFactory = (luvio) => {
5421
5421
  };
5422
5422
  };
5423
5423
 
5424
- function validate$P(obj, path = 'AnalyticsUserRepresentation') {
5425
- const validateBaseAnalyticsRepresentation_validateError = validate$1f(obj, path);
5424
+ function validate$Q(obj, path = 'AnalyticsUserRepresentation') {
5425
+ const validateBaseAnalyticsRepresentation_validateError = validate$1g(obj, path);
5426
5426
  if (validateBaseAnalyticsRepresentation_validateError !== null) {
5427
5427
  return validateBaseAnalyticsRepresentation_validateError;
5428
5428
  }
@@ -5462,7 +5462,7 @@ function validate$P(obj, path = 'AnalyticsUserRepresentation') {
5462
5462
  return v_error === undefined ? null : v_error;
5463
5463
  }
5464
5464
 
5465
- function validate$O(obj, path = 'AdditionalInfoDataspacesRepresentation') {
5465
+ function validate$P(obj, path = 'AdditionalInfoDataspacesRepresentation') {
5466
5466
  const v_error = (() => {
5467
5467
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5468
5468
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5499,7 +5499,7 @@ function validate$O(obj, path = 'AdditionalInfoDataspacesRepresentation') {
5499
5499
  return v_error === undefined ? null : v_error;
5500
5500
  }
5501
5501
 
5502
- function validate$N(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
5502
+ function validate$O(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
5503
5503
  const v_error = (() => {
5504
5504
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5505
5505
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5522,7 +5522,7 @@ function validate$N(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
5522
5522
  return v_error === undefined ? null : v_error;
5523
5523
  }
5524
5524
 
5525
- function validate$M(obj, path = 'AdditionalInfoAssetRepresentation') {
5525
+ function validate$N(obj, path = 'AdditionalInfoAssetRepresentation') {
5526
5526
  const v_error = (() => {
5527
5527
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5528
5528
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5561,7 +5561,7 @@ function validate$M(obj, path = 'AdditionalInfoAssetRepresentation') {
5561
5561
  const path_warnings = path + '.warnings';
5562
5562
  let obj_warnings_union0 = null;
5563
5563
  const obj_warnings_union0_error = (() => {
5564
- const referencepath_warningsValidationError = validate$N(obj_warnings, path_warnings);
5564
+ const referencepath_warningsValidationError = validate$O(obj_warnings, path_warnings);
5565
5565
  if (referencepath_warningsValidationError !== null) {
5566
5566
  let message = 'Object doesn\'t match AdditionalInfoAssetWarningsRepresentation (at "' + path_warnings + '")\n';
5567
5567
  message += referencepath_warningsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5591,7 +5591,7 @@ function validate$M(obj, path = 'AdditionalInfoAssetRepresentation') {
5591
5591
  return v_error === undefined ? null : v_error;
5592
5592
  }
5593
5593
 
5594
- function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation') {
5594
+ function validate$M(obj, path = 'DataAssetRequestAdditionalInfoRepresentation') {
5595
5595
  const v_error = (() => {
5596
5596
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5597
5597
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -5599,7 +5599,7 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5599
5599
  if (obj.dataspaces !== undefined) {
5600
5600
  const obj_dataspaces = obj.dataspaces;
5601
5601
  const path_dataspaces = path + '.dataspaces';
5602
- const referencepath_dataspacesValidationError = validate$O(obj_dataspaces, path_dataspaces);
5602
+ const referencepath_dataspacesValidationError = validate$P(obj_dataspaces, path_dataspaces);
5603
5603
  if (referencepath_dataspacesValidationError !== null) {
5604
5604
  let message = 'Object doesn\'t match AdditionalInfoDataspacesRepresentation (at "' + path_dataspaces + '")\n';
5605
5605
  message += referencepath_dataspacesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5615,7 +5615,7 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5615
5615
  for (let i = 0; i < obj_deployedAssets.length; i++) {
5616
5616
  const obj_deployedAssets_item = obj_deployedAssets[i];
5617
5617
  const path_deployedAssets_item = path_deployedAssets + '[' + i + ']';
5618
- const referencepath_deployedAssets_itemValidationError = validate$M(obj_deployedAssets_item, path_deployedAssets_item);
5618
+ const referencepath_deployedAssets_itemValidationError = validate$N(obj_deployedAssets_item, path_deployedAssets_item);
5619
5619
  if (referencepath_deployedAssets_itemValidationError !== null) {
5620
5620
  let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_deployedAssets_item + '")\n';
5621
5621
  message += referencepath_deployedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5632,7 +5632,7 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5632
5632
  for (let i = 0; i < obj_failedAssets.length; i++) {
5633
5633
  const obj_failedAssets_item = obj_failedAssets[i];
5634
5634
  const path_failedAssets_item = path_failedAssets + '[' + i + ']';
5635
- const referencepath_failedAssets_itemValidationError = validate$M(obj_failedAssets_item, path_failedAssets_item);
5635
+ const referencepath_failedAssets_itemValidationError = validate$N(obj_failedAssets_item, path_failedAssets_item);
5636
5636
  if (referencepath_failedAssets_itemValidationError !== null) {
5637
5637
  let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_failedAssets_item + '")\n';
5638
5638
  message += referencepath_failedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5649,7 +5649,7 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5649
5649
  for (let i = 0; i < obj_inProgressAssets.length; i++) {
5650
5650
  const obj_inProgressAssets_item = obj_inProgressAssets[i];
5651
5651
  const path_inProgressAssets_item = path_inProgressAssets + '[' + i + ']';
5652
- const referencepath_inProgressAssets_itemValidationError = validate$M(obj_inProgressAssets_item, path_inProgressAssets_item);
5652
+ const referencepath_inProgressAssets_itemValidationError = validate$N(obj_inProgressAssets_item, path_inProgressAssets_item);
5653
5653
  if (referencepath_inProgressAssets_itemValidationError !== null) {
5654
5654
  let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_inProgressAssets_item + '")\n';
5655
5655
  message += referencepath_inProgressAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5666,7 +5666,7 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5666
5666
  for (let i = 0; i < obj_notStartedAssets.length; i++) {
5667
5667
  const obj_notStartedAssets_item = obj_notStartedAssets[i];
5668
5668
  const path_notStartedAssets_item = path_notStartedAssets + '[' + i + ']';
5669
- const referencepath_notStartedAssets_itemValidationError = validate$M(obj_notStartedAssets_item, path_notStartedAssets_item);
5669
+ const referencepath_notStartedAssets_itemValidationError = validate$N(obj_notStartedAssets_item, path_notStartedAssets_item);
5670
5670
  if (referencepath_notStartedAssets_itemValidationError !== null) {
5671
5671
  let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_notStartedAssets_item + '")\n';
5672
5672
  message += referencepath_notStartedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5678,8 +5678,52 @@ function validate$L(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
5678
5678
  return v_error === undefined ? null : v_error;
5679
5679
  }
5680
5680
 
5681
+ function validate$L(obj, path = 'PromotionContentAssetRepresentation') {
5682
+ const v_error = (() => {
5683
+ if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
5684
+ return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
5685
+ }
5686
+ const obj_assetType = obj.assetType;
5687
+ const path_assetType = path + '.assetType';
5688
+ if (typeof obj_assetType !== 'string') {
5689
+ return new TypeError('Expected "string" but received "' + typeof obj_assetType + '" (at "' + path_assetType + '")');
5690
+ }
5691
+ const obj_isFirstLevelReuse = obj.isFirstLevelReuse;
5692
+ const path_isFirstLevelReuse = path + '.isFirstLevelReuse';
5693
+ if (typeof obj_isFirstLevelReuse !== 'boolean') {
5694
+ return new TypeError('Expected "boolean" but received "' + typeof obj_isFirstLevelReuse + '" (at "' + path_isFirstLevelReuse + '")');
5695
+ }
5696
+ const obj_isReused = obj.isReused;
5697
+ const path_isReused = path + '.isReused';
5698
+ if (typeof obj_isReused !== 'boolean') {
5699
+ return new TypeError('Expected "boolean" but received "' + typeof obj_isReused + '" (at "' + path_isReused + '")');
5700
+ }
5701
+ const obj_sourceDevName = obj.sourceDevName;
5702
+ const path_sourceDevName = path + '.sourceDevName';
5703
+ if (typeof obj_sourceDevName !== 'string') {
5704
+ return new TypeError('Expected "string" but received "' + typeof obj_sourceDevName + '" (at "' + path_sourceDevName + '")');
5705
+ }
5706
+ const obj_sourceId = obj.sourceId;
5707
+ const path_sourceId = path + '.sourceId';
5708
+ if (typeof obj_sourceId !== 'string') {
5709
+ return new TypeError('Expected "string" but received "' + typeof obj_sourceId + '" (at "' + path_sourceId + '")');
5710
+ }
5711
+ const obj_targetDevName = obj.targetDevName;
5712
+ const path_targetDevName = path + '.targetDevName';
5713
+ if (typeof obj_targetDevName !== 'string') {
5714
+ return new TypeError('Expected "string" but received "' + typeof obj_targetDevName + '" (at "' + path_targetDevName + '")');
5715
+ }
5716
+ const obj_targetId = obj.targetId;
5717
+ const path_targetId = path + '.targetId';
5718
+ if (typeof obj_targetId !== 'string') {
5719
+ return new TypeError('Expected "string" but received "' + typeof obj_targetId + '" (at "' + path_targetId + '")');
5720
+ }
5721
+ })();
5722
+ return v_error === undefined ? null : v_error;
5723
+ }
5724
+
5681
5725
  const TTL$l = 500;
5682
- const VERSION$w = "ecdb976ad01d1430997c16d47de9aa53";
5726
+ const VERSION$w = "14c3cbce26bc641b86f45457db9a2331";
5683
5727
  function validate$K(obj, path = 'DataAssetRequestRepresentation') {
5684
5728
  const v_error = (() => {
5685
5729
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -5689,7 +5733,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
5689
5733
  const path_acknowledgedBy = path + '.acknowledgedBy';
5690
5734
  let obj_acknowledgedBy_union0 = null;
5691
5735
  const obj_acknowledgedBy_union0_error = (() => {
5692
- const referencepath_acknowledgedByValidationError = validate$P(obj_acknowledgedBy, path_acknowledgedBy);
5736
+ const referencepath_acknowledgedByValidationError = validate$Q(obj_acknowledgedBy, path_acknowledgedBy);
5693
5737
  if (referencepath_acknowledgedByValidationError !== null) {
5694
5738
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
5695
5739
  message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5745,7 +5789,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
5745
5789
  const path_additionalInfo = path + '.additionalInfo';
5746
5790
  let obj_additionalInfo_union0 = null;
5747
5791
  const obj_additionalInfo_union0_error = (() => {
5748
- const referencepath_additionalInfoValidationError = validate$L(obj_additionalInfo, path_additionalInfo);
5792
+ const referencepath_additionalInfoValidationError = validate$M(obj_additionalInfo, path_additionalInfo);
5749
5793
  if (referencepath_additionalInfoValidationError !== null) {
5750
5794
  let message = 'Object doesn\'t match DataAssetRequestAdditionalInfoRepresentation (at "' + path_additionalInfo + '")\n';
5751
5795
  message += referencepath_additionalInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5806,7 +5850,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
5806
5850
  const path_cancelledBy = path + '.cancelledBy';
5807
5851
  let obj_cancelledBy_union0 = null;
5808
5852
  const obj_cancelledBy_union0_error = (() => {
5809
- const referencepath_cancelledByValidationError = validate$P(obj_cancelledBy, path_cancelledBy);
5853
+ const referencepath_cancelledByValidationError = validate$Q(obj_cancelledBy, path_cancelledBy);
5810
5854
  if (referencepath_cancelledByValidationError !== null) {
5811
5855
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
5812
5856
  message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5861,7 +5905,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
5861
5905
  const path_completedBy = path + '.completedBy';
5862
5906
  let obj_completedBy_union0 = null;
5863
5907
  const obj_completedBy_union0_error = (() => {
5864
- const referencepath_completedByValidationError = validate$P(obj_completedBy, path_completedBy);
5908
+ const referencepath_completedByValidationError = validate$Q(obj_completedBy, path_completedBy);
5865
5909
  if (referencepath_completedByValidationError !== null) {
5866
5910
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
5867
5911
  message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -6032,7 +6076,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
6032
6076
  }
6033
6077
  const obj_lastModifiedBy = obj.lastModifiedBy;
6034
6078
  const path_lastModifiedBy = path + '.lastModifiedBy';
6035
- const referencepath_lastModifiedByValidationError = validate$P(obj_lastModifiedBy, path_lastModifiedBy);
6079
+ const referencepath_lastModifiedByValidationError = validate$Q(obj_lastModifiedBy, path_lastModifiedBy);
6036
6080
  if (referencepath_lastModifiedByValidationError !== null) {
6037
6081
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
6038
6082
  message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -6125,7 +6169,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
6125
6169
  const path_packageExportedBy = path + '.packageExportedBy';
6126
6170
  let obj_packageExportedBy_union0 = null;
6127
6171
  const obj_packageExportedBy_union0_error = (() => {
6128
- const referencepath_packageExportedByValidationError = validate$P(obj_packageExportedBy, path_packageExportedBy);
6172
+ const referencepath_packageExportedByValidationError = validate$Q(obj_packageExportedBy, path_packageExportedBy);
6129
6173
  if (referencepath_packageExportedByValidationError !== null) {
6130
6174
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_packageExportedBy + '")\n';
6131
6175
  message += referencepath_packageExportedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -6306,6 +6350,23 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
6306
6350
  message += '\n' + obj_promotionApprovalFlow_union1.split('\n').map((line) => '\t' + line).join('\n');
6307
6351
  return new TypeError(message);
6308
6352
  }
6353
+ if (obj.promotionContentAssets !== undefined) {
6354
+ const obj_promotionContentAssets = obj.promotionContentAssets;
6355
+ const path_promotionContentAssets = path + '.promotionContentAssets';
6356
+ if (!ArrayIsArray(obj_promotionContentAssets)) {
6357
+ return new TypeError('Expected "array" but received "' + typeof obj_promotionContentAssets + '" (at "' + path_promotionContentAssets + '")');
6358
+ }
6359
+ for (let i = 0; i < obj_promotionContentAssets.length; i++) {
6360
+ const obj_promotionContentAssets_item = obj_promotionContentAssets[i];
6361
+ const path_promotionContentAssets_item = path_promotionContentAssets + '[' + i + ']';
6362
+ const referencepath_promotionContentAssets_itemValidationError = validate$L(obj_promotionContentAssets_item, path_promotionContentAssets_item);
6363
+ if (referencepath_promotionContentAssets_itemValidationError !== null) {
6364
+ let message = 'Object doesn\'t match PromotionContentAssetRepresentation (at "' + path_promotionContentAssets_item + '")\n';
6365
+ message += referencepath_promotionContentAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
6366
+ return new TypeError(message);
6367
+ }
6368
+ }
6369
+ }
6309
6370
  const obj_rejectionComment = obj.rejectionComment;
6310
6371
  const path_rejectionComment = path + '.rejectionComment';
6311
6372
  let obj_rejectionComment_union0 = null;
@@ -6339,7 +6400,7 @@ function validate$K(obj, path = 'DataAssetRequestRepresentation') {
6339
6400
  }
6340
6401
  const obj_requestedBy = obj.requestedBy;
6341
6402
  const path_requestedBy = path + '.requestedBy';
6342
- const referencepath_requestedByValidationError = validate$P(obj_requestedBy, path_requestedBy);
6403
+ const referencepath_requestedByValidationError = validate$Q(obj_requestedBy, path_requestedBy);
6343
6404
  if (referencepath_requestedByValidationError !== null) {
6344
6405
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
6345
6406
  message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -7300,7 +7361,7 @@ function validate$G(obj, path = 'DataAssetRepresentation') {
7300
7361
  }
7301
7362
  const obj_createdBy = obj.createdBy;
7302
7363
  const path_createdBy = path + '.createdBy';
7303
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
7364
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
7304
7365
  if (referencepath_createdByValidationError !== null) {
7305
7366
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
7306
7367
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -7365,7 +7426,7 @@ function validate$G(obj, path = 'DataAssetRepresentation') {
7365
7426
  }
7366
7427
  const obj_lastModifiedBy = obj.lastModifiedBy;
7367
7428
  const path_lastModifiedBy = path + '.lastModifiedBy';
7368
- const referencepath_lastModifiedByValidationError = validate$P(obj_lastModifiedBy, path_lastModifiedBy);
7429
+ const referencepath_lastModifiedByValidationError = validate$Q(obj_lastModifiedBy, path_lastModifiedBy);
7369
7430
  if (referencepath_lastModifiedByValidationError !== null) {
7370
7431
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
7371
7432
  message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -7689,7 +7750,7 @@ function validate$C(obj, path = 'FollowerAssetRepresentation') {
7689
7750
  }
7690
7751
  const obj_createdBy = obj.createdBy;
7691
7752
  const path_createdBy = path + '.createdBy';
7692
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
7753
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
7693
7754
  if (referencepath_createdByValidationError !== null) {
7694
7755
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
7695
7756
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -8277,7 +8338,7 @@ function validate$z(obj, path = 'FollowerCollectionRepresentation') {
8277
8338
  for (let i = 0; i < obj_followers.length; i++) {
8278
8339
  const obj_followers_item = obj_followers[i];
8279
8340
  const path_followers_item = path_followers + '[' + i + ']';
8280
- const referencepath_followers_itemValidationError = validate$P(obj_followers_item, path_followers_item);
8341
+ const referencepath_followers_itemValidationError = validate$Q(obj_followers_item, path_followers_item);
8281
8342
  if (referencepath_followers_itemValidationError !== null) {
8282
8343
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
8283
8344
  message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -9818,7 +9879,7 @@ function validate$p(obj, path = 'SetupRecordShareRepresentation') {
9818
9879
  }
9819
9880
  const obj_createdBy = obj.createdBy;
9820
9881
  const path_createdBy = path + '.createdBy';
9821
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
9882
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
9822
9883
  if (referencepath_createdByValidationError !== null) {
9823
9884
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
9824
9885
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -9831,7 +9892,7 @@ function validate$p(obj, path = 'SetupRecordShareRepresentation') {
9831
9892
  }
9832
9893
  const obj_lastModifiedBy = obj.lastModifiedBy;
9833
9894
  const path_lastModifiedBy = path + '.lastModifiedBy';
9834
- const referencepath_lastModifiedByValidationError = validate$P(obj_lastModifiedBy, path_lastModifiedBy);
9895
+ const referencepath_lastModifiedByValidationError = validate$Q(obj_lastModifiedBy, path_lastModifiedBy);
9835
9896
  if (referencepath_lastModifiedByValidationError !== null) {
9836
9897
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
9837
9898
  message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10705,7 +10766,7 @@ function validate$l(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
10705
10766
  for (let i = 0; i < obj_items.length; i++) {
10706
10767
  const obj_items_item = obj_items[i];
10707
10768
  const path_items_item = path_items + '[' + i + ']';
10708
- const referencepath_items_itemValidationError = validate$P(obj_items_item, path_items_item);
10769
+ const referencepath_items_itemValidationError = validate$Q(obj_items_item, path_items_item);
10709
10770
  if (referencepath_items_itemValidationError !== null) {
10710
10771
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
10711
10772
  message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10900,7 +10961,7 @@ function validate$j(obj, path = 'VisualizationShallowRepresentation') {
10900
10961
  }
10901
10962
  const obj_createdBy = obj.createdBy;
10902
10963
  const path_createdBy = path + '.createdBy';
10903
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
10964
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
10904
10965
  if (referencepath_createdByValidationError !== null) {
10905
10966
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
10906
10967
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10945,7 +11006,7 @@ function validate$j(obj, path = 'VisualizationShallowRepresentation') {
10945
11006
  if (obj.lastModifiedBy !== undefined) {
10946
11007
  const obj_lastModifiedBy = obj.lastModifiedBy;
10947
11008
  const path_lastModifiedBy = path + '.lastModifiedBy';
10948
- const referencepath_lastModifiedByValidationError = validate$P(obj_lastModifiedBy, path_lastModifiedBy);
11009
+ const referencepath_lastModifiedByValidationError = validate$Q(obj_lastModifiedBy, path_lastModifiedBy);
10949
11010
  if (referencepath_lastModifiedByValidationError !== null) {
10950
11011
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
10951
11012
  message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11275,7 +11336,7 @@ function validate$h(obj, path = 'VisualizationRepresentation') {
11275
11336
  }
11276
11337
  const obj_createdBy = obj.createdBy;
11277
11338
  const path_createdBy = path + '.createdBy';
11278
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
11339
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
11279
11340
  if (referencepath_createdByValidationError !== null) {
11280
11341
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
11281
11342
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11350,7 +11411,7 @@ function validate$h(obj, path = 'VisualizationRepresentation') {
11350
11411
  if (obj.lastModifiedBy !== undefined) {
11351
11412
  const obj_lastModifiedBy = obj.lastModifiedBy;
11352
11413
  const path_lastModifiedBy = path + '.lastModifiedBy';
11353
- const referencepath_lastModifiedByValidationError = validate$P(obj_lastModifiedBy, path_lastModifiedBy);
11414
+ const referencepath_lastModifiedByValidationError = validate$Q(obj_lastModifiedBy, path_lastModifiedBy);
11354
11415
  if (referencepath_lastModifiedByValidationError !== null) {
11355
11416
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
11356
11417
  message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -12291,7 +12352,7 @@ function validate$f(obj, path = 'WorkspaceRepresentation') {
12291
12352
  }
12292
12353
  const obj_createdBy = obj.createdBy;
12293
12354
  const path_createdBy = path + '.createdBy';
12294
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
12355
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
12295
12356
  if (referencepath_createdByValidationError !== null) {
12296
12357
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
12297
12358
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -13051,7 +13112,7 @@ function validate$d(obj, path = 'WorkspaceAssetRepresentation') {
13051
13112
  }
13052
13113
  const obj_createdBy = obj.createdBy;
13053
13114
  const path_createdBy = path + '.createdBy';
13054
- const referencepath_createdByValidationError = validate$P(obj_createdBy, path_createdBy);
13115
+ const referencepath_createdByValidationError = validate$Q(obj_createdBy, path_createdBy);
13055
13116
  if (referencepath_createdByValidationError !== null) {
13056
13117
  let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
13057
13118
  message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');