@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev19 → 1.332.0-dev20
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 +10 -22
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +3 -4
- package/package.json +3 -3
- package/sfdc/index.js +11 -26
- package/src/raml/api.raml +1 -36
|
@@ -2980,7 +2980,7 @@ function select$17(luvio, params) {
|
|
|
2980
2980
|
return select$18();
|
|
2981
2981
|
}
|
|
2982
2982
|
function keyBuilder$13(luvio, params) {
|
|
2983
|
-
return keyPrefix + '::DashboardCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + '
|
|
2983
|
+
return keyPrefix + '::DashboardCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
2984
2984
|
}
|
|
2985
2985
|
function getResponseCacheKeys$N(storeKeyMap, luvio, resourceParams, response) {
|
|
2986
2986
|
getTypeCacheKeys$t(storeKeyMap, luvio, response, () => keyBuilder$13(luvio, resourceParams));
|
|
@@ -3025,7 +3025,6 @@ function createResourceRequest$N(config) {
|
|
|
3025
3025
|
const adapterName$N = 'getDashboards';
|
|
3026
3026
|
const getDashboards_ConfigPropertyMetadata = [
|
|
3027
3027
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3028
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3029
3028
|
generateParamConfigMetadata('offset', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3030
3029
|
];
|
|
3031
3030
|
const getDashboards_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$N, getDashboards_ConfigPropertyMetadata);
|
|
@@ -3141,7 +3140,7 @@ function createResourceRequest$M(config) {
|
|
|
3141
3140
|
method: 'post',
|
|
3142
3141
|
body: config.body,
|
|
3143
3142
|
urlParams: {},
|
|
3144
|
-
queryParams:
|
|
3143
|
+
queryParams: {},
|
|
3145
3144
|
headers,
|
|
3146
3145
|
priority: 'normal',
|
|
3147
3146
|
};
|
|
@@ -3149,7 +3148,6 @@ function createResourceRequest$M(config) {
|
|
|
3149
3148
|
|
|
3150
3149
|
const adapterName$M = 'createDashboard';
|
|
3151
3150
|
const createDashboard_ConfigPropertyMetadata = [
|
|
3152
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3153
3151
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
3154
3152
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
3155
3153
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
@@ -3373,7 +3371,7 @@ function createResourceRequest$K(config) {
|
|
|
3373
3371
|
method: 'get',
|
|
3374
3372
|
body: null,
|
|
3375
3373
|
urlParams: config.urlParams,
|
|
3376
|
-
queryParams:
|
|
3374
|
+
queryParams: {},
|
|
3377
3375
|
headers,
|
|
3378
3376
|
priority: 'normal',
|
|
3379
3377
|
};
|
|
@@ -3382,7 +3380,6 @@ function createResourceRequest$K(config) {
|
|
|
3382
3380
|
const adapterName$K = 'getDashboardByName';
|
|
3383
3381
|
const getDashboardByName_ConfigPropertyMetadata = [
|
|
3384
3382
|
generateParamConfigMetadata('dashboardIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
3385
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3386
3383
|
];
|
|
3387
3384
|
const getDashboardByName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$K, getDashboardByName_ConfigPropertyMetadata);
|
|
3388
3385
|
const createResourceParams$K = /*#__PURE__*/ createResourceParams$T(getDashboardByName_ConfigPropertyMetadata);
|
|
@@ -3497,7 +3494,7 @@ function createResourceRequest$J(config) {
|
|
|
3497
3494
|
method: 'patch',
|
|
3498
3495
|
body: config.body,
|
|
3499
3496
|
urlParams: config.urlParams,
|
|
3500
|
-
queryParams:
|
|
3497
|
+
queryParams: {},
|
|
3501
3498
|
headers,
|
|
3502
3499
|
priority: 'normal',
|
|
3503
3500
|
};
|
|
@@ -3506,7 +3503,6 @@ function createResourceRequest$J(config) {
|
|
|
3506
3503
|
const adapterName$J = 'updateDashboard';
|
|
3507
3504
|
const updateDashboard_ConfigPropertyMetadata = [
|
|
3508
3505
|
generateParamConfigMetadata('dashboardIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
3509
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
3510
3506
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
3511
3507
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
3512
3508
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
@@ -6110,7 +6106,7 @@ const updateFollowedAsset_ConfigPropertyMetadata = [
|
|
|
6110
6106
|
generateParamConfigMetadata('assetId', true, 2 /* Body */, 0 /* String */),
|
|
6111
6107
|
generateParamConfigMetadata('assetType', false, 2 /* Body */, 0 /* String */),
|
|
6112
6108
|
generateParamConfigMetadata('followerType', false, 2 /* Body */, 0 /* String */),
|
|
6113
|
-
generateParamConfigMetadata('followedTimeRange',
|
|
6109
|
+
generateParamConfigMetadata('followedTimeRange', true, 2 /* Body */, 4 /* Unsupported */),
|
|
6114
6110
|
];
|
|
6115
6111
|
const updateFollowedAsset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$z, updateFollowedAsset_ConfigPropertyMetadata);
|
|
6116
6112
|
const createResourceParams$z = /*#__PURE__*/ createResourceParams$T(updateFollowedAsset_ConfigPropertyMetadata);
|
|
@@ -6122,9 +6118,6 @@ function typeCheckConfig$z(untrustedConfig) {
|
|
|
6122
6118
|
if (referenceFollowedTimeRangeRepresentationValidationError === null) {
|
|
6123
6119
|
config.followedTimeRange = untrustedConfig_followedTimeRange;
|
|
6124
6120
|
}
|
|
6125
|
-
if (untrustedConfig_followedTimeRange === null) {
|
|
6126
|
-
config.followedTimeRange = untrustedConfig_followedTimeRange;
|
|
6127
|
-
}
|
|
6128
6121
|
return config;
|
|
6129
6122
|
}
|
|
6130
6123
|
function validateAdapterConfig$z(untrustedConfig, configPropertyNames) {
|
|
@@ -9091,7 +9084,7 @@ function select$s(luvio, params) {
|
|
|
9091
9084
|
return select$t();
|
|
9092
9085
|
}
|
|
9093
9086
|
function keyBuilder$s(luvio, params) {
|
|
9094
|
-
return keyPrefix + '::VisualizationCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + '
|
|
9087
|
+
return keyPrefix + '::VisualizationCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
9095
9088
|
}
|
|
9096
9089
|
function getResponseCacheKeys$k(storeKeyMap, luvio, resourceParams, response) {
|
|
9097
9090
|
getTypeCacheKeys$b(storeKeyMap, luvio, response, () => keyBuilder$s(luvio, resourceParams));
|
|
@@ -9137,7 +9130,6 @@ const adapterName$k = 'getVisualizations';
|
|
|
9137
9130
|
const getVisualizations_ConfigPropertyMetadata = [
|
|
9138
9131
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9139
9132
|
generateParamConfigMetadata('offset', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9140
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9141
9133
|
];
|
|
9142
9134
|
const getVisualizations_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$k, getVisualizations_ConfigPropertyMetadata);
|
|
9143
9135
|
const createResourceParams$k = /*#__PURE__*/ createResourceParams$T(getVisualizations_ConfigPropertyMetadata);
|
|
@@ -9252,7 +9244,7 @@ function createResourceRequest$j(config) {
|
|
|
9252
9244
|
method: 'post',
|
|
9253
9245
|
body: config.body,
|
|
9254
9246
|
urlParams: {},
|
|
9255
|
-
queryParams:
|
|
9247
|
+
queryParams: {},
|
|
9256
9248
|
headers,
|
|
9257
9249
|
priority: 'normal',
|
|
9258
9250
|
};
|
|
@@ -9260,7 +9252,6 @@ function createResourceRequest$j(config) {
|
|
|
9260
9252
|
|
|
9261
9253
|
const adapterName$j = 'createVisualization';
|
|
9262
9254
|
const createVisualization_ConfigPropertyMetadata = [
|
|
9263
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9264
9255
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
9265
9256
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
9266
9257
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
@@ -9531,7 +9522,7 @@ function createResourceRequest$h(config) {
|
|
|
9531
9522
|
method: 'get',
|
|
9532
9523
|
body: null,
|
|
9533
9524
|
urlParams: config.urlParams,
|
|
9534
|
-
queryParams:
|
|
9525
|
+
queryParams: {},
|
|
9535
9526
|
headers,
|
|
9536
9527
|
priority: 'normal',
|
|
9537
9528
|
};
|
|
@@ -9540,7 +9531,6 @@ function createResourceRequest$h(config) {
|
|
|
9540
9531
|
const adapterName$h = 'getVisualization';
|
|
9541
9532
|
const getVisualization_ConfigPropertyMetadata = [
|
|
9542
9533
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
9543
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9544
9534
|
];
|
|
9545
9535
|
const getVisualization_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$h, getVisualization_ConfigPropertyMetadata);
|
|
9546
9536
|
const createResourceParams$h = /*#__PURE__*/ createResourceParams$T(getVisualization_ConfigPropertyMetadata);
|
|
@@ -9655,7 +9645,7 @@ function createResourceRequest$g(config) {
|
|
|
9655
9645
|
method: 'patch',
|
|
9656
9646
|
body: config.body,
|
|
9657
9647
|
urlParams: config.urlParams,
|
|
9658
|
-
queryParams:
|
|
9648
|
+
queryParams: {},
|
|
9659
9649
|
headers,
|
|
9660
9650
|
priority: 'normal',
|
|
9661
9651
|
};
|
|
@@ -9664,7 +9654,6 @@ function createResourceRequest$g(config) {
|
|
|
9664
9654
|
const adapterName$g = 'updateVisualization';
|
|
9665
9655
|
const updateVisualization_ConfigPropertyMetadata = [
|
|
9666
9656
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
9667
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9668
9657
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
9669
9658
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
9670
9659
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
@@ -9933,7 +9922,7 @@ function createResourceRequest$f(config) {
|
|
|
9933
9922
|
method: 'get',
|
|
9934
9923
|
body: null,
|
|
9935
9924
|
urlParams: config.urlParams,
|
|
9936
|
-
queryParams:
|
|
9925
|
+
queryParams: {},
|
|
9937
9926
|
headers,
|
|
9938
9927
|
priority: 'normal',
|
|
9939
9928
|
};
|
|
@@ -9942,7 +9931,6 @@ function createResourceRequest$f(config) {
|
|
|
9942
9931
|
const adapterName$f = 'getVisualizationBundle';
|
|
9943
9932
|
const getVisualizationBundle_ConfigPropertyMetadata = [
|
|
9944
9933
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
9945
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
9946
9934
|
];
|
|
9947
9935
|
const getVisualizationBundle_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$f, getVisualizationBundle_ConfigPropertyMetadata);
|
|
9948
9936
|
const createResourceParams$f = /*#__PURE__*/ createResourceParams$T(getVisualizationBundle_ConfigPropertyMetadata);
|
|
@@ -6,7 +6,6 @@ export declare const adapterName = "createDashboard";
|
|
|
6
6
|
export declare const createDashboard_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const createDashboard_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface CreateDashboardConfig {
|
|
9
|
-
minorVersion?: number;
|
|
10
9
|
description?: string;
|
|
11
10
|
id?: string;
|
|
12
11
|
workspaceIdOrApiName?: string;
|
|
@@ -6,7 +6,6 @@ export declare const adapterName = "createVisualization";
|
|
|
6
6
|
export declare const createVisualization_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const createVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface CreateVisualizationConfig {
|
|
9
|
-
minorVersion?: number;
|
|
10
9
|
id?: string;
|
|
11
10
|
description?: string;
|
|
12
11
|
label: string;
|
|
@@ -7,7 +7,6 @@ export declare const getDashboardByName_ConfigPropertyMetadata: $64$luvio_engine
|
|
|
7
7
|
export declare const getDashboardByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetDashboardByNameConfig {
|
|
9
9
|
dashboardIdOrApiName: string;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
}
|
|
12
11
|
export declare const createResourceParams: (config: GetDashboardByNameConfig) => resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig;
|
|
13
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): string;
|
|
@@ -7,7 +7,6 @@ export declare const getDashboards_ConfigPropertyMetadata: $64$luvio_engine_Adap
|
|
|
7
7
|
export declare const getDashboards_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetDashboardsConfig {
|
|
9
9
|
limit?: number;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
offset?: number;
|
|
12
11
|
}
|
|
13
12
|
export declare const createResourceParams: (config: GetDashboardsConfig) => resources_getTableauDashboards_ResourceRequestConfig;
|
|
@@ -7,7 +7,6 @@ export declare const getVisualization_ConfigPropertyMetadata: $64$luvio_engine_A
|
|
|
7
7
|
export declare const getVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetVisualizationConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
}
|
|
12
11
|
export declare const createResourceParams: (config: GetVisualizationConfig) => resources_getTableauVisualizationsByVisualizationIdOrApiName_ResourceRequestConfig;
|
|
13
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationConfig): string;
|
|
@@ -7,7 +7,6 @@ export declare const getVisualizationBundle_ConfigPropertyMetadata: $64$luvio_en
|
|
|
7
7
|
export declare const getVisualizationBundle_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetVisualizationBundleConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
}
|
|
12
11
|
export declare const createResourceParams: (config: GetVisualizationBundleConfig) => resources_getTableauVisualizationsBundleByVisualizationIdOrApiName_ResourceRequestConfig;
|
|
13
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationBundleConfig): string;
|
|
@@ -8,7 +8,6 @@ export declare const getVisualizations_ConfigPropertyNames: adapter$45$utils_Ada
|
|
|
8
8
|
export interface GetVisualizationsConfig {
|
|
9
9
|
limit?: number;
|
|
10
10
|
offset?: number;
|
|
11
|
-
minorVersion?: number;
|
|
12
11
|
}
|
|
13
12
|
export declare const createResourceParams: (config: GetVisualizationsConfig) => resources_getTableauVisualizations_ResourceRequestConfig;
|
|
14
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationsConfig): string;
|
|
@@ -7,7 +7,6 @@ export declare const updateDashboard_ConfigPropertyMetadata: $64$luvio_engine_Ad
|
|
|
7
7
|
export declare const updateDashboard_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface UpdateDashboardConfig {
|
|
9
9
|
dashboardIdOrApiName: string;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
description?: string;
|
|
12
11
|
id?: string;
|
|
13
12
|
workspaceIdOrApiName?: string;
|
|
@@ -11,7 +11,7 @@ export interface UpdateFollowedAssetConfig {
|
|
|
11
11
|
assetId: string;
|
|
12
12
|
assetType?: string;
|
|
13
13
|
followerType?: string;
|
|
14
|
-
followedTimeRange
|
|
14
|
+
followedTimeRange: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
15
15
|
}
|
|
16
16
|
export declare const createResourceParams: (config: UpdateFollowedAssetConfig) => resources_patchTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig;
|
|
17
17
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateFollowedAssetConfig>): adapter$45$utils_Untrusted<UpdateFollowedAssetConfig>;
|
|
@@ -7,7 +7,6 @@ export declare const updateVisualization_ConfigPropertyMetadata: $64$luvio_engin
|
|
|
7
7
|
export declare const updateVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface UpdateVisualizationConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
-
minorVersion?: number;
|
|
11
10
|
id?: string;
|
|
12
11
|
description?: string;
|
|
13
12
|
label: string;
|
package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts
CHANGED
|
@@ -4,9 +4,6 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
dashboardIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
minorVersion?: number;
|
|
9
|
-
};
|
|
10
7
|
}
|
|
11
8
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
9
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -4,9 +4,6 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
visualizationIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
minorVersion?: number;
|
|
9
|
-
};
|
|
10
7
|
}
|
|
11
8
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
9
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -4,9 +4,6 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
visualizationIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
minorVersion?: number;
|
|
9
|
-
};
|
|
10
7
|
}
|
|
11
8
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
9
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -9,7 +9,7 @@ export interface ResourceRequestConfig {
|
|
|
9
9
|
assetId: string;
|
|
10
10
|
assetType?: string;
|
|
11
11
|
followerType?: string;
|
|
12
|
-
followedTimeRange
|
|
12
|
+
followedTimeRange: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
2
|
import { DashboardRepresentation as types_DashboardRepresentation_DashboardRepresentation } from '../types/DashboardRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
|
-
queryParams: {
|
|
5
|
-
minorVersion?: number;
|
|
6
|
-
};
|
|
7
4
|
body: {
|
|
8
5
|
description?: string;
|
|
9
6
|
id?: string;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
2
|
import { VisualizationRepresentation as types_VisualizationRepresentation_VisualizationRepresentation } from '../types/VisualizationRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
|
-
queryParams: {
|
|
5
|
-
minorVersion?: number;
|
|
6
|
-
};
|
|
7
4
|
body: {
|
|
8
5
|
id?: string;
|
|
9
6
|
description?: string;
|
package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
|
|
2
2
|
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';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "60b4ded6fba2268d24c8fb907e260165";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: UpdateFollowedAssetInputRepresentation, existing: UpdateFollowedAssetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateFollowedAssetInputRepresentationNormalized;
|
|
@@ -19,8 +19,7 @@ export interface UpdateFollowedAssetInputRepresentationNormalized {
|
|
|
19
19
|
assetId: string;
|
|
20
20
|
/** Followed asset type */
|
|
21
21
|
assetType?: string;
|
|
22
|
-
|
|
23
|
-
followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
|
|
22
|
+
followedTimeRange: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
24
23
|
/** Follower type */
|
|
25
24
|
followerType?: string;
|
|
26
25
|
}
|
|
@@ -33,6 +32,6 @@ export interface UpdateFollowedAssetInputRepresentationNormalized {
|
|
|
33
32
|
export interface UpdateFollowedAssetInputRepresentation {
|
|
34
33
|
assetId: string;
|
|
35
34
|
assetType?: string;
|
|
36
|
-
followedTimeRange
|
|
35
|
+
followedTimeRange: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
37
36
|
followerType?: string;
|
|
38
37
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev20",
|
|
4
4
|
"description": "Tableau Unified Analytics Platform",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/analytics-unifiedanalytics.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.332.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0-dev20"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev20"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2132,7 +2132,7 @@ function createResourceRequest$Q(config) {
|
|
|
2132
2132
|
method: 'post',
|
|
2133
2133
|
body: config.body,
|
|
2134
2134
|
urlParams: {},
|
|
2135
|
-
queryParams:
|
|
2135
|
+
queryParams: {},
|
|
2136
2136
|
headers,
|
|
2137
2137
|
priority: 'normal',
|
|
2138
2138
|
};
|
|
@@ -2140,7 +2140,6 @@ function createResourceRequest$Q(config) {
|
|
|
2140
2140
|
|
|
2141
2141
|
const adapterName$Q = 'createDashboard';
|
|
2142
2142
|
const createDashboard_ConfigPropertyMetadata = [
|
|
2143
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
2144
2143
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
2145
2144
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
2146
2145
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
@@ -4069,7 +4068,7 @@ function createResourceRequest$L(config) {
|
|
|
4069
4068
|
method: 'post',
|
|
4070
4069
|
body: config.body,
|
|
4071
4070
|
urlParams: {},
|
|
4072
|
-
queryParams:
|
|
4071
|
+
queryParams: {},
|
|
4073
4072
|
headers,
|
|
4074
4073
|
priority: 'normal',
|
|
4075
4074
|
};
|
|
@@ -4077,7 +4076,6 @@ function createResourceRequest$L(config) {
|
|
|
4077
4076
|
|
|
4078
4077
|
const adapterName$L = 'createVisualization';
|
|
4079
4078
|
const createVisualization_ConfigPropertyMetadata = [
|
|
4080
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
4081
4079
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
4082
4080
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
4083
4081
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
@@ -6205,7 +6203,7 @@ function createResourceRequest$y(config) {
|
|
|
6205
6203
|
method: 'get',
|
|
6206
6204
|
body: null,
|
|
6207
6205
|
urlParams: config.urlParams,
|
|
6208
|
-
queryParams:
|
|
6206
|
+
queryParams: {},
|
|
6209
6207
|
headers,
|
|
6210
6208
|
priority: 'normal',
|
|
6211
6209
|
};
|
|
@@ -6213,7 +6211,6 @@ function createResourceRequest$y(config) {
|
|
|
6213
6211
|
function createResourceRequestFromRepresentation$6(representation) {
|
|
6214
6212
|
const config = {
|
|
6215
6213
|
urlParams: {},
|
|
6216
|
-
queryParams: {},
|
|
6217
6214
|
};
|
|
6218
6215
|
config.urlParams.dashboardIdOrApiName = representation.name;
|
|
6219
6216
|
return createResourceRequest$y(config);
|
|
@@ -6222,7 +6219,6 @@ function createResourceRequestFromRepresentation$6(representation) {
|
|
|
6222
6219
|
const adapterName$y = 'getDashboardByName';
|
|
6223
6220
|
const getDashboardByName_ConfigPropertyMetadata = [
|
|
6224
6221
|
generateParamConfigMetadata('dashboardIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
6225
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
6226
6222
|
];
|
|
6227
6223
|
const getDashboardByName_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$y, getDashboardByName_ConfigPropertyMetadata);
|
|
6228
6224
|
const createResourceParams$y = /*#__PURE__*/ createResourceParams$T(getDashboardByName_ConfigPropertyMetadata);
|
|
@@ -6434,7 +6430,7 @@ function select$Q(luvio, params) {
|
|
|
6434
6430
|
return select$R();
|
|
6435
6431
|
}
|
|
6436
6432
|
function keyBuilder$N(luvio, params) {
|
|
6437
|
-
return keyPrefix + '::DashboardCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + '
|
|
6433
|
+
return keyPrefix + '::DashboardCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
6438
6434
|
}
|
|
6439
6435
|
function getResponseCacheKeys$x(storeKeyMap, luvio, resourceParams, response) {
|
|
6440
6436
|
getTypeCacheKeys$k(storeKeyMap, luvio, response, () => keyBuilder$N(luvio, resourceParams));
|
|
@@ -6479,7 +6475,6 @@ function createResourceRequest$x(config) {
|
|
|
6479
6475
|
const adapterName$x = 'getDashboards';
|
|
6480
6476
|
const getDashboards_ConfigPropertyMetadata = [
|
|
6481
6477
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
6482
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
6483
6478
|
generateParamConfigMetadata('offset', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
6484
6479
|
];
|
|
6485
6480
|
const getDashboards_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$x, getDashboards_ConfigPropertyMetadata);
|
|
@@ -10225,7 +10220,7 @@ function createResourceRequest$h(config) {
|
|
|
10225
10220
|
method: 'get',
|
|
10226
10221
|
body: null,
|
|
10227
10222
|
urlParams: config.urlParams,
|
|
10228
|
-
queryParams:
|
|
10223
|
+
queryParams: {},
|
|
10229
10224
|
headers,
|
|
10230
10225
|
priority: 'normal',
|
|
10231
10226
|
};
|
|
@@ -10233,7 +10228,6 @@ function createResourceRequest$h(config) {
|
|
|
10233
10228
|
function createResourceRequestFromRepresentation$2(representation) {
|
|
10234
10229
|
const config = {
|
|
10235
10230
|
urlParams: {},
|
|
10236
|
-
queryParams: {},
|
|
10237
10231
|
};
|
|
10238
10232
|
config.urlParams.visualizationIdOrApiName = representation.name;
|
|
10239
10233
|
return createResourceRequest$h(config);
|
|
@@ -10242,7 +10236,6 @@ function createResourceRequestFromRepresentation$2(representation) {
|
|
|
10242
10236
|
const adapterName$h = 'getVisualization';
|
|
10243
10237
|
const getVisualization_ConfigPropertyMetadata = [
|
|
10244
10238
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
10245
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
10246
10239
|
];
|
|
10247
10240
|
const getVisualization_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$h, getVisualization_ConfigPropertyMetadata);
|
|
10248
10241
|
const createResourceParams$h = /*#__PURE__*/ createResourceParams$T(getVisualization_ConfigPropertyMetadata);
|
|
@@ -10479,7 +10472,7 @@ function createResourceRequest$g(config) {
|
|
|
10479
10472
|
method: 'get',
|
|
10480
10473
|
body: null,
|
|
10481
10474
|
urlParams: config.urlParams,
|
|
10482
|
-
queryParams:
|
|
10475
|
+
queryParams: {},
|
|
10483
10476
|
headers,
|
|
10484
10477
|
priority: 'normal',
|
|
10485
10478
|
};
|
|
@@ -10487,7 +10480,6 @@ function createResourceRequest$g(config) {
|
|
|
10487
10480
|
function createResourceRequestFromRepresentation$1(representation) {
|
|
10488
10481
|
const config = {
|
|
10489
10482
|
urlParams: {},
|
|
10490
|
-
queryParams: {},
|
|
10491
10483
|
};
|
|
10492
10484
|
config.urlParams.visualizationIdOrApiName = representation.visualization.name;
|
|
10493
10485
|
return createResourceRequest$g(config);
|
|
@@ -10496,7 +10488,6 @@ function createResourceRequestFromRepresentation$1(representation) {
|
|
|
10496
10488
|
const adapterName$g = 'getVisualizationBundle';
|
|
10497
10489
|
const getVisualizationBundle_ConfigPropertyMetadata = [
|
|
10498
10490
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
10499
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
10500
10491
|
];
|
|
10501
10492
|
const getVisualizationBundle_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$g, getVisualizationBundle_ConfigPropertyMetadata);
|
|
10502
10493
|
const createResourceParams$g = /*#__PURE__*/ createResourceParams$T(getVisualizationBundle_ConfigPropertyMetadata);
|
|
@@ -10708,7 +10699,7 @@ function select$j(luvio, params) {
|
|
|
10708
10699
|
return select$k();
|
|
10709
10700
|
}
|
|
10710
10701
|
function keyBuilder$b(luvio, params) {
|
|
10711
|
-
return keyPrefix + '::VisualizationCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + '
|
|
10702
|
+
return keyPrefix + '::VisualizationCollectionRepresentation:(' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ')';
|
|
10712
10703
|
}
|
|
10713
10704
|
function getResponseCacheKeys$f(storeKeyMap, luvio, resourceParams, response) {
|
|
10714
10705
|
getTypeCacheKeys$5(storeKeyMap, luvio, response, () => keyBuilder$b(luvio, resourceParams));
|
|
@@ -10754,7 +10745,6 @@ const adapterName$f = 'getVisualizations';
|
|
|
10754
10745
|
const getVisualizations_ConfigPropertyMetadata = [
|
|
10755
10746
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
10756
10747
|
generateParamConfigMetadata('offset', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
10757
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
10758
10748
|
];
|
|
10759
10749
|
const getVisualizations_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$f, getVisualizations_ConfigPropertyMetadata);
|
|
10760
10750
|
const createResourceParams$f = /*#__PURE__*/ createResourceParams$T(getVisualizations_ConfigPropertyMetadata);
|
|
@@ -12198,7 +12188,7 @@ function createResourceRequest$7(config) {
|
|
|
12198
12188
|
method: 'patch',
|
|
12199
12189
|
body: config.body,
|
|
12200
12190
|
urlParams: config.urlParams,
|
|
12201
|
-
queryParams:
|
|
12191
|
+
queryParams: {},
|
|
12202
12192
|
headers,
|
|
12203
12193
|
priority: 'normal',
|
|
12204
12194
|
};
|
|
@@ -12207,7 +12197,6 @@ function createResourceRequest$7(config) {
|
|
|
12207
12197
|
const adapterName$7 = 'updateDashboard';
|
|
12208
12198
|
const updateDashboard_ConfigPropertyMetadata = [
|
|
12209
12199
|
generateParamConfigMetadata('dashboardIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12210
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
12211
12200
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
12212
12201
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
12213
12202
|
generateParamConfigMetadata('workspaceIdOrApiName', false, 2 /* Body */, 0 /* String */),
|
|
@@ -12565,7 +12554,7 @@ const updateFollowedAsset_ConfigPropertyMetadata = [
|
|
|
12565
12554
|
generateParamConfigMetadata('assetId', true, 2 /* Body */, 0 /* String */),
|
|
12566
12555
|
generateParamConfigMetadata('assetType', false, 2 /* Body */, 0 /* String */),
|
|
12567
12556
|
generateParamConfigMetadata('followerType', false, 2 /* Body */, 0 /* String */),
|
|
12568
|
-
generateParamConfigMetadata('followedTimeRange',
|
|
12557
|
+
generateParamConfigMetadata('followedTimeRange', true, 2 /* Body */, 4 /* Unsupported */),
|
|
12569
12558
|
];
|
|
12570
12559
|
const updateFollowedAsset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, updateFollowedAsset_ConfigPropertyMetadata);
|
|
12571
12560
|
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$T(updateFollowedAsset_ConfigPropertyMetadata);
|
|
@@ -12577,9 +12566,6 @@ function typeCheckConfig$4(untrustedConfig) {
|
|
|
12577
12566
|
if (referenceFollowedTimeRangeRepresentationValidationError === null) {
|
|
12578
12567
|
config.followedTimeRange = untrustedConfig_followedTimeRange;
|
|
12579
12568
|
}
|
|
12580
|
-
if (untrustedConfig_followedTimeRange === null) {
|
|
12581
|
-
config.followedTimeRange = untrustedConfig_followedTimeRange;
|
|
12582
|
-
}
|
|
12583
12569
|
return config;
|
|
12584
12570
|
}
|
|
12585
12571
|
function validateAdapterConfig$4(untrustedConfig, configPropertyNames) {
|
|
@@ -12847,7 +12833,7 @@ function createResourceRequest$1(config) {
|
|
|
12847
12833
|
method: 'patch',
|
|
12848
12834
|
body: config.body,
|
|
12849
12835
|
urlParams: config.urlParams,
|
|
12850
|
-
queryParams:
|
|
12836
|
+
queryParams: {},
|
|
12851
12837
|
headers,
|
|
12852
12838
|
priority: 'normal',
|
|
12853
12839
|
};
|
|
@@ -12856,7 +12842,6 @@ function createResourceRequest$1(config) {
|
|
|
12856
12842
|
const adapterName$1 = 'updateVisualization';
|
|
12857
12843
|
const updateVisualization_ConfigPropertyMetadata = [
|
|
12858
12844
|
generateParamConfigMetadata('visualizationIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12859
|
-
generateParamConfigMetadata('minorVersion', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
12860
12845
|
generateParamConfigMetadata('id', false, 2 /* Body */, 0 /* String */),
|
|
12861
12846
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
12862
12847
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
@@ -13468,4 +13453,4 @@ withDefaultLuvio((luvio) => {
|
|
|
13468
13453
|
});
|
|
13469
13454
|
|
|
13470
13455
|
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAssetDependencies, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests, getDataAssetRequestsCount, getDataAssetRequestsCount_imperative, getDataAssetRequests_imperative, getFlowByName, getFlowByName_imperative, getFlows, getFlows_imperative, getFollowedAssets, getFollowedAssets_imperative, getFollowers, getFollowers_imperative, getMarketplaceListingInstallationProgress, getMarketplaceListingInstallationProgress_imperative, getOrg, getOrg_imperative, getShares, getSharesNotifyChange, getShares_imperative, getSlackAppInfo, getSlackAppInfo_imperative, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getSubscriptionDigestConfig_imperative, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getUniqueFollowerCount_imperative, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationBundle_imperative, getVisualizationNotifyChange, getVisualization_imperative, getVisualizations, getVisualizations_imperative, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaceByIdOrName_imperative, getWorkspaces, getWorkspaces_imperative, initiateMarketplaceListingInstallation, initiateMarketplaceListingInstallation_imperative, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
|
|
13471
|
-
// version: 1.332.0-
|
|
13456
|
+
// version: 1.332.0-dev20-8600de247a
|
package/src/raml/api.raml
CHANGED
|
@@ -363,8 +363,7 @@ types:
|
|
|
363
363
|
required: false
|
|
364
364
|
followedTimeRange:
|
|
365
365
|
description: Time Range filter representation
|
|
366
|
-
type: FollowedTimeRangeRepresentation
|
|
367
|
-
required: false
|
|
366
|
+
type: FollowedTimeRangeRepresentation
|
|
368
367
|
FollowedAssetCollectionRepresentation:
|
|
369
368
|
description: Collection of Followed Assets
|
|
370
369
|
type: object
|
|
@@ -2493,9 +2492,6 @@ types:
|
|
|
2493
2492
|
limit:
|
|
2494
2493
|
type: integer
|
|
2495
2494
|
required: false
|
|
2496
|
-
minorVersion:
|
|
2497
|
-
type: integer
|
|
2498
|
-
required: false
|
|
2499
2495
|
offset:
|
|
2500
2496
|
type: integer
|
|
2501
2497
|
required: false
|
|
@@ -2508,10 +2504,6 @@ types:
|
|
|
2508
2504
|
body:
|
|
2509
2505
|
application/json:
|
|
2510
2506
|
type: DashboardRepresentation
|
|
2511
|
-
queryParameters:
|
|
2512
|
-
minorVersion:
|
|
2513
|
-
type: integer
|
|
2514
|
-
required: false
|
|
2515
2507
|
body:
|
|
2516
2508
|
application/json:
|
|
2517
2509
|
type: DashboardInputRepresentation
|
|
@@ -2532,10 +2524,6 @@ types:
|
|
|
2532
2524
|
body:
|
|
2533
2525
|
application/json:
|
|
2534
2526
|
type: DashboardRepresentation
|
|
2535
|
-
queryParameters:
|
|
2536
|
-
minorVersion:
|
|
2537
|
-
type: integer
|
|
2538
|
-
required: false
|
|
2539
2527
|
patch:
|
|
2540
2528
|
displayName: patchDashboard
|
|
2541
2529
|
description: Update Unified Analytics Dashboard Metadata by Id or Name.
|
|
@@ -2545,10 +2533,6 @@ types:
|
|
|
2545
2533
|
body:
|
|
2546
2534
|
application/json:
|
|
2547
2535
|
type: DashboardRepresentation
|
|
2548
|
-
queryParameters:
|
|
2549
|
-
minorVersion:
|
|
2550
|
-
type: integer
|
|
2551
|
-
required: false
|
|
2552
2536
|
body:
|
|
2553
2537
|
application/json:
|
|
2554
2538
|
type: DashboardInputRepresentation
|
|
@@ -3016,9 +3000,6 @@ types:
|
|
|
3016
3000
|
offset:
|
|
3017
3001
|
type: integer
|
|
3018
3002
|
required: false
|
|
3019
|
-
minorVersion:
|
|
3020
|
-
type: integer
|
|
3021
|
-
required: false
|
|
3022
3003
|
post:
|
|
3023
3004
|
displayName: postVisualization
|
|
3024
3005
|
description: Creates a new Visualization.
|
|
@@ -3028,10 +3009,6 @@ types:
|
|
|
3028
3009
|
body:
|
|
3029
3010
|
application/json:
|
|
3030
3011
|
type: VisualizationRepresentation
|
|
3031
|
-
queryParameters:
|
|
3032
|
-
minorVersion:
|
|
3033
|
-
type: integer
|
|
3034
|
-
required: false
|
|
3035
3012
|
body:
|
|
3036
3013
|
application/json:
|
|
3037
3014
|
type: VisualizationInputRepresentation
|
|
@@ -3052,10 +3029,6 @@ types:
|
|
|
3052
3029
|
body:
|
|
3053
3030
|
application/json:
|
|
3054
3031
|
type: VisualizationRepresentation
|
|
3055
|
-
queryParameters:
|
|
3056
|
-
minorVersion:
|
|
3057
|
-
type: integer
|
|
3058
|
-
required: false
|
|
3059
3032
|
patch:
|
|
3060
3033
|
displayName: patchVisualization
|
|
3061
3034
|
description: Update Visualization Metadata by Id or Name.
|
|
@@ -3065,10 +3038,6 @@ types:
|
|
|
3065
3038
|
body:
|
|
3066
3039
|
application/json:
|
|
3067
3040
|
type: VisualizationRepresentation
|
|
3068
|
-
queryParameters:
|
|
3069
|
-
minorVersion:
|
|
3070
|
-
type: integer
|
|
3071
|
-
required: false
|
|
3072
3041
|
body:
|
|
3073
3042
|
application/json:
|
|
3074
3043
|
type: VisualizationInputRepresentation
|
|
@@ -3087,10 +3056,6 @@ types:
|
|
|
3087
3056
|
body:
|
|
3088
3057
|
application/json:
|
|
3089
3058
|
type: VisualizationBundleRepresentation
|
|
3090
|
-
queryParameters:
|
|
3091
|
-
minorVersion:
|
|
3092
|
-
type: integer
|
|
3093
|
-
required: false
|
|
3094
3059
|
uriParameters:
|
|
3095
3060
|
visualizationIdOrApiName:
|
|
3096
3061
|
type: string
|