@salesforce/lds-adapters-analytics-unifiedanalytics 1.308.0 → 1.309.0-dev10
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 +2314 -1628
- package/dist/es/es2018/types/src/generated/adapters/createAnnotation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createAssetSlackChannel.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/generateSFDriveCredentials.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnnotations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getAssetSlackChannels.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlowByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowedAssets.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowers.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackAppInfo.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getSubscriptionDigestConfig.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getUnifiedAnalyticsLibraryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/getUniqueFollowerCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaceByIdOrName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaces.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/unfollow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateSubscriptionDigestConfig.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowerCountByFollowedAssetId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauOrgsByUserName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SlackMessageOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/UniqueFollowerCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceRepresentation.d.ts +3 -6
- package/package.json +3 -3
- package/sfdc/index.js +1985 -1276
- package/src/raml/api.raml +133 -9
- package/src/raml/luvio.raml +51 -25
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → deleteTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → deleteTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → deleteTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotations.d.ts → getTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotationsSlackAppInfo.d.ts → getTableauAnnotationsSlackAppInfo.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboards.d.ts → getTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → getTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlows.d.ts → getTableauFlows.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlowsByFlowApiName.d.ts → getTableauFlowsByFlowApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowAssetsFollowersByFollowedAssetId.d.ts → getTableauFollowAssetsFollowersByFollowedAssetId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowedAssetsByFollowerId.d.ts → getTableauFollowFollowersFollowedAssetsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → getTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSlackChannels.d.ts → getTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → getTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizations.d.ts → getTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsBundleByVisualizationIdOrApiName.d.ts → getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → getTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspaces.d.ts → getTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → patchTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → patchTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → patchTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → patchTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAdminMonitoringEvents.d.ts → postTableauAdminMonitoringEvents.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAnnotations.d.ts → postTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAssetsQuery.d.ts → postTableauAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsDashboards.d.ts → postTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsFollowFollowersFollowsByFollowerId.d.ts → postTableauFollowFollowersFollowsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLibraryAssetsQuery.d.ts → postTableauLibraryAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLoglines.d.ts → postTableauLoglines.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsSlackChannels.d.ts → postTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsUsersQuery.d.ts → postTableauUsersQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsVisualizations.d.ts → postTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspaces.d.ts → postTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → postTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
package/src/raml/api.raml
CHANGED
|
@@ -452,6 +452,13 @@ types:
|
|
|
452
452
|
offset:
|
|
453
453
|
description: Offset parameter value
|
|
454
454
|
type: integer
|
|
455
|
+
UniqueFollowerCountRepresentation:
|
|
456
|
+
description: Unique count of followers
|
|
457
|
+
type: object
|
|
458
|
+
properties:
|
|
459
|
+
uniqueFollowerCount:
|
|
460
|
+
description: Unique count of followers
|
|
461
|
+
type: integer
|
|
455
462
|
VisualizationCollectionRepresentation:
|
|
456
463
|
description: A collection of unified analytics visualizations.
|
|
457
464
|
type: object
|
|
@@ -948,16 +955,16 @@ types:
|
|
|
948
955
|
type: boolean | nil
|
|
949
956
|
isBroadcast:
|
|
950
957
|
description: Is this a reply also sent to the Channel?
|
|
951
|
-
type: boolean
|
|
958
|
+
type: boolean | nil
|
|
952
959
|
isEditable:
|
|
953
960
|
description: Can this message be edited?
|
|
954
961
|
type: boolean
|
|
955
962
|
isEdited:
|
|
956
963
|
description: Is this an edited message?
|
|
957
|
-
type: boolean
|
|
964
|
+
type: boolean | nil
|
|
958
965
|
isFileReadAllowed:
|
|
959
966
|
description: Does the App contains required scopes to read Slack files?
|
|
960
|
-
type: boolean
|
|
967
|
+
type: boolean | nil
|
|
961
968
|
latestReplyTimestamp:
|
|
962
969
|
description: Latest Reply timestamp
|
|
963
970
|
type: string | nil
|
|
@@ -1001,7 +1008,7 @@ types:
|
|
|
1001
1008
|
type: string | nil
|
|
1002
1009
|
type:
|
|
1003
1010
|
description: Type of Message
|
|
1004
|
-
type: string
|
|
1011
|
+
type: string | nil
|
|
1005
1012
|
uniqueKey:
|
|
1006
1013
|
description: Unique Key for this message
|
|
1007
1014
|
type: string
|
|
@@ -1132,6 +1139,43 @@ types:
|
|
|
1132
1139
|
iconName:
|
|
1133
1140
|
description: Icon Name of the File
|
|
1134
1141
|
type: string
|
|
1142
|
+
OrgCollectionRepresentation:
|
|
1143
|
+
description: A collection of unified analytics orgs.
|
|
1144
|
+
type: object
|
|
1145
|
+
properties:
|
|
1146
|
+
currentOrg:
|
|
1147
|
+
description: Current org.
|
|
1148
|
+
type: OrgRepresentation
|
|
1149
|
+
orgs:
|
|
1150
|
+
description: List of orgs being returned.
|
|
1151
|
+
type: array
|
|
1152
|
+
items:
|
|
1153
|
+
type: OrgRepresentation
|
|
1154
|
+
OrgInputRepresentation:
|
|
1155
|
+
description: Unified Analytics Org Input Representation
|
|
1156
|
+
type: object
|
|
1157
|
+
properties:
|
|
1158
|
+
userName:
|
|
1159
|
+
description: The name of the user to query to orgs for.
|
|
1160
|
+
type: string
|
|
1161
|
+
OrgRepresentation:
|
|
1162
|
+
description: Unified analytics org representation.
|
|
1163
|
+
discriminatorValue: Org
|
|
1164
|
+
type: object
|
|
1165
|
+
properties:
|
|
1166
|
+
id:
|
|
1167
|
+
description: ID of this org.
|
|
1168
|
+
type: string
|
|
1169
|
+
label:
|
|
1170
|
+
description: Named label to display for this org
|
|
1171
|
+
type: string
|
|
1172
|
+
orgUrl:
|
|
1173
|
+
description: URL to display for this org
|
|
1174
|
+
type: string
|
|
1175
|
+
targetUrl:
|
|
1176
|
+
description: URL to switch to this org.
|
|
1177
|
+
type: string
|
|
1178
|
+
|
|
1135
1179
|
SlackAppInfoRepresentation:
|
|
1136
1180
|
description: Analytics Slack App Info Representation
|
|
1137
1181
|
type: object
|
|
@@ -1396,9 +1440,6 @@ types:
|
|
|
1396
1440
|
url:
|
|
1397
1441
|
description: URL to this workspace.
|
|
1398
1442
|
type: string
|
|
1399
|
-
cacheableKey:
|
|
1400
|
-
description: Key to use for caching the workspace output.
|
|
1401
|
-
type: string
|
|
1402
1443
|
lastModifiedBy:
|
|
1403
1444
|
description: Last modified by of the asset.
|
|
1404
1445
|
type: any
|
|
@@ -1471,7 +1512,44 @@ types:
|
|
|
1471
1512
|
url:
|
|
1472
1513
|
description: URL to this workspace asset.
|
|
1473
1514
|
type: string
|
|
1474
|
-
|
|
1515
|
+
CdpAssetBaseInputRepresentation:
|
|
1516
|
+
description: Represents a base asset
|
|
1517
|
+
type: object
|
|
1518
|
+
discriminator: id
|
|
1519
|
+
properties:
|
|
1520
|
+
id:
|
|
1521
|
+
description: Id
|
|
1522
|
+
type: string
|
|
1523
|
+
name:
|
|
1524
|
+
description: Name
|
|
1525
|
+
type: string
|
|
1526
|
+
namespace:
|
|
1527
|
+
description: Namespace
|
|
1528
|
+
type: string
|
|
1529
|
+
SFDriveCredentialInputRepresentation:
|
|
1530
|
+
description: Input representation for sf drive credentials
|
|
1531
|
+
type: CdpAssetBaseInputRepresentation
|
|
1532
|
+
properties:
|
|
1533
|
+
path:
|
|
1534
|
+
description: The path in sfdrive for which credentials are needed.
|
|
1535
|
+
type: string
|
|
1536
|
+
SFDriveCredentialRepresentation:
|
|
1537
|
+
description: Response representation for SFDrive Credentials Request
|
|
1538
|
+
type: object
|
|
1539
|
+
properties:
|
|
1540
|
+
accessCredential:
|
|
1541
|
+
description: Access Credentials for location in SF Drive
|
|
1542
|
+
type: object
|
|
1543
|
+
properties:
|
|
1544
|
+
//:
|
|
1545
|
+
type: string
|
|
1546
|
+
fullyQualifiedLocationInDrive:
|
|
1547
|
+
description: Fully Qualified Location in SF Drive
|
|
1548
|
+
type: string
|
|
1549
|
+
tenantKeyId:
|
|
1550
|
+
description: Tenant Key Id
|
|
1551
|
+
type: string
|
|
1552
|
+
/tableau:
|
|
1475
1553
|
/admin/monitoring/events:
|
|
1476
1554
|
post:
|
|
1477
1555
|
displayName: postUnifiedAnalyticsMonitoringEvent
|
|
@@ -1711,6 +1789,24 @@ types:
|
|
|
1711
1789
|
followerId:
|
|
1712
1790
|
type: string
|
|
1713
1791
|
required: true
|
|
1792
|
+
/follow/assets/{followedAssetId}/follower-count:
|
|
1793
|
+
get:
|
|
1794
|
+
displayName: getUniqueFollowerCount
|
|
1795
|
+
description: Get unique follower count for a followed asset.
|
|
1796
|
+
responses:
|
|
1797
|
+
'200':
|
|
1798
|
+
description: Success
|
|
1799
|
+
body:
|
|
1800
|
+
application/json:
|
|
1801
|
+
type: UniqueFollowerCountRepresentation
|
|
1802
|
+
queryParameters:
|
|
1803
|
+
followedAssetType:
|
|
1804
|
+
type: string
|
|
1805
|
+
required: false
|
|
1806
|
+
uriParameters:
|
|
1807
|
+
followedAssetId:
|
|
1808
|
+
type: string
|
|
1809
|
+
required: true
|
|
1714
1810
|
/loglines:
|
|
1715
1811
|
post:
|
|
1716
1812
|
displayName: postUnifiedAnalyticsLoglines
|
|
@@ -1726,6 +1822,20 @@ types:
|
|
|
1726
1822
|
type: UnifiedAnalyticsLoglinesInputRepresentation
|
|
1727
1823
|
# required: false # TODO Hand-rolled W-15315791 not supported
|
|
1728
1824
|
(oas-body-name): loglines
|
|
1825
|
+
/orgs/{userName}:
|
|
1826
|
+
get:
|
|
1827
|
+
displayName: getOrg
|
|
1828
|
+
description: Get all available Unified Analytics Orgs.
|
|
1829
|
+
responses:
|
|
1830
|
+
'200':
|
|
1831
|
+
description: Success
|
|
1832
|
+
body:
|
|
1833
|
+
application/json:
|
|
1834
|
+
type: OrgCollectionRepresentation
|
|
1835
|
+
uriParameters:
|
|
1836
|
+
userName:
|
|
1837
|
+
type: string
|
|
1838
|
+
required: true
|
|
1729
1839
|
/slack/channels:
|
|
1730
1840
|
get:
|
|
1731
1841
|
displayName: getAssetSlackChannelCollection
|
|
@@ -2027,7 +2137,7 @@ types:
|
|
|
2027
2137
|
digestConfigOwner:
|
|
2028
2138
|
type: string
|
|
2029
2139
|
required: true
|
|
2030
|
-
/
|
|
2140
|
+
/tableau/library/assets/query:
|
|
2031
2141
|
post:
|
|
2032
2142
|
displayName: postAnalyticsLibraryAssetCollection
|
|
2033
2143
|
description: Fetch List of Assets from Analytics Library
|
|
@@ -2042,3 +2152,17 @@ types:
|
|
|
2042
2152
|
type: AnalyticsLibraryCollectionQueryInputRepresentation
|
|
2043
2153
|
# required: false
|
|
2044
2154
|
(oas-body-name): libraryAssetsQueryInput
|
|
2155
|
+
/ssot/sf-drive/actions/generate-credential:
|
|
2156
|
+
post:
|
|
2157
|
+
displayName: postSfDriveCredentials
|
|
2158
|
+
description: 'Input: https://docs.google.com/document/d/19ifMR8eZA_9iDBolz-fHm0m0e1t3TuTsaiBkHTOxS_Q'
|
|
2159
|
+
responses:
|
|
2160
|
+
'200':
|
|
2161
|
+
description: Success
|
|
2162
|
+
body:
|
|
2163
|
+
application/json:
|
|
2164
|
+
type: SFDriveCredentialRepresentation
|
|
2165
|
+
body:
|
|
2166
|
+
application/json:
|
|
2167
|
+
type: SFDriveCredentialInputRepresentation
|
|
2168
|
+
(oas-body-name): generateSFDriveCredentialsInput
|
package/src/raml/luvio.raml
CHANGED
|
@@ -44,6 +44,9 @@ types:
|
|
|
44
44
|
(luvio.opaque): true
|
|
45
45
|
(luvio.key):
|
|
46
46
|
followerId: followerId
|
|
47
|
+
UniqueFollowerCountRepresentation:
|
|
48
|
+
(luvio.ttl): 500
|
|
49
|
+
(luvio.opaque): true
|
|
47
50
|
VisualizationRepresentation:
|
|
48
51
|
(luvio.opaque): true
|
|
49
52
|
(luvio.key):
|
|
@@ -63,7 +66,10 @@ types:
|
|
|
63
66
|
WorkspaceRepresentation:
|
|
64
67
|
(luvio.opaque): true
|
|
65
68
|
(luvio.key):
|
|
66
|
-
name:
|
|
69
|
+
name: name
|
|
70
|
+
OrgCollectionRepresentation:
|
|
71
|
+
(luvio.ttl): 500
|
|
72
|
+
(luvio.opaque): true
|
|
67
73
|
LibraryAssetsPreviewOutputCollectionRepresentation:
|
|
68
74
|
(luvio.ttl): 500
|
|
69
75
|
(luvio.opaque): true
|
|
@@ -96,13 +102,18 @@ types:
|
|
|
96
102
|
(luvio.opaque): true
|
|
97
103
|
(luvio.key):
|
|
98
104
|
id: id
|
|
105
|
+
SFDriveCredentialRepresentation:
|
|
106
|
+
(luvio.ttl): 1000
|
|
107
|
+
(luvio.opaque): true
|
|
108
|
+
(luvio.key):
|
|
109
|
+
fullyQualifiedLocationInDrive: fullyQualifiedLocationInDrive
|
|
99
110
|
|
|
100
|
-
/
|
|
111
|
+
/tableau/admin/monitoring/events:
|
|
101
112
|
post:
|
|
102
113
|
(luvio.adapter):
|
|
103
114
|
name: publish
|
|
104
115
|
|
|
105
|
-
/
|
|
116
|
+
/tableau/annotations:
|
|
106
117
|
get:
|
|
107
118
|
(luvio.adapter):
|
|
108
119
|
name: getAnnotations
|
|
@@ -110,7 +121,7 @@ types:
|
|
|
110
121
|
(luvio.adapter):
|
|
111
122
|
name: createAnnotation
|
|
112
123
|
|
|
113
|
-
/
|
|
124
|
+
/tableau/slack/channels:
|
|
114
125
|
get:
|
|
115
126
|
(luvio.adapter):
|
|
116
127
|
name: getAssetSlackChannels
|
|
@@ -118,12 +129,12 @@ types:
|
|
|
118
129
|
(luvio.adapter):
|
|
119
130
|
name: createAssetSlackChannel
|
|
120
131
|
|
|
121
|
-
/
|
|
132
|
+
/tableau/annotations/slack-app-info:
|
|
122
133
|
get:
|
|
123
134
|
(luvio.adapter):
|
|
124
135
|
name: getSlackAppInfo
|
|
125
136
|
|
|
126
|
-
/
|
|
137
|
+
/tableau/dashboards:
|
|
127
138
|
get:
|
|
128
139
|
(luvio.adapter):
|
|
129
140
|
name: getDashboards
|
|
@@ -131,34 +142,44 @@ types:
|
|
|
131
142
|
(luvio.adapter):
|
|
132
143
|
name: createDashboard
|
|
133
144
|
|
|
134
|
-
/
|
|
145
|
+
/tableau/loglines:
|
|
135
146
|
post:
|
|
136
147
|
(luvio.adapter):
|
|
137
148
|
name: createLoglines
|
|
138
149
|
|
|
139
|
-
/
|
|
150
|
+
/tableau/follow/followers/{followerId}/follows:
|
|
140
151
|
post:
|
|
141
152
|
(luvio.adapter):
|
|
142
153
|
name: follow
|
|
143
154
|
|
|
144
|
-
/
|
|
155
|
+
/tableau/follow/followers/{followerId}/follows/{followedAssetId}:
|
|
145
156
|
delete:
|
|
146
157
|
(luvio.adapter):
|
|
147
158
|
name: unfollow
|
|
148
159
|
(luvio.key):
|
|
149
160
|
followedAssetId: urlParams.followedAssetId
|
|
150
161
|
|
|
151
|
-
/
|
|
162
|
+
/tableau/follow/assets/{followedAssetId}/followers:
|
|
152
163
|
get:
|
|
153
164
|
(luvio.adapter):
|
|
154
165
|
name: getFollowers
|
|
155
166
|
|
|
156
|
-
/
|
|
167
|
+
/tableau/follow/followers/{followerId}/followed-assets:
|
|
157
168
|
get:
|
|
158
169
|
(luvio.adapter):
|
|
159
170
|
name: getFollowedAssets
|
|
160
171
|
|
|
161
|
-
/
|
|
172
|
+
/tableau/follow/assets/{followedAssetId}/follower-count:
|
|
173
|
+
get:
|
|
174
|
+
(luvio.adapter):
|
|
175
|
+
name: getUniqueFollowerCount
|
|
176
|
+
|
|
177
|
+
/tableau/orgs/{userName}:
|
|
178
|
+
get:
|
|
179
|
+
(luvio.adapter):
|
|
180
|
+
name: getOrg
|
|
181
|
+
|
|
182
|
+
/tableau/workspaces:
|
|
162
183
|
get:
|
|
163
184
|
(luvio.adapter):
|
|
164
185
|
name: getWorkspaces
|
|
@@ -166,7 +187,7 @@ types:
|
|
|
166
187
|
(luvio.adapter):
|
|
167
188
|
name: createWorkspace
|
|
168
189
|
|
|
169
|
-
/
|
|
190
|
+
/tableau/workspaces/{workspaceIdOrApiName}:
|
|
170
191
|
delete:
|
|
171
192
|
(luvio.adapter):
|
|
172
193
|
name: deleteWorkspace
|
|
@@ -181,19 +202,19 @@ types:
|
|
|
181
202
|
(luvio.adapter):
|
|
182
203
|
name: updateWorkspace
|
|
183
204
|
|
|
184
|
-
/
|
|
205
|
+
/tableau/workspaces/{workspaceIdOrApiName}/assets:
|
|
185
206
|
post:
|
|
186
207
|
(luvio.adapter):
|
|
187
208
|
name: createWorkspaceAsset
|
|
188
209
|
|
|
189
|
-
/
|
|
210
|
+
/tableau/workspaces/{workspaceIdOrApiName}/assets/{assetId}:
|
|
190
211
|
delete:
|
|
191
212
|
(luvio.adapter):
|
|
192
213
|
name: deleteWorkspaceAsset
|
|
193
214
|
(luvio.key):
|
|
194
215
|
assetId: urlParams.assetId
|
|
195
216
|
|
|
196
|
-
/
|
|
217
|
+
/tableau/dashboards/{dashboardIdOrApiName}:
|
|
197
218
|
get:
|
|
198
219
|
(luvio.adapter):
|
|
199
220
|
name: getDashboardByName
|
|
@@ -208,7 +229,7 @@ types:
|
|
|
208
229
|
(luvio.key):
|
|
209
230
|
name: urlParams.dashboardIdOrApiName
|
|
210
231
|
|
|
211
|
-
/
|
|
232
|
+
/tableau/visualizations:
|
|
212
233
|
get:
|
|
213
234
|
(luvio.adapter):
|
|
214
235
|
name: getVisualizations
|
|
@@ -216,7 +237,7 @@ types:
|
|
|
216
237
|
(luvio.adapter):
|
|
217
238
|
name: createVisualization
|
|
218
239
|
|
|
219
|
-
/
|
|
240
|
+
/tableau/visualizations/{visualizationIdOrApiName}:
|
|
220
241
|
get:
|
|
221
242
|
(luvio.adapter):
|
|
222
243
|
name: getVisualization
|
|
@@ -231,39 +252,39 @@ types:
|
|
|
231
252
|
(luvio.adapter):
|
|
232
253
|
name: updateVisualization
|
|
233
254
|
|
|
234
|
-
/
|
|
255
|
+
/tableau/visualizations/{visualizationIdOrApiName}/bundle:
|
|
235
256
|
get:
|
|
236
257
|
(luvio.adapter):
|
|
237
258
|
name: getVisualizationBundle
|
|
238
259
|
(luvio.key):
|
|
239
260
|
name: urlParams.visualizationIdOrApiName
|
|
240
261
|
|
|
241
|
-
/
|
|
262
|
+
/tableau/assets/query:
|
|
242
263
|
post:
|
|
243
264
|
(luvio.adapter):
|
|
244
265
|
name: queryAssets
|
|
245
266
|
|
|
246
|
-
/
|
|
267
|
+
/tableau/users/query:
|
|
247
268
|
post:
|
|
248
269
|
(luvio.adapter):
|
|
249
270
|
name: queryUsers
|
|
250
271
|
|
|
251
|
-
/
|
|
272
|
+
/tableau/flows:
|
|
252
273
|
get:
|
|
253
274
|
(luvio.adapter):
|
|
254
275
|
name: getFlows
|
|
255
276
|
|
|
256
|
-
/
|
|
277
|
+
/tableau/flows/{flowApiName}:
|
|
257
278
|
get:
|
|
258
279
|
(luvio.adapter):
|
|
259
280
|
name: getFlowByName
|
|
260
281
|
|
|
261
|
-
/
|
|
282
|
+
/tableau/library/assets/query:
|
|
262
283
|
post:
|
|
263
284
|
(luvio.adapter):
|
|
264
285
|
name: getUnifiedAnalyticsLibraryAssets
|
|
265
286
|
|
|
266
|
-
/
|
|
287
|
+
/tableau/subscriptions/digest/{digestConfigOwner}:
|
|
267
288
|
get:
|
|
268
289
|
(luvio.adapter):
|
|
269
290
|
name: getSubscriptionDigestConfig
|
|
@@ -272,3 +293,8 @@ types:
|
|
|
272
293
|
patch:
|
|
273
294
|
(luvio.adapter):
|
|
274
295
|
name: updateSubscriptionDigestConfig
|
|
296
|
+
|
|
297
|
+
/ssot/sf-drive/actions/generate-credential:
|
|
298
|
+
post:
|
|
299
|
+
(luvio.adapter):
|
|
300
|
+
name: generateSFDriveCredentials
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|