@salesforce/lds-adapters-cdp-data-clean-room 1.428.0-dev1 → 1.428.0-dev10
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 +147 -79
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAwsS3OutputDestinationConfigRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberConfigRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomOutputDestinationConfigRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSnowflakeOutputDestinationConfigRepresentation.d.ts +43 -0
- package/package.json +3 -3
- package/sfdc/index.js +76 -8
- package/src/raml/api.raml +91 -0
|
@@ -12,6 +12,7 @@ export interface AcceptDataCleanRoomInvitationConfig {
|
|
|
12
12
|
specificationId?: string | null;
|
|
13
13
|
outputConfiguration?: types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
14
14
|
dataSpaceName?: string;
|
|
15
|
+
memberDataCloudRegion?: string;
|
|
15
16
|
}
|
|
16
17
|
export declare const createResourceParams: (config: AcceptDataCleanRoomInvitationConfig) => resources_postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName_ResourceRequestConfig;
|
|
17
18
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>): adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>;
|
|
@@ -15,6 +15,7 @@ export interface CreateDataCleanRoomCollaborationConfig {
|
|
|
15
15
|
label: string;
|
|
16
16
|
description?: string;
|
|
17
17
|
templateVersionId?: string;
|
|
18
|
+
useCaseType?: string;
|
|
18
19
|
}
|
|
19
20
|
export declare const createResourceParams: (config: CreateDataCleanRoomCollaborationConfig) => resources_postSsotDataCleanRoomCollaborations_ResourceRequestConfig;
|
|
20
21
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataCleanRoomCollaborationConfig>): adapter$45$utils_Untrusted<CreateDataCleanRoomCollaborationConfig>;
|
|
@@ -17,6 +17,7 @@ export interface CreateDataCleanRoomSpecificationConfig {
|
|
|
17
17
|
templateVersionId?: string;
|
|
18
18
|
templateType?: string;
|
|
19
19
|
useCaseType?: string;
|
|
20
|
+
providerName?: string;
|
|
20
21
|
}
|
|
21
22
|
export declare const createResourceParams: (config: CreateDataCleanRoomSpecificationConfig) => resources_postSsotDataCleanRoomSpecifications_ResourceRequestConfig;
|
|
22
23
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataCleanRoomSpecificationConfig>): adapter$45$utils_Untrusted<CreateDataCleanRoomSpecificationConfig>;
|
package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export interface ResourceRequestConfig {
|
|
|
11
11
|
label: string;
|
|
12
12
|
description?: string;
|
|
13
13
|
templateVersionId?: string;
|
|
14
|
+
useCaseType?: string;
|
|
14
15
|
};
|
|
15
16
|
}
|
|
16
17
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -10,6 +10,7 @@ export interface ResourceRequestConfig {
|
|
|
10
10
|
specificationId?: string | null;
|
|
11
11
|
outputConfiguration?: types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
12
12
|
dataSpaceName?: string;
|
|
13
|
+
memberDataCloudRegion?: string;
|
|
13
14
|
};
|
|
14
15
|
}
|
|
15
16
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export interface ResourceRequestConfig {
|
|
|
13
13
|
templateVersionId?: string;
|
|
14
14
|
templateType?: string;
|
|
15
15
|
useCaseType?: string;
|
|
16
|
+
providerName?: string;
|
|
16
17
|
};
|
|
17
18
|
}
|
|
18
19
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DataCleanRoomOutputConfigurationRepresentation as DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation } from './DataCleanRoomOutputConfigurationRepresentation';
|
|
2
2
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "1e4b4cbadfb9e624eb5862202c088a79";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: DataCleanRoomAcceptInvitationInputRepresentation, existing: DataCleanRoomAcceptInvitationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomAcceptInvitationInputRepresentationNormalized;
|
|
@@ -19,6 +19,8 @@ export interface DataCleanRoomAcceptInvitationInputRepresentationNormalized {
|
|
|
19
19
|
dataSpaceName?: string;
|
|
20
20
|
/** Record Id of DataCleanRoomInvitation */
|
|
21
21
|
invitationId: string;
|
|
22
|
+
/** Consumer Datacloud region */
|
|
23
|
+
memberDataCloudRegion?: string;
|
|
22
24
|
outputConfiguration?: DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
23
25
|
/** Record Id of DataCleanRoomSpecification */
|
|
24
26
|
specificationId?: string | null;
|
|
@@ -32,6 +34,7 @@ export interface DataCleanRoomAcceptInvitationInputRepresentationNormalized {
|
|
|
32
34
|
export interface DataCleanRoomAcceptInvitationInputRepresentation {
|
|
33
35
|
dataSpaceName?: string;
|
|
34
36
|
invitationId: string;
|
|
37
|
+
memberDataCloudRegion?: string;
|
|
35
38
|
outputConfiguration?: DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
36
39
|
specificationId?: string | null;
|
|
37
40
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4280e252f554bb76595c12a5f2b6efbf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomAwsS3OutputDestinationConfigRepresentation, existing: DataCleanRoomAwsS3OutputDestinationConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomAwsS3OutputDestinationConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomAwsS3OutputDestinationConfigRepresentationNormalized, incoming: DataCleanRoomAwsS3OutputDestinationConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomAwsS3OutputDestinationConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* AWS S3 output destination config for member config, extends DataCleanRoomOutputDestinationConfigRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomAwsS3OutputDestinationConfigRepresentationNormalized {
|
|
17
|
+
/** Type of the connector */
|
|
18
|
+
connectorType: string;
|
|
19
|
+
/** IAM role used to connect to the s3 url provided */
|
|
20
|
+
roleArn: string;
|
|
21
|
+
/** Full path of the s3 bucket with folders where the user wants the data to be shared */
|
|
22
|
+
s3Url: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* AWS S3 output destination config for member config, extends DataCleanRoomOutputDestinationConfigRepresentation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataCleanRoomAwsS3OutputDestinationConfigRepresentation {
|
|
31
|
+
connectorType: string;
|
|
32
|
+
roleArn: string;
|
|
33
|
+
s3Url: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "b5349afe7c8ed8a3808aa17fcef3df50";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: DataCleanRoomCollaborationInputRepresentation, existing: DataCleanRoomCollaborationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomCollaborationInputRepresentationNormalized;
|
|
@@ -32,6 +32,8 @@ export interface DataCleanRoomCollaborationInputRepresentationNormalized {
|
|
|
32
32
|
templateName?: string;
|
|
33
33
|
/** Id of the template version */
|
|
34
34
|
templateVersionId?: string;
|
|
35
|
+
/** useCaseType for which the collaboration is getting created. */
|
|
36
|
+
useCaseType?: string;
|
|
35
37
|
}
|
|
36
38
|
/**
|
|
37
39
|
* Represents Cdp Data clean room collaboration input
|
|
@@ -49,4 +51,5 @@ export interface DataCleanRoomCollaborationInputRepresentation {
|
|
|
49
51
|
specificationDevName: string;
|
|
50
52
|
templateName?: string;
|
|
51
53
|
templateVersionId?: string;
|
|
54
|
+
useCaseType?: string;
|
|
52
55
|
}
|
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 = "6523b521b58513f345e3ee51cfca270c";
|
|
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 {
|
|
@@ -55,6 +55,8 @@ export interface DataCleanRoomCollaborationRepresentationNormalized {
|
|
|
55
55
|
/** Enum for status of data clean room */
|
|
56
56
|
status: string;
|
|
57
57
|
templateVersion: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
58
|
+
/** List of template versions to which the collaboration is associated to */
|
|
59
|
+
templateVersions?: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
58
60
|
/** Url */
|
|
59
61
|
url?: string;
|
|
60
62
|
}
|
|
@@ -80,5 +82,6 @@ export interface DataCleanRoomCollaborationRepresentation {
|
|
|
80
82
|
namespace?: string;
|
|
81
83
|
status: string;
|
|
82
84
|
templateVersion: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
85
|
+
templateVersions?: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
83
86
|
url?: string;
|
|
84
87
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "82143115a82ab23efa1f7aa15fc2c239";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: DataCleanRoomDataSpecificationInputRepresentation, existing: DataCleanRoomDataSpecificationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomDataSpecificationInputRepresentationNormalized;
|
|
@@ -28,6 +28,8 @@ export interface DataCleanRoomDataSpecificationInputRepresentationNormalized {
|
|
|
28
28
|
name?: string;
|
|
29
29
|
/** Data cloud orgId where the mapping is created */
|
|
30
30
|
ownerOrgId: string;
|
|
31
|
+
/** Provider package for which the mapping is associated to. */
|
|
32
|
+
providerName?: string;
|
|
31
33
|
/** Name of the use case template for which mapping is provided */
|
|
32
34
|
templateName?: string;
|
|
33
35
|
/** Dictates whether template provided is of type SALESFORCE/CUSTOM */
|
|
@@ -51,6 +53,7 @@ export interface DataCleanRoomDataSpecificationInputRepresentation {
|
|
|
51
53
|
memberType: string;
|
|
52
54
|
name?: string;
|
|
53
55
|
ownerOrgId: string;
|
|
56
|
+
providerName?: string;
|
|
54
57
|
templateName?: string;
|
|
55
58
|
templateType?: string;
|
|
56
59
|
templateVersionId?: 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 = "daebc7b4442bf99b4d4b2a733554b01e";
|
|
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 {
|
|
@@ -59,6 +59,8 @@ export interface DataCleanRoomDataSpecificationRepresentationNormalized {
|
|
|
59
59
|
/** Data Clean Room Data Specification Status */
|
|
60
60
|
status: string;
|
|
61
61
|
templateVersion?: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
62
|
+
/** List of template versions to which the collaboration is associated to */
|
|
63
|
+
templateVersions?: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
62
64
|
/** Url */
|
|
63
65
|
url?: string;
|
|
64
66
|
}
|
|
@@ -86,5 +88,6 @@ export interface DataCleanRoomDataSpecificationRepresentation {
|
|
|
86
88
|
providerId?: string;
|
|
87
89
|
status: string;
|
|
88
90
|
templateVersion?: DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation;
|
|
91
|
+
templateVersions?: Array<DataCleanRoomTemplateRepresentation_DataCleanRoomTemplateRepresentation>;
|
|
89
92
|
url?: string;
|
|
90
93
|
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberConfigRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { DataCleanRoomOutputDestinationConfigRepresentation as DataCleanRoomOutputDestinationConfigRepresentation_DataCleanRoomOutputDestinationConfigRepresentation } from './DataCleanRoomOutputDestinationConfigRepresentation';
|
|
1
2
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "b2dca7532c980ba589bf10b6725429e2";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export declare function normalize(input: DataCleanRoomMemberConfigRepresentation, existing: DataCleanRoomMemberConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMemberConfigRepresentationNormalized;
|
|
@@ -18,6 +19,8 @@ export interface DataCleanRoomMemberConfigRepresentationNormalized {
|
|
|
18
19
|
externalId?: string;
|
|
19
20
|
/** Id of the member config */
|
|
20
21
|
id?: string;
|
|
22
|
+
/** Output destination attributes for the connector type (260+) */
|
|
23
|
+
outputDestinationConfig?: DataCleanRoomOutputDestinationConfigRepresentation_DataCleanRoomOutputDestinationConfigRepresentation;
|
|
21
24
|
/** Reference key to OutputDestination */
|
|
22
25
|
outputDestinationId?: string;
|
|
23
26
|
/** Output destination type */
|
|
@@ -34,6 +37,7 @@ export interface DataCleanRoomMemberConfigRepresentationNormalized {
|
|
|
34
37
|
export interface DataCleanRoomMemberConfigRepresentation {
|
|
35
38
|
externalId?: string;
|
|
36
39
|
id?: string;
|
|
40
|
+
outputDestinationConfig?: DataCleanRoomOutputDestinationConfigRepresentation_DataCleanRoomOutputDestinationConfigRepresentation;
|
|
37
41
|
outputDestinationId?: string;
|
|
38
42
|
outputDestinationType?: string;
|
|
39
43
|
templateVersionId?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DataCleanRoomMemberConfigRepresentation as DataCleanRoomMemberConfigRepresentation_DataCleanRoomMemberConfigRepresentation } from './DataCleanRoomMemberConfigRepresentation';
|
|
2
2
|
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';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "75f0d619e9f7670351ab7ddef20f4386";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -30,6 +30,8 @@ export interface DataCleanRoomMemberRepresentationNormalized {
|
|
|
30
30
|
invitationStatus: string;
|
|
31
31
|
/** Member configs assocaited with the template */
|
|
32
32
|
memberConfigs?: Array<DataCleanRoomMemberConfigRepresentation_DataCleanRoomMemberConfigRepresentation>;
|
|
33
|
+
/** Consumer Datacloud region */
|
|
34
|
+
memberDataCloudRegion?: string;
|
|
33
35
|
/** Member org domain URL */
|
|
34
36
|
memberDomainUrl?: string;
|
|
35
37
|
/** Id of collaborating member */
|
|
@@ -55,6 +57,7 @@ export interface DataCleanRoomMemberRepresentation {
|
|
|
55
57
|
invitationId: string;
|
|
56
58
|
invitationStatus: string;
|
|
57
59
|
memberConfigs?: Array<DataCleanRoomMemberConfigRepresentation_DataCleanRoomMemberConfigRepresentation>;
|
|
60
|
+
memberDataCloudRegion?: string;
|
|
58
61
|
memberDomainUrl?: string;
|
|
59
62
|
memberId: string;
|
|
60
63
|
memberOrgId?: string;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "fef854e2766d79eeadf91d4a0ac5ba7f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomOutputDestinationConfigRepresentation, existing: DataCleanRoomOutputDestinationConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomOutputDestinationConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomOutputDestinationConfigRepresentationNormalized, incoming: DataCleanRoomOutputDestinationConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomOutputDestinationConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output destination attributes based on the connector type. Base representation extended by connector-specific implementations (Connect API pattern). Structure varies by connectorType.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomOutputDestinationConfigRepresentationNormalized {
|
|
17
|
+
/** Type of the connector (MetadataConnectorTypeEnum) */
|
|
18
|
+
connectorType: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Output destination attributes based on the connector type. Base representation extended by connector-specific implementations (Connect API pattern). Structure varies by connectorType.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomOutputDestinationConfigRepresentation {
|
|
27
|
+
connectorType: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "de09376349d892c778cce8f72628883c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomSnowflakeOutputDestinationConfigRepresentation, existing: DataCleanRoomSnowflakeOutputDestinationConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomSnowflakeOutputDestinationConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomSnowflakeOutputDestinationConfigRepresentationNormalized, incoming: DataCleanRoomSnowflakeOutputDestinationConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomSnowflakeOutputDestinationConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Snowflake output destination config for member config, extends DataCleanRoomOutputDestinationConfigRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomSnowflakeOutputDestinationConfigRepresentationNormalized {
|
|
17
|
+
/** Snowflake account url of the provider's account */
|
|
18
|
+
accountUrl: string;
|
|
19
|
+
/** Type of the connector */
|
|
20
|
+
connectorType: string;
|
|
21
|
+
/** Database name of the provider's the final dataset */
|
|
22
|
+
databaseName: string;
|
|
23
|
+
/** Schema name of the provider's the final dataset */
|
|
24
|
+
schemaName: string;
|
|
25
|
+
/** Service user with the relevant access to the provided database and warehouse */
|
|
26
|
+
serviceUser: string;
|
|
27
|
+
/** Warehouse name of the provider's the final dataset */
|
|
28
|
+
warehouseName: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Snowflake output destination config for member config, extends DataCleanRoomOutputDestinationConfigRepresentation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataCleanRoomSnowflakeOutputDestinationConfigRepresentation {
|
|
37
|
+
accountUrl: string;
|
|
38
|
+
connectorType: string;
|
|
39
|
+
databaseName: string;
|
|
40
|
+
schemaName: string;
|
|
41
|
+
serviceUser: string;
|
|
42
|
+
warehouseName: string;
|
|
43
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev10",
|
|
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.428.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.428.0-dev10"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev10"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -103,7 +103,7 @@ function createLink(ref) {
|
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
function validate$
|
|
106
|
+
function validate$D(obj, path = 'DataCleanRoomConnectionAttributesRepresentation') {
|
|
107
107
|
const v_error = (() => {
|
|
108
108
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
109
109
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -117,7 +117,7 @@ function validate$C(obj, path = 'DataCleanRoomConnectionAttributesRepresentation
|
|
|
117
117
|
return v_error === undefined ? null : v_error;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
function validate$
|
|
120
|
+
function validate$C(obj, path = 'DataCleanRoomOutputConfigurationRepresentation') {
|
|
121
121
|
const v_error = (() => {
|
|
122
122
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
123
123
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -125,7 +125,7 @@ function validate$B(obj, path = 'DataCleanRoomOutputConfigurationRepresentation'
|
|
|
125
125
|
if (obj.connectionAttributes !== undefined) {
|
|
126
126
|
const obj_connectionAttributes = obj.connectionAttributes;
|
|
127
127
|
const path_connectionAttributes = path + '.connectionAttributes';
|
|
128
|
-
const referencepath_connectionAttributesValidationError = validate$
|
|
128
|
+
const referencepath_connectionAttributesValidationError = validate$D(obj_connectionAttributes, path_connectionAttributes);
|
|
129
129
|
if (referencepath_connectionAttributesValidationError !== null) {
|
|
130
130
|
let message = 'Object doesn\'t match DataCleanRoomConnectionAttributesRepresentation (at "' + path_connectionAttributes + '")\n';
|
|
131
131
|
message += referencepath_connectionAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -148,6 +148,20 @@ function validate$B(obj, path = 'DataCleanRoomOutputConfigurationRepresentation'
|
|
|
148
148
|
return v_error === undefined ? null : v_error;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
function validate$B(obj, path = 'DataCleanRoomOutputDestinationConfigRepresentation') {
|
|
152
|
+
const v_error = (() => {
|
|
153
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
154
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
155
|
+
}
|
|
156
|
+
const obj_connectorType = obj.connectorType;
|
|
157
|
+
const path_connectorType = path + '.connectorType';
|
|
158
|
+
if (typeof obj_connectorType !== 'string') {
|
|
159
|
+
return new TypeError('Expected "string" but received "' + typeof obj_connectorType + '" (at "' + path_connectorType + '")');
|
|
160
|
+
}
|
|
161
|
+
})();
|
|
162
|
+
return v_error === undefined ? null : v_error;
|
|
163
|
+
}
|
|
164
|
+
|
|
151
165
|
function validate$A(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
152
166
|
const v_error = (() => {
|
|
153
167
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -167,6 +181,16 @@ function validate$A(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
167
181
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
168
182
|
}
|
|
169
183
|
}
|
|
184
|
+
if (obj.outputDestinationConfig !== undefined) {
|
|
185
|
+
const obj_outputDestinationConfig = obj.outputDestinationConfig;
|
|
186
|
+
const path_outputDestinationConfig = path + '.outputDestinationConfig';
|
|
187
|
+
const referencepath_outputDestinationConfigValidationError = validate$B(obj_outputDestinationConfig, path_outputDestinationConfig);
|
|
188
|
+
if (referencepath_outputDestinationConfigValidationError !== null) {
|
|
189
|
+
let message = 'Object doesn\'t match DataCleanRoomOutputDestinationConfigRepresentation (at "' + path_outputDestinationConfig + '")\n';
|
|
190
|
+
message += referencepath_outputDestinationConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
191
|
+
return new TypeError(message);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
170
194
|
if (obj.outputDestinationId !== undefined) {
|
|
171
195
|
const obj_outputDestinationId = obj.outputDestinationId;
|
|
172
196
|
const path_outputDestinationId = path + '.outputDestinationId';
|
|
@@ -192,7 +216,7 @@ function validate$A(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
192
216
|
return v_error === undefined ? null : v_error;
|
|
193
217
|
}
|
|
194
218
|
|
|
195
|
-
const VERSION$9 = "
|
|
219
|
+
const VERSION$9 = "75f0d619e9f7670351ab7ddef20f4386";
|
|
196
220
|
function validate$z(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
197
221
|
const v_error = (() => {
|
|
198
222
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -225,6 +249,13 @@ function validate$z(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
|
225
249
|
}
|
|
226
250
|
}
|
|
227
251
|
}
|
|
252
|
+
if (obj.memberDataCloudRegion !== undefined) {
|
|
253
|
+
const obj_memberDataCloudRegion = obj.memberDataCloudRegion;
|
|
254
|
+
const path_memberDataCloudRegion = path + '.memberDataCloudRegion';
|
|
255
|
+
if (typeof obj_memberDataCloudRegion !== 'string') {
|
|
256
|
+
return new TypeError('Expected "string" but received "' + typeof obj_memberDataCloudRegion + '" (at "' + path_memberDataCloudRegion + '")');
|
|
257
|
+
}
|
|
258
|
+
}
|
|
228
259
|
if (obj.memberDomainUrl !== undefined) {
|
|
229
260
|
const obj_memberDomainUrl = obj.memberDomainUrl;
|
|
230
261
|
const path_memberDomainUrl = path + '.memberDomainUrl';
|
|
@@ -362,6 +393,7 @@ const acceptDataCleanRoomInvitation_ConfigPropertyMetadata = [
|
|
|
362
393
|
generateParamConfigMetadata('specificationId', false, 2 /* Body */, 4 /* Unsupported */),
|
|
363
394
|
generateParamConfigMetadata('outputConfiguration', false, 2 /* Body */, 4 /* Unsupported */),
|
|
364
395
|
generateParamConfigMetadata('dataSpaceName', false, 2 /* Body */, 0 /* String */),
|
|
396
|
+
generateParamConfigMetadata('memberDataCloudRegion', false, 2 /* Body */, 0 /* String */),
|
|
365
397
|
];
|
|
366
398
|
const acceptDataCleanRoomInvitation_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$b, acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
367
399
|
const createResourceParams$b = /*#__PURE__*/ createResourceParams$c(acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
@@ -376,7 +408,7 @@ function typeCheckConfig$b(untrustedConfig) {
|
|
|
376
408
|
config.specificationId = untrustedConfig_specificationId;
|
|
377
409
|
}
|
|
378
410
|
const untrustedConfig_outputConfiguration = untrustedConfig.outputConfiguration;
|
|
379
|
-
const referenceDataCleanRoomOutputConfigurationRepresentationValidationError = validate$
|
|
411
|
+
const referenceDataCleanRoomOutputConfigurationRepresentationValidationError = validate$C(untrustedConfig_outputConfiguration);
|
|
380
412
|
if (referenceDataCleanRoomOutputConfigurationRepresentationValidationError === null) {
|
|
381
413
|
config.outputConfiguration = untrustedConfig_outputConfiguration;
|
|
382
414
|
}
|
|
@@ -850,7 +882,7 @@ function validate$q(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
850
882
|
return v_error === undefined ? null : v_error;
|
|
851
883
|
}
|
|
852
884
|
|
|
853
|
-
const VERSION$8 = "
|
|
885
|
+
const VERSION$8 = "6523b521b58513f345e3ee51cfca270c";
|
|
854
886
|
function validate$p(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
855
887
|
const v_error = (() => {
|
|
856
888
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -972,6 +1004,23 @@ function validate$p(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
972
1004
|
message += referencepath_templateVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
973
1005
|
return new TypeError(message);
|
|
974
1006
|
}
|
|
1007
|
+
if (obj.templateVersions !== undefined) {
|
|
1008
|
+
const obj_templateVersions = obj.templateVersions;
|
|
1009
|
+
const path_templateVersions = path + '.templateVersions';
|
|
1010
|
+
if (!ArrayIsArray(obj_templateVersions)) {
|
|
1011
|
+
return new TypeError('Expected "array" but received "' + typeof obj_templateVersions + '" (at "' + path_templateVersions + '")');
|
|
1012
|
+
}
|
|
1013
|
+
for (let i = 0; i < obj_templateVersions.length; i++) {
|
|
1014
|
+
const obj_templateVersions_item = obj_templateVersions[i];
|
|
1015
|
+
const path_templateVersions_item = path_templateVersions + '[' + i + ']';
|
|
1016
|
+
const referencepath_templateVersions_itemValidationError = validate$q(obj_templateVersions_item, path_templateVersions_item);
|
|
1017
|
+
if (referencepath_templateVersions_itemValidationError !== null) {
|
|
1018
|
+
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersions_item + '")\n';
|
|
1019
|
+
message += referencepath_templateVersions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1020
|
+
return new TypeError(message);
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
975
1024
|
if (obj.url !== undefined) {
|
|
976
1025
|
const obj_url = obj.url;
|
|
977
1026
|
const path_url = path + '.url';
|
|
@@ -1079,6 +1128,7 @@ const createDataCleanRoomCollaboration_ConfigPropertyMetadata = [
|
|
|
1079
1128
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
1080
1129
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
1081
1130
|
generateParamConfigMetadata('templateVersionId', false, 2 /* Body */, 0 /* String */),
|
|
1131
|
+
generateParamConfigMetadata('useCaseType', false, 2 /* Body */, 0 /* String */),
|
|
1082
1132
|
];
|
|
1083
1133
|
const createDataCleanRoomCollaboration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$a, createDataCleanRoomCollaboration_ConfigPropertyMetadata);
|
|
1084
1134
|
const createResourceParams$a = /*#__PURE__*/ createResourceParams$c(createDataCleanRoomCollaboration_ConfigPropertyMetadata);
|
|
@@ -1434,7 +1484,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1434
1484
|
return v_error === undefined ? null : v_error;
|
|
1435
1485
|
}
|
|
1436
1486
|
|
|
1437
|
-
const VERSION$7 = "
|
|
1487
|
+
const VERSION$7 = "daebc7b4442bf99b4d4b2a733554b01e";
|
|
1438
1488
|
function validate$j(obj, path = 'DataCleanRoomDataSpecificationRepresentation') {
|
|
1439
1489
|
const v_error = (() => {
|
|
1440
1490
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1563,6 +1613,23 @@ function validate$j(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
1563
1613
|
return new TypeError(message);
|
|
1564
1614
|
}
|
|
1565
1615
|
}
|
|
1616
|
+
if (obj.templateVersions !== undefined) {
|
|
1617
|
+
const obj_templateVersions = obj.templateVersions;
|
|
1618
|
+
const path_templateVersions = path + '.templateVersions';
|
|
1619
|
+
if (!ArrayIsArray(obj_templateVersions)) {
|
|
1620
|
+
return new TypeError('Expected "array" but received "' + typeof obj_templateVersions + '" (at "' + path_templateVersions + '")');
|
|
1621
|
+
}
|
|
1622
|
+
for (let i = 0; i < obj_templateVersions.length; i++) {
|
|
1623
|
+
const obj_templateVersions_item = obj_templateVersions[i];
|
|
1624
|
+
const path_templateVersions_item = path_templateVersions + '[' + i + ']';
|
|
1625
|
+
const referencepath_templateVersions_itemValidationError = validate$q(obj_templateVersions_item, path_templateVersions_item);
|
|
1626
|
+
if (referencepath_templateVersions_itemValidationError !== null) {
|
|
1627
|
+
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersions_item + '")\n';
|
|
1628
|
+
message += referencepath_templateVersions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1629
|
+
return new TypeError(message);
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1566
1633
|
if (obj.url !== undefined) {
|
|
1567
1634
|
const obj_url = obj.url;
|
|
1568
1635
|
const path_url = path + '.url';
|
|
@@ -1672,6 +1739,7 @@ const createDataCleanRoomSpecification_ConfigPropertyMetadata = [
|
|
|
1672
1739
|
generateParamConfigMetadata('templateVersionId', false, 2 /* Body */, 0 /* String */),
|
|
1673
1740
|
generateParamConfigMetadata('templateType', false, 2 /* Body */, 0 /* String */),
|
|
1674
1741
|
generateParamConfigMetadata('useCaseType', false, 2 /* Body */, 0 /* String */),
|
|
1742
|
+
generateParamConfigMetadata('providerName', false, 2 /* Body */, 0 /* String */),
|
|
1675
1743
|
];
|
|
1676
1744
|
const createDataCleanRoomSpecification_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$9, createDataCleanRoomSpecification_ConfigPropertyMetadata);
|
|
1677
1745
|
const createResourceParams$9 = /*#__PURE__*/ createResourceParams$c(createDataCleanRoomSpecification_ConfigPropertyMetadata);
|
|
@@ -4615,4 +4683,4 @@ withDefaultLuvio((luvio) => {
|
|
|
4615
4683
|
});
|
|
4616
4684
|
|
|
4617
4685
|
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 };
|
|
4618
|
-
// version: 1.428.0-
|
|
4686
|
+
// version: 1.428.0-dev10-109bf232e1
|