@salesforce/lds-adapters-cdp-data-clean-room 1.431.0 → 1.432.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
|
@@ -648,7 +648,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
648
648
|
function createResourceRequest$b(config) {
|
|
649
649
|
const headers = {};
|
|
650
650
|
return {
|
|
651
|
-
baseUri: '/services/data/
|
|
651
|
+
baseUri: '/services/data/v68.0',
|
|
652
652
|
basePath: '/ssot/data-clean-room/providers',
|
|
653
653
|
method: 'get',
|
|
654
654
|
body: null,
|
|
@@ -1196,7 +1196,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1196
1196
|
function createResourceRequest$a(config) {
|
|
1197
1197
|
const headers = {};
|
|
1198
1198
|
return {
|
|
1199
|
-
baseUri: '/services/data/
|
|
1199
|
+
baseUri: '/services/data/v68.0',
|
|
1200
1200
|
basePath: '/ssot/data-clean-room/providers',
|
|
1201
1201
|
method: 'post',
|
|
1202
1202
|
body: config.body,
|
|
@@ -2431,7 +2431,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2431
2431
|
function createResourceRequest$9(config) {
|
|
2432
2432
|
const headers = {};
|
|
2433
2433
|
return {
|
|
2434
|
-
baseUri: '/services/data/
|
|
2434
|
+
baseUri: '/services/data/v68.0',
|
|
2435
2435
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2436
2436
|
method: 'get',
|
|
2437
2437
|
body: null,
|
|
@@ -2557,7 +2557,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
2557
2557
|
function createResourceRequest$8(config) {
|
|
2558
2558
|
const headers = {};
|
|
2559
2559
|
return {
|
|
2560
|
-
baseUri: '/services/data/
|
|
2560
|
+
baseUri: '/services/data/v68.0',
|
|
2561
2561
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2562
2562
|
method: 'post',
|
|
2563
2563
|
body: config.body,
|
|
@@ -3166,7 +3166,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3166
3166
|
function createResourceRequest$7(config) {
|
|
3167
3167
|
const headers = {};
|
|
3168
3168
|
return {
|
|
3169
|
-
baseUri: '/services/data/
|
|
3169
|
+
baseUri: '/services/data/v68.0',
|
|
3170
3170
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
3171
3171
|
method: 'get',
|
|
3172
3172
|
body: null,
|
|
@@ -3292,7 +3292,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
3292
3292
|
function createResourceRequest$6(config) {
|
|
3293
3293
|
const headers = {};
|
|
3294
3294
|
return {
|
|
3295
|
-
baseUri: '/services/data/
|
|
3295
|
+
baseUri: '/services/data/v68.0',
|
|
3296
3296
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
3297
3297
|
method: 'post',
|
|
3298
3298
|
body: config.body,
|
|
@@ -3515,7 +3515,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3515
3515
|
function createResourceRequest$5(config) {
|
|
3516
3516
|
const headers = {};
|
|
3517
3517
|
return {
|
|
3518
|
-
baseUri: '/services/data/
|
|
3518
|
+
baseUri: '/services/data/v68.0',
|
|
3519
3519
|
basePath: '/ssot/data-clean-room/templates',
|
|
3520
3520
|
method: 'get',
|
|
3521
3521
|
body: null,
|
|
@@ -3686,7 +3686,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3686
3686
|
function createResourceRequest$4(config) {
|
|
3687
3687
|
const headers = {};
|
|
3688
3688
|
return {
|
|
3689
|
-
baseUri: '/services/data/
|
|
3689
|
+
baseUri: '/services/data/v68.0',
|
|
3690
3690
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
3691
3691
|
method: 'post',
|
|
3692
3692
|
body: config.body,
|
|
@@ -3793,7 +3793,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
3793
3793
|
function createResourceRequest$3(config) {
|
|
3794
3794
|
const headers = {};
|
|
3795
3795
|
return {
|
|
3796
|
-
baseUri: '/services/data/
|
|
3796
|
+
baseUri: '/services/data/v68.0',
|
|
3797
3797
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3798
3798
|
method: 'post',
|
|
3799
3799
|
body: config.body,
|
|
@@ -4077,7 +4077,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4077
4077
|
function createResourceRequest$2(config) {
|
|
4078
4078
|
const headers = {};
|
|
4079
4079
|
return {
|
|
4080
|
-
baseUri: '/services/data/
|
|
4080
|
+
baseUri: '/services/data/v68.0',
|
|
4081
4081
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/run',
|
|
4082
4082
|
method: 'post',
|
|
4083
4083
|
body: config.body,
|
|
@@ -4297,7 +4297,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4297
4297
|
function createResourceRequest$1(config) {
|
|
4298
4298
|
const headers = {};
|
|
4299
4299
|
return {
|
|
4300
|
-
baseUri: '/services/data/
|
|
4300
|
+
baseUri: '/services/data/v68.0',
|
|
4301
4301
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/jobs',
|
|
4302
4302
|
method: 'get',
|
|
4303
4303
|
body: null,
|
|
@@ -4433,7 +4433,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4433
4433
|
function createResourceRequest(config) {
|
|
4434
4434
|
const headers = {};
|
|
4435
4435
|
return {
|
|
4436
|
-
baseUri: '/services/data/
|
|
4436
|
+
baseUri: '/services/data/v68.0',
|
|
4437
4437
|
basePath: '/ssot/data-clean-room/providers/' + config.urlParams.providerIdOrName + '/templates',
|
|
4438
4438
|
method: 'get',
|
|
4439
4439
|
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.432.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.432.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -375,7 +375,7 @@ function ingestSuccess$b(luvio, resourceParams, response) {
|
|
|
375
375
|
function createResourceRequest$b(config) {
|
|
376
376
|
const headers = {};
|
|
377
377
|
return {
|
|
378
|
-
baseUri: '/services/data/
|
|
378
|
+
baseUri: '/services/data/v68.0',
|
|
379
379
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
380
380
|
method: 'post',
|
|
381
381
|
body: config.body,
|
|
@@ -1089,7 +1089,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1089
1089
|
function createResourceRequest$a(config) {
|
|
1090
1090
|
const headers = {};
|
|
1091
1091
|
return {
|
|
1092
|
-
baseUri: '/services/data/
|
|
1092
|
+
baseUri: '/services/data/v68.0',
|
|
1093
1093
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
1094
1094
|
method: 'post',
|
|
1095
1095
|
body: config.body,
|
|
@@ -1680,7 +1680,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
|
|
|
1680
1680
|
function createResourceRequest$9(config) {
|
|
1681
1681
|
const headers = {};
|
|
1682
1682
|
return {
|
|
1683
|
-
baseUri: '/services/data/
|
|
1683
|
+
baseUri: '/services/data/v68.0',
|
|
1684
1684
|
basePath: '/ssot/data-clean-room/specifications',
|
|
1685
1685
|
method: 'post',
|
|
1686
1686
|
body: config.body,
|
|
@@ -2453,7 +2453,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
2453
2453
|
function createResourceRequest$8(config) {
|
|
2454
2454
|
const headers = {};
|
|
2455
2455
|
return {
|
|
2456
|
-
baseUri: '/services/data/
|
|
2456
|
+
baseUri: '/services/data/v68.0',
|
|
2457
2457
|
basePath: '/ssot/data-clean-room/providers',
|
|
2458
2458
|
method: 'post',
|
|
2459
2459
|
body: config.body,
|
|
@@ -2764,7 +2764,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
|
|
|
2764
2764
|
function createResourceRequest$7(config) {
|
|
2765
2765
|
const headers = {};
|
|
2766
2766
|
return {
|
|
2767
|
-
baseUri: '/services/data/
|
|
2767
|
+
baseUri: '/services/data/v68.0',
|
|
2768
2768
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/run',
|
|
2769
2769
|
method: 'post',
|
|
2770
2770
|
body: config.body,
|
|
@@ -2984,7 +2984,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
2984
2984
|
function createResourceRequest$6(config) {
|
|
2985
2985
|
const headers = {};
|
|
2986
2986
|
return {
|
|
2987
|
-
baseUri: '/services/data/
|
|
2987
|
+
baseUri: '/services/data/v68.0',
|
|
2988
2988
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/jobs',
|
|
2989
2989
|
method: 'get',
|
|
2990
2990
|
body: null,
|
|
@@ -3236,7 +3236,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
3236
3236
|
function createResourceRequest$5(config) {
|
|
3237
3237
|
const headers = {};
|
|
3238
3238
|
return {
|
|
3239
|
-
baseUri: '/services/data/
|
|
3239
|
+
baseUri: '/services/data/v68.0',
|
|
3240
3240
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
3241
3241
|
method: 'get',
|
|
3242
3242
|
body: null,
|
|
@@ -3612,7 +3612,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3612
3612
|
function createResourceRequest$4(config) {
|
|
3613
3613
|
const headers = {};
|
|
3614
3614
|
return {
|
|
3615
|
-
baseUri: '/services/data/
|
|
3615
|
+
baseUri: '/services/data/v68.0',
|
|
3616
3616
|
basePath: '/ssot/data-clean-room/providers',
|
|
3617
3617
|
method: 'get',
|
|
3618
3618
|
body: null,
|
|
@@ -3966,7 +3966,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3966
3966
|
function createResourceRequest$3(config) {
|
|
3967
3967
|
const headers = {};
|
|
3968
3968
|
return {
|
|
3969
|
-
baseUri: '/services/data/
|
|
3969
|
+
baseUri: '/services/data/v68.0',
|
|
3970
3970
|
basePath: '/ssot/data-clean-room/specifications',
|
|
3971
3971
|
method: 'get',
|
|
3972
3972
|
body: null,
|
|
@@ -4217,7 +4217,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4217
4217
|
function createResourceRequest$2(config) {
|
|
4218
4218
|
const headers = {};
|
|
4219
4219
|
return {
|
|
4220
|
-
baseUri: '/services/data/
|
|
4220
|
+
baseUri: '/services/data/v68.0',
|
|
4221
4221
|
basePath: '/ssot/data-clean-room/templates',
|
|
4222
4222
|
method: 'get',
|
|
4223
4223
|
body: null,
|
|
@@ -4352,7 +4352,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4352
4352
|
function createResourceRequest$1(config) {
|
|
4353
4353
|
const headers = {};
|
|
4354
4354
|
return {
|
|
4355
|
-
baseUri: '/services/data/
|
|
4355
|
+
baseUri: '/services/data/v68.0',
|
|
4356
4356
|
basePath: '/ssot/data-clean-room/providers/' + config.urlParams.providerIdOrName + '/templates',
|
|
4357
4357
|
method: 'get',
|
|
4358
4358
|
body: null,
|
|
@@ -4479,7 +4479,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
4479
4479
|
function createResourceRequest(config) {
|
|
4480
4480
|
const headers = {};
|
|
4481
4481
|
return {
|
|
4482
|
-
baseUri: '/services/data/
|
|
4482
|
+
baseUri: '/services/data/v68.0',
|
|
4483
4483
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
4484
4484
|
method: 'post',
|
|
4485
4485
|
body: config.body,
|
|
@@ -4647,4 +4647,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4647
4647
|
});
|
|
4648
4648
|
|
|
4649
4649
|
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 };
|
|
4650
|
-
// version: 1.
|
|
4650
|
+
// version: 1.432.0-b99ba9d219
|