@salesforce/lds-adapters-cdp-data-clean-room 1.412.1 → 1.413.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/cdp-data-clean-room.js +12 -12
- package/package.json +3 -3
- package/sfdc/index.js +13 -13
- package/src/raml/api.raml +1 -1
|
@@ -633,7 +633,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
633
633
|
function createResourceRequest$b(config) {
|
|
634
634
|
const headers = {};
|
|
635
635
|
return {
|
|
636
|
-
baseUri: '/services/data/
|
|
636
|
+
baseUri: '/services/data/v67.0',
|
|
637
637
|
basePath: '/ssot/data-clean-room/providers',
|
|
638
638
|
method: 'get',
|
|
639
639
|
body: null,
|
|
@@ -1074,7 +1074,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1074
1074
|
function createResourceRequest$a(config) {
|
|
1075
1075
|
const headers = {};
|
|
1076
1076
|
return {
|
|
1077
|
-
baseUri: '/services/data/
|
|
1077
|
+
baseUri: '/services/data/v67.0',
|
|
1078
1078
|
basePath: '/ssot/data-clean-room/providers',
|
|
1079
1079
|
method: 'post',
|
|
1080
1080
|
body: config.body,
|
|
@@ -2032,7 +2032,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2032
2032
|
function createResourceRequest$9(config) {
|
|
2033
2033
|
const headers = {};
|
|
2034
2034
|
return {
|
|
2035
|
-
baseUri: '/services/data/
|
|
2035
|
+
baseUri: '/services/data/v67.0',
|
|
2036
2036
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2037
2037
|
method: 'get',
|
|
2038
2038
|
body: null,
|
|
@@ -2158,7 +2158,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
2158
2158
|
function createResourceRequest$8(config) {
|
|
2159
2159
|
const headers = {};
|
|
2160
2160
|
return {
|
|
2161
|
-
baseUri: '/services/data/
|
|
2161
|
+
baseUri: '/services/data/v67.0',
|
|
2162
2162
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2163
2163
|
method: 'post',
|
|
2164
2164
|
body: config.body,
|
|
@@ -2668,7 +2668,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
2668
2668
|
function createResourceRequest$7(config) {
|
|
2669
2669
|
const headers = {};
|
|
2670
2670
|
return {
|
|
2671
|
-
baseUri: '/services/data/
|
|
2671
|
+
baseUri: '/services/data/v67.0',
|
|
2672
2672
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
2673
2673
|
method: 'get',
|
|
2674
2674
|
body: null,
|
|
@@ -2794,7 +2794,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
2794
2794
|
function createResourceRequest$6(config) {
|
|
2795
2795
|
const headers = {};
|
|
2796
2796
|
return {
|
|
2797
|
-
baseUri: '/services/data/
|
|
2797
|
+
baseUri: '/services/data/v67.0',
|
|
2798
2798
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
2799
2799
|
method: 'post',
|
|
2800
2800
|
body: config.body,
|
|
@@ -3017,7 +3017,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3017
3017
|
function createResourceRequest$5(config) {
|
|
3018
3018
|
const headers = {};
|
|
3019
3019
|
return {
|
|
3020
|
-
baseUri: '/services/data/
|
|
3020
|
+
baseUri: '/services/data/v67.0',
|
|
3021
3021
|
basePath: '/ssot/data-clean-room/templates',
|
|
3022
3022
|
method: 'get',
|
|
3023
3023
|
body: null,
|
|
@@ -3143,7 +3143,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3143
3143
|
function createResourceRequest$4(config) {
|
|
3144
3144
|
const headers = {};
|
|
3145
3145
|
return {
|
|
3146
|
-
baseUri: '/services/data/
|
|
3146
|
+
baseUri: '/services/data/v67.0',
|
|
3147
3147
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
3148
3148
|
method: 'post',
|
|
3149
3149
|
body: config.body,
|
|
@@ -3235,7 +3235,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
3235
3235
|
function createResourceRequest$3(config) {
|
|
3236
3236
|
const headers = {};
|
|
3237
3237
|
return {
|
|
3238
|
-
baseUri: '/services/data/
|
|
3238
|
+
baseUri: '/services/data/v67.0',
|
|
3239
3239
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3240
3240
|
method: 'post',
|
|
3241
3241
|
body: config.body,
|
|
@@ -3519,7 +3519,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
3519
3519
|
function createResourceRequest$2(config) {
|
|
3520
3520
|
const headers = {};
|
|
3521
3521
|
return {
|
|
3522
|
-
baseUri: '/services/data/
|
|
3522
|
+
baseUri: '/services/data/v67.0',
|
|
3523
3523
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/run',
|
|
3524
3524
|
method: 'post',
|
|
3525
3525
|
body: config.body,
|
|
@@ -3739,7 +3739,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3739
3739
|
function createResourceRequest$1(config) {
|
|
3740
3740
|
const headers = {};
|
|
3741
3741
|
return {
|
|
3742
|
-
baseUri: '/services/data/
|
|
3742
|
+
baseUri: '/services/data/v67.0',
|
|
3743
3743
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/jobs',
|
|
3744
3744
|
method: 'get',
|
|
3745
3745
|
body: null,
|
|
@@ -3875,7 +3875,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3875
3875
|
function createResourceRequest(config) {
|
|
3876
3876
|
const headers = {};
|
|
3877
3877
|
return {
|
|
3878
|
-
baseUri: '/services/data/
|
|
3878
|
+
baseUri: '/services/data/v67.0',
|
|
3879
3879
|
basePath: '/ssot/data-clean-room/providers/' + config.urlParams.providerIdOrName + '/templates',
|
|
3880
3880
|
method: 'get',
|
|
3881
3881
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "API's related to Data Clean Room Feature",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-data-clean-room.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -230,7 +230,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
230
230
|
function createResourceRequest$b(config) {
|
|
231
231
|
const headers = {};
|
|
232
232
|
return {
|
|
233
|
-
baseUri: '/services/data/
|
|
233
|
+
baseUri: '/services/data/v67.0',
|
|
234
234
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
235
235
|
method: 'post',
|
|
236
236
|
body: config.body,
|
|
@@ -654,7 +654,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
654
654
|
function createResourceRequest$a(config) {
|
|
655
655
|
const headers = {};
|
|
656
656
|
return {
|
|
657
|
-
baseUri: '/services/data/
|
|
657
|
+
baseUri: '/services/data/v67.0',
|
|
658
658
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
659
659
|
method: 'post',
|
|
660
660
|
body: config.body,
|
|
@@ -1245,7 +1245,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1245
1245
|
function createResourceRequest$9(config) {
|
|
1246
1246
|
const headers = {};
|
|
1247
1247
|
return {
|
|
1248
|
-
baseUri: '/services/data/
|
|
1248
|
+
baseUri: '/services/data/v67.0',
|
|
1249
1249
|
basePath: '/ssot/data-clean-room/specifications',
|
|
1250
1250
|
method: 'post',
|
|
1251
1251
|
body: config.body,
|
|
@@ -1897,7 +1897,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
1897
1897
|
function createResourceRequest$8(config) {
|
|
1898
1898
|
const headers = {};
|
|
1899
1899
|
return {
|
|
1900
|
-
baseUri: '/services/data/
|
|
1900
|
+
baseUri: '/services/data/v67.0',
|
|
1901
1901
|
basePath: '/ssot/data-clean-room/providers',
|
|
1902
1902
|
method: 'post',
|
|
1903
1903
|
body: config.body,
|
|
@@ -2206,7 +2206,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2206
2206
|
function createResourceRequest$7(config) {
|
|
2207
2207
|
const headers = {};
|
|
2208
2208
|
return {
|
|
2209
|
-
baseUri: '/services/data/
|
|
2209
|
+
baseUri: '/services/data/v67.0',
|
|
2210
2210
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/run',
|
|
2211
2211
|
method: 'post',
|
|
2212
2212
|
body: config.body,
|
|
@@ -2426,7 +2426,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2426
2426
|
function createResourceRequest$6(config) {
|
|
2427
2427
|
const headers = {};
|
|
2428
2428
|
return {
|
|
2429
|
-
baseUri: '/services/data/
|
|
2429
|
+
baseUri: '/services/data/v67.0',
|
|
2430
2430
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/jobs',
|
|
2431
2431
|
method: 'get',
|
|
2432
2432
|
body: null,
|
|
@@ -2678,7 +2678,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2678
2678
|
function createResourceRequest$5(config) {
|
|
2679
2679
|
const headers = {};
|
|
2680
2680
|
return {
|
|
2681
|
-
baseUri: '/services/data/
|
|
2681
|
+
baseUri: '/services/data/v67.0',
|
|
2682
2682
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
2683
2683
|
method: 'get',
|
|
2684
2684
|
body: null,
|
|
@@ -3054,7 +3054,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3054
3054
|
function createResourceRequest$4(config) {
|
|
3055
3055
|
const headers = {};
|
|
3056
3056
|
return {
|
|
3057
|
-
baseUri: '/services/data/
|
|
3057
|
+
baseUri: '/services/data/v67.0',
|
|
3058
3058
|
basePath: '/ssot/data-clean-room/providers',
|
|
3059
3059
|
method: 'get',
|
|
3060
3060
|
body: null,
|
|
@@ -3408,7 +3408,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3408
3408
|
function createResourceRequest$3(config) {
|
|
3409
3409
|
const headers = {};
|
|
3410
3410
|
return {
|
|
3411
|
-
baseUri: '/services/data/
|
|
3411
|
+
baseUri: '/services/data/v67.0',
|
|
3412
3412
|
basePath: '/ssot/data-clean-room/specifications',
|
|
3413
3413
|
method: 'get',
|
|
3414
3414
|
body: null,
|
|
@@ -3659,7 +3659,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
3659
3659
|
function createResourceRequest$2(config) {
|
|
3660
3660
|
const headers = {};
|
|
3661
3661
|
return {
|
|
3662
|
-
baseUri: '/services/data/
|
|
3662
|
+
baseUri: '/services/data/v67.0',
|
|
3663
3663
|
basePath: '/ssot/data-clean-room/templates',
|
|
3664
3664
|
method: 'get',
|
|
3665
3665
|
body: null,
|
|
@@ -3794,7 +3794,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
3794
3794
|
function createResourceRequest$1(config) {
|
|
3795
3795
|
const headers = {};
|
|
3796
3796
|
return {
|
|
3797
|
-
baseUri: '/services/data/
|
|
3797
|
+
baseUri: '/services/data/v67.0',
|
|
3798
3798
|
basePath: '/ssot/data-clean-room/providers/' + config.urlParams.providerIdOrName + '/templates',
|
|
3799
3799
|
method: 'get',
|
|
3800
3800
|
body: null,
|
|
@@ -3921,7 +3921,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
3921
3921
|
function createResourceRequest(config) {
|
|
3922
3922
|
const headers = {};
|
|
3923
3923
|
return {
|
|
3924
|
-
baseUri: '/services/data/
|
|
3924
|
+
baseUri: '/services/data/v67.0',
|
|
3925
3925
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3926
3926
|
method: 'post',
|
|
3927
3927
|
body: config.body,
|
|
@@ -4089,4 +4089,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4089
4089
|
});
|
|
4090
4090
|
|
|
4091
4091
|
export { acceptDataCleanRoomInvitation, createDataCleanRoomCollaboration, createDataCleanRoomSpecification, createProvider, executeDataCleanRoomQuery, getAllDataCleanRoomQueryPaginated, getAllDataCleanRoomQueryPaginated_imperative, getAllDataCleanRoomsPaginated, getAllDataCleanRoomsPaginated_imperative, getDataCleanRoomProvidersPaginated, getDataCleanRoomProvidersPaginated_imperative, getDataCleanRoomSpecificationsPaginated, getDataCleanRoomSpecificationsPaginated_imperative, getDataCleanRoomTemplatePaginated, getDataCleanRoomTemplatePaginated_imperative, getDataCleanRoomTemplatesByProviderIdPaginated, getDataCleanRoomTemplatesByProviderIdPaginated_imperative, rejectDataCleanRoomInvitation };
|
|
4092
|
-
// version: 1.
|
|
4092
|
+
// version: 1.413.0-8cd312301b
|