@salesforce/lds-adapters-analytics-unifiedanalytics 1.447.1 → 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 +194 -131
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertBriefContentInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertBriefContentRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +4 -1
- 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 +175 -112
- package/src/raml/api.raml +36 -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');
|
|
@@ -2646,8 +2646,8 @@ function validate$14(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
2648
2648
|
const TTL$s = 500;
|
|
2649
|
-
const VERSION$F = "
|
|
2650
|
-
function validate$
|
|
2649
|
+
const VERSION$F = "eca891667fbed2132d5c2a32709976c2";
|
|
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');
|
|
@@ -2716,6 +2716,13 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2716
2716
|
if (typeof obj_id !== 'string') {
|
|
2717
2717
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
2718
2718
|
}
|
|
2719
|
+
if (obj.isEnabled !== undefined) {
|
|
2720
|
+
const obj_isEnabled = obj.isEnabled;
|
|
2721
|
+
const path_isEnabled = path + '.isEnabled';
|
|
2722
|
+
if (typeof obj_isEnabled !== 'boolean') {
|
|
2723
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_isEnabled + '" (at "' + path_isEnabled + '")');
|
|
2724
|
+
}
|
|
2725
|
+
}
|
|
2719
2726
|
const obj_lastModifiedDate = obj.lastModifiedDate;
|
|
2720
2727
|
const path_lastModifiedDate = path + '.lastModifiedDate';
|
|
2721
2728
|
if (typeof obj_lastModifiedDate !== 'string') {
|
|
@@ -2724,7 +2731,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2724
2731
|
if (obj.properties !== undefined) {
|
|
2725
2732
|
const obj_properties = obj.properties;
|
|
2726
2733
|
const path_properties = path + '.properties';
|
|
2727
|
-
const referencepath_propertiesValidationError = validate$
|
|
2734
|
+
const referencepath_propertiesValidationError = validate$19(obj_properties, path_properties);
|
|
2728
2735
|
if (referencepath_propertiesValidationError !== null) {
|
|
2729
2736
|
let message = 'Object doesn\'t match DataAlertPropertyFilterOutputRepresentation (at "' + path_properties + '")\n';
|
|
2730
2737
|
message += referencepath_propertiesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2733,7 +2740,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2733
2740
|
}
|
|
2734
2741
|
const obj_schedule = obj.schedule;
|
|
2735
2742
|
const path_schedule = path + '.schedule';
|
|
2736
|
-
const referencepath_scheduleValidationError = validate$
|
|
2743
|
+
const referencepath_scheduleValidationError = validate$18(obj_schedule, path_schedule);
|
|
2737
2744
|
if (referencepath_scheduleValidationError !== null) {
|
|
2738
2745
|
let message = 'Object doesn\'t match DataAlertScheduleRepresentation (at "' + path_schedule + '")\n';
|
|
2739
2746
|
message += referencepath_scheduleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2742,7 +2749,7 @@ function validate$13(obj, path = 'DataAlertRepresentation') {
|
|
|
2742
2749
|
if (obj.thresholds !== undefined) {
|
|
2743
2750
|
const obj_thresholds = obj.thresholds;
|
|
2744
2751
|
const path_thresholds = path + '.thresholds';
|
|
2745
|
-
const referencepath_thresholdsValidationError = validate$
|
|
2752
|
+
const referencepath_thresholdsValidationError = validate$15(obj_thresholds, path_thresholds);
|
|
2746
2753
|
if (referencepath_thresholdsValidationError !== null) {
|
|
2747
2754
|
let message = 'Object doesn\'t match DataAlertThresholdsRepresentation (at "' + path_thresholds + '")\n';
|
|
2748
2755
|
message += referencepath_thresholdsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2781,7 +2788,7 @@ function equals$F(existing, incoming) {
|
|
|
2781
2788
|
}
|
|
2782
2789
|
const ingest$F = function DataAlertRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2783
2790
|
if (process.env.NODE_ENV !== 'production') {
|
|
2784
|
-
const validateError = validate$
|
|
2791
|
+
const validateError = validate$14(input);
|
|
2785
2792
|
if (validateError !== null) {
|
|
2786
2793
|
throw validateError;
|
|
2787
2794
|
}
|
|
@@ -2843,7 +2850,7 @@ var DiscriminatorValues$1;
|
|
|
2843
2850
|
DiscriminatorValues["Brief"] = "Brief";
|
|
2844
2851
|
DiscriminatorValues["Metric"] = "Metric";
|
|
2845
2852
|
})(DiscriminatorValues$1 || (DiscriminatorValues$1 = {}));
|
|
2846
|
-
function validate$
|
|
2853
|
+
function validate$13(obj, path = 'DataAlertContentInputRepresentation') {
|
|
2847
2854
|
const v_error = (() => {
|
|
2848
2855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2849
2856
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2863,7 +2870,7 @@ var DiscriminatorValues;
|
|
|
2863
2870
|
DiscriminatorValues["Weekly"] = "Weekly";
|
|
2864
2871
|
DiscriminatorValues["EveryNMinutes"] = "EveryNMinutes";
|
|
2865
2872
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
2866
|
-
function validate$
|
|
2873
|
+
function validate$12(obj, path = 'DataAlertScheduleInputRepresentation') {
|
|
2867
2874
|
const v_error = (() => {
|
|
2868
2875
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2869
2876
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2901,6 +2908,7 @@ const createDataAlert_ConfigPropertyMetadata = [
|
|
|
2901
2908
|
generateParamConfigMetadata('thresholds', false, 2 /* Body */, 4 /* Unsupported */),
|
|
2902
2909
|
generateParamConfigMetadata('utterance', true, 2 /* Body */, 0 /* String */),
|
|
2903
2910
|
generateParamConfigMetadata('agent', false, 2 /* Body */, 4 /* Unsupported */),
|
|
2911
|
+
generateParamConfigMetadata('isEnabled', false, 2 /* Body */, 1 /* Boolean */),
|
|
2904
2912
|
];
|
|
2905
2913
|
const createDataAlert_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Y, createDataAlert_ConfigPropertyMetadata);
|
|
2906
2914
|
const createResourceParams$Y = /*#__PURE__*/ createResourceParams$10(createDataAlert_ConfigPropertyMetadata);
|
|
@@ -2908,22 +2916,22 @@ function typeCheckConfig$Y(untrustedConfig) {
|
|
|
2908
2916
|
const config = {};
|
|
2909
2917
|
typeCheckConfig$10(untrustedConfig, config, createDataAlert_ConfigPropertyMetadata);
|
|
2910
2918
|
const untrustedConfig_content = untrustedConfig.content;
|
|
2911
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
2919
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$13(untrustedConfig_content);
|
|
2912
2920
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
2913
2921
|
config.content = untrustedConfig_content;
|
|
2914
2922
|
}
|
|
2915
2923
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
2916
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
2924
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$1i(untrustedConfig_deliveryConfigurations);
|
|
2917
2925
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
2918
2926
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
2919
2927
|
}
|
|
2920
2928
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
2921
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
2929
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$12(untrustedConfig_schedule);
|
|
2922
2930
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
2923
2931
|
config.schedule = untrustedConfig_schedule;
|
|
2924
2932
|
}
|
|
2925
2933
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
2926
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
2934
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$1d(untrustedConfig_thresholds);
|
|
2927
2935
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
2928
2936
|
config.thresholds = untrustedConfig_thresholds;
|
|
2929
2937
|
}
|
|
@@ -2978,7 +2986,7 @@ const createDataAlertAdapterFactory = (luvio) => {
|
|
|
2978
2986
|
};
|
|
2979
2987
|
};
|
|
2980
2988
|
|
|
2981
|
-
function validate$
|
|
2989
|
+
function validate$11(obj, path = 'BaseAnalyticsRepresentation') {
|
|
2982
2990
|
const v_error = (() => {
|
|
2983
2991
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2984
2992
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3013,8 +3021,8 @@ function validate$10(obj, path = 'BaseAnalyticsRepresentation') {
|
|
|
3013
3021
|
return v_error === undefined ? null : v_error;
|
|
3014
3022
|
}
|
|
3015
3023
|
|
|
3016
|
-
function validate
|
|
3017
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
3024
|
+
function validate$10(obj, path = 'AnalyticsUserRepresentation') {
|
|
3025
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
3018
3026
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
3019
3027
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
3020
3028
|
}
|
|
@@ -3054,7 +3062,7 @@ function validate$$(obj, path = 'AnalyticsUserRepresentation') {
|
|
|
3054
3062
|
return v_error === undefined ? null : v_error;
|
|
3055
3063
|
}
|
|
3056
3064
|
|
|
3057
|
-
function validate
|
|
3065
|
+
function validate$$(obj, path = 'AdditionalInfoDataspacesRepresentation') {
|
|
3058
3066
|
const v_error = (() => {
|
|
3059
3067
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3060
3068
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3091,7 +3099,7 @@ function validate$_(obj, path = 'AdditionalInfoDataspacesRepresentation') {
|
|
|
3091
3099
|
return v_error === undefined ? null : v_error;
|
|
3092
3100
|
}
|
|
3093
3101
|
|
|
3094
|
-
function validate$
|
|
3102
|
+
function validate$_(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
|
|
3095
3103
|
const v_error = (() => {
|
|
3096
3104
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3097
3105
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3114,7 +3122,7 @@ function validate$Z(obj, path = 'AdditionalInfoAssetWarningsRepresentation') {
|
|
|
3114
3122
|
return v_error === undefined ? null : v_error;
|
|
3115
3123
|
}
|
|
3116
3124
|
|
|
3117
|
-
function validate$
|
|
3125
|
+
function validate$Z(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
3118
3126
|
const v_error = (() => {
|
|
3119
3127
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3120
3128
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3153,7 +3161,7 @@ function validate$Y(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
|
3153
3161
|
const path_warnings = path + '.warnings';
|
|
3154
3162
|
let obj_warnings_union0 = null;
|
|
3155
3163
|
const obj_warnings_union0_error = (() => {
|
|
3156
|
-
const referencepath_warningsValidationError = validate$
|
|
3164
|
+
const referencepath_warningsValidationError = validate$_(obj_warnings, path_warnings);
|
|
3157
3165
|
if (referencepath_warningsValidationError !== null) {
|
|
3158
3166
|
let message = 'Object doesn\'t match AdditionalInfoAssetWarningsRepresentation (at "' + path_warnings + '")\n';
|
|
3159
3167
|
message += referencepath_warningsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3183,7 +3191,7 @@ function validate$Y(obj, path = 'AdditionalInfoAssetRepresentation') {
|
|
|
3183
3191
|
return v_error === undefined ? null : v_error;
|
|
3184
3192
|
}
|
|
3185
3193
|
|
|
3186
|
-
function validate$
|
|
3194
|
+
function validate$Y(obj, path = 'DataAssetRequestAdditionalInfoRepresentation') {
|
|
3187
3195
|
const v_error = (() => {
|
|
3188
3196
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3189
3197
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3191,7 +3199,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3191
3199
|
if (obj.dataspaces !== undefined) {
|
|
3192
3200
|
const obj_dataspaces = obj.dataspaces;
|
|
3193
3201
|
const path_dataspaces = path + '.dataspaces';
|
|
3194
|
-
const referencepath_dataspacesValidationError = validate
|
|
3202
|
+
const referencepath_dataspacesValidationError = validate$$(obj_dataspaces, path_dataspaces);
|
|
3195
3203
|
if (referencepath_dataspacesValidationError !== null) {
|
|
3196
3204
|
let message = 'Object doesn\'t match AdditionalInfoDataspacesRepresentation (at "' + path_dataspaces + '")\n';
|
|
3197
3205
|
message += referencepath_dataspacesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3207,7 +3215,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3207
3215
|
for (let i = 0; i < obj_deployedAssets.length; i++) {
|
|
3208
3216
|
const obj_deployedAssets_item = obj_deployedAssets[i];
|
|
3209
3217
|
const path_deployedAssets_item = path_deployedAssets + '[' + i + ']';
|
|
3210
|
-
const referencepath_deployedAssets_itemValidationError = validate$
|
|
3218
|
+
const referencepath_deployedAssets_itemValidationError = validate$Z(obj_deployedAssets_item, path_deployedAssets_item);
|
|
3211
3219
|
if (referencepath_deployedAssets_itemValidationError !== null) {
|
|
3212
3220
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_deployedAssets_item + '")\n';
|
|
3213
3221
|
message += referencepath_deployedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3224,7 +3232,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3224
3232
|
for (let i = 0; i < obj_failedAssets.length; i++) {
|
|
3225
3233
|
const obj_failedAssets_item = obj_failedAssets[i];
|
|
3226
3234
|
const path_failedAssets_item = path_failedAssets + '[' + i + ']';
|
|
3227
|
-
const referencepath_failedAssets_itemValidationError = validate$
|
|
3235
|
+
const referencepath_failedAssets_itemValidationError = validate$Z(obj_failedAssets_item, path_failedAssets_item);
|
|
3228
3236
|
if (referencepath_failedAssets_itemValidationError !== null) {
|
|
3229
3237
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_failedAssets_item + '")\n';
|
|
3230
3238
|
message += referencepath_failedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3241,7 +3249,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3241
3249
|
for (let i = 0; i < obj_inProgressAssets.length; i++) {
|
|
3242
3250
|
const obj_inProgressAssets_item = obj_inProgressAssets[i];
|
|
3243
3251
|
const path_inProgressAssets_item = path_inProgressAssets + '[' + i + ']';
|
|
3244
|
-
const referencepath_inProgressAssets_itemValidationError = validate$
|
|
3252
|
+
const referencepath_inProgressAssets_itemValidationError = validate$Z(obj_inProgressAssets_item, path_inProgressAssets_item);
|
|
3245
3253
|
if (referencepath_inProgressAssets_itemValidationError !== null) {
|
|
3246
3254
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_inProgressAssets_item + '")\n';
|
|
3247
3255
|
message += referencepath_inProgressAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3258,7 +3266,7 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3258
3266
|
for (let i = 0; i < obj_notStartedAssets.length; i++) {
|
|
3259
3267
|
const obj_notStartedAssets_item = obj_notStartedAssets[i];
|
|
3260
3268
|
const path_notStartedAssets_item = path_notStartedAssets + '[' + i + ']';
|
|
3261
|
-
const referencepath_notStartedAssets_itemValidationError = validate$
|
|
3269
|
+
const referencepath_notStartedAssets_itemValidationError = validate$Z(obj_notStartedAssets_item, path_notStartedAssets_item);
|
|
3262
3270
|
if (referencepath_notStartedAssets_itemValidationError !== null) {
|
|
3263
3271
|
let message = 'Object doesn\'t match AdditionalInfoAssetRepresentation (at "' + path_notStartedAssets_item + '")\n';
|
|
3264
3272
|
message += referencepath_notStartedAssets_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3270,6 +3278,29 @@ function validate$X(obj, path = 'DataAssetRequestAdditionalInfoRepresentation')
|
|
|
3270
3278
|
return v_error === undefined ? null : v_error;
|
|
3271
3279
|
}
|
|
3272
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
|
+
|
|
3273
3304
|
function validate$W(obj, path = 'PromotionContentAssetRepresentation') {
|
|
3274
3305
|
const v_error = (() => {
|
|
3275
3306
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3389,7 +3420,7 @@ function validate$W(obj, path = 'PromotionContentAssetRepresentation') {
|
|
|
3389
3420
|
}
|
|
3390
3421
|
|
|
3391
3422
|
const TTL$r = 500;
|
|
3392
|
-
const VERSION$E = "
|
|
3423
|
+
const VERSION$E = "48af14fd2235b0d2cee575868ca6fb88";
|
|
3393
3424
|
function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
3394
3425
|
const v_error = (() => {
|
|
3395
3426
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3399,7 +3430,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3399
3430
|
const path_acknowledgedBy = path + '.acknowledgedBy';
|
|
3400
3431
|
let obj_acknowledgedBy_union0 = null;
|
|
3401
3432
|
const obj_acknowledgedBy_union0_error = (() => {
|
|
3402
|
-
const referencepath_acknowledgedByValidationError = validate
|
|
3433
|
+
const referencepath_acknowledgedByValidationError = validate$10(obj_acknowledgedBy, path_acknowledgedBy);
|
|
3403
3434
|
if (referencepath_acknowledgedByValidationError !== null) {
|
|
3404
3435
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
|
|
3405
3436
|
message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3455,7 +3486,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3455
3486
|
const path_additionalInfo = path + '.additionalInfo';
|
|
3456
3487
|
let obj_additionalInfo_union0 = null;
|
|
3457
3488
|
const obj_additionalInfo_union0_error = (() => {
|
|
3458
|
-
const referencepath_additionalInfoValidationError = validate$
|
|
3489
|
+
const referencepath_additionalInfoValidationError = validate$Y(obj_additionalInfo, path_additionalInfo);
|
|
3459
3490
|
if (referencepath_additionalInfoValidationError !== null) {
|
|
3460
3491
|
let message = 'Object doesn\'t match DataAssetRequestAdditionalInfoRepresentation (at "' + path_additionalInfo + '")\n';
|
|
3461
3492
|
message += referencepath_additionalInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3516,7 +3547,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3516
3547
|
const path_cancelledBy = path + '.cancelledBy';
|
|
3517
3548
|
let obj_cancelledBy_union0 = null;
|
|
3518
3549
|
const obj_cancelledBy_union0_error = (() => {
|
|
3519
|
-
const referencepath_cancelledByValidationError = validate
|
|
3550
|
+
const referencepath_cancelledByValidationError = validate$10(obj_cancelledBy, path_cancelledBy);
|
|
3520
3551
|
if (referencepath_cancelledByValidationError !== null) {
|
|
3521
3552
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
|
|
3522
3553
|
message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3571,7 +3602,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3571
3602
|
const path_completedBy = path + '.completedBy';
|
|
3572
3603
|
let obj_completedBy_union0 = null;
|
|
3573
3604
|
const obj_completedBy_union0_error = (() => {
|
|
3574
|
-
const referencepath_completedByValidationError = validate
|
|
3605
|
+
const referencepath_completedByValidationError = validate$10(obj_completedBy, path_completedBy);
|
|
3575
3606
|
if (referencepath_completedByValidationError !== null) {
|
|
3576
3607
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
|
|
3577
3608
|
message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3622,6 +3653,37 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3622
3653
|
message += '\n' + obj_completedDate_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
3623
3654
|
return new TypeError(message);
|
|
3624
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
|
+
}
|
|
3625
3687
|
if (obj.errorCode !== undefined) {
|
|
3626
3688
|
const obj_errorCode = obj.errorCode;
|
|
3627
3689
|
const path_errorCode = path + '.errorCode';
|
|
@@ -3742,7 +3804,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3742
3804
|
}
|
|
3743
3805
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3744
3806
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3745
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
3807
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3746
3808
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3747
3809
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3748
3810
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3835,7 +3897,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
3835
3897
|
const path_packageExportedBy = path + '.packageExportedBy';
|
|
3836
3898
|
let obj_packageExportedBy_union0 = null;
|
|
3837
3899
|
const obj_packageExportedBy_union0_error = (() => {
|
|
3838
|
-
const referencepath_packageExportedByValidationError = validate
|
|
3900
|
+
const referencepath_packageExportedByValidationError = validate$10(obj_packageExportedBy, path_packageExportedBy);
|
|
3839
3901
|
if (referencepath_packageExportedByValidationError !== null) {
|
|
3840
3902
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_packageExportedBy + '")\n';
|
|
3841
3903
|
message += referencepath_packageExportedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4066,7 +4128,7 @@ function validate$V(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
4066
4128
|
}
|
|
4067
4129
|
const obj_requestedBy = obj.requestedBy;
|
|
4068
4130
|
const path_requestedBy = path + '.requestedBy';
|
|
4069
|
-
const referencepath_requestedByValidationError = validate
|
|
4131
|
+
const referencepath_requestedByValidationError = validate$10(obj_requestedBy, path_requestedBy);
|
|
4070
4132
|
if (referencepath_requestedByValidationError !== null) {
|
|
4071
4133
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
|
|
4072
4134
|
message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4535,7 +4597,7 @@ function validate$S(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
4535
4597
|
}
|
|
4536
4598
|
const obj_createdBy = obj.createdBy;
|
|
4537
4599
|
const path_createdBy = path + '.createdBy';
|
|
4538
|
-
const referencepath_createdByValidationError = validate
|
|
4600
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
4539
4601
|
if (referencepath_createdByValidationError !== null) {
|
|
4540
4602
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4541
4603
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4548,7 +4610,7 @@ function validate$S(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
4548
4610
|
}
|
|
4549
4611
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
4550
4612
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
4551
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
4613
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
4552
4614
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
4553
4615
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
4554
4616
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4978,7 +5040,7 @@ function validate$O(obj, path = 'VisualizationRepresentation') {
|
|
|
4978
5040
|
}
|
|
4979
5041
|
const obj_createdBy = obj.createdBy;
|
|
4980
5042
|
const path_createdBy = path + '.createdBy';
|
|
4981
|
-
const referencepath_createdByValidationError = validate
|
|
5043
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
4982
5044
|
if (referencepath_createdByValidationError !== null) {
|
|
4983
5045
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4984
5046
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5053,7 +5115,7 @@ function validate$O(obj, path = 'VisualizationRepresentation') {
|
|
|
5053
5115
|
if (obj.lastModifiedBy !== undefined) {
|
|
5054
5116
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
5055
5117
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
5056
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
5118
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
5057
5119
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
5058
5120
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
5059
5121
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5373,7 +5435,7 @@ function validate$N(obj, path = 'WorkspaceRepresentation') {
|
|
|
5373
5435
|
}
|
|
5374
5436
|
const obj_createdBy = obj.createdBy;
|
|
5375
5437
|
const path_createdBy = path + '.createdBy';
|
|
5376
|
-
const referencepath_createdByValidationError = validate
|
|
5438
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
5377
5439
|
if (referencepath_createdByValidationError !== null) {
|
|
5378
5440
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
5379
5441
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5593,7 +5655,7 @@ function validate$M(obj, path = 'WorkspaceAssetRepresentation') {
|
|
|
5593
5655
|
}
|
|
5594
5656
|
const obj_createdBy = obj.createdBy;
|
|
5595
5657
|
const path_createdBy = path + '.createdBy';
|
|
5596
|
-
const referencepath_createdByValidationError = validate
|
|
5658
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
5597
5659
|
if (referencepath_createdByValidationError !== null) {
|
|
5598
5660
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
5599
5661
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6668,7 +6730,7 @@ function validate$H(obj, path = 'FollowerAssetRepresentation') {
|
|
|
6668
6730
|
}
|
|
6669
6731
|
const obj_createdBy = obj.createdBy;
|
|
6670
6732
|
const path_createdBy = path + '.createdBy';
|
|
6671
|
-
const referencepath_createdByValidationError = validate
|
|
6733
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
6672
6734
|
if (referencepath_createdByValidationError !== null) {
|
|
6673
6735
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6674
6736
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8311,7 +8373,7 @@ function validate$B(obj, path = 'DataAlertCollectionRepresentation') {
|
|
|
8311
8373
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
8312
8374
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
8313
8375
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
8314
|
-
const referencepath_dataAlerts_itemValidationError = validate$
|
|
8376
|
+
const referencepath_dataAlerts_itemValidationError = validate$14(obj_dataAlerts_item, path_dataAlerts_item);
|
|
8315
8377
|
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
8316
8378
|
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
8317
8379
|
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8582,7 +8644,7 @@ function validate$z(obj, path = 'DataAssetRepresentation') {
|
|
|
8582
8644
|
}
|
|
8583
8645
|
const obj_createdBy = obj.createdBy;
|
|
8584
8646
|
const path_createdBy = path + '.createdBy';
|
|
8585
|
-
const referencepath_createdByValidationError = validate
|
|
8647
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
8586
8648
|
if (referencepath_createdByValidationError !== null) {
|
|
8587
8649
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
8588
8650
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8647,7 +8709,7 @@ function validate$z(obj, path = 'DataAssetRepresentation') {
|
|
|
8647
8709
|
}
|
|
8648
8710
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
8649
8711
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
8650
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
8712
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
8651
8713
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
8652
8714
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
8653
8715
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10637,7 +10699,7 @@ function validate$n(obj, path = 'FollowerCollectionRepresentation') {
|
|
|
10637
10699
|
for (let i = 0; i < obj_followers.length; i++) {
|
|
10638
10700
|
const obj_followers_item = obj_followers[i];
|
|
10639
10701
|
const path_followers_item = path_followers + '[' + i + ']';
|
|
10640
|
-
const referencepath_followers_itemValidationError = validate
|
|
10702
|
+
const referencepath_followers_itemValidationError = validate$10(obj_followers_item, path_followers_item);
|
|
10641
10703
|
if (referencepath_followers_itemValidationError !== null) {
|
|
10642
10704
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
|
|
10643
10705
|
message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12897,7 +12959,7 @@ function validate$d(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
12897
12959
|
}
|
|
12898
12960
|
const obj_createdBy = obj.createdBy;
|
|
12899
12961
|
const path_createdBy = path + '.createdBy';
|
|
12900
|
-
const referencepath_createdByValidationError = validate
|
|
12962
|
+
const referencepath_createdByValidationError = validate$10(obj_createdBy, path_createdBy);
|
|
12901
12963
|
if (referencepath_createdByValidationError !== null) {
|
|
12902
12964
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
12903
12965
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12942,7 +13004,7 @@ function validate$d(obj, path = 'VisualizationShallowRepresentation') {
|
|
|
12942
13004
|
if (obj.lastModifiedBy !== undefined) {
|
|
12943
13005
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
12944
13006
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
12945
|
-
const referencepath_lastModifiedByValidationError = validate
|
|
13007
|
+
const referencepath_lastModifiedByValidationError = validate$10(obj_lastModifiedBy, path_lastModifiedBy);
|
|
12946
13008
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
12947
13009
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
12948
13010
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -13910,7 +13972,7 @@ function validate$8(obj, path = 'DataAlertQueryCollectionRepresentation') {
|
|
|
13910
13972
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
13911
13973
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
13912
13974
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
13913
|
-
const referencepath_dataAlerts_itemValidationError = validate$
|
|
13975
|
+
const referencepath_dataAlerts_itemValidationError = validate$14(obj_dataAlerts_item, path_dataAlerts_item);
|
|
13914
13976
|
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
13915
13977
|
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
13916
13978
|
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14031,7 +14093,7 @@ function typeCheckConfig$e(untrustedConfig) {
|
|
|
14031
14093
|
const config = {};
|
|
14032
14094
|
typeCheckConfig$10(untrustedConfig, config, postDataAlertQuery_ConfigPropertyMetadata);
|
|
14033
14095
|
const untrustedConfig_timeRange = untrustedConfig.timeRange;
|
|
14034
|
-
const referenceUnifiedFilterInputRepresentationValidationError = validate$
|
|
14096
|
+
const referenceUnifiedFilterInputRepresentationValidationError = validate$1h(untrustedConfig_timeRange);
|
|
14035
14097
|
if (referenceUnifiedFilterInputRepresentationValidationError === null) {
|
|
14036
14098
|
config.timeRange = untrustedConfig_timeRange;
|
|
14037
14099
|
}
|
|
@@ -14638,7 +14700,7 @@ const publishToMarketplaceAdapterFactory = (luvio) => {
|
|
|
14638
14700
|
};
|
|
14639
14701
|
|
|
14640
14702
|
function validate$4(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
|
|
14641
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
14703
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
14642
14704
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
14643
14705
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
14644
14706
|
}
|
|
@@ -14651,7 +14713,7 @@ function validate$4(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentat
|
|
|
14651
14713
|
}
|
|
14652
14714
|
|
|
14653
14715
|
function validate$3(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
|
|
14654
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
14716
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$11(obj, path);
|
|
14655
14717
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
14656
14718
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
14657
14719
|
}
|
|
@@ -14964,7 +15026,7 @@ function validate$1(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
|
|
|
14964
15026
|
for (let i = 0; i < obj_items.length; i++) {
|
|
14965
15027
|
const obj_items_item = obj_items[i];
|
|
14966
15028
|
const path_items_item = path_items + '[' + i + ']';
|
|
14967
|
-
const referencepath_items_itemValidationError = validate
|
|
15029
|
+
const referencepath_items_itemValidationError = validate$10(obj_items_item, path_items_item);
|
|
14968
15030
|
if (referencepath_items_itemValidationError !== null) {
|
|
14969
15031
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
|
|
14970
15032
|
message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15439,6 +15501,7 @@ const updateDataAlert_ConfigPropertyMetadata = [
|
|
|
15439
15501
|
generateParamConfigMetadata('thresholds', false, 2 /* Body */, 4 /* Unsupported */),
|
|
15440
15502
|
generateParamConfigMetadata('utterance', true, 2 /* Body */, 0 /* String */),
|
|
15441
15503
|
generateParamConfigMetadata('agent', false, 2 /* Body */, 4 /* Unsupported */),
|
|
15504
|
+
generateParamConfigMetadata('isEnabled', false, 2 /* Body */, 1 /* Boolean */),
|
|
15442
15505
|
];
|
|
15443
15506
|
const updateDataAlert_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$6, updateDataAlert_ConfigPropertyMetadata);
|
|
15444
15507
|
const createResourceParams$6 = /*#__PURE__*/ createResourceParams$10(updateDataAlert_ConfigPropertyMetadata);
|
|
@@ -15446,22 +15509,22 @@ function typeCheckConfig$6(untrustedConfig) {
|
|
|
15446
15509
|
const config = {};
|
|
15447
15510
|
typeCheckConfig$10(untrustedConfig, config, updateDataAlert_ConfigPropertyMetadata);
|
|
15448
15511
|
const untrustedConfig_content = untrustedConfig.content;
|
|
15449
|
-
const referenceDataAlertContentInputRepresentationValidationError = validate$
|
|
15512
|
+
const referenceDataAlertContentInputRepresentationValidationError = validate$13(untrustedConfig_content);
|
|
15450
15513
|
if (referenceDataAlertContentInputRepresentationValidationError === null) {
|
|
15451
15514
|
config.content = untrustedConfig_content;
|
|
15452
15515
|
}
|
|
15453
15516
|
const untrustedConfig_deliveryConfigurations = untrustedConfig.deliveryConfigurations;
|
|
15454
|
-
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$
|
|
15517
|
+
const referenceDataAlertDeliveryConfigurationInputRepresentationValidationError = validate$1i(untrustedConfig_deliveryConfigurations);
|
|
15455
15518
|
if (referenceDataAlertDeliveryConfigurationInputRepresentationValidationError === null) {
|
|
15456
15519
|
config.deliveryConfigurations = untrustedConfig_deliveryConfigurations;
|
|
15457
15520
|
}
|
|
15458
15521
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
15459
|
-
const referenceDataAlertScheduleInputRepresentationValidationError = validate$
|
|
15522
|
+
const referenceDataAlertScheduleInputRepresentationValidationError = validate$12(untrustedConfig_schedule);
|
|
15460
15523
|
if (referenceDataAlertScheduleInputRepresentationValidationError === null) {
|
|
15461
15524
|
config.schedule = untrustedConfig_schedule;
|
|
15462
15525
|
}
|
|
15463
15526
|
const untrustedConfig_thresholds = untrustedConfig.thresholds;
|
|
15464
|
-
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$
|
|
15527
|
+
const referenceDataAlertThresholdsInputRepresentationValidationError = validate$1d(untrustedConfig_thresholds);
|
|
15465
15528
|
if (referenceDataAlertThresholdsInputRepresentationValidationError === null) {
|
|
15466
15529
|
config.thresholds = untrustedConfig_thresholds;
|
|
15467
15530
|
}
|
|
@@ -16702,4 +16765,4 @@ withDefaultLuvio((luvio) => {
|
|
|
16702
16765
|
});
|
|
16703
16766
|
|
|
16704
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 };
|
|
16705
|
-
// version: 1.
|
|
16768
|
+
// version: 1.449.0-7b415dc950
|