@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev21
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 +3050 -671
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
- 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/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +38 -0
- package/package.json +3 -3
- package/sfdc/index.js +5055 -2566
- package/src/raml/api.raml +868 -23
- package/src/raml/luvio.raml +69 -1
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
package/src/raml/luvio.raml
CHANGED
|
@@ -28,6 +28,33 @@ types:
|
|
|
28
28
|
searchId: queryKey
|
|
29
29
|
SlackAppInfoRepresentation:
|
|
30
30
|
(luvio.ttl): 5000
|
|
31
|
+
DataAssetRequestCollectionRepresentation:
|
|
32
|
+
(luvio.ttl): 500
|
|
33
|
+
(luvio.opaque): true
|
|
34
|
+
DataAssetRequestCountRepresentation:
|
|
35
|
+
(luvio.ttl): 500
|
|
36
|
+
(luvio.opaque): true
|
|
37
|
+
DataAlertRepresentation:
|
|
38
|
+
(luvio.ttl): 500
|
|
39
|
+
(luvio.opaque): true
|
|
40
|
+
(luvio.key):
|
|
41
|
+
dataAlertId: id
|
|
42
|
+
DataAssetRequestRepresentation:
|
|
43
|
+
(luvio.ttl): 500
|
|
44
|
+
(luvio.opaque): true
|
|
45
|
+
(luvio.key):
|
|
46
|
+
dataAssetRequestId: id
|
|
47
|
+
DataAssetDependentCollectionRepresentation:
|
|
48
|
+
(luvio.ttl): 500
|
|
49
|
+
(luvio.opaque): true
|
|
50
|
+
DataAssetDependentRepresentation:
|
|
51
|
+
(luvio.ttl): 500
|
|
52
|
+
(luvio.opaque): true
|
|
53
|
+
DataAssetRepresentation:
|
|
54
|
+
(luvio.ttl): 500
|
|
55
|
+
(luvio.opaque): true
|
|
56
|
+
(luvio.key):
|
|
57
|
+
assetId: assetId
|
|
31
58
|
FollowerCollectionRepresentation:
|
|
32
59
|
(luvio.ttl): 500
|
|
33
60
|
(luvio.opaque): true
|
|
@@ -172,6 +199,9 @@ types:
|
|
|
172
199
|
post:
|
|
173
200
|
(luvio.adapter):
|
|
174
201
|
name: follow
|
|
202
|
+
patch:
|
|
203
|
+
(luvio.adapter):
|
|
204
|
+
name: updateFollowedAsset
|
|
175
205
|
|
|
176
206
|
/tableau/follow/followers/{followerId}/follows/{followedAssetId}:
|
|
177
207
|
delete:
|
|
@@ -195,7 +225,7 @@ types:
|
|
|
195
225
|
(luvio.adapter):
|
|
196
226
|
name: getUniqueFollowerCount
|
|
197
227
|
|
|
198
|
-
/tableau/orgs
|
|
228
|
+
/tableau/orgs:
|
|
199
229
|
get:
|
|
200
230
|
(luvio.adapter):
|
|
201
231
|
name: getOrg
|
|
@@ -358,3 +388,41 @@ types:
|
|
|
358
388
|
get:
|
|
359
389
|
(luvio.adapter):
|
|
360
390
|
name: getMarketplaceListingInstallationProgress
|
|
391
|
+
|
|
392
|
+
/tableau/dataAlerts:
|
|
393
|
+
post:
|
|
394
|
+
(luvio.adapter):
|
|
395
|
+
name: createDataAlert
|
|
396
|
+
|
|
397
|
+
/tableau/dataAlerts/{dataAlertId}:
|
|
398
|
+
put:
|
|
399
|
+
(luvio.adapter):
|
|
400
|
+
name: updateDataAlert
|
|
401
|
+
|
|
402
|
+
/tableau/data-assets/requests:
|
|
403
|
+
get:
|
|
404
|
+
(luvio.adapter):
|
|
405
|
+
name: getDataAssetRequests
|
|
406
|
+
post:
|
|
407
|
+
(luvio.adapter):
|
|
408
|
+
name: createDataAssetRequest
|
|
409
|
+
|
|
410
|
+
/tableau/data-assets/requests/count:
|
|
411
|
+
get:
|
|
412
|
+
(luvio.adapter):
|
|
413
|
+
name: getDataAssetRequestsCount
|
|
414
|
+
|
|
415
|
+
/tableau/data-assets/requests/{requestIdOrApiName}:
|
|
416
|
+
get:
|
|
417
|
+
(luvio.adapter):
|
|
418
|
+
name: getDataAssetRequestByIdOrApiName
|
|
419
|
+
(luvio.key):
|
|
420
|
+
dataAssetRequestId: urlParams.requestIdOrApiName
|
|
421
|
+
patch:
|
|
422
|
+
(luvio.adapter):
|
|
423
|
+
name: updateDataAssetRequest
|
|
424
|
+
|
|
425
|
+
/tableau/data-assets/dependencies/{assetId}:
|
|
426
|
+
get:
|
|
427
|
+
(luvio.adapter):
|
|
428
|
+
name: getDataAssetDependencies
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "91822a5a0b6152c95ee4b82259676e3b";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: OrgInputRepresentation, existing: OrgInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OrgInputRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: OrgInputRepresentationNormalized, incoming: OrgInputRepresentationNormalized): boolean;
|
|
8
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OrgInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
-
/**
|
|
11
|
-
* Unified Analytics Org Input Representation
|
|
12
|
-
*
|
|
13
|
-
* Keys:
|
|
14
|
-
* (none)
|
|
15
|
-
*/
|
|
16
|
-
export interface OrgInputRepresentationNormalized {
|
|
17
|
-
/** The name of the user to query to orgs for. */
|
|
18
|
-
userName: string;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Unified Analytics Org Input Representation
|
|
22
|
-
*
|
|
23
|
-
* Keys:
|
|
24
|
-
* (none)
|
|
25
|
-
*/
|
|
26
|
-
export interface OrgInputRepresentation {
|
|
27
|
-
userName: string;
|
|
28
|
-
}
|