@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev16 → 1.332.0-dev17
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 +222 -81
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
- package/package.json +3 -3
- package/sfdc/index.js +220 -79
- package/src/raml/api.raml +23 -1
package/sfdc/index.js
CHANGED
|
@@ -103,7 +103,7 @@ function createLink(ref) {
|
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
function validate$
|
|
106
|
+
function validate$Y(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$X(obj, path = 'DashboardAnnotationAnchorRepresentation') {
|
|
|
117
117
|
return v_error === undefined ? null : v_error;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
function validate$
|
|
120
|
+
function validate$X(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$W(obj, path = 'AnnotationAssetRepresentation') {
|
|
|
136
136
|
return v_error === undefined ? null : v_error;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
function validate$
|
|
139
|
+
function validate$W(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$V(obj, path = 'FileTypeOutputRepresentation') {
|
|
|
155
155
|
return v_error === undefined ? null : v_error;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
function validate$
|
|
158
|
+
function validate$V(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$U(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$W(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$U(obj, path = 'ContentVersionOutputRepresentation') {
|
|
|
239
239
|
return v_error === undefined ? null : v_error;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
function validate$
|
|
242
|
+
function validate$U(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$W(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$T(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$V(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$T(obj, path = 'ContentDocumentOutputRepresentation') {
|
|
|
279
279
|
return v_error === undefined ? null : v_error;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
function validate$
|
|
282
|
+
function validate$T(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$S(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$U(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$S(obj, path = 'SlackFileOutputRepresentation') {
|
|
|
388
388
|
return v_error === undefined ? null : v_error;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
function validate$
|
|
391
|
+
function validate$S(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$R(obj, path = 'SlackEmojiOutputRepresentation') {
|
|
|
512
512
|
return v_error === undefined ? null : v_error;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
function validate$
|
|
515
|
+
function validate$R(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$Q(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$S(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$Q(obj, path = 'SlackUserInfoOutputRepresentation') {
|
|
|
902
902
|
return v_error === undefined ? null : v_error;
|
|
903
903
|
}
|
|
904
904
|
|
|
905
|
-
function validate$
|
|
905
|
+
function validate$Q(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$P(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$R(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$P(obj, path = 'SlackReactionOutputRepresentation') {
|
|
|
1071
1071
|
return v_error === undefined ? null : v_error;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
-
function validate$
|
|
1074
|
+
function validate$P(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$O(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$T(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$O(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$Q(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$O(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$R(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$O(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$R(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$O(obj, path = 'SlackMessageOutputRepresentation') {
|
|
|
1465
1465
|
return v_error === undefined ? null : v_error;
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
1468
|
-
function validate$
|
|
1468
|
+
function validate$O(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$N(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$P(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$N(obj, path = 'AnnotationConversationRepresentation') {
|
|
|
1527
1527
|
|
|
1528
1528
|
const TTL$m = 1000;
|
|
1529
1529
|
const VERSION$y = "bacc25da56cffff8126d9bdafc471a37";
|
|
1530
|
-
function validate$
|
|
1530
|
+
function validate$N(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$M(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$Y(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$M(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$X(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$M(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$O(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$y(existing, incoming) {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
const ingest$y = function AnnotationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1607
1607
|
if (process.env.NODE_ENV !== 'production') {
|
|
1608
|
-
const validateError = validate$
|
|
1608
|
+
const validateError = validate$N(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$l = 1000;
|
|
1728
1728
|
const VERSION$x = "06ddf1f43b6dbb759e6c6ec14f9d783f";
|
|
1729
|
-
function validate$
|
|
1729
|
+
function validate$M(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$x(existing, incoming) {
|
|
|
1831
1831
|
}
|
|
1832
1832
|
const ingest$x = function AssetSlackChannelRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1833
1833
|
if (process.env.NODE_ENV !== 'production') {
|
|
1834
|
-
const validateError = validate$
|
|
1834
|
+
const validateError = validate$M(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$w = "948ac50067b64bee8680b553b1e19a09";
|
|
1947
|
-
function validate$
|
|
1947
|
+
function validate$L(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 + '")');
|
|
@@ -2081,7 +2081,7 @@ function equals$w(existing, incoming) {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
const ingest$w = function DashboardRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2083
2083
|
if (process.env.NODE_ENV !== 'production') {
|
|
2084
|
-
const validateError = validate$
|
|
2084
|
+
const validateError = validate$L(input);
|
|
2085
2085
|
if (validateError !== null) {
|
|
2086
2086
|
throw validateError;
|
|
2087
2087
|
}
|
|
@@ -2237,7 +2237,7 @@ const createDashboardAdapterFactory = (luvio) => {
|
|
|
2237
2237
|
};
|
|
2238
2238
|
};
|
|
2239
2239
|
|
|
2240
|
-
function validate$
|
|
2240
|
+
function validate$K(obj, path = 'BaseAnalyticsRepresentation') {
|
|
2241
2241
|
const v_error = (() => {
|
|
2242
2242
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2243
2243
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2272,8 +2272,8 @@ function validate$J(obj, path = 'BaseAnalyticsRepresentation') {
|
|
|
2272
2272
|
return v_error === undefined ? null : v_error;
|
|
2273
2273
|
}
|
|
2274
2274
|
|
|
2275
|
-
function validate$
|
|
2276
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
2275
|
+
function validate$J(obj, path = 'AnalyticsUserRepresentation') {
|
|
2276
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$K(obj, path);
|
|
2277
2277
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
2278
2278
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
2279
2279
|
}
|
|
@@ -2314,8 +2314,8 @@ function validate$I(obj, path = 'AnalyticsUserRepresentation') {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
2316
|
const TTL$k = 500;
|
|
2317
|
-
const VERSION$v = "
|
|
2318
|
-
function validate$
|
|
2317
|
+
const VERSION$v = "6e1c96752ff32573835ff880edbeaac0";
|
|
2318
|
+
function validate$I(obj, path = 'DataAssetRequestRepresentation') {
|
|
2319
2319
|
const v_error = (() => {
|
|
2320
2320
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2321
2321
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2324,7 +2324,7 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2324
2324
|
const path_acknowledgedBy = path + '.acknowledgedBy';
|
|
2325
2325
|
let obj_acknowledgedBy_union0 = null;
|
|
2326
2326
|
const obj_acknowledgedBy_union0_error = (() => {
|
|
2327
|
-
const referencepath_acknowledgedByValidationError = validate$
|
|
2327
|
+
const referencepath_acknowledgedByValidationError = validate$J(obj_acknowledgedBy, path_acknowledgedBy);
|
|
2328
2328
|
if (referencepath_acknowledgedByValidationError !== null) {
|
|
2329
2329
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_acknowledgedBy + '")\n';
|
|
2330
2330
|
message += referencepath_acknowledgedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2410,7 +2410,7 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2410
2410
|
const path_cancelledBy = path + '.cancelledBy';
|
|
2411
2411
|
let obj_cancelledBy_union0 = null;
|
|
2412
2412
|
const obj_cancelledBy_union0_error = (() => {
|
|
2413
|
-
const referencepath_cancelledByValidationError = validate$
|
|
2413
|
+
const referencepath_cancelledByValidationError = validate$J(obj_cancelledBy, path_cancelledBy);
|
|
2414
2414
|
if (referencepath_cancelledByValidationError !== null) {
|
|
2415
2415
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_cancelledBy + '")\n';
|
|
2416
2416
|
message += referencepath_cancelledByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2465,7 +2465,7 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2465
2465
|
const path_completedBy = path + '.completedBy';
|
|
2466
2466
|
let obj_completedBy_union0 = null;
|
|
2467
2467
|
const obj_completedBy_union0_error = (() => {
|
|
2468
|
-
const referencepath_completedByValidationError = validate$
|
|
2468
|
+
const referencepath_completedByValidationError = validate$J(obj_completedBy, path_completedBy);
|
|
2469
2469
|
if (referencepath_completedByValidationError !== null) {
|
|
2470
2470
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_completedBy + '")\n';
|
|
2471
2471
|
message += referencepath_completedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2580,7 +2580,7 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2580
2580
|
}
|
|
2581
2581
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2582
2582
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2583
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2583
|
+
const referencepath_lastModifiedByValidationError = validate$J(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2584
2584
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2585
2585
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2586
2586
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2780,7 +2780,7 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2780
2780
|
}
|
|
2781
2781
|
const obj_requestedBy = obj.requestedBy;
|
|
2782
2782
|
const path_requestedBy = path + '.requestedBy';
|
|
2783
|
-
const referencepath_requestedByValidationError = validate$
|
|
2783
|
+
const referencepath_requestedByValidationError = validate$J(obj_requestedBy, path_requestedBy);
|
|
2784
2784
|
if (referencepath_requestedByValidationError !== null) {
|
|
2785
2785
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_requestedBy + '")\n';
|
|
2786
2786
|
message += referencepath_requestedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2855,8 +2855,29 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
|
|
|
2855
2855
|
}
|
|
2856
2856
|
const obj_workspaceAssetId = obj.workspaceAssetId;
|
|
2857
2857
|
const path_workspaceAssetId = path + '.workspaceAssetId';
|
|
2858
|
-
|
|
2859
|
-
|
|
2858
|
+
let obj_workspaceAssetId_union0 = null;
|
|
2859
|
+
const obj_workspaceAssetId_union0_error = (() => {
|
|
2860
|
+
if (typeof obj_workspaceAssetId !== 'string') {
|
|
2861
|
+
return new TypeError('Expected "string" but received "' + typeof obj_workspaceAssetId + '" (at "' + path_workspaceAssetId + '")');
|
|
2862
|
+
}
|
|
2863
|
+
})();
|
|
2864
|
+
if (obj_workspaceAssetId_union0_error != null) {
|
|
2865
|
+
obj_workspaceAssetId_union0 = obj_workspaceAssetId_union0_error.message;
|
|
2866
|
+
}
|
|
2867
|
+
let obj_workspaceAssetId_union1 = null;
|
|
2868
|
+
const obj_workspaceAssetId_union1_error = (() => {
|
|
2869
|
+
if (obj_workspaceAssetId !== null) {
|
|
2870
|
+
return new TypeError('Expected "null" but received "' + typeof obj_workspaceAssetId + '" (at "' + path_workspaceAssetId + '")');
|
|
2871
|
+
}
|
|
2872
|
+
})();
|
|
2873
|
+
if (obj_workspaceAssetId_union1_error != null) {
|
|
2874
|
+
obj_workspaceAssetId_union1 = obj_workspaceAssetId_union1_error.message;
|
|
2875
|
+
}
|
|
2876
|
+
if (obj_workspaceAssetId_union0 && obj_workspaceAssetId_union1) {
|
|
2877
|
+
let message = 'Object doesn\'t match union (at "' + path_workspaceAssetId + '")';
|
|
2878
|
+
message += '\n' + obj_workspaceAssetId_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
2879
|
+
message += '\n' + obj_workspaceAssetId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
2880
|
+
return new TypeError(message);
|
|
2860
2881
|
}
|
|
2861
2882
|
})();
|
|
2862
2883
|
return v_error === undefined ? null : v_error;
|
|
@@ -2890,7 +2911,7 @@ function equals$v(existing, incoming) {
|
|
|
2890
2911
|
}
|
|
2891
2912
|
const ingest$v = function DataAssetRequestRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2892
2913
|
if (process.env.NODE_ENV !== 'production') {
|
|
2893
|
-
const validateError = validate$
|
|
2914
|
+
const validateError = validate$I(input);
|
|
2894
2915
|
if (validateError !== null) {
|
|
2895
2916
|
throw validateError;
|
|
2896
2917
|
}
|
|
@@ -3011,7 +3032,7 @@ const createDataAssetRequestAdapterFactory = (luvio) => {
|
|
|
3011
3032
|
|
|
3012
3033
|
const TTL$j = 1000;
|
|
3013
3034
|
const VERSION$u = "f2e0254a8e6b03f2289f318634389df3";
|
|
3014
|
-
function validate$
|
|
3035
|
+
function validate$H(obj, path = 'UnifiedAnalyticsLogLinesRepresentation') {
|
|
3015
3036
|
const v_error = (() => {
|
|
3016
3037
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3017
3038
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3063,7 +3084,7 @@ function equals$u(existing, incoming) {
|
|
|
3063
3084
|
}
|
|
3064
3085
|
const ingest$u = function UnifiedAnalyticsLogLinesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3065
3086
|
if (process.env.NODE_ENV !== 'production') {
|
|
3066
|
-
const validateError = validate$
|
|
3087
|
+
const validateError = validate$H(input);
|
|
3067
3088
|
if (validateError !== null) {
|
|
3068
3089
|
throw validateError;
|
|
3069
3090
|
}
|
|
@@ -3181,7 +3202,7 @@ const createLoglinesAdapterFactory = (luvio) => {
|
|
|
3181
3202
|
};
|
|
3182
3203
|
};
|
|
3183
3204
|
|
|
3184
|
-
function validate$
|
|
3205
|
+
function validate$G(obj, path = 'SetupRecordShareErrorRepresentation') {
|
|
3185
3206
|
const v_error = (() => {
|
|
3186
3207
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3187
3208
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3205,7 +3226,7 @@ function validate$F(obj, path = 'SetupRecordShareErrorRepresentation') {
|
|
|
3205
3226
|
return v_error === undefined ? null : v_error;
|
|
3206
3227
|
}
|
|
3207
3228
|
|
|
3208
|
-
function validate$
|
|
3229
|
+
function validate$F(obj, path = 'SetupRecordShareRepresentation') {
|
|
3209
3230
|
const v_error = (() => {
|
|
3210
3231
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3211
3232
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3222,7 +3243,7 @@ function validate$E(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
3222
3243
|
}
|
|
3223
3244
|
const obj_createdBy = obj.createdBy;
|
|
3224
3245
|
const path_createdBy = path + '.createdBy';
|
|
3225
|
-
const referencepath_createdByValidationError = validate$
|
|
3246
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
3226
3247
|
if (referencepath_createdByValidationError !== null) {
|
|
3227
3248
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3228
3249
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3235,7 +3256,7 @@ function validate$E(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
3235
3256
|
}
|
|
3236
3257
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3237
3258
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3238
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
3259
|
+
const referencepath_lastModifiedByValidationError = validate$J(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3239
3260
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3240
3261
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3241
3262
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3257,7 +3278,7 @@ function validate$E(obj, path = 'SetupRecordShareRepresentation') {
|
|
|
3257
3278
|
|
|
3258
3279
|
const TTL$i = 1000;
|
|
3259
3280
|
const VERSION$t = "eee8bc73146f75fcb8e2f168c3144e65";
|
|
3260
|
-
function validate$
|
|
3281
|
+
function validate$E(obj, path = 'SetupRecordShareCollectionRepresentation') {
|
|
3261
3282
|
const v_error = (() => {
|
|
3262
3283
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3263
3284
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3270,7 +3291,7 @@ function validate$D(obj, path = 'SetupRecordShareCollectionRepresentation') {
|
|
|
3270
3291
|
for (let i = 0; i < obj_failedRecordShares.length; i++) {
|
|
3271
3292
|
const obj_failedRecordShares_item = obj_failedRecordShares[i];
|
|
3272
3293
|
const path_failedRecordShares_item = path_failedRecordShares + '[' + i + ']';
|
|
3273
|
-
const referencepath_failedRecordShares_itemValidationError = validate$
|
|
3294
|
+
const referencepath_failedRecordShares_itemValidationError = validate$G(obj_failedRecordShares_item, path_failedRecordShares_item);
|
|
3274
3295
|
if (referencepath_failedRecordShares_itemValidationError !== null) {
|
|
3275
3296
|
let message = 'Object doesn\'t match SetupRecordShareErrorRepresentation (at "' + path_failedRecordShares_item + '")\n';
|
|
3276
3297
|
message += referencepath_failedRecordShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3295,7 +3316,7 @@ function validate$D(obj, path = 'SetupRecordShareCollectionRepresentation') {
|
|
|
3295
3316
|
for (let i = 0; i < obj_successfulRecordShares.length; i++) {
|
|
3296
3317
|
const obj_successfulRecordShares_item = obj_successfulRecordShares[i];
|
|
3297
3318
|
const path_successfulRecordShares_item = path_successfulRecordShares + '[' + i + ']';
|
|
3298
|
-
const referencepath_successfulRecordShares_itemValidationError = validate$
|
|
3319
|
+
const referencepath_successfulRecordShares_itemValidationError = validate$F(obj_successfulRecordShares_item, path_successfulRecordShares_item);
|
|
3299
3320
|
if (referencepath_successfulRecordShares_itemValidationError !== null) {
|
|
3300
3321
|
let message = 'Object doesn\'t match SetupRecordShareRepresentation (at "' + path_successfulRecordShares_item + '")\n';
|
|
3301
3322
|
message += referencepath_successfulRecordShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3334,7 +3355,7 @@ function equals$t(existing, incoming) {
|
|
|
3334
3355
|
}
|
|
3335
3356
|
const ingest$t = function SetupRecordShareCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3336
3357
|
if (process.env.NODE_ENV !== 'production') {
|
|
3337
|
-
const validateError = validate$
|
|
3358
|
+
const validateError = validate$E(input);
|
|
3338
3359
|
if (validateError !== null) {
|
|
3339
3360
|
throw validateError;
|
|
3340
3361
|
}
|
|
@@ -3455,14 +3476,14 @@ const createRecordSharesAdapterFactory = (luvio) => {
|
|
|
3455
3476
|
};
|
|
3456
3477
|
|
|
3457
3478
|
const VERSION$s = "1a13994f888cdbab1f3489b0a99c8449";
|
|
3458
|
-
function validate$
|
|
3479
|
+
function validate$D(obj, path = 'VisualizationRepresentation') {
|
|
3459
3480
|
const v_error = (() => {
|
|
3460
3481
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3461
3482
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
3462
3483
|
}
|
|
3463
3484
|
const obj_createdBy = obj.createdBy;
|
|
3464
3485
|
const path_createdBy = path + '.createdBy';
|
|
3465
|
-
const referencepath_createdByValidationError = validate$
|
|
3486
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
3466
3487
|
if (referencepath_createdByValidationError !== null) {
|
|
3467
3488
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3468
3489
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3537,7 +3558,7 @@ function validate$C(obj, path = 'VisualizationRepresentation') {
|
|
|
3537
3558
|
if (obj.lastModifiedBy !== undefined) {
|
|
3538
3559
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3539
3560
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3540
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
3561
|
+
const referencepath_lastModifiedByValidationError = validate$J(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3541
3562
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3542
3563
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3543
3564
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3632,7 +3653,7 @@ function equals$s(existing, incoming) {
|
|
|
3632
3653
|
}
|
|
3633
3654
|
const ingest$s = function VisualizationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3634
3655
|
if (process.env.NODE_ENV !== 'production') {
|
|
3635
|
-
const validateError = validate$
|
|
3656
|
+
const validateError = validate$D(input);
|
|
3636
3657
|
if (validateError !== null) {
|
|
3637
3658
|
throw validateError;
|
|
3638
3659
|
}
|
|
@@ -3836,7 +3857,7 @@ const createVisualizationAdapterFactory = (luvio) => {
|
|
|
3836
3857
|
};
|
|
3837
3858
|
|
|
3838
3859
|
const VERSION$r = "d30aa567784494839ce9c37e69190918";
|
|
3839
|
-
function validate$
|
|
3860
|
+
function validate$C(obj, path = 'WorkspaceRepresentation') {
|
|
3840
3861
|
const v_error = (() => {
|
|
3841
3862
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3842
3863
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3848,7 +3869,7 @@ function validate$B(obj, path = 'WorkspaceRepresentation') {
|
|
|
3848
3869
|
}
|
|
3849
3870
|
const obj_createdBy = obj.createdBy;
|
|
3850
3871
|
const path_createdBy = path + '.createdBy';
|
|
3851
|
-
const referencepath_createdByValidationError = validate$
|
|
3872
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
3852
3873
|
if (referencepath_createdByValidationError !== null) {
|
|
3853
3874
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3854
3875
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3932,7 +3953,7 @@ function equals$r(existing, incoming) {
|
|
|
3932
3953
|
}
|
|
3933
3954
|
const ingest$r = function WorkspaceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
3934
3955
|
if (process.env.NODE_ENV !== 'production') {
|
|
3935
|
-
const validateError = validate$
|
|
3956
|
+
const validateError = validate$C(input);
|
|
3936
3957
|
if (validateError !== null) {
|
|
3937
3958
|
throw validateError;
|
|
3938
3959
|
}
|
|
@@ -4046,7 +4067,7 @@ const createWorkspaceAdapterFactory = (luvio) => {
|
|
|
4046
4067
|
};
|
|
4047
4068
|
|
|
4048
4069
|
const VERSION$q = "4abc4f793ed7181313c3ae7365a6fb8b";
|
|
4049
|
-
function validate$
|
|
4070
|
+
function validate$B(obj, path = 'WorkspaceAssetRepresentation') {
|
|
4050
4071
|
const v_error = (() => {
|
|
4051
4072
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4052
4073
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4068,7 +4089,7 @@ function validate$A(obj, path = 'WorkspaceAssetRepresentation') {
|
|
|
4068
4089
|
}
|
|
4069
4090
|
const obj_createdBy = obj.createdBy;
|
|
4070
4091
|
const path_createdBy = path + '.createdBy';
|
|
4071
|
-
const referencepath_createdByValidationError = validate$
|
|
4092
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
4072
4093
|
if (referencepath_createdByValidationError !== null) {
|
|
4073
4094
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4074
4095
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4116,7 +4137,7 @@ function equals$q(existing, incoming) {
|
|
|
4116
4137
|
}
|
|
4117
4138
|
const ingest$q = function WorkspaceAssetRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
4118
4139
|
if (process.env.NODE_ENV !== 'production') {
|
|
4119
|
-
const validateError = validate$
|
|
4140
|
+
const validateError = validate$B(input);
|
|
4120
4141
|
if (validateError !== null) {
|
|
4121
4142
|
throw validateError;
|
|
4122
4143
|
}
|
|
@@ -4229,7 +4250,7 @@ const createWorkspaceAssetAdapterFactory = (luvio) => {
|
|
|
4229
4250
|
};
|
|
4230
4251
|
};
|
|
4231
4252
|
|
|
4232
|
-
function validate$
|
|
4253
|
+
function validate$A(obj, path = 'SetupRecordAccessRepresentation') {
|
|
4233
4254
|
const v_error = (() => {
|
|
4234
4255
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4235
4256
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4259,7 +4280,7 @@ function keyBuilder$11(luvio, config) {
|
|
|
4259
4280
|
|
|
4260
4281
|
const TTL$h = 1000;
|
|
4261
4282
|
const VERSION$p = "7d2a4c527cbb21fff93199968db6e54e";
|
|
4262
|
-
function validate$
|
|
4283
|
+
function validate$z(obj, path = 'SetupRecordAccessCollectionRepresentation') {
|
|
4263
4284
|
const v_error = (() => {
|
|
4264
4285
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4265
4286
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4272,7 +4293,7 @@ function validate$y(obj, path = 'SetupRecordAccessCollectionRepresentation') {
|
|
|
4272
4293
|
for (let i = 0; i < obj_recordAccessMappings.length; i++) {
|
|
4273
4294
|
const obj_recordAccessMappings_item = obj_recordAccessMappings[i];
|
|
4274
4295
|
const path_recordAccessMappings_item = path_recordAccessMappings + '[' + i + ']';
|
|
4275
|
-
const referencepath_recordAccessMappings_itemValidationError = validate$
|
|
4296
|
+
const referencepath_recordAccessMappings_itemValidationError = validate$A(obj_recordAccessMappings_item, path_recordAccessMappings_item);
|
|
4276
4297
|
if (referencepath_recordAccessMappings_itemValidationError !== null) {
|
|
4277
4298
|
let message = 'Object doesn\'t match SetupRecordAccessRepresentation (at "' + path_recordAccessMappings_item + '")\n';
|
|
4278
4299
|
message += referencepath_recordAccessMappings_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4316,7 +4337,7 @@ function equals$p(existing, incoming) {
|
|
|
4316
4337
|
}
|
|
4317
4338
|
const ingest$p = function SetupRecordAccessCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
4318
4339
|
if (process.env.NODE_ENV !== 'production') {
|
|
4319
|
-
const validateError = validate$
|
|
4340
|
+
const validateError = validate$z(input);
|
|
4320
4341
|
if (validateError !== null) {
|
|
4321
4342
|
throw validateError;
|
|
4322
4343
|
}
|
|
@@ -4843,8 +4864,60 @@ const deleteWorkspaceAssetAdapterFactory = (luvio) => {
|
|
|
4843
4864
|
};
|
|
4844
4865
|
};
|
|
4845
4866
|
|
|
4867
|
+
function validate$y(obj, path = 'FollowedTimeRangeRepresentation') {
|
|
4868
|
+
const v_error = (() => {
|
|
4869
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4870
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
4871
|
+
}
|
|
4872
|
+
const obj_fieldName = obj.fieldName;
|
|
4873
|
+
const path_fieldName = path + '.fieldName';
|
|
4874
|
+
if (typeof obj_fieldName !== 'string') {
|
|
4875
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldName + '" (at "' + path_fieldName + '")');
|
|
4876
|
+
}
|
|
4877
|
+
const obj_operator = obj.operator;
|
|
4878
|
+
const path_operator = path + '.operator';
|
|
4879
|
+
if (typeof obj_operator !== 'string') {
|
|
4880
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
4881
|
+
}
|
|
4882
|
+
const obj_values = obj.values;
|
|
4883
|
+
const path_values = path + '.values';
|
|
4884
|
+
if (!ArrayIsArray(obj_values)) {
|
|
4885
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
4886
|
+
}
|
|
4887
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
4888
|
+
const obj_values_item = obj_values[i];
|
|
4889
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
4890
|
+
let obj_values_item_union0 = null;
|
|
4891
|
+
const obj_values_item_union0_error = (() => {
|
|
4892
|
+
if (typeof obj_values_item !== 'string') {
|
|
4893
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
4894
|
+
}
|
|
4895
|
+
})();
|
|
4896
|
+
if (obj_values_item_union0_error != null) {
|
|
4897
|
+
obj_values_item_union0 = obj_values_item_union0_error.message;
|
|
4898
|
+
}
|
|
4899
|
+
let obj_values_item_union1 = null;
|
|
4900
|
+
const obj_values_item_union1_error = (() => {
|
|
4901
|
+
if (typeof obj_values_item !== 'number') {
|
|
4902
|
+
return new TypeError('Expected "number" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
4903
|
+
}
|
|
4904
|
+
})();
|
|
4905
|
+
if (obj_values_item_union1_error != null) {
|
|
4906
|
+
obj_values_item_union1 = obj_values_item_union1_error.message;
|
|
4907
|
+
}
|
|
4908
|
+
if (obj_values_item_union0 && obj_values_item_union1) {
|
|
4909
|
+
let message = 'Object doesn\'t match union (at "' + path_values_item + '")';
|
|
4910
|
+
message += '\n' + obj_values_item_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4911
|
+
message += '\n' + obj_values_item_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4912
|
+
return new TypeError(message);
|
|
4913
|
+
}
|
|
4914
|
+
}
|
|
4915
|
+
})();
|
|
4916
|
+
return v_error === undefined ? null : v_error;
|
|
4917
|
+
}
|
|
4918
|
+
|
|
4846
4919
|
const TTL$g = 500;
|
|
4847
|
-
const VERSION$o = "
|
|
4920
|
+
const VERSION$o = "c3bc904365300b26d1f104c9bc055527";
|
|
4848
4921
|
function validate$x(obj, path = 'FollowerAssetRepresentation') {
|
|
4849
4922
|
const v_error = (() => {
|
|
4850
4923
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -4852,7 +4925,7 @@ function validate$x(obj, path = 'FollowerAssetRepresentation') {
|
|
|
4852
4925
|
}
|
|
4853
4926
|
const obj_createdBy = obj.createdBy;
|
|
4854
4927
|
const path_createdBy = path + '.createdBy';
|
|
4855
|
-
const referencepath_createdByValidationError = validate$
|
|
4928
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
4856
4929
|
if (referencepath_createdByValidationError !== null) {
|
|
4857
4930
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
4858
4931
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4873,6 +4946,37 @@ function validate$x(obj, path = 'FollowerAssetRepresentation') {
|
|
|
4873
4946
|
if (typeof obj_followedAssetType !== 'string') {
|
|
4874
4947
|
return new TypeError('Expected "string" but received "' + typeof obj_followedAssetType + '" (at "' + path_followedAssetType + '")');
|
|
4875
4948
|
}
|
|
4949
|
+
if (obj.followedTimeRange !== undefined) {
|
|
4950
|
+
const obj_followedTimeRange = obj.followedTimeRange;
|
|
4951
|
+
const path_followedTimeRange = path + '.followedTimeRange';
|
|
4952
|
+
let obj_followedTimeRange_union0 = null;
|
|
4953
|
+
const obj_followedTimeRange_union0_error = (() => {
|
|
4954
|
+
const referencepath_followedTimeRangeValidationError = validate$y(obj_followedTimeRange, path_followedTimeRange);
|
|
4955
|
+
if (referencepath_followedTimeRangeValidationError !== null) {
|
|
4956
|
+
let message = 'Object doesn\'t match FollowedTimeRangeRepresentation (at "' + path_followedTimeRange + '")\n';
|
|
4957
|
+
message += referencepath_followedTimeRangeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
4958
|
+
return new TypeError(message);
|
|
4959
|
+
}
|
|
4960
|
+
})();
|
|
4961
|
+
if (obj_followedTimeRange_union0_error != null) {
|
|
4962
|
+
obj_followedTimeRange_union0 = obj_followedTimeRange_union0_error.message;
|
|
4963
|
+
}
|
|
4964
|
+
let obj_followedTimeRange_union1 = null;
|
|
4965
|
+
const obj_followedTimeRange_union1_error = (() => {
|
|
4966
|
+
if (obj_followedTimeRange !== null) {
|
|
4967
|
+
return new TypeError('Expected "null" but received "' + typeof obj_followedTimeRange + '" (at "' + path_followedTimeRange + '")');
|
|
4968
|
+
}
|
|
4969
|
+
})();
|
|
4970
|
+
if (obj_followedTimeRange_union1_error != null) {
|
|
4971
|
+
obj_followedTimeRange_union1 = obj_followedTimeRange_union1_error.message;
|
|
4972
|
+
}
|
|
4973
|
+
if (obj_followedTimeRange_union0 && obj_followedTimeRange_union1) {
|
|
4974
|
+
let message = 'Object doesn\'t match union (at "' + path_followedTimeRange + '")';
|
|
4975
|
+
message += '\n' + obj_followedTimeRange_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
4976
|
+
message += '\n' + obj_followedTimeRange_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
4977
|
+
return new TypeError(message);
|
|
4978
|
+
}
|
|
4979
|
+
}
|
|
4876
4980
|
const obj_followerId = obj.followerId;
|
|
4877
4981
|
const path_followerId = path + '.followerId';
|
|
4878
4982
|
if (typeof obj_followerId !== 'string') {
|
|
@@ -4978,12 +5082,18 @@ const follow_ConfigPropertyMetadata = [
|
|
|
4978
5082
|
generateParamConfigMetadata('assetId', true, 2 /* Body */, 0 /* String */),
|
|
4979
5083
|
generateParamConfigMetadata('assetType', true, 2 /* Body */, 0 /* String */),
|
|
4980
5084
|
generateParamConfigMetadata('followerType', true, 2 /* Body */, 0 /* String */),
|
|
5085
|
+
generateParamConfigMetadata('followedTimeRange', false, 2 /* Body */, 4 /* Unsupported */),
|
|
4981
5086
|
];
|
|
4982
5087
|
const follow_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$A, follow_ConfigPropertyMetadata);
|
|
4983
5088
|
const createResourceParams$A = /*#__PURE__*/ createResourceParams$Q(follow_ConfigPropertyMetadata);
|
|
4984
5089
|
function typeCheckConfig$A(untrustedConfig) {
|
|
4985
5090
|
const config = {};
|
|
4986
5091
|
typeCheckConfig$Q(untrustedConfig, config, follow_ConfigPropertyMetadata);
|
|
5092
|
+
const untrustedConfig_followedTimeRange = untrustedConfig.followedTimeRange;
|
|
5093
|
+
const referenceFollowedTimeRangeRepresentationValidationError = validate$y(untrustedConfig_followedTimeRange);
|
|
5094
|
+
if (referenceFollowedTimeRangeRepresentationValidationError === null) {
|
|
5095
|
+
config.followedTimeRange = untrustedConfig_followedTimeRange;
|
|
5096
|
+
}
|
|
4987
5097
|
return config;
|
|
4988
5098
|
}
|
|
4989
5099
|
function validateAdapterConfig$A(untrustedConfig, configPropertyNames) {
|
|
@@ -6102,7 +6212,7 @@ function validate$s(obj, path = 'DataAssetRepresentation') {
|
|
|
6102
6212
|
}
|
|
6103
6213
|
const obj_createdBy = obj.createdBy;
|
|
6104
6214
|
const path_createdBy = path + '.createdBy';
|
|
6105
|
-
const referencepath_createdByValidationError = validate$
|
|
6215
|
+
const referencepath_createdByValidationError = validate$J(obj_createdBy, path_createdBy);
|
|
6106
6216
|
if (referencepath_createdByValidationError !== null) {
|
|
6107
6217
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_createdBy + '")\n';
|
|
6108
6218
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6136,7 +6246,7 @@ function validate$s(obj, path = 'DataAssetRepresentation') {
|
|
|
6136
6246
|
}
|
|
6137
6247
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
6138
6248
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
6139
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
6249
|
+
const referencepath_lastModifiedByValidationError = validate$J(obj_lastModifiedBy, path_lastModifiedBy);
|
|
6140
6250
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
6141
6251
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
6142
6252
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6579,7 +6689,7 @@ function validate$p(obj, path = 'DataAssetRequestCollectionRepresentation') {
|
|
|
6579
6689
|
for (let i = 0; i < obj_dataAssetRequests.length; i++) {
|
|
6580
6690
|
const obj_dataAssetRequests_item = obj_dataAssetRequests[i];
|
|
6581
6691
|
const path_dataAssetRequests_item = path_dataAssetRequests + '[' + i + ']';
|
|
6582
|
-
const referencepath_dataAssetRequests_itemValidationError = validate$
|
|
6692
|
+
const referencepath_dataAssetRequests_itemValidationError = validate$I(obj_dataAssetRequests_item, path_dataAssetRequests_item);
|
|
6583
6693
|
if (referencepath_dataAssetRequests_itemValidationError !== null) {
|
|
6584
6694
|
let message = 'Object doesn\'t match DataAssetRequestRepresentation (at "' + path_dataAssetRequests_item + '")\n';
|
|
6585
6695
|
message += referencepath_dataAssetRequests_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7555,6 +7665,37 @@ function validate$j(obj, path = 'FollowedAssetRepresentation') {
|
|
|
7555
7665
|
return new TypeError('Expected "string" but received "' + typeof obj_description + '" (at "' + path_description + '")');
|
|
7556
7666
|
}
|
|
7557
7667
|
}
|
|
7668
|
+
if (obj.followedTimeRange !== undefined) {
|
|
7669
|
+
const obj_followedTimeRange = obj.followedTimeRange;
|
|
7670
|
+
const path_followedTimeRange = path + '.followedTimeRange';
|
|
7671
|
+
let obj_followedTimeRange_union0 = null;
|
|
7672
|
+
const obj_followedTimeRange_union0_error = (() => {
|
|
7673
|
+
const referencepath_followedTimeRangeValidationError = validate$y(obj_followedTimeRange, path_followedTimeRange);
|
|
7674
|
+
if (referencepath_followedTimeRangeValidationError !== null) {
|
|
7675
|
+
let message = 'Object doesn\'t match FollowedTimeRangeRepresentation (at "' + path_followedTimeRange + '")\n';
|
|
7676
|
+
message += referencepath_followedTimeRangeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
7677
|
+
return new TypeError(message);
|
|
7678
|
+
}
|
|
7679
|
+
})();
|
|
7680
|
+
if (obj_followedTimeRange_union0_error != null) {
|
|
7681
|
+
obj_followedTimeRange_union0 = obj_followedTimeRange_union0_error.message;
|
|
7682
|
+
}
|
|
7683
|
+
let obj_followedTimeRange_union1 = null;
|
|
7684
|
+
const obj_followedTimeRange_union1_error = (() => {
|
|
7685
|
+
if (obj_followedTimeRange !== null) {
|
|
7686
|
+
return new TypeError('Expected "null" but received "' + typeof obj_followedTimeRange + '" (at "' + path_followedTimeRange + '")');
|
|
7687
|
+
}
|
|
7688
|
+
})();
|
|
7689
|
+
if (obj_followedTimeRange_union1_error != null) {
|
|
7690
|
+
obj_followedTimeRange_union1 = obj_followedTimeRange_union1_error.message;
|
|
7691
|
+
}
|
|
7692
|
+
if (obj_followedTimeRange_union0 && obj_followedTimeRange_union1) {
|
|
7693
|
+
let message = 'Object doesn\'t match union (at "' + path_followedTimeRange + '")';
|
|
7694
|
+
message += '\n' + obj_followedTimeRange_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
7695
|
+
message += '\n' + obj_followedTimeRange_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
7696
|
+
return new TypeError(message);
|
|
7697
|
+
}
|
|
7698
|
+
}
|
|
7558
7699
|
const obj_id = obj.id;
|
|
7559
7700
|
const path_id = path + '.id';
|
|
7560
7701
|
if (typeof obj_id !== 'string') {
|
|
@@ -7813,7 +7954,7 @@ function validate$h(obj, path = 'FollowerCollectionRepresentation') {
|
|
|
7813
7954
|
for (let i = 0; i < obj_followers.length; i++) {
|
|
7814
7955
|
const obj_followers_item = obj_followers[i];
|
|
7815
7956
|
const path_followers_item = path_followers + '[' + i + ']';
|
|
7816
|
-
const referencepath_followers_itemValidationError = validate$
|
|
7957
|
+
const referencepath_followers_itemValidationError = validate$J(obj_followers_item, path_followers_item);
|
|
7817
7958
|
if (referencepath_followers_itemValidationError !== null) {
|
|
7818
7959
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_followers_item + '")\n';
|
|
7819
7960
|
message += referencepath_followers_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9867,7 +10008,7 @@ function validate$8(obj, path = 'VisualizationBundleRepresentation') {
|
|
|
9867
10008
|
}
|
|
9868
10009
|
const obj_visualization = obj.visualization;
|
|
9869
10010
|
const path_visualization = path + '.visualization';
|
|
9870
|
-
const referencepath_visualizationValidationError = validate$
|
|
10011
|
+
const referencepath_visualizationValidationError = validate$D(obj_visualization, path_visualization);
|
|
9871
10012
|
if (referencepath_visualizationValidationError !== null) {
|
|
9872
10013
|
let message = 'Object doesn\'t match VisualizationRepresentation (at "' + path_visualization + '")\n';
|
|
9873
10014
|
message += referencepath_visualizationValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11101,7 +11242,7 @@ const publishAdapterFactory = (luvio) => {
|
|
|
11101
11242
|
};
|
|
11102
11243
|
|
|
11103
11244
|
function validate$3(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentation') {
|
|
11104
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
11245
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$K(obj, path);
|
|
11105
11246
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
11106
11247
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
11107
11248
|
}
|
|
@@ -11114,7 +11255,7 @@ function validate$3(obj, path = 'AnalyticsAssetsQueryResultsWorkspaceRepresentat
|
|
|
11114
11255
|
}
|
|
11115
11256
|
|
|
11116
11257
|
function validate$2(obj, path = 'AnalyticsAssetsQueryResultsItemRepresentation') {
|
|
11117
|
-
const validateBaseAnalyticsRepresentation_validateError = validate$
|
|
11258
|
+
const validateBaseAnalyticsRepresentation_validateError = validate$K(obj, path);
|
|
11118
11259
|
if (validateBaseAnalyticsRepresentation_validateError !== null) {
|
|
11119
11260
|
return validateBaseAnalyticsRepresentation_validateError;
|
|
11120
11261
|
}
|
|
@@ -11399,7 +11540,7 @@ function validate(obj, path = 'AnalyticsUsersQueryResultsRepresentation') {
|
|
|
11399
11540
|
for (let i = 0; i < obj_items.length; i++) {
|
|
11400
11541
|
const obj_items_item = obj_items[i];
|
|
11401
11542
|
const path_items_item = path_items + '[' + i + ']';
|
|
11402
|
-
const referencepath_items_itemValidationError = validate$
|
|
11543
|
+
const referencepath_items_itemValidationError = validate$J(obj_items_item, path_items_item);
|
|
11403
11544
|
if (referencepath_items_itemValidationError !== null) {
|
|
11404
11545
|
let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_items_item + '")\n';
|
|
11405
11546
|
message += referencepath_items_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12723,4 +12864,4 @@ withDefaultLuvio((luvio) => {
|
|
|
12723
12864
|
});
|
|
12724
12865
|
|
|
12725
12866
|
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAssetRequest, createLoglines, createRecordShares, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAssetDependencies, getDataAssetDependencies_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, getSharesNotifyChange, 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, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAssetRequest, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
|
|
12726
|
-
// version: 1.332.0-
|
|
12867
|
+
// version: 1.332.0-dev17-75a56cc45d
|