@salesforce/lds-adapters-analytics-unifiedanalytics 1.400.0 → 1.402.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +240 -116
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataSpaceInfoRepresentation.d.ts +34 -0
- package/package.json +3 -3
- package/sfdc/index.js +265 -141
- package/src/raml/api.raml +46 -0
|
@@ -95,7 +95,7 @@ function createLink(ref) {
|
|
|
95
95
|
|
|
96
96
|
const TTL$s = 1000;
|
|
97
97
|
const VERSION$F = "3c943f1d2e5251ceef13b3e2fdb5f916";
|
|
98
|
-
function validate$
|
|
98
|
+
function validate$1l(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$F(existing, incoming) {
|
|
|
147
147
|
}
|
|
148
148
|
const ingest$F = function TableauExternalMonitoringEventItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
149
149
|
if (process.env.NODE_ENV !== 'production') {
|
|
150
|
-
const validateError = validate$
|
|
150
|
+
const validateError = validate$1l(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$
|
|
268
|
+
function validate$1k(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$1j(obj, path = 'DashboardAnnotationAnchorRepresentation') {
|
|
|
279
279
|
return v_error === undefined ? null : v_error;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
function validate$
|
|
282
|
+
function validate$1j(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$1i(obj, path = 'AnnotationAssetRepresentation') {
|
|
|
298
298
|
return v_error === undefined ? null : v_error;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
function validate$
|
|
301
|
+
function validate$1i(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$1h(obj, path = 'FileTypeOutputRepresentation') {
|
|
|
317
317
|
return v_error === undefined ? null : v_error;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
function validate$
|
|
320
|
+
function validate$1h(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$1g(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$
|
|
334
|
+
const referencepath_filetypeValidationError = validate$1i(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$1g(obj, path = 'ContentVersionOutputRepresentation') {
|
|
|
401
401
|
return v_error === undefined ? null : v_error;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
function validate$
|
|
404
|
+
function validate$1g(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$
|
|
411
|
+
const referencepath_filetypeValidationError = validate$1i(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$1f(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
421
421
|
}
|
|
422
422
|
const obj_latestPublishedVersion = obj.latestPublishedVersion;
|
|
423
423
|
const path_latestPublishedVersion = path + '.latestPublishedVersion';
|
|
424
|
-
const referencepath_latestPublishedVersionValidationError = validate$
|
|
424
|
+
const referencepath_latestPublishedVersionValidationError = validate$1h(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$1f(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
441
441
|
return v_error === undefined ? null : v_error;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
-
function validate$
|
|
444
|
+
function validate$1f(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$1e(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$
|
|
453
|
+
const referencepath_contentDocumentValidationError = validate$1g(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$1e(obj, path = 'SlackFileOutputRepresentation') {
|
|
|
550
550
|
return v_error === undefined ? null : v_error;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
function validate$
|
|
553
|
+
function validate$1e(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$1d(obj, path = 'SlackEmojiOutputRepresentation') {
|
|
|
674
674
|
return v_error === undefined ? null : v_error;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
-
function validate$
|
|
677
|
+
function validate$1d(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$1c(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$
|
|
1004
|
+
const referencepath_statusEmojiValidationError = validate$1e(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$1c(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
|
1064
1064
|
return v_error === undefined ? null : v_error;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
function validate$
|
|
1067
|
+
function validate$1c(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$1b(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$
|
|
1147
|
+
const referencepath_reactedUsers_itemValidationError = validate$1d(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$1b(obj, path = 'SlackReactionOutputRepresentation') {
|
|
|
1233
1233
|
return v_error === undefined ? null : v_error;
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
|
-
function validate$
|
|
1236
|
+
function validate$1b(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$1a(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$
|
|
1285
|
+
const referencepath_files_itemValidationError = validate$1f(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$1a(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$
|
|
1446
|
+
const referencepath_reactions_itemValidationError = validate$1c(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$1a(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$
|
|
1487
|
+
const referencepath_replyUsers_itemValidationError = validate$1d(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$1a(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1617
1617
|
}
|
|
1618
1618
|
const obj_userInfo = obj.userInfo;
|
|
1619
1619
|
const path_userInfo = path + '.userInfo';
|
|
1620
|
-
const referencepath_userInfoValidationError = validate$
|
|
1620
|
+
const referencepath_userInfoValidationError = validate$1d(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$1a(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1627
1627
|
return v_error === undefined ? null : v_error;
|
|
1628
1628
|
}
|
|
1629
1629
|
|
|
1630
|
-
function validate$
|
|
1630
|
+
function validate$1a(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$19(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$
|
|
1655
|
+
const referencepath_messageValidationError = validate$1b(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$19(obj, path = 'AnnotationConversationRepresentation') {
|
|
|
1689
1689
|
|
|
1690
1690
|
const TTL$r = 1000;
|
|
1691
1691
|
const VERSION$E = "bacc25da56cffff8126d9bdafc471a37";
|
|
1692
|
-
function validate$
|
|
1692
|
+
function validate$19(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$18(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$
|
|
1700
|
+
const referencepath_anchorValidationError = validate$1k(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$18(obj, path = 'AnnotationRepresentation') {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
const obj_asset = obj.asset;
|
|
1713
1713
|
const path_asset = path + '.asset';
|
|
1714
|
-
const referencepath_assetValidationError = validate$
|
|
1714
|
+
const referencepath_assetValidationError = validate$1j(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$18(obj, path = 'AnnotationRepresentation') {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
const obj_collaborationObject = obj.collaborationObject;
|
|
1721
1721
|
const path_collaborationObject = path + '.collaborationObject';
|
|
1722
|
-
const referencepath_collaborationObjectValidationError = validate$
|
|
1722
|
+
const referencepath_collaborationObjectValidationError = validate$1a(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$E(existing, incoming) {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
const ingest$E = function AnnotationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1769
1769
|
if (process.env.NODE_ENV !== 'production') {
|
|
1770
|
-
const validateError = validate$
|
|
1770
|
+
const validateError = validate$19(input);
|
|
1771
1771
|
if (validateError !== null) {
|
|
1772
1772
|
throw validateError;
|
|
1773
1773
|
}
|
|
@@ -1789,7 +1789,7 @@ function getTypeCacheKeys$E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1789
1789
|
|
|
1790
1790
|
const TTL$q = 1000;
|
|
1791
1791
|
const VERSION$D = "a80c8e970184cc7789e13f69392d6203";
|
|
1792
|
-
function validate$
|
|
1792
|
+
function validate$18(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$D(existing, incoming) {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
const ingest$D = function AnnotationCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1875
1875
|
if (process.env.NODE_ENV !== 'production') {
|
|
1876
|
-
const validateError = validate$
|
|
1876
|
+
const validateError = validate$18(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$p = 5000;
|
|
2142
2142
|
const VERSION$C = "505a83d97fefa7ce68ec6512264b0543";
|
|
2143
|
-
function validate$
|
|
2143
|
+
function validate$17(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$C(existing, incoming) {
|
|
|
2249
2249
|
}
|
|
2250
2250
|
const ingest$C = function SlackAppInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2251
2251
|
if (process.env.NODE_ENV !== 'production') {
|
|
2252
|
-
const validateError = validate$
|
|
2252
|
+
const validateError = validate$17(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$o, buildNetworkSnapshotCachePolicy$o);
|
|
2405
2405
|
};
|
|
2406
2406
|
|
|
2407
|
-
function validate$
|
|
2407
|
+
function validate$16(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$15(obj, path = 'BaseAnalyticsRepresentation') {
|
|
|
2439
2439
|
return v_error === undefined ? null : v_error;
|
|
2440
2440
|
}
|
|
2441
2441
|
|
|
2442
|
-
function validate$
|
|
2443
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
2442
|
+
function validate$15(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
|
|
2443
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$16(obj, path);
|
|
2444
2444
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
2445
2445
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
2446
2446
|
}
|
|
@@ -2452,8 +2452,8 @@ function validate$14(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresenta
|
|
|
2452
2452
|
return v_error === undefined ? null : v_error;
|
|
2453
2453
|
}
|
|
2454
2454
|
|
|
2455
|
-
function validate$
|
|
2456
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
2455
|
+
function validate$14(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
|
|
2456
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$16(obj, path);
|
|
2457
2457
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
2458
2458
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
2459
2459
|
}
|
|
@@ -2522,7 +2522,7 @@ function validate$13(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$
|
|
2525
|
+
const referencepath_workspaceValidationError = validate$15(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$13(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation'
|
|
|
2554
2554
|
|
|
2555
2555
|
const TTL$o = 500;
|
|
2556
2556
|
const VERSION$B = "ed60d9cca169a3e5ed897c67d11a23db";
|
|
2557
|
-
function validate$
|
|
2557
|
+
function validate$13(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$12(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$
|
|
2570
|
+
const referencepath_items_itemValidationError = validate$14(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$B(existing, incoming) {
|
|
|
2621
2621
|
}
|
|
2622
2622
|
const ingest$B = function AnalyticsAssetsQueryResultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2623
2623
|
if (process.env.NODE_ENV !== 'production') {
|
|
2624
|
-
const validateError = validate$
|
|
2624
|
+
const validateError = validate$13(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$A = "948ac50067b64bee8680b553b1e19a09";
|
|
2755
|
-
function validate$
|
|
2755
|
+
function validate$12(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 + '")');
|
|
@@ -2889,7 +2889,7 @@ function equals$A(existing, incoming) {
|
|
|
2889
2889
|
}
|
|
2890
2890
|
const ingest$A = function DashboardRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2891
2891
|
if (process.env.NODE_ENV !== 'production') {
|
|
2892
|
-
const validateError = validate$
|
|
2892
|
+
const validateError = validate$12(input);
|
|
2893
2893
|
if (validateError !== null) {
|
|
2894
2894
|
throw validateError;
|
|
2895
2895
|
}
|
|
@@ -2910,7 +2910,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
2912
2912
|
const VERSION$z = "962823130e6a9315240ef0e0f0c5f757";
|
|
2913
|
-
function validate$
|
|
2913
|
+
function validate$11(obj, path = 'DashboardCollectionRepresentation') {
|
|
2914
2914
|
const v_error = (() => {
|
|
2915
2915
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2916
2916
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2980,7 +2980,7 @@ function equals$z(existing, incoming) {
|
|
|
2980
2980
|
}
|
|
2981
2981
|
const ingest$z = function DashboardCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2982
2982
|
if (process.env.NODE_ENV !== 'production') {
|
|
2983
|
-
const validateError = validate$
|
|
2983
|
+
const validateError = validate$11(input);
|
|
2984
2984
|
if (validateError !== null) {
|
|
2985
2985
|
throw validateError;
|
|
2986
2986
|
}
|
|
@@ -3632,7 +3632,7 @@ const updateDashboardAdapterFactory = (luvio) => {
|
|
|
3632
3632
|
};
|
|
3633
3633
|
};
|
|
3634
3634
|
|
|
3635
|
-
function validate
|
|
3635
|
+
function validate$10(obj, path = 'DataAlertContentRepresentation') {
|
|
3636
3636
|
const v_error = (() => {
|
|
3637
3637
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3638
3638
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3646,7 +3646,7 @@ function validate$$(obj, path = 'DataAlertContentRepresentation') {
|
|
|
3646
3646
|
return v_error === undefined ? null : v_error;
|
|
3647
3647
|
}
|
|
3648
3648
|
|
|
3649
|
-
function validate
|
|
3649
|
+
function validate$$(obj, path = 'DataAlertReceiversRepresentation') {
|
|
3650
3650
|
const v_error = (() => {
|
|
3651
3651
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3652
3652
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3660,7 +3660,7 @@ function validate$_(obj, path = 'DataAlertReceiversRepresentation') {
|
|
|
3660
3660
|
return v_error === undefined ? null : v_error;
|
|
3661
3661
|
}
|
|
3662
3662
|
|
|
3663
|
-
function validate$
|
|
3663
|
+
function validate$_(obj, path = 'DataAlertDeliveryConfigurationRepresentation') {
|
|
3664
3664
|
const v_error = (() => {
|
|
3665
3665
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3666
3666
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3673,7 +3673,7 @@ function validate$Z(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
|
|
|
3673
3673
|
for (let i = 0; i < obj_receivers.length; i++) {
|
|
3674
3674
|
const obj_receivers_item = obj_receivers[i];
|
|
3675
3675
|
const path_receivers_item = path_receivers + '[' + i + ']';
|
|
3676
|
-
const referencepath_receivers_itemValidationError = validate
|
|
3676
|
+
const referencepath_receivers_itemValidationError = validate$$(obj_receivers_item, path_receivers_item);
|
|
3677
3677
|
if (referencepath_receivers_itemValidationError !== null) {
|
|
3678
3678
|
let message = 'Object doesn\'t match DataAlertReceiversRepresentation (at "' + path_receivers_item + '")\n';
|
|
3679
3679
|
message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3684,7 +3684,7 @@ function validate$Z(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
|
|
|
3684
3684
|
return v_error === undefined ? null : v_error;
|
|
3685
3685
|
}
|
|
3686
3686
|
|
|
3687
|
-
function validate$
|
|
3687
|
+
function validate$Z(obj, path = 'DataAlertScheduleRepresentation') {
|
|
3688
3688
|
const v_error = (() => {
|
|
3689
3689
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3690
3690
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3712,7 +3712,7 @@ function validate$Y(obj, path = 'DataAlertScheduleRepresentation') {
|
|
|
3712
3712
|
return v_error === undefined ? null : v_error;
|
|
3713
3713
|
}
|
|
3714
3714
|
|
|
3715
|
-
function validate$
|
|
3715
|
+
function validate$Y(obj, path = 'DataAlertValueRepresentation') {
|
|
3716
3716
|
const v_error = (() => {
|
|
3717
3717
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3718
3718
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3726,14 +3726,14 @@ function validate$X(obj, path = 'DataAlertValueRepresentation') {
|
|
|
3726
3726
|
return v_error === undefined ? null : v_error;
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
3729
|
-
function validate$
|
|
3729
|
+
function validate$X(obj, path = 'DataAlertConditionRepresentation') {
|
|
3730
3730
|
const v_error = (() => {
|
|
3731
3731
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3732
3732
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
3733
3733
|
}
|
|
3734
3734
|
const obj_leftOperand = obj.leftOperand;
|
|
3735
3735
|
const path_leftOperand = path + '.leftOperand';
|
|
3736
|
-
const referencepath_leftOperandValidationError = validate$
|
|
3736
|
+
const referencepath_leftOperandValidationError = validate$Y(obj_leftOperand, path_leftOperand);
|
|
3737
3737
|
if (referencepath_leftOperandValidationError !== null) {
|
|
3738
3738
|
let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_leftOperand + '")\n';
|
|
3739
3739
|
message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3746,7 +3746,7 @@ function validate$W(obj, path = 'DataAlertConditionRepresentation') {
|
|
|
3746
3746
|
}
|
|
3747
3747
|
const obj_rightOperand = obj.rightOperand;
|
|
3748
3748
|
const path_rightOperand = path + '.rightOperand';
|
|
3749
|
-
const referencepath_rightOperandValidationError = validate$
|
|
3749
|
+
const referencepath_rightOperandValidationError = validate$Y(obj_rightOperand, path_rightOperand);
|
|
3750
3750
|
if (referencepath_rightOperandValidationError !== null) {
|
|
3751
3751
|
let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_rightOperand + '")\n';
|
|
3752
3752
|
message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3756,7 +3756,7 @@ function validate$W(obj, path = 'DataAlertConditionRepresentation') {
|
|
|
3756
3756
|
return v_error === undefined ? null : v_error;
|
|
3757
3757
|
}
|
|
3758
3758
|
|
|
3759
|
-
function validate$
|
|
3759
|
+
function validate$W(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
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$V(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
3769
3769
|
for (let i = 0; i < obj_conditions.length; i++) {
|
|
3770
3770
|
const obj_conditions_item = obj_conditions[i];
|
|
3771
3771
|
const path_conditions_item = path_conditions + '[' + i + ']';
|
|
3772
|
-
const referencepath_conditions_itemValidationError = validate$
|
|
3772
|
+
const referencepath_conditions_itemValidationError = validate$X(obj_conditions_item, path_conditions_item);
|
|
3773
3773
|
if (referencepath_conditions_itemValidationError !== null) {
|
|
3774
3774
|
let message = 'Object doesn\'t match DataAlertConditionRepresentation (at "' + path_conditions_item + '")\n';
|
|
3775
3775
|
message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3787,7 +3787,7 @@ function validate$V(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
3787
3787
|
|
|
3788
3788
|
const TTL$n = 500;
|
|
3789
3789
|
const VERSION$y = "04f6ab40ada1d70c527b0dd9ba6e7415";
|
|
3790
|
-
function validate$
|
|
3790
|
+
function validate$V(obj, path = 'DataAlertRepresentation') {
|
|
3791
3791
|
const v_error = (() => {
|
|
3792
3792
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3793
3793
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3799,7 +3799,7 @@ function validate$U(obj, path = 'DataAlertRepresentation') {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
const obj_content = obj.content;
|
|
3801
3801
|
const path_content = path + '.content';
|
|
3802
|
-
const referencepath_contentValidationError = validate
|
|
3802
|
+
const referencepath_contentValidationError = validate$10(obj_content, path_content);
|
|
3803
3803
|
if (referencepath_contentValidationError !== null) {
|
|
3804
3804
|
let message = 'Object doesn\'t match DataAlertContentRepresentation (at "' + path_content + '")\n';
|
|
3805
3805
|
message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3817,7 +3817,7 @@ function validate$U(obj, path = 'DataAlertRepresentation') {
|
|
|
3817
3817
|
}
|
|
3818
3818
|
const obj_deliveryConfigurations = obj.deliveryConfigurations;
|
|
3819
3819
|
const path_deliveryConfigurations = path + '.deliveryConfigurations';
|
|
3820
|
-
const referencepath_deliveryConfigurationsValidationError = validate$
|
|
3820
|
+
const referencepath_deliveryConfigurationsValidationError = validate$_(obj_deliveryConfigurations, path_deliveryConfigurations);
|
|
3821
3821
|
if (referencepath_deliveryConfigurationsValidationError !== null) {
|
|
3822
3822
|
let message = 'Object doesn\'t match DataAlertDeliveryConfigurationRepresentation (at "' + path_deliveryConfigurations + '")\n';
|
|
3823
3823
|
message += referencepath_deliveryConfigurationsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3835,7 +3835,7 @@ function validate$U(obj, path = 'DataAlertRepresentation') {
|
|
|
3835
3835
|
}
|
|
3836
3836
|
const obj_schedule = obj.schedule;
|
|
3837
3837
|
const path_schedule = path + '.schedule';
|
|
3838
|
-
const referencepath_scheduleValidationError = validate$
|
|
3838
|
+
const referencepath_scheduleValidationError = validate$Z(obj_schedule, path_schedule);
|
|
3839
3839
|
if (referencepath_scheduleValidationError !== null) {
|
|
3840
3840
|
let message = 'Object doesn\'t match DataAlertScheduleRepresentation (at "' + path_schedule + '")\n';
|
|
3841
3841
|
message += referencepath_scheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3843,7 +3843,7 @@ function validate$U(obj, path = 'DataAlertRepresentation') {
|
|
|
3843
3843
|
}
|
|
3844
3844
|
const obj_thresholds = obj.thresholds;
|
|
3845
3845
|
const path_thresholds = path + '.thresholds';
|
|
3846
|
-
const referencepath_thresholdsValidationError = validate$
|
|
3846
|
+
const referencepath_thresholdsValidationError = validate$W(obj_thresholds, path_thresholds);
|
|
3847
3847
|
if (referencepath_thresholdsValidationError !== null) {
|
|
3848
3848
|
let message = 'Object doesn\'t match DataAlertThresholdsRepresentation (at "' + path_thresholds + '")\n';
|
|
3849
3849
|
message += referencepath_thresholdsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3881,7 +3881,7 @@ function equals$y(existing, incoming) {
|
|
|
3881
3881
|
}
|
|
3882
3882
|
const ingest$y = function DataAlertRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3883
3883
|
if (process.env.NODE_ENV !== 'production') {
|
|
3884
|
-
const validateError = validate$
|
|
3884
|
+
const validateError = validate$V(input);
|
|
3885
3885
|
if (validateError !== null) {
|
|
3886
3886
|
throw validateError;
|
|
3887
3887
|
}
|
|
@@ -3903,7 +3903,7 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
3903
3903
|
|
|
3904
3904
|
const TTL$m = 500;
|
|
3905
3905
|
const VERSION$x = "d3e9e0efe02f7fa88865b7e72fe25f25";
|
|
3906
|
-
function validate$
|
|
3906
|
+
function validate$U(obj, path = 'DataAlertCollectionRepresentation') {
|
|
3907
3907
|
const v_error = (() => {
|
|
3908
3908
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3909
3909
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3916,7 +3916,7 @@ function validate$T(obj, path = 'DataAlertCollectionRepresentation') {
|
|
|
3916
3916
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
3917
3917
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
3918
3918
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
3919
|
-
const referencepath_dataAlerts_itemValidationError = validate$
|
|
3919
|
+
const referencepath_dataAlerts_itemValidationError = validate$V(obj_dataAlerts_item, path_dataAlerts_item);
|
|
3920
3920
|
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
3921
3921
|
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
3922
3922
|
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3977,7 +3977,7 @@ function equals$x(existing, incoming) {
|
|
|
3977
3977
|
}
|
|
3978
3978
|
const ingest$x = function DataAlertCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3979
3979
|
if (process.env.NODE_ENV !== 'production') {
|
|
3980
|
-
const validateError = validate$
|
|
3980
|
+
const validateError = validate$U(input);
|
|
3981
3981
|
if (validateError !== null) {
|
|
3982
3982
|
throw validateError;
|
|
3983
3983
|
}
|
|
@@ -4141,7 +4141,7 @@ var DiscriminatorValues$3;
|
|
|
4141
4141
|
(function (DiscriminatorValues) {
|
|
4142
4142
|
DiscriminatorValues["Notification"] = "Notification";
|
|
4143
4143
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
4144
|
-
function validate$
|
|
4144
|
+
function validate$T(obj, path = 'DataAlertReceiversInputRepresentation') {
|
|
4145
4145
|
const v_error = (() => {
|
|
4146
4146
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4147
4147
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4155,7 +4155,7 @@ function validate$S(obj, path = 'DataAlertReceiversInputRepresentation') {
|
|
|
4155
4155
|
return v_error === undefined ? null : v_error;
|
|
4156
4156
|
}
|
|
4157
4157
|
|
|
4158
|
-
function validate$
|
|
4158
|
+
function validate$S(obj, path = 'DataAlertDeliveryConfigurationInputRepresentation') {
|
|
4159
4159
|
const v_error = (() => {
|
|
4160
4160
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4161
4161
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4168,7 +4168,7 @@ function validate$R(obj, path = 'DataAlertDeliveryConfigurationInputRepresentati
|
|
|
4168
4168
|
for (let i = 0; i < obj_receivers.length; i++) {
|
|
4169
4169
|
const obj_receivers_item = obj_receivers[i];
|
|
4170
4170
|
const path_receivers_item = path_receivers + '[' + i + ']';
|
|
4171
|
-
const referencepath_receivers_itemValidationError = validate$
|
|
4171
|
+
const referencepath_receivers_itemValidationError = validate$T(obj_receivers_item, path_receivers_item);
|
|
4172
4172
|
if (referencepath_receivers_itemValidationError !== null) {
|
|
4173
4173
|
let message = 'Object doesn\'t match DataAlertReceiversInputRepresentation (at "' + path_receivers_item + '")\n';
|
|
4174
4174
|
message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4184,7 +4184,7 @@ var DiscriminatorValues$2;
|
|
|
4184
4184
|
DiscriminatorValues["RawValue"] = "RawValue";
|
|
4185
4185
|
DiscriminatorValues["Insights"] = "Insights";
|
|
4186
4186
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
4187
|
-
function validate$
|
|
4187
|
+
function validate$R(obj, path = 'DataAlertValueInputRepresentation') {
|
|
4188
4188
|
const v_error = (() => {
|
|
4189
4189
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4190
4190
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4198,7 +4198,7 @@ function validate$Q(obj, path = 'DataAlertValueInputRepresentation') {
|
|
|
4198
4198
|
return v_error === undefined ? null : v_error;
|
|
4199
4199
|
}
|
|
4200
4200
|
|
|
4201
|
-
function validate$
|
|
4201
|
+
function validate$Q(obj, path = 'DataAlertValueRightOperandInputRepresentation') {
|
|
4202
4202
|
const v_error = (() => {
|
|
4203
4203
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4204
4204
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4212,14 +4212,14 @@ function validate$P(obj, path = 'DataAlertValueRightOperandInputRepresentation')
|
|
|
4212
4212
|
return v_error === undefined ? null : v_error;
|
|
4213
4213
|
}
|
|
4214
4214
|
|
|
4215
|
-
function validate$
|
|
4215
|
+
function validate$P(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
4216
4216
|
const v_error = (() => {
|
|
4217
4217
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4218
4218
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
4219
4219
|
}
|
|
4220
4220
|
const obj_leftOperand = obj.leftOperand;
|
|
4221
4221
|
const path_leftOperand = path + '.leftOperand';
|
|
4222
|
-
const referencepath_leftOperandValidationError = validate$
|
|
4222
|
+
const referencepath_leftOperandValidationError = validate$R(obj_leftOperand, path_leftOperand);
|
|
4223
4223
|
if (referencepath_leftOperandValidationError !== null) {
|
|
4224
4224
|
let message = 'Object doesn\'t match DataAlertValueInputRepresentation (at "' + path_leftOperand + '")\n';
|
|
4225
4225
|
message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4232,7 +4232,7 @@ function validate$O(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
|
4232
4232
|
}
|
|
4233
4233
|
const obj_rightOperand = obj.rightOperand;
|
|
4234
4234
|
const path_rightOperand = path + '.rightOperand';
|
|
4235
|
-
const referencepath_rightOperandValidationError = validate$
|
|
4235
|
+
const referencepath_rightOperandValidationError = validate$Q(obj_rightOperand, path_rightOperand);
|
|
4236
4236
|
if (referencepath_rightOperandValidationError !== null) {
|
|
4237
4237
|
let message = 'Object doesn\'t match DataAlertValueRightOperandInputRepresentation (at "' + path_rightOperand + '")\n';
|
|
4238
4238
|
message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4242,7 +4242,7 @@ function validate$O(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
|
4242
4242
|
return v_error === undefined ? null : v_error;
|
|
4243
4243
|
}
|
|
4244
4244
|
|
|
4245
|
-
function validate$
|
|
4245
|
+
function validate$O(obj, path = 'DataAlertThresholdsInputRepresentation') {
|
|
4246
4246
|
const v_error = (() => {
|
|
4247
4247
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4248
4248
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4255,7 +4255,7 @@ function validate$N(obj, path = 'DataAlertThresholdsInputRepresentation') {
|
|
|
4255
4255
|
for (let i = 0; i < obj_conditions.length; i++) {
|
|
4256
4256
|
const obj_conditions_item = obj_conditions[i];
|
|
4257
4257
|
const path_conditions_item = path_conditions + '[' + i + ']';
|
|
4258
|
-
const referencepath_conditions_itemValidationError = validate$
|
|
4258
|
+
const referencepath_conditions_itemValidationError = validate$P(obj_conditions_item, path_conditions_item);
|
|
4259
4259
|
if (referencepath_conditions_itemValidationError !== null) {
|
|
4260
4260
|
let message = 'Object doesn\'t match DataAlertConditionInputRepresentation (at "' + path_conditions_item + '")\n';
|
|
4261
4261
|
message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4312,7 +4312,7 @@ var DiscriminatorValues$1;
|
|
|
4312
4312
|
(function (DiscriminatorValues) {
|
|
4313
4313
|
DiscriminatorValues["Metric"] = "Metric";
|
|
4314
4314
|
})(DiscriminatorValues$1 || (DiscriminatorValues$1 = {}));
|
|
4315
|
-
function validate$
|
|
4315
|
+
function validate$N(obj, path = 'DataAlertContentInputRepresentation') {
|
|
4316
4316
|
const v_error = (() => {
|
|
4317
4317
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4318
4318
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4332,7 +4332,7 @@ var DiscriminatorValues;
|
|
|
4332
4332
|
DiscriminatorValues["Weekly"] = "Weekly";
|
|
4333
4333
|
DiscriminatorValues["EveryNMinutes"] = "EveryNMinutes";
|
|
4334
4334
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
4335
|
-
function validate$
|
|
4335
|
+
function validate$M(obj, path = 'DataAlertScheduleInputRepresentation') {
|
|
4336
4336
|
const v_error = (() => {
|
|
4337
4337
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4338
4338
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4376,22 +4376,22 @@ function typeCheckConfig$N(untrustedConfig) {
|
|
|
4376
4376
|
const config = {};
|
|
4377
4377
|
typeCheckConfig$Z(untrustedConfig, config, createDataAlert_ConfigPropertyMetadata);
|
|
4378
4378
|
const untrustedConfig_content = untrustedConfig.content;
|
|
4379
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
4379
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$N(untrustedConfig_content);
|
|
4380
4380
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
4381
4381
|
config.content = untrustedConfig_content;
|
|
4382
4382
|
}
|
|
4383
4383
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
4384
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
4384
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$S(untrustedConfig_deliveryConfigurations);
|
|
4385
4385
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
4386
4386
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
4387
4387
|
}
|
|
4388
4388
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
4389
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
4389
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$M(untrustedConfig_schedule);
|
|
4390
4390
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
4391
4391
|
config.schedule = untrustedConfig_schedule;
|
|
4392
4392
|
}
|
|
4393
4393
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
4394
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
4394
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$O(untrustedConfig_thresholds);
|
|
4395
4395
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
4396
4396
|
config.thresholds = untrustedConfig_thresholds;
|
|
4397
4397
|
}
|
|
@@ -4717,22 +4717,22 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
4717
4717
|
const config = {};
|
|
4718
4718
|
typeCheckConfig$Z(untrustedConfig, config, updateDataAlert_ConfigPropertyMetadata);
|
|
4719
4719
|
const untrustedConfig_content = untrustedConfig.content;
|
|
4720
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
4720
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$N(untrustedConfig_content);
|
|
4721
4721
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
4722
4722
|
config.content = untrustedConfig_content;
|
|
4723
4723
|
}
|
|
4724
4724
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
4725
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
4725
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$S(untrustedConfig_deliveryConfigurations);
|
|
4726
4726
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
4727
4727
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
4728
4728
|
}
|
|
4729
4729
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
4730
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
4730
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$M(untrustedConfig_schedule);
|
|
4731
4731
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
4732
4732
|
config.schedule = untrustedConfig_schedule;
|
|
4733
4733
|
}
|
|
4734
4734
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
4735
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
4735
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$O(untrustedConfig_thresholds);
|
|
4736
4736
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
4737
4737
|
config.thresholds = untrustedConfig_thresholds;
|
|
4738
4738
|
}
|
|
@@ -4782,7 +4782,7 @@ const updateDataAlertAdapterFactory = (luvio) => {
|
|
|
4782
4782
|
|
|
4783
4783
|
const TTL$l = 100;
|
|
4784
4784
|
const VERSION$w = "26cdd644d03794763d0bbd771321ec42";
|
|
4785
|
-
function validate$
|
|
4785
|
+
function validate$L(obj, path = 'DataAlertRunOutputRepresentation') {
|
|
4786
4786
|
const v_error = (() => {
|
|
4787
4787
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4788
4788
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4859,7 +4859,7 @@ function equals$w(existing, incoming) {
|
|
|
4859
4859
|
}
|
|
4860
4860
|
const ingest$w = function DataAlertRunOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
4861
4861
|
if (process.env.NODE_ENV !== 'production') {
|
|
4862
|
-
const validateError = validate$
|
|
4862
|
+
const validateError = validate$L(input);
|
|
4863
4863
|
if (validateError !== null) {
|
|
4864
4864
|
throw validateError;
|
|
4865
4865
|
}
|
|
@@ -4969,8 +4969,8 @@ const postDataAlertRunAdapterFactory = (luvio) => {
|
|
|
4969
4969
|
};
|
|
4970
4970
|
};
|
|
4971
4971
|
|
|
4972
|
-
function validate$
|
|
4973
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
4972
|
+
function validate$K(obj, path = 'AnalyticsUserRepresentation') {
|
|
4973
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$16(obj, path);
|
|
4974
4974
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
4975
4975
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
4976
4976
|
}
|
|
@@ -5011,8 +5011,8 @@ function validate$J(obj, path = 'AnalyticsUserRepresentation') {
|
|
|
5011
5011
|
}
|
|
5012
5012
|
|
|
5013
5013
|
const TTL$k = 500;
|
|
5014
|
-
const VERSION$v = "
|
|
5015
|
-
function validate$
|
|
5014
|
+
const VERSION$v = "c3146faa002b9dc423c9bb45dc4db3f2";
|
|
5015
|
+
function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
5016
5016
|
const v_error = (() => {
|
|
5017
5017
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5018
5018
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5021,7 +5021,7 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5021
5021
|
const path_acknowledgedBy = path + '.acknowledgedBy';
|
|
5022
5022
|
let obj_acknowledgedBy_union0 = null;
|
|
5023
5023
|
const obj_acknowledgedBy_union0_error = (() => {
|
|
5024
|
-
const referencepath_acknowledgedByValidationError = validate$
|
|
5024
|
+
const referencepath_acknowledgedByValidationError = validate$K(obj_acknowledgedBy, path_acknowledgedBy);
|
|
5025
5025
|
if (referencepath_acknowledgedByValidationError !== null) {
|
|
5026
5026
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
|
|
5027
5027
|
message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5107,7 +5107,7 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5107
5107
|
const path_cancelledBy = path + '.cancelledBy';
|
|
5108
5108
|
let obj_cancelledBy_union0 = null;
|
|
5109
5109
|
const obj_cancelledBy_union0_error = (() => {
|
|
5110
|
-
const referencepath_cancelledByValidationError = validate$
|
|
5110
|
+
const referencepath_cancelledByValidationError = validate$K(obj_cancelledBy, path_cancelledBy);
|
|
5111
5111
|
if (referencepath_cancelledByValidationError !== null) {
|
|
5112
5112
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
|
|
5113
5113
|
message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5162,7 +5162,7 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5162
5162
|
const path_completedBy = path + '.completedBy';
|
|
5163
5163
|
let obj_completedBy_union0 = null;
|
|
5164
5164
|
const obj_completedBy_union0_error = (() => {
|
|
5165
|
-
const referencepath_completedByValidationError = validate$
|
|
5165
|
+
const referencepath_completedByValidationError = validate$K(obj_completedBy, path_completedBy);
|
|
5166
5166
|
if (referencepath_completedByValidationError !== null) {
|
|
5167
5167
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
|
|
5168
5168
|
message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5277,7 +5277,7 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5277
5277
|
}
|
|
5278
5278
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
5279
5279
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
5280
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
5280
|
+
const referencepath_lastModifiedByValidationError = validate$K(obj_lastModifiedBy, path_lastModifiedBy);
|
|
5281
5281
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
5282
5282
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
5283
5283
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5340,6 +5340,87 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5340
5340
|
message += '\n' + obj_numberOfDependencies_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5341
5341
|
return new TypeError(message);
|
|
5342
5342
|
}
|
|
5343
|
+
const obj_packageExportStatus = obj.packageExportStatus;
|
|
5344
|
+
const path_packageExportStatus = path + '.packageExportStatus';
|
|
5345
|
+
let obj_packageExportStatus_union0 = null;
|
|
5346
|
+
const obj_packageExportStatus_union0_error = (() => {
|
|
5347
|
+
if (typeof obj_packageExportStatus !== 'string') {
|
|
5348
|
+
return new TypeError('Expected "string" but received "' + typeof obj_packageExportStatus + '" (at "' + path_packageExportStatus + '")');
|
|
5349
|
+
}
|
|
5350
|
+
})();
|
|
5351
|
+
if (obj_packageExportStatus_union0_error != null) {
|
|
5352
|
+
obj_packageExportStatus_union0 = obj_packageExportStatus_union0_error.message;
|
|
5353
|
+
}
|
|
5354
|
+
let obj_packageExportStatus_union1 = null;
|
|
5355
|
+
const obj_packageExportStatus_union1_error = (() => {
|
|
5356
|
+
if (obj_packageExportStatus !== null) {
|
|
5357
|
+
return new TypeError('Expected "null" but received "' + typeof obj_packageExportStatus + '" (at "' + path_packageExportStatus + '")');
|
|
5358
|
+
}
|
|
5359
|
+
})();
|
|
5360
|
+
if (obj_packageExportStatus_union1_error != null) {
|
|
5361
|
+
obj_packageExportStatus_union1 = obj_packageExportStatus_union1_error.message;
|
|
5362
|
+
}
|
|
5363
|
+
if (obj_packageExportStatus_union0 && obj_packageExportStatus_union1) {
|
|
5364
|
+
let message = 'Object doesn\'t match union (at "' + path_packageExportStatus + '")';
|
|
5365
|
+
message += '\n' + obj_packageExportStatus_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5366
|
+
message += '\n' + obj_packageExportStatus_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5367
|
+
return new TypeError(message);
|
|
5368
|
+
}
|
|
5369
|
+
const obj_packageExportedBy = obj.packageExportedBy;
|
|
5370
|
+
const path_packageExportedBy = path + '.packageExportedBy';
|
|
5371
|
+
let obj_packageExportedBy_union0 = null;
|
|
5372
|
+
const obj_packageExportedBy_union0_error = (() => {
|
|
5373
|
+
const referencepath_packageExportedByValidationError = validate$K(obj_packageExportedBy, path_packageExportedBy);
|
|
5374
|
+
if (referencepath_packageExportedByValidationError !== null) {
|
|
5375
|
+
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_packageExportedBy + '")\n';
|
|
5376
|
+
message += referencepath_packageExportedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5377
|
+
return new TypeError(message);
|
|
5378
|
+
}
|
|
5379
|
+
})();
|
|
5380
|
+
if (obj_packageExportedBy_union0_error != null) {
|
|
5381
|
+
obj_packageExportedBy_union0 = obj_packageExportedBy_union0_error.message;
|
|
5382
|
+
}
|
|
5383
|
+
let obj_packageExportedBy_union1 = null;
|
|
5384
|
+
const obj_packageExportedBy_union1_error = (() => {
|
|
5385
|
+
if (obj_packageExportedBy !== null) {
|
|
5386
|
+
return new TypeError('Expected "null" but received "' + typeof obj_packageExportedBy + '" (at "' + path_packageExportedBy + '")');
|
|
5387
|
+
}
|
|
5388
|
+
})();
|
|
5389
|
+
if (obj_packageExportedBy_union1_error != null) {
|
|
5390
|
+
obj_packageExportedBy_union1 = obj_packageExportedBy_union1_error.message;
|
|
5391
|
+
}
|
|
5392
|
+
if (obj_packageExportedBy_union0 && obj_packageExportedBy_union1) {
|
|
5393
|
+
let message = 'Object doesn\'t match union (at "' + path_packageExportedBy + '")';
|
|
5394
|
+
message += '\n' + obj_packageExportedBy_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5395
|
+
message += '\n' + obj_packageExportedBy_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5396
|
+
return new TypeError(message);
|
|
5397
|
+
}
|
|
5398
|
+
const obj_packageExportedDate = obj.packageExportedDate;
|
|
5399
|
+
const path_packageExportedDate = path + '.packageExportedDate';
|
|
5400
|
+
let obj_packageExportedDate_union0 = null;
|
|
5401
|
+
const obj_packageExportedDate_union0_error = (() => {
|
|
5402
|
+
if (typeof obj_packageExportedDate !== 'string') {
|
|
5403
|
+
return new TypeError('Expected "string" but received "' + typeof obj_packageExportedDate + '" (at "' + path_packageExportedDate + '")');
|
|
5404
|
+
}
|
|
5405
|
+
})();
|
|
5406
|
+
if (obj_packageExportedDate_union0_error != null) {
|
|
5407
|
+
obj_packageExportedDate_union0 = obj_packageExportedDate_union0_error.message;
|
|
5408
|
+
}
|
|
5409
|
+
let obj_packageExportedDate_union1 = null;
|
|
5410
|
+
const obj_packageExportedDate_union1_error = (() => {
|
|
5411
|
+
if (obj_packageExportedDate !== null) {
|
|
5412
|
+
return new TypeError('Expected "null" but received "' + typeof obj_packageExportedDate + '" (at "' + path_packageExportedDate + '")');
|
|
5413
|
+
}
|
|
5414
|
+
})();
|
|
5415
|
+
if (obj_packageExportedDate_union1_error != null) {
|
|
5416
|
+
obj_packageExportedDate_union1 = obj_packageExportedDate_union1_error.message;
|
|
5417
|
+
}
|
|
5418
|
+
if (obj_packageExportedDate_union0 && obj_packageExportedDate_union1) {
|
|
5419
|
+
let message = 'Object doesn\'t match union (at "' + path_packageExportedDate + '")';
|
|
5420
|
+
message += '\n' + obj_packageExportedDate_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5421
|
+
message += '\n' + obj_packageExportedDate_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5422
|
+
return new TypeError(message);
|
|
5423
|
+
}
|
|
5343
5424
|
const obj_personalOrgId = obj.personalOrgId;
|
|
5344
5425
|
const path_personalOrgId = path + '.personalOrgId';
|
|
5345
5426
|
let obj_personalOrgId_union0 = null;
|
|
@@ -5477,7 +5558,7 @@ function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5477
5558
|
}
|
|
5478
5559
|
const obj_requestedBy = obj.requestedBy;
|
|
5479
5560
|
const path_requestedBy = path + '.requestedBy';
|
|
5480
|
-
const referencepath_requestedByValidationError = validate$
|
|
5561
|
+
const referencepath_requestedByValidationError = validate$K(obj_requestedBy, path_requestedBy);
|
|
5481
5562
|
if (referencepath_requestedByValidationError !== null) {
|
|
5482
5563
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
|
|
5483
5564
|
message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5587,7 +5668,7 @@ function equals$v(existing, incoming) {
|
|
|
5587
5668
|
}
|
|
5588
5669
|
const ingest$v = function DataAssetRequestRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5589
5670
|
if (process.env.NODE_ENV !== 'production') {
|
|
5590
|
-
const validateError = validate$
|
|
5671
|
+
const validateError = validate$J(input);
|
|
5591
5672
|
if (validateError !== null) {
|
|
5592
5673
|
throw validateError;
|
|
5593
5674
|
}
|
|
@@ -5609,7 +5690,7 @@ function getTypeCacheKeys$v(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
5609
5690
|
|
|
5610
5691
|
const TTL$j = 500;
|
|
5611
5692
|
const VERSION$u = "b130e3ebdd5cd1a5007c21dad3bfa38a";
|
|
5612
|
-
function validate$
|
|
5693
|
+
function validate$I(obj, path = 'DataAssetRequestCollectionRepresentation') {
|
|
5613
5694
|
const v_error = (() => {
|
|
5614
5695
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5615
5696
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5622,7 +5703,7 @@ function validate$H(obj, path = 'DataAssetRequestCollectionRepresentation') {
|
|
|
5622
5703
|
for (let i = 0; i < obj_dataAssetRequests.length; i++) {
|
|
5623
5704
|
const obj_dataAssetRequests_item = obj_dataAssetRequests[i];
|
|
5624
5705
|
const path_dataAssetRequests_item = path_dataAssetRequests + '[' + i + ']';
|
|
5625
|
-
const referencepath_dataAssetRequests_itemValidationError = validate$
|
|
5706
|
+
const referencepath_dataAssetRequests_itemValidationError = validate$J(obj_dataAssetRequests_item, path_dataAssetRequests_item);
|
|
5626
5707
|
if (referencepath_dataAssetRequests_itemValidationError !== null) {
|
|
5627
5708
|
let message = 'Object doesn\'t match DataAssetRequestRepresentation (at "' + path_dataAssetRequests_item + '")\n';
|
|
5628
5709
|
message += referencepath_dataAssetRequests_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5652,7 +5733,7 @@ function equals$u(existing, incoming) {
|
|
|
5652
5733
|
}
|
|
5653
5734
|
const ingest$u = function DataAssetRequestCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5654
5735
|
if (process.env.NODE_ENV !== 'production') {
|
|
5655
|
-
const validateError = validate$
|
|
5736
|
+
const validateError = validate$I(input);
|
|
5656
5737
|
if (validateError !== null) {
|
|
5657
5738
|
throw validateError;
|
|
5658
5739
|
}
|
|
@@ -5869,6 +5950,7 @@ const createDataAssetRequest_ConfigPropertyMetadata = [
|
|
|
5869
5950
|
generateParamConfigMetadata('sourceRequestId', false, 2 /* Body */, 0 /* String */),
|
|
5870
5951
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
5871
5952
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
5953
|
+
generateParamConfigMetadata('packageExportStatus', false, 2 /* Body */, 0 /* String */),
|
|
5872
5954
|
];
|
|
5873
5955
|
const createDataAssetRequest_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$H, createDataAssetRequest_ConfigPropertyMetadata);
|
|
5874
5956
|
const createResourceParams$H = /*#__PURE__*/ createResourceParams$Z(createDataAssetRequest_ConfigPropertyMetadata);
|
|
@@ -5921,7 +6003,7 @@ const createDataAssetRequestAdapterFactory = (luvio) => {
|
|
|
5921
6003
|
|
|
5922
6004
|
const TTL$i = 500;
|
|
5923
6005
|
const VERSION$t = "e424b55efdacaf049d687461eddd10cc";
|
|
5924
|
-
function validate$
|
|
6006
|
+
function validate$H(obj, path = 'DataAssetRequestCountRepresentation') {
|
|
5925
6007
|
const v_error = (() => {
|
|
5926
6008
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5927
6009
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5954,7 +6036,7 @@ function equals$t(existing, incoming) {
|
|
|
5954
6036
|
}
|
|
5955
6037
|
const ingest$t = function DataAssetRequestCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
5956
6038
|
if (process.env.NODE_ENV !== 'production') {
|
|
5957
|
-
const validateError = validate$
|
|
6039
|
+
const validateError = validate$H(input);
|
|
5958
6040
|
if (validateError !== null) {
|
|
5959
6041
|
throw validateError;
|
|
5960
6042
|
}
|
|
@@ -6308,6 +6390,7 @@ const updateDataAssetRequest_ConfigPropertyMetadata = [
|
|
|
6308
6390
|
generateParamConfigMetadata('sourceRequestId', false, 2 /* Body */, 0 /* String */),
|
|
6309
6391
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
6310
6392
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
6393
|
+
generateParamConfigMetadata('packageExportStatus', false, 2 /* Body */, 0 /* String */),
|
|
6311
6394
|
];
|
|
6312
6395
|
const updateDataAssetRequest_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$E, updateDataAssetRequest_ConfigPropertyMetadata);
|
|
6313
6396
|
const createResourceParams$E = /*#__PURE__*/ createResourceParams$Z(updateDataAssetRequest_ConfigPropertyMetadata);
|
|
@@ -6358,6 +6441,30 @@ const updateDataAssetRequestAdapterFactory = (luvio) => {
|
|
|
6358
6441
|
};
|
|
6359
6442
|
};
|
|
6360
6443
|
|
|
6444
|
+
function validate$G(obj, path = 'DataSpaceInfoRepresentation') {
|
|
6445
|
+
const v_error = (() => {
|
|
6446
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6447
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
6448
|
+
}
|
|
6449
|
+
const obj_dataSpaceDeveloperName = obj.dataSpaceDeveloperName;
|
|
6450
|
+
const path_dataSpaceDeveloperName = path + '.dataSpaceDeveloperName';
|
|
6451
|
+
if (typeof obj_dataSpaceDeveloperName !== 'string') {
|
|
6452
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceDeveloperName + '" (at "' + path_dataSpaceDeveloperName + '")');
|
|
6453
|
+
}
|
|
6454
|
+
const obj_dataSpaceLabel = obj.dataSpaceLabel;
|
|
6455
|
+
const path_dataSpaceLabel = path + '.dataSpaceLabel';
|
|
6456
|
+
if (typeof obj_dataSpaceLabel !== 'string') {
|
|
6457
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceLabel + '" (at "' + path_dataSpaceLabel + '")');
|
|
6458
|
+
}
|
|
6459
|
+
const obj_dataSpacePrefix = obj.dataSpacePrefix;
|
|
6460
|
+
const path_dataSpacePrefix = path + '.dataSpacePrefix';
|
|
6461
|
+
if (typeof obj_dataSpacePrefix !== 'string') {
|
|
6462
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpacePrefix + '" (at "' + path_dataSpacePrefix + '")');
|
|
6463
|
+
}
|
|
6464
|
+
})();
|
|
6465
|
+
return v_error === undefined ? null : v_error;
|
|
6466
|
+
}
|
|
6467
|
+
|
|
6361
6468
|
function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
6362
6469
|
const v_error = (() => {
|
|
6363
6470
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -6375,7 +6482,7 @@ function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
|
6375
6482
|
}
|
|
6376
6483
|
const obj_createdBy = obj.createdBy;
|
|
6377
6484
|
const path_createdBy = path + '.createdBy';
|
|
6378
|
-
const referencepath_createdByValidationError = validate$
|
|
6485
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
6379
6486
|
if (referencepath_createdByValidationError !== null) {
|
|
6380
6487
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6381
6488
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6395,6 +6502,23 @@ function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
|
6395
6502
|
return new TypeError('Expected "string" but received "' + typeof obj_createdWorkspace + '" (at "' + path_createdWorkspace + '")');
|
|
6396
6503
|
}
|
|
6397
6504
|
}
|
|
6505
|
+
if (obj.dataSpaceInfo !== undefined) {
|
|
6506
|
+
const obj_dataSpaceInfo = obj.dataSpaceInfo;
|
|
6507
|
+
const path_dataSpaceInfo = path + '.dataSpaceInfo';
|
|
6508
|
+
if (!ArrayIsArray(obj_dataSpaceInfo)) {
|
|
6509
|
+
return new TypeError('Expected "array" but received "' + typeof obj_dataSpaceInfo + '" (at "' + path_dataSpaceInfo + '")');
|
|
6510
|
+
}
|
|
6511
|
+
for (let i = 0; i < obj_dataSpaceInfo.length; i++) {
|
|
6512
|
+
const obj_dataSpaceInfo_item = obj_dataSpaceInfo[i];
|
|
6513
|
+
const path_dataSpaceInfo_item = path_dataSpaceInfo + '[' + i + ']';
|
|
6514
|
+
const referencepath_dataSpaceInfo_itemValidationError = validate$G(obj_dataSpaceInfo_item, path_dataSpaceInfo_item);
|
|
6515
|
+
if (referencepath_dataSpaceInfo_itemValidationError !== null) {
|
|
6516
|
+
let message = 'Object doesn\'t match DataSpaceInfoRepresentation (at "' + path_dataSpaceInfo_item + '")\n';
|
|
6517
|
+
message += referencepath_dataSpaceInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
6518
|
+
return new TypeError(message);
|
|
6519
|
+
}
|
|
6520
|
+
}
|
|
6521
|
+
}
|
|
6398
6522
|
if (obj.description !== undefined) {
|
|
6399
6523
|
const obj_description = obj.description;
|
|
6400
6524
|
const path_description = path + '.description';
|
|
@@ -6416,7 +6540,7 @@ function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
|
6416
6540
|
}
|
|
6417
6541
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
6418
6542
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
6419
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
6543
|
+
const referencepath_lastModifiedByValidationError = validate$K(obj_lastModifiedBy, path_lastModifiedBy);
|
|
6420
6544
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
6421
6545
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
6422
6546
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6732,7 +6856,7 @@ function validate$B(obj, path = 'FollowerAssetRepresentation') {
|
|
|
6732
6856
|
}
|
|
6733
6857
|
const obj_createdBy = obj.createdBy;
|
|
6734
6858
|
const path_createdBy = path + '.createdBy';
|
|
6735
|
-
const referencepath_createdByValidationError = validate$
|
|
6859
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
6736
6860
|
if (referencepath_createdByValidationError !== null) {
|
|
6737
6861
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6738
6862
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7320,7 +7444,7 @@ function validate$y(obj, path = 'FollowerCollectionRepresentation') {
|
|
|
7320
7444
|
for (let i = 0; i < obj_followers.length; i++) {
|
|
7321
7445
|
const obj_followers_item = obj_followers[i];
|
|
7322
7446
|
const path_followers_item = path_followers + '[' + i + ']';
|
|
7323
|
-
const referencepath_followers_itemValidationError = validate$
|
|
7447
|
+
const referencepath_followers_itemValidationError = validate$K(obj_followers_item, path_followers_item);
|
|
7324
7448
|
if (referencepath_followers_itemValidationError !== null) {
|
|
7325
7449
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
|
|
7326
7450
|
message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8861,7 +8985,7 @@ function validate$o(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
8861
8985
|
}
|
|
8862
8986
|
const obj_createdBy = obj.createdBy;
|
|
8863
8987
|
const path_createdBy = path + '.createdBy';
|
|
8864
|
-
const referencepath_createdByValidationError = validate$
|
|
8988
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
8865
8989
|
if (referencepath_createdByValidationError !== null) {
|
|
8866
8990
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
8867
8991
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8874,7 +8998,7 @@ function validate$o(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
8874
8998
|
}
|
|
8875
8999
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
8876
9000
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
8877
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
9001
|
+
const referencepath_lastModifiedByValidationError = validate$K(obj_lastModifiedBy, path_lastModifiedBy);
|
|
8878
9002
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
8879
9003
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
8880
9004
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9748,7 +9872,7 @@ function validate$k(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
|
|
|
9748
9872
|
for (let i = 0; i < obj_items.length; i++) {
|
|
9749
9873
|
const obj_items_item = obj_items[i];
|
|
9750
9874
|
const path_items_item = path_items + '[' + i + ']';
|
|
9751
|
-
const referencepath_items_itemValidationError = validate$
|
|
9875
|
+
const referencepath_items_itemValidationError = validate$K(obj_items_item, path_items_item);
|
|
9752
9876
|
if (referencepath_items_itemValidationError !== null) {
|
|
9753
9877
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
|
|
9754
9878
|
message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9943,7 +10067,7 @@ function validate$i(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
9943
10067
|
}
|
|
9944
10068
|
const obj_createdBy = obj.createdBy;
|
|
9945
10069
|
const path_createdBy = path + '.createdBy';
|
|
9946
|
-
const referencepath_createdByValidationError = validate$
|
|
10070
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
9947
10071
|
if (referencepath_createdByValidationError !== null) {
|
|
9948
10072
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
9949
10073
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9988,7 +10112,7 @@ function validate$i(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
9988
10112
|
if (obj.lastModifiedBy !== undefined) {
|
|
9989
10113
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
9990
10114
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
9991
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
10115
|
+
const referencepath_lastModifiedByValidationError = validate$K(obj_lastModifiedBy, path_lastModifiedBy);
|
|
9992
10116
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
9993
10117
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
9994
10118
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10318,7 +10442,7 @@ function validate$g(obj, path = 'VisualizationRepresentation') {
|
|
|
10318
10442
|
}
|
|
10319
10443
|
const obj_createdBy = obj.createdBy;
|
|
10320
10444
|
const path_createdBy = path + '.createdBy';
|
|
10321
|
-
const referencepath_createdByValidationError = validate$
|
|
10445
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
10322
10446
|
if (referencepath_createdByValidationError !== null) {
|
|
10323
10447
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
10324
10448
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10393,7 +10517,7 @@ function validate$g(obj, path = 'VisualizationRepresentation') {
|
|
|
10393
10517
|
if (obj.lastModifiedBy !== undefined) {
|
|
10394
10518
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
10395
10519
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
10396
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
10520
|
+
const referencepath_lastModifiedByValidationError = validate$K(obj_lastModifiedBy, path_lastModifiedBy);
|
|
10397
10521
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
10398
10522
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
10399
10523
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11334,7 +11458,7 @@ function validate$e(obj, path = 'WorkspaceRepresentation') {
|
|
|
11334
11458
|
}
|
|
11335
11459
|
const obj_createdBy = obj.createdBy;
|
|
11336
11460
|
const path_createdBy = path + '.createdBy';
|
|
11337
|
-
const referencepath_createdByValidationError = validate$
|
|
11461
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
11338
11462
|
if (referencepath_createdByValidationError !== null) {
|
|
11339
11463
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
11340
11464
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12094,7 +12218,7 @@ function validate$c(obj, path = 'WorkspaceAssetRepresentation') {
|
|
|
12094
12218
|
}
|
|
12095
12219
|
const obj_createdBy = obj.createdBy;
|
|
12096
12220
|
const path_createdBy = path + '.createdBy';
|
|
12097
|
-
const referencepath_createdByValidationError = validate$
|
|
12221
|
+
const referencepath_createdByValidationError = validate$K(obj_createdBy, path_createdBy);
|
|
12098
12222
|
if (referencepath_createdByValidationError !== null) {
|
|
12099
12223
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
12100
12224
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|