@salesforce/lds-adapters-analytics-unifiedanalytics 1.384.0 → 1.385.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 +120 -122
- package/dist/es/es2018/types/src/generated/adapters/createRecordShares.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +5 -14
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessInputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +124 -123
- package/src/raml/api.raml +21 -2
- package/src/raml/luvio.raml +5 -0
|
@@ -193,7 +193,7 @@ function ingestSuccess$Q(luvio, resourceParams, response) {
|
|
|
193
193
|
function createResourceRequest$Y(config) {
|
|
194
194
|
const headers = {};
|
|
195
195
|
return {
|
|
196
|
-
baseUri: '/services/data/
|
|
196
|
+
baseUri: '/services/data/v66.0',
|
|
197
197
|
basePath: '/tableau/admin/monitoring/events',
|
|
198
198
|
method: 'post',
|
|
199
199
|
body: config.body,
|
|
@@ -1938,7 +1938,7 @@ function ingestError$p(luvio, params, error, snapshotRefresh) {
|
|
|
1938
1938
|
function createResourceRequest$X(config) {
|
|
1939
1939
|
const headers = {};
|
|
1940
1940
|
return {
|
|
1941
|
-
baseUri: '/services/data/
|
|
1941
|
+
baseUri: '/services/data/v66.0',
|
|
1942
1942
|
basePath: '/tableau/annotations',
|
|
1943
1943
|
method: 'get',
|
|
1944
1944
|
body: null,
|
|
@@ -2065,7 +2065,7 @@ function ingestSuccess$O(luvio, resourceParams, response) {
|
|
|
2065
2065
|
function createResourceRequest$W(config) {
|
|
2066
2066
|
const headers = {};
|
|
2067
2067
|
return {
|
|
2068
|
-
baseUri: '/services/data/
|
|
2068
|
+
baseUri: '/services/data/v66.0',
|
|
2069
2069
|
basePath: '/tableau/annotations',
|
|
2070
2070
|
method: 'post',
|
|
2071
2071
|
body: config.body,
|
|
@@ -2310,7 +2310,7 @@ function ingestError$o(luvio, params, error, snapshotRefresh) {
|
|
|
2310
2310
|
function createResourceRequest$V(config) {
|
|
2311
2311
|
const headers = {};
|
|
2312
2312
|
return {
|
|
2313
|
-
baseUri: '/services/data/
|
|
2313
|
+
baseUri: '/services/data/v66.0',
|
|
2314
2314
|
basePath: '/tableau/annotations/slack-app-info',
|
|
2315
2315
|
method: 'get',
|
|
2316
2316
|
body: null,
|
|
@@ -2667,7 +2667,7 @@ function ingestSuccess$M(luvio, resourceParams, response) {
|
|
|
2667
2667
|
function createResourceRequest$U(config) {
|
|
2668
2668
|
const headers = {};
|
|
2669
2669
|
return {
|
|
2670
|
-
baseUri: '/services/data/
|
|
2670
|
+
baseUri: '/services/data/v66.0',
|
|
2671
2671
|
basePath: '/tableau/assets/query',
|
|
2672
2672
|
method: 'post',
|
|
2673
2673
|
body: config.body,
|
|
@@ -3039,7 +3039,7 @@ function ingestError$n(luvio, params, error, snapshotRefresh) {
|
|
|
3039
3039
|
function createResourceRequest$T(config) {
|
|
3040
3040
|
const headers = {};
|
|
3041
3041
|
return {
|
|
3042
|
-
baseUri: '/services/data/
|
|
3042
|
+
baseUri: '/services/data/v66.0',
|
|
3043
3043
|
basePath: '/tableau/dashboards',
|
|
3044
3044
|
method: 'get',
|
|
3045
3045
|
body: null,
|
|
@@ -3164,7 +3164,7 @@ function ingestSuccess$K(luvio, resourceParams, response) {
|
|
|
3164
3164
|
function createResourceRequest$S(config) {
|
|
3165
3165
|
const headers = {};
|
|
3166
3166
|
return {
|
|
3167
|
-
baseUri: '/services/data/
|
|
3167
|
+
baseUri: '/services/data/v66.0',
|
|
3168
3168
|
basePath: '/tableau/dashboards',
|
|
3169
3169
|
method: 'post',
|
|
3170
3170
|
body: config.body,
|
|
@@ -3295,7 +3295,7 @@ function evictSuccess$7(luvio, resourceParams) {
|
|
|
3295
3295
|
function createResourceRequest$R(config) {
|
|
3296
3296
|
const headers = {};
|
|
3297
3297
|
return {
|
|
3298
|
-
baseUri: '/services/data/
|
|
3298
|
+
baseUri: '/services/data/v66.0',
|
|
3299
3299
|
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3300
3300
|
method: 'delete',
|
|
3301
3301
|
body: null,
|
|
@@ -3396,7 +3396,7 @@ function ingestError$m(luvio, params, error, snapshotRefresh) {
|
|
|
3396
3396
|
function createResourceRequest$Q(config) {
|
|
3397
3397
|
const headers = {};
|
|
3398
3398
|
return {
|
|
3399
|
-
baseUri: '/services/data/
|
|
3399
|
+
baseUri: '/services/data/v66.0',
|
|
3400
3400
|
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3401
3401
|
method: 'get',
|
|
3402
3402
|
body: null,
|
|
@@ -3520,7 +3520,7 @@ function ingestSuccess$I(luvio, resourceParams, response) {
|
|
|
3520
3520
|
function createResourceRequest$P(config) {
|
|
3521
3521
|
const headers = {};
|
|
3522
3522
|
return {
|
|
3523
|
-
baseUri: '/services/data/
|
|
3523
|
+
baseUri: '/services/data/v66.0',
|
|
3524
3524
|
basePath: '/tableau/dashboards/' + config.urlParams.dashboardIdOrApiName + '',
|
|
3525
3525
|
method: 'patch',
|
|
3526
3526
|
body: config.body,
|
|
@@ -3784,7 +3784,7 @@ function validate$T(obj, path = 'DataAlertThresholdsRepresentation') {
|
|
|
3784
3784
|
}
|
|
3785
3785
|
|
|
3786
3786
|
const TTL$n = 500;
|
|
3787
|
-
const VERSION$x = "
|
|
3787
|
+
const VERSION$x = "219373b56f198f8a68fe8ca6afd30b60";
|
|
3788
3788
|
function validate$S(obj, path = 'DataAlertRepresentation') {
|
|
3789
3789
|
const v_error = (() => {
|
|
3790
3790
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3803,6 +3803,11 @@ function validate$S(obj, path = 'DataAlertRepresentation') {
|
|
|
3803
3803
|
message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
3804
3804
|
return new TypeError(message);
|
|
3805
3805
|
}
|
|
3806
|
+
const obj_createdDate = obj.createdDate;
|
|
3807
|
+
const path_createdDate = path + '.createdDate';
|
|
3808
|
+
if (typeof obj_createdDate !== 'string') {
|
|
3809
|
+
return new TypeError('Expected "string" but received "' + typeof obj_createdDate + '" (at "' + path_createdDate + '")');
|
|
3810
|
+
}
|
|
3806
3811
|
const obj_deliveryConfigurations = obj.deliveryConfigurations;
|
|
3807
3812
|
const path_deliveryConfigurations = path + '.deliveryConfigurations';
|
|
3808
3813
|
const referencepath_deliveryConfigurationsValidationError = validate$X(obj_deliveryConfigurations, path_deliveryConfigurations);
|
|
@@ -3816,6 +3821,11 @@ function validate$S(obj, path = 'DataAlertRepresentation') {
|
|
|
3816
3821
|
if (typeof obj_id !== 'string') {
|
|
3817
3822
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
3818
3823
|
}
|
|
3824
|
+
const obj_lastModifiedDate = obj.lastModifiedDate;
|
|
3825
|
+
const path_lastModifiedDate = path + '.lastModifiedDate';
|
|
3826
|
+
if (typeof obj_lastModifiedDate !== 'string') {
|
|
3827
|
+
return new TypeError('Expected "string" but received "' + typeof obj_lastModifiedDate + '" (at "' + path_lastModifiedDate + '")');
|
|
3828
|
+
}
|
|
3819
3829
|
const obj_schedule = obj.schedule;
|
|
3820
3830
|
const path_schedule = path + '.schedule';
|
|
3821
3831
|
const referencepath_scheduleValidationError = validate$W(obj_schedule, path_schedule);
|
|
@@ -3885,7 +3895,7 @@ function getTypeCacheKeys$x(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
3885
3895
|
}
|
|
3886
3896
|
|
|
3887
3897
|
const TTL$m = 500;
|
|
3888
|
-
const VERSION$w = "
|
|
3898
|
+
const VERSION$w = "d3e9e0efe02f7fa88865b7e72fe25f25";
|
|
3889
3899
|
function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
|
|
3890
3900
|
const v_error = (() => {
|
|
3891
3901
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3899,14 +3909,38 @@ function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
|
|
|
3899
3909
|
for (let i = 0; i < obj_dataAlerts.length; i++) {
|
|
3900
3910
|
const obj_dataAlerts_item = obj_dataAlerts[i];
|
|
3901
3911
|
const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
|
|
3902
|
-
|
|
3903
|
-
|
|
3912
|
+
const referencepath_dataAlerts_itemValidationError = validate$S(obj_dataAlerts_item, path_dataAlerts_item);
|
|
3913
|
+
if (referencepath_dataAlerts_itemValidationError !== null) {
|
|
3914
|
+
let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
|
|
3915
|
+
message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
3916
|
+
return new TypeError(message);
|
|
3904
3917
|
}
|
|
3905
3918
|
}
|
|
3906
3919
|
const obj_nextPageUrl = obj.nextPageUrl;
|
|
3907
3920
|
const path_nextPageUrl = path + '.nextPageUrl';
|
|
3908
|
-
|
|
3909
|
-
|
|
3921
|
+
let obj_nextPageUrl_union0 = null;
|
|
3922
|
+
const obj_nextPageUrl_union0_error = (() => {
|
|
3923
|
+
if (typeof obj_nextPageUrl !== 'string') {
|
|
3924
|
+
return new TypeError('Expected "string" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
|
|
3925
|
+
}
|
|
3926
|
+
})();
|
|
3927
|
+
if (obj_nextPageUrl_union0_error != null) {
|
|
3928
|
+
obj_nextPageUrl_union0 = obj_nextPageUrl_union0_error.message;
|
|
3929
|
+
}
|
|
3930
|
+
let obj_nextPageUrl_union1 = null;
|
|
3931
|
+
const obj_nextPageUrl_union1_error = (() => {
|
|
3932
|
+
if (obj_nextPageUrl !== null) {
|
|
3933
|
+
return new TypeError('Expected "null" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
|
|
3934
|
+
}
|
|
3935
|
+
})();
|
|
3936
|
+
if (obj_nextPageUrl_union1_error != null) {
|
|
3937
|
+
obj_nextPageUrl_union1 = obj_nextPageUrl_union1_error.message;
|
|
3938
|
+
}
|
|
3939
|
+
if (obj_nextPageUrl_union0 && obj_nextPageUrl_union1) {
|
|
3940
|
+
let message = 'Object doesn\'t match union (at "' + path_nextPageUrl + '")';
|
|
3941
|
+
message += '\n' + obj_nextPageUrl_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
3942
|
+
message += '\n' + obj_nextPageUrl_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
3943
|
+
return new TypeError(message);
|
|
3910
3944
|
}
|
|
3911
3945
|
const obj_totalSize = obj.totalSize;
|
|
3912
3946
|
const path_totalSize = path + '.totalSize';
|
|
@@ -3918,22 +3952,6 @@ function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
|
|
|
3918
3952
|
}
|
|
3919
3953
|
const RepresentationType$y = 'DataAlertCollectionRepresentation';
|
|
3920
3954
|
function normalize$w(input, existing, path, luvio, store, timestamp) {
|
|
3921
|
-
const input_dataAlerts = input.dataAlerts;
|
|
3922
|
-
const input_dataAlerts_id = path.fullPath + '__dataAlerts';
|
|
3923
|
-
for (let i = 0; i < input_dataAlerts.length; i++) {
|
|
3924
|
-
const input_dataAlerts_item = input_dataAlerts[i];
|
|
3925
|
-
let input_dataAlerts_item_id = input_dataAlerts_id + '__' + i;
|
|
3926
|
-
input_dataAlerts[i] = ingest$x(input_dataAlerts_item, {
|
|
3927
|
-
fullPath: input_dataAlerts_item_id,
|
|
3928
|
-
propertyName: i,
|
|
3929
|
-
parent: {
|
|
3930
|
-
data: input,
|
|
3931
|
-
key: path.fullPath,
|
|
3932
|
-
existing: existing,
|
|
3933
|
-
},
|
|
3934
|
-
ttl: path.ttl
|
|
3935
|
-
}, luvio, store, timestamp);
|
|
3936
|
-
}
|
|
3937
3955
|
return input;
|
|
3938
3956
|
}
|
|
3939
3957
|
const select$1c = function DataAlertCollectionRepresentationSelect() {
|
|
@@ -3941,43 +3959,11 @@ const select$1c = function DataAlertCollectionRepresentationSelect() {
|
|
|
3941
3959
|
kind: 'Fragment',
|
|
3942
3960
|
version: VERSION$w,
|
|
3943
3961
|
private: [],
|
|
3944
|
-
|
|
3945
|
-
{
|
|
3946
|
-
name: 'dataAlerts',
|
|
3947
|
-
kind: 'Link',
|
|
3948
|
-
plural: true,
|
|
3949
|
-
fragment: select$1d()
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
name: 'nextPageUrl',
|
|
3953
|
-
kind: 'Scalar'
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
name: 'totalSize',
|
|
3957
|
-
kind: 'Scalar'
|
|
3958
|
-
}
|
|
3959
|
-
]
|
|
3962
|
+
opaque: true
|
|
3960
3963
|
};
|
|
3961
3964
|
};
|
|
3962
3965
|
function equals$w(existing, incoming) {
|
|
3963
|
-
|
|
3964
|
-
const incoming_totalSize = incoming.totalSize;
|
|
3965
|
-
if (!(existing_totalSize === incoming_totalSize)) {
|
|
3966
|
-
return false;
|
|
3967
|
-
}
|
|
3968
|
-
const existing_nextPageUrl = existing.nextPageUrl;
|
|
3969
|
-
const incoming_nextPageUrl = incoming.nextPageUrl;
|
|
3970
|
-
if (!(existing_nextPageUrl === incoming_nextPageUrl)) {
|
|
3971
|
-
return false;
|
|
3972
|
-
}
|
|
3973
|
-
const existing_dataAlerts = existing.dataAlerts;
|
|
3974
|
-
const incoming_dataAlerts = incoming.dataAlerts;
|
|
3975
|
-
const equals_dataAlerts_items = equalsArray(existing_dataAlerts, incoming_dataAlerts, (existing_dataAlerts_item, incoming_dataAlerts_item) => {
|
|
3976
|
-
if (!(existing_dataAlerts_item.__ref === incoming_dataAlerts_item.__ref)) {
|
|
3977
|
-
return false;
|
|
3978
|
-
}
|
|
3979
|
-
});
|
|
3980
|
-
if (equals_dataAlerts_items === false) {
|
|
3966
|
+
if (JSONStringify(incoming) !== JSONStringify(existing)) {
|
|
3981
3967
|
return false;
|
|
3982
3968
|
}
|
|
3983
3969
|
return true;
|
|
@@ -4002,10 +3988,6 @@ function getTypeCacheKeys$w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
4002
3988
|
representationName: RepresentationType$y,
|
|
4003
3989
|
mergeable: false
|
|
4004
3990
|
});
|
|
4005
|
-
const input_dataAlerts_length = input.dataAlerts.length;
|
|
4006
|
-
for (let i = 0; i < input_dataAlerts_length; i++) {
|
|
4007
|
-
getTypeCacheKeys$x(rootKeySet, luvio, input.dataAlerts[i]);
|
|
4008
|
-
}
|
|
4009
3991
|
}
|
|
4010
3992
|
|
|
4011
3993
|
function select$1b(luvio, params) {
|
|
@@ -4049,7 +4031,7 @@ function ingestError$l(luvio, params, error, snapshotRefresh) {
|
|
|
4049
4031
|
function createResourceRequest$O(config) {
|
|
4050
4032
|
const headers = {};
|
|
4051
4033
|
return {
|
|
4052
|
-
baseUri: '/services/data/
|
|
4034
|
+
baseUri: '/services/data/v66.0',
|
|
4053
4035
|
basePath: '/tableau/dataAlerts',
|
|
4054
4036
|
method: 'get',
|
|
4055
4037
|
body: null,
|
|
@@ -4308,7 +4290,7 @@ function ingestSuccess$G(luvio, resourceParams, response) {
|
|
|
4308
4290
|
function createResourceRequest$N(config) {
|
|
4309
4291
|
const headers = {};
|
|
4310
4292
|
return {
|
|
4311
|
-
baseUri: '/services/data/
|
|
4293
|
+
baseUri: '/services/data/v66.0',
|
|
4312
4294
|
basePath: '/tableau/dataAlerts',
|
|
4313
4295
|
method: 'post',
|
|
4314
4296
|
body: config.body,
|
|
@@ -4490,7 +4472,7 @@ function ingestError$k(luvio, params, error, snapshotRefresh) {
|
|
|
4490
4472
|
function createResourceRequest$M(config) {
|
|
4491
4473
|
const headers = {};
|
|
4492
4474
|
return {
|
|
4493
|
-
baseUri: '/services/data/
|
|
4475
|
+
baseUri: '/services/data/v66.0',
|
|
4494
4476
|
basePath: '/tableau/dataAlerts/' + config.urlParams.dataAlertId + '',
|
|
4495
4477
|
method: 'get',
|
|
4496
4478
|
body: null,
|
|
@@ -4607,7 +4589,7 @@ function evictSuccess$6(luvio, resourceParams) {
|
|
|
4607
4589
|
function createResourceRequest$L(config) {
|
|
4608
4590
|
const headers = {};
|
|
4609
4591
|
return {
|
|
4610
|
-
baseUri: '/services/data/
|
|
4592
|
+
baseUri: '/services/data/v66.0',
|
|
4611
4593
|
basePath: '/tableau/dataAlerts/' + config.urlParams.dataAlertId + '',
|
|
4612
4594
|
method: 'delete',
|
|
4613
4595
|
body: null,
|
|
@@ -4697,7 +4679,7 @@ function ingestSuccess$E(luvio, resourceParams, response) {
|
|
|
4697
4679
|
function createResourceRequest$K(config) {
|
|
4698
4680
|
const headers = {};
|
|
4699
4681
|
return {
|
|
4700
|
-
baseUri: '/services/data/
|
|
4682
|
+
baseUri: '/services/data/v66.0',
|
|
4701
4683
|
basePath: '/tableau/dataAlerts/' + config.urlParams.dataAlertId + '',
|
|
4702
4684
|
method: 'put',
|
|
4703
4685
|
body: config.body,
|
|
@@ -4913,7 +4895,7 @@ function ingestSuccess$D(luvio, resourceParams, response) {
|
|
|
4913
4895
|
function createResourceRequest$J(config) {
|
|
4914
4896
|
const headers = {};
|
|
4915
4897
|
return {
|
|
4916
|
-
baseUri: '/services/data/
|
|
4898
|
+
baseUri: '/services/data/v66.0',
|
|
4917
4899
|
basePath: '/tableau/dataAlerts/' + config.urlParams.dataAlertId + '/run',
|
|
4918
4900
|
method: 'post',
|
|
4919
4901
|
body: null,
|
|
@@ -5721,7 +5703,7 @@ function ingestError$j(luvio, params, error, snapshotRefresh) {
|
|
|
5721
5703
|
function createResourceRequest$I(config) {
|
|
5722
5704
|
const headers = {};
|
|
5723
5705
|
return {
|
|
5724
|
-
baseUri: '/services/data/
|
|
5706
|
+
baseUri: '/services/data/v66.0',
|
|
5725
5707
|
basePath: '/tableau/data-assets/requests',
|
|
5726
5708
|
method: 'get',
|
|
5727
5709
|
body: null,
|
|
@@ -5854,7 +5836,7 @@ function ingestSuccess$B(luvio, resourceParams, response) {
|
|
|
5854
5836
|
function createResourceRequest$H(config) {
|
|
5855
5837
|
const headers = {};
|
|
5856
5838
|
return {
|
|
5857
|
-
baseUri: '/services/data/
|
|
5839
|
+
baseUri: '/services/data/v66.0',
|
|
5858
5840
|
basePath: '/tableau/data-assets/requests',
|
|
5859
5841
|
method: 'post',
|
|
5860
5842
|
body: config.body,
|
|
@@ -6023,7 +6005,7 @@ function ingestError$i(luvio, params, error, snapshotRefresh) {
|
|
|
6023
6005
|
function createResourceRequest$G(config) {
|
|
6024
6006
|
const headers = {};
|
|
6025
6007
|
return {
|
|
6026
|
-
baseUri: '/services/data/
|
|
6008
|
+
baseUri: '/services/data/v66.0',
|
|
6027
6009
|
basePath: '/tableau/data-assets/requests/count',
|
|
6028
6010
|
method: 'get',
|
|
6029
6011
|
body: null,
|
|
@@ -6169,7 +6151,7 @@ function ingestError$h(luvio, params, error, snapshotRefresh) {
|
|
|
6169
6151
|
function createResourceRequest$F(config) {
|
|
6170
6152
|
const headers = {};
|
|
6171
6153
|
return {
|
|
6172
|
-
baseUri: '/services/data/
|
|
6154
|
+
baseUri: '/services/data/v66.0',
|
|
6173
6155
|
basePath: '/tableau/data-assets/requests/' + config.urlParams.requestIdOrApiName + '',
|
|
6174
6156
|
method: 'get',
|
|
6175
6157
|
body: null,
|
|
@@ -6292,7 +6274,7 @@ function ingestSuccess$y(luvio, resourceParams, response) {
|
|
|
6292
6274
|
function createResourceRequest$E(config) {
|
|
6293
6275
|
const headers = {};
|
|
6294
6276
|
return {
|
|
6295
|
-
baseUri: '/services/data/
|
|
6277
|
+
baseUri: '/services/data/v66.0',
|
|
6296
6278
|
basePath: '/tableau/data-assets/requests/' + config.urlParams.requestIdOrApiName + '',
|
|
6297
6279
|
method: 'patch',
|
|
6298
6280
|
body: config.body,
|
|
@@ -6567,7 +6549,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
6567
6549
|
function createResourceRequest$D(config) {
|
|
6568
6550
|
const headers = {};
|
|
6569
6551
|
return {
|
|
6570
|
-
baseUri: '/services/data/
|
|
6552
|
+
baseUri: '/services/data/v66.0',
|
|
6571
6553
|
basePath: '/tableau/data-assets/dependencies/' + config.urlParams.assetId + '',
|
|
6572
6554
|
method: 'get',
|
|
6573
6555
|
body: null,
|
|
@@ -6865,7 +6847,7 @@ function ingestSuccess$w(luvio, resourceParams, response) {
|
|
|
6865
6847
|
function createResourceRequest$C(config) {
|
|
6866
6848
|
const headers = {};
|
|
6867
6849
|
return {
|
|
6868
|
-
baseUri: '/services/data/
|
|
6850
|
+
baseUri: '/services/data/v66.0',
|
|
6869
6851
|
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/follows',
|
|
6870
6852
|
method: 'post',
|
|
6871
6853
|
body: config.body,
|
|
@@ -7043,7 +7025,7 @@ function ingestSuccess$v(luvio, resourceParams, response) {
|
|
|
7043
7025
|
function createResourceRequest$B(config) {
|
|
7044
7026
|
const headers = {};
|
|
7045
7027
|
return {
|
|
7046
|
-
baseUri: '/services/data/
|
|
7028
|
+
baseUri: '/services/data/v66.0',
|
|
7047
7029
|
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/follows',
|
|
7048
7030
|
method: 'patch',
|
|
7049
7031
|
body: config.body,
|
|
@@ -7233,7 +7215,7 @@ function evictSuccess$5(luvio, resourceParams) {
|
|
|
7233
7215
|
function createResourceRequest$A(config) {
|
|
7234
7216
|
const headers = {};
|
|
7235
7217
|
return {
|
|
7236
|
-
baseUri: '/services/data/
|
|
7218
|
+
baseUri: '/services/data/v66.0',
|
|
7237
7219
|
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/follows/' + config.urlParams.followedAssetId + '',
|
|
7238
7220
|
method: 'delete',
|
|
7239
7221
|
body: null,
|
|
@@ -7404,7 +7386,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
7404
7386
|
function createResourceRequest$z(config) {
|
|
7405
7387
|
const headers = {};
|
|
7406
7388
|
return {
|
|
7407
|
-
baseUri: '/services/data/
|
|
7389
|
+
baseUri: '/services/data/v66.0',
|
|
7408
7390
|
basePath: '/tableau/follow/assets/' + config.urlParams.followedAssetId + '/followers',
|
|
7409
7391
|
method: 'get',
|
|
7410
7392
|
body: null,
|
|
@@ -7611,7 +7593,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
7611
7593
|
function createResourceRequest$y(config) {
|
|
7612
7594
|
const headers = {};
|
|
7613
7595
|
return {
|
|
7614
|
-
baseUri: '/services/data/
|
|
7596
|
+
baseUri: '/services/data/v66.0',
|
|
7615
7597
|
basePath: '/tableau/follow/followers/' + config.urlParams.followerId + '/followed-assets',
|
|
7616
7598
|
method: 'get',
|
|
7617
7599
|
body: null,
|
|
@@ -7807,7 +7789,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
7807
7789
|
function createResourceRequest$x(config) {
|
|
7808
7790
|
const headers = {};
|
|
7809
7791
|
return {
|
|
7810
|
-
baseUri: '/services/data/
|
|
7792
|
+
baseUri: '/services/data/v66.0',
|
|
7811
7793
|
basePath: '/tableau/follow/assets/' + config.urlParams.followedAssetId + '/follower-count',
|
|
7812
7794
|
method: 'get',
|
|
7813
7795
|
body: null,
|
|
@@ -8005,7 +7987,7 @@ function ingestSuccess$r(luvio, resourceParams, response) {
|
|
|
8005
7987
|
function createResourceRequest$w(config) {
|
|
8006
7988
|
const headers = {};
|
|
8007
7989
|
return {
|
|
8008
|
-
baseUri: '/services/data/
|
|
7990
|
+
baseUri: '/services/data/v66.0',
|
|
8009
7991
|
basePath: '/tableau/loglines',
|
|
8010
7992
|
method: 'post',
|
|
8011
7993
|
body: config.body,
|
|
@@ -8220,7 +8202,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
8220
8202
|
function createResourceRequest$v(config) {
|
|
8221
8203
|
const headers = {};
|
|
8222
8204
|
return {
|
|
8223
|
-
baseUri: '/services/data/
|
|
8205
|
+
baseUri: '/services/data/v66.0',
|
|
8224
8206
|
basePath: '/tableau/orgs',
|
|
8225
8207
|
method: 'get',
|
|
8226
8208
|
body: null,
|
|
@@ -8477,6 +8459,20 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8477
8459
|
mergeable: false
|
|
8478
8460
|
});
|
|
8479
8461
|
}
|
|
8462
|
+
const notifyUpdateAvailableFactory = (luvio) => {
|
|
8463
|
+
return function notifySharesUpdateAvailable(configs) {
|
|
8464
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
8465
|
+
const requiredKeyParams = ['recordId'];
|
|
8466
|
+
configs.forEach(config => {
|
|
8467
|
+
if (false === requiredKeyParams.every(req => req in config)) {
|
|
8468
|
+
throw new Error(`one of the configs did not contain all required parameters: ${JSONStringify(ObjectKeys(config))}`);
|
|
8469
|
+
}
|
|
8470
|
+
});
|
|
8471
|
+
}
|
|
8472
|
+
const keys = configs.map(c => keyBuilder$F(luvio, c));
|
|
8473
|
+
return luvio.notifyStoreUpdateAvailable(keys);
|
|
8474
|
+
};
|
|
8475
|
+
};
|
|
8480
8476
|
|
|
8481
8477
|
function keyBuilder$E(luvio, params) {
|
|
8482
8478
|
return keyBuilder$F(luvio, {
|
|
@@ -8498,7 +8494,7 @@ function evictSuccess$4(luvio, resourceParams) {
|
|
|
8498
8494
|
function createResourceRequest$u(config) {
|
|
8499
8495
|
const headers = {};
|
|
8500
8496
|
return {
|
|
8501
|
-
baseUri: '/services/data/
|
|
8497
|
+
baseUri: '/services/data/v66.0',
|
|
8502
8498
|
basePath: '/tableau/records/' + config.urlParams.recordId + '/shares',
|
|
8503
8499
|
method: 'delete',
|
|
8504
8500
|
body: null,
|
|
@@ -8605,7 +8601,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
8605
8601
|
function createResourceRequest$t(config) {
|
|
8606
8602
|
const headers = {};
|
|
8607
8603
|
return {
|
|
8608
|
-
baseUri: '/services/data/
|
|
8604
|
+
baseUri: '/services/data/v66.0',
|
|
8609
8605
|
basePath: '/tableau/records/' + config.urlParams.recordId + '/shares',
|
|
8610
8606
|
method: 'get',
|
|
8611
8607
|
body: null,
|
|
@@ -8624,6 +8620,7 @@ const getShares_ConfigPropertyMetadata = [
|
|
|
8624
8620
|
generateParamConfigMetadata('userOrGroupId', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8625
8621
|
generateParamConfigMetadata('orderBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8626
8622
|
generateParamConfigMetadata('sortOrder', false, 1 /* QueryParameter */, 0 /* String */),
|
|
8623
|
+
generateParamConfigMetadata('filterByRecipientType', false, 1 /* QueryParameter */, 0 /* String */, true),
|
|
8627
8624
|
];
|
|
8628
8625
|
const getShares_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$t, getShares_ConfigPropertyMetadata);
|
|
8629
8626
|
const createResourceParams$t = /*#__PURE__*/ createResourceParams$Z(getShares_ConfigPropertyMetadata);
|
|
@@ -8906,7 +8903,7 @@ function ingestSuccess$o(luvio, resourceParams, response) {
|
|
|
8906
8903
|
function createResourceRequest$s(config) {
|
|
8907
8904
|
const headers = {};
|
|
8908
8905
|
return {
|
|
8909
|
-
baseUri: '/services/data/
|
|
8906
|
+
baseUri: '/services/data/v66.0',
|
|
8910
8907
|
basePath: '/tableau/records/' + config.urlParams.recordId + '/shares',
|
|
8911
8908
|
method: 'patch',
|
|
8912
8909
|
body: config.body,
|
|
@@ -9006,7 +9003,7 @@ function ingestSuccess$n(luvio, resourceParams, response) {
|
|
|
9006
9003
|
function createResourceRequest$r(config) {
|
|
9007
9004
|
const headers = {};
|
|
9008
9005
|
return {
|
|
9009
|
-
baseUri: '/services/data/
|
|
9006
|
+
baseUri: '/services/data/v66.0',
|
|
9010
9007
|
basePath: '/tableau/records/' + config.urlParams.recordId + '/shares',
|
|
9011
9008
|
method: 'post',
|
|
9012
9009
|
body: config.body,
|
|
@@ -9021,6 +9018,7 @@ const adapterName$r = 'createRecordShares';
|
|
|
9021
9018
|
const createRecordShares_ConfigPropertyMetadata = [
|
|
9022
9019
|
generateParamConfigMetadata('recordId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
9023
9020
|
generateParamConfigMetadata('accessRequestItems', true, 2 /* Body */, 4 /* Unsupported */, true),
|
|
9021
|
+
generateParamConfigMetadata('sendNotificationToRecipients', false, 2 /* Body */, 1 /* Boolean */),
|
|
9024
9022
|
];
|
|
9025
9023
|
const createRecordShares_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$r, createRecordShares_ConfigPropertyMetadata);
|
|
9026
9024
|
const createResourceParams$r = /*#__PURE__*/ createResourceParams$Z(createRecordShares_ConfigPropertyMetadata);
|
|
@@ -9101,7 +9099,7 @@ function evictSuccess$3(luvio, resourceParams) {
|
|
|
9101
9099
|
function createResourceRequest$q(config) {
|
|
9102
9100
|
const headers = {};
|
|
9103
9101
|
return {
|
|
9104
|
-
baseUri: '/services/data/
|
|
9102
|
+
baseUri: '/services/data/v66.0',
|
|
9105
9103
|
basePath: '/tableau/records/' + config.urlParams.recordId + '/shares/' + config.urlParams.userOrGroupId + '',
|
|
9106
9104
|
method: 'delete',
|
|
9107
9105
|
body: null,
|
|
@@ -9430,7 +9428,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
9430
9428
|
function createResourceRequest$p(config) {
|
|
9431
9429
|
const headers = {};
|
|
9432
9430
|
return {
|
|
9433
|
-
baseUri: '/services/data/
|
|
9431
|
+
baseUri: '/services/data/v66.0',
|
|
9434
9432
|
basePath: '/tableau/slack/channels',
|
|
9435
9433
|
method: 'get',
|
|
9436
9434
|
body: null,
|
|
@@ -9553,7 +9551,7 @@ function ingestSuccess$l(luvio, resourceParams, response) {
|
|
|
9553
9551
|
function createResourceRequest$o(config) {
|
|
9554
9552
|
const headers = {};
|
|
9555
9553
|
return {
|
|
9556
|
-
baseUri: '/services/data/
|
|
9554
|
+
baseUri: '/services/data/v66.0',
|
|
9557
9555
|
basePath: '/tableau/slack/channels',
|
|
9558
9556
|
method: 'post',
|
|
9559
9557
|
body: config.body,
|
|
@@ -9734,7 +9732,7 @@ function ingestSuccess$k(luvio, resourceParams, response) {
|
|
|
9734
9732
|
function createResourceRequest$n(config) {
|
|
9735
9733
|
const headers = {};
|
|
9736
9734
|
return {
|
|
9737
|
-
baseUri: '/services/data/
|
|
9735
|
+
baseUri: '/services/data/v66.0',
|
|
9738
9736
|
basePath: '/tableau/users/query',
|
|
9739
9737
|
method: 'post',
|
|
9740
9738
|
body: config.body,
|
|
@@ -10130,7 +10128,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
10130
10128
|
function createResourceRequest$m(config) {
|
|
10131
10129
|
const headers = {};
|
|
10132
10130
|
return {
|
|
10133
|
-
baseUri: '/services/data/
|
|
10131
|
+
baseUri: '/services/data/v66.0',
|
|
10134
10132
|
basePath: '/tableau/visualizations',
|
|
10135
10133
|
method: 'get',
|
|
10136
10134
|
body: null,
|
|
@@ -10255,7 +10253,7 @@ function ingestSuccess$i(luvio, resourceParams, response) {
|
|
|
10255
10253
|
function createResourceRequest$l(config) {
|
|
10256
10254
|
const headers = {};
|
|
10257
10255
|
return {
|
|
10258
|
-
baseUri: '/services/data/
|
|
10256
|
+
baseUri: '/services/data/v66.0',
|
|
10259
10257
|
basePath: '/tableau/visualizations',
|
|
10260
10258
|
method: 'post',
|
|
10261
10259
|
body: config.body,
|
|
@@ -10433,7 +10431,7 @@ function evictSuccess$2(luvio, resourceParams) {
|
|
|
10433
10431
|
function createResourceRequest$k(config) {
|
|
10434
10432
|
const headers = {};
|
|
10435
10433
|
return {
|
|
10436
|
-
baseUri: '/services/data/
|
|
10434
|
+
baseUri: '/services/data/v66.0',
|
|
10437
10435
|
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
10438
10436
|
method: 'delete',
|
|
10439
10437
|
body: null,
|
|
@@ -10534,7 +10532,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
10534
10532
|
function createResourceRequest$j(config) {
|
|
10535
10533
|
const headers = {};
|
|
10536
10534
|
return {
|
|
10537
|
-
baseUri: '/services/data/
|
|
10535
|
+
baseUri: '/services/data/v66.0',
|
|
10538
10536
|
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
10539
10537
|
method: 'get',
|
|
10540
10538
|
body: null,
|
|
@@ -10658,7 +10656,7 @@ function ingestSuccess$g(luvio, resourceParams, response) {
|
|
|
10658
10656
|
function createResourceRequest$i(config) {
|
|
10659
10657
|
const headers = {};
|
|
10660
10658
|
return {
|
|
10661
|
-
baseUri: '/services/data/
|
|
10659
|
+
baseUri: '/services/data/v66.0',
|
|
10662
10660
|
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '',
|
|
10663
10661
|
method: 'patch',
|
|
10664
10662
|
body: config.body,
|
|
@@ -10936,7 +10934,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
10936
10934
|
function createResourceRequest$h(config) {
|
|
10937
10935
|
const headers = {};
|
|
10938
10936
|
return {
|
|
10939
|
-
baseUri: '/services/data/
|
|
10937
|
+
baseUri: '/services/data/v66.0',
|
|
10940
10938
|
basePath: '/tableau/visualizations/' + config.urlParams.visualizationIdOrApiName + '/bundle',
|
|
10941
10939
|
method: 'get',
|
|
10942
10940
|
body: null,
|
|
@@ -11281,7 +11279,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
11281
11279
|
function createResourceRequest$g(config) {
|
|
11282
11280
|
const headers = {};
|
|
11283
11281
|
return {
|
|
11284
|
-
baseUri: '/services/data/
|
|
11282
|
+
baseUri: '/services/data/v66.0',
|
|
11285
11283
|
basePath: '/tableau/workspaces',
|
|
11286
11284
|
method: 'get',
|
|
11287
11285
|
body: null,
|
|
@@ -11405,7 +11403,7 @@ function ingestSuccess$d(luvio, resourceParams, response) {
|
|
|
11405
11403
|
function createResourceRequest$f(config) {
|
|
11406
11404
|
const headers = {};
|
|
11407
11405
|
return {
|
|
11408
|
-
baseUri: '/services/data/
|
|
11406
|
+
baseUri: '/services/data/v66.0',
|
|
11409
11407
|
basePath: '/tableau/workspaces',
|
|
11410
11408
|
method: 'post',
|
|
11411
11409
|
body: config.body,
|
|
@@ -11492,7 +11490,7 @@ function evictSuccess$1(luvio, resourceParams) {
|
|
|
11492
11490
|
function createResourceRequest$e(config) {
|
|
11493
11491
|
const headers = {};
|
|
11494
11492
|
return {
|
|
11495
|
-
baseUri: '/services/data/
|
|
11493
|
+
baseUri: '/services/data/v66.0',
|
|
11496
11494
|
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
11497
11495
|
method: 'delete',
|
|
11498
11496
|
body: null,
|
|
@@ -11593,7 +11591,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
11593
11591
|
function createResourceRequest$d(config) {
|
|
11594
11592
|
const headers = {};
|
|
11595
11593
|
return {
|
|
11596
|
-
baseUri: '/services/data/
|
|
11594
|
+
baseUri: '/services/data/v66.0',
|
|
11597
11595
|
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
11598
11596
|
method: 'get',
|
|
11599
11597
|
body: null,
|
|
@@ -11716,7 +11714,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
11716
11714
|
function createResourceRequest$c(config) {
|
|
11717
11715
|
const headers = {};
|
|
11718
11716
|
return {
|
|
11719
|
-
baseUri: '/services/data/
|
|
11717
|
+
baseUri: '/services/data/v66.0',
|
|
11720
11718
|
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '',
|
|
11721
11719
|
method: 'patch',
|
|
11722
11720
|
body: config.body,
|
|
@@ -11901,7 +11899,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
11901
11899
|
function createResourceRequest$b(config) {
|
|
11902
11900
|
const headers = {};
|
|
11903
11901
|
return {
|
|
11904
|
-
baseUri: '/services/data/
|
|
11902
|
+
baseUri: '/services/data/v66.0',
|
|
11905
11903
|
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '/assets',
|
|
11906
11904
|
method: 'post',
|
|
11907
11905
|
body: config.body,
|
|
@@ -11988,7 +11986,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
11988
11986
|
function createResourceRequest$a(config) {
|
|
11989
11987
|
const headers = {};
|
|
11990
11988
|
return {
|
|
11991
|
-
baseUri: '/services/data/
|
|
11989
|
+
baseUri: '/services/data/v66.0',
|
|
11992
11990
|
basePath: '/tableau/workspaces/' + config.urlParams.workspaceIdOrApiName + '/assets/' + config.urlParams.assetId + '',
|
|
11993
11991
|
method: 'delete',
|
|
11994
11992
|
body: null,
|
|
@@ -12375,7 +12373,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
12375
12373
|
function createResourceRequest$9(config) {
|
|
12376
12374
|
const headers = {};
|
|
12377
12375
|
return {
|
|
12378
|
-
baseUri: '/services/data/
|
|
12376
|
+
baseUri: '/services/data/v66.0',
|
|
12379
12377
|
basePath: '/tableau/flows',
|
|
12380
12378
|
method: 'get',
|
|
12381
12379
|
body: null,
|
|
@@ -12508,7 +12506,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
12508
12506
|
function createResourceRequest$8(config) {
|
|
12509
12507
|
const headers = {};
|
|
12510
12508
|
return {
|
|
12511
|
-
baseUri: '/services/data/
|
|
12509
|
+
baseUri: '/services/data/v66.0',
|
|
12512
12510
|
basePath: '/tableau/flows/' + config.urlParams.flowApiName + '',
|
|
12513
12511
|
method: 'get',
|
|
12514
12512
|
body: null,
|
|
@@ -12722,7 +12720,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
12722
12720
|
function createResourceRequest$7(config) {
|
|
12723
12721
|
const headers = {};
|
|
12724
12722
|
return {
|
|
12725
|
-
baseUri: '/services/data/
|
|
12723
|
+
baseUri: '/services/data/v66.0',
|
|
12726
12724
|
basePath: '/tableau/subscriptions/digest/' + config.urlParams.digestConfigOwner + '',
|
|
12727
12725
|
method: 'get',
|
|
12728
12726
|
body: null,
|
|
@@ -12845,7 +12843,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
12845
12843
|
function createResourceRequest$6(config) {
|
|
12846
12844
|
const headers = {};
|
|
12847
12845
|
return {
|
|
12848
|
-
baseUri: '/services/data/
|
|
12846
|
+
baseUri: '/services/data/v66.0',
|
|
12849
12847
|
basePath: '/tableau/subscriptions/digest/' + config.urlParams.digestConfigOwner + '',
|
|
12850
12848
|
method: 'patch',
|
|
12851
12849
|
body: config.body,
|
|
@@ -13076,7 +13074,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
13076
13074
|
function createResourceRequest$5(config) {
|
|
13077
13075
|
const headers = {};
|
|
13078
13076
|
return {
|
|
13079
|
-
baseUri: '/services/data/
|
|
13077
|
+
baseUri: '/services/data/v66.0',
|
|
13080
13078
|
basePath: '/tableau/library/assets/query',
|
|
13081
13079
|
method: 'post',
|
|
13082
13080
|
body: config.body,
|
|
@@ -13317,7 +13315,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
13317
13315
|
function createResourceRequest$4(config) {
|
|
13318
13316
|
const headers = {};
|
|
13319
13317
|
return {
|
|
13320
|
-
baseUri: '/services/data/
|
|
13318
|
+
baseUri: '/services/data/v66.0',
|
|
13321
13319
|
basePath: '/ssot/sf-drive/actions/generate-credential',
|
|
13322
13320
|
method: 'post',
|
|
13323
13321
|
body: config.body,
|
|
@@ -13491,7 +13489,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
13491
13489
|
function createResourceRequest$3(config) {
|
|
13492
13490
|
const headers = {};
|
|
13493
13491
|
return {
|
|
13494
|
-
baseUri: '/services/data/
|
|
13492
|
+
baseUri: '/services/data/v66.0',
|
|
13495
13493
|
basePath: '/tableau/marketplace/listings/' + config.urlParams.listingId + '/install',
|
|
13496
13494
|
method: 'get',
|
|
13497
13495
|
body: null,
|
|
@@ -13725,7 +13723,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
13725
13723
|
function createResourceRequest$2(config) {
|
|
13726
13724
|
const headers = {};
|
|
13727
13725
|
return {
|
|
13728
|
-
baseUri: '/services/data/
|
|
13726
|
+
baseUri: '/services/data/v66.0',
|
|
13729
13727
|
basePath: '/tableau/marketplace/installations/' + config.urlParams.installationId + '',
|
|
13730
13728
|
method: 'get',
|
|
13731
13729
|
body: null,
|
|
@@ -13912,7 +13910,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
13912
13910
|
function createResourceRequest$1(config) {
|
|
13913
13911
|
const headers = {};
|
|
13914
13912
|
return {
|
|
13915
|
-
baseUri: '/services/data/
|
|
13913
|
+
baseUri: '/services/data/v66.0',
|
|
13916
13914
|
basePath: '/tableau/marketplace/templates',
|
|
13917
13915
|
method: 'post',
|
|
13918
13916
|
body: config.body,
|
|
@@ -14095,7 +14093,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
14095
14093
|
function createResourceRequest(config) {
|
|
14096
14094
|
const headers = {};
|
|
14097
14095
|
return {
|
|
14098
|
-
baseUri: '/services/data/
|
|
14096
|
+
baseUri: '/services/data/v66.0',
|
|
14099
14097
|
basePath: '/tableau/marketplace/listings',
|
|
14100
14098
|
method: 'post',
|
|
14101
14099
|
body: config.body,
|
|
@@ -14161,4 +14159,4 @@ const publishToMarketplaceAdapterFactory = (luvio) => {
|
|
|
14161
14159
|
};
|
|
14162
14160
|
};
|
|
14163
14161
|
|
|
14164
|
-
export { createAnnotationAdapterFactory, createAssetSlackChannelAdapterFactory, createDashboardAdapterFactory, createDataAlertAdapterFactory, createDataAssetRequestAdapterFactory, createLoglinesAdapterFactory, createRecordSharesAdapterFactory, createTemplateAdapterFactory, createVisualizationAdapterFactory, createWorkspaceAdapterFactory, createWorkspaceAssetAdapterFactory, deleteAllSharesAdapterFactory, deleteDashboardAdapterFactory, deleteDataAlertAdapterFactory, deleteRecordShareAdapterFactory, deleteVisualizationAdapterFactory, deleteWorkspaceAdapterFactory, deleteWorkspaceAssetAdapterFactory, followAdapterFactory, generateSFDriveCredentialsAdapterFactory, getAnnotationsAdapterFactory, getAssetSlackChannelsAdapterFactory, getDashboardByNameAdapterFactory, getDashboardsAdapterFactory, getDataAlertAdapterFactory, getDataAlertCollectionAdapterFactory, getDataAssetDependenciesAdapterFactory, getDataAssetRequestByIdOrApiNameAdapterFactory, getDataAssetRequestsAdapterFactory, getDataAssetRequestsCountAdapterFactory, getFlowByNameAdapterFactory, getFlowsAdapterFactory, getFollowedAssetsAdapterFactory, getFollowersAdapterFactory, getMarketplaceListingInstallationProgressAdapterFactory, getOrgAdapterFactory, getSharesAdapterFactory, getSlackAppInfoAdapterFactory, getSubscriptionDigestConfigAdapterFactory, getUnifiedAnalyticsLibraryAssetsAdapterFactory, getUniqueFollowerCountAdapterFactory, getVisualizationAdapterFactory, getVisualizationBundleAdapterFactory, getVisualizationsAdapterFactory, getWorkspaceByIdOrNameAdapterFactory, getWorkspacesAdapterFactory, initiateMarketplaceListingInstallationAdapterFactory, postDataAlertRunAdapterFactory, publishAdapterFactory, publishToMarketplaceAdapterFactory, queryAssetsAdapterFactory, queryUsersAdapterFactory, unfollowAdapterFactory, updateDashboardAdapterFactory, updateDataAlertAdapterFactory, updateDataAssetRequestAdapterFactory, updateFollowedAssetAdapterFactory, updateRecordSharesAdapterFactory, updateSubscriptionDigestConfigAdapterFactory, updateVisualizationAdapterFactory, updateWorkspaceAdapterFactory };
|
|
14162
|
+
export { createAnnotationAdapterFactory, createAssetSlackChannelAdapterFactory, createDashboardAdapterFactory, createDataAlertAdapterFactory, createDataAssetRequestAdapterFactory, createLoglinesAdapterFactory, createRecordSharesAdapterFactory, createTemplateAdapterFactory, createVisualizationAdapterFactory, createWorkspaceAdapterFactory, createWorkspaceAssetAdapterFactory, deleteAllSharesAdapterFactory, deleteDashboardAdapterFactory, deleteDataAlertAdapterFactory, deleteRecordShareAdapterFactory, deleteVisualizationAdapterFactory, deleteWorkspaceAdapterFactory, deleteWorkspaceAssetAdapterFactory, followAdapterFactory, generateSFDriveCredentialsAdapterFactory, getAnnotationsAdapterFactory, getAssetSlackChannelsAdapterFactory, getDashboardByNameAdapterFactory, getDashboardsAdapterFactory, getDataAlertAdapterFactory, getDataAlertCollectionAdapterFactory, getDataAssetDependenciesAdapterFactory, getDataAssetRequestByIdOrApiNameAdapterFactory, getDataAssetRequestsAdapterFactory, getDataAssetRequestsCountAdapterFactory, getFlowByNameAdapterFactory, getFlowsAdapterFactory, getFollowedAssetsAdapterFactory, getFollowersAdapterFactory, getMarketplaceListingInstallationProgressAdapterFactory, getOrgAdapterFactory, getSharesAdapterFactory, getSlackAppInfoAdapterFactory, getSubscriptionDigestConfigAdapterFactory, getUnifiedAnalyticsLibraryAssetsAdapterFactory, getUniqueFollowerCountAdapterFactory, getVisualizationAdapterFactory, getVisualizationBundleAdapterFactory, getVisualizationsAdapterFactory, getWorkspaceByIdOrNameAdapterFactory, getWorkspacesAdapterFactory, initiateMarketplaceListingInstallationAdapterFactory, notifyUpdateAvailableFactory as notifySharesUpdateAvailableFactory, postDataAlertRunAdapterFactory, publishAdapterFactory, publishToMarketplaceAdapterFactory, queryAssetsAdapterFactory, queryUsersAdapterFactory, unfollowAdapterFactory, updateDashboardAdapterFactory, updateDataAlertAdapterFactory, updateDataAssetRequestAdapterFactory, updateFollowedAssetAdapterFactory, updateRecordSharesAdapterFactory, updateSubscriptionDigestConfigAdapterFactory, updateVisualizationAdapterFactory, updateWorkspaceAdapterFactory };
|