@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,6 +1,8 @@
|
|
|
1
|
+
import { UseCaseTemplateConfigRepresentation as UseCaseTemplateConfigRepresentation_UseCaseTemplateConfigRepresentation } from './UseCaseTemplateConfigRepresentation';
|
|
1
2
|
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
3
|
+
import { DataCleanRoomMetadataConfigurationRepresentation as DataCleanRoomMetadataConfigurationRepresentation_DataCleanRoomMetadataConfigurationRepresentation } from './DataCleanRoomMetadataConfigurationRepresentation';
|
|
2
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';
|
|
3
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "ce888cf49af7a648d5f8208576baab65";
|
|
4
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
7
|
export declare const RepresentationType: string;
|
|
6
8
|
export declare function normalize(input: DataCleanRoomTemplateRepresentation, existing: DataCleanRoomTemplateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomTemplateRepresentationNormalized;
|
|
@@ -15,8 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
17
|
* (none)
|
|
16
18
|
*/
|
|
17
19
|
export interface DataCleanRoomTemplateRepresentationNormalized {
|
|
18
|
-
|
|
19
|
-
configuration: unknown;
|
|
20
|
+
configuration?: UseCaseTemplateConfigRepresentation_UseCaseTemplateConfigRepresentation;
|
|
20
21
|
/** Created by */
|
|
21
22
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
22
23
|
/** Created date */
|
|
@@ -31,6 +32,7 @@ export interface DataCleanRoomTemplateRepresentationNormalized {
|
|
|
31
32
|
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
32
33
|
/** Last modified date */
|
|
33
34
|
lastModifiedDate?: string;
|
|
35
|
+
metadataConfiguration?: DataCleanRoomMetadataConfigurationRepresentation_DataCleanRoomMetadataConfigurationRepresentation;
|
|
34
36
|
/** Name of the asset */
|
|
35
37
|
name?: string;
|
|
36
38
|
/** Namespace of the asset */
|
|
@@ -55,7 +57,7 @@ export interface DataCleanRoomTemplateRepresentationNormalized {
|
|
|
55
57
|
* (none)
|
|
56
58
|
*/
|
|
57
59
|
export interface DataCleanRoomTemplateRepresentation {
|
|
58
|
-
configuration
|
|
60
|
+
configuration?: UseCaseTemplateConfigRepresentation_UseCaseTemplateConfigRepresentation;
|
|
59
61
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
60
62
|
createdDate?: string;
|
|
61
63
|
description: string;
|
|
@@ -63,6 +65,7 @@ export interface DataCleanRoomTemplateRepresentation {
|
|
|
63
65
|
label?: string;
|
|
64
66
|
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
65
67
|
lastModifiedDate?: string;
|
|
68
|
+
metadataConfiguration?: DataCleanRoomMetadataConfigurationRepresentation_DataCleanRoomMetadataConfigurationRepresentation;
|
|
66
69
|
name?: string;
|
|
67
70
|
namespace?: string;
|
|
68
71
|
providerId?: string;
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomUsecaseConfigInputRepresentation.d.ts
ADDED
|
@@ -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 = "f6ef45109f0cb00f72195eca937b7309";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomUsecaseConfigInputRepresentation, existing: DataCleanRoomUsecaseConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomUsecaseConfigInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomUsecaseConfigInputRepresentationNormalized, incoming: DataCleanRoomUsecaseConfigInputRepresentationNormalized): 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: DataCleanRoomUsecaseConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents data clean room use case config input representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomUsecaseConfigInputRepresentationNormalized {
|
|
17
|
+
/** Type of the use case */
|
|
18
|
+
useCaseType: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents data clean room use case config input representation.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomUsecaseConfigInputRepresentation {
|
|
27
|
+
useCaseType: string;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataCleanRoomUsecaseConfigRepresentation.d.ts
ADDED
|
@@ -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 = "71c0c52046d649bacce9ca41215c6b69";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataCleanRoomUsecaseConfigRepresentation, existing: DataCleanRoomUsecaseConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataCleanRoomUsecaseConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataCleanRoomUsecaseConfigRepresentationNormalized, incoming: DataCleanRoomUsecaseConfigRepresentationNormalized): 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: DataCleanRoomUsecaseConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Base representation for use case specific configuration. This is an abstract base class. Structure varies by useCaseType.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataCleanRoomUsecaseConfigRepresentationNormalized {
|
|
17
|
+
/** Type of the use case */
|
|
18
|
+
useCaseType?: unknown;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Base representation for use case specific configuration. This is an abstract base class. Structure varies by useCaseType.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataCleanRoomUsecaseConfigRepresentation {
|
|
27
|
+
useCaseType?: unknown;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/MatchBoostOutputBridgeTableInputRepresentation.d.ts
ADDED
|
@@ -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 = "036c00a20dec6171071aa77dd12240a7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: MatchBoostOutputBridgeTableInputRepresentation, existing: MatchBoostOutputBridgeTableInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputBridgeTableInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: MatchBoostOutputBridgeTableInputRepresentationNormalized, incoming: MatchBoostOutputBridgeTableInputRepresentationNormalized): 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: MatchBoostOutputBridgeTableInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents match boost output bridge table input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface MatchBoostOutputBridgeTableInputRepresentationNormalized {
|
|
17
|
+
/** Column name corresponding to the equivalent column in the shared data */
|
|
18
|
+
sourceIdFieldName?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents match boost output bridge table input
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface MatchBoostOutputBridgeTableInputRepresentation {
|
|
27
|
+
sourceIdFieldName?: 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 = "4f8c704698e3b84d2bdf9f87d09d13be";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: MatchBoostOutputBridgeTablePathAttributeInputRepresentation, existing: MatchBoostOutputBridgeTablePathAttributeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputBridgeTablePathAttributeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: MatchBoostOutputBridgeTablePathAttributeInputRepresentationNormalized, incoming: MatchBoostOutputBridgeTablePathAttributeInputRepresentationNormalized): 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: MatchBoostOutputBridgeTablePathAttributeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents match boost output bridge table path attribute input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface MatchBoostOutputBridgeTablePathAttributeInputRepresentationNormalized {
|
|
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 input
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface MatchBoostOutputBridgeTablePathAttributeInputRepresentation {
|
|
29
|
+
fieldName?: string;
|
|
30
|
+
objectName?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { MatchBoostOutputBridgeTablePathAttributeInputRepresentation as MatchBoostOutputBridgeTablePathAttributeInputRepresentation_MatchBoostOutputBridgeTablePathAttributeInputRepresentation } from './MatchBoostOutputBridgeTablePathAttributeInputRepresentation';
|
|
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 = "4a03cff3f5a962b24dbc0058044b48f5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: MatchBoostOutputBridgeTablePathInputRepresentation, existing: MatchBoostOutputBridgeTablePathInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputBridgeTablePathInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: MatchBoostOutputBridgeTablePathInputRepresentationNormalized, incoming: MatchBoostOutputBridgeTablePathInputRepresentationNormalized): 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: MatchBoostOutputBridgeTablePathInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output bridge table path input
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface MatchBoostOutputBridgeTablePathInputRepresentationNormalized {
|
|
18
|
+
sourceAttribute?: MatchBoostOutputBridgeTablePathAttributeInputRepresentation_MatchBoostOutputBridgeTablePathAttributeInputRepresentation;
|
|
19
|
+
targetAttribute?: MatchBoostOutputBridgeTablePathAttributeInputRepresentation_MatchBoostOutputBridgeTablePathAttributeInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents match boost output bridge table path input
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface MatchBoostOutputBridgeTablePathInputRepresentation {
|
|
28
|
+
sourceAttribute?: MatchBoostOutputBridgeTablePathAttributeInputRepresentation_MatchBoostOutputBridgeTablePathAttributeInputRepresentation;
|
|
29
|
+
targetAttribute?: MatchBoostOutputBridgeTablePathAttributeInputRepresentation_MatchBoostOutputBridgeTablePathAttributeInputRepresentation;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/MatchBoostOutputObjectConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { MatchBoostOutputBridgeTableInputRepresentation as MatchBoostOutputBridgeTableInputRepresentation_MatchBoostOutputBridgeTableInputRepresentation } from './MatchBoostOutputBridgeTableInputRepresentation';
|
|
2
|
+
import { MatchBoostOutputRelatedTableInputRepresentation as MatchBoostOutputRelatedTableInputRepresentation_MatchBoostOutputRelatedTableInputRepresentation } from './MatchBoostOutputRelatedTableInputRepresentation';
|
|
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 = "753c11c29e69fd2ec7a3cd6b07ff21ef";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: MatchBoostOutputObjectConfigRepresentation, existing: MatchBoostOutputObjectConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputObjectConfigRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: MatchBoostOutputObjectConfigRepresentationNormalized, incoming: MatchBoostOutputObjectConfigRepresentationNormalized): 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: MatchBoostOutputObjectConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents match boost output object config
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface MatchBoostOutputObjectConfigRepresentationNormalized {
|
|
19
|
+
bridgeTable?: MatchBoostOutputBridgeTableInputRepresentation_MatchBoostOutputBridgeTableInputRepresentation;
|
|
20
|
+
/** Unique name of the entity */
|
|
21
|
+
objectName: string;
|
|
22
|
+
relatedTable?: MatchBoostOutputRelatedTableInputRepresentation_MatchBoostOutputRelatedTableInputRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents match boost output object config
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface MatchBoostOutputObjectConfigRepresentation {
|
|
31
|
+
bridgeTable?: MatchBoostOutputBridgeTableInputRepresentation_MatchBoostOutputBridgeTableInputRepresentation;
|
|
32
|
+
objectName: string;
|
|
33
|
+
relatedTable?: MatchBoostOutputRelatedTableInputRepresentation_MatchBoostOutputRelatedTableInputRepresentation;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/MatchBoostOutputObjectInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { MatchBoostOutputObjectConfigRepresentation as MatchBoostOutputObjectConfigRepresentation_MatchBoostOutputObjectConfigRepresentation } from './MatchBoostOutputObjectConfigRepresentation';
|
|
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 = "ff2d667b903bab20b91d25e107fea49b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: MatchBoostOutputObjectInputRepresentation, existing: MatchBoostOutputObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputObjectInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: MatchBoostOutputObjectInputRepresentationNormalized, incoming: MatchBoostOutputObjectInputRepresentationNormalized): 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: MatchBoostOutputObjectInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output object input
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface MatchBoostOutputObjectInputRepresentationNormalized {
|
|
18
|
+
/** List of output object configs */
|
|
19
|
+
outputObjectConfigs: Array<MatchBoostOutputObjectConfigRepresentation_MatchBoostOutputObjectConfigRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents match boost output object input
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface MatchBoostOutputObjectInputRepresentation {
|
|
28
|
+
outputObjectConfigs: Array<MatchBoostOutputObjectConfigRepresentation_MatchBoostOutputObjectConfigRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { MatchBoostOutputBridgeTablePathInputRepresentation as MatchBoostOutputBridgeTablePathInputRepresentation_MatchBoostOutputBridgeTablePathInputRepresentation } from './MatchBoostOutputBridgeTablePathInputRepresentation';
|
|
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 = "b39c149b635e8872d816caa8959634e9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: MatchBoostOutputRelatedTableInputRepresentation, existing: MatchBoostOutputRelatedTableInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostOutputRelatedTableInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: MatchBoostOutputRelatedTableInputRepresentationNormalized, incoming: MatchBoostOutputRelatedTableInputRepresentationNormalized): 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: MatchBoostOutputRelatedTableInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost output related table input
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface MatchBoostOutputRelatedTableInputRepresentationNormalized {
|
|
18
|
+
/** Path details identifying the relationship between bridge table and this entity */
|
|
19
|
+
pathFromBridgeTable?: Array<MatchBoostOutputBridgeTablePathInputRepresentation_MatchBoostOutputBridgeTablePathInputRepresentation>;
|
|
20
|
+
/** Equivalent ssot object name */
|
|
21
|
+
sourceObjectName?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents match boost output related table input
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface MatchBoostOutputRelatedTableInputRepresentation {
|
|
30
|
+
pathFromBridgeTable?: Array<MatchBoostOutputBridgeTablePathInputRepresentation_MatchBoostOutputBridgeTablePathInputRepresentation>;
|
|
31
|
+
sourceObjectName?: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/MatchBoostUsecaseConfigInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { MatchBoostOutputObjectInputRepresentation as MatchBoostOutputObjectInputRepresentation_MatchBoostOutputObjectInputRepresentation } from './MatchBoostOutputObjectInputRepresentation';
|
|
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 = "831653fc82adab3b452a082ef3c4d5ba";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: MatchBoostUsecaseConfigInputRepresentation, existing: MatchBoostUsecaseConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MatchBoostUsecaseConfigInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: MatchBoostUsecaseConfigInputRepresentationNormalized, incoming: MatchBoostUsecaseConfigInputRepresentationNormalized): 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: MatchBoostUsecaseConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents match boost use case config input, extends DataCleanRoomUseCaseConfigInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface MatchBoostUsecaseConfigInputRepresentationNormalized {
|
|
18
|
+
outputObjects: MatchBoostOutputObjectInputRepresentation_MatchBoostOutputObjectInputRepresentation;
|
|
19
|
+
/** List of contact points supported by the Provider */
|
|
20
|
+
supportedContactPoints: Array<unknown>;
|
|
21
|
+
/** Type of the use case */
|
|
22
|
+
useCaseType: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents match boost use case config input, extends DataCleanRoomUseCaseConfigInputRepresentation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface MatchBoostUsecaseConfigInputRepresentation {
|
|
31
|
+
outputObjects: MatchBoostOutputObjectInputRepresentation_MatchBoostOutputObjectInputRepresentation;
|
|
32
|
+
supportedContactPoints: Array<unknown>;
|
|
33
|
+
useCaseType: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateAttributeConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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 = "a26cf7215296710be7095a594b62ca85";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UseCaseTemplateAttributeConfigRepresentation, existing: UseCaseTemplateAttributeConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateAttributeConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UseCaseTemplateAttributeConfigRepresentationNormalized, incoming: UseCaseTemplateAttributeConfigRepresentationNormalized): 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: UseCaseTemplateAttributeConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents usecase template attribute configuration output representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UseCaseTemplateAttributeConfigRepresentationNormalized {
|
|
17
|
+
/** UseCase Template Attribute alias */
|
|
18
|
+
alias?: string;
|
|
19
|
+
/** UseCase Template Attribute defaultValue */
|
|
20
|
+
defaultValue?: string;
|
|
21
|
+
/** UseCase Template Attribute description */
|
|
22
|
+
description?: string;
|
|
23
|
+
/** UseCase Template Attribute id */
|
|
24
|
+
id?: string;
|
|
25
|
+
/** UseCase Template Attribute label */
|
|
26
|
+
label?: string;
|
|
27
|
+
/** UseCase Template Attribute Query Configuration */
|
|
28
|
+
queryOptions?: unknown;
|
|
29
|
+
/** Captures whether the attribute is mandatory to be mapped or not */
|
|
30
|
+
required?: boolean;
|
|
31
|
+
/** UseCase Template Attribute tableName */
|
|
32
|
+
tableName?: string;
|
|
33
|
+
/** Text displayed in the UI when the user interacts with the Info icon. */
|
|
34
|
+
tooltip?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Represents usecase template attribute configuration output representation
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface UseCaseTemplateAttributeConfigRepresentation {
|
|
43
|
+
alias?: string;
|
|
44
|
+
defaultValue?: string;
|
|
45
|
+
description?: string;
|
|
46
|
+
id?: string;
|
|
47
|
+
label?: string;
|
|
48
|
+
queryOptions?: unknown;
|
|
49
|
+
required?: boolean;
|
|
50
|
+
tableName?: string;
|
|
51
|
+
tooltip?: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UseCaseTemplateMemberConfigRepresentation as UseCaseTemplateMemberConfigRepresentation_UseCaseTemplateMemberConfigRepresentation } from './UseCaseTemplateMemberConfigRepresentation';
|
|
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 = "bc04832df71f3ce3a9d797c0876fc10a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: UseCaseTemplateConfigRepresentation, existing: UseCaseTemplateConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateConfigRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: UseCaseTemplateConfigRepresentationNormalized, incoming: UseCaseTemplateConfigRepresentationNormalized): 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: UseCaseTemplateConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents usecase template configuration output representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UseCaseTemplateConfigRepresentationNormalized {
|
|
18
|
+
/** Usecase template member configurations */
|
|
19
|
+
memberConfigs?: Array<UseCaseTemplateMemberConfigRepresentation_UseCaseTemplateMemberConfigRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents usecase template configuration output representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface UseCaseTemplateConfigRepresentation {
|
|
28
|
+
memberConfigs?: Array<UseCaseTemplateMemberConfigRepresentation_UseCaseTemplateMemberConfigRepresentation>;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMemberConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { UseCaseTemplateAttributeConfigRepresentation as UseCaseTemplateAttributeConfigRepresentation_UseCaseTemplateAttributeConfigRepresentation } from './UseCaseTemplateAttributeConfigRepresentation';
|
|
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 = "3d221ea5c663e0f161f7886899a26333";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: UseCaseTemplateMemberConfigRepresentation, existing: UseCaseTemplateMemberConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateMemberConfigRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: UseCaseTemplateMemberConfigRepresentationNormalized, incoming: UseCaseTemplateMemberConfigRepresentationNormalized): 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: UseCaseTemplateMemberConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents usecase template member configuration output representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UseCaseTemplateMemberConfigRepresentationNormalized {
|
|
18
|
+
/** Usecase template attribute configurations */
|
|
19
|
+
attributeConfigs?: Array<UseCaseTemplateAttributeConfigRepresentation_UseCaseTemplateAttributeConfigRepresentation>;
|
|
20
|
+
/** Usecase member type */
|
|
21
|
+
memberType?: unknown;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents usecase template member configuration output representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface UseCaseTemplateMemberConfigRepresentation {
|
|
30
|
+
attributeConfigs?: Array<UseCaseTemplateAttributeConfigRepresentation_UseCaseTemplateAttributeConfigRepresentation>;
|
|
31
|
+
memberType?: unknown;
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.404.0-
|
|
3
|
+
"version": "1.404.0-dev15",
|
|
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.404.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.404.0-dev15"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.404.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.404.0-dev15"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|