@salesforce/lds-adapters-cdp-data-clean-room 1.404.0-dev13 → 1.404.0-dev15
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 +516 -89
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateInputRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateQueryConfig.d.ts +8 -7
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAwsS3ConnectionAttributesRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomConnectionAttributesRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputBridgeTableRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputObjectConfigRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputObjectRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostOutputRelatedTableRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMatchBoostUsecaseConfigRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMetadataConfigurationRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMetadataMemberConfigRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMetadataOutputConfigRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomOutputConfigurationRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSnowflakeConnectionAttributesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomUsecaseConfigInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomUsecaseConfigRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputBridgeTableInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputBridgeTablePathAttributeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputBridgeTablePathInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputObjectConfigRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputObjectInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostOutputRelatedTableInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/MatchBoostUsecaseConfigInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateAttributeConfigRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateConfigRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMemberConfigRepresentation.d.ts +32 -0
- package/package.json +3 -3
- package/sfdc/index.js +501 -74
- package/src/raml/api.raml +433 -6
|
@@ -1,5 +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 { DataCleanRoomOutputConfigurationRepresentation as types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation } from '../types/DataCleanRoomOutputConfigurationRepresentation';
|
|
3
4
|
import { ResourceRequestConfig as resources_postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName_ResourceRequestConfig } from '../resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName';
|
|
4
5
|
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
5
6
|
export declare const adapterName = "acceptDataCleanRoomInvitation";
|
|
@@ -9,6 +10,7 @@ export interface AcceptDataCleanRoomInvitationConfig {
|
|
|
9
10
|
collaborationIdOrApiName: string;
|
|
10
11
|
invitationId: string;
|
|
11
12
|
specificationId: string;
|
|
13
|
+
outputConfiguration?: types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
12
14
|
}
|
|
13
15
|
export declare const createResourceParams: (config: AcceptDataCleanRoomInvitationConfig) => resources_postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName_ResourceRequestConfig;
|
|
14
16
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>): adapter$45$utils_Untrusted<AcceptDataCleanRoomInvitationConfig>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DataCleanRoomOutputConfigurationRepresentation as types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation } from '../types/DataCleanRoomOutputConfigurationRepresentation';
|
|
1
2
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
3
|
import { DataCleanRoomMemberRepresentation as types_DataCleanRoomMemberRepresentation_DataCleanRoomMemberRepresentation } from '../types/DataCleanRoomMemberRepresentation';
|
|
3
4
|
export interface ResourceRequestConfig {
|
|
@@ -7,6 +8,7 @@ export interface ResourceRequestConfig {
|
|
|
7
8
|
body: {
|
|
8
9
|
invitationId: string;
|
|
9
10
|
specificationId: string;
|
|
11
|
+
outputConfiguration?: types_DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
10
12
|
};
|
|
11
13
|
}
|
|
12
14
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateInputRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { CustomUseCaseTemplateQueryInputRepresentation as CustomUseCaseTemplateQueryInputRepresentation_CustomUseCaseTemplateQueryInputRepresentation } from './CustomUseCaseTemplateQueryInputRepresentation';
|
|
2
2
|
import { CustomUseCaseTemplateTableInputRepresentation as CustomUseCaseTemplateTableInputRepresentation_CustomUseCaseTemplateTableInputRepresentation } from './CustomUseCaseTemplateTableInputRepresentation';
|
|
3
|
+
import { DataCleanRoomUsecaseConfigInputRepresentation as DataCleanRoomUsecaseConfigInputRepresentation_DataCleanRoomUsecaseConfigInputRepresentation } from './DataCleanRoomUsecaseConfigInputRepresentation';
|
|
3
4
|
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';
|
|
4
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "26086981cdbf12e1f83f77faf5879e47";
|
|
5
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
7
|
export declare const RepresentationType: string;
|
|
7
8
|
export declare function normalize(input: CustomUseCaseTemplateInputRepresentation, existing: CustomUseCaseTemplateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomUseCaseTemplateInputRepresentationNormalized;
|
|
@@ -22,6 +23,10 @@ export interface CustomUseCaseTemplateInputRepresentationNormalized {
|
|
|
22
23
|
name: string;
|
|
23
24
|
queries: CustomUseCaseTemplateQueryInputRepresentation_CustomUseCaseTemplateQueryInputRepresentation;
|
|
24
25
|
tables: CustomUseCaseTemplateTableInputRepresentation_CustomUseCaseTemplateTableInputRepresentation;
|
|
26
|
+
/** Map of use case type to usecase specific configs */
|
|
27
|
+
useCaseConfigs?: {
|
|
28
|
+
[key: string]: DataCleanRoomUsecaseConfigInputRepresentation_DataCleanRoomUsecaseConfigInputRepresentation;
|
|
29
|
+
};
|
|
25
30
|
/** version of the custom template */
|
|
26
31
|
version?: string;
|
|
27
32
|
}
|
|
@@ -36,5 +41,8 @@ export interface CustomUseCaseTemplateInputRepresentation {
|
|
|
36
41
|
name: string;
|
|
37
42
|
queries: CustomUseCaseTemplateQueryInputRepresentation_CustomUseCaseTemplateQueryInputRepresentation;
|
|
38
43
|
tables: CustomUseCaseTemplateTableInputRepresentation_CustomUseCaseTemplateTableInputRepresentation;
|
|
44
|
+
useCaseConfigs?: {
|
|
45
|
+
[key: string]: DataCleanRoomUsecaseConfigInputRepresentation_DataCleanRoomUsecaseConfigInputRepresentation;
|
|
46
|
+
};
|
|
39
47
|
version?: string;
|
|
40
48
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomUseCaseTemplateAnalysisConfigRepresentation as CustomUseCaseTemplateAnalysisConfigRepresentation_CustomUseCaseTemplateAnalysisConfigRepresentation } from './CustomUseCaseTemplateAnalysisConfigRepresentation';
|
|
2
2
|
import { CustomUseCaseTemplateQueryParamRepresentation as CustomUseCaseTemplateQueryParamRepresentation_CustomUseCaseTemplateQueryParamRepresentation } from './CustomUseCaseTemplateQueryParamRepresentation';
|
|
3
3
|
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';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "004c729a608f0c89d1a1448ed1babfbb";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: CustomUseCaseTemplateQueryConfig, existing: CustomUseCaseTemplateQueryConfigNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomUseCaseTemplateQueryConfigNormalized;
|
|
@@ -21,13 +21,14 @@ export interface CustomUseCaseTemplateQueryConfigNormalized {
|
|
|
21
21
|
description: string;
|
|
22
22
|
/** Name of the custom template query */
|
|
23
23
|
name: string;
|
|
24
|
-
|
|
24
|
+
/** query parameters */
|
|
25
|
+
queryParameters?: CustomUseCaseTemplateQueryParamRepresentation_CustomUseCaseTemplateQueryParamRepresentation | null;
|
|
25
26
|
/** List of tables referenced by the query */
|
|
26
27
|
referencedTables: Array<string>;
|
|
27
28
|
/** Actual Query to be executed */
|
|
28
|
-
source
|
|
29
|
+
source?: string | null;
|
|
29
30
|
/** type of the custom template query */
|
|
30
|
-
type
|
|
31
|
+
type?: string | null;
|
|
31
32
|
/** Name of the associated use case */
|
|
32
33
|
usecase?: string;
|
|
33
34
|
}
|
|
@@ -41,9 +42,9 @@ export interface CustomUseCaseTemplateQueryConfig {
|
|
|
41
42
|
analysisConfigs?: CustomUseCaseTemplateAnalysisConfigRepresentation_CustomUseCaseTemplateAnalysisConfigRepresentation;
|
|
42
43
|
description: string;
|
|
43
44
|
name: string;
|
|
44
|
-
queryParameters?: CustomUseCaseTemplateQueryParamRepresentation_CustomUseCaseTemplateQueryParamRepresentation;
|
|
45
|
+
queryParameters?: CustomUseCaseTemplateQueryParamRepresentation_CustomUseCaseTemplateQueryParamRepresentation | null;
|
|
45
46
|
referencedTables: Array<string>;
|
|
46
|
-
source
|
|
47
|
-
type
|
|
47
|
+
source?: string | null;
|
|
48
|
+
type?: string | null;
|
|
48
49
|
usecase?: string;
|
|
49
50
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { DataCleanRoomOutputConfigurationRepresentation as DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation } from './DataCleanRoomOutputConfigurationRepresentation';
|
|
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 = "448a4992b2a1cd5c9fe931cbdac5f9a0";
|
|
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: DataCleanRoomAcceptInvitationInputRepresentation, existing: DataCleanRoomAcceptInvitationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomAcceptInvitationInputRepresentationNormalized;
|
|
@@ -16,6 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
17
|
export interface DataCleanRoomAcceptInvitationInputRepresentationNormalized {
|
|
17
18
|
/** Record Id of DataCleanRoomInvitation */
|
|
18
19
|
invitationId: string;
|
|
20
|
+
outputConfiguration?: DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
19
21
|
/** Record Id of DataCleanRoomSpecification */
|
|
20
22
|
specificationId: string;
|
|
21
23
|
}
|
|
@@ -27,5 +29,6 @@ export interface DataCleanRoomAcceptInvitationInputRepresentationNormalized {
|
|
|
27
29
|
*/
|
|
28
30
|
export interface DataCleanRoomAcceptInvitationInputRepresentation {
|
|
29
31
|
invitationId: string;
|
|
32
|
+
outputConfiguration?: DataCleanRoomOutputConfigurationRepresentation_DataCleanRoomOutputConfigurationRepresentation;
|
|
30
33
|
specificationId: string;
|
|
31
34
|
}
|
|
@@ -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 = "f35d21fdef85302f260a2a359523158c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomAwsS3ConnectionAttributesRepresentation, existing: DataCleanRoomAwsS3ConnectionAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomAwsS3ConnectionAttributesRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomAwsS3ConnectionAttributesRepresentationNormalized, incoming: DataCleanRoomAwsS3ConnectionAttributesRepresentationNormalized): 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: DataCleanRoomAwsS3ConnectionAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents AWS S3 connection attributes for data clean room, extends DataCleanRoomConnectionAttributesRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomAwsS3ConnectionAttributesRepresentationNormalized {
|
|
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
|
+
* Represents AWS S3 connection attributes for data clean room, extends DataCleanRoomConnectionAttributesRepresentation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataCleanRoomAwsS3ConnectionAttributesRepresentation {
|
|
31
|
+
connectorType: string;
|
|
32
|
+
roleArn: string;
|
|
33
|
+
s3Url: string;
|
|
34
|
+
}
|
|
@@ -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 = "0d45dbb9f5b9c5c5c1bd29e56cd9c2e2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomConnectionAttributesRepresentation, existing: DataCleanRoomConnectionAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomConnectionAttributesRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomConnectionAttributesRepresentationNormalized, incoming: DataCleanRoomConnectionAttributesRepresentationNormalized): 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: DataCleanRoomConnectionAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Base representation for clean room connection attributes - extended by connector specific implementations. This is an abstract base class. Structure varies by connectorType. Concrete implementations (e.g., DataCleanRoomAwsS3ConnectionAttributesRepresentation) will extend this class.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomConnectionAttributesRepresentationNormalized {
|
|
17
|
+
/** Type of the connector */
|
|
18
|
+
connectorType: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Base representation for clean room connection attributes - extended by connector specific implementations. This is an abstract base class. Structure varies by connectorType. Concrete implementations (e.g., DataCleanRoomAwsS3ConnectionAttributesRepresentation) will extend this class.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomConnectionAttributesRepresentation {
|
|
27
|
+
connectorType: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "d70be777323e49c31889781199b6f259";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation, existing: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentationNormalized): 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: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents match boost output bridge table path attribute
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentationNormalized {
|
|
17
|
+
/** Unique field name of the entity */
|
|
18
|
+
fieldName?: string;
|
|
19
|
+
/** Unique name of the entity */
|
|
20
|
+
objectName?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents match boost output bridge table path attribute
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation {
|
|
29
|
+
fieldName?: string;
|
|
30
|
+
objectName?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation as DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation } from './DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation';
|
|
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 = "a617c45e5d0d9cb93c4291bb368705b2";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation, existing: DataCleanRoomMatchBoostOutputBridgeTablePathRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputBridgeTablePathRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputBridgeTablePathRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputBridgeTablePathRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output bridge table path
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTablePathRepresentationNormalized {
|
|
18
|
+
sourceAttribute?: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation;
|
|
19
|
+
targetAttribute?: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents match boost output bridge table path
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation {
|
|
28
|
+
sourceAttribute?: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation;
|
|
29
|
+
targetAttribute?: DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathAttributeRepresentation;
|
|
30
|
+
}
|
|
@@ -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 = "524d9ac5dbdcc838cc58d97ce0661bb3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputBridgeTableRepresentation, existing: DataCleanRoomMatchBoostOutputBridgeTableRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputBridgeTableRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputBridgeTableRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputBridgeTableRepresentationNormalized): 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: DataCleanRoomMatchBoostOutputBridgeTableRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents match boost output bridge table
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTableRepresentationNormalized {
|
|
17
|
+
/** Column name corresponding to the equivalent column in the shared data */
|
|
18
|
+
sourceIdFieldName?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents match boost output bridge table
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomMatchBoostOutputBridgeTableRepresentation {
|
|
27
|
+
sourceIdFieldName?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DataCleanRoomMatchBoostOutputBridgeTableRepresentation as DataCleanRoomMatchBoostOutputBridgeTableRepresentation_DataCleanRoomMatchBoostOutputBridgeTableRepresentation } from './DataCleanRoomMatchBoostOutputBridgeTableRepresentation';
|
|
2
|
+
import { DataCleanRoomMatchBoostOutputRelatedTableRepresentation as DataCleanRoomMatchBoostOutputRelatedTableRepresentation_DataCleanRoomMatchBoostOutputRelatedTableRepresentation } from './DataCleanRoomMatchBoostOutputRelatedTableRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "12ebee20b0847fac5e89719a7a70a5be";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputObjectConfigRepresentation, existing: DataCleanRoomMatchBoostOutputObjectConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputObjectConfigRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputObjectConfigRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputObjectConfigRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMatchBoostOutputObjectConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents match boost output object config
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataCleanRoomMatchBoostOutputObjectConfigRepresentationNormalized {
|
|
19
|
+
bridgeTable?: DataCleanRoomMatchBoostOutputBridgeTableRepresentation_DataCleanRoomMatchBoostOutputBridgeTableRepresentation;
|
|
20
|
+
/** Unique name of the entity */
|
|
21
|
+
objectName?: string;
|
|
22
|
+
relatedTable?: DataCleanRoomMatchBoostOutputRelatedTableRepresentation_DataCleanRoomMatchBoostOutputRelatedTableRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents match boost output object config
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataCleanRoomMatchBoostOutputObjectConfigRepresentation {
|
|
31
|
+
bridgeTable?: DataCleanRoomMatchBoostOutputBridgeTableRepresentation_DataCleanRoomMatchBoostOutputBridgeTableRepresentation;
|
|
32
|
+
objectName?: string;
|
|
33
|
+
relatedTable?: DataCleanRoomMatchBoostOutputRelatedTableRepresentation_DataCleanRoomMatchBoostOutputRelatedTableRepresentation;
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DataCleanRoomMatchBoostOutputObjectConfigRepresentation as DataCleanRoomMatchBoostOutputObjectConfigRepresentation_DataCleanRoomMatchBoostOutputObjectConfigRepresentation } from './DataCleanRoomMatchBoostOutputObjectConfigRepresentation';
|
|
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 = "6f524b48ff28e538e2a2721362050c97";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputObjectRepresentation, existing: DataCleanRoomMatchBoostOutputObjectRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputObjectRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputObjectRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputObjectRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMatchBoostOutputObjectRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output object
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomMatchBoostOutputObjectRepresentationNormalized {
|
|
18
|
+
/** List of output object configs */
|
|
19
|
+
outputObjectConfigs?: Array<DataCleanRoomMatchBoostOutputObjectConfigRepresentation_DataCleanRoomMatchBoostOutputObjectConfigRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents match boost output object
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataCleanRoomMatchBoostOutputObjectRepresentation {
|
|
28
|
+
outputObjectConfigs?: Array<DataCleanRoomMatchBoostOutputObjectConfigRepresentation_DataCleanRoomMatchBoostOutputObjectConfigRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation as DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation } from './DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation';
|
|
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 = "4d06709ffd5da523688188aea68f2d98";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomMatchBoostOutputRelatedTableRepresentation, existing: DataCleanRoomMatchBoostOutputRelatedTableRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostOutputRelatedTableRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomMatchBoostOutputRelatedTableRepresentationNormalized, incoming: DataCleanRoomMatchBoostOutputRelatedTableRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMatchBoostOutputRelatedTableRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output related table
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomMatchBoostOutputRelatedTableRepresentationNormalized {
|
|
18
|
+
/** Path details identifying the relationship between bridge table and this entity */
|
|
19
|
+
pathFromBridgeTable?: Array<DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation>;
|
|
20
|
+
/** Equivalent ssot object name */
|
|
21
|
+
sourceObjectName?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents match boost output related table
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataCleanRoomMatchBoostOutputRelatedTableRepresentation {
|
|
30
|
+
pathFromBridgeTable?: Array<DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation_DataCleanRoomMatchBoostOutputBridgeTablePathRepresentation>;
|
|
31
|
+
sourceObjectName?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DataCleanRoomMatchBoostOutputObjectRepresentation as DataCleanRoomMatchBoostOutputObjectRepresentation_DataCleanRoomMatchBoostOutputObjectRepresentation } from './DataCleanRoomMatchBoostOutputObjectRepresentation';
|
|
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 = "750abf626c77e8b60879d4cd931db4a2";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomMatchBoostUsecaseConfigRepresentation, existing: DataCleanRoomMatchBoostUsecaseConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMatchBoostUsecaseConfigRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomMatchBoostUsecaseConfigRepresentationNormalized, incoming: DataCleanRoomMatchBoostUsecaseConfigRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMatchBoostUsecaseConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost use case config, extends DataCleanRoomUsecaseConfigRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomMatchBoostUsecaseConfigRepresentationNormalized {
|
|
18
|
+
outputObjects?: DataCleanRoomMatchBoostOutputObjectRepresentation_DataCleanRoomMatchBoostOutputObjectRepresentation;
|
|
19
|
+
/** List of contact points supported by the Provider */
|
|
20
|
+
supportedContactPoints?: Array<unknown>;
|
|
21
|
+
/** Type of the use case */
|
|
22
|
+
useCaseType?: unknown;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents match boost use case config, extends DataCleanRoomUsecaseConfigRepresentation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataCleanRoomMatchBoostUsecaseConfigRepresentation {
|
|
31
|
+
outputObjects?: DataCleanRoomMatchBoostOutputObjectRepresentation_DataCleanRoomMatchBoostOutputObjectRepresentation;
|
|
32
|
+
supportedContactPoints?: Array<unknown>;
|
|
33
|
+
useCaseType?: unknown;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DataCleanRoomMetadataMemberConfigRepresentation as DataCleanRoomMetadataMemberConfigRepresentation_DataCleanRoomMetadataMemberConfigRepresentation } from './DataCleanRoomMetadataMemberConfigRepresentation';
|
|
2
|
+
import { DataCleanRoomUsecaseConfigRepresentation as DataCleanRoomUsecaseConfigRepresentation_DataCleanRoomUsecaseConfigRepresentation } from './DataCleanRoomUsecaseConfigRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "c463ba024900935117fd632a88ea8e36";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataCleanRoomMetadataConfigurationRepresentation, existing: DataCleanRoomMetadataConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMetadataConfigurationRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataCleanRoomMetadataConfigurationRepresentationNormalized, incoming: DataCleanRoomMetadataConfigurationRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMetadataConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents metadata configruation associated with template
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataCleanRoomMetadataConfigurationRepresentationNormalized {
|
|
19
|
+
/** list of member-specific metadata configurations */
|
|
20
|
+
memberConfig?: Array<DataCleanRoomMetadataMemberConfigRepresentation_DataCleanRoomMetadataMemberConfigRepresentation>;
|
|
21
|
+
usecaseConfig?: DataCleanRoomUsecaseConfigRepresentation_DataCleanRoomUsecaseConfigRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents metadata configruation associated with template
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataCleanRoomMetadataConfigurationRepresentation {
|
|
30
|
+
memberConfig?: Array<DataCleanRoomMetadataMemberConfigRepresentation_DataCleanRoomMetadataMemberConfigRepresentation>;
|
|
31
|
+
usecaseConfig?: DataCleanRoomUsecaseConfigRepresentation_DataCleanRoomUsecaseConfigRepresentation;
|
|
32
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DataCleanRoomMetadataOutputConfigRepresentation as DataCleanRoomMetadataOutputConfigRepresentation_DataCleanRoomMetadataOutputConfigRepresentation } from './DataCleanRoomMetadataOutputConfigRepresentation';
|
|
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 = "8792644a3b430e2274335a43d5b0c1aa";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomMetadataMemberConfigRepresentation, existing: DataCleanRoomMetadataMemberConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMetadataMemberConfigRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomMetadataMemberConfigRepresentationNormalized, incoming: DataCleanRoomMetadataMemberConfigRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomMetadataMemberConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents metadata member config associated with template
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomMetadataMemberConfigRepresentationNormalized {
|
|
18
|
+
/** Whether this member can receive query results */
|
|
19
|
+
canReceiveResult?: boolean;
|
|
20
|
+
/** Whether this member can trigger query execution */
|
|
21
|
+
canTriggerQuery?: boolean;
|
|
22
|
+
/** Whether this member contributes data to the clean room */
|
|
23
|
+
contributesData?: boolean;
|
|
24
|
+
outputConfig?: DataCleanRoomMetadataOutputConfigRepresentation_DataCleanRoomMetadataOutputConfigRepresentation;
|
|
25
|
+
/** Whether this member pays for query execution */
|
|
26
|
+
paysForQueries?: boolean;
|
|
27
|
+
/** Type of member (CONSUMER or PROVIDER) */
|
|
28
|
+
type?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents metadata member config associated with template
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataCleanRoomMetadataMemberConfigRepresentation {
|
|
37
|
+
canReceiveResult?: boolean;
|
|
38
|
+
canTriggerQuery?: boolean;
|
|
39
|
+
contributesData?: boolean;
|
|
40
|
+
outputConfig?: DataCleanRoomMetadataOutputConfigRepresentation_DataCleanRoomMetadataOutputConfigRepresentation;
|
|
41
|
+
paysForQueries?: boolean;
|
|
42
|
+
type?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "d0f3250c5c1c6cdeeffc205d52717366";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomMetadataOutputConfigRepresentation, existing: DataCleanRoomMetadataOutputConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomMetadataOutputConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomMetadataOutputConfigRepresentationNormalized, incoming: DataCleanRoomMetadataOutputConfigRepresentationNormalized): 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: DataCleanRoomMetadataOutputConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents metadata output config for query results
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomMetadataOutputConfigRepresentationNormalized {
|
|
17
|
+
/** Type of connector */
|
|
18
|
+
connectorType?: unknown;
|
|
19
|
+
/** Type of output destination */
|
|
20
|
+
destinationType?: unknown;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents metadata output config for query results
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataCleanRoomMetadataOutputConfigRepresentation {
|
|
29
|
+
connectorType?: unknown;
|
|
30
|
+
destinationType?: unknown;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomOutputConfigurationRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DataCleanRoomConnectionAttributesRepresentation as DataCleanRoomConnectionAttributesRepresentation_DataCleanRoomConnectionAttributesRepresentation } from './DataCleanRoomConnectionAttributesRepresentation';
|
|
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 = "433483357bc4d34cb9e6bfbcf54e24d4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataCleanRoomOutputConfigurationRepresentation, existing: DataCleanRoomOutputConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomOutputConfigurationRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataCleanRoomOutputConfigurationRepresentationNormalized, incoming: DataCleanRoomOutputConfigurationRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataCleanRoomOutputConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents data clean room output configuration representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataCleanRoomOutputConfigurationRepresentationNormalized {
|
|
18
|
+
connectionAttributes?: DataCleanRoomConnectionAttributesRepresentation_DataCleanRoomConnectionAttributesRepresentation;
|
|
19
|
+
/** unique Id for the output configuration */
|
|
20
|
+
externalId?: string;
|
|
21
|
+
/** Output destination type */
|
|
22
|
+
outputDestinationType: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents data clean room output configuration representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataCleanRoomOutputConfigurationRepresentation {
|
|
31
|
+
connectionAttributes?: DataCleanRoomConnectionAttributesRepresentation_DataCleanRoomConnectionAttributesRepresentation;
|
|
32
|
+
externalId?: string;
|
|
33
|
+
outputDestinationType: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "6a954c39b81d1ef62d362e6c70f1ae08";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomSnowflakeConnectionAttributesRepresentation, existing: DataCleanRoomSnowflakeConnectionAttributesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomSnowflakeConnectionAttributesRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomSnowflakeConnectionAttributesRepresentationNormalized, incoming: DataCleanRoomSnowflakeConnectionAttributesRepresentationNormalized): 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: DataCleanRoomSnowflakeConnectionAttributesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Snowflake connection attributes for data clean room, extends DataCleanRoomConnectionAttributesRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomSnowflakeConnectionAttributesRepresentationNormalized {
|
|
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
|
+
/** Warehouse name of the provider's the final dataset */
|
|
26
|
+
warehouseName: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents Snowflake connection attributes for data clean room, extends DataCleanRoomConnectionAttributesRepresentation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface DataCleanRoomSnowflakeConnectionAttributesRepresentation {
|
|
35
|
+
accountUrl: string;
|
|
36
|
+
connectorType: string;
|
|
37
|
+
databaseName: string;
|
|
38
|
+
schemaName: string;
|
|
39
|
+
warehouseName: string;
|
|
40
|
+
}
|