@salesforce/lds-adapters-analytics-unifiedanalytics 1.314.0 → 1.316.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +40 -45
- 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/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 +4 -4
- 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 +4 -4
- 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/types/DashboardRepresentation.d.ts +3 -6
- package/package.json +3 -3
- package/sfdc/index.js +47 -52
- package/src/raml/api.raml +2 -5
- package/src/raml/luvio.raml +27 -27
- /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/{getUnifiedAnalyticsFollowAssetsFollowerCountByFollowedAssetId.d.ts → getTableauFollowAssetsFollowerCountByFollowedAssetId.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/{getUnifiedAnalyticsOrgsByUserName.d.ts → getTableauOrgsByUserName.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
|
@@ -194,7 +194,7 @@ function createResourceRequest$C(config) {
|
|
|
194
194
|
const headers = {};
|
|
195
195
|
return {
|
|
196
196
|
baseUri: '/services/data/v63.0',
|
|
197
|
-
basePath: '/
|
|
197
|
+
basePath: '/tableau/admin/monitoring/events',
|
|
198
198
|
method: 'post',
|
|
199
199
|
body: config.body,
|
|
200
200
|
urlParams: {},
|
|
@@ -1939,7 +1939,7 @@ function createResourceRequest$B(config) {
|
|
|
1939
1939
|
const headers = {};
|
|
1940
1940
|
return {
|
|
1941
1941
|
baseUri: '/services/data/v63.0',
|
|
1942
|
-
basePath: '/
|
|
1942
|
+
basePath: '/tableau/annotations',
|
|
1943
1943
|
method: 'get',
|
|
1944
1944
|
body: null,
|
|
1945
1945
|
urlParams: {},
|
|
@@ -2066,7 +2066,7 @@ function createResourceRequest$A(config) {
|
|
|
2066
2066
|
const headers = {};
|
|
2067
2067
|
return {
|
|
2068
2068
|
baseUri: '/services/data/v63.0',
|
|
2069
|
-
basePath: '/
|
|
2069
|
+
basePath: '/tableau/annotations',
|
|
2070
2070
|
method: 'post',
|
|
2071
2071
|
body: config.body,
|
|
2072
2072
|
urlParams: {},
|
|
@@ -2311,7 +2311,7 @@ function createResourceRequest$z(config) {
|
|
|
2311
2311
|
const headers = {};
|
|
2312
2312
|
return {
|
|
2313
2313
|
baseUri: '/services/data/v63.0',
|
|
2314
|
-
basePath: '/
|
|
2314
|
+
basePath: '/tableau/annotations/slack-app-info',
|
|
2315
2315
|
method: 'get',
|
|
2316
2316
|
body: null,
|
|
2317
2317
|
urlParams: {},
|
|
@@ -2640,7 +2640,7 @@ function createResourceRequest$y(config) {
|
|
|
2640
2640
|
const headers = {};
|
|
2641
2641
|
return {
|
|
2642
2642
|
baseUri: '/services/data/v63.0',
|
|
2643
|
-
basePath: '/
|
|
2643
|
+
basePath: '/tableau/assets/query',
|
|
2644
2644
|
method: 'post',
|
|
2645
2645
|
body: config.body,
|
|
2646
2646
|
urlParams: {},
|
|
@@ -2723,17 +2723,12 @@ const queryAssetsAdapterFactory = (luvio) => {
|
|
|
2723
2723
|
};
|
|
2724
2724
|
};
|
|
2725
2725
|
|
|
2726
|
-
const VERSION$l = "
|
|
2726
|
+
const VERSION$l = "948ac50067b64bee8680b553b1e19a09";
|
|
2727
2727
|
function validate$r(obj, path = 'DashboardRepresentation') {
|
|
2728
2728
|
const v_error = (() => {
|
|
2729
2729
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2730
2730
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2731
2731
|
}
|
|
2732
|
-
const obj_cacheableKey = obj.cacheableKey;
|
|
2733
|
-
const path_cacheableKey = path + '.cacheableKey';
|
|
2734
|
-
if (typeof obj_cacheableKey !== 'string') {
|
|
2735
|
-
return new TypeError('Expected "string" but received "' + typeof obj_cacheableKey + '" (at "' + path_cacheableKey + '")');
|
|
2736
|
-
}
|
|
2737
2732
|
const obj_createdBy = obj.createdBy;
|
|
2738
2733
|
const path_createdBy = path + '.createdBy';
|
|
2739
2734
|
if (obj_createdBy === undefined) {
|
|
@@ -2843,7 +2838,7 @@ function keyBuilder$L(luvio, config) {
|
|
|
2843
2838
|
}
|
|
2844
2839
|
function keyBuilderFromType$b(luvio, object) {
|
|
2845
2840
|
const keyParams = {
|
|
2846
|
-
name: object.
|
|
2841
|
+
name: object.name
|
|
2847
2842
|
};
|
|
2848
2843
|
return keyBuilder$L(luvio, keyParams);
|
|
2849
2844
|
}
|
|
@@ -3017,7 +3012,7 @@ function createResourceRequest$x(config) {
|
|
|
3017
3012
|
const headers = {};
|
|
3018
3013
|
return {
|
|
3019
3014
|
baseUri: '/services/data/v63.0',
|
|
3020
|
-
basePath: '/
|
|
3015
|
+
basePath: '/tableau/dashboards',
|
|
3021
3016
|
method: 'get',
|
|
3022
3017
|
body: null,
|
|
3023
3018
|
urlParams: {},
|
|
@@ -3141,7 +3136,7 @@ function createResourceRequest$w(config) {
|
|
|
3141
3136
|
const headers = {};
|
|
3142
3137
|
return {
|
|
3143
3138
|
baseUri: '/services/data/v63.0',
|
|
3144
|
-
basePath: '/
|
|
3139
|
+
basePath: '/tableau/dashboards',
|
|
3145
3140
|
method: 'post',
|
|
3146
3141
|
body: config.body,
|
|
3147
3142
|
urlParams: {},
|
|
@@ -3271,7 +3266,7 @@ function createResourceRequest$v(config) {
|
|
|
3271
3266
|
const headers = {};
|
|
3272
3267
|
return {
|
|
3273
3268
|
baseUri: '/services/data/v63.0',
|
|
3274
|
-
basePath: '/
|
|
3269
|
+
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3275
3270
|
method: 'delete',
|
|
3276
3271
|
body: null,
|
|
3277
3272
|
urlParams: config.urlParams,
|
|
@@ -3372,7 +3367,7 @@ function createResourceRequest$u(config) {
|
|
|
3372
3367
|
const headers = {};
|
|
3373
3368
|
return {
|
|
3374
3369
|
baseUri: '/services/data/v63.0',
|
|
3375
|
-
basePath: '/
|
|
3370
|
+
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3376
3371
|
method: 'get',
|
|
3377
3372
|
body: null,
|
|
3378
3373
|
urlParams: config.urlParams,
|
|
@@ -3495,7 +3490,7 @@ function createResourceRequest$t(config) {
|
|
|
3495
3490
|
const headers = {};
|
|
3496
3491
|
return {
|
|
3497
3492
|
baseUri: '/services/data/v63.0',
|
|
3498
|
-
basePath: '/
|
|
3493
|
+
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3499
3494
|
method: 'patch',
|
|
3500
3495
|
body: config.body,
|
|
3501
3496
|
urlParams: config.urlParams,
|
|
@@ -3765,7 +3760,7 @@ function createResourceRequest$s(config) {
|
|
|
3765
3760
|
const headers = {};
|
|
3766
3761
|
return {
|
|
3767
3762
|
baseUri: '/services/data/v63.0',
|
|
3768
|
-
basePath: '/
|
|
3763
|
+
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/follows',
|
|
3769
3764
|
method: 'post',
|
|
3770
3765
|
body: config.body,
|
|
3771
3766
|
urlParams: config.urlParams,
|
|
@@ -3916,7 +3911,7 @@ function createResourceRequest$r(config) {
|
|
|
3916
3911
|
const headers = {};
|
|
3917
3912
|
return {
|
|
3918
3913
|
baseUri: '/services/data/v63.0',
|
|
3919
|
-
basePath: '/
|
|
3914
|
+
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/follows/' + config.urlParams.followedAssetId + '',
|
|
3920
3915
|
method: 'delete',
|
|
3921
3916
|
body: null,
|
|
3922
3917
|
urlParams: config.urlParams,
|
|
@@ -4087,7 +4082,7 @@ function createResourceRequest$q(config) {
|
|
|
4087
4082
|
const headers = {};
|
|
4088
4083
|
return {
|
|
4089
4084
|
baseUri: '/services/data/v63.0',
|
|
4090
|
-
basePath: '/
|
|
4085
|
+
basePath: '/tableau/follow/assets/' + config.urlParams.followedAssetId + '/followers',
|
|
4091
4086
|
method: 'get',
|
|
4092
4087
|
body: null,
|
|
4093
4088
|
urlParams: config.urlParams,
|
|
@@ -4294,7 +4289,7 @@ function createResourceRequest$p(config) {
|
|
|
4294
4289
|
const headers = {};
|
|
4295
4290
|
return {
|
|
4296
4291
|
baseUri: '/services/data/v63.0',
|
|
4297
|
-
basePath: '/
|
|
4292
|
+
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/followed-assets',
|
|
4298
4293
|
method: 'get',
|
|
4299
4294
|
body: null,
|
|
4300
4295
|
urlParams: config.urlParams,
|
|
@@ -4490,7 +4485,7 @@ function createResourceRequest$o(config) {
|
|
|
4490
4485
|
const headers = {};
|
|
4491
4486
|
return {
|
|
4492
4487
|
baseUri: '/services/data/v63.0',
|
|
4493
|
-
basePath: '/
|
|
4488
|
+
basePath: '/tableau/follow/assets/' + config.urlParams.followedAssetId + '/follower-count',
|
|
4494
4489
|
method: 'get',
|
|
4495
4490
|
body: null,
|
|
4496
4491
|
urlParams: config.urlParams,
|
|
@@ -4688,7 +4683,7 @@ function createResourceRequest$n(config) {
|
|
|
4688
4683
|
const headers = {};
|
|
4689
4684
|
return {
|
|
4690
4685
|
baseUri: '/services/data/v63.0',
|
|
4691
|
-
basePath: '/
|
|
4686
|
+
basePath: '/tableau/loglines',
|
|
4692
4687
|
method: 'post',
|
|
4693
4688
|
body: config.body,
|
|
4694
4689
|
urlParams: {},
|
|
@@ -4903,7 +4898,7 @@ function createResourceRequest$m(config) {
|
|
|
4903
4898
|
const headers = {};
|
|
4904
4899
|
return {
|
|
4905
4900
|
baseUri: '/services/data/v63.0',
|
|
4906
|
-
basePath: '/
|
|
4901
|
+
basePath: '/tableau/orgs/' + config.urlParams.userName + '',
|
|
4907
4902
|
method: 'get',
|
|
4908
4903
|
body: null,
|
|
4909
4904
|
urlParams: config.urlParams,
|
|
@@ -5264,7 +5259,7 @@ function createResourceRequest$l(config) {
|
|
|
5264
5259
|
const headers = {};
|
|
5265
5260
|
return {
|
|
5266
5261
|
baseUri: '/services/data/v63.0',
|
|
5267
|
-
basePath: '/
|
|
5262
|
+
basePath: '/tableau/slack/channels',
|
|
5268
5263
|
method: 'get',
|
|
5269
5264
|
body: null,
|
|
5270
5265
|
urlParams: {},
|
|
@@ -5387,7 +5382,7 @@ function createResourceRequest$k(config) {
|
|
|
5387
5382
|
const headers = {};
|
|
5388
5383
|
return {
|
|
5389
5384
|
baseUri: '/services/data/v63.0',
|
|
5390
|
-
basePath: '/
|
|
5385
|
+
basePath: '/tableau/slack/channels',
|
|
5391
5386
|
method: 'post',
|
|
5392
5387
|
body: config.body,
|
|
5393
5388
|
urlParams: {},
|
|
@@ -5568,7 +5563,7 @@ function createResourceRequest$j(config) {
|
|
|
5568
5563
|
const headers = {};
|
|
5569
5564
|
return {
|
|
5570
5565
|
baseUri: '/services/data/v63.0',
|
|
5571
|
-
basePath: '/
|
|
5566
|
+
basePath: '/tableau/users/query',
|
|
5572
5567
|
method: 'post',
|
|
5573
5568
|
body: config.body,
|
|
5574
5569
|
urlParams: {},
|
|
@@ -5961,7 +5956,7 @@ function createResourceRequest$i(config) {
|
|
|
5961
5956
|
const headers = {};
|
|
5962
5957
|
return {
|
|
5963
5958
|
baseUri: '/services/data/v63.0',
|
|
5964
|
-
basePath: '/
|
|
5959
|
+
basePath: '/tableau/visualizations',
|
|
5965
5960
|
method: 'get',
|
|
5966
5961
|
body: null,
|
|
5967
5962
|
urlParams: {},
|
|
@@ -6085,7 +6080,7 @@ function createResourceRequest$h(config) {
|
|
|
6085
6080
|
const headers = {};
|
|
6086
6081
|
return {
|
|
6087
6082
|
baseUri: '/services/data/v63.0',
|
|
6088
|
-
basePath: '/
|
|
6083
|
+
basePath: '/tableau/visualizations',
|
|
6089
6084
|
method: 'post',
|
|
6090
6085
|
body: config.body,
|
|
6091
6086
|
urlParams: {},
|
|
@@ -6262,7 +6257,7 @@ function createResourceRequest$g(config) {
|
|
|
6262
6257
|
const headers = {};
|
|
6263
6258
|
return {
|
|
6264
6259
|
baseUri: '/services/data/v63.0',
|
|
6265
|
-
basePath: '/
|
|
6260
|
+
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
6266
6261
|
method: 'delete',
|
|
6267
6262
|
body: null,
|
|
6268
6263
|
urlParams: config.urlParams,
|
|
@@ -6363,7 +6358,7 @@ function createResourceRequest$f(config) {
|
|
|
6363
6358
|
const headers = {};
|
|
6364
6359
|
return {
|
|
6365
6360
|
baseUri: '/services/data/v63.0',
|
|
6366
|
-
basePath: '/
|
|
6361
|
+
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
6367
6362
|
method: 'get',
|
|
6368
6363
|
body: null,
|
|
6369
6364
|
urlParams: config.urlParams,
|
|
@@ -6486,7 +6481,7 @@ function createResourceRequest$e(config) {
|
|
|
6486
6481
|
const headers = {};
|
|
6487
6482
|
return {
|
|
6488
6483
|
baseUri: '/services/data/v63.0',
|
|
6489
|
-
basePath: '/
|
|
6484
|
+
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
6490
6485
|
method: 'patch',
|
|
6491
6486
|
body: config.body,
|
|
6492
6487
|
urlParams: config.urlParams,
|
|
@@ -6763,7 +6758,7 @@ function createResourceRequest$d(config) {
|
|
|
6763
6758
|
const headers = {};
|
|
6764
6759
|
return {
|
|
6765
6760
|
baseUri: '/services/data/v63.0',
|
|
6766
|
-
basePath: '/
|
|
6761
|
+
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '/bundle',
|
|
6767
6762
|
method: 'get',
|
|
6768
6763
|
body: null,
|
|
6769
6764
|
urlParams: config.urlParams,
|
|
@@ -7107,7 +7102,7 @@ function createResourceRequest$c(config) {
|
|
|
7107
7102
|
const headers = {};
|
|
7108
7103
|
return {
|
|
7109
7104
|
baseUri: '/services/data/v63.0',
|
|
7110
|
-
basePath: '/
|
|
7105
|
+
basePath: '/tableau/workspaces',
|
|
7111
7106
|
method: 'get',
|
|
7112
7107
|
body: null,
|
|
7113
7108
|
urlParams: {},
|
|
@@ -7231,7 +7226,7 @@ function createResourceRequest$b(config) {
|
|
|
7231
7226
|
const headers = {};
|
|
7232
7227
|
return {
|
|
7233
7228
|
baseUri: '/services/data/v63.0',
|
|
7234
|
-
basePath: '/
|
|
7229
|
+
basePath: '/tableau/workspaces',
|
|
7235
7230
|
method: 'post',
|
|
7236
7231
|
body: config.body,
|
|
7237
7232
|
urlParams: {},
|
|
@@ -7318,7 +7313,7 @@ function createResourceRequest$a(config) {
|
|
|
7318
7313
|
const headers = {};
|
|
7319
7314
|
return {
|
|
7320
7315
|
baseUri: '/services/data/v63.0',
|
|
7321
|
-
basePath: '/
|
|
7316
|
+
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
7322
7317
|
method: 'delete',
|
|
7323
7318
|
body: null,
|
|
7324
7319
|
urlParams: config.urlParams,
|
|
@@ -7419,7 +7414,7 @@ function createResourceRequest$9(config) {
|
|
|
7419
7414
|
const headers = {};
|
|
7420
7415
|
return {
|
|
7421
7416
|
baseUri: '/services/data/v63.0',
|
|
7422
|
-
basePath: '/
|
|
7417
|
+
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
7423
7418
|
method: 'get',
|
|
7424
7419
|
body: null,
|
|
7425
7420
|
urlParams: config.urlParams,
|
|
@@ -7542,7 +7537,7 @@ function createResourceRequest$8(config) {
|
|
|
7542
7537
|
const headers = {};
|
|
7543
7538
|
return {
|
|
7544
7539
|
baseUri: '/services/data/v63.0',
|
|
7545
|
-
basePath: '/
|
|
7540
|
+
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
7546
7541
|
method: 'patch',
|
|
7547
7542
|
body: config.body,
|
|
7548
7543
|
urlParams: config.urlParams,
|
|
@@ -7727,7 +7722,7 @@ function createResourceRequest$7(config) {
|
|
|
7727
7722
|
const headers = {};
|
|
7728
7723
|
return {
|
|
7729
7724
|
baseUri: '/services/data/v63.0',
|
|
7730
|
-
basePath: '/
|
|
7725
|
+
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '/assets',
|
|
7731
7726
|
method: 'post',
|
|
7732
7727
|
body: config.body,
|
|
7733
7728
|
urlParams: config.urlParams,
|
|
@@ -7814,7 +7809,7 @@ function createResourceRequest$6(config) {
|
|
|
7814
7809
|
const headers = {};
|
|
7815
7810
|
return {
|
|
7816
7811
|
baseUri: '/services/data/v63.0',
|
|
7817
|
-
basePath: '/
|
|
7812
|
+
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '/assets/' + config.urlParams.assetId + '',
|
|
7818
7813
|
method: 'delete',
|
|
7819
7814
|
body: null,
|
|
7820
7815
|
urlParams: config.urlParams,
|
|
@@ -8201,7 +8196,7 @@ function createResourceRequest$5(config) {
|
|
|
8201
8196
|
const headers = {};
|
|
8202
8197
|
return {
|
|
8203
8198
|
baseUri: '/services/data/v63.0',
|
|
8204
|
-
basePath: '/
|
|
8199
|
+
basePath: '/tableau/flows',
|
|
8205
8200
|
method: 'get',
|
|
8206
8201
|
body: null,
|
|
8207
8202
|
urlParams: {},
|
|
@@ -8334,7 +8329,7 @@ function createResourceRequest$4(config) {
|
|
|
8334
8329
|
const headers = {};
|
|
8335
8330
|
return {
|
|
8336
8331
|
baseUri: '/services/data/v63.0',
|
|
8337
|
-
basePath: '/
|
|
8332
|
+
basePath: '/tableau/flows/' + config.urlParams.flowApiName + '',
|
|
8338
8333
|
method: 'get',
|
|
8339
8334
|
body: null,
|
|
8340
8335
|
urlParams: config.urlParams,
|
|
@@ -8548,7 +8543,7 @@ function createResourceRequest$3(config) {
|
|
|
8548
8543
|
const headers = {};
|
|
8549
8544
|
return {
|
|
8550
8545
|
baseUri: '/services/data/v63.0',
|
|
8551
|
-
basePath: '/
|
|
8546
|
+
basePath: '/tableau/subscriptions/digest/' + config.urlParams.digestConfigOwner + '',
|
|
8552
8547
|
method: 'get',
|
|
8553
8548
|
body: null,
|
|
8554
8549
|
urlParams: config.urlParams,
|
|
@@ -8671,7 +8666,7 @@ function createResourceRequest$2(config) {
|
|
|
8671
8666
|
const headers = {};
|
|
8672
8667
|
return {
|
|
8673
8668
|
baseUri: '/services/data/v63.0',
|
|
8674
|
-
basePath: '/
|
|
8669
|
+
basePath: '/tableau/subscriptions/digest/' + config.urlParams.digestConfigOwner + '',
|
|
8675
8670
|
method: 'patch',
|
|
8676
8671
|
body: config.body,
|
|
8677
8672
|
urlParams: config.urlParams,
|
|
@@ -8902,7 +8897,7 @@ function createResourceRequest$1(config) {
|
|
|
8902
8897
|
const headers = {};
|
|
8903
8898
|
return {
|
|
8904
8899
|
baseUri: '/services/data/v63.0',
|
|
8905
|
-
basePath: '/
|
|
8900
|
+
basePath: '/tableau/library/assets/query',
|
|
8906
8901
|
method: 'post',
|
|
8907
8902
|
body: config.body,
|
|
8908
8903
|
urlParams: {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauAnnotations_ResourceRequestConfig } from '../resources/postTableauAnnotations';
|
|
4
4
|
import { AnnotationRepresentation as types_AnnotationRepresentation_AnnotationRepresentation } from '../types/AnnotationRepresentation';
|
|
5
5
|
export declare const adapterName = "createAnnotation";
|
|
6
6
|
export declare const createAnnotation_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -13,7 +13,7 @@ export interface CreateAnnotationConfig {
|
|
|
13
13
|
collaborationObject: unknown;
|
|
14
14
|
status: string;
|
|
15
15
|
}
|
|
16
|
-
export declare const createResourceParams: (config: CreateAnnotationConfig) =>
|
|
16
|
+
export declare const createResourceParams: (config: CreateAnnotationConfig) => resources_postTableauAnnotations_ResourceRequestConfig;
|
|
17
17
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateAnnotationConfig>): adapter$45$utils_Untrusted<CreateAnnotationConfig>;
|
|
18
18
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateAnnotationConfig | null;
|
|
19
19
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateAnnotationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_AnnotationRepresentation_AnnotationRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AnnotationRepresentation_AnnotationRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AnnotationRepresentation_AnnotationRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauSlackChannels_ResourceRequestConfig } from '../resources/postTableauSlackChannels';
|
|
4
4
|
import { AssetSlackChannelRepresentation as types_AssetSlackChannelRepresentation_AssetSlackChannelRepresentation } from '../types/AssetSlackChannelRepresentation';
|
|
5
5
|
export declare const adapterName = "createAssetSlackChannel";
|
|
6
6
|
export declare const createAssetSlackChannel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -10,7 +10,7 @@ export interface CreateAssetSlackChannelConfig {
|
|
|
10
10
|
channelName: string;
|
|
11
11
|
teamId: string;
|
|
12
12
|
}
|
|
13
|
-
export declare const createResourceParams: (config: CreateAssetSlackChannelConfig) =>
|
|
13
|
+
export declare const createResourceParams: (config: CreateAssetSlackChannelConfig) => resources_postTableauSlackChannels_ResourceRequestConfig;
|
|
14
14
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateAssetSlackChannelConfig>): adapter$45$utils_Untrusted<CreateAssetSlackChannelConfig>;
|
|
15
15
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateAssetSlackChannelConfig | null;
|
|
16
16
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateAssetSlackChannelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_AssetSlackChannelRepresentation_AssetSlackChannelRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AssetSlackChannelRepresentation_AssetSlackChannelRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AssetSlackChannelRepresentation_AssetSlackChannelRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauDashboards_ResourceRequestConfig } from '../resources/postTableauDashboards';
|
|
4
4
|
import { DashboardRepresentation as types_DashboardRepresentation_DashboardRepresentation } from '../types/DashboardRepresentation';
|
|
5
5
|
export declare const adapterName = "createDashboard";
|
|
6
6
|
export declare const createDashboard_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -19,7 +19,7 @@ export interface CreateDashboardConfig {
|
|
|
19
19
|
[key: string]: unknown;
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
export declare const createResourceParams: (config: CreateDashboardConfig) =>
|
|
22
|
+
export declare const createResourceParams: (config: CreateDashboardConfig) => resources_postTableauDashboards_ResourceRequestConfig;
|
|
23
23
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDashboardConfig>): adapter$45$utils_Untrusted<CreateDashboardConfig>;
|
|
24
24
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateDashboardConfig | null;
|
|
25
25
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateDashboardConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DashboardRepresentation_DashboardRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DashboardRepresentation_DashboardRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DashboardRepresentation_DashboardRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauLoglines_ResourceRequestConfig } from '../resources/postTableauLoglines';
|
|
4
4
|
import { UnifiedAnalyticsLogLinesRepresentation as types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation } from '../types/UnifiedAnalyticsLogLinesRepresentation';
|
|
5
5
|
export declare const adapterName = "createLoglines";
|
|
6
6
|
export declare const createLoglines_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -8,7 +8,7 @@ export declare const createLoglines_ConfigPropertyNames: adapter$45$utils_Adapte
|
|
|
8
8
|
export interface CreateLoglinesConfig {
|
|
9
9
|
loglines: Array<unknown>;
|
|
10
10
|
}
|
|
11
|
-
export declare const createResourceParams: (config: CreateLoglinesConfig) =>
|
|
11
|
+
export declare const createResourceParams: (config: CreateLoglinesConfig) => resources_postTableauLoglines_ResourceRequestConfig;
|
|
12
12
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateLoglinesConfig>): adapter$45$utils_Untrusted<CreateLoglinesConfig>;
|
|
13
13
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateLoglinesConfig | null;
|
|
14
14
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateLoglinesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauVisualizations_ResourceRequestConfig } from '../resources/postTableauVisualizations';
|
|
4
4
|
import { VisualizationRepresentation as types_VisualizationRepresentation_VisualizationRepresentation } from '../types/VisualizationRepresentation';
|
|
5
5
|
export declare const adapterName = "createVisualization";
|
|
6
6
|
export declare const createVisualization_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -27,7 +27,7 @@ export interface CreateVisualizationConfig {
|
|
|
27
27
|
};
|
|
28
28
|
interactions?: Array<unknown>;
|
|
29
29
|
}
|
|
30
|
-
export declare const createResourceParams: (config: CreateVisualizationConfig) =>
|
|
30
|
+
export declare const createResourceParams: (config: CreateVisualizationConfig) => resources_postTableauVisualizations_ResourceRequestConfig;
|
|
31
31
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateVisualizationConfig>): adapter$45$utils_Untrusted<CreateVisualizationConfig>;
|
|
32
32
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateVisualizationConfig | null;
|
|
33
33
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateVisualizationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_VisualizationRepresentation_VisualizationRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_VisualizationRepresentation_VisualizationRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_VisualizationRepresentation_VisualizationRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauWorkspaces_ResourceRequestConfig } from '../resources/postTableauWorkspaces';
|
|
4
4
|
import { WorkspaceRepresentation as types_WorkspaceRepresentation_WorkspaceRepresentation } from '../types/WorkspaceRepresentation';
|
|
5
5
|
export declare const adapterName = "createWorkspace";
|
|
6
6
|
export declare const createWorkspace_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -11,7 +11,7 @@ export interface CreateWorkspaceConfig {
|
|
|
11
11
|
label: string;
|
|
12
12
|
name?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const createResourceParams: (config: CreateWorkspaceConfig) =>
|
|
14
|
+
export declare const createResourceParams: (config: CreateWorkspaceConfig) => resources_postTableauWorkspaces_ResourceRequestConfig;
|
|
15
15
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateWorkspaceConfig>): adapter$45$utils_Untrusted<CreateWorkspaceConfig>;
|
|
16
16
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateWorkspaceConfig | null;
|
|
17
17
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateWorkspaceConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_WorkspaceRepresentation_WorkspaceRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WorkspaceRepresentation_WorkspaceRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WorkspaceRepresentation_WorkspaceRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauWorkspacesAssetsByWorkspaceIdOrApiName_ResourceRequestConfig } from '../resources/postTableauWorkspacesAssetsByWorkspaceIdOrApiName';
|
|
4
4
|
import { WorkspaceAssetRepresentation as types_WorkspaceAssetRepresentation_WorkspaceAssetRepresentation } from '../types/WorkspaceAssetRepresentation';
|
|
5
5
|
export declare const adapterName = "createWorkspaceAsset";
|
|
6
6
|
export declare const createWorkspaceAsset_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -11,7 +11,7 @@ export interface CreateWorkspaceAssetConfig {
|
|
|
11
11
|
assetType: string;
|
|
12
12
|
assetUsageType: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const createResourceParams: (config: CreateWorkspaceAssetConfig) =>
|
|
14
|
+
export declare const createResourceParams: (config: CreateWorkspaceAssetConfig) => resources_postTableauWorkspacesAssetsByWorkspaceIdOrApiName_ResourceRequestConfig;
|
|
15
15
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateWorkspaceAssetConfig>): adapter$45$utils_Untrusted<CreateWorkspaceAssetConfig>;
|
|
16
16
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateWorkspaceAssetConfig | null;
|
|
17
17
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateWorkspaceAssetConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_WorkspaceAssetRepresentation_WorkspaceAssetRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_WorkspaceAssetRepresentation_WorkspaceAssetRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_WorkspaceAssetRepresentation_WorkspaceAssetRepresentation, any>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_deleteTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig } from '../resources/deleteTableauDashboardsByDashboardIdOrApiName';
|
|
4
4
|
export declare const adapterName = "deleteDashboard";
|
|
5
5
|
export declare const deleteDashboard_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
6
|
export declare const deleteDashboard_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
7
|
export interface DeleteDashboardConfig {
|
|
8
8
|
dashboardIdOrApiName: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const createResourceParams: (config: DeleteDashboardConfig) =>
|
|
10
|
+
export declare const createResourceParams: (config: DeleteDashboardConfig) => resources_deleteTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig;
|
|
11
11
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteDashboardConfig>): adapter$45$utils_Untrusted<DeleteDashboardConfig>;
|
|
12
12
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteDashboardConfig | null;
|
|
13
13
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteDashboardConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_deleteTableauVisualizationsByVisualizationIdOrApiName_ResourceRequestConfig } from '../resources/deleteTableauVisualizationsByVisualizationIdOrApiName';
|
|
4
4
|
export declare const adapterName = "deleteVisualization";
|
|
5
5
|
export declare const deleteVisualization_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
6
|
export declare const deleteVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
7
|
export interface DeleteVisualizationConfig {
|
|
8
8
|
visualizationIdOrApiName: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const createResourceParams: (config: DeleteVisualizationConfig) =>
|
|
10
|
+
export declare const createResourceParams: (config: DeleteVisualizationConfig) => resources_deleteTableauVisualizationsByVisualizationIdOrApiName_ResourceRequestConfig;
|
|
11
11
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteVisualizationConfig>): adapter$45$utils_Untrusted<DeleteVisualizationConfig>;
|
|
12
12
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteVisualizationConfig | null;
|
|
13
13
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteVisualizationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_deleteTableauWorkspacesByWorkspaceIdOrApiName_ResourceRequestConfig } from '../resources/deleteTableauWorkspacesByWorkspaceIdOrApiName';
|
|
4
4
|
export declare const adapterName = "deleteWorkspace";
|
|
5
5
|
export declare const deleteWorkspace_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
6
|
export declare const deleteWorkspace_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
7
|
export interface DeleteWorkspaceConfig {
|
|
8
8
|
workspaceIdOrApiName: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const createResourceParams: (config: DeleteWorkspaceConfig) =>
|
|
10
|
+
export declare const createResourceParams: (config: DeleteWorkspaceConfig) => resources_deleteTableauWorkspacesByWorkspaceIdOrApiName_ResourceRequestConfig;
|
|
11
11
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteWorkspaceConfig>): adapter$45$utils_Untrusted<DeleteWorkspaceConfig>;
|
|
12
12
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteWorkspaceConfig | null;
|
|
13
13
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteWorkspaceConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName_ResourceRequestConfig } from '../resources/deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName';
|
|
4
4
|
export declare const adapterName = "deleteWorkspaceAsset";
|
|
5
5
|
export declare const deleteWorkspaceAsset_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
6
|
export declare const deleteWorkspaceAsset_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
@@ -8,7 +8,7 @@ export interface DeleteWorkspaceAssetConfig {
|
|
|
8
8
|
assetId: string;
|
|
9
9
|
workspaceIdOrApiName: string;
|
|
10
10
|
}
|
|
11
|
-
export declare const createResourceParams: (config: DeleteWorkspaceAssetConfig) =>
|
|
11
|
+
export declare const createResourceParams: (config: DeleteWorkspaceAssetConfig) => resources_deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName_ResourceRequestConfig;
|
|
12
12
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteWorkspaceAssetConfig>): adapter$45$utils_Untrusted<DeleteWorkspaceAssetConfig>;
|
|
13
13
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteWorkspaceAssetConfig | null;
|
|
14
14
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteWorkspaceAssetConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig } from '../resources/postTableauFollowFollowersFollowsByFollowerId';
|
|
4
4
|
import { FollowerAssetRepresentation as types_FollowerAssetRepresentation_FollowerAssetRepresentation } from '../types/FollowerAssetRepresentation';
|
|
5
5
|
export declare const adapterName = "follow";
|
|
6
6
|
export declare const follow_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -11,7 +11,7 @@ export interface FollowConfig {
|
|
|
11
11
|
assetType: string;
|
|
12
12
|
followerType: string;
|
|
13
13
|
}
|
|
14
|
-
export declare const createResourceParams: (config: FollowConfig) =>
|
|
14
|
+
export declare const createResourceParams: (config: FollowConfig) => resources_postTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig;
|
|
15
15
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<FollowConfig>): adapter$45$utils_Untrusted<FollowConfig>;
|
|
16
16
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): FollowConfig | null;
|
|
17
17
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: FollowConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauAnnotations_ResourceRequestConfig } from '../resources/getTableauAnnotations';
|
|
4
4
|
import { AnnotationCollectionRepresentation as types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation } from '../types/AnnotationCollectionRepresentation';
|
|
5
5
|
export declare const adapterName = "getAnnotations";
|
|
6
6
|
export declare const getAnnotations_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -12,15 +12,15 @@ export interface GetAnnotationsConfig {
|
|
|
12
12
|
offset?: number;
|
|
13
13
|
slackAppId?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare const createResourceParams: (config: GetAnnotationsConfig) =>
|
|
15
|
+
export declare const createResourceParams: (config: GetAnnotationsConfig) => resources_getTableauAnnotations_ResourceRequestConfig;
|
|
16
16
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig): string;
|
|
17
17
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
18
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetAnnotationsConfig>): adapter$45$utils_Untrusted<GetAnnotationsConfig>;
|
|
19
19
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetAnnotationsConfig | null;
|
|
20
20
|
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig): $64$luvio_engine_Fragment;
|
|
21
21
|
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig): $64$luvio_engine_Snapshot<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation, any>;
|
|
22
|
-
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig, resourceParams:
|
|
23
|
-
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig, resourceParams:
|
|
22
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig, resourceParams: resources_getTableauAnnotations_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation, any>>;
|
|
23
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig, resourceParams: resources_getTableauAnnotations_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
24
24
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetAnnotationsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_AnnotationCollectionRepresentation_AnnotationCollectionRepresentation, any>>;
|
|
25
25
|
export type BuildSnapshotContext = {
|
|
26
26
|
luvio: $64$luvio_engine_Luvio;
|