@salesforce/lds-adapters-analytics-unifiedanalytics 1.404.0-dev2 → 1.404.0-dev4
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 +425 -117
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalInfoAssetRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalInfoAssetWarningsRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AdditionalInfoDataspacesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestAdditionalInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/types/DataSpaceInfoRepresentation.d.ts +3 -3
- package/package.json +3 -3
- package/sfdc/index.js +410 -102
- package/src/raml/api.raml +117 -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$1p(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$1p(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$1o(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$1k(obj, path = 'DashboardAnnotationAnchorRepresentation') {
|
|
|
279
279
|
return v_error === undefined ? null : v_error;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
function validate$
|
|
282
|
+
function validate$1n(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$1j(obj, path = 'AnnotationAssetRepresentation') {
|
|
|
298
298
|
return v_error === undefined ? null : v_error;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
function validate$
|
|
301
|
+
function validate$1m(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$1i(obj, path = 'FileTypeOutputRepresentation') {
|
|
|
317
317
|
return v_error === undefined ? null : v_error;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
function validate$
|
|
320
|
+
function validate$1l(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$1h(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$1m(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$1h(obj, path = 'ContentVersionOutputRepresentation') {
|
|
|
401
401
|
return v_error === undefined ? null : v_error;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
function validate$
|
|
404
|
+
function validate$1k(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$1m(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$1g(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$1l(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$1g(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
441
441
|
return v_error === undefined ? null : v_error;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
-
function validate$
|
|
444
|
+
function validate$1j(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$1f(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$1k(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$1f(obj, path = 'SlackFileOutputRepresentation') {
|
|
|
550
550
|
return v_error === undefined ? null : v_error;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
function validate$
|
|
553
|
+
function validate$1i(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$1e(obj, path = 'SlackEmojiOutputRepresentation') {
|
|
|
674
674
|
return v_error === undefined ? null : v_error;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
-
function validate$
|
|
677
|
+
function validate$1h(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$1d(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$1i(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$1d(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
|
1064
1064
|
return v_error === undefined ? null : v_error;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
function validate$
|
|
1067
|
+
function validate$1g(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$1c(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$1h(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$1c(obj, path = 'SlackReactionOutputRepresentation') {
|
|
|
1233
1233
|
return v_error === undefined ? null : v_error;
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
|
-
function validate$
|
|
1236
|
+
function validate$1f(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$1b(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$1j(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$1b(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$1g(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$1b(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$1h(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$1b(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$1h(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$1b(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1627
1627
|
return v_error === undefined ? null : v_error;
|
|
1628
1628
|
}
|
|
1629
1629
|
|
|
1630
|
-
function validate$
|
|
1630
|
+
function validate$1e(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$1a(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$1f(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$1a(obj, path = 'AnnotationConversationRepresentation') {
|
|
|
1689
1689
|
|
|
1690
1690
|
const TTL$r = 1000;
|
|
1691
1691
|
const VERSION$E = "bacc25da56cffff8126d9bdafc471a37";
|
|
1692
|
-
function validate$
|
|
1692
|
+
function validate$1d(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$19(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$1o(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$19(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$1n(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$19(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$1e(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$1d(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$1c(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$1c(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$1b(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$1b(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$1a(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$16(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$19(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
|
|
2443
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$1a(obj, path);
|
|
2444
2444
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
2445
2445
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
2446
2446
|
}
|
|
@@ -2452,8 +2452,8 @@ function validate$15(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$18(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
|
|
2456
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$1a(obj, path);
|
|
2457
2457
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
2458
2458
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
2459
2459
|
}
|
|
@@ -2522,7 +2522,7 @@ function validate$14(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$19(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$14(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation'
|
|
|
2554
2554
|
|
|
2555
2555
|
const TTL$o = 500;
|
|
2556
2556
|
const VERSION$B = "ed60d9cca169a3e5ed897c67d11a23db";
|
|
2557
|
-
function validate$
|
|
2557
|
+
function validate$17(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$13(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$18(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$17(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$16(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$16(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$15(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$15(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$14(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$10(obj, path = 'DataAlertContentRepresentation') {
|
|
|
3646
3646
|
return v_error === undefined ? null : v_error;
|
|
3647
3647
|
}
|
|
3648
3648
|
|
|
3649
|
-
function validate
|
|
3649
|
+
function validate$13(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$12(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$_(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$13(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$_(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
|
|
|
3684
3684
|
return v_error === undefined ? null : v_error;
|
|
3685
3685
|
}
|
|
3686
3686
|
|
|
3687
|
-
function validate$
|
|
3687
|
+
function validate$11(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$Z(obj, path = 'DataAlertScheduleRepresentation') {
|
|
|
3712
3712
|
return v_error === undefined ? null : v_error;
|
|
3713
3713
|
}
|
|
3714
3714
|
|
|
3715
|
-
function validate$
|
|
3715
|
+
function validate$10(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$Y(obj, path = 'DataAlertValueRepresentation') {
|
|
|
3726
3726
|
return v_error === undefined ? null : v_error;
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
3729
|
-
function validate
|
|
3729
|
+
function validate$$(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$10(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$X(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$10(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$X(obj, path = 'DataAlertConditionRepresentation') {
|
|
|
3756
3756
|
return v_error === undefined ? null : v_error;
|
|
3757
3757
|
}
|
|
3758
3758
|
|
|
3759
|
-
function validate$
|
|
3759
|
+
function validate$_(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$W(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$$(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$W(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
3787
3787
|
|
|
3788
3788
|
const TTL$n = 500;
|
|
3789
3789
|
const VERSION$y = "04f6ab40ada1d70c527b0dd9ba6e7415";
|
|
3790
|
-
function validate$
|
|
3790
|
+
function validate$Z(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$V(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$14(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$V(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$12(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$V(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$11(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$V(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$_(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$Z(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$Y(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$U(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$Z(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$Y(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$X(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$T(obj, path = 'DataAlertReceiversInputRepresentation') {
|
|
|
4155
4155
|
return v_error === undefined ? null : v_error;
|
|
4156
4156
|
}
|
|
4157
4157
|
|
|
4158
|
-
function validate$
|
|
4158
|
+
function validate$W(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$S(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$X(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$V(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$R(obj, path = 'DataAlertValueInputRepresentation') {
|
|
|
4198
4198
|
return v_error === undefined ? null : v_error;
|
|
4199
4199
|
}
|
|
4200
4200
|
|
|
4201
|
-
function validate$
|
|
4201
|
+
function validate$U(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$Q(obj, path = 'DataAlertValueRightOperandInputRepresentation')
|
|
|
4212
4212
|
return v_error === undefined ? null : v_error;
|
|
4213
4213
|
}
|
|
4214
4214
|
|
|
4215
|
-
function validate$
|
|
4215
|
+
function validate$T(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$V(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$P(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$U(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$P(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
|
4242
4242
|
return v_error === undefined ? null : v_error;
|
|
4243
4243
|
}
|
|
4244
4244
|
|
|
4245
|
-
function validate$
|
|
4245
|
+
function validate$S(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$O(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$T(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$R(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$Q(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$R(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$W(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$Q(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$S(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$R(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$W(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$Q(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$S(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$P(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$P(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$O(obj, path = 'AnalyticsUserRepresentation') {
|
|
4973
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$1a(obj, path);
|
|
4974
4974
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
4975
4975
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
4976
4976
|
}
|
|
@@ -5010,8 +5010,224 @@ function validate$K(obj, path = 'AnalyticsUserRepresentation') {
|
|
|
5010
5010
|
return v_error === undefined ? null : v_error;
|
|
5011
5011
|
}
|
|
5012
5012
|
|
|
5013
|
+
function validate$N(obj, path = 'AdditionalInfoDataspacesRepresentation') {
|
|
5014
|
+
const v_error = (() => {
|
|
5015
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5016
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
5017
|
+
}
|
|
5018
|
+
if (obj.created !== undefined) {
|
|
5019
|
+
const obj_created = obj.created;
|
|
5020
|
+
const path_created = path + '.created';
|
|
5021
|
+
if (!ArrayIsArray(obj_created)) {
|
|
5022
|
+
return new TypeError('Expected "array" but received "' + typeof obj_created + '" (at "' + path_created + '")');
|
|
5023
|
+
}
|
|
5024
|
+
for (let i = 0; i < obj_created.length; i++) {
|
|
5025
|
+
const obj_created_item = obj_created[i];
|
|
5026
|
+
const path_created_item = path_created + '[' + i + ']';
|
|
5027
|
+
if (typeof obj_created_item !== 'string') {
|
|
5028
|
+
return new TypeError('Expected "string" but received "' + typeof obj_created_item + '" (at "' + path_created_item + '")');
|
|
5029
|
+
}
|
|
5030
|
+
}
|
|
5031
|
+
}
|
|
5032
|
+
if (obj.toBeCreated !== undefined) {
|
|
5033
|
+
const obj_toBeCreated = obj.toBeCreated;
|
|
5034
|
+
const path_toBeCreated = path + '.toBeCreated';
|
|
5035
|
+
if (!ArrayIsArray(obj_toBeCreated)) {
|
|
5036
|
+
return new TypeError('Expected "array" but received "' + typeof obj_toBeCreated + '" (at "' + path_toBeCreated + '")');
|
|
5037
|
+
}
|
|
5038
|
+
for (let i = 0; i < obj_toBeCreated.length; i++) {
|
|
5039
|
+
const obj_toBeCreated_item = obj_toBeCreated[i];
|
|
5040
|
+
const path_toBeCreated_item = path_toBeCreated + '[' + i + ']';
|
|
5041
|
+
if (typeof obj_toBeCreated_item !== 'string') {
|
|
5042
|
+
return new TypeError('Expected "string" but received "' + typeof obj_toBeCreated_item + '" (at "' + path_toBeCreated_item + '")');
|
|
5043
|
+
}
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
})();
|
|
5047
|
+
return v_error === undefined ? null : v_error;
|
|
5048
|
+
}
|
|
5049
|
+
|
|
5050
|
+
function validate$M(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
|
|
5051
|
+
const v_error = (() => {
|
|
5052
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5053
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
5054
|
+
}
|
|
5055
|
+
if (obj.unmappedFields !== undefined) {
|
|
5056
|
+
const obj_unmappedFields = obj.unmappedFields;
|
|
5057
|
+
const path_unmappedFields = path + '.unmappedFields';
|
|
5058
|
+
if (!ArrayIsArray(obj_unmappedFields)) {
|
|
5059
|
+
return new TypeError('Expected "array" but received "' + typeof obj_unmappedFields + '" (at "' + path_unmappedFields + '")');
|
|
5060
|
+
}
|
|
5061
|
+
for (let i = 0; i < obj_unmappedFields.length; i++) {
|
|
5062
|
+
const obj_unmappedFields_item = obj_unmappedFields[i];
|
|
5063
|
+
const path_unmappedFields_item = path_unmappedFields + '[' + i + ']';
|
|
5064
|
+
if (typeof obj_unmappedFields_item !== 'string') {
|
|
5065
|
+
return new TypeError('Expected "string" but received "' + typeof obj_unmappedFields_item + '" (at "' + path_unmappedFields_item + '")');
|
|
5066
|
+
}
|
|
5067
|
+
}
|
|
5068
|
+
}
|
|
5069
|
+
})();
|
|
5070
|
+
return v_error === undefined ? null : v_error;
|
|
5071
|
+
}
|
|
5072
|
+
|
|
5073
|
+
function validate$L(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
5074
|
+
const v_error = (() => {
|
|
5075
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5076
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
5077
|
+
}
|
|
5078
|
+
const obj_isPrimary = obj.isPrimary;
|
|
5079
|
+
const path_isPrimary = path + '.isPrimary';
|
|
5080
|
+
if (typeof obj_isPrimary !== 'boolean') {
|
|
5081
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_isPrimary + '" (at "' + path_isPrimary + '")');
|
|
5082
|
+
}
|
|
5083
|
+
const obj_label = obj.label;
|
|
5084
|
+
const path_label = path + '.label';
|
|
5085
|
+
if (typeof obj_label !== 'string') {
|
|
5086
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
5087
|
+
}
|
|
5088
|
+
if (obj.srcName !== undefined) {
|
|
5089
|
+
const obj_srcName = obj.srcName;
|
|
5090
|
+
const path_srcName = path + '.srcName';
|
|
5091
|
+
if (typeof obj_srcName !== 'string') {
|
|
5092
|
+
return new TypeError('Expected "string" but received "' + typeof obj_srcName + '" (at "' + path_srcName + '")');
|
|
5093
|
+
}
|
|
5094
|
+
}
|
|
5095
|
+
if (obj.tgtName !== undefined) {
|
|
5096
|
+
const obj_tgtName = obj.tgtName;
|
|
5097
|
+
const path_tgtName = path + '.tgtName';
|
|
5098
|
+
if (typeof obj_tgtName !== 'string') {
|
|
5099
|
+
return new TypeError('Expected "string" but received "' + typeof obj_tgtName + '" (at "' + path_tgtName + '")');
|
|
5100
|
+
}
|
|
5101
|
+
}
|
|
5102
|
+
const obj_type = obj.type;
|
|
5103
|
+
const path_type = path + '.type';
|
|
5104
|
+
if (typeof obj_type !== 'string') {
|
|
5105
|
+
return new TypeError('Expected "string" but received "' + typeof obj_type + '" (at "' + path_type + '")');
|
|
5106
|
+
}
|
|
5107
|
+
if (obj.warnings !== undefined) {
|
|
5108
|
+
const obj_warnings = obj.warnings;
|
|
5109
|
+
const path_warnings = path + '.warnings';
|
|
5110
|
+
let obj_warnings_union0 = null;
|
|
5111
|
+
const obj_warnings_union0_error = (() => {
|
|
5112
|
+
const referencepath_warningsValidationError = validate$M(obj_warnings, path_warnings);
|
|
5113
|
+
if (referencepath_warningsValidationError !== null) {
|
|
5114
|
+
let message = 'Object doesn\'t match AdditionalInfoAssetWarningsRepresentation (at "' + path_warnings + '")\n';
|
|
5115
|
+
message += referencepath_warningsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5116
|
+
return new TypeError(message);
|
|
5117
|
+
}
|
|
5118
|
+
})();
|
|
5119
|
+
if (obj_warnings_union0_error != null) {
|
|
5120
|
+
obj_warnings_union0 = obj_warnings_union0_error.message;
|
|
5121
|
+
}
|
|
5122
|
+
let obj_warnings_union1 = null;
|
|
5123
|
+
const obj_warnings_union1_error = (() => {
|
|
5124
|
+
if (obj_warnings !== null) {
|
|
5125
|
+
return new TypeError('Expected "null" but received "' + typeof obj_warnings + '" (at "' + path_warnings + '")');
|
|
5126
|
+
}
|
|
5127
|
+
})();
|
|
5128
|
+
if (obj_warnings_union1_error != null) {
|
|
5129
|
+
obj_warnings_union1 = obj_warnings_union1_error.message;
|
|
5130
|
+
}
|
|
5131
|
+
if (obj_warnings_union0 && obj_warnings_union1) {
|
|
5132
|
+
let message = 'Object doesn\'t match union (at "' + path_warnings + '")';
|
|
5133
|
+
message += '\n' + obj_warnings_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5134
|
+
message += '\n' + obj_warnings_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5135
|
+
return new TypeError(message);
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
})();
|
|
5139
|
+
return v_error === undefined ? null : v_error;
|
|
5140
|
+
}
|
|
5141
|
+
|
|
5142
|
+
function validate$K(obj, path = 'DataAssetRequestAdditionalInfoRepresentation') {
|
|
5143
|
+
const v_error = (() => {
|
|
5144
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5145
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
5146
|
+
}
|
|
5147
|
+
if (obj.dataspaces !== undefined) {
|
|
5148
|
+
const obj_dataspaces = obj.dataspaces;
|
|
5149
|
+
const path_dataspaces = path + '.dataspaces';
|
|
5150
|
+
const referencepath_dataspacesValidationError = validate$N(obj_dataspaces, path_dataspaces);
|
|
5151
|
+
if (referencepath_dataspacesValidationError !== null) {
|
|
5152
|
+
let message = 'Object doesn\'t match AdditionalInfoDataspacesRepresentation (at "' + path_dataspaces + '")\n';
|
|
5153
|
+
message += referencepath_dataspacesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5154
|
+
return new TypeError(message);
|
|
5155
|
+
}
|
|
5156
|
+
}
|
|
5157
|
+
if (obj.deployedAssets !== undefined) {
|
|
5158
|
+
const obj_deployedAssets = obj.deployedAssets;
|
|
5159
|
+
const path_deployedAssets = path + '.deployedAssets';
|
|
5160
|
+
if (!ArrayIsArray(obj_deployedAssets)) {
|
|
5161
|
+
return new TypeError('Expected "array" but received "' + typeof obj_deployedAssets + '" (at "' + path_deployedAssets + '")');
|
|
5162
|
+
}
|
|
5163
|
+
for (let i = 0; i < obj_deployedAssets.length; i++) {
|
|
5164
|
+
const obj_deployedAssets_item = obj_deployedAssets[i];
|
|
5165
|
+
const path_deployedAssets_item = path_deployedAssets + '[' + i + ']';
|
|
5166
|
+
const referencepath_deployedAssets_itemValidationError = validate$L(obj_deployedAssets_item, path_deployedAssets_item);
|
|
5167
|
+
if (referencepath_deployedAssets_itemValidationError !== null) {
|
|
5168
|
+
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_deployedAssets_item + '")\n';
|
|
5169
|
+
message += referencepath_deployedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5170
|
+
return new TypeError(message);
|
|
5171
|
+
}
|
|
5172
|
+
}
|
|
5173
|
+
}
|
|
5174
|
+
if (obj.failedAssets !== undefined) {
|
|
5175
|
+
const obj_failedAssets = obj.failedAssets;
|
|
5176
|
+
const path_failedAssets = path + '.failedAssets';
|
|
5177
|
+
if (!ArrayIsArray(obj_failedAssets)) {
|
|
5178
|
+
return new TypeError('Expected "array" but received "' + typeof obj_failedAssets + '" (at "' + path_failedAssets + '")');
|
|
5179
|
+
}
|
|
5180
|
+
for (let i = 0; i < obj_failedAssets.length; i++) {
|
|
5181
|
+
const obj_failedAssets_item = obj_failedAssets[i];
|
|
5182
|
+
const path_failedAssets_item = path_failedAssets + '[' + i + ']';
|
|
5183
|
+
const referencepath_failedAssets_itemValidationError = validate$L(obj_failedAssets_item, path_failedAssets_item);
|
|
5184
|
+
if (referencepath_failedAssets_itemValidationError !== null) {
|
|
5185
|
+
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_failedAssets_item + '")\n';
|
|
5186
|
+
message += referencepath_failedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5187
|
+
return new TypeError(message);
|
|
5188
|
+
}
|
|
5189
|
+
}
|
|
5190
|
+
}
|
|
5191
|
+
if (obj.inProgressAssets !== undefined) {
|
|
5192
|
+
const obj_inProgressAssets = obj.inProgressAssets;
|
|
5193
|
+
const path_inProgressAssets = path + '.inProgressAssets';
|
|
5194
|
+
if (!ArrayIsArray(obj_inProgressAssets)) {
|
|
5195
|
+
return new TypeError('Expected "array" but received "' + typeof obj_inProgressAssets + '" (at "' + path_inProgressAssets + '")');
|
|
5196
|
+
}
|
|
5197
|
+
for (let i = 0; i < obj_inProgressAssets.length; i++) {
|
|
5198
|
+
const obj_inProgressAssets_item = obj_inProgressAssets[i];
|
|
5199
|
+
const path_inProgressAssets_item = path_inProgressAssets + '[' + i + ']';
|
|
5200
|
+
const referencepath_inProgressAssets_itemValidationError = validate$L(obj_inProgressAssets_item, path_inProgressAssets_item);
|
|
5201
|
+
if (referencepath_inProgressAssets_itemValidationError !== null) {
|
|
5202
|
+
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_inProgressAssets_item + '")\n';
|
|
5203
|
+
message += referencepath_inProgressAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5204
|
+
return new TypeError(message);
|
|
5205
|
+
}
|
|
5206
|
+
}
|
|
5207
|
+
}
|
|
5208
|
+
if (obj.notStartedAssets !== undefined) {
|
|
5209
|
+
const obj_notStartedAssets = obj.notStartedAssets;
|
|
5210
|
+
const path_notStartedAssets = path + '.notStartedAssets';
|
|
5211
|
+
if (!ArrayIsArray(obj_notStartedAssets)) {
|
|
5212
|
+
return new TypeError('Expected "array" but received "' + typeof obj_notStartedAssets + '" (at "' + path_notStartedAssets + '")');
|
|
5213
|
+
}
|
|
5214
|
+
for (let i = 0; i < obj_notStartedAssets.length; i++) {
|
|
5215
|
+
const obj_notStartedAssets_item = obj_notStartedAssets[i];
|
|
5216
|
+
const path_notStartedAssets_item = path_notStartedAssets + '[' + i + ']';
|
|
5217
|
+
const referencepath_notStartedAssets_itemValidationError = validate$L(obj_notStartedAssets_item, path_notStartedAssets_item);
|
|
5218
|
+
if (referencepath_notStartedAssets_itemValidationError !== null) {
|
|
5219
|
+
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_notStartedAssets_item + '")\n';
|
|
5220
|
+
message += referencepath_notStartedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5221
|
+
return new TypeError(message);
|
|
5222
|
+
}
|
|
5223
|
+
}
|
|
5224
|
+
}
|
|
5225
|
+
})();
|
|
5226
|
+
return v_error === undefined ? null : v_error;
|
|
5227
|
+
}
|
|
5228
|
+
|
|
5013
5229
|
const TTL$k = 500;
|
|
5014
|
-
const VERSION$v = "
|
|
5230
|
+
const VERSION$v = "33098ff1e82d01bbb10d8595b4c0d4cb";
|
|
5015
5231
|
function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
5016
5232
|
const v_error = (() => {
|
|
5017
5233
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -5021,7 +5237,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5021
5237
|
const path_acknowledgedBy = path + '.acknowledgedBy';
|
|
5022
5238
|
let obj_acknowledgedBy_union0 = null;
|
|
5023
5239
|
const obj_acknowledgedBy_union0_error = (() => {
|
|
5024
|
-
const referencepath_acknowledgedByValidationError = validate$
|
|
5240
|
+
const referencepath_acknowledgedByValidationError = validate$O(obj_acknowledgedBy, path_acknowledgedBy);
|
|
5025
5241
|
if (referencepath_acknowledgedByValidationError !== null) {
|
|
5026
5242
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
|
|
5027
5243
|
message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5072,6 +5288,37 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5072
5288
|
message += '\n' + obj_acknowledgedDate_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5073
5289
|
return new TypeError(message);
|
|
5074
5290
|
}
|
|
5291
|
+
if (obj.additionalInfo !== undefined) {
|
|
5292
|
+
const obj_additionalInfo = obj.additionalInfo;
|
|
5293
|
+
const path_additionalInfo = path + '.additionalInfo';
|
|
5294
|
+
let obj_additionalInfo_union0 = null;
|
|
5295
|
+
const obj_additionalInfo_union0_error = (() => {
|
|
5296
|
+
const referencepath_additionalInfoValidationError = validate$K(obj_additionalInfo, path_additionalInfo);
|
|
5297
|
+
if (referencepath_additionalInfoValidationError !== null) {
|
|
5298
|
+
let message = 'Object doesn\'t match DataAssetRequestAdditionalInfoRepresentation (at "' + path_additionalInfo + '")\n';
|
|
5299
|
+
message += referencepath_additionalInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
5300
|
+
return new TypeError(message);
|
|
5301
|
+
}
|
|
5302
|
+
})();
|
|
5303
|
+
if (obj_additionalInfo_union0_error != null) {
|
|
5304
|
+
obj_additionalInfo_union0 = obj_additionalInfo_union0_error.message;
|
|
5305
|
+
}
|
|
5306
|
+
let obj_additionalInfo_union1 = null;
|
|
5307
|
+
const obj_additionalInfo_union1_error = (() => {
|
|
5308
|
+
if (obj_additionalInfo !== null) {
|
|
5309
|
+
return new TypeError('Expected "null" but received "' + typeof obj_additionalInfo + '" (at "' + path_additionalInfo + '")');
|
|
5310
|
+
}
|
|
5311
|
+
})();
|
|
5312
|
+
if (obj_additionalInfo_union1_error != null) {
|
|
5313
|
+
obj_additionalInfo_union1 = obj_additionalInfo_union1_error.message;
|
|
5314
|
+
}
|
|
5315
|
+
if (obj_additionalInfo_union0 && obj_additionalInfo_union1) {
|
|
5316
|
+
let message = 'Object doesn\'t match union (at "' + path_additionalInfo + '")';
|
|
5317
|
+
message += '\n' + obj_additionalInfo_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5318
|
+
message += '\n' + obj_additionalInfo_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5319
|
+
return new TypeError(message);
|
|
5320
|
+
}
|
|
5321
|
+
}
|
|
5075
5322
|
const obj_assetId = obj.assetId;
|
|
5076
5323
|
const path_assetId = path + '.assetId';
|
|
5077
5324
|
if (typeof obj_assetId !== 'string') {
|
|
@@ -5107,7 +5354,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5107
5354
|
const path_cancelledBy = path + '.cancelledBy';
|
|
5108
5355
|
let obj_cancelledBy_union0 = null;
|
|
5109
5356
|
const obj_cancelledBy_union0_error = (() => {
|
|
5110
|
-
const referencepath_cancelledByValidationError = validate$
|
|
5357
|
+
const referencepath_cancelledByValidationError = validate$O(obj_cancelledBy, path_cancelledBy);
|
|
5111
5358
|
if (referencepath_cancelledByValidationError !== null) {
|
|
5112
5359
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
|
|
5113
5360
|
message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5162,7 +5409,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5162
5409
|
const path_completedBy = path + '.completedBy';
|
|
5163
5410
|
let obj_completedBy_union0 = null;
|
|
5164
5411
|
const obj_completedBy_union0_error = (() => {
|
|
5165
|
-
const referencepath_completedByValidationError = validate$
|
|
5412
|
+
const referencepath_completedByValidationError = validate$O(obj_completedBy, path_completedBy);
|
|
5166
5413
|
if (referencepath_completedByValidationError !== null) {
|
|
5167
5414
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
|
|
5168
5415
|
message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5213,6 +5460,34 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5213
5460
|
message += '\n' + obj_completedDate_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5214
5461
|
return new TypeError(message);
|
|
5215
5462
|
}
|
|
5463
|
+
if (obj.errorCode !== undefined) {
|
|
5464
|
+
const obj_errorCode = obj.errorCode;
|
|
5465
|
+
const path_errorCode = path + '.errorCode';
|
|
5466
|
+
let obj_errorCode_union0 = null;
|
|
5467
|
+
const obj_errorCode_union0_error = (() => {
|
|
5468
|
+
if (typeof obj_errorCode !== 'string') {
|
|
5469
|
+
return new TypeError('Expected "string" but received "' + typeof obj_errorCode + '" (at "' + path_errorCode + '")');
|
|
5470
|
+
}
|
|
5471
|
+
})();
|
|
5472
|
+
if (obj_errorCode_union0_error != null) {
|
|
5473
|
+
obj_errorCode_union0 = obj_errorCode_union0_error.message;
|
|
5474
|
+
}
|
|
5475
|
+
let obj_errorCode_union1 = null;
|
|
5476
|
+
const obj_errorCode_union1_error = (() => {
|
|
5477
|
+
if (obj_errorCode !== null) {
|
|
5478
|
+
return new TypeError('Expected "null" but received "' + typeof obj_errorCode + '" (at "' + path_errorCode + '")');
|
|
5479
|
+
}
|
|
5480
|
+
})();
|
|
5481
|
+
if (obj_errorCode_union1_error != null) {
|
|
5482
|
+
obj_errorCode_union1 = obj_errorCode_union1_error.message;
|
|
5483
|
+
}
|
|
5484
|
+
if (obj_errorCode_union0 && obj_errorCode_union1) {
|
|
5485
|
+
let message = 'Object doesn\'t match union (at "' + path_errorCode + '")';
|
|
5486
|
+
message += '\n' + obj_errorCode_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5487
|
+
message += '\n' + obj_errorCode_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5488
|
+
return new TypeError(message);
|
|
5489
|
+
}
|
|
5490
|
+
}
|
|
5216
5491
|
const obj_failedDate = obj.failedDate;
|
|
5217
5492
|
const path_failedDate = path + '.failedDate';
|
|
5218
5493
|
let obj_failedDate_union0 = null;
|
|
@@ -5277,7 +5552,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5277
5552
|
}
|
|
5278
5553
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
5279
5554
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
5280
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
5555
|
+
const referencepath_lastModifiedByValidationError = validate$O(obj_lastModifiedBy, path_lastModifiedBy);
|
|
5281
5556
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
5282
5557
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
5283
5558
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5370,7 +5645,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5370
5645
|
const path_packageExportedBy = path + '.packageExportedBy';
|
|
5371
5646
|
let obj_packageExportedBy_union0 = null;
|
|
5372
5647
|
const obj_packageExportedBy_union0_error = (() => {
|
|
5373
|
-
const referencepath_packageExportedByValidationError = validate$
|
|
5648
|
+
const referencepath_packageExportedByValidationError = validate$O(obj_packageExportedBy, path_packageExportedBy);
|
|
5374
5649
|
if (referencepath_packageExportedByValidationError !== null) {
|
|
5375
5650
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_packageExportedBy + '")\n';
|
|
5376
5651
|
message += referencepath_packageExportedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5558,7 +5833,7 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5558
5833
|
}
|
|
5559
5834
|
const obj_requestedBy = obj.requestedBy;
|
|
5560
5835
|
const path_requestedBy = path + '.requestedBy';
|
|
5561
|
-
const referencepath_requestedByValidationError = validate$
|
|
5836
|
+
const referencepath_requestedByValidationError = validate$O(obj_requestedBy, path_requestedBy);
|
|
5562
5837
|
if (referencepath_requestedByValidationError !== null) {
|
|
5563
5838
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
|
|
5564
5839
|
message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5631,6 +5906,34 @@ function validate$J(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
5631
5906
|
message += '\n' + obj_targetRequestId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5632
5907
|
return new TypeError(message);
|
|
5633
5908
|
}
|
|
5909
|
+
if (obj.taskProgressStatus !== undefined) {
|
|
5910
|
+
const obj_taskProgressStatus = obj.taskProgressStatus;
|
|
5911
|
+
const path_taskProgressStatus = path + '.taskProgressStatus';
|
|
5912
|
+
let obj_taskProgressStatus_union0 = null;
|
|
5913
|
+
const obj_taskProgressStatus_union0_error = (() => {
|
|
5914
|
+
if (typeof obj_taskProgressStatus !== 'string') {
|
|
5915
|
+
return new TypeError('Expected "string" but received "' + typeof obj_taskProgressStatus + '" (at "' + path_taskProgressStatus + '")');
|
|
5916
|
+
}
|
|
5917
|
+
})();
|
|
5918
|
+
if (obj_taskProgressStatus_union0_error != null) {
|
|
5919
|
+
obj_taskProgressStatus_union0 = obj_taskProgressStatus_union0_error.message;
|
|
5920
|
+
}
|
|
5921
|
+
let obj_taskProgressStatus_union1 = null;
|
|
5922
|
+
const obj_taskProgressStatus_union1_error = (() => {
|
|
5923
|
+
if (obj_taskProgressStatus !== null) {
|
|
5924
|
+
return new TypeError('Expected "null" but received "' + typeof obj_taskProgressStatus + '" (at "' + path_taskProgressStatus + '")');
|
|
5925
|
+
}
|
|
5926
|
+
})();
|
|
5927
|
+
if (obj_taskProgressStatus_union1_error != null) {
|
|
5928
|
+
obj_taskProgressStatus_union1 = obj_taskProgressStatus_union1_error.message;
|
|
5929
|
+
}
|
|
5930
|
+
if (obj_taskProgressStatus_union0 && obj_taskProgressStatus_union1) {
|
|
5931
|
+
let message = 'Object doesn\'t match union (at "' + path_taskProgressStatus + '")';
|
|
5932
|
+
message += '\n' + obj_taskProgressStatus_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
5933
|
+
message += '\n' + obj_taskProgressStatus_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
5934
|
+
return new TypeError(message);
|
|
5935
|
+
}
|
|
5936
|
+
}
|
|
5634
5937
|
const obj_workspaceAssetId = obj.workspaceAssetId;
|
|
5635
5938
|
const path_workspaceAssetId = path + '.workspaceAssetId';
|
|
5636
5939
|
if (typeof obj_workspaceAssetId !== 'string') {
|
|
@@ -5757,7 +6060,7 @@ function select$14(luvio, params) {
|
|
|
5757
6060
|
return select$15();
|
|
5758
6061
|
}
|
|
5759
6062
|
function keyBuilder$10(luvio, params) {
|
|
5760
|
-
return keyPrefix + '::DataAssetRequestCollectionRepresentation:(' + 'assetId:' + params.queryParams.assetId + ',' + 'assetType:' + params.queryParams.assetType + ',' + 'createdBy:' + params.queryParams.createdBy + ',' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ',' + 'orderBy:' + params.queryParams.orderBy + ',' + 'requestType:' + params.queryParams.requestType + ',' + 'searchQueryTerm:' + params.queryParams.searchQueryTerm + ',' + 'sortBy:' + params.queryParams.sortBy + ',' + 'status:' + params.queryParams.status + ',' + 'workspaceIdOrApiName:' + params.queryParams.workspaceIdOrApiName + ')';
|
|
6063
|
+
return keyPrefix + '::DataAssetRequestCollectionRepresentation:(' + 'assetId:' + params.queryParams.assetId + ',' + 'assetType:' + params.queryParams.assetType + ',' + 'createdBy:' + params.queryParams.createdBy + ',' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ',' + 'orderBy:' + params.queryParams.orderBy + ',' + 'requestType:' + params.queryParams.requestType + ',' + 'searchQueryTerm:' + params.queryParams.searchQueryTerm + ',' + 'sortBy:' + params.queryParams.sortBy + ',' + 'status:' + params.queryParams.status + ',' + 'taskProgressStatus:' + params.queryParams.taskProgressStatus + ',' + 'workspaceIdOrApiName:' + params.queryParams.workspaceIdOrApiName + ')';
|
|
5761
6064
|
}
|
|
5762
6065
|
function getResponseCacheKeys$I(storeKeyMap, luvio, resourceParams, response) {
|
|
5763
6066
|
getTypeCacheKeys$u(storeKeyMap, luvio, response, () => keyBuilder$10(luvio, resourceParams));
|
|
@@ -5817,6 +6120,7 @@ const getDataAssetRequests_ConfigPropertyMetadata = [
|
|
|
5817
6120
|
generateParamConfigMetadata('searchQueryTerm', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5818
6121
|
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5819
6122
|
generateParamConfigMetadata('status', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6123
|
+
generateParamConfigMetadata('taskProgressStatus', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5820
6124
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 1 /* QueryParameter */, 0 /* String */),
|
|
5821
6125
|
];
|
|
5822
6126
|
const getDataAssetRequests_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$I, getDataAssetRequests_ConfigPropertyMetadata);
|
|
@@ -6060,7 +6364,7 @@ function select$11(luvio, params) {
|
|
|
6060
6364
|
return select$12();
|
|
6061
6365
|
}
|
|
6062
6366
|
function keyBuilder$_(luvio, params) {
|
|
6063
|
-
return keyPrefix + '::DataAssetRequestCountRepresentation:(' + 'assetId:' + params.queryParams.assetId + ',' + 'assetType:' + params.queryParams.assetType + ',' + 'createdBy:' + params.queryParams.createdBy + ',' + 'searchQueryTerm:' + params.queryParams.searchQueryTerm + ',' + 'status:' + params.queryParams.status + ',' + 'taskType:' + params.queryParams.taskType + ',' + 'workspaceIdOrApiName:' + params.queryParams.workspaceIdOrApiName + ')';
|
|
6367
|
+
return keyPrefix + '::DataAssetRequestCountRepresentation:(' + 'assetId:' + params.queryParams.assetId + ',' + 'assetType:' + params.queryParams.assetType + ',' + 'createdBy:' + params.queryParams.createdBy + ',' + 'searchQueryTerm:' + params.queryParams.searchQueryTerm + ',' + 'status:' + params.queryParams.status + ',' + 'taskProgressStatus:' + params.queryParams.taskProgressStatus + ',' + 'taskType:' + params.queryParams.taskType + ',' + 'workspaceIdOrApiName:' + params.queryParams.workspaceIdOrApiName + ')';
|
|
6064
6368
|
}
|
|
6065
6369
|
function getResponseCacheKeys$G(storeKeyMap, luvio, resourceParams, response) {
|
|
6066
6370
|
getTypeCacheKeys$t(storeKeyMap, luvio, response, () => keyBuilder$_(luvio, resourceParams));
|
|
@@ -6115,6 +6419,7 @@ const getDataAssetRequestsCount_ConfigPropertyMetadata = [
|
|
|
6115
6419
|
generateParamConfigMetadata('createdBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6116
6420
|
generateParamConfigMetadata('searchQueryTerm', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6117
6421
|
generateParamConfigMetadata('status', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6422
|
+
generateParamConfigMetadata('taskProgressStatus', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6118
6423
|
generateParamConfigMetadata('taskType', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6119
6424
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 1 /* QueryParameter */, 0 /* String */),
|
|
6120
6425
|
];
|
|
@@ -6456,10 +6761,12 @@ function validate$G(obj, path = 'DataSpaceInfoRepresentation') {
|
|
|
6456
6761
|
if (typeof obj_dataSpaceLabel !== 'string') {
|
|
6457
6762
|
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceLabel + '" (at "' + path_dataSpaceLabel + '")');
|
|
6458
6763
|
}
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6764
|
+
if (obj.dataSpacePrefix !== undefined) {
|
|
6765
|
+
const obj_dataSpacePrefix = obj.dataSpacePrefix;
|
|
6766
|
+
const path_dataSpacePrefix = path + '.dataSpacePrefix';
|
|
6767
|
+
if (typeof obj_dataSpacePrefix !== 'string') {
|
|
6768
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpacePrefix + '" (at "' + path_dataSpacePrefix + '")');
|
|
6769
|
+
}
|
|
6463
6770
|
}
|
|
6464
6771
|
})();
|
|
6465
6772
|
return v_error === undefined ? null : v_error;
|
|
@@ -6482,7 +6789,7 @@ function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
|
6482
6789
|
}
|
|
6483
6790
|
const obj_createdBy = obj.createdBy;
|
|
6484
6791
|
const path_createdBy = path + '.createdBy';
|
|
6485
|
-
const referencepath_createdByValidationError = validate$
|
|
6792
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
6486
6793
|
if (referencepath_createdByValidationError !== null) {
|
|
6487
6794
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6488
6795
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6540,7 +6847,7 @@ function validate$F(obj, path = 'DataAssetRepresentation') {
|
|
|
6540
6847
|
}
|
|
6541
6848
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
6542
6849
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
6543
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
6850
|
+
const referencepath_lastModifiedByValidationError = validate$O(obj_lastModifiedBy, path_lastModifiedBy);
|
|
6544
6851
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
6545
6852
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
6546
6853
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6856,7 +7163,7 @@ function validate$B(obj, path = 'FollowerAssetRepresentation') {
|
|
|
6856
7163
|
}
|
|
6857
7164
|
const obj_createdBy = obj.createdBy;
|
|
6858
7165
|
const path_createdBy = path + '.createdBy';
|
|
6859
|
-
const referencepath_createdByValidationError = validate$
|
|
7166
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
6860
7167
|
if (referencepath_createdByValidationError !== null) {
|
|
6861
7168
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6862
7169
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7444,7 +7751,7 @@ function validate$y(obj, path = 'FollowerCollectionRepresentation') {
|
|
|
7444
7751
|
for (let i = 0; i < obj_followers.length; i++) {
|
|
7445
7752
|
const obj_followers_item = obj_followers[i];
|
|
7446
7753
|
const path_followers_item = path_followers + '[' + i + ']';
|
|
7447
|
-
const referencepath_followers_itemValidationError = validate$
|
|
7754
|
+
const referencepath_followers_itemValidationError = validate$O(obj_followers_item, path_followers_item);
|
|
7448
7755
|
if (referencepath_followers_itemValidationError !== null) {
|
|
7449
7756
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
|
|
7450
7757
|
message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8985,7 +9292,7 @@ function validate$o(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
8985
9292
|
}
|
|
8986
9293
|
const obj_createdBy = obj.createdBy;
|
|
8987
9294
|
const path_createdBy = path + '.createdBy';
|
|
8988
|
-
const referencepath_createdByValidationError = validate$
|
|
9295
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
8989
9296
|
if (referencepath_createdByValidationError !== null) {
|
|
8990
9297
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
8991
9298
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8998,7 +9305,7 @@ function validate$o(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
8998
9305
|
}
|
|
8999
9306
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
9000
9307
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
9001
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
9308
|
+
const referencepath_lastModifiedByValidationError = validate$O(obj_lastModifiedBy, path_lastModifiedBy);
|
|
9002
9309
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
9003
9310
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
9004
9311
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9872,7 +10179,7 @@ function validate$k(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
|
|
|
9872
10179
|
for (let i = 0; i < obj_items.length; i++) {
|
|
9873
10180
|
const obj_items_item = obj_items[i];
|
|
9874
10181
|
const path_items_item = path_items + '[' + i + ']';
|
|
9875
|
-
const referencepath_items_itemValidationError = validate$
|
|
10182
|
+
const referencepath_items_itemValidationError = validate$O(obj_items_item, path_items_item);
|
|
9876
10183
|
if (referencepath_items_itemValidationError !== null) {
|
|
9877
10184
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
|
|
9878
10185
|
message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10067,7 +10374,7 @@ function validate$i(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
10067
10374
|
}
|
|
10068
10375
|
const obj_createdBy = obj.createdBy;
|
|
10069
10376
|
const path_createdBy = path + '.createdBy';
|
|
10070
|
-
const referencepath_createdByValidationError = validate$
|
|
10377
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
10071
10378
|
if (referencepath_createdByValidationError !== null) {
|
|
10072
10379
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
10073
10380
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10112,7 +10419,7 @@ function validate$i(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
10112
10419
|
if (obj.lastModifiedBy !== undefined) {
|
|
10113
10420
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
10114
10421
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
10115
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
10422
|
+
const referencepath_lastModifiedByValidationError = validate$O(obj_lastModifiedBy, path_lastModifiedBy);
|
|
10116
10423
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
10117
10424
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
10118
10425
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10442,7 +10749,7 @@ function validate$g(obj, path = 'VisualizationRepresentation') {
|
|
|
10442
10749
|
}
|
|
10443
10750
|
const obj_createdBy = obj.createdBy;
|
|
10444
10751
|
const path_createdBy = path + '.createdBy';
|
|
10445
|
-
const referencepath_createdByValidationError = validate$
|
|
10752
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
10446
10753
|
if (referencepath_createdByValidationError !== null) {
|
|
10447
10754
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
10448
10755
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10517,7 +10824,7 @@ function validate$g(obj, path = 'VisualizationRepresentation') {
|
|
|
10517
10824
|
if (obj.lastModifiedBy !== undefined) {
|
|
10518
10825
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
10519
10826
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
10520
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
10827
|
+
const referencepath_lastModifiedByValidationError = validate$O(obj_lastModifiedBy, path_lastModifiedBy);
|
|
10521
10828
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
10522
10829
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
10523
10830
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11458,7 +11765,7 @@ function validate$e(obj, path = 'WorkspaceRepresentation') {
|
|
|
11458
11765
|
}
|
|
11459
11766
|
const obj_createdBy = obj.createdBy;
|
|
11460
11767
|
const path_createdBy = path + '.createdBy';
|
|
11461
|
-
const referencepath_createdByValidationError = validate$
|
|
11768
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
11462
11769
|
if (referencepath_createdByValidationError !== null) {
|
|
11463
11770
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
11464
11771
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12218,7 +12525,7 @@ function validate$c(obj, path = 'WorkspaceAssetRepresentation') {
|
|
|
12218
12525
|
}
|
|
12219
12526
|
const obj_createdBy = obj.createdBy;
|
|
12220
12527
|
const path_createdBy = path + '.createdBy';
|
|
12221
|
-
const referencepath_createdByValidationError = validate$
|
|
12528
|
+
const referencepath_createdByValidationError = validate$O(obj_createdBy, path_createdBy);
|
|
12222
12529
|
if (referencepath_createdByValidationError !== null) {
|
|
12223
12530
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
12224
12531
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12755,7 +13062,7 @@ function select$g(luvio, params) {
|
|
|
12755
13062
|
return select$h();
|
|
12756
13063
|
}
|
|
12757
13064
|
function keyBuilder$e(luvio, params) {
|
|
12758
|
-
return keyPrefix + '::FlowCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
13065
|
+
return keyPrefix + '::FlowCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ',' + 'searchTerm:' + params.queryParams.searchTerm + ')';
|
|
12759
13066
|
}
|
|
12760
13067
|
function getResponseCacheKeys$9(storeKeyMap, luvio, resourceParams, response) {
|
|
12761
13068
|
getTypeCacheKeys$7(storeKeyMap, luvio, response, () => keyBuilder$e(luvio, resourceParams));
|
|
@@ -12801,6 +13108,7 @@ const adapterName$9 = 'getFlows';
|
|
|
12801
13108
|
const getFlows_ConfigPropertyMetadata = [
|
|
12802
13109
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
12803
13110
|
generateParamConfigMetadata('offset', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
13111
|
+
generateParamConfigMetadata('searchTerm', false, 1 /* QueryParameter */, 0 /* String */),
|
|
12804
13112
|
];
|
|
12805
13113
|
const getFlows_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$9, getFlows_ConfigPropertyMetadata);
|
|
12806
13114
|
const createResourceParams$9 = /*#__PURE__*/ createResourceParams$Z(getFlows_ConfigPropertyMetadata);
|