@salesforce/lds-adapters-analytics-unifiedanalytics 1.448.0 → 1.449.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +184 -130
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestDebugInfo.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +5 -1
- package/package.json +3 -3
- package/sfdc/index.js +165 -111
- package/src/raml/api.raml +16 -0
package/sfdc/index.js
CHANGED
|
@@ -103,7 +103,7 @@ function createLink(ref) {
|
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
function validate$
|
|
106
|
+
function validate$1x(obj, path = 'DashboardAnnotationAnchorRepresentation') {
|
|
107
107
|
const v_error = (() => {
|
|
108
108
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
109
109
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -117,7 +117,7 @@ function validate$1w(obj, path = 'DashboardAnnotationAnchorRepresentation') {
|
|
|
117
117
|
return v_error === undefined ? null : v_error;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
function validate$
|
|
120
|
+
function validate$1w(obj, path = 'AnnotationAssetRepresentation') {
|
|
121
121
|
const v_error = (() => {
|
|
122
122
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
123
123
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -136,7 +136,7 @@ function validate$1v(obj, path = 'AnnotationAssetRepresentation') {
|
|
|
136
136
|
return v_error === undefined ? null : v_error;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
function validate$
|
|
139
|
+
function validate$1v(obj, path = 'FileTypeOutputRepresentation') {
|
|
140
140
|
const v_error = (() => {
|
|
141
141
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
142
142
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -155,7 +155,7 @@ function validate$1u(obj, path = 'FileTypeOutputRepresentation') {
|
|
|
155
155
|
return v_error === undefined ? null : v_error;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
function validate$
|
|
158
|
+
function validate$1u(obj, path = 'ContentVersionOutputRepresentation') {
|
|
159
159
|
const v_error = (() => {
|
|
160
160
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
161
161
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -169,7 +169,7 @@ function validate$1t(obj, path = 'ContentVersionOutputRepresentation') {
|
|
|
169
169
|
const path_filetype = path + '.filetype';
|
|
170
170
|
let obj_filetype_union0 = null;
|
|
171
171
|
const obj_filetype_union0_error = (() => {
|
|
172
|
-
const referencepath_filetypeValidationError = validate$
|
|
172
|
+
const referencepath_filetypeValidationError = validate$1v(obj_filetype, path_filetype);
|
|
173
173
|
if (referencepath_filetypeValidationError !== null) {
|
|
174
174
|
let message = 'Object doesn\'t match FileTypeOutputRepresentation (at "' + path_filetype + '")\n';
|
|
175
175
|
message += referencepath_filetypeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -239,14 +239,14 @@ function validate$1t(obj, path = 'ContentVersionOutputRepresentation') {
|
|
|
239
239
|
return v_error === undefined ? null : v_error;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
function validate$
|
|
242
|
+
function validate$1t(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
243
243
|
const v_error = (() => {
|
|
244
244
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
245
245
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
246
246
|
}
|
|
247
247
|
const obj_filetype = obj.filetype;
|
|
248
248
|
const path_filetype = path + '.filetype';
|
|
249
|
-
const referencepath_filetypeValidationError = validate$
|
|
249
|
+
const referencepath_filetypeValidationError = validate$1v(obj_filetype, path_filetype);
|
|
250
250
|
if (referencepath_filetypeValidationError !== null) {
|
|
251
251
|
let message = 'Object doesn\'t match FileTypeOutputRepresentation (at "' + path_filetype + '")\n';
|
|
252
252
|
message += referencepath_filetypeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -259,7 +259,7 @@ function validate$1s(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
259
259
|
}
|
|
260
260
|
const obj_latestPublishedVersion = obj.latestPublishedVersion;
|
|
261
261
|
const path_latestPublishedVersion = path + '.latestPublishedVersion';
|
|
262
|
-
const referencepath_latestPublishedVersionValidationError = validate$
|
|
262
|
+
const referencepath_latestPublishedVersionValidationError = validate$1u(obj_latestPublishedVersion, path_latestPublishedVersion);
|
|
263
263
|
if (referencepath_latestPublishedVersionValidationError !== null) {
|
|
264
264
|
let message = 'Object doesn\'t match ContentVersionOutputRepresentation (at "' + path_latestPublishedVersion + '")\n';
|
|
265
265
|
message += referencepath_latestPublishedVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -279,7 +279,7 @@ function validate$1s(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
279
279
|
return v_error === undefined ? null : v_error;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
function validate$
|
|
282
|
+
function validate$1s(obj, path = 'SlackFileOutputRepresentation') {
|
|
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 + '")');
|
|
@@ -288,7 +288,7 @@ function validate$1r(obj, path = 'SlackFileOutputRepresentation') {
|
|
|
288
288
|
const path_contentDocument = path + '.contentDocument';
|
|
289
289
|
let obj_contentDocument_union0 = null;
|
|
290
290
|
const obj_contentDocument_union0_error = (() => {
|
|
291
|
-
const referencepath_contentDocumentValidationError = validate$
|
|
291
|
+
const referencepath_contentDocumentValidationError = validate$1t(obj_contentDocument, path_contentDocument);
|
|
292
292
|
if (referencepath_contentDocumentValidationError !== null) {
|
|
293
293
|
let message = 'Object doesn\'t match ContentDocumentOutputRepresentation (at "' + path_contentDocument + '")\n';
|
|
294
294
|
message += referencepath_contentDocumentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -388,7 +388,7 @@ function validate$1r(obj, path = 'SlackFileOutputRepresentation') {
|
|
|
388
388
|
return v_error === undefined ? null : v_error;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
function validate$
|
|
391
|
+
function validate$1r(obj, path = 'SlackEmojiOutputRepresentation') {
|
|
392
392
|
const v_error = (() => {
|
|
393
393
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
394
394
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -512,7 +512,7 @@ function validate$1q(obj, path = 'SlackEmojiOutputRepresentation') {
|
|
|
512
512
|
return v_error === undefined ? null : v_error;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
function validate$
|
|
515
|
+
function validate$1q(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
516
516
|
const v_error = (() => {
|
|
517
517
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
518
518
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -839,7 +839,7 @@ function validate$1p(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
|
839
839
|
const path_statusEmoji = path + '.statusEmoji';
|
|
840
840
|
let obj_statusEmoji_union0 = null;
|
|
841
841
|
const obj_statusEmoji_union0_error = (() => {
|
|
842
|
-
const referencepath_statusEmojiValidationError = validate$
|
|
842
|
+
const referencepath_statusEmojiValidationError = validate$1r(obj_statusEmoji, path_statusEmoji);
|
|
843
843
|
if (referencepath_statusEmojiValidationError !== null) {
|
|
844
844
|
let message = 'Object doesn\'t match SlackEmojiOutputRepresentation (at "' + path_statusEmoji + '")\n';
|
|
845
845
|
message += referencepath_statusEmojiValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -902,7 +902,7 @@ function validate$1p(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
|
902
902
|
return v_error === undefined ? null : v_error;
|
|
903
903
|
}
|
|
904
904
|
|
|
905
|
-
function validate$
|
|
905
|
+
function validate$1p(obj, path = 'SlackReactionOutputRepresentation') {
|
|
906
906
|
const v_error = (() => {
|
|
907
907
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
908
908
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -982,7 +982,7 @@ function validate$1o(obj, path = 'SlackReactionOutputRepresentation') {
|
|
|
982
982
|
for (let i = 0; i < obj_reactedUsers.length; i++) {
|
|
983
983
|
const obj_reactedUsers_item = obj_reactedUsers[i];
|
|
984
984
|
const path_reactedUsers_item = path_reactedUsers + '[' + i + ']';
|
|
985
|
-
const referencepath_reactedUsers_itemValidationError = validate$
|
|
985
|
+
const referencepath_reactedUsers_itemValidationError = validate$1q(obj_reactedUsers_item, path_reactedUsers_item);
|
|
986
986
|
if (referencepath_reactedUsers_itemValidationError !== null) {
|
|
987
987
|
let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_reactedUsers_item + '")\n';
|
|
988
988
|
message += referencepath_reactedUsers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1071,7 +1071,7 @@ function validate$1o(obj, path = 'SlackReactionOutputRepresentation') {
|
|
|
1071
1071
|
return v_error === undefined ? null : v_error;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
-
function validate$
|
|
1074
|
+
function validate$1o(obj, path = 'SlackMessageOutputRepresentation') {
|
|
1075
1075
|
const v_error = (() => {
|
|
1076
1076
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1077
1077
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1120,7 +1120,7 @@ function validate$1n(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1120
1120
|
for (let i = 0; i < obj_files.length; i++) {
|
|
1121
1121
|
const obj_files_item = obj_files[i];
|
|
1122
1122
|
const path_files_item = path_files + '[' + i + ']';
|
|
1123
|
-
const referencepath_files_itemValidationError = validate$
|
|
1123
|
+
const referencepath_files_itemValidationError = validate$1s(obj_files_item, path_files_item);
|
|
1124
1124
|
if (referencepath_files_itemValidationError !== null) {
|
|
1125
1125
|
let message = 'Object doesn\'t match SlackFileOutputRepresentation (at "' + path_files_item + '")\n';
|
|
1126
1126
|
message += referencepath_files_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1281,7 +1281,7 @@ function validate$1n(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1281
1281
|
for (let i = 0; i < obj_reactions.length; i++) {
|
|
1282
1282
|
const obj_reactions_item = obj_reactions[i];
|
|
1283
1283
|
const path_reactions_item = path_reactions + '[' + i + ']';
|
|
1284
|
-
const referencepath_reactions_itemValidationError = validate$
|
|
1284
|
+
const referencepath_reactions_itemValidationError = validate$1p(obj_reactions_item, path_reactions_item);
|
|
1285
1285
|
if (referencepath_reactions_itemValidationError !== null) {
|
|
1286
1286
|
let message = 'Object doesn\'t match SlackReactionOutputRepresentation (at "' + path_reactions_item + '")\n';
|
|
1287
1287
|
message += referencepath_reactions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1322,7 +1322,7 @@ function validate$1n(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1322
1322
|
for (let i = 0; i < obj_replyUsers.length; i++) {
|
|
1323
1323
|
const obj_replyUsers_item = obj_replyUsers[i];
|
|
1324
1324
|
const path_replyUsers_item = path_replyUsers + '[' + i + ']';
|
|
1325
|
-
const referencepath_replyUsers_itemValidationError = validate$
|
|
1325
|
+
const referencepath_replyUsers_itemValidationError = validate$1q(obj_replyUsers_item, path_replyUsers_item);
|
|
1326
1326
|
if (referencepath_replyUsers_itemValidationError !== null) {
|
|
1327
1327
|
let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_replyUsers_item + '")\n';
|
|
1328
1328
|
message += referencepath_replyUsers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1455,7 +1455,7 @@ function validate$1n(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
const obj_userInfo = obj.userInfo;
|
|
1457
1457
|
const path_userInfo = path + '.userInfo';
|
|
1458
|
-
const referencepath_userInfoValidationError = validate$
|
|
1458
|
+
const referencepath_userInfoValidationError = validate$1q(obj_userInfo, path_userInfo);
|
|
1459
1459
|
if (referencepath_userInfoValidationError !== null) {
|
|
1460
1460
|
let message = 'Object doesn\'t match SlackUserInfoOutputRepresentation (at "' + path_userInfo + '")\n';
|
|
1461
1461
|
message += referencepath_userInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1465,7 +1465,7 @@ function validate$1n(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1465
1465
|
return v_error === undefined ? null : v_error;
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
1468
|
-
function validate$
|
|
1468
|
+
function validate$1n(obj, path = 'AnnotationConversationRepresentation') {
|
|
1469
1469
|
const v_error = (() => {
|
|
1470
1470
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1471
1471
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1490,7 +1490,7 @@ function validate$1m(obj, path = 'AnnotationConversationRepresentation') {
|
|
|
1490
1490
|
const path_message = path + '.message';
|
|
1491
1491
|
let obj_message_union0 = null;
|
|
1492
1492
|
const obj_message_union0_error = (() => {
|
|
1493
|
-
const referencepath_messageValidationError = validate$
|
|
1493
|
+
const referencepath_messageValidationError = validate$1o(obj_message, path_message);
|
|
1494
1494
|
if (referencepath_messageValidationError !== null) {
|
|
1495
1495
|
let message = 'Object doesn\'t match SlackMessageOutputRepresentation (at "' + path_message + '")\n';
|
|
1496
1496
|
message += referencepath_messageValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1527,7 +1527,7 @@ function validate$1m(obj, path = 'AnnotationConversationRepresentation') {
|
|
|
1527
1527
|
|
|
1528
1528
|
const TTL$u = 1000;
|
|
1529
1529
|
const VERSION$I = "bacc25da56cffff8126d9bdafc471a37";
|
|
1530
|
-
function validate$
|
|
1530
|
+
function validate$1m(obj, path = 'AnnotationRepresentation') {
|
|
1531
1531
|
const v_error = (() => {
|
|
1532
1532
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1533
1533
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1535,7 +1535,7 @@ function validate$1l(obj, path = 'AnnotationRepresentation') {
|
|
|
1535
1535
|
if (obj.anchor !== undefined) {
|
|
1536
1536
|
const obj_anchor = obj.anchor;
|
|
1537
1537
|
const path_anchor = path + '.anchor';
|
|
1538
|
-
const referencepath_anchorValidationError = validate$
|
|
1538
|
+
const referencepath_anchorValidationError = validate$1x(obj_anchor, path_anchor);
|
|
1539
1539
|
if (referencepath_anchorValidationError !== null) {
|
|
1540
1540
|
let message = 'Object doesn\'t match DashboardAnnotationAnchorRepresentation (at "' + path_anchor + '")\n';
|
|
1541
1541
|
message += referencepath_anchorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1549,7 +1549,7 @@ function validate$1l(obj, path = 'AnnotationRepresentation') {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
const obj_asset = obj.asset;
|
|
1551
1551
|
const path_asset = path + '.asset';
|
|
1552
|
-
const referencepath_assetValidationError = validate$
|
|
1552
|
+
const referencepath_assetValidationError = validate$1w(obj_asset, path_asset);
|
|
1553
1553
|
if (referencepath_assetValidationError !== null) {
|
|
1554
1554
|
let message = 'Object doesn\'t match AnnotationAssetRepresentation (at "' + path_asset + '")\n';
|
|
1555
1555
|
message += referencepath_assetValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1557,7 +1557,7 @@ function validate$1l(obj, path = 'AnnotationRepresentation') {
|
|
|
1557
1557
|
}
|
|
1558
1558
|
const obj_collaborationObject = obj.collaborationObject;
|
|
1559
1559
|
const path_collaborationObject = path + '.collaborationObject';
|
|
1560
|
-
const referencepath_collaborationObjectValidationError = validate$
|
|
1560
|
+
const referencepath_collaborationObjectValidationError = validate$1n(obj_collaborationObject, path_collaborationObject);
|
|
1561
1561
|
if (referencepath_collaborationObjectValidationError !== null) {
|
|
1562
1562
|
let message = 'Object doesn\'t match AnnotationConversationRepresentation (at "' + path_collaborationObject + '")\n';
|
|
1563
1563
|
message += referencepath_collaborationObjectValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1605,7 +1605,7 @@ function equals$I(existing, incoming) {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
const ingest$I = function AnnotationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1607
1607
|
if (process.env.NODE_ENV !== 'production') {
|
|
1608
|
-
const validateError = validate$
|
|
1608
|
+
const validateError = validate$1m(input);
|
|
1609
1609
|
if (validateError !== null) {
|
|
1610
1610
|
throw validateError;
|
|
1611
1611
|
}
|
|
@@ -1726,7 +1726,7 @@ const createAnnotationAdapterFactory = (luvio) => {
|
|
|
1726
1726
|
|
|
1727
1727
|
const TTL$t = 1000;
|
|
1728
1728
|
const VERSION$H = "06ddf1f43b6dbb759e6c6ec14f9d783f";
|
|
1729
|
-
function validate$
|
|
1729
|
+
function validate$1l(obj, path = 'AssetSlackChannelRepresentation') {
|
|
1730
1730
|
const v_error = (() => {
|
|
1731
1731
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1732
1732
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1831,7 +1831,7 @@ function equals$H(existing, incoming) {
|
|
|
1831
1831
|
}
|
|
1832
1832
|
const ingest$H = function AssetSlackChannelRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1833
1833
|
if (process.env.NODE_ENV !== 'production') {
|
|
1834
|
-
const validateError = validate$
|
|
1834
|
+
const validateError = validate$1l(input);
|
|
1835
1835
|
if (validateError !== null) {
|
|
1836
1836
|
throw validateError;
|
|
1837
1837
|
}
|
|
@@ -1944,7 +1944,7 @@ const createAssetSlackChannelAdapterFactory = (luvio) => {
|
|
|
1944
1944
|
};
|
|
1945
1945
|
|
|
1946
1946
|
const VERSION$G = "581903d233184a85957cb2aa527b0d33";
|
|
1947
|
-
function validate$
|
|
1947
|
+
function validate$1k(obj, path = 'DashboardRepresentation') {
|
|
1948
1948
|
const v_error = (() => {
|
|
1949
1949
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1950
1950
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2113,7 +2113,7 @@ function equals$G(existing, incoming) {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
const ingest$G = function DashboardRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2115
2115
|
if (process.env.NODE_ENV !== 'production') {
|
|
2116
|
-
const validateError = validate$
|
|
2116
|
+
const validateError = validate$1k(input);
|
|
2117
2117
|
if (validateError !== null) {
|
|
2118
2118
|
throw validateError;
|
|
2119
2119
|
}
|
|
@@ -2311,7 +2311,7 @@ var DiscriminatorValues$3;
|
|
|
2311
2311
|
DiscriminatorValues["MsTeams"] = "MsTeams";
|
|
2312
2312
|
DiscriminatorValues["Notification"] = "Notification";
|
|
2313
2313
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
2314
|
-
function validate$
|
|
2314
|
+
function validate$1j(obj, path = 'DataAlertReceiversInputRepresentation') {
|
|
2315
2315
|
const v_error = (() => {
|
|
2316
2316
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2317
2317
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2325,7 +2325,7 @@ function validate$1i(obj, path = 'DataAlertReceiversInputRepresentation') {
|
|
|
2325
2325
|
return v_error === undefined ? null : v_error;
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
|
-
function validate$
|
|
2328
|
+
function validate$1i(obj, path = 'DataAlertDeliveryConfigurationInputRepresentation') {
|
|
2329
2329
|
const v_error = (() => {
|
|
2330
2330
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2331
2331
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2338,7 +2338,7 @@ function validate$1h(obj, path = 'DataAlertDeliveryConfigurationInputRepresentat
|
|
|
2338
2338
|
for (let i = 0; i < obj_receivers.length; i++) {
|
|
2339
2339
|
const obj_receivers_item = obj_receivers[i];
|
|
2340
2340
|
const path_receivers_item = path_receivers + '[' + i + ']';
|
|
2341
|
-
const referencepath_receivers_itemValidationError = validate$
|
|
2341
|
+
const referencepath_receivers_itemValidationError = validate$1j(obj_receivers_item, path_receivers_item);
|
|
2342
2342
|
if (referencepath_receivers_itemValidationError !== null) {
|
|
2343
2343
|
let message = 'Object doesn\'t match DataAlertReceiversInputRepresentation (at "' + path_receivers_item + '")\n';
|
|
2344
2344
|
message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2349,7 +2349,7 @@ function validate$1h(obj, path = 'DataAlertDeliveryConfigurationInputRepresentat
|
|
|
2349
2349
|
return v_error === undefined ? null : v_error;
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
|
-
function validate$
|
|
2352
|
+
function validate$1h(obj, path = 'UnifiedFilterInputRepresentation') {
|
|
2353
2353
|
const v_error = (() => {
|
|
2354
2354
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2355
2355
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2391,7 +2391,7 @@ var DiscriminatorValues$2;
|
|
|
2391
2391
|
DiscriminatorValues["RawValue"] = "RawValue";
|
|
2392
2392
|
DiscriminatorValues["Insights"] = "Insights";
|
|
2393
2393
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
2394
|
-
function validate$
|
|
2394
|
+
function validate$1g(obj, path = 'DataAlertValueInputRepresentation') {
|
|
2395
2395
|
const v_error = (() => {
|
|
2396
2396
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2397
2397
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2405,7 +2405,7 @@ function validate$1f(obj, path = 'DataAlertValueInputRepresentation') {
|
|
|
2405
2405
|
return v_error === undefined ? null : v_error;
|
|
2406
2406
|
}
|
|
2407
2407
|
|
|
2408
|
-
function validate$
|
|
2408
|
+
function validate$1f(obj, path = 'DataAlertValueRightOperandInputRepresentation') {
|
|
2409
2409
|
const v_error = (() => {
|
|
2410
2410
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2411
2411
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2419,14 +2419,14 @@ function validate$1e(obj, path = 'DataAlertValueRightOperandInputRepresentation'
|
|
|
2419
2419
|
return v_error === undefined ? null : v_error;
|
|
2420
2420
|
}
|
|
2421
2421
|
|
|
2422
|
-
function validate$
|
|
2422
|
+
function validate$1e(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
2423
2423
|
const v_error = (() => {
|
|
2424
2424
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2425
2425
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2426
2426
|
}
|
|
2427
2427
|
const obj_leftOperand = obj.leftOperand;
|
|
2428
2428
|
const path_leftOperand = path + '.leftOperand';
|
|
2429
|
-
const referencepath_leftOperandValidationError = validate$
|
|
2429
|
+
const referencepath_leftOperandValidationError = validate$1g(obj_leftOperand, path_leftOperand);
|
|
2430
2430
|
if (referencepath_leftOperandValidationError !== null) {
|
|
2431
2431
|
let message = 'Object doesn\'t match DataAlertValueInputRepresentation (at "' + path_leftOperand + '")\n';
|
|
2432
2432
|
message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2439,7 +2439,7 @@ function validate$1d(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
|
2439
2439
|
}
|
|
2440
2440
|
const obj_rightOperand = obj.rightOperand;
|
|
2441
2441
|
const path_rightOperand = path + '.rightOperand';
|
|
2442
|
-
const referencepath_rightOperandValidationError = validate$
|
|
2442
|
+
const referencepath_rightOperandValidationError = validate$1f(obj_rightOperand, path_rightOperand);
|
|
2443
2443
|
if (referencepath_rightOperandValidationError !== null) {
|
|
2444
2444
|
let message = 'Object doesn\'t match DataAlertValueRightOperandInputRepresentation (at "' + path_rightOperand + '")\n';
|
|
2445
2445
|
message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2449,7 +2449,7 @@ function validate$1d(obj, path = 'DataAlertConditionInputRepresentation') {
|
|
|
2449
2449
|
return v_error === undefined ? null : v_error;
|
|
2450
2450
|
}
|
|
2451
2451
|
|
|
2452
|
-
function validate$
|
|
2452
|
+
function validate$1d(obj, path = 'DataAlertThresholdsInputRepresentation') {
|
|
2453
2453
|
const v_error = (() => {
|
|
2454
2454
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2455
2455
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2462,7 +2462,7 @@ function validate$1c(obj, path = 'DataAlertThresholdsInputRepresentation') {
|
|
|
2462
2462
|
for (let i = 0; i < obj_conditions.length; i++) {
|
|
2463
2463
|
const obj_conditions_item = obj_conditions[i];
|
|
2464
2464
|
const path_conditions_item = path_conditions + '[' + i + ']';
|
|
2465
|
-
const referencepath_conditions_itemValidationError = validate$
|
|
2465
|
+
const referencepath_conditions_itemValidationError = validate$1e(obj_conditions_item, path_conditions_item);
|
|
2466
2466
|
if (referencepath_conditions_itemValidationError !== null) {
|
|
2467
2467
|
let message = 'Object doesn\'t match DataAlertConditionInputRepresentation (at "' + path_conditions_item + '")\n';
|
|
2468
2468
|
message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2478,7 +2478,7 @@ function validate$1c(obj, path = 'DataAlertThresholdsInputRepresentation') {
|
|
|
2478
2478
|
return v_error === undefined ? null : v_error;
|
|
2479
2479
|
}
|
|
2480
2480
|
|
|
2481
|
-
function validate$
|
|
2481
|
+
function validate$1c(obj, path = 'DataAlertContentRepresentation') {
|
|
2482
2482
|
const v_error = (() => {
|
|
2483
2483
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2484
2484
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2492,7 +2492,7 @@ function validate$1b(obj, path = 'DataAlertContentRepresentation') {
|
|
|
2492
2492
|
return v_error === undefined ? null : v_error;
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
|
-
function validate$
|
|
2495
|
+
function validate$1b(obj, path = 'DataAlertReceiversRepresentation') {
|
|
2496
2496
|
const v_error = (() => {
|
|
2497
2497
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2498
2498
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2506,7 +2506,7 @@ function validate$1a(obj, path = 'DataAlertReceiversRepresentation') {
|
|
|
2506
2506
|
return v_error === undefined ? null : v_error;
|
|
2507
2507
|
}
|
|
2508
2508
|
|
|
2509
|
-
function validate$
|
|
2509
|
+
function validate$1a(obj, path = 'DataAlertDeliveryConfigurationRepresentation') {
|
|
2510
2510
|
const v_error = (() => {
|
|
2511
2511
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2512
2512
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2519,7 +2519,7 @@ function validate$19(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
|
|
|
2519
2519
|
for (let i = 0; i < obj_receivers.length; i++) {
|
|
2520
2520
|
const obj_receivers_item = obj_receivers[i];
|
|
2521
2521
|
const path_receivers_item = path_receivers + '[' + i + ']';
|
|
2522
|
-
const referencepath_receivers_itemValidationError = validate$
|
|
2522
|
+
const referencepath_receivers_itemValidationError = validate$1b(obj_receivers_item, path_receivers_item);
|
|
2523
2523
|
if (referencepath_receivers_itemValidationError !== null) {
|
|
2524
2524
|
let message = 'Object doesn\'t match DataAlertReceiversRepresentation (at "' + path_receivers_item + '")\n';
|
|
2525
2525
|
message += referencepath_receivers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2530,7 +2530,7 @@ function validate$19(obj, path = 'DataAlertDeliveryConfigurationRepresentation')
|
|
|
2530
2530
|
return v_error === undefined ? null : v_error;
|
|
2531
2531
|
}
|
|
2532
2532
|
|
|
2533
|
-
function validate$
|
|
2533
|
+
function validate$19(obj, path = 'DataAlertPropertyFilterOutputRepresentation') {
|
|
2534
2534
|
const v_error = (() => {
|
|
2535
2535
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2536
2536
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2544,7 +2544,7 @@ function validate$18(obj, path = 'DataAlertPropertyFilterOutputRepresentation')
|
|
|
2544
2544
|
return v_error === undefined ? null : v_error;
|
|
2545
2545
|
}
|
|
2546
2546
|
|
|
2547
|
-
function validate$
|
|
2547
|
+
function validate$18(obj, path = 'DataAlertScheduleRepresentation') {
|
|
2548
2548
|
const v_error = (() => {
|
|
2549
2549
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2550
2550
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2572,7 +2572,7 @@ function validate$17(obj, path = 'DataAlertScheduleRepresentation') {
|
|
|
2572
2572
|
return v_error === undefined ? null : v_error;
|
|
2573
2573
|
}
|
|
2574
2574
|
|
|
2575
|
-
function validate$
|
|
2575
|
+
function validate$17(obj, path = 'DataAlertValueRepresentation') {
|
|
2576
2576
|
const v_error = (() => {
|
|
2577
2577
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2578
2578
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2586,14 +2586,14 @@ function validate$16(obj, path = 'DataAlertValueRepresentation') {
|
|
|
2586
2586
|
return v_error === undefined ? null : v_error;
|
|
2587
2587
|
}
|
|
2588
2588
|
|
|
2589
|
-
function validate$
|
|
2589
|
+
function validate$16(obj, path = 'DataAlertConditionRepresentation') {
|
|
2590
2590
|
const v_error = (() => {
|
|
2591
2591
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2592
2592
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2593
2593
|
}
|
|
2594
2594
|
const obj_leftOperand = obj.leftOperand;
|
|
2595
2595
|
const path_leftOperand = path + '.leftOperand';
|
|
2596
|
-
const referencepath_leftOperandValidationError = validate$
|
|
2596
|
+
const referencepath_leftOperandValidationError = validate$17(obj_leftOperand, path_leftOperand);
|
|
2597
2597
|
if (referencepath_leftOperandValidationError !== null) {
|
|
2598
2598
|
let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_leftOperand + '")\n';
|
|
2599
2599
|
message += referencepath_leftOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2606,7 +2606,7 @@ function validate$15(obj, path = 'DataAlertConditionRepresentation') {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
const obj_rightOperand = obj.rightOperand;
|
|
2608
2608
|
const path_rightOperand = path + '.rightOperand';
|
|
2609
|
-
const referencepath_rightOperandValidationError = validate$
|
|
2609
|
+
const referencepath_rightOperandValidationError = validate$17(obj_rightOperand, path_rightOperand);
|
|
2610
2610
|
if (referencepath_rightOperandValidationError !== null) {
|
|
2611
2611
|
let message = 'Object doesn\'t match DataAlertValueRepresentation (at "' + path_rightOperand + '")\n';
|
|
2612
2612
|
message += referencepath_rightOperandValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2616,7 +2616,7 @@ function validate$15(obj, path = 'DataAlertConditionRepresentation') {
|
|
|
2616
2616
|
return v_error === undefined ? null : v_error;
|
|
2617
2617
|
}
|
|
2618
2618
|
|
|
2619
|
-
function validate$
|
|
2619
|
+
function validate$15(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
2620
2620
|
const v_error = (() => {
|
|
2621
2621
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2622
2622
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2629,7 +2629,7 @@ function validate$14(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
2629
2629
|
for (let i = 0; i < obj_conditions.length; i++) {
|
|
2630
2630
|
const obj_conditions_item = obj_conditions[i];
|
|
2631
2631
|
const path_conditions_item = path_conditions + '[' + i + ']';
|
|
2632
|
-
const referencepath_conditions_itemValidationError = validate$
|
|
2632
|
+
const referencepath_conditions_itemValidationError = validate$16(obj_conditions_item, path_conditions_item);
|
|
2633
2633
|
if (referencepath_conditions_itemValidationError !== null) {
|
|
2634
2634
|
let message = 'Object doesn\'t match DataAlertConditionRepresentation (at "' + path_conditions_item + '")\n';
|
|
2635
2635
|
message += referencepath_conditions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2647,7 +2647,7 @@ function validate$14(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
2647
2647
|
|
|
2648
2648
|
const TTL$s = 500;
|
|
2649
2649
|
const VERSION$F = "eca891667fbed2132d5c2a32709976c2";
|
|
2650
|
-
function validate$
|
|
2650
|
+
function validate$14(obj, path = 'DataAlertRepresentation') {
|
|
2651
2651
|
const v_error = (() => {
|
|
2652
2652
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2653
2653
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2687,7 +2687,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2687
2687
|
}
|
|
2688
2688
|
const obj_content = obj.content;
|
|
2689
2689
|
const path_content = path + '.content';
|
|
2690
|
-
const referencepath_contentValidationError = validate$
|
|
2690
|
+
const referencepath_contentValidationError = validate$1c(obj_content, path_content);
|
|
2691
2691
|
if (referencepath_contentValidationError !== null) {
|
|
2692
2692
|
let message = 'Object doesn\'t match DataAlertContentRepresentation (at "' + path_content + '")\n';
|
|
2693
2693
|
message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2705,7 +2705,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2705
2705
|
}
|
|
2706
2706
|
const obj_deliveryConfigurations = obj.deliveryConfigurations;
|
|
2707
2707
|
const path_deliveryConfigurations = path + '.deliveryConfigurations';
|
|
2708
|
-
const referencepath_deliveryConfigurationsValidationError = validate$
|
|
2708
|
+
const referencepath_deliveryConfigurationsValidationError = validate$1a(obj_deliveryConfigurations, path_deliveryConfigurations);
|
|
2709
2709
|
if (referencepath_deliveryConfigurationsValidationError !== null) {
|
|
2710
2710
|
let message = 'Object doesn\'t match DataAlertDeliveryConfigurationRepresentation (at "' + path_deliveryConfigurations + '")\n';
|
|
2711
2711
|
message += referencepath_deliveryConfigurationsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2731,7 +2731,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2731
2731
|
if (obj.properties !== undefined) {
|
|
2732
2732
|
const obj_properties = obj.properties;
|
|
2733
2733
|
const path_properties = path + '.properties';
|
|
2734
|
-
const referencepath_propertiesValidationError = validate$
|
|
2734
|
+
const referencepath_propertiesValidationError = validate$19(obj_properties, path_properties);
|
|
2735
2735
|
if (referencepath_propertiesValidationError !== null) {
|
|
2736
2736
|
let message = 'Object doesn\'t match DataAlertPropertyFilterOutputRepresentation (at "' + path_properties + '")\n';
|
|
2737
2737
|
message += referencepath_propertiesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2740,7 +2740,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2740
2740
|
}
|
|
2741
2741
|
const obj_schedule = obj.schedule;
|
|
2742
2742
|
const path_schedule = path + '.schedule';
|
|
2743
|
-
const referencepath_scheduleValidationError = validate$
|
|
2743
|
+
const referencepath_scheduleValidationError = validate$18(obj_schedule, path_schedule);
|
|
2744
2744
|
if (referencepath_scheduleValidationError !== null) {
|
|
2745
2745
|
let message = 'Object doesn\'t match DataAlertScheduleRepresentation (at "' + path_schedule + '")\n';
|
|
2746
2746
|
message += referencepath_scheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2749,7 +2749,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2749
2749
|
if (obj.thresholds !== undefined) {
|
|
2750
2750
|
const obj_thresholds = obj.thresholds;
|
|
2751
2751
|
const path_thresholds = path + '.thresholds';
|
|
2752
|
-
const referencepath_thresholdsValidationError = validate$
|
|
2752
|
+
const referencepath_thresholdsValidationError = validate$15(obj_thresholds, path_thresholds);
|
|
2753
2753
|
if (referencepath_thresholdsValidationError !== null) {
|
|
2754
2754
|
let message = 'Object doesn\'t match DataAlertThresholdsRepresentation (at "' + path_thresholds + '")\n';
|
|
2755
2755
|
message += referencepath_thresholdsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2788,7 +2788,7 @@ function equals$F(existing, incoming) {
|
|
|
2788
2788
|
}
|
|
2789
2789
|
const ingest$F = function DataAlertRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2790
2790
|
if (process.env.NODE_ENV !== 'production') {
|
|
2791
|
-
const validateError = validate$
|
|
2791
|
+
const validateError = validate$14(input);
|
|
2792
2792
|
if (validateError !== null) {
|
|
2793
2793
|
throw validateError;
|
|
2794
2794
|
}
|
|
@@ -2850,7 +2850,7 @@ var DiscriminatorValues$1;
|
|
|
2850
2850
|
DiscriminatorValues["Brief"] = "Brief";
|
|
2851
2851
|
DiscriminatorValues["Metric"] = "Metric";
|
|
2852
2852
|
})(DiscriminatorValues$1 || (DiscriminatorValues$1 = {}));
|
|
2853
|
-
function validate$
|
|
2853
|
+
function validate$13(obj, path = 'DataAlertContentInputRepresentation') {
|
|
2854
2854
|
const v_error = (() => {
|
|
2855
2855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2856
2856
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2870,7 +2870,7 @@ var DiscriminatorValues;
|
|
|
2870
2870
|
DiscriminatorValues["Weekly"] = "Weekly";
|
|
2871
2871
|
DiscriminatorValues["EveryNMinutes"] = "EveryNMinutes";
|
|
2872
2872
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
2873
|
-
function validate$
|
|
2873
|
+
function validate$12(obj, path = 'DataAlertScheduleInputRepresentation') {
|
|
2874
2874
|
const v_error = (() => {
|
|
2875
2875
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2876
2876
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2916,22 +2916,22 @@ function typeCheckConfig$Y(untrustedConfig) {
|
|
|
2916
2916
|
const config = {};
|
|
2917
2917
|
typeCheckConfig$10(untrustedConfig, config, createDataAlert_ConfigPropertyMetadata);
|
|
2918
2918
|
const untrustedConfig_content = untrustedConfig.content;
|
|
2919
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
2919
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$13(untrustedConfig_content);
|
|
2920
2920
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
2921
2921
|
config.content = untrustedConfig_content;
|
|
2922
2922
|
}
|
|
2923
2923
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
2924
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
2924
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$1i(untrustedConfig_deliveryConfigurations);
|
|
2925
2925
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
2926
2926
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
2927
2927
|
}
|
|
2928
2928
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
2929
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
2929
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$12(untrustedConfig_schedule);
|
|
2930
2930
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
2931
2931
|
config.schedule = untrustedConfig_schedule;
|
|
2932
2932
|
}
|
|
2933
2933
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
2934
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
2934
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$1d(untrustedConfig_thresholds);
|
|
2935
2935
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
2936
2936
|
config.thresholds = untrustedConfig_thresholds;
|
|
2937
2937
|
}
|
|
@@ -2986,7 +2986,7 @@ const createDataAlertAdapterFactory = (luvio) => {
|
|
|
2986
2986
|
};
|
|
2987
2987
|
};
|
|
2988
2988
|
|
|
2989
|
-
function validate$
|
|
2989
|
+
function validate$11(obj, path = 'BaseAnalyticsRepresentation') {
|
|
2990
2990
|
const v_error = (() => {
|
|
2991
2991
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2992
2992
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3021,8 +3021,8 @@ function validate$10(obj, path = 'BaseAnalyticsRepresentation') {
|
|
|
3021
3021
|
return v_error === undefined ? null : v_error;
|
|
3022
3022
|
}
|
|
3023
3023
|
|
|
3024
|
-
function validate
|
|
3025
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
3024
|
+
function validate$10(obj, path = 'AnalyticsUserRepresentation') {
|
|
3025
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
3026
3026
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
3027
3027
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
3028
3028
|
}
|
|
@@ -3062,7 +3062,7 @@ function validate$$(obj, path = 'AnalyticsUserRepresentation') {
|
|
|
3062
3062
|
return v_error === undefined ? null : v_error;
|
|
3063
3063
|
}
|
|
3064
3064
|
|
|
3065
|
-
function validate
|
|
3065
|
+
function validate$$(obj, path = 'AdditionalInfoDataspacesRepresentation') {
|
|
3066
3066
|
const v_error = (() => {
|
|
3067
3067
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3068
3068
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3099,7 +3099,7 @@ function validate$_(obj, path = 'AdditionalInfoDataspacesRepresentation') {
|
|
|
3099
3099
|
return v_error === undefined ? null : v_error;
|
|
3100
3100
|
}
|
|
3101
3101
|
|
|
3102
|
-
function validate$
|
|
3102
|
+
function validate$_(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
|
|
3103
3103
|
const v_error = (() => {
|
|
3104
3104
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3105
3105
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3122,7 +3122,7 @@ function validate$Z(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
|
|
|
3122
3122
|
return v_error === undefined ? null : v_error;
|
|
3123
3123
|
}
|
|
3124
3124
|
|
|
3125
|
-
function validate$
|
|
3125
|
+
function validate$Z(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
3126
3126
|
const v_error = (() => {
|
|
3127
3127
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3128
3128
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3161,7 +3161,7 @@ function validate$Y(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
|
3161
3161
|
const path_warnings = path + '.warnings';
|
|
3162
3162
|
let obj_warnings_union0 = null;
|
|
3163
3163
|
const obj_warnings_union0_error = (() => {
|
|
3164
|
-
const referencepath_warningsValidationError = validate$
|
|
3164
|
+
const referencepath_warningsValidationError = validate$_(obj_warnings, path_warnings);
|
|
3165
3165
|
if (referencepath_warningsValidationError !== null) {
|
|
3166
3166
|
let message = 'Object doesn\'t match AdditionalInfoAssetWarningsRepresentation (at "' + path_warnings + '")\n';
|
|
3167
3167
|
message += referencepath_warningsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3191,7 +3191,7 @@ function validate$Y(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
|
3191
3191
|
return v_error === undefined ? null : v_error;
|
|
3192
3192
|
}
|
|
3193
3193
|
|
|
3194
|
-
function validate$
|
|
3194
|
+
function validate$Y(obj, path = 'DataAssetRequestAdditionalInfoRepresentation') {
|
|
3195
3195
|
const v_error = (() => {
|
|
3196
3196
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3197
3197
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3199,7 +3199,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3199
3199
|
if (obj.dataspaces !== undefined) {
|
|
3200
3200
|
const obj_dataspaces = obj.dataspaces;
|
|
3201
3201
|
const path_dataspaces = path + '.dataspaces';
|
|
3202
|
-
const referencepath_dataspacesValidationError = validate
|
|
3202
|
+
const referencepath_dataspacesValidationError = validate$$(obj_dataspaces, path_dataspaces);
|
|
3203
3203
|
if (referencepath_dataspacesValidationError !== null) {
|
|
3204
3204
|
let message = 'Object doesn\'t match AdditionalInfoDataspacesRepresentation (at "' + path_dataspaces + '")\n';
|
|
3205
3205
|
message += referencepath_dataspacesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3215,7 +3215,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3215
3215
|
for (let i = 0; i < obj_deployedAssets.length; i++) {
|
|
3216
3216
|
const obj_deployedAssets_item = obj_deployedAssets[i];
|
|
3217
3217
|
const path_deployedAssets_item = path_deployedAssets + '[' + i + ']';
|
|
3218
|
-
const referencepath_deployedAssets_itemValidationError = validate$
|
|
3218
|
+
const referencepath_deployedAssets_itemValidationError = validate$Z(obj_deployedAssets_item, path_deployedAssets_item);
|
|
3219
3219
|
if (referencepath_deployedAssets_itemValidationError !== null) {
|
|
3220
3220
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_deployedAssets_item + '")\n';
|
|
3221
3221
|
message += referencepath_deployedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3232,7 +3232,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3232
3232
|
for (let i = 0; i < obj_failedAssets.length; i++) {
|
|
3233
3233
|
const obj_failedAssets_item = obj_failedAssets[i];
|
|
3234
3234
|
const path_failedAssets_item = path_failedAssets + '[' + i + ']';
|
|
3235
|
-
const referencepath_failedAssets_itemValidationError = validate$
|
|
3235
|
+
const referencepath_failedAssets_itemValidationError = validate$Z(obj_failedAssets_item, path_failedAssets_item);
|
|
3236
3236
|
if (referencepath_failedAssets_itemValidationError !== null) {
|
|
3237
3237
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_failedAssets_item + '")\n';
|
|
3238
3238
|
message += referencepath_failedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3249,7 +3249,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3249
3249
|
for (let i = 0; i < obj_inProgressAssets.length; i++) {
|
|
3250
3250
|
const obj_inProgressAssets_item = obj_inProgressAssets[i];
|
|
3251
3251
|
const path_inProgressAssets_item = path_inProgressAssets + '[' + i + ']';
|
|
3252
|
-
const referencepath_inProgressAssets_itemValidationError = validate$
|
|
3252
|
+
const referencepath_inProgressAssets_itemValidationError = validate$Z(obj_inProgressAssets_item, path_inProgressAssets_item);
|
|
3253
3253
|
if (referencepath_inProgressAssets_itemValidationError !== null) {
|
|
3254
3254
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_inProgressAssets_item + '")\n';
|
|
3255
3255
|
message += referencepath_inProgressAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3266,7 +3266,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3266
3266
|
for (let i = 0; i < obj_notStartedAssets.length; i++) {
|
|
3267
3267
|
const obj_notStartedAssets_item = obj_notStartedAssets[i];
|
|
3268
3268
|
const path_notStartedAssets_item = path_notStartedAssets + '[' + i + ']';
|
|
3269
|
-
const referencepath_notStartedAssets_itemValidationError = validate$
|
|
3269
|
+
const referencepath_notStartedAssets_itemValidationError = validate$Z(obj_notStartedAssets_item, path_notStartedAssets_item);
|
|
3270
3270
|
if (referencepath_notStartedAssets_itemValidationError !== null) {
|
|
3271
3271
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_notStartedAssets_item + '")\n';
|
|
3272
3272
|
message += referencepath_notStartedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3278,6 +3278,29 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3278
3278
|
return v_error === undefined ? null : v_error;
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
+
function validate$X(obj, path = 'DataAssetRequestDebugInfo') {
|
|
3282
|
+
const v_error = (() => {
|
|
3283
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3284
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
3285
|
+
}
|
|
3286
|
+
if (obj.errorCode !== undefined) {
|
|
3287
|
+
const obj_errorCode = obj.errorCode;
|
|
3288
|
+
const path_errorCode = path + '.errorCode';
|
|
3289
|
+
if (typeof obj_errorCode !== 'string') {
|
|
3290
|
+
return new TypeError('Expected "string" but received "' + typeof obj_errorCode + '" (at "' + path_errorCode + '")');
|
|
3291
|
+
}
|
|
3292
|
+
}
|
|
3293
|
+
if (obj.errorMessage !== undefined) {
|
|
3294
|
+
const obj_errorMessage = obj.errorMessage;
|
|
3295
|
+
const path_errorMessage = path + '.errorMessage';
|
|
3296
|
+
if (typeof obj_errorMessage !== 'string') {
|
|
3297
|
+
return new TypeError('Expected "string" but received "' + typeof obj_errorMessage + '" (at "' + path_errorMessage + '")');
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
})();
|
|
3301
|
+
return v_error === undefined ? null : v_error;
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3281
3304
|
function validate$W(obj, path = 'PromotionContentAssetRepresentation') {
|
|
3282
3305
|
const v_error = (() => {
|
|
3283
3306
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3397,7 +3420,7 @@ function validate$W(obj, path = 'PromotionContentAssetRepresentation') {
|
|
|
3397
3420
|
}
|
|
3398
3421
|
|
|
3399
3422
|
const TTL$r = 500;
|
|
3400
|
-
const VERSION$E = "
|
|
3423
|
+
const VERSION$E = "48af14fd2235b0d2cee575868ca6fb88";
|
|
3401
3424
|
function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
3402
3425
|
const v_error = (() => {
|
|
3403
3426
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3407,7 +3430,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3407
3430
|
const path_acknowledgedBy = path + '.acknowledgedBy';
|
|
3408
3431
|
let obj_acknowledgedBy_union0 = null;
|
|
3409
3432
|
const obj_acknowledgedBy_union0_error = (() => {
|
|
3410
|
-
const referencepath_acknowledgedByValidationError = validate
|
|
3433
|
+
const referencepath_acknowledgedByValidationError = validate$10(obj_acknowledgedBy, path_acknowledgedBy);
|
|
3411
3434
|
if (referencepath_acknowledgedByValidationError !== null) {
|
|
3412
3435
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
|
|
3413
3436
|
message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3463,7 +3486,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3463
3486
|
const path_additionalInfo = path + '.additionalInfo';
|
|
3464
3487
|
let obj_additionalInfo_union0 = null;
|
|
3465
3488
|
const obj_additionalInfo_union0_error = (() => {
|
|
3466
|
-
const referencepath_additionalInfoValidationError = validate$
|
|
3489
|
+
const referencepath_additionalInfoValidationError = validate$Y(obj_additionalInfo, path_additionalInfo);
|
|
3467
3490
|
if (referencepath_additionalInfoValidationError !== null) {
|
|
3468
3491
|
let message = 'Object doesn\'t match DataAssetRequestAdditionalInfoRepresentation (at "' + path_additionalInfo + '")\n';
|
|
3469
3492
|
message += referencepath_additionalInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3524,7 +3547,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3524
3547
|
const path_cancelledBy = path + '.cancelledBy';
|
|
3525
3548
|
let obj_cancelledBy_union0 = null;
|
|
3526
3549
|
const obj_cancelledBy_union0_error = (() => {
|
|
3527
|
-
const referencepath_cancelledByValidationError = validate
|
|
3550
|
+
const referencepath_cancelledByValidationError = validate$10(obj_cancelledBy, path_cancelledBy);
|
|
3528
3551
|
if (referencepath_cancelledByValidationError !== null) {
|
|
3529
3552
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
|
|
3530
3553
|
message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3579,7 +3602,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3579
3602
|
const path_completedBy = path + '.completedBy';
|
|
3580
3603
|
let obj_completedBy_union0 = null;
|
|
3581
3604
|
const obj_completedBy_union0_error = (() => {
|
|
3582
|
-
const referencepath_completedByValidationError = validate
|
|
3605
|
+
const referencepath_completedByValidationError = validate$10(obj_completedBy, path_completedBy);
|
|
3583
3606
|
if (referencepath_completedByValidationError !== null) {
|
|
3584
3607
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
|
|
3585
3608
|
message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3630,6 +3653,37 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3630
3653
|
message += '\n' + obj_completedDate_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
3631
3654
|
return new TypeError(message);
|
|
3632
3655
|
}
|
|
3656
|
+
if (obj.debugInfo !== undefined) {
|
|
3657
|
+
const obj_debugInfo = obj.debugInfo;
|
|
3658
|
+
const path_debugInfo = path + '.debugInfo';
|
|
3659
|
+
let obj_debugInfo_union0 = null;
|
|
3660
|
+
const obj_debugInfo_union0_error = (() => {
|
|
3661
|
+
const referencepath_debugInfoValidationError = validate$X(obj_debugInfo, path_debugInfo);
|
|
3662
|
+
if (referencepath_debugInfoValidationError !== null) {
|
|
3663
|
+
let message = 'Object doesn\'t match DataAssetRequestDebugInfo (at "' + path_debugInfo + '")\n';
|
|
3664
|
+
message += referencepath_debugInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
3665
|
+
return new TypeError(message);
|
|
3666
|
+
}
|
|
3667
|
+
})();
|
|
3668
|
+
if (obj_debugInfo_union0_error != null) {
|
|
3669
|
+
obj_debugInfo_union0 = obj_debugInfo_union0_error.message;
|
|
3670
|
+
}
|
|
3671
|
+
let obj_debugInfo_union1 = null;
|
|
3672
|
+
const obj_debugInfo_union1_error = (() => {
|
|
3673
|
+
if (obj_debugInfo !== null) {
|
|
3674
|
+
return new TypeError('Expected "null" but received "' + typeof obj_debugInfo + '" (at "' + path_debugInfo + '")');
|
|
3675
|
+
}
|
|
3676
|
+
})();
|
|
3677
|
+
if (obj_debugInfo_union1_error != null) {
|
|
3678
|
+
obj_debugInfo_union1 = obj_debugInfo_union1_error.message;
|
|
3679
|
+
}
|
|
3680
|
+
if (obj_debugInfo_union0 && obj_debugInfo_union1) {
|
|
3681
|
+
let message = 'Object doesn\'t match union (at "' + path_debugInfo + '")';
|
|
3682
|
+
message += '\n' + obj_debugInfo_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
3683
|
+
message += '\n' + obj_debugInfo_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
3684
|
+
return new TypeError(message);
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3633
3687
|
if (obj.errorCode !== undefined) {
|
|
3634
3688
|
const obj_errorCode = obj.errorCode;
|
|
3635
3689
|
const path_errorCode = path + '.errorCode';
|
|
@@ -3750,7 +3804,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3750
3804
|
}
|
|
3751
3805
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3752
3806
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3753
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
3807
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3754
3808
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3755
3809
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3756
3810
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3843,7 +3897,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3843
3897
|
const path_packageExportedBy = path + '.packageExportedBy';
|
|
3844
3898
|
let obj_packageExportedBy_union0 = null;
|
|
3845
3899
|
const obj_packageExportedBy_union0_error = (() => {
|
|
3846
|
-
const referencepath_packageExportedByValidationError = validate
|
|
3900
|
+
const referencepath_packageExportedByValidationError = validate$10(obj_packageExportedBy, path_packageExportedBy);
|
|
3847
3901
|
if (referencepath_packageExportedByValidationError !== null) {
|
|
3848
3902
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_packageExportedBy + '")\n';
|
|
3849
3903
|
message += referencepath_packageExportedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4074,7 +4128,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
4074
4128
|
}
|
|
4075
4129
|
const obj_requestedBy = obj.requestedBy;
|
|
4076
4130
|
const path_requestedBy = path + '.requestedBy';
|
|
4077
|
-
const referencepath_requestedByValidationError = validate
|
|
4131
|
+
const referencepath_requestedByValidationError = validate$10(obj_requestedBy, path_requestedBy);
|
|
4078
4132
|
if (referencepath_requestedByValidationError !== null) {
|
|
4079
4133
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
|
|
4080
4134
|
message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4543,7 +4597,7 @@ function validate$S(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
4543
4597
|
}
|
|
4544
4598
|
const obj_createdBy = obj.createdBy;
|
|
4545
4599
|
const path_createdBy = path + '.createdBy';
|
|
4546
|
-
const referencepath_createdByValidationError = validate
|
|
4600
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
4547
4601
|
if (referencepath_createdByValidationError !== null) {
|
|
4548
4602
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4549
4603
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4556,7 +4610,7 @@ function validate$S(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
4556
4610
|
}
|
|
4557
4611
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
4558
4612
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
4559
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
4613
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
4560
4614
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
4561
4615
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
4562
4616
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4986,7 +5040,7 @@ function validate$O(obj, path = 'VisualizationRepresentation') {
|
|
|
4986
5040
|
}
|
|
4987
5041
|
const obj_createdBy = obj.createdBy;
|
|
4988
5042
|
const path_createdBy = path + '.createdBy';
|
|
4989
|
-
const referencepath_createdByValidationError = validate
|
|
5043
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
4990
5044
|
if (referencepath_createdByValidationError !== null) {
|
|
4991
5045
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4992
5046
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5061,7 +5115,7 @@ function validate$O(obj, path = 'VisualizationRepresentation') {
|
|
|
5061
5115
|
if (obj.lastModifiedBy !== undefined) {
|
|
5062
5116
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
5063
5117
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
5064
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
5118
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
5065
5119
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
5066
5120
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
5067
5121
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5381,7 +5435,7 @@ function validate$N(obj, path = 'WorkspaceRepresentation') {
|
|
|
5381
5435
|
}
|
|
5382
5436
|
const obj_createdBy = obj.createdBy;
|
|
5383
5437
|
const path_createdBy = path + '.createdBy';
|
|
5384
|
-
const referencepath_createdByValidationError = validate
|
|
5438
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
5385
5439
|
if (referencepath_createdByValidationError !== null) {
|
|
5386
5440
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
5387
5441
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5601,7 +5655,7 @@ function validate$M(obj, path = 'WorkspaceAssetRepresentation') {
|
|
|
5601
5655
|
}
|
|
5602
5656
|
const obj_createdBy = obj.createdBy;
|
|
5603
5657
|
const path_createdBy = path + '.createdBy';
|
|
5604
|
-
const referencepath_createdByValidationError = validate
|
|
5658
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
5605
5659
|
if (referencepath_createdByValidationError !== null) {
|
|
5606
5660
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
5607
5661
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6676,7 +6730,7 @@ function validate$H(obj, path = 'FollowerAssetRepresentation') {
|
|
|
6676
6730
|
}
|
|
6677
6731
|
const obj_createdBy = obj.createdBy;
|
|
6678
6732
|
const path_createdBy = path + '.createdBy';
|
|
6679
|
-
const referencepath_createdByValidationError = validate
|
|
6733
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
6680
6734
|
if (referencepath_createdByValidationError !== null) {
|
|
6681
6735
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6682
6736
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8319,7 +8373,7 @@ function validate$B(obj, path = 'DataAlertCollectionRepresentation') {
|
|
|
8319
8373
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
8320
8374
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
8321
8375
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
8322
|
-
const referencepath_dataAlerts_itemValidationError = validate$
|
|
8376
|
+
const referencepath_dataAlerts_itemValidationError = validate$14(obj_dataAlerts_item, path_dataAlerts_item);
|
|
8323
8377
|
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
8324
8378
|
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
8325
8379
|
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8590,7 +8644,7 @@ function validate$z(obj, path = 'DataAssetRepresentation') {
|
|
|
8590
8644
|
}
|
|
8591
8645
|
const obj_createdBy = obj.createdBy;
|
|
8592
8646
|
const path_createdBy = path + '.createdBy';
|
|
8593
|
-
const referencepath_createdByValidationError = validate
|
|
8647
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
8594
8648
|
if (referencepath_createdByValidationError !== null) {
|
|
8595
8649
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
8596
8650
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8655,7 +8709,7 @@ function validate$z(obj, path = 'DataAssetRepresentation') {
|
|
|
8655
8709
|
}
|
|
8656
8710
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
8657
8711
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
8658
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
8712
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
8659
8713
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
8660
8714
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
8661
8715
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10645,7 +10699,7 @@ function validate$n(obj, path = 'FollowerCollectionRepresentation') {
|
|
|
10645
10699
|
for (let i = 0; i < obj_followers.length; i++) {
|
|
10646
10700
|
const obj_followers_item = obj_followers[i];
|
|
10647
10701
|
const path_followers_item = path_followers + '[' + i + ']';
|
|
10648
|
-
const referencepath_followers_itemValidationError = validate
|
|
10702
|
+
const referencepath_followers_itemValidationError = validate$10(obj_followers_item, path_followers_item);
|
|
10649
10703
|
if (referencepath_followers_itemValidationError !== null) {
|
|
10650
10704
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
|
|
10651
10705
|
message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12905,7 +12959,7 @@ function validate$d(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
12905
12959
|
}
|
|
12906
12960
|
const obj_createdBy = obj.createdBy;
|
|
12907
12961
|
const path_createdBy = path + '.createdBy';
|
|
12908
|
-
const referencepath_createdByValidationError = validate
|
|
12962
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
12909
12963
|
if (referencepath_createdByValidationError !== null) {
|
|
12910
12964
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
12911
12965
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12950,7 +13004,7 @@ function validate$d(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
12950
13004
|
if (obj.lastModifiedBy !== undefined) {
|
|
12951
13005
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
12952
13006
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
12953
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
13007
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
12954
13008
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
12955
13009
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
12956
13010
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -13918,7 +13972,7 @@ function validate$8(obj, path = 'DataAlertQueryCollectionRepresentation') {
|
|
|
13918
13972
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
13919
13973
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
13920
13974
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
13921
|
-
const referencepath_dataAlerts_itemValidationError = validate$
|
|
13975
|
+
const referencepath_dataAlerts_itemValidationError = validate$14(obj_dataAlerts_item, path_dataAlerts_item);
|
|
13922
13976
|
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
13923
13977
|
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
13924
13978
|
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14039,7 +14093,7 @@ function typeCheckConfig$e(untrustedConfig) {
|
|
|
14039
14093
|
const config = {};
|
|
14040
14094
|
typeCheckConfig$10(untrustedConfig, config, postDataAlertQuery_ConfigPropertyMetadata);
|
|
14041
14095
|
const untrustedConfig_timeRange = untrustedConfig.timeRange;
|
|
14042
|
-
const referenceUnifiedFilterInputRepresentationValidationError = validate$
|
|
14096
|
+
const referenceUnifiedFilterInputRepresentationValidationError = validate$1h(untrustedConfig_timeRange);
|
|
14043
14097
|
if (referenceUnifiedFilterInputRepresentationValidationError === null) {
|
|
14044
14098
|
config.timeRange = untrustedConfig_timeRange;
|
|
14045
14099
|
}
|
|
@@ -14646,7 +14700,7 @@ const publishToMarketplaceAdapterFactory = (luvio) => {
|
|
|
14646
14700
|
};
|
|
14647
14701
|
|
|
14648
14702
|
function validate$4(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
|
|
14649
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
14703
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
14650
14704
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
14651
14705
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
14652
14706
|
}
|
|
@@ -14659,7 +14713,7 @@ function validate$4(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentat
|
|
|
14659
14713
|
}
|
|
14660
14714
|
|
|
14661
14715
|
function validate$3(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
|
|
14662
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
14716
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
14663
14717
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
14664
14718
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
14665
14719
|
}
|
|
@@ -14972,7 +15026,7 @@ function validate$1(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
|
|
|
14972
15026
|
for (let i = 0; i < obj_items.length; i++) {
|
|
14973
15027
|
const obj_items_item = obj_items[i];
|
|
14974
15028
|
const path_items_item = path_items + '[' + i + ']';
|
|
14975
|
-
const referencepath_items_itemValidationError = validate
|
|
15029
|
+
const referencepath_items_itemValidationError = validate$10(obj_items_item, path_items_item);
|
|
14976
15030
|
if (referencepath_items_itemValidationError !== null) {
|
|
14977
15031
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
|
|
14978
15032
|
message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15455,22 +15509,22 @@ function typeCheckConfig$6(untrustedConfig) {
|
|
|
15455
15509
|
const config = {};
|
|
15456
15510
|
typeCheckConfig$10(untrustedConfig, config, updateDataAlert_ConfigPropertyMetadata);
|
|
15457
15511
|
const untrustedConfig_content = untrustedConfig.content;
|
|
15458
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
15512
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$13(untrustedConfig_content);
|
|
15459
15513
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
15460
15514
|
config.content = untrustedConfig_content;
|
|
15461
15515
|
}
|
|
15462
15516
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
15463
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
15517
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$1i(untrustedConfig_deliveryConfigurations);
|
|
15464
15518
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
15465
15519
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
15466
15520
|
}
|
|
15467
15521
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
15468
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
15522
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$12(untrustedConfig_schedule);
|
|
15469
15523
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
15470
15524
|
config.schedule = untrustedConfig_schedule;
|
|
15471
15525
|
}
|
|
15472
15526
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
15473
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
15527
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$1d(untrustedConfig_thresholds);
|
|
15474
15528
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
15475
15529
|
config.thresholds = untrustedConfig_thresholds;
|
|
15476
15530
|
}
|
|
@@ -16711,4 +16765,4 @@ withDefaultLuvio((luvio) => {
|
|
|
16711
16765
|
});
|
|
16712
16766
|
|
|
16713
16767
|
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, generateSFDrivePresignedCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAlert, getDataAlertCollection, getDataAlertCollection_imperative, getDataAlertNotifyChange, getDataAlert_imperative, getDataAssetDependencies, getDataAssetDependencies_imperative, getDataAssetLineageByIdOrApiName, getDataAssetLineageByIdOrApiName_imperative, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests, getDataAssetRequestsCount, getDataAssetRequestsCount_imperative, getDataAssetRequests_imperative, getFlowByName, getFlowByName_imperative, getFlows, getFlows_imperative, getFollowedAssets, getFollowedAssets_imperative, getFollowers, getFollowers_imperative, getMarketplaceListingInstallationProgress, getMarketplaceListingInstallationProgress_imperative, getOrg, getOrg_imperative, getShares, getShares_imperative, getSlackAppInfo, getSlackAppInfo_imperative, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getSubscriptionDigestConfig_imperative, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getUniqueFollowerCount_imperative, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationBundle_imperative, getVisualizationNotifyChange, getVisualization_imperative, getVisualizations, getVisualizations_imperative, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaceByIdOrName_imperative, getWorkspaces, getWorkspaces_imperative, initiateMarketplaceListingInstallation, initiateMarketplaceListingInstallation_imperative, notifySharesUpdateAvailable, postDataAlertQuery, postDataAlertQuery_imperative, postDataAlertRun, publish, publishToMarketplace, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
|
|
16714
|
-
// version: 1.
|
|
16768
|
+
// version: 1.449.0-7b415dc950
|