@salesforce/lds-adapters-cdp-data-clean-room 1.380.0-dev19 → 1.380.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/cdp-data-clean-room.js +24 -8
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/rejectDataCleanRoomInvitation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +6 -3
- package/package.json +3 -3
- package/sfdc/index.js +25 -9
- package/src/raml/api.raml +15 -5
- package/src/raml/luvio.raml +2 -2
- /package/dist/es/es2018/types/src/generated/resources/{putSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts → postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{putSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName.d.ts → postSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName.d.ts} +0 -0
|
@@ -1590,7 +1590,7 @@ function validate$8(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1590
1590
|
return v_error === undefined ? null : v_error;
|
|
1591
1591
|
}
|
|
1592
1592
|
|
|
1593
|
-
const VERSION$7 = "
|
|
1593
|
+
const VERSION$7 = "d45438ed7dbe4f9f483ef33b3d47863e";
|
|
1594
1594
|
function validate$7(obj, path = 'DataCleanRoomDataSpecificationRepresentation') {
|
|
1595
1595
|
const v_error = (() => {
|
|
1596
1596
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1621,10 +1621,19 @@ function validate$7(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
1621
1621
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1622
1622
|
return new TypeError(message);
|
|
1623
1623
|
}
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1624
|
+
if (obj.dataSpaceName !== undefined) {
|
|
1625
|
+
const obj_dataSpaceName = obj.dataSpaceName;
|
|
1626
|
+
const path_dataSpaceName = path + '.dataSpaceName';
|
|
1627
|
+
if (typeof obj_dataSpaceName !== 'string') {
|
|
1628
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceName + '" (at "' + path_dataSpaceName + '")');
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
if (obj.dataspace !== undefined) {
|
|
1632
|
+
const obj_dataspace = obj.dataspace;
|
|
1633
|
+
const path_dataspace = path + '.dataspace';
|
|
1634
|
+
if (obj_dataspace === undefined) {
|
|
1635
|
+
return new TypeError('Expected "defined" but received "' + typeof obj_dataspace + '" (at "' + path_dataspace + '")');
|
|
1636
|
+
}
|
|
1628
1637
|
}
|
|
1629
1638
|
if (obj.description !== undefined) {
|
|
1630
1639
|
const obj_description = obj.description;
|
|
@@ -2327,7 +2336,7 @@ function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2327
2336
|
});
|
|
2328
2337
|
}
|
|
2329
2338
|
|
|
2330
|
-
const VERSION$4 = "
|
|
2339
|
+
const VERSION$4 = "f266e94d40f966349735e07b0c5e0721";
|
|
2331
2340
|
function validate$4(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
2332
2341
|
const v_error = (() => {
|
|
2333
2342
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2364,6 +2373,13 @@ function validate$4(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2364
2373
|
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceName + '" (at "' + path_dataSpaceName + '")');
|
|
2365
2374
|
}
|
|
2366
2375
|
}
|
|
2376
|
+
if (obj.dataspace !== undefined) {
|
|
2377
|
+
const obj_dataspace = obj.dataspace;
|
|
2378
|
+
const path_dataspace = path + '.dataspace';
|
|
2379
|
+
if (obj_dataspace === undefined) {
|
|
2380
|
+
return new TypeError('Expected "defined" but received "' + typeof obj_dataspace + '" (at "' + path_dataspace + '")');
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2367
2383
|
if (obj.description !== undefined) {
|
|
2368
2384
|
const obj_description = obj.description;
|
|
2369
2385
|
const path_description = path + '.description';
|
|
@@ -3129,7 +3145,7 @@ function createResourceRequest$4(config) {
|
|
|
3129
3145
|
return {
|
|
3130
3146
|
baseUri: '/services/data/v65.0',
|
|
3131
3147
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
3132
|
-
method: '
|
|
3148
|
+
method: 'post',
|
|
3133
3149
|
body: config.body,
|
|
3134
3150
|
urlParams: config.urlParams,
|
|
3135
3151
|
queryParams: {},
|
|
@@ -3221,7 +3237,7 @@ function createResourceRequest$3(config) {
|
|
|
3221
3237
|
return {
|
|
3222
3238
|
baseUri: '/services/data/v65.0',
|
|
3223
3239
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3224
|
-
method: '
|
|
3240
|
+
method: 'post',
|
|
3225
3241
|
body: config.body,
|
|
3226
3242
|
urlParams: config.urlParams,
|
|
3227
3243
|
queryParams: {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName_ResourceRequestConfig } from '../resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName';
|
|
4
4
|
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
5
5
|
export declare const adapterName = "acceptDataCleanRoomInvitation";
|
|
6
6
|
export declare const acceptDataCleanRoomInvitation_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -10,7 +10,7 @@ export interface AcceptDataCleanRoomInvitationConfig {
|
|
|
10
10
|
invitationId: string;
|
|
11
11
|
specificationId: string;
|
|
12
12
|
}
|
|
13
|
-
export declare const createResourceParams: (config: AcceptDataCleanRoomInvitationConfig) =>
|
|
13
|
+
export declare const createResourceParams: (config: AcceptDataCleanRoomInvitationConfig) => resources_postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName_ResourceRequestConfig;
|
|
14
14
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>): adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>;
|
|
15
15
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): AcceptDataCleanRoomInvitationConfig | null;
|
|
16
16
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: AcceptDataCleanRoomInvitationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_postSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName_ResourceRequestConfig } from '../resources/postSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName';
|
|
4
4
|
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
5
5
|
export declare const adapterName = "rejectDataCleanRoomInvitation";
|
|
6
6
|
export declare const rejectDataCleanRoomInvitation_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
@@ -9,7 +9,7 @@ export interface RejectDataCleanRoomInvitationConfig {
|
|
|
9
9
|
collaborationIdOrApiName: string;
|
|
10
10
|
invitationId: string;
|
|
11
11
|
}
|
|
12
|
-
export declare const createResourceParams: (config: RejectDataCleanRoomInvitationConfig) =>
|
|
12
|
+
export declare const createResourceParams: (config: RejectDataCleanRoomInvitationConfig) => resources_postSsotDataCleanRoomCollaborationsActionsRejectInvitationByCollaborationIdOrApiName_ResourceRequestConfig;
|
|
13
13
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<RejectDataCleanRoomInvitationConfig>): adapter$45$utils_Untrusted<RejectDataCleanRoomInvitationConfig>;
|
|
14
14
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): RejectDataCleanRoomInvitationConfig | null;
|
|
15
15
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: RejectDataCleanRoomInvitationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation, any>>;
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation }
|
|
|
2
2
|
import { DataCleanRoomMemberRepresentation as DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from './DataCleanRoomMemberRepresentation';
|
|
3
3
|
import { DataCleanRoomTemplateRepresentation as DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation } from './DataCleanRoomTemplateRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "f266e94d40f966349735e07b0c5e0721";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -34,6 +34,8 @@ export interface DataCleanRoomCollaborationRepresentationNormalized {
|
|
|
34
34
|
createdDate?: string;
|
|
35
35
|
/** DataSpace dev name of data clean room */
|
|
36
36
|
dataSpaceName?: string;
|
|
37
|
+
/** Data Clean Room Specification Dataspace object */
|
|
38
|
+
dataspace?: unknown;
|
|
37
39
|
/** Description of data clean room */
|
|
38
40
|
description?: string;
|
|
39
41
|
/** The 18 character ID of the asset */
|
|
@@ -67,6 +69,7 @@ export interface DataCleanRoomCollaborationRepresentation {
|
|
|
67
69
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
68
70
|
createdDate?: string;
|
|
69
71
|
dataSpaceName?: string;
|
|
72
|
+
dataspace?: unknown;
|
|
70
73
|
description?: string;
|
|
71
74
|
id: string;
|
|
72
75
|
label?: string;
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation }
|
|
|
2
2
|
import { UseCaseTemplateMappingRepresentation as UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation } from './UseCaseTemplateMappingRepresentation';
|
|
3
3
|
import { DataCleanRoomTemplateRepresentation as DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation } from './DataCleanRoomTemplateRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "d45438ed7dbe4f9f483ef33b3d47863e";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -33,7 +33,9 @@ export interface DataCleanRoomDataSpecificationRepresentationNormalized {
|
|
|
33
33
|
/** Data Clean Room Data Mapping */
|
|
34
34
|
dataMapping: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
35
35
|
/** Data Clean Room Specification DataSpace */
|
|
36
|
-
dataSpaceName
|
|
36
|
+
dataSpaceName?: string;
|
|
37
|
+
/** Data Clean Room Specification Dataspace object */
|
|
38
|
+
dataspace?: unknown;
|
|
37
39
|
/** Data Clean Room Specification Description */
|
|
38
40
|
description?: string;
|
|
39
41
|
/** The 18 character ID of the asset */
|
|
@@ -70,7 +72,8 @@ export interface DataCleanRoomDataSpecificationRepresentation {
|
|
|
70
72
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
71
73
|
createdDate?: string;
|
|
72
74
|
dataMapping: UseCaseTemplateMappingRepresentation_UseCaseTemplateMappingRepresentation;
|
|
73
|
-
dataSpaceName
|
|
75
|
+
dataSpaceName?: string;
|
|
76
|
+
dataspace?: unknown;
|
|
74
77
|
description?: string;
|
|
75
78
|
id: string;
|
|
76
79
|
label?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev20",
|
|
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.380.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.380.0-dev20"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev20"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -232,7 +232,7 @@ function createResourceRequest$b(config) {
|
|
|
232
232
|
return {
|
|
233
233
|
baseUri: '/services/data/v65.0',
|
|
234
234
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
235
|
-
method: '
|
|
235
|
+
method: 'post',
|
|
236
236
|
body: config.body,
|
|
237
237
|
urlParams: config.urlParams,
|
|
238
238
|
queryParams: {},
|
|
@@ -447,7 +447,7 @@ function validate$p(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
447
447
|
return v_error === undefined ? null : v_error;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
const VERSION$8 = "
|
|
450
|
+
const VERSION$8 = "f266e94d40f966349735e07b0c5e0721";
|
|
451
451
|
function validate$o(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
452
452
|
const v_error = (() => {
|
|
453
453
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -484,6 +484,13 @@ function validate$o(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
484
484
|
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceName + '" (at "' + path_dataSpaceName + '")');
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
|
+
if (obj.dataspace !== undefined) {
|
|
488
|
+
const obj_dataspace = obj.dataspace;
|
|
489
|
+
const path_dataspace = path + '.dataspace';
|
|
490
|
+
if (obj_dataspace === undefined) {
|
|
491
|
+
return new TypeError('Expected "defined" but received "' + typeof obj_dataspace + '" (at "' + path_dataspace + '")');
|
|
492
|
+
}
|
|
493
|
+
}
|
|
487
494
|
if (obj.description !== undefined) {
|
|
488
495
|
const obj_description = obj.description;
|
|
489
496
|
const path_description = path + '.description';
|
|
@@ -1024,7 +1031,7 @@ function validate$j(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1024
1031
|
return v_error === undefined ? null : v_error;
|
|
1025
1032
|
}
|
|
1026
1033
|
|
|
1027
|
-
const VERSION$7 = "
|
|
1034
|
+
const VERSION$7 = "d45438ed7dbe4f9f483ef33b3d47863e";
|
|
1028
1035
|
function validate$i(obj, path = 'DataCleanRoomDataSpecificationRepresentation') {
|
|
1029
1036
|
const v_error = (() => {
|
|
1030
1037
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1055,10 +1062,19 @@ function validate$i(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
1055
1062
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1056
1063
|
return new TypeError(message);
|
|
1057
1064
|
}
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1065
|
+
if (obj.dataSpaceName !== undefined) {
|
|
1066
|
+
const obj_dataSpaceName = obj.dataSpaceName;
|
|
1067
|
+
const path_dataSpaceName = path + '.dataSpaceName';
|
|
1068
|
+
if (typeof obj_dataSpaceName !== 'string') {
|
|
1069
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dataSpaceName + '" (at "' + path_dataSpaceName + '")');
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
if (obj.dataspace !== undefined) {
|
|
1073
|
+
const obj_dataspace = obj.dataspace;
|
|
1074
|
+
const path_dataspace = path + '.dataspace';
|
|
1075
|
+
if (obj_dataspace === undefined) {
|
|
1076
|
+
return new TypeError('Expected "defined" but received "' + typeof obj_dataspace + '" (at "' + path_dataspace + '")');
|
|
1077
|
+
}
|
|
1062
1078
|
}
|
|
1063
1079
|
if (obj.description !== undefined) {
|
|
1064
1080
|
const obj_description = obj.description;
|
|
@@ -3907,7 +3923,7 @@ function createResourceRequest(config) {
|
|
|
3907
3923
|
return {
|
|
3908
3924
|
baseUri: '/services/data/v65.0',
|
|
3909
3925
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3910
|
-
method: '
|
|
3926
|
+
method: 'post',
|
|
3911
3927
|
body: config.body,
|
|
3912
3928
|
urlParams: config.urlParams,
|
|
3913
3929
|
queryParams: {},
|
|
@@ -4073,4 +4089,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4073
4089
|
});
|
|
4074
4090
|
|
|
4075
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 };
|
|
4076
|
-
// version: 1.380.0-
|
|
4092
|
+
// version: 1.380.0-dev20-504301d774
|
package/src/raml/api.raml
CHANGED
|
@@ -432,6 +432,11 @@ types:
|
|
|
432
432
|
dataSpaceName:
|
|
433
433
|
description: Data Clean Room Specification DataSpace
|
|
434
434
|
type: string
|
|
435
|
+
required: false
|
|
436
|
+
dataspace:
|
|
437
|
+
description: Data Clean Room Specification Dataspace object
|
|
438
|
+
type: any
|
|
439
|
+
required: false
|
|
435
440
|
description?:
|
|
436
441
|
description: Data Clean Room Specification Description
|
|
437
442
|
type: string
|
|
@@ -594,9 +599,14 @@ types:
|
|
|
594
599
|
url?:
|
|
595
600
|
description: Url
|
|
596
601
|
type: string
|
|
597
|
-
dataSpaceName
|
|
602
|
+
dataSpaceName:
|
|
598
603
|
description: DataSpace dev name of data clean room
|
|
599
604
|
type: string
|
|
605
|
+
required: false
|
|
606
|
+
dataspace:
|
|
607
|
+
description: Data Clean Room Specification Dataspace object
|
|
608
|
+
type: any
|
|
609
|
+
required: false
|
|
600
610
|
description?:
|
|
601
611
|
description: Description of data clean room
|
|
602
612
|
type: string
|
|
@@ -1189,8 +1199,8 @@ types:
|
|
|
1189
1199
|
required: false
|
|
1190
1200
|
/collaborations/{collaborationIdOrApiName}/actions:
|
|
1191
1201
|
/accept-invitation:
|
|
1192
|
-
|
|
1193
|
-
displayName:
|
|
1202
|
+
post:
|
|
1203
|
+
displayName: postCdpDataCleanRoomCollaboration
|
|
1194
1204
|
description: Handles invitation acceptance for a given Data Clean Room
|
|
1195
1205
|
responses:
|
|
1196
1206
|
'200':
|
|
@@ -1206,8 +1216,8 @@ types:
|
|
|
1206
1216
|
collaborationIdOrApiName:
|
|
1207
1217
|
type: string
|
|
1208
1218
|
/reject-invitation:
|
|
1209
|
-
|
|
1210
|
-
displayName:
|
|
1219
|
+
post:
|
|
1220
|
+
displayName: postCdpDataCleanRoomRejectInvitation
|
|
1211
1221
|
description: Handles invitation rejection for a given Data Clean Room
|
|
1212
1222
|
responses:
|
|
1213
1223
|
'200':
|
package/src/raml/luvio.raml
CHANGED
|
@@ -64,11 +64,11 @@ types:
|
|
|
64
64
|
name: getDataCleanRoomTemplatePaginated
|
|
65
65
|
/collaborations/{collaborationIdOrApiName}/actions:
|
|
66
66
|
/accept-invitation:
|
|
67
|
-
|
|
67
|
+
post:
|
|
68
68
|
(luvio.adapter):
|
|
69
69
|
name: acceptDataCleanRoomInvitation
|
|
70
70
|
/reject-invitation:
|
|
71
|
-
|
|
71
|
+
post:
|
|
72
72
|
(luvio.adapter):
|
|
73
73
|
name: rejectDataCleanRoomInvitation
|
|
74
74
|
/collaborations/{collaborationIdOrApiName}/actions/run:
|
|
File without changes
|